body{
    font-size: 18px;
}
.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: flex;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    z-index: 99;
}

.marquee-container h2{
color: white;   
}



/* .card {
    margin-right: 20px;
    padding: 15px;
    margin-top: 3%;
    background-color: #003b37;
    border-radius: 8px;
    text-align: center;
    width: 200px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
} */

/* .card img {
    width: 50px;
    height: 50px;
} */
.marquee-container {
    position: relative;
    overflow: hidden;
}

/* Make marquee a horizontally scrolling flex container */
.marquee {
    display: flex;
    gap: 15px;
    animation: marquee 20s linear infinite;
   
    white-space: nowrap; /* Prevent wrapping of items */
}

.card {
    background-color: #06402b;
    border-radius: 8px;
    width: 200px;
    text-align: center;
    padding: 15px;
    transition: all 0.3s ease-in-out; /* Smooth transition for hover effect */
    flex-shrink: 0; /* Prevent cards from shrinking */
}

/* Hover effect */
.card:hover {
    background-color: #ffffff; /* Change background to white on hover */
    color: black; /* Change text color to black on hover */
}

.card img {
    width: 60px;
    height: auto;
    margin-bottom: 10px;
}

.card h6 {
    font-size: 1rem;
    color: white;
    font-weight: 300;
}

.card:hover h6 {
    color: black; /* Change text color of h6 to black when card is hovered */
}

/* Responsive behavior */
@media (max-width: 1024px) {
    .marquee {
        flex-wrap: nowrap; /* Ensure items stay in a single row */
    }
    .card {
        min-width: 200px; /* Ensure cards have a minimum width for proper layout */
    }
}

/* Add animation for marquee effect */
@keyframes marquee {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}



/* Ensure the service images are responsive */
.service-image {
    width: 100%;
    height: auto;
    border-radius: 4%;

    object-fit: cover; /* Ensure image covers the area without distortion */
}

/* Make sure the cards scale well for smaller devices */
.card1 {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.card1 img {
    width: 80px;
    height: auto;
    margin-bottom: 10px;
}

.card1:hover {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.card1 h5 {
    font-size: 20px;
    color: #06402b;
}

.card1 p {
    font-size: 16px;
    color: #555;
}

/* Customize the "Read More" button */
.btn-custom {
    background-color: #06402b;
    color: #fff;
    padding: 10px 20px;
    border-radius: 4px;
    text-decoration: none;
    display: inline-block;
    margin-top: 10px;
}

.btn-custom:hover {
    background-color: #b19e69;
    color: #06402b;
}

.card1 strong {
    font-size: 22px;
    color: black;
    font-weight: 600;
}



/* Hover Effect */
.card1:hover {
    background-color: white;
    color: black;
}

.card1:hover h5, 
.card1:hover strong,
.card1:hover p {
    color: black;
}


.highlight {
    background-color: #06402b;
}

@keyframes marquee {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%);
    }
}

@media (max-width: 768px) {
    .marquee {
        animation: marquee 15s linear infinite; /* Faster scrolling on smaller screens */
    }

    .card {
        width: 160px;
    }

    .card img {
        width: 50px;
    }

    .card h5 {
        font-size: 0.875rem;
    }
}

@media (max-width: 576px) {
    .marquee {
        animation: marquee 12s linear infinite; /* Faster scrolling on very small screens */
    }

    .card {
        width: 140px;
    }

    .card img {
        width: 45px;
    }

    .card h5 {
        font-size: 0.75rem;
    }
}
.card3 {
    border-radius: 8px;
    width: 100%;
    text-align: center;
    height: 100%; /* Makes all cards equal height */
    transition: all 0.3s ease-in-out;
}

.card3 img {
    width: 60px;
    height: auto;
    margin-bottom: 15px;
}

.card3 h5 {
    font-size: 20px;
    color: #555;
    font-weight: 300;
}

.card3 strong {
    font-size: 20px;
    color: black;
    font-weight: 600;
}

.card3 p {
    font-size: 18px;
    color: #555;
    font-weight: 500;
}

/* Hover Effect */
.card1:hover {
    background-color: white;
    color: black;
}

.card1:hover h5, 
.card1:hover strong,
.card1:hover p {
    color: black;
}

.card h5 {
    font-size: 20px;
    font-weight: bold;
    color: white;
}


.btn-style3.secondary {
    background-color: #ffb922;
    color: #fff !important;
  }
  .btn-style3 {
    background-color: #1e3238;
    color: #fff !important;
    font-size: 14px !important;
    padding: 12px 30px !important;
    display: inline-block;
    border: 2px solid transparent;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-weight: 600;
    width: auto;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    border-radius: 0.15rem;
  }
/*** Button Start ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-square {
    width: 32px;
    height: 32px;
}

.btn-sm-square {
    width: 34px;
    height: 34px;
}

.btn-md-square {
    width: 44px;
    height: 44px;
}

.btn-lg-square {
    width: 56px;
    height: 56px;
}

.btn-xl-square {
    width: 66px;
    height: 66px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square,
.btn-xl-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 50%;
}

.btn.btn-primary {
    background: var(--bs-primary) !important;
    color: var(--bs-white) !important;
    font-family: 'Roboto', sans-serif;
    border: none;
    font-weight: 400;
    transition: 0.5s;
}

.btn.btn-primary:hover {
    background: var(--bs-dark) !important;
    color: var(--bs-light) !important;
}

.btn.btn-dark {
    background: var(--bs-dark) !important;
    color: var(--bs-white) !important;
    font-family: 'Roboto', sans-serif;
    border: none;
    font-weight: 400;
    transition: 0.5s;
}

.btn.btn-dark:hover {
    background: var(--bs-white) !important;
    color: var(--bs-dark) !important;
}

.btn.btn-light {
    background: var(--bs-primary) !important;
    color: var(--bs-white) !important;
    font-family: 'Roboto', sans-serif;
    border: none;
    font-weight: 400;
    transition: 0.5s;
}

.btn.btn-light:hover {
    background: var(--bs-white) !important;
    color: var(--bs-dark) !important;
}
/*** Topbar Start ***/
.topbar {
    padding: 2px 10px 2px 20px;
    background: var(--bs-dark) !important;
}

@media (max-width: 768px) {
    .topbar {
        display: none;    
    }
}
/*** Topbar End ***/
.info-section {
    background: #ffffff;
}

/* Heading Styling */
.info-heading {
    color: #003b37;
    font-size: 26px;
    font-weight: 500;
    text-align: start;
    border-left: 4px solid #003b37;
    padding-left: 15px;
    margin-bottom: 15px;
}

/* Text Block Styling */
.identity-text {
    color: #555;
    font-size: 18px;
    font-weight: 300;
    text-align: start;
    line-height: 30px;
    padding: 15px;
    background: white;
    border-left: 4px solid #02695e;
    box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
}
.identity-card p{
    font-size: 20px;
    color: white;
}

.inara-text {
    color: #555;
    font-size: 18px;
    font-weight: 300;
    text-align: start;
    line-height: 30px;
    padding: 15px;
    background: white;
   /* border-top: 4px solid #02695e;
    border-bottom: 4px solid #02695e;*/

    box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
}

.info-text {
    color: #555;
    font-size: 20px;
    font-weight: 300;
    text-align: start;
    line-height: 1.8;
    padding: 15px;
    background: white;
    border-left: 4px solid #06402b;
    box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
}
/*** Navbar ***/
/* Navbar Styling */
 /* Apply green color to all links */


  /* Active link with green color and bottom border */
  .navbar-nav .nav-link.active {
    color: #06402b; /* Green color for active link */
    border-bottom: 2px solid #06402b; /* Green bottom border */
  }

  /* Hover effect for links */
  .navbar-nav .nav-link:hover {
    color: #06402b; /* Green color on hover */
    border-bottom: 2px solid #06402b; /* Green bottom border on hover */
  }

  /* Adjust logo size */
  .navbar-brand .logo {
    width: 120px; /* Adjust logo width */
  }
  .navbar-light .navbar-nav .nav-link{
  color: #06402b;
    letter-spacing: 1px;
 
    font-weight: 400;
    margin: 0px 18px;
    transition: all 0.3sease;
    font-size: 17px;

  }
/*** Navbar End ***/

/*** Carousel Header Start ***/
.header-carousel .header-carousel-item {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.owl-prev,
.owl-next {
    position: absolute;
    width: 60px;
    height: 60px;
    top: 50%;
    transform: translateY(-50%);
    padding: 20px 20px;
    border-radius: 40px;
    background: var(--bs-primary);
    color: var(--bs-white);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}

.owl-prev {
    left: 30px;
}

.owl-next {
    right: 30px;
}

.owl-prev:hover,
.owl-next:hover {
    background: var(--bs-dark) !important;
    color: var(--bs-white) !important;
}

.header-carousel .header-carousel-item-img-1,
.header-carousel .header-carousel-item-img-2,
.header-carousel .header-carousel-item-img-3 {
    position: relative;
    overflow: hidden;
}

.header-carousel .header-carousel-item-img-1::before,
.header-carousel .header-carousel-item-img-2::before,
.header-carousel .header-carousel-item-img-3::before {
    content: "";
    position: absolute;
    width: 600px;
    height: 600px;
    top: -300px;
    right: -300px;
    border-radius: 300px;
    background: transparent;
    z-index: 2 !important;
}

@keyframes RotateMoveCircle {
    0% {top: -400px;}
    50%   {right: -200px;}
    75%   {top: -200px;}
    100%  {top: -400px;}
}

.header-carousel .header-carousel-item-img-1::after,
.header-carousel .header-carousel-item-img-2::after,
.header-carousel .header-carousel-item-img-3::after {
    content: "";
    position: absolute;
    width: 150px;
    height: 1200px;
    top: -150px;
    left: 70px;
    transform: rotate(-30deg);
    z-index: 2 !important;
}

@keyframes RotateMoveRight {
    0%   {left: 0px;}
    50%   {left: 70px;}
    100%  {left: 0px;}
}

.header-carousel .header-carousel-item::before {
    content: "";
    position: absolute;
    width: 300px;
    height: 1200px;
    top: -150px;
    left: -265px;
    transform: rotate(-30deg);
    opacity: 0.7;
    z-index: 2 !important;
}

@keyframes RotateMoveLeft {
    0%   {left: -240px;}
    50%   {left: -300px;}
    100%  {left: -240px;}
}

.header-carousel .header-carousel-item::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 2 !important;
}

.header-carousel .header-carousel-item .carousel-caption {
    position: absolute;
    width: 80%;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
/*    justify-content: center;*/
    z-index: 9;
}

.heading-2{
    font-weight: 400;
    line-height: 1.2;
    font-size: 2.9rem;


}
@media (max-width: 992px) {
    .header-carousel .header-carousel-item .carousel-caption {
        width: 100% !important;
        margin-left: 0 !important;
        padding: 0 10px;
    }
    .header-carousel-item img {
        height: 700px;
        object-fit: cover;
    }

    .owl-prev,
    .owl-next {
        top: 40px !important;
    }

    .owl-prev {
        left: 65%;
    }
}
/*** Header Carousel End ***/

/*** Single Page Hero Header Start ***/
.bg-breadcrumb {
    position: relative;
    overflow: hidden;
   background: url(../img/bread-bg.jpg); 
/*    background-color: #06402b;*/
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0 60px 0;
}

.bg-breadcrumb .breadcrumb-item a {
    color: var(--bs-white) !important;
}

.bg-breadcrumb .bg-breadcrumb-single {
    position: absolute;
    width: 500px;
    height: 1200px;
    top: 0px;
    left: 0;
    margin-left: 30px;
    opacity: 0.7;
    z-index: 2 !important;
}


.bg-breadcrumb::before {
    content: "";
    position: absolute;
    width: 400px;
    height: 400px;
    top: -150px;
    right: -150px;
    border-radius: 200px;
    background: transparent;
    z-index: 2 !important;
}

@keyframes RotateMoveCircle {
    0% {top: -200px;}
    50%   {right: -100px;}
    75%   {top: -100px;}
    100%  {top: -200px;}
}


.bg-breadcrumb::after {
    content: "";
    position: absolute;
    width: 150px;
    height: 1200px;
    top: -150px;
    left: 0;
    margin-left: 160px;
    transform: rotate(-30deg);
    z-index: 2 !important;
}
/*** Single Page Hero Header End ***/
/* .custom-card {
    display: flex;
    align-items: center;
    border-radius: 15px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
    background: linear-gradient(135deg, #f0f0f0, #ffffff);
    transition: transform 0.3s ease-in-out;
}
.custom-card:hover {
    transform: scale(1.03);
}
.left-section {
    flex: 1;
    font-weight: bold;
    font-size: 20px;
    padding: 15px;
    background: #343a40;
    color: white;
    border-radius: 10px;
    text-align: center;
}
.middle-section {
    flex: 2;
    padding: 15px;
    color: #333;
    font-size: 16px;
    line-height: 1.5;
}
.right-section {
    flex: 1;
    border-left: 2px solid #ccc;
    padding-left: 15px;
    font-size: 16px;
    color: #444;
} */
.identity-section {
    background: #ffffff;
}

/* Section Heading */
.identity-heading {
    color: #06402b;
    font-size: 30px;
    font-weight: 600;
    border-left: 5px solid #06402b;
    padding-left: 15px;
    margin-bottom: 20px;
}


/* Right Card Styling */
.identity-card {
    background: #06402b;
    color: white;
    font-size: 20px;
    font-weight: 300;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
}

/* Hover Effect */
.identity-card:hover {
    transform: translateY(-5px);
    box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.2);
}
.stylish-heading {
    position: relative;
    display: inline-block;
    font-size: 24px;
    color: white;
    letter-spacing: 0.5px;
    padding-bottom: 10px;
}
.stylish-heading::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 80px;
    height: 4px;
    
    border-radius: 2px;
    transition: width 0.4s ease-in-out;
}
.stylish-heading:hover::after {
    width: 120px;
}



    

    /* Paragraph Styling */
    
    .copyright  {
        font-size: 16px;
        font-weight: 300;
        line-height: 1.8;
        margin-bottom: 15px;
    }

    /* Button Styling */
    .btn-custom {
        display: inline-block;
        background: #f5c469; /* Golden Button */
        color: #06402b;
        padding: 12px 24px;
        font-size: 16px;
        font-weight: 600;
        border-radius: 5px;
        text-decoration: none;
        margin-top: 10px;
        transition: 0.3s ease-in-out;
    }

    .btn-custom:hover {
        background: white;
        color: #06402b;
    }



    .feature-card1 {
        background: #605c38;
        border-radius: 10px;
        box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
        display: flex;
        align-items: center;
/*        height: 200px;*/
        transition: all 0.3s ease-in-out;
        padding: 20px;
/*        border-left: 5px solid #02695e;*/
    }
    .feature-card2 {
        background: #626262;
        border-radius: 10px;
        box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
        display: flex;
        align-items: center;
/*        height: 200px; */
        transition: all 0.3s ease-in-out;
        padding: 20px;
/*        border-left: 5px solid #02695e;*/
    }
    .feature-card3 {
        background: #605c38;
        border-radius: 10px;
        box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
        display: flex;
        align-items: center;
/*        height: 200px;*/
        transition: all 0.3s ease-in-out;
        padding: 20px;
/*        border-left: 5px solid #02695e;*/
    }
    
    .feature-card:hover {
        transform: translateY(-5px);
        box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.15);
    }
    
    .feature-icon {
        font-size: 32px;
        background: white;
        color: white;
        border-radius: 50%;
        width: 90px;
        height: 90px;
        display: flex;
        align-items: center;
        margin-right: 1%;
        justify-content: center;
        font-weight: bold;
    }
    
    .feature-content {
/*        flex-grow: 1;*/
width: 600px;
    border-right: 1px solid #eee;
    }
    
    .feature-title {
        font-size: 22px;
        font-weight: bold;
        color:white;
    }
    
    .feature-description {
        font-size: 18px;
        color: white;
        margin-bottom: 0;
    }
    
    .feature-divider {
        width: 3px;
        height: 70%;
        background: #ccc;
        margin: 0 20px;
    }
    
    .feature-list span {
        display: block;
        font-size: 18px;
        line-height: 1.5;  /* Adjust the line height as needed */
        letter-spacing: 1px;  /* Adjust spacing between letters */

        color: white;
    }
    

.blog-item p{
    color:white ;
    font-size: 18px;

}
.blog-item {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 2rem;
    background: #06402b;
    color: white;
    border-radius: 10px;
}

.icon-box {
    margin-bottom: 15px;
    color: #f4b400; /* Gold color for icons */
}

.mt-auto {
    margin-top: auto;
}


/* About Us Section - Full Width */
.about-us {
    width: 100%;
    padding: 80px 0;
    background-color: #f8f9fa; /* Light background for contrast */
    display: flex;
    align-items: center;
    justify-content: center;
}

/* About Us Content */
.about-us .container {
    position: relative;
    z-index: 2;
}

/* Section Title */
.section-title {
    font-size: 24px;
    font-weight: 700;
    color: #06402b;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
}

/* Underline Effect for Heading */
.section-title::after {
    content: "";
    display: block;
    width: 80px;
    height: 4px;
    background: #003b37;
    margin: 10px auto 0;
    border-radius: 2px;
}

/* Content Styling */
.about-content p {
    text-align: start;
    color: #333; /* Now black for better readability */
    font-size: 18px;
    line-height: 1.4;
    text-align: justify;
}

/* Responsive Adjustments */
@media (max-width: 991px) {
    .about-content p {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .about-us {
        padding: 60px 0;
    }
    .about-content p {
        font-size: 16px;
    }
    .section-title {
        font-size: 35px;
    }
}


/*** About Start ***/
.about .text {
    position: relative;
}

.about .text::after {
    content: "";
    width: 4px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: var(--bs-primary);
}
/*** About End ***/

/*** Service Start ***/
.service .service-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, 0.3);
}

.service .service-item .service-img {
    position: relative;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.service .service-item .service-img img {
    transition: 0.5s;
}

.service .service-item:hover .service-img img {
    transform: scale(1.2);
}

.service .service-item .service-img::after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    right: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: rgba(68, 210, 246, 0.4);
    transition: 0.5s;
}

.service .service-item:hover .service-img::after {
    width: 100% !important;
    height: 100% !important;
}

.service .service-item .service-content {
    position: relative;
}

.service .service-item .service-content::after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: var(--bs-dark);
    transition: 0.5s;
    z-index: 1;
}

.service .service-item:hover .service-content::after {
    width: 100% !important;
    height: 100% !important;
}

.service .service-item .service-content .service-content-inner {
    transition: 0.5s;
}

.service .service-item:hover .service-content .service-content-inner {
    position: relative;
    color: var(--bs-white) !important;
    transition: 0.5s;
    z-index: 2;
}

.service .service-item:hover .service-content .service-content-inner a.h4 {
    color: var(--bs-white) !important;
    transition: 0.5s;
}

.service .service-item:hover .service-content .service-content-inner a.h4:hover {
    color: var(--bs-primary) !important;
}
/*** Service End ***/

/*** Project Start ***/
.project .project-carousel.owl-carousel {
    height: 100%;
}

.project .project-carousel .project-item {
    position: relative;
    overflow: hidden;
}

.project .project-carousel .project-item .project-img {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.project .project-carousel .project-item .project-img::after {
    content: "";
    width: 100%;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 10px;
    background: rgba(68, 210, 246, 0.4);
    transition: 0.5s;
}

.project .project-carousel .project-item:hover .project-img::after {
    height: 100%;
}

.project .project-carousel .project-item .project-img img {
    transition: 0.5s;
}

.project .project-carousel .project-item:hover .project-img img {
    transform: scale(1.2);
}

.project .project-carousel .project-item .project-content {
    position: relative;
    width: 75%;
    height: 100%;
    bottom: 50%; 
    left: 50%; 
    transform: translate(-50%, -50%);
    box-shadow: 0 0 45px rgba(0, 0, 0, 0.08);
}

.project .project-carousel .project-item .project-content::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    border-radius: 10px !important;
    background: var(--bs-dark);
    transition: 0.5s;
}

.project .project-carousel .project-item .project-content .project-content-inner {
    position: relative;
    z-index: 2;
}

.project .project-carousel .project-item:hover .project-content .project-content-inner p,
.project .project-carousel .project-item:hover .project-content .project-content-inner a.h4,
.project .project-carousel .project-item:hover .project-content .project-content-inner .project-icon i {
    color: var(--bs-white) !important;
    transition: 0.5s;
}

.project .project-carousel .project-item:hover .project-content .project-content-inner a.h4:hover {
    color: var(--bs-primary) !important;
}

.project .project-carousel .project-item:hover .project-content::after {
    height: 100%;
}

.project-carousel .owl-dots {
    position: absolute;
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -120px;
    transition: 0.5s;
}

.project-carousel .owl-dots .owl-dot {
    width: 20px;
    height: 20px;
    border-radius: 20px;
    margin-right: 15px;
    background: var(--bs-dark);
    transition: 0.5s;
}

.project-carousel .owl-dots .owl-dot.active {
    width: 30px;
    height: 30px;
    border-radius: 40px;
    border: 8px solid var(--bs-primary);
}
/*** Project End ***/

/*** Blog Start ***/
.blog .blog-item .project-img {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    transition: 0.5s;
}

.blog .blog-item .project-img .blog-plus-icon {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: rgba(68, 210, 246, 0.2);
    transition: 0.5s;
    opacity: 0;
}

.blog .blog-item:hover .project-img .blog-plus-icon {
    opacity: 1;
}

.blog .blog-item .project-img img {
    transition: 0.5s;
}

.blog .blog-item:hover .project-img img {
    transform: scale(1.3);
}

/*** Blog End ***/

/*** Team Start ***/
.team .team-item {
    position: relative;
    overflow: hidden;
    border: 1px solid var(--bs-dark);
    transition: 0.5s;
}

.team .team-item:hover {
    border: none !important;
}

.team .team-item::after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 10px;
    border: 1px solid;
    border-color: var(--bs-primary) transparent transparent var(--bs-primary) !important;
    z-index: 5;
    transition: 1s;
    opacity: 0;
}

.team .team-item::before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    border-radius: 10px;
    border: 1px solid;
    z-index: 5;
    transition: 1s;
    opacity: 0;
}

.team .team-item:hover:after,
.team .team-item:hover::before {
    width: 100% !important;
    height: 100% !important;
    opacity: 1;
}

.team .team-item .team-img {
    position: relative;
    overflow: hidden;
}

.team .team-item .team-img::after {
    content: "";
    width: 100%;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: rgba(68, 210, 246, 0.2);
    transition: 0.5s;
}

.team .team-item:hover .team-img::after {
    height: 100%;
}

.team .team-item .team-img .team-icon {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 8;
    transition: 0.5s;
}

.team .team-item .team-img .team-icon .team-icon-share {
    position: relative;
    margin-top: -200px;
    transition: 0.5s;
    z-index: 9;
}

.team .team-item:hover .team-img .team-icon .team-icon-share {
    margin-top: 0 !important;
}

.team .team-item .team-content {
    position: relative;
}

.team .team-item .team-content::after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.5s;
}

.team .team-item .team-content::before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    transition: 0.5s;
}

.team .team-item:hover .team-content::after,
.team .team-item:hover .team-content::before {
    width: 100% !important;
    height: 50% !important;
}

.team .team-item:hover .team-content .team-content-inner {
    position: relative;
    color: var(--bs-white);
    z-index: 2;
}

.team .team-item .team-content .team-content-inner h4,
.team .team-item .team-content .team-content-inner p {
    transition: 0.5s;
}

.team .team-item:hover .team-content .team-content-inner p {
    color: var(--bs-white) !important;
}

.team .team-item:hover .team-content .team-content-inner h4 {
    color: var(--bs-dark) !important;
}
/*** Team End ***/

/*** Testimonial Start ***/
.testimonial .testimonial-carousel {
    position: relative;
}

.testimonial .testimonial-carousel .owl-dots {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial .testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: var(--bs-light);
    border: 1px solid var(--bs-primary);
    border-radius: 10px;
    transition: 0.5s;
}

.testimonial .testimonial-carousel .owl-dot.active {
    width: 40px;
    background: var(--bs-primary);
}
/*** Testimonial End ***/

/*** FAQ'S Start ***/
.faq {
    position: relative;
    overflow: hidden;
}

.faq::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-image: url(../img/bg.png);
    object-fit: cover;
    z-index: -1;
}

.faq .faq-img {
    position: relative;
}

.faq .faq-img .faq-btn {
    position: absolute;
    bottom: 20px;
    right: 20px;
}

/*** FAQ'S End ***/

/*** Footer Start ***/
/* Footer Styling */
.footer {
    background-color: #06402b; 
    color: #ffffff;
}

.footer-logo {
    width: 140px;
    border-radius: 4%;
}

.footer-item h5 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    letter-spacing: 1.2;

    text-transform: uppercase;
    letter-spacing: 0.8px;
}

.footer-item ul {
    padding: 0;
}

.footer-item ul li {
    list-style: none;
    margin-bottom: 10px;
    color: #d1d1d1;

    font-size: 18px;
    letter-spacing: 1.2;


}

.footer-item ul li a {
    color: #d1d1d1;
    text-decoration: none;
    font-size: 18px;
    letter-spacing: 1.2;
    transition: all 0.3s ease-in-out;
}

.footer-item ul li a:hover {
    color: #f8b400;
    text-decoration: none;
}

.footer-bottom {
    font-size: 14px;
    color: #ccc;
}
.footer-bottom a{
    font-size:18px;
    color: #ccc;
}

/* Responsive Footer */
@media (max-width: 768px) {
    .footer-item {
        text-align: center;
    }

    .footer-item ul {
        display: inline-block;
    }
}
.widget-title{
    color: white;
}

/* Contact Section */
.contact-section {
    color: #06402b;
    background-color: #ffffff;
}

/* Section Title */
.contact-title {
    color: #06402b;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}

/* Contact Items */
.contact-item .icon-box {
    background: #b19e69;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #06402b;
    font-size: 20px;
    margin-right: 15px; /* Add some margin to the right of the icon */
}

/* Ensure icon size is properly responsive */
.contact-item .icon-box i {
    font-size: 20px; /* Adjust icon size */
    color: #fff;
}

/* Contact Info layout */
.contact-info .contact-item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.contact-info .contact-item h5 {
    margin-bottom: 5px;
}

/* Contact Form */
.contact-form .form-control {
    border: 2px solid #b19e69;
    background-color: transparent;
    color: #ffffff;
}

.contact-form .form-control:focus {
    background-color: #06402b;
    color: #ffffff;
    border-color: #b19e69;
    box-shadow: none;
}

.contact-form label {
    color: #b19e69;
}

/* Adjust for small and medium screens */
@media (max-width: 992px) {
    /* Stack contact info and form vertically */
    .contact-info, .contact-form {
        flex: 0 0 100%;
        max-width: 100%;
    }

    /* Adjust icon size */
    .contact-item .icon-box {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }

    /* Stack contact items vertically on small screens */
    .contact-item {
        flex-direction: column;
        align-items: flex-start;
    }

    .contact-item h5 {
        margin-left: 0;
    }
}

/* Further adjustments for very small screens */
@media (max-width: 576px) {
    /* Reduce font size of the form labels */
    .contact-form label {
        font-size: 14px;
    }

    /* Reduce padding in form fields */
    .contact-form .form-control {
        padding: 0.5rem;
    }

    /* Adjust button width */
    .contact-form button {
        width: 100%;
    }
}

.what-we-look-for {
    color: #06402b;
    background-color: white;
    padding: 60px 0;
    text-align: center;
}

.what-we-look-for h2 {
    color: #06402b;
    font-weight: bold;
    margin-bottom: 20px;
}

.content-box {
    background-color:#06402b ;
    padding: 25px;
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
    text-align: left;
}


.content-box h4 {
    color: #b19e69;
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 10px;
}

.content-box p {
    font-size: 18px;
    color: white;
}

.check-list {
    padding-left: 20px;
}

.check-list ul {
    list-style: none;
    padding: 0;
}

.check-list ul li {
    font-size: 18px;
    margin: 10px 0;
    line-height: 1.5;  /* Adjust the line height as needed */
    letter-spacing: 0.5px;  /* Adjust the letter spacing */
    color: #333;
    display: flex;
    align-items: center;
}

.check-list ul li i {
    color: #b19e69;
    margin-right: 10px;
    font-size: 22px;
}

.icon {
    font-size: 30px;
    color: #b19e69;
    margin-right: 10px;
}

@media (max-width: 768px) {
    .content-box {
        margin-bottom: 20px;
    }
}


 /* Main Section Styling */
.investment-section {
    background-color:white; /* Light green background */
    padding: 50px 20px;
    border-radius: 10px;
    text-align: center;
  }
  
  /* Container */
  .investment-container {
    max-width: 900px;
    margin: auto;
  }
  
  /* Heading */
  .investment-heading {
    font-size: 24px;
    font-weight: 700;
    color: #1d4033;
    margin-bottom: 20px;
  }
  
  .investment-heading span {
    font-weight: 700;
    color: #0b3629; /* Darker green */
  }
  
  /* Quote Icon */
  .testimonial-quote {
    font-size: 80px;
    color: rgba(13, 61, 46, 0.1);
    font-family: serif;
    position: absolute;
    top: 20px;
    left: 20px;
  }
  
  /* Testimonial Box */
  .testimonial-box {
    position: relative;
    background: white;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  }
  
  /* Testimonial Text */
  .testimonial-text {
    font-size: 18px;
    color: #333;
    line-height: 1.6;
  }
  
  /* Author Section */
  .testimonial-author {
    margin-top: 20px;
  }
  
  .author-name {
    font-size: 18px;
    font-weight: bold;
  }
  
  .author-role {
    font-size: 14px;
    color: #666;
  }
  
  /* Navigation Dots & Arrows */
  .testimonial-nav {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }
  
  .nav-arrow {
    font-size: 20px;
    cursor: pointer;
    color: #2d6a4f;
  }
  
  .nav-dot {
    width: 8px;
    height: 8px;
    background: #bbb;
    border-radius: 50%;
    display: inline-block;
  }
  
  .active-dot {
    background: #2d6a4f;
  }
  
/* Background Styling */
.firm-overview {
    background: white;
    padding: 60px 20px;
}


/* Styled Heading with Green Color */
.firm-heading {
    font-size: 24px;
    font-weight: 700;
    position: relative;
    
    display: inline-block;
    color: #06402b; /* Green */
}

.firm-heading span {
    border-bottom: 4px solid #f5c156; /* Gold Border */
    padding-bottom: 5px;
}

/* Description */
.firm-description {
    font-size: 20px;
    line-height: 1.8;
    color: #555;
    margin: 20px 0;
}

/* Button Styling */
.firm-button {
    display: inline-block;
    padding: 12px 24px;
    background-color: #f5c156; /* Gold */
    color: #0b3629; /* Dark Green */
    font-weight: bold;
    text-decoration: none;
    border-radius: 5px;
    transition: 0.3s;
}

.firm-button:hover {
    background-color: #e5b045;
}

/* Right Side: Services */
.firm-services {
    padding-left: 30px;
    min-height: 100%; /* Ensures border covers the entire height */
    display: block; /* Ensures it takes up space */

}

/* Service Titles */
.services-title {
    font-size: 24px;
    font-weight: 700;
    color: #06402b; /* Green */
}

/* Service Items */
.service-box {
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.service-icon {
    font-size: 28px;
    color: #f5c156; /* Gold */
}

.service-heading {
    font-size: 20px;
    color: #06402b; /* Green */
}

.service-description {
    font-size: 20px;
    line-height: 1.6;
    color: #333;
}

/* Responsive Design */
@media (max-width: 991px) {
    .firm-container {
        text-align: center;
    }
    
    .firm-services {
        border-left: none;
        padding-left: 0;
    }

    .service-box {
        justify-content: center;
        text-align: left;
    }
}

.tabs-section {
/*    display: flex;*/
    margin-top: 4%;
    align-items: flex-start;
    gap: 20px;
}

.tabs-menu {
    width: 350px;
/*    border-right: 2px solid #ccc;*/
    background: #eee;
    display: block;
    float: left;
        margin-right: 30px;
}

.tabs-menu .nav-link {
    font-size: 18px;
    font-weight: 500;
    color: #333;
    padding: 15px;
    border-radius: 0;
    border: none;
    text-align: left;
        border-bottom: 1px solid #ddd;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #ddd;
}
.tabs-menu .nav-link.active {
/*    font-weight: bold;*/
    background: none;
    border-left: 4px solid #1d2434;
    color: black;
}
.pb-60{
    padding-bottom: 60px;
}

.tabs-content {
    flex-grow: 1;
    background: white;
    color: #333;
/*    padding: 30px;*/
    font-size: 18px;
    min-height: 250px;
    border-radius: 8px;
}

@media (max-width: 992px) {
    .tabs-section {
        flex-direction: column;
    }

    .tabs-menu {
        width: 100%;
        border-right: none;
        border-bottom: 2px solid #ccc;
    }

    .tabs-menu .nav-link {
        display: inline-block;
        text-align: center;
    }
}


/* =============================
   🌟 Services Section Styles 🌟
   ============================= */

   .services-section {
    background: #0d3b2e; /* Dark Green Background */
    padding: 60px 0;
    color: #fff;
}

/* Left Image */
.left-image {
    max-width: 100%;
    height: auto;
    border-radius: 15px;
}

/* Gold Text Card Below Image */
.gold-text-card {
    background: #b19e69; /* Gold */
    border-radius: 10px;
}

/* Right Section Styling */
.right-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* =============================
   🌟 Services Card 🌟
   ============================= */

.services-card {
    background:white;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* Individual Service Item */
.service-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

.service-icon img {
    width: 50px;
    height: 50px;
}

.service-text h5 {
    font-size: 20px;
    font-weight: bold;
    color: #1b3c34;
    margin: 0;
}

.service-text p {
    font-size: 18px;
    color: #555;
    margin: 5px 0 0;
}

/* =============================
   🌟 Additional Info Cards 🌟
   ============================= */

.info-cards {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

/* Individual Info Card */
.info-card {
    display: flex;
    align-items: center;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    color:white;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}

.info-icon {
    font-size: 30px;
    margin-right: 15px;
    color: #222;
}

.info-content h4 {
    margin: 0;
    font-size: 20px;
    font-weight: bold;
     color:#222;
}

.info-content p {
    margin: 5px 0 0;
    font-size: 18px;
    color:#222;
/*    opacity: 0.8;*/
}

/* =============================
   🌟 Responsive Styles 🌟
   ============================= */
@media (max-width: 992px) {
    .services-section {
        padding: 40px 0;
    }

    .services-card {
        padding: 20px;
    }

    .service-item {
        flex-direction: column;
        text-align: center;
    }

    .info-cards {
        align-items: center;
    }

    .info-card {
        width: 100%;
        text-align: center;
        flex-direction: column;
    }

    .info-icon {
        margin-bottom: 10px;
    }
}
@media (max-width: 1024px) {
    .services-section .row {
        display: flex;
        flex-wrap: wrap;
        align-items: stretch;
    }

    .col-lg-6 {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .info-content p {
        margin: 5px 0 0;
        font-size: 20px;
        color:#555;
        opacity: 0.8;
    }
    .info-content h4 {
        margin: 0;
        font-size: 20px;
        font-weight: bold;
        color: #555;
    }
    /* Ensure the left-side image matches the height of the right-side content */
    .left-image {
        width: 100%;
        height: 100%;
        object-fit: cover; /* Ensures image covers the available space */
        max-height: 100%; /* Adjusts dynamically based on content */
    }

    /* Make the right-side content stretch to match image height */
    .right-content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        height: 100%;
    }

    /* Ensure services card and info cards fill the space properly */
    .services-card,
    .info-cards {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    /* Service items layout */
    .service-item,
    .info-card {
        display: flex;
        align-items: center;
        gap: 15px;
        padding: 15px;
        border-radius: 8px;
        background-color: #ffffff;
        box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
        width: 100%;
        margin-bottom: 10px;
    }

    /* Service icons */
    .service-icon img {
        width: 50px;
        height: 50px;
    }
}

.mission-access-section {
    background-color:white;
}

/* Ensure image stays side-by-side */
.mission-image-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Image Styling */
.mission-image {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}

/* Responsive Fixes */
@media (max-width: 1024px) {
    .mission-access-section .row {
        display: flex;
        flex-wrap: wrap;
    }

    .mission-access-section .col-md-6 {
        flex: 1;
    }

    .mission-image {
        max-height: 400px;
        object-fit: cover;
    }

    .title {
        font-size: 24px;
    }
}

/* ✅ Fix for 912px Devices - Keep Image & Content Side by Side */
@media (max-width: 912px) {
    .mission-access-section .row {
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
    }

    .mission-image-container {
        flex: 1;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .mission-image {
        max-height: 350px;
        object-fit: cover;
    }

    .title {
        font-size: 22px;
    }

    .mission-para {
        font-size: 16px;
    }

    .btn-custom {
        display: inline-block;
        padding: 10px 20px;
        font-size: 16px;
    }
}

/* ✅ Mobile View - Stack Content & Image */
@media (max-width: 768px) {
    .mission-access-section .row {
        flex-direction: column;
        text-align: center;
    }

    .mission-image-container {
        width: 100%;
        justify-content: center;
    }

    .mission-image {
        width: 100%;
        max-height: 300px;
    }

    .title {
        font-size: 22px;
    }

    .mission-para {
        font-size: 16px;
    }

    .btn-custom {
        display: inline-block;
        padding: 10px 20px;
        font-size: 16px;
    }
}
.in-fr{
    font-size: 60px;
    text-transform: uppercase;
}
.bg-breadcrumb h4.wow.fadeInDown {
    color: #fff !important;
}
.carousel-caption-inner.text-start.p-3 {
    margin-top: 80px;
}
.bt-bg{
    background: #626262;
}
.pt-pb{
    padding-top: 80px;
    padding-bottom: 80px;
}
.bt-bg1{
    background: #626262;
}
.te-le{
    text-align: left;
}
.section-title.te-le::after {
    margin-left: 0px;
    margin-bottom: 20px;
}