/*
    Author: sjweb4u.com
    Date: 02-08-2024
    Description: Custom CSS To overwrite Defult CSS
    Version: 1.0
    Last Updated: 02-08-2024
    Last Updated By: Sanjay Kumar (sjweb4u.com)
*/

@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600;700;800;900&family=Rubik:wght@300;400;500;600;700;800;900&family=Roboto:wght@400;700&family=Open+Sans:wght@400;700&family=Lato:wght@400;700&family=Poppins:wght@400;700&family=Nunito:wght@400;700&family=Oswald:wght@400;700&family=Raleway:wght@400;700&family=Merriweather:wght@400;700&family=Playfair+Display:wght@400;700&display=swap");

/* Add your custom styles here. */
@keyframes scroll_amini {
    0% {
        opacity: 0;
        transform: translateY(100%);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
.tf__scroll_btn {
    left: 20px;
    right: auto;
}

.tf__footer_apply p {
    width: 80%;
}

.main_menu_3 {
    position: relative;
}
.tf__topbar_right,
.tf__topbar_left {
    position: relative;
    z-index: 1000;
}



 #zodZlkwQq4 .common_btn,
         #zodZlkwQq4 .common_btn_2,
         #zodZlkwQq4 .common_btn_3 {
         background: var(--primary)!important;
         color: var(--white) !important;
         }
         .main_menu_2 .navbar-nav .nav-item .nav-link,
         .main_menu .navbar-nav .nav-item .nav-link {
         color: var(--black) !important;
         }
         .main_menu .navbar-nav .nav-item:hover .nav-link,
         .main_menu .navbar-nav .nav-item .nav-link.active {
         color: var(--primary)!important;
         }
         
         .main_menu_3 .tf__droap_menu li a.active,
         .main_menu_3 .tf__droap_menu li a:hover {
         color: var(--primary)!Important;
         }
         .main_menu_3 .tf__droap_menu li a.active::after,
         .main_menu_3 .tf__droap_menu li a:hover::after {
         background: var(--primary)!Important;
         }
.tf__header_text a {
         max-width: 302.5px !important;
         height: 110px !important;
         /* Default height */
         }
         .tf__header {
         height: 110px !important;
         /* Default header height */
         }
         .tf__topbar_right {
         overflow: hidden;
         height: 50px;
         }
         /* Media query to adjust height for smaller screens */
         @media (max-width: 1450px) {
         .main_menu_2 .navbar-nav .nav-item .nav-link,
         .main_menu .navbar-nav .nav-item .nav-link {
         font-size: 13px;
         }
         .tf__header_text a {
         height: calc(110px * 0.8) !important;
         /* Decrease height to 80% */
         max-width: calc(302.5px * 0.8) !important;
         /* Optional: adjust width too */
         }
         .tf__header {
         height: calc(110px * 0.8) !important;
         /* Adjust header height too */
         }
         .tf__header_text ul li .icon {
         width: 55px;
         height: 55px;
         line-height: 55px;
         margin-right: 10px;
         }
         .tf__header_text .contact-info h6 {
         font-size: 0.9rem;
         /* Smaller h6 size */
         margin: 0;
         /* Remove margin for a tighter layout */
         }
         .tf__topbar_right {
         overflow: hidden;
         height: 50px;
         }
         .tf__header_text .contact-info p {
         font-size: 0.8rem;
         /* Smaller paragraph size */
         margin: 0;
         /* Remove margin for a tighter layout */
         }
         }
         @media (max-width: 1250px) {
         .tf__header_text a {
         height: calc(110px * 0.6) !important;
         /* Decrease height to 80% */
         max-width: calc(302.5px * 0.6) !important;
         /* Optional: adjust width too */
         }
         .tf__header {
         height: calc(110px * 0.6) !important;
         /* Adjust header height too */
         }
         .tf__header_text ul li .icon {
         width: 55px;
         height: 55px;
         line-height: 55px;
         margin-right: 10px;
         }
         .tf__header_text .contact-info {
         font-size: 0.5rem;
         /* Decrease the font size */
         }
         .tf__header_text .contact-info li {
         padding: 0.3rem 0;
         /* Adjust padding for list items */
         }
         .tf__header_text .contact-info h6 {
         font-size: 0.9rem;
         margin: 0;
         }
         .tf__header_text .contact-info p {
         font-size: 0.6rem;
         margin: 0;
         }
         .tf__sub_droap_menu {
         left: -220px !important;
         }
         }
         .header_offcanvas_logo_area ul li a {
         width: 40px;
         height: 40px;
         text-align: center;
         line-height: 40px;
         border: 1px solid #000;
         border-radius: 50%;
         color: #000;
         margin-right: 10px;
         transition: all linear .3s;
         -webkit-transition: all linear .3s;
         -moz-transition: all linear .3s;
         -ms-transition: all linear .3s;
         -o-transition: all linear .3s;
         }
         .header_offcanvas_logo_area ul li a:hover {
         background: var(--colorPrimary);
         border-color: var(--colorPrimary);
         transform: rotate(25deg);
         -webkit-transform: rotate(25deg);
         -moz-transform: rotate(25deg);
         -ms-transform: rotate(25deg);
         -o-transform: rotate(25deg);
         }
         .tf__header_text_custom ul {
         gap: 16px;
         margin-top: 16px;
         }
  /* Remove colors from accordion button */
         .accordion-button {
         background-color: transparent;
         color: inherit;
         border: none;
         box-shadow: none;
         text-align: left;
         }
         /* Background color for the accordion button when expanded */
         .accordion-button:not(.collapsed) {
         background-color: white;
         /* Set to your desired color */
         color: inherit;
         }
         /* Remove colors from nested links */
         .accordion-body .nav-link {
         color: inherit;
         background-color: transparent;
         border: none;
         padding: 0;
         }
         /* Remove default link colors and styles */
         .accordion-button a {
         color: inherit;
         text-decoration: none;
         }
         /* Ensure no color change on hover for links within accordion buttons */
         .accordion-button a:hover,
         .accordion-button a:focus {
         color: inherit;
         text-decoration: none;
         }
         /* Remove Bootstrap's default accordion arrow */
         .accordion-button::after {
         display: none;
         /* Ensures the default arrow is completely hidden */
         }
         /* Apply custom arrow only for items with children */
         .accordion-item.has-children .accordion-button::after {
         display: inline-block;
         }
         /* Remove any additional arrows for nested dropdown items */
         .accordion-collapse .accordion-button::after {
         display: none;
         /* Hides any additional arrows inside nested items */
         }
         /* Ensure focus styles are consistent */
         .accordion-button:focus {
         box-shadow: none;
         outline: none;
         }
         .accordion-button:not(.collapsed)::after {
         background-image: var(--bs-accordion-btn-icon) !Important;
         transform: var(--bs-accordion-btn-icon-transform) !Important;
         }
         .main_menu_2 .navbar-nav .nav-item .nav-link {
         text-overflow: ellipsis;
         display: inline-block;
         white-space: nowrap;
         /* overflow: hidden; */
         }
         .tf__droap_menu {
         width: 280px !important;
         }
         .tf__droap_menu li {
         border-bottom: 1px solid #eee !important;
         }
         .tf__droap_menu li a {
         border-bottom: none !important;
         line-height: 27px !important;
         padding: 15px 20px;
         }
         .navbar-nav .nav-item:hover .nav-link::after {
         bottom: 0px;
         }




         #navbarNav {
         background-color: var(--primary)!important;
         }
         .navbar .container-fluid {
         background-color: var(--primary)!important;
         }
         #navbarNav .navbar-nav .nav-item{
            background-color: var(--primary)!important;
         color: var(--white) !important;
         border-bottom: 1px solid var(--secondary);
         }
         #navbarNav .navbar-nav .nav-item .nav-link {
         background-color: var(--primary)!important;
         color: #fff !important;
         }
         .main_menu_2 .tf__droap_menu li a:hover::after {
         background: var(--primary)!important;
         }
         .tf__droap_menu li a:hover {
         color: var(--primary)!important;
         }
         .tf__droap_menu{
         overflow: visible !important;
         }
         .tf__sub_droap_menu {
         position: absolute;
         background: var(--colorWhite);
         width: 220px;
         max-height: 550px;
         top: 50%;
         left: 200px;
         overflow: hidden;
         overflow-y: auto;
         line-height: 50px;
         border-top: 1px solid #eee;
         box-shadow: var(--box-shadow);
         transition: all linear .2s;
         transform: scaleY(.8);
         opacity: 0;
         visibility: hidden;
         transform-origin: top;
         -webkit-transform: scaleY(.8);
         -moz-transform: scaleY(.8);
         -ms-transform: scaleY(.8);
         -o-transform: scaleY(.8);
         -webkit-transition: all linear .2s;
         -moz-transition: all linear .2s;
         -ms-transition: all linear .2s;
         -o-transition: all linear .2s;
         z-index: 999;
         }
         .main_menu_2 .navbar-nav .sub-nav-item:hover .tf__sub_droap_menu,
         .main_menu .navbar-nav .sub-nav-item:hover .tf__sub_droap_menu {
         opacity: 1;
         visibility: visible;
         transform: scale(1);
         -webkit-transform: scale(1);
         -moz-transform: scale(1);
         -ms-transform: scale(1);
         -o-transform: scale(1);
         }









.tf__hallmarks {
    background-color: #E8F5E9; /* Light red/pinkish background */
    padding-top: 100px;
    padding-bottom: 100px;
}

.tf__hallmarks .tf__heading_area h2 {
    font-size: 40px;
    font-weight: 700;
    color: var(--dark); /* Deep red for heading */
    margin-bottom: 15px;
}

.tf__hallmarks .tf__heading_area p {
    font-size: 16px;
    color: #555;
    line-height: 1.7;
}

.tf__single_service {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
}

.tf__single_service:hover {
    transform: translateY(-15px);
    box-shadow: 0 25px 50px rgba(211, 47, 47, 0.25); /* Red shadow */
}

.tf__single_service .service_img {
    width: 100%;
    height: 250px;
    background-size: cover;
    background-position: center;
    border-radius: 15px;
    transition: transform 0.5s ease;
}

.tf__single_service:hover .service_img {
    transform: scale(1.1);
}

.tf__single_service .service_content {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 25px 20px;
    background: linear-gradient(to top, rgba(211,47,47,0.9), rgba(255,105,97,0.6)); /* Red gradient overlay */
    color: #fff;
    text-align: left;
}

.tf__single_service .service_content span {
    display: inline-block;
    font-size: 30px;
    margin-bottom: 10px;
    background: #fff;
    color: var(--dark); /* Red icons */
    padding: 10px;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.tf__single_service:hover .service_content span {
    transform: scale(1.2);
}

.tf__single_service .service_content h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 8px;
}

.tf__single_service .service_content p {
    font-size: 14px;
    line-height: 1.6;
}

@media (max-width: 991px) {
    .tf__single_service .service_img {
        height: 200px;
    }
}

@media (max-width: 767px) {
    .tf__single_service .service_img {
        height: 180px;
    }
}



/* Why Choose Section */
.sp__why_choose {
    background-color: #f9f9f9;
    padding: 80px 0;
    font-family: 'Poppins', sans-serif;
}

.sp__why_choose .section-heading h2 {
    font-size: 32px;
    font-weight: 700;
    color: var(--secondary);
    margin-bottom: 15px;
}

.sp__why_choose .section-heading p {
    font-size: 16px;
    color: #555;
    line-height: 1.6;
}

.activity-card {
    background: #fff;
    padding: 25px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
    transition: transform 0.3s, box-shadow 0.3s;
}

.activity-card i {
    font-size: 40px;
    margin-bottom: 15px;
    color: #fff;
    background: var(--secondary);
    width: 70px;
    height: 70px;
    line-height: 70px;
    border-radius: 50%;
    display: inline-block;
}

.activity-card h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #333;
}

.activity-card p {
    font-size: 14px;
    color: #666;
}

.activity-card.blue i {
    background-color: var(--dark);
}

.activity-card.green i {
    background-color: #28a745;
}

.activity-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 25px rgba(0,0,0,0.12);
}

.activity-image img {
    max-width: 100%;
    border-radius: 12px;
}

/* Responsive */
@media(max-width: 991px) {
    .sp__why_choose .section-heading h2 {
        font-size: 28px;
    }
    .activity-card {
        padding: 20px;
    }
}


/* Our Specialities Section */
.sp__specialities {
    background-color: #fff;
    font-family: 'Poppins', sans-serif;
    padding: 80px 0;
}

.sp__specialities_img img {
    max-width: 100%;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}

.sp__specialities_text .section-heading h2 {
    font-size: 32px;
    font-weight: 700;
    color: var(--secondary);
    margin-bottom: 15px;
}

.sp__specialities_text .section-heading p {
    font-size: 16px;
    color: #555;
    line-height: 1.6;
}

.sp__skills_bar {
    margin-top: 30px;
}

.sp__skills_bar_single {
    margin-bottom: 20px;
}

.sp__skills_bar_single p {
    font-weight: 500;
    color: #333;
    margin-bottom: 8px;
}

.sp__skills_bar_single .bar {
    background: #e0e0e0;
    border-radius: 25px;
    overflow: hidden;
    height: 18px;
}

.sp__skills_bar_single .bar .fill {
    display: block;
    height: 100%;
    width: 0;
    background: var(--dark);
    border-radius: 25px;
    transition: width 1.5s ease-in-out;
}

/* Animate the fill based on data-percentage */
.sp__skills_bar_single .bar .fill[data-percentage] {
    width: attr(data-percentage %) !important;
}

/* Responsive */
@media(max-width: 991px) {
    .sp__specialities_text .section-heading h2 {
        font-size: 28px;
    }
    .sp__skills_bar_single .bar {
        height: 14px;
    }
}


/**/
/* Section Gradient Background */
#section-testimonial {
    background: linear-gradient(135deg, #f0f4f8 0%, #e2ebf5 100%);
    position: relative;
    overflow: hidden;
}

/* Glass Title */
.glass-title {
    font-size: 3rem;
    font-weight: 800;
    background: rgba(255, 255, 255, 0.15);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    color: #0a3d62;
    padding: 15px 25px;
    border-radius: 20px;
    display: inline-block;
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
}

.sub-title {
    color: #555;
    margin-top: 10px;
    font-size: 1.1rem;
}

/* Decorative Shapes */
.decorative-shapes .shape {
    position: absolute;
    border-radius: 50%;
    opacity: 0.2;
    z-index: 1;
}
.shape1 { width: 200px; height: 200px; background: var(--dark); top: -50px; left: -50px; }
.shape2 { width: 150px; height: 150px; background: #f39c12; bottom: -30px; right: 50px; }
.shape3 { width: 100px; height: 100px; background: #e74c3c; top: 150px; right: 100px; }

/* Testimonial Cards */
.sp__testimonial_card {
    background: var(--white);
    border-radius: 20px;
    padding: 30px 25px;
    margin: 20px;
    text-align: center;
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
    transition: transform 0.3s, box-shadow 0.3s;
    position: relative;
    z-index: 2;
}
.sp__testimonial_card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(0,0,0,0.15);
}

.sp__testimonial_card .img img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    margin-bottom: 15px;
    border: 3px solid var(--dark);
}

.sp__testimonial_card .description {
    font-size: 16px;
    color: #555;
    margin-bottom: 15px;
}

.sp__testimonial_card .title {
    font-weight: 700;
    color: #0a3d62;
    margin-bottom: 5px;
    font-size: 1.2rem;
}

.sp__testimonial_card .designation {
    font-size: 14px;
    color: #888;
    margin-bottom: 10px;
}

.sp__testimonial_card .rating i {
    color: #FFD700;
    margin: 0 2px;
}

/* Slick Arrows & Dots Customization */
.slick-prev:before, .slick-next:before { color: var(--dark); font-size: 28px; }
.slick-dots li button:before { color: var(--dark); }

/* Responsive */
@media (max-width: 768px) {
    .sp__testimonial_card { padding: 25px 15px; }
    .glass-title { font-size: 2.2rem; padding: 10px 20px; }
}


/*Footer Css Start  */

.tf__footer {
    position: relative;
    color: #fff;
    font-family: 'Poppins', sans-serif;
}

.tf__footer_overlay {
    background: linear-gradient(to top, rgba(27,94,32,0.95), rgba(46,125,50,0.85));
    padding-top: 120px;
    padding-bottom: 80px;
    border-radius: 15px;
}

.tf__footer_logo_area p {
    color: #fff;
    line-height: 1.6;
    font-size: 14px;
}

.tf__footer_logo_area ul.footer_social li {
    list-style: none;
    margin-right: 10px;
}

.tf__footer_logo_area ul.footer_social li a img,
.tf__footer_logo_area ul.footer_social li a i {
    width: 30px;
    height: 30px;
    display: inline-block;
    transition: all 0.3s ease;
}

.tf__footer_logo_area ul.footer_social li a:hover img,
.tf__footer_logo_area ul.footer_social li a:hover i {
    transform: scale(1.2);
}

.tf__footer_content h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #fff;
}

.tf__footer_content ul li {
    list-style: none;
    margin-bottom: 10px;
}

.tf__footer_content ul li a {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    transition: color 0.3s ease;
}

.tf__footer_content ul li a:hover {
    color: #ffcccc;
}

.tf__copyright {
    border-top: 1px solid rgba(255,255,255,0.2);
    padding-top: 15px;
}

.tf__copyright p {
    margin: 0;
}

.tf__copyright ul li {
    list-style: none;
    margin-left: 15px;
}
 
         .tf__header_text ul li:hover .icon {
         background: var(--primary)!important;
         }
         .tf__header_text ul li .icon {
         background: var(--primary)!important;
         color: var(--white) !important;
         }
     
         .tf__footer_3 .tf__copyright ul li a:hover,
         .tf__footer_3 .tf__footer_content ul li a:hover {
         color: var(--primary)!important;
         }
         .tf__footer_3 .tf__footer_content ul li a:hover::after {
         background: var(--primary)!important;
         }
         .tf__footer_3 .tf__footer_logo_area ul li a:hover {
         background:  !important;
         border-color:  !important;
         }
         /* #icon-list a:hover {
         color: #000 !important;
         background: #000 !important;
         border-color: #000 !important;
         }
         #icon-list a:hover::after {
         background: #000 !important;
         } */
