/*--------------------------------------------------------------------- 
File Name: style.css 
---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- 
import Fonts 
---------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,600i,700,700i,800,800i&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Poppins:wght@400;500;600;700;800&display=swap');

/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(font-awesome.min.css);
@import url(owl.carousel.min.css);

/*--------------------------------------------------------------------- 
basic 
---------------------------------------------------------------------*/

body {
     color: #666666;
     font-size: 14px;
     font-family: 'Poppins', sans-serif;
     line-height: 1.80857;
     font-weight: normal;
}

a {
     color: #1f1f1f;
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
     letter-spacing: 0;
     font-weight: normal;
     position: relative;
     padding: 0;
     font-weight: normal;
     line-height: normal;
     color: #111111;
     margin: 0
}

h1 {
     font-size: 24px
}

h2 {
     font-size: 22px
}

h3 {
     font-size: 18px
}

h4 {
     font-size: 16px
}

h5 {
     font-size: 14px
}

h6 {
     font-size: 13px
}

*,
*::after,
*::before {
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
     color: #212121;
     text-decoration: none!important;
     opacity: 1
}

button:focus {
     outline: none;
}

ul,
li,
ol {
     margin: 0px;
     padding: 0px;
     list-style: none;
}

p {
     margin: 0px;
     padding: 0;
     font-weight: 400;
     font-size: 17px;
     line-height: 28px;
}

a {
     color: #222222;
     text-decoration: none;
     outline: none !important;
}

a,
.btn {
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}

img {
     max-width: 100%;
     height: auto;
}

 :focus {
     outline: 0;
}

.btn-custom {
     margin-top: 20px;
     background-color: transparent !important;
     border: 2px solid #ddd;
     padding: 12px 40px;
     font-size: 16px;
}

.lead {
     font-size: 18px;
     line-height: 30px;
     color: #767676;
     margin: 0;
     padding: 0;
}

.form-control:focus {
     border-color: #ffffff !important;
     box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
     border: none !important;
}

.badge {
     font-weight: 500;
}

blockquote {
     margin: 20px 0 20px;
     padding: 30px;
}

button {
     border: 0;
     margin: 0;
     padding: 0;
     cursor: pointer;
}

.full {
     width: 100%;
     float: left;
     margin: 0;
     padding: 0;
}

.titlepage {
     padding-bottom: 60px;
}

.titlepage::before {
     content: "";
     position: absolute;
     border: #fff solid 5px;
     border-width: 5px;
     width: 80px;
     z-index: 999;
     margin: 0 auto;
     left: 0;
     right: 0;
     top: 55px;
}

.titlepage h2 {
     font-size: 45px;
     font-weight: bold;
     line-height: 50px;
     color: #323232;
}

.read_more {
     display: inline-block;
     background: #6dcff6;
     color: #fff;
     max-width: 215px;
     height: 61px;
     line-height: 61px;
     width: 100%;
     font-size: 17px;
     text-align: center;
     font-weight: 500;
     transition: ease-in all 0.5s;
}

.read_more:hover {
     background: #0e0b01;
     color: #fff;
     transition: ease-in all 0.5s;
}

.img_responsive {
     max-width: 100%;
}

.text_align_center {
     text-align: center;
}

.text_align_left {
     text-align: left;
}

.text_align_right {
     text-align: right;
}

.d_flex {
     display: flex;
     align-items: center;
     flex-wrap: wrap;
}

.container {
     max-width: 1170px;
}


/*---------------------------- 
loader  
----------------------------*/

.loader_bg {
     position: fixed;
     z-index: 9999999;
     background: #fff;
     width: 100%;
     height: 100%;
}

.loader {
     height: 100%;
     width: 100%;
     position: absolute;
     left: 0;
     top: 0;
     display: flex;
     justify-content: center;
     align-items: center;
}

.loader img {
     width: 280px;
}


/*--------------------------------------------------------------------- 
header 
---------------------------------------------------------------------*/

.header {
     width: 100%;
     background: rgba(39, 43, 44, 0.87);
     height: 106px;
     padding: 37px 30px;
     position: absolute;
     z-index: 999;
     box-shadow: 3px 0 13px rgba(30, 30, 30, 0.90);
}


/*--------------------------------------------------------------------- 
menu section
---------------------------------------------------------------------*/

.navigation.navbar {
     float: right;
     padding: 0;
}

.navigation.navbar-dark .navbar-nav .nav-link {
     padding: 0px 30px;
     color: #fff;
     font-size: 17px;
     line-height: 20px;
     font-weight: 400;
}

.navigation.navbar-dark .navbar-nav .nav-link:focus,
.navigation.navbar-dark .navbar-nav .nav-link:hover {
     color: #fff;
}

.navigation.navbar-dark .navbar-nav .active>.nav-link,
.navigation.navbar-dark .navbar-nav .nav-link.active,
.navigation.navbar-dark .navbar-nav .nav-link.show,
.navigation.navbar-dark .navbar-nav .show>.nav-link {
     color: #fff;
}

.di_no {
     display: none;
}

ul.email {
     padding-top: 1px;
     display: flex;
     align-items: center;
     justify-content: flex-end;
     flex-wrap: wrap;
}

ul.email li {
     padding: 0px 35px;
}

ul.email li:nth-child(2) {
     padding-right: 0;
}

ul.email li a {
     font-size: 17px;
     color: #fff;
}

ul.email li i {
     color: #fff;
     font-size: 19px;
}


/** banner_main **/

#top_section {
     background: url('../images/hero0003.webp');
     background-size: cover;
     background-position: center center;
     background-repeat: no-repeat;
     background-attachment: fixed;
     padding-top: 120px;
     position: relative;
     height: 100vh;
}

#myCarousel .carousel-indicators {
     bottom: -50px;
     margin-left: 11px;
     right: inherit;
}

#myCarousel .carousel-indicators .active {
     background: #0e0b01;
}

#myCarousel .carousel-indicators li {
     cursor: pointer;
     background: #fff;
     border-radius: 40px;
     width: 22px;
     height: 22px;
}

#myCarousel a.carousel-control-next,
#myCarousel a.carousel-control-prev {
     display: none;
}

.relative {
     position: inherit;
     bottom: 0;
     padding: 0;
}

.bluid {
     margin-top: 10px;
     font-family: 'Open Sans', sans-serif;
     text-align: left;
}

.banner_main .bluid h1 {
     color: #fff;
     font-size: 100px;
     line-height: 110px;
     font-weight: bold;
     padding-bottom: 25px;
}

.banner_main .bluid p {
     color: #fff;
     line-height: 25px;
     font-weight: 500;
     padding-bottom: 50px;
     font-size: 17px;
}

.banner_main .bluid .read_more {
     margin-right: 8px;
     background: #fff;
     color: #000;
}

.banner_main .bluid .read_more:hover {
     color: #fff;
     background: #0e0b01;
}


/** we_do **/

.we_do {
     background: #fff;
     padding: 90px 0 190px 0;
}

.we_do .titlepage::before {
     border: #2e2f34 solid 5px;
}

.we1_do {
     position: inherit;
     padding: 0;
}

#bo_ho:hover {
     border: #292a2c solid 1px;
     transition: ease-in all 0.5s;
}

.we_box {
     border: #e6e7e8 solid 1px;
     transition: ease-in all 0.5s;
     padding: 40px;
     margin-bottom: 26px;
}

.we_box h3 {
     color: #292929;
     font-size: 22px;
     font-weight: bold;
     line-height: 25px;
     text-transform: uppercase;
     padding-top: 25px;
}

.we_box h3 img {
     float: right;
}

.we_box p {
     color: #292929;
     padding-top: 25px;
     display: block;
     padding-bottom: 40px;
}

.we_box .read_more {
     max-width: 131px;
     height: 41px;
     line-height: 41px;
     margin: 0 auto;
     display: block;
     margin-right: 0;
     background: #464646;
}

#we1 .carousel-indicators {
     display: none;
}

#we1 a.carousel-control-next,
#we1 a.carousel-control-prev {
     background: #ffffff;
     width: 67px;
     height: 59px;
     top: 109%;
     opacity: 1;
     font-size: 33px;
     color: #000000;
     box-shadow: 3px 0 36px rgba(30, 30, 30, 0.2);
}

#we1 a.carousel-control-prev {
     left: 43%;
}

#we1 a.carousel-control-next {
     right: 43%;
}

#we1 a.carousel-control-next:focus,
#we1 a.carousel-control-next:hover,
#we1 a.carousel-control-prev:focus,
#we1 a.carousel-control-prev:hover {
     background: #464646;
     color: #fff;
     opacity: 1;
}


/** end we_do **/


/** about **/

.about {
     background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
     height: 100vh;
     padding: 90px 0;
}

.about .titlepage::before {
     border: #fff solid 5px;
}

.about .titlepage {
     padding-bottom: 0;
     margin-bottom: 0px;
}

.about .titlepage h2 {
     color: #fff;
}

.about .titlepage p {
     line-height: 28px;
     padding-top: 20px;
     color: #fff;
     font-size: 17px;
}


/** end about **/


/** portfolio **/

.portfolio {
     padding-top: 90px;
     padding-bottom: 90px;
     background: #fff;
}

.portfolio .titlepage::before {
     right: inherit;
     border: #2e2f34 solid 5px;
     left: 15px;
}

.portfolio_main {
     margin-bottom: 30px;
     transition: ease-in all 0.5s;
}

.portfolio_main figure {
     margin: 0;
     position: relative;
     overflow: hidden;
}

#ho_nf:hover {
     box-shadow: 3px 0 20px rgba(30, 30, 30, 0.31);
     transition: ease-in all 0.5s;
}

#ho_nf:hover .portfolio_text {
     height: 240px;
     transition: ease-in all 0.5s;
     padding: 40px 40px;
}

#ho_nf:hover .li_icon {
     margin-top: -65px;
     transition: ease-in all 0.7s;
}

.portfolio_text {
     cursor: pointer;
     position: absolute;
     transition: ease-in all 0.5s;
     bottom: 0;
     height: 0;
     background: #fff;
     overflow: initial;
}

.li_icon {
     display: flex;
     transition: ease-in all 0.7s;
     z-index: 99999999999999999999999;
     position: absolute;
}

.li_icon a {
     background: #fff;
     width: 60px;
     height: 60px;
     border-radius: 50px;
     display: flex;
     align-items: center;
     justify-content: center;
     color: #3a404e;
     box-shadow: 3px 0 9px rgba(30, 30, 30, 0.09);
}

.li_icon a:hover {
     background: #0f1012;
     color: #fff;
}

.portfolio_text h3 {
     color: #0c0c0d;
     font-size: 24px;
     line-height: 30px;
     font-weight: bold;
     padding-bottom: 15px;
}

.portfolio_text p {
     color: #031330;
     font-size: 17px;
     line-height: 30px;
     padding-bottom: 15px;
}

.portfolio .read_more {
     margin: 0 auto;
     display: block;
     background: #252525;
     margin-top: 30px;
}

.portfolio .read_more:hover {
     background: #464646c7;
}


/* end portfolio */


/* chose */

.chose {
     padding: 90px 0 60px 0;
     background: #323232;
}

.chose .titlepage::before {
     right: inherit;
     left: 15px;
}

.chose .titlepage h2 {
     color: #fff;
}

.chose.chose .titlepage p {
     color: #fff;
     padding-top: 15px;
}

.chose_box {
     margin-bottom: 30px;
}

.chose_box h3 {
     padding-top: 20px;
     color: #fff;
     font-weight: bold;
     font-size: 30px;
     line-height: 35px;
}

.chose_box strong {
     display: block;
     color: #fff;
     font-weight: bold;
     font-size: 48px;
     line-height: 60px;
     padding-bottom: 30px;
}

.chose_box .read_more {
     background: #fff;
     color: #323232;
     max-width: 176px;
     line-height: 47px;
     height: 47px;
}

.chose_box .read_more:hover {
     background: #0e0b01;
     color: #fff;
}


/** end chose **/


/** contact section **/

.contact {
     background: #fefeff;
     padding: 90px 0;
}

.contact .titlepage::before {
     right: inherit;
     border: #2e2f34 solid 5px;
     left: 15px;
}

.main_form .contactus {
     border: #d2d2d3 solid 1px;
     padding: 0 15px;
     margin-bottom: 25px;
     width: 100%;
     height: 71px;
     background: #fff;
     color: #888888;
     font-size: 16px;
     font-weight: normal;
}

.main_form .textarea {
     border: #d2d2d3 solid 1px;
     margin-bottom: 25px;
     width: 100%;
     background: #fff;
     color: #888888;
     font-size: 18px;
     font-weight: normal;
     padding: 57px 15px 0 15px;
     border-radius: 0;
     height: 150px;
}

.main_form .send_btn {
     font-size: 17px;
     transition: ease-in all 0.5s;
     background-color: #323232;
     text-transform: uppercase;
     color: #fff;
     padding: 25px 0px;
     max-width: 252px;
     width: 100%;
     display: block;
     margin-top: 10px !important;
     font-weight: bold;
}

.main_form .send_btn:hover {
     background-color: #464646c7;
     transition: ease-in all 0.5s;
     color: #fff;
}

#request *::placeholder {
     color: #888888;
     opacity: 1;
}


/** end contact section **/


/** testimonial **/

.posi_in {
     position: inherit;
     padding: 0;
}

.clientsl_text {
     margin-top: 90px;
     box-shadow: 0px 0 11px rgba(30, 30, 30, 0.07);
     padding: 40px;
     margin-bottom: 26px;
}

.clientsl_text i img {
     margin-top: -89px;
     display: block;
     margin-right: 20px;
     float: left;
}

.clientsl_text h3 {
     margin-top: -11px;
     color: #000b0a;
     font-size: 23px;
     font-weight: bold;
     line-height: 20px;
     text-align: left;
}

.clientsl_text h3 img {
     float: right;
}

.clientsl_text p {
     color: #757575;
     padding-top: 62px;
     display: block;
}

#clientsl .carousel-indicators {
     display: none;
}

#clientsl a.carousel-control-next,
#clientsl a.carousel-control-prev {
     background: #ffffff;
     width: 67px;
     height: 59px;
     top: 105%;
     opacity: 1;
     font-size: 33px;
     color: #000000;
     box-shadow: 3px 0 36px rgba(30, 30, 30, 0.2);
}

#clientsl a.carousel-control-prev {
     left: 37%;
}

#clientsl a.carousel-control-next {
     right: 37%;
}

#clientsl a.carousel-control-next:focus,
#clientsl a.carousel-control-next:hover,
#clientsl a.carousel-control-prev:focus,
#clientsl a.carousel-control-prev:hover {
     background: #252525;
     color: #fff;
     opacity: 1;
}


/** end testimonial **/


/** footer **/

.footer {
     background: #222222;
     padding-top: 90px
}

/* Footer text/link color overrides for consistent white text and brand accents */
.footer {
     color: #ffffff;
}

.footer .Informa h3 {
     color: #ffffff;
}

.footer .Informa ul li {
     color: #ffffff;
}

.footer .Informa ul li a {
     color: #ffffff;
     text-decoration: none;
     transition: color 0.3s ease;
}

.footer .Informa ul li a:hover {
     color: #667eea;
}

.newslatter_form {
     display: flex;
     align-items: center;
     margin-bottom: 70px;
}

.ente {
     color: #000;
     border: inherit;
     padding: 0 30px;
     height: 66px;
     width: 100%;
     font-size: 17px;
}

.subs_btn {
     max-width: 289px;
     display: inline-block;
     background: #151515;
     height: 66px;
     width: 100%;
     color: #fff;
     font-size: 17px;
     text-transform: uppercase;
     font-weight: bold;
     transition: ease-in all 0.5s;
}

.subs_btn:hover {
     background: #fff;
     color: #151515;
     transition: ease-in all 0.5s;
}

.Informa h3 {
     color: #ffffff;
     font-size: 23px;
     font-weight: bold;
     line-height: 21px;
     margin-bottom: 15px;
     margin-top: 26px;
     text-transform: uppercase;
}

.Informa li {
     font-size: 17px;
     line-height: 37px;
     color: #ffffff;
}

.Informa li a:hover {
     color: #bdbdbe;
}

.helpful ul li a {
     color: #fff;
     font-size: 17px;
     line-height: 30px;
}

.helpful ul li a:hover {
     color: #bdbdbe;
}

ul.social_icon {
     float: right;
}

ul.social_icon li {
     display: inline-block;
     padding-right: 15px;
}

ul.social_icon li:last-child {
     padding-right: 0;
}

ul.social_icon li a {
     color: #fff;
     display: inline-block;
     text-align: center;
     line-height: 33px;
     font-size: 28px;
     font-weight: bold;
}

ul.social_icon li a:hover {
     color: #bdbdbe;
     transform: rotate(360deg);
     transition: ease-in all 0.7s;
}

.conta ul li a {
     color: #ffffff;
}

.conta ul li a i {
     padding-right: 5px;
}

.copyright {
     background: #151515;
     margin-top: 80px;
     padding: 20px 0px;
}

.copyright p {
     color: #bdbdbe;
     font-weight: 400;
}

.copyright a {
     color: #bdbdbe;
}

.copyright a:hover {
     color: #fff;
}

/* Brand-colored copyright link accents */
.footer .copyright p {
     color: #ffffff;
}

.footer .copyright p a {
     color: #667eea;
     text-decoration: none;
}

.footer .copyright p a:hover {
     color: #764ba2;
}


/** end footer **/


/*- - ener page css--*/

.inner_page .header {
     box-shadow: 0 -3px 20px 0px #717171;
     position: inherit;
   
}

.inner_page .about {
     margin: 90px 0;
}

/* Custom logo styling */
.logo img {
     max-width: 50px;
     height: auto;
}

.logo_footer img {
     max-width: 45px;
     height: auto;
}

/* Home page header with black background */
body.main-layout .header {
     background: rgba(0, 0, 0, 0.95);
}

/** blog section **/
.blog_section {
     padding: 60px 0;
}

.blog_box {
     background: #fff;
     box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
     border-radius: 10px;
     overflow: hidden;
     margin-bottom: 30px;
     transition: all 0.3s ease;
}

.blog_box:hover {
     transform: translateY(-5px);
     box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.blog_img {
     position: relative;
     overflow: hidden;
}

.blog_img figure {
     margin: 0;
}

.blog_img img {
     width: 100%;
     height: 250px;
     object-fit: cover;
     transition: transform 0.3s ease;
}

.blog_box:hover .blog_img img {
     transform: scale(1.05);
}

.blog_category_tag {
     position: absolute;
     top: 15px;
     left: 15px;
     background: #007bff;
     color: #fff;
     padding: 5px 15px;
     border-radius: 20px;
     font-size: 12px;
     font-weight: 500;
}

.blog_detail {
     padding: 25px;
}

.blog_meta {
     margin-bottom: 15px;
}

.blog_meta span {
     color: #999;
     font-size: 13px;
     margin-right: 20px;
}

.blog_meta i {
     margin-right: 5px;
}

.blog_meta .blog_reviews {
     color: #007bff;
     font-weight: 500;
}

.blog_meta .blog_reviews i {
     color: #ffc107;
}

.blog_detail h3 {
     margin-bottom: 15px;
     font-size: 20px;
     line-height: 1.4;
}

.blog_detail h3 a {
     color: #333;
     text-decoration: none;
     font-weight: 600;
}

.blog_detail h3 a:hover {
     color: #007bff;
}

.blog_detail p {
     color: #666;
     line-height: 1.6;
     margin-bottom: 20px;
}

.blog_tags {
     margin-bottom: 20px;
}

.blog_tags .tag {
     display: inline-block;
     background: #f8f9fa;
     color: #555;
     padding: 4px 12px;
     border-radius: 15px;
     font-size: 12px;
     margin-right: 8px;
     margin-bottom: 5px;
}

.read_more {
     color: #007bff;
     font-weight: 500;
     text-decoration: none;
}

.read_more:hover {
     color: #0056b3;
}

.featured_post .blog_img img {
     height: 300px;
}

.blog_categories {
     margin-bottom: 40px;
}

.blog_categories .btn {
     margin: 5px;
     border-radius: 20px;
     padding: 8px 20px;
}

.blog_sidebar {
     padding-left: 30px;
}

.sidebar_widget {
     background: #fff;
     border-radius: 10px;
     padding: 25px;
     margin-bottom: 30px;
     box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}

.sidebar_widget h4 {
     margin-bottom: 20px;
     font-size: 18px;
     font-weight: 600;
     color: #333;
}

.search_widget {
     position: relative;
}

.search_widget input {
     width: 100%;
     padding: 12px 45px 12px 15px;
     border: 1px solid #ddd;
     border-radius: 25px;
     outline: none;
}

.search_widget button {
     position: absolute;
     right: 5px;
     top: 50%;
     transform: translateY(-50%);
     background: #007bff;
     border: none;
     color: #fff;
     width: 35px;
     height: 35px;
     border-radius: 50%;
     cursor: pointer;
}

.category_list {
     list-style: none;
     padding: 0;
}

.category_list li {
     border-bottom: 1px solid #eee;
     padding: 10px 0;
}

.category_list li:last-child {
     border-bottom: none;
}

.category_list a {
     color: #555;
     text-decoration: none;
     display: flex;
     justify-content: space-between;
     align-items: center;
}

.category_list a:hover {
     color: #007bff;
}

.category_list span {
     background: #f8f9fa;
     color: #666;
     padding: 2px 8px;
     border-radius: 10px;
     font-size: 12px;
}

.popular_post_item {
     display: flex;
     margin-bottom: 20px;
     padding-bottom: 20px;
     border-bottom: 1px solid #eee;
}

.popular_post_item:last-child {
     border-bottom: none;
     margin-bottom: 0;
}

.popular_post_img {
     margin-right: 15px;
     flex-shrink: 0;
}

.popular_post_img img {
     width: 60px;
     height: 60px;
     object-fit: cover;
     border-radius: 5px;
}

.popular_post_content h5 {
     margin-bottom: 5px;
     font-size: 14px;
     line-height: 1.4;
}

.popular_post_content h5 a {
     color: #333;
     text-decoration: none;
}

.popular_post_content h5 a:hover {
     color: #007bff;
}

.post_date {
     color: #999;
     font-size: 12px;
}

.newsletter_form {
     margin-top: 15px;
}

.newsletter_form input {
     width: 100%;
     padding: 12px 15px;
     border: 1px solid #ddd;
     border-radius: 5px;
     margin-bottom: 15px;
     outline: none;
}

.newsletter_form .btn {
     width: 100%;
     padding: 12px;
     border-radius: 5px;
}

.coming_soon_posts {
     padding: 60px 20px;
     text-align: center;
     background: #f8f9fa;
     border-radius: 10px;
}

.coming_soon_posts h4 {
     margin-bottom: 20px;
     color: #333;
}

.upcoming_topics {
     margin-top: 30px;
}

.upcoming_topics h5 {
     margin-bottom: 20px;
     color: #555;
}

.upcoming_topics ul li {
     margin-bottom: 10px;
     color: #666;
}

.upcoming_topics .fa-check-circle {
     margin-right: 10px;
}

.pagination_section {
     margin-top: 50px;
}

.blog_section_title {
     margin-bottom: 30px;
     font-size: 24px;
     font-weight: 600;
     color: #333;
}

@media (max-width: 768px) {
     .blog_sidebar {
         padding-left: 0;
         margin-top: 40px;
     }
     
     .blog_categories .btn {
         margin: 3px;
         padding: 6px 15px;
         font-size: 12px;
     }
     
     .featured_post .blog_img img {
         height: 200px;
     }
}

/** blog post styles **/
.blog_post {
     padding: 60px 0;
}

.blog_article {
     background: #fff;
     border-radius: 10px;
     overflow: hidden;
     box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.blog_post_header {
     padding: 30px;
     border-bottom: 1px solid #eee;
}

.blog_breadcrumb {
     margin-bottom: 20px;
     font-size: 14px;
     color: #666;
}

.blog_breadcrumb a {
     color: #007bff;
     text-decoration: none;
}

.blog_breadcrumb span {
     margin: 0 10px;
     color: #ccc;
}

.blog_post_header h1 {
     font-size: 28px;
     font-weight: 700;
     color: #333;
     margin-bottom: 20px;
     line-height: 1.3;
}

.blog_featured_image {
     margin-top: 20px;
}

.blog_featured_image img {
     width: 100%;
     height: 400px;
     object-fit: cover;
     border-radius: 10px;
}

.blog_content {
     padding: 40px;
}

.blog_content .lead {
     font-size: 18px;
     font-weight: 500;
     color: #555;
     line-height: 1.6;
     margin-bottom: 30px;
     padding: 20px;
     background: #f8f9fa;
     border-left: 4px solid #007bff;
     border-radius: 5px;
}

.blog_content h2 {
     font-size: 24px;
     font-weight: 600;
     color: #333;
     margin-top: 40px;
     margin-bottom: 20px;
     padding-bottom: 10px;
     border-bottom: 2px solid #007bff;
}

.blog_content h3 {
     font-size: 20px;
     font-weight: 600;
     color: #444;
     margin-top: 30px;
     margin-bottom: 15px;
}

.blog_content h4 {
     font-size: 18px;
     font-weight: 600;
     color: #555;
     margin-top: 25px;
     margin-bottom: 15px;
}

.blog_content p {
     line-height: 1.7;
     margin-bottom: 20px;
     color: #666;
}

.blog_content ul, .blog_content ol {
     margin-bottom: 20px;
     padding-left: 30px;
}

.blog_content li {
     margin-bottom: 8px;
     line-height: 1.6;
     color: #666;
}

.table_of_contents {
     background: #f8f9fa;
     padding: 25px;
     border-radius: 10px;
     margin-bottom: 30px;
     border: 1px solid #dee2e6;
}

.table_of_contents h3 {
     margin-top: 0;
     margin-bottom: 20px;
     font-size: 18px;
     color: #333;
}

.table_of_contents ul {
     list-style: none;
     padding-left: 0;
     margin-bottom: 0;
}

.table_of_contents li {
     margin-bottom: 8px;
}

.table_of_contents a {
     color: #007bff;
     text-decoration: none;
     font-weight: 500;
}

.table_of_contents a:hover {
     text-decoration: underline;
}

.blog_content table {
     margin: 30px 0;
     border-collapse: collapse;
     width: 100%;
}

.blog_content table th,
.blog_content table td {
     padding: 12px 15px;
     text-align: left;
     border-bottom: 1px solid #ddd;
}

.blog_content table th {
     background-color: #f8f9fa;
     font-weight: 600;
     color: #333;
}

.blog_author_bio {
     background: #f8f9fa;
     padding: 25px;
     border-radius: 10px;
     margin-top: 40px;
     border: 1px solid #dee2e6;
}

.blog_author_bio h4 {
     margin-top: 0;
     margin-bottom: 15px;
     color: #333;
}

.blog_cta {
     background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
     color: #fff;
     padding: 30px;
     border-radius: 10px;
     text-align: center;
     margin-top: 30px;
}

.blog_cta h4 {
     margin-top: 0;
     margin-bottom: 15px;
     color: #fff;
}

.blog_cta p {
     color: rgba(255, 255, 255, 0.9);
     margin-bottom: 20px;
}

.blog_cta .btn {
     background: #fff;
     color: #007bff;
     border: none;
     padding: 12px 30px;
     font-weight: 600;
}

.blog_cta .btn:hover {
     background: #f8f9fa;
     color: #0056b3;
}

.related_services {
     list-style: none;
     padding: 0;
}

.related_services li {
     margin-bottom: 12px;
     border-bottom: 1px solid #eee;
     padding-bottom: 12px;
}

.related_services li:last-child {
     border-bottom: none;
     margin-bottom: 0;
}

.related_services a {
     color: #555;
     text-decoration: none;
     display: flex;
     align-items: center;
}

.related_services a:hover {
     color: #007bff;
}

.related_services i {
     margin-right: 10px;
     color: #007bff;
     width: 16px;
}

.recent_posts .recent_post_item {
     padding: 15px 0;
     border-bottom: 1px solid #eee;
}

.recent_posts .recent_post_item:last-child {
     border-bottom: none;
}

.recent_posts h5 {
     margin-bottom: 5px;
     font-size: 14px;
     line-height: 1.4;
}

.recent_posts h5 a {
     color: #333;
     text-decoration: none;
}

.recent_posts h5 a:hover {
     color: #007bff;
}

@media (max-width: 768px) {
     .blog_post_header {
         padding: 20px;
     }
     
     .blog_post_header h1 {
         font-size: 24px;
     }
     
     .blog_content {
         padding: 20px;
     }
     
     .blog_featured_image img {
         height: 250px;
     }
     
     .table_of_contents {
         padding: 20px;
     }
     
     .faq_question h4 {
         font-size: 16px;
     }
}

/* FAQ Section Styles */
.faq_section {
     margin: 30px 0;
}

.faq_item {
     background: #fff;
     border: 1px solid #e0e0e0;
     border-radius: 8px;
     margin-bottom: 15px;
     overflow: hidden;
     box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
     transition: all 0.3s ease;
}

.faq_item:hover {
     box-shadow: 0 4px 15px rgba(0, 0, 0, 0.12);
}

.faq_question {
     padding: 20px 25px;
     cursor: pointer;
     background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
     border-bottom: 1px solid #e0e0e0;
     transition: all 0.3s ease;
     position: relative;
}

.faq_question:hover {
     background: linear-gradient(135deg, #e9ecef 0%, #dee2e6 100%);
}

.faq_question h4 {
     margin: 0;
     font-size: 18px;
     font-weight: 600;
     color: #333;
     display: flex;
     justify-content: space-between;
     align-items: center;
     line-height: 1.4;
}

.faq_question i {
     color: #007bff;
     font-size: 14px;
     transition: transform 0.3s ease;
     margin-left: 15px;
     flex-shrink: 0;
}

.faq_answer {
     max-height: 0;
     overflow: hidden;
     transition: all 0.4s ease;
     background: #fff;
}

.faq_answer.active {
     max-height: 500px;
     padding: 25px;
}

.faq_answer p {
     margin: 0;
     color: #666;
     line-height: 1.7;
     font-size: 15px;
}

.faq_answer.active + .faq_question {
     border-bottom: none;
}

/* FAQ Responsive */
@media (max-width: 768px) {
     .faq_question {
         padding: 15px 20px;
     }
     
     .faq_question h4 {
         font-size: 16px;
     }
     
     .faq_answer.active {
         padding: 20px;
     }
     
     .faq_answer p {
         font-size: 14px;
     }
}

/** end blog post styles **/

/** end blog section **/

/*--------------------------------------------------------------------- 
Enhanced Contact Page Styles
---------------------------------------------------------------------*/

/* Contact Section Header */
.contact .titlepage {
    text-align: center;
    margin-bottom: 40px;
}

.contact .titlepage h2 {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 15px;
}

.contact .titlepage p {
    font-size: 18px;
    color: #666;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

/* Enhanced Contact Form Wrapper */
.contact-form-wrapper {
    background: linear-gradient(145deg, #ffffff 0%, #f8f9ff 100%);
    padding: 50px;
    border-radius: 25px;
    box-shadow: 0 25px 80px rgba(102, 126, 234, 0.12), 
                0 10px 40px rgba(0, 0, 0, 0.08);
    margin-bottom: 30px;
    border: 2px solid rgba(102, 126, 234, 0.1);
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;
}

.contact-form-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, 
        transparent, 
        rgba(102, 126, 234, 0.04), 
        transparent);
    transition: left 0.6s ease;
}

.contact-form-wrapper:hover::before {
    left: 100%;
}

.contact-form-wrapper:hover {
    transform: translateY(-8px);
    box-shadow: 0 35px 100px rgba(102, 126, 234, 0.18), 
                0 15px 50px rgba(0, 0, 0, 0.12);
    border-color: rgba(102, 126, 234, 0.2);
}

.contact-form-title {
    font-size: 32px;
    font-weight: 700;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 35px;
    position: relative;
    text-align: left;
}

.contact-form-title::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 80px;
    height: 4px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 3px;
    animation: slideIn 0.8s ease-out;
}

@keyframes slideIn {
    from {
        width: 0;
        opacity: 0;
    }
    to {
        width: 80px;
        opacity: 1;
    }
}

/* Enhanced Modern Form Styles */
.modern-contact-form .form-group {
    margin-bottom: 30px;
    position: relative;
}

.modern-contact-form label {
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 10px;
    display: block;
    font-size: 15px;
    letter-spacing: 0.3px;
    position: relative;
    transition: all 0.3s ease;
}

.modern-contact-form label::before {
    content: '';
    position: absolute;
    left: -8px;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    height: 0;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 2px;
    transition: height 0.3s ease;
}

.modern-contact-form .form-group:focus-within label::before {
    height: 100%;
}

.modern-input, .modern-textarea, select.modern-input {
    width: 100%;
    padding: 18px 24px;
    border: 2px solid #e2e8f0;
    border-radius: 15px;
    font-size: 16px;
    background: linear-gradient(145deg, #ffffff 0%, #f8fafc 100%);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    font-family: 'Poppins', sans-serif;
    color: #2d3748;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    position: relative;
}

.modern-input::placeholder, .modern-textarea::placeholder {
    color: #a0aec0;
    font-weight: 400;
    opacity: 1;
    transition: all 0.3s ease;
}

.modern-input:focus, .modern-textarea:focus, select.modern-input:focus {
    outline: none;
    border-color: #667eea;
    background: #ffffff;
    box-shadow: 0 0 0 4px rgba(102, 126, 234, 0.1), 
                0 8px 25px rgba(102, 126, 234, 0.15);
    transform: translateY(-3px);
}

.modern-input:focus::placeholder, .modern-textarea:focus::placeholder {
    transform: translateY(-2px);
    opacity: 0.7;
    color: #667eea;
}

.modern-input:hover, .modern-textarea:hover, select.modern-input:hover {
    border-color: #cbd5e0;
    transform: translateY(-1px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.modern-textarea {
    resize: vertical;
    min-height: 140px;
    line-height: 1.6;
}

/* Enhanced Select Styling */
select.modern-input {
    cursor: pointer;
    appearance: none;
    background-image: url('data:image/svg+xml;charset=US-ASCII,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 4 5"><path fill="%23667eea" d="M2 0L0 2h4zm0 5L0 3h4z"/></svg>');
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 12px;
    padding-right: 50px;
}

select.modern-input:focus {
    background-image: url('data:image/svg+xml;charset=US-ASCII,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 4 5"><path fill="%23ffffff" d="M2 0L0 2h4zm0 5L0 3h4z"/></svg>');
}

/* Form Validation States */
.modern-input.valid, .modern-textarea.valid {
    border-color: #48bb78;
    background: linear-gradient(145deg, #ffffff 0%, #f0fff4 100%);
}

.modern-input.valid:focus, .modern-textarea.valid:focus {
    box-shadow: 0 0 0 4px rgba(72, 187, 120, 0.1), 
                0 8px 25px rgba(72, 187, 120, 0.15);
}

.modern-input.invalid, .modern-textarea.invalid {
    border-color: #f56565;
    background: linear-gradient(145deg, #ffffff 0%, #fff5f5 100%);
    animation: shake 0.3s ease-in-out;
}

.modern-input.invalid:focus, .modern-textarea.invalid:focus {
    box-shadow: 0 0 0 4px rgba(245, 101, 101, 0.1), 
                0 8px 25px rgba(245, 101, 101, 0.15);
}

@keyframes shake {
    0%, 100% { transform: translateX(0); }
    25% { transform: translateX(-5px); }
    75% { transform: translateX(5px); }
}

/* Form Error Messages */
.form-error {
    color: #f56565;
    font-size: 13px;
    margin-top: 5px;
    display: none;
    animation: fadeIn 0.3s ease;
}

.form-group.has-error .form-error {
    display: block;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(-10px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Success Message */
.form-success {
    background: linear-gradient(135deg, #48bb78 0%, #38a169 100%);
    color: white;
    padding: 15px 20px;
    border-radius: 12px;
    margin-bottom: 20px;
    display: none;
    animation: slideDown 0.5s ease;
}

@keyframes slideDown {
    from { 
        opacity: 0; 
        transform: translateY(-20px); 
    }
    to { 
        opacity: 1; 
        transform: translateY(0); 
    }
}

/* Floating Labels Effect */
.floating-label-group {
    position: relative;
    margin-bottom: 30px;
}

.floating-label-group .floating-label {
    position: absolute;
    top: 18px;
    left: 24px;
    color: #a0aec0;
    font-size: 16px;
    font-weight: 400;
    pointer-events: none;
    transition: all 0.3s ease;
    background: white;
    padding: 0 8px;
    z-index: 1;
}

.floating-label-group .modern-input:focus + .floating-label,
.floating-label-group .modern-input:not(:placeholder-shown) + .floating-label,
.floating-label-group .modern-textarea:focus + .floating-label,
.floating-label-group .modern-textarea:not(:placeholder-shown) + .floating-label {
    top: -8px;
    left: 20px;
    font-size: 12px;
    color: #667eea;
    font-weight: 600;
}

/* Progress Indicator */
.form-progress {
    height: 4px;
    background: #e2e8f0;
    border-radius: 2px;
    margin-bottom: 30px;
    overflow: hidden;
}

.form-progress-bar {
    height: 100%;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    width: 0%;
    transition: width 0.5s ease;
    border-radius: 2px;
}

/* Hover Effects for Form Groups */
.modern-contact-form .form-group:hover label {
    color: #667eea;
    transform: translateX(3px);
}

/* Required Field Indicator */
.modern-contact-form label[for*="required"]::after,
.modern-contact-form label:has([required])::after {
    content: '*';
    color: #f56565;
    margin-left: 4px;
    font-weight: bold;
}

.modern-submit-btn {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 20px 45px;
    border: none;
    border-radius: 15px;
    font-size: 17px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    display: inline-flex;
    align-items: center;
    gap: 12px;
    min-width: 220px;
    justify-content: center;
    position: relative;
    overflow: hidden;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.25);
}

.modern-submit-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.2), 
        transparent);
    transition: left 0.6s ease;
}

.modern-submit-btn:hover::before {
    left: 100%;
}

.modern-submit-btn:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 40px rgba(102, 126, 234, 0.35);
    background: linear-gradient(135deg, #5a6fd8 0%, #6a4190 100%);
    letter-spacing: 1px;
}

.modern-submit-btn:active {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(102, 126, 234, 0.3);
}

.modern-submit-btn:focus {
    outline: none;
    box-shadow: 0 0 0 4px rgba(102, 126, 234, 0.3), 
                0 15px 35px rgba(102, 126, 234, 0.25);
}

.modern-submit-btn i {
    font-size: 16px;
    transition: transform 0.3s ease;
}

.modern-submit-btn:hover i {
    transform: translateX(3px);
}

/* Loading state for submit button */
.modern-submit-btn.loading {
    pointer-events: none;
    opacity: 0.8;
}

.modern-submit-btn.loading::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    border: 2px solid transparent;
    border-top: 2px solid white;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Contact Info Wrapper */
.contact-info-wrapper {
    padding: 20px;
}

.contact-info-title {
    font-size: 28px;
    font-weight: 600;
    color: #333;
    margin-bottom: 30px;
    position: relative;
}

.contact-info-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 60px;
    height: 3px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 2px;
}

/* Contact Cards */
.contact-card {
    background: #fff;
    padding: 25px;
    border-radius: 16px;
    margin-bottom: 20px;
    display: flex;
    align-items: flex-start;
    gap: 20px;
    border: 1px solid #f0f0f0;
    transition: all 0.3s ease;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
}

.contact-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.1);
    border-color: #667eea;
}

.contact-card-icon {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    width: 50px;
    height: 50px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    flex-shrink: 0;
}

.contact-card-content h4 {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin-bottom: 8px;
}

.contact-card-content p {
    margin: 0;
    line-height: 1.6;
    color: #666;
}

.contact-card-content a {
    color: #667eea;
    font-weight: 500;
    text-decoration: none;
}

.contact-card-content a:hover {
    color: #764ba2;
}

.contact-card-content small {
    font-size: 13px;
    color: #999;
}

.schedule-link {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white !important;
    padding: 8px 16px;
    border-radius: 6px;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
}

.schedule-link:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(102, 126, 234, 0.3);
    color: white !important;
}

/* Social Media Section */
.contact-social {
    margin-top: 30px;
    padding-top: 25px;
    border-top: 1px solid #f0f0f0;
}

.contact-social h4 {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin-bottom: 15px;
}

.social-links {
    display: flex;
    gap: 15px;
}

.social-link {
    width: 45px;
    height: 45px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.social-link:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(102, 126, 234, 0.3);
    color: white;
}

/* Response Promise */
.response-promise {
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.1) 0%, rgba(118, 75, 162, 0.1) 100%);
    padding: 20px;
    border-radius: 12px;
    margin-top: 25px;
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.promise-icon {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    flex-shrink: 0;
}

.promise-content h5 {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin-bottom: 5px;
}

.promise-content p {
    margin: 0;
    font-size: 14px;
    color: #666;
    line-height: 1.5;
}

/* Responsive Design */
@media (max-width: 991px) {
    .contact-form-wrapper,
    .contact-info-wrapper {
        margin-bottom: 40px;
    }
    
    .contact .titlepage h2 {
        font-size: 36px;
    }
    
    .contact-form-wrapper {
        padding: 30px 25px;
    }
    
    .contact-card {
        padding: 20px;
    }
}

@media (max-width: 767px) {
    .contact .titlepage h2 {
        font-size: 30px;
    }
    
    .contact .titlepage p {
        font-size: 16px;
    }
    
    .contact-form-wrapper {
        padding: 30px 25px;
        border-radius: 20px;
    }
    
    .contact-form-title,
    .contact-info-title {
        font-size: 26px;
    }
    
    .modern-input,
    .modern-textarea {
        padding: 16px 20px;
        font-size: 16px;
        border-radius: 12px;
    }
    
    .modern-submit-btn {
        width: 100%;
        padding: 18px 30px;
        min-width: unset;
        border-radius: 12px;
    }
    
    .contact-card {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }
    
    .social-links {
        justify-content: center;
    }
    
    .response-promise {
        flex-direction: column;
        text-align: center;
        gap: 12px;
    }
}

/* Advanced Form Interactions */
.modern-contact-form {
    position: relative;
}

.modern-contact-form::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, 
        rgba(102, 126, 234, 0.02) 0%, 
        rgba(118, 75, 162, 0.02) 100%);
    border-radius: 20px;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

.modern-contact-form:hover::before {
    opacity: 1;
}

/* Form Field Focus Ring */
.modern-input:focus-visible,
.modern-textarea:focus-visible,
select.modern-input:focus-visible {
    outline: 2px solid #667eea;
    outline-offset: 2px;
}

/* Smooth Transitions for All Elements */
* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.modern-contact-form * {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Enhanced Placeholder Animation */
.modern-input:focus::placeholder,
.modern-textarea:focus::placeholder {
    animation: placeholderFloat 0.4s ease;
}

@keyframes placeholderFloat {
    0% { 
        transform: translateY(0px) scale(1); 
        opacity: 1; 
    }
    50% { 
        transform: translateY(-5px) scale(0.95); 
        opacity: 0.5; 
    }
    100% { 
        transform: translateY(-8px) scale(0.9); 
        opacity: 0.7; 
    }
}

/* Form Completion Animation */
.form-completed {
    animation: formSuccess 0.6s ease;
}

@keyframes formSuccess {
    0% { 
        transform: scale(1); 
    }
    50% { 
        transform: scale(1.02); 
    }
    100% { 
        transform: scale(1); 
    }
}

/* Enhanced Button Ripple Effect */
.modern-submit-btn {
    position: relative;
    overflow: hidden;
}

.modern-submit-btn::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%);
    transition: width 0.6s ease, height 0.6s ease;
}

.modern-submit-btn:active::after {
    width: 300px;
    height: 300px;
}

/* Form Container Breathing Animation */
@keyframes breathe {
    0%, 100% { 
        box-shadow: 0 25px 80px rgba(102, 126, 234, 0.12), 
                    0 10px 40px rgba(0, 0, 0, 0.08); 
    }
    50% { 
        box-shadow: 0 30px 90px rgba(102, 126, 234, 0.15), 
                    0 15px 50px rgba(0, 0, 0, 0.1); 
    }
}

.contact-form-wrapper.breathing {
    animation: breathe 4s ease-in-out infinite;
}

/*--------------------------------------------------------------------- 
End Enhanced Contact Page Styles
---------------------------------------------------------------------*/

/*--------------------------------------------------------------------- 
Modern Header Styles for All Pages
---------------------------------------------------------------------*/

/* Search functionality styles */
.search-overlay {
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background: rgba(0, 0, 0, 0.9);
   z-index: 9999;
   display: none;
   align-items: center;
   justify-content: center;
}

.search-container {
   background: white;
   padding: 40px;
   border-radius: 15px;
   max-width: 600px;
   width: 90%;
   position: relative;
}

.search-close {
   position: absolute;
   top: 15px;
   right: 20px;
   background: none;
   border: none;
   font-size: 24px;
   cursor: pointer;
   color: #666;
}

.search-input {
   width: 100%;
   padding: 15px 20px;
   font-size: 18px;
   border: 2px solid #e9ecef;
   border-radius: 10px;
   outline: none;
   margin-bottom: 20px;
}

.search-input:focus {
   border-color: #667eea;
}

.search-results {
   max-height: 300px;
   overflow-y: auto;
}

.search-result-item {
   padding: 15px;
   border-bottom: 1px solid #e9ecef;
   cursor: pointer;
   transition: background 0.3s ease;
}

.search-result-item:hover {
   background: #f8f9fa;
}

.search-result-title {
   font-weight: 600;
   color: #667eea;
   margin-bottom: 5px;
}

.search-result-desc {
   color: #666;
   font-size: 14px;
}

.no-results {
   text-align: center;
   color: #666;
   padding: 20px;
}

/* Header improvements */
.header {
   padding: 30px 0 15px 0;
}

.navigation .navbar-nav {
   width: 100%;
   justify-content: center;
}

.navigation .navbar-nav .nav-item {
   text-align: center;
}

.navigation .navbar-nav .nav-link {
   padding: 10px 15px !important;
   margin: 0 5px;
   transition: all 0.3s ease;
   border-radius: 5px;
   text-align: center;
   display: block;
   font-size: 16px !important;
   font-weight: 500 !important;
}

.navigation .navbar-nav .nav-link:hover {
   background-color: rgba(255, 255, 255, 0.1);
   transform: translateY(-2px);
}

.logo img {
   transition: transform 0.3s ease;
}

.logo img:hover {
   transform: scale(1.05);
}

/* Modern Text Logo Styles */
.text-logo {
   text-decoration: none;
   display: inline-block;
   font-family: 'Inter', sans-serif;
   font-weight: 700;
   font-size: 24px;
   transition: all 0.3s ease;
}

.text-logo:hover {
   text-decoration: none;
   transform: translateY(-2px);
}

.brand-name {
   color: #ffffff;
   background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
   background-clip: text;
   font-weight: 800;
   letter-spacing: -1px;
}

.brand-suffix {
   color: #ffffff;
   font-weight: 500;
   margin-left: 2px;
   opacity: 0.9;
}

.text-logo:hover .brand-name {
   background: linear-gradient(135deg, #764ba2 0%, #667eea 100%);
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
   background-clip: text;
}

.text-logo:hover .brand-suffix {
   color: #f8f9fa;
   opacity: 1;
}

/* Email/Search section */
.email {
   list-style: none;
   margin: 0;
   padding: 0;
}

.email li {
   display: inline-block;
   margin-left: 15px;
}

.email a {
   color: #fff;
   transition: all 0.3s ease;
}

.email a:hover {
   color: #667eea;
}

/* Responsive Design */
@media (max-width: 768px) {
   .navigation .navbar-nav .nav-link {
      font-size: 14px !important;
      padding: 8px 10px !important;
   }
   
   .text-logo {
      font-size: 20px;
   }
   
   .brand-name, .brand-suffix {
      font-size: 20px;
   }
   
   .header {
      padding: 20px 0 10px 0;
   }
}

@media (max-width: 576px) {
   .text-logo {
      font-size: 18px;
   }
   
   .brand-name, .brand-suffix {
      font-size: 18px;
   }
   
   .header {
      padding: 15px 0 8px 0;
   }
}

/*--------------------------------------------------------------------- 
End Modern Header Styles
---------------------------------------------------------------------*/