
    @import url(https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);

    * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
        font-family: "Poppins", serif;
        text-decoration: none;
    }

    /** The Define variable color**/
    :root {
        --main-color: rgba(9, 57, 33, 1);
        --white-color: rgba(255, 255, 255, 1);
    }

    /** navigation bar start***/
    .navbar {
        background-color: var(--color-white);
        padding: 15px 0 20px 0;
        width: 100%;
    }

    .dropdown:hover .dropdown-menu {
        display: block;
    }

    #add {
        background-color: var(--main-color);
        height: 35px;
        border-radius: 7px;
        color: var(--white-color);
        margin-top: 5px;
    }

    #add a {
        color: var(--white-color);
        font-size: 14px;
        font-weight: 500;
    }

    .botton-header {
        background-color: var(--main-color);
        height: 40px;
        color: var(--white-color);
        width: 100%;
    }

    /**navigation bar end**/

    /** the main hero section**/
    .hero-section {
        width: 100%;
        height: auto;
        background-image: url('../asset/images/home-banner1.png');
        background-repeat: no-repeat;
        background-size: 100% 100%;
        padding-bottom: 30px;
    }

    
    #hero-img {
        width: 100%;
        height: auto;
        padding-bottom: 30px;
        
    }

    .container-hero {
        padding-top: 5%;
    }

    .container-heros{
        padding-top: 5%;
    }

    .searchhiglight {
        color: var(--white-color);
        font-size: 16pt;
        font-weight: 500;
        line-height: 100%;
        text-align: start;
        text-transform:uppercase;
    }

    .yourproperty {
        color: var(--white-color);
        font-size: 50pt;
        font-weight: 600;
        line-height: 100%;
        text-align: start;
        /* word-spacing: 10px; */
        letter-spacing: 2px;
    }

    .hero-content-box{
    max-width:620px;
}

.hero-small-title{
    display:flex;
    align-items:center;
    gap:10px;

    color:#ffffff;
    font-size:13px;
    font-weight:600;
    letter-spacing:2px;
    text-transform:uppercase;
}

.hero-small-title::after{
    content:"";
    width:70px;
    height:1px;
    background:#c6b07a;
}

.hero-main-title{
    color:#fff;
    font-size:72px;
    font-weight:800;
    line-height:1.1;
    margin-top:20px;
    margin-bottom:25px;
}

.hero-description{
    color:#d9e3e7;
    font-size:18px;
    line-height:1.8;
    margin-bottom:35px;
}

.hero-action-area{
    display:flex;
    align-items:center;
    gap:25px;
}

.explore-btn{
    display:flex;
    align-items:center;
    gap:15px;
    padding:16px 25px;
    border:2px solid rgba(2,45,52,0.9);
    border-radius:12px;
    color:#fff;
    text-decoration:none;
    font-weight:600;
    backdrop-filter:blur(8px);
    transition:.3s;
    background-color:rgba(2,45,52,0.7);
}

.explore-btn:hover{
    background:rgba(2,45,52,0.9);
    color:white;
}

.explore-btn span{
    width:35px;
    height:35px;
    border-radius:50%;
    background:#fff;
    color:#03283e;
    display:flex;
    align-items:center;
    justify-content:center;
}

.watch-video-btn{
    display:flex;
    align-items:center;
    gap:15px;
    text-decoration:none;
    color:#fff;
    font-weight:600;
}

.play-circle{
    width:55px;
    height:55px;

    border-radius:50%;

    border:2px solid rgba(6,53,59,0.5);

    display:flex;
    align-items:center;
    justify-content:center;

    backdrop-filter:blur(10px);

    transition:.3s;
}

.play-circle:hover{
    background:#fff;
    color:#03283e;
}

@media(max-width:768px){

    .hero-main-title{
        font-size:42px;
    }

    .hero-action-area{
        flex-direction:column;
        align-items:flex-start;
    }

    .hero-description{
        font-size:15px;
    }

}

    .box-input {
        background-color: var(--white-color);
        width: 100%;
        height: auto;
        padding: 20px;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
    }

    .container-form {
        display: flex;
        border: none;
    }

    .container-form button {
        background-color: #002632;
        width: 15%;
        height: 120px;
        border: none;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        color: var(--white-color);
    }

    .inputfield {
        width: 100%;
        height: 50px;
        border: 1px solid rgba(0, 0, 0, 1);
        padding-left: 10px;
        border-radius: 7px;
        background-color: var(--white-color);
        color: rgba(36, 42, 51, 1);
        opacity: 50%;
        font-size: 11pt;
    }

    .inputlable {
        color: rgba(36, 42, 51, 1);
        font-size: 14pt;
        font-weight: 600;
    }

    .box-search-btn {
        display: flex;
        gap: 15px;
        margin-left: 20px;
    }

    .activebutton.buy-btn {
        height: 45px;
        width: 110px;
        background-color: white;
        color: #021c23;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: 600;
        font-size: 18px;
        letter-spacing: 1%;
        border: none;
    }

    .buy-btn {
        height: 45px;
        width: 110px;
        background-color: #021c23;
        color: white;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: 600;
        font-size: 18px;
        letter-spacing: 1%;
        border: none;
    }

    .rent-btn {
        height: 45px;
        width: 110px;
        background-color: hsla(0, 0%, 100%, 1);
        color: hsla(216, 17%, 17%, 1);
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: 600;
        font-size: 18px;
        letter-spacing: 1%;
        border: none;
    }

    /** The Main hero ends**/

    /** The Export Category starts**/
    .export-category {
        background-color: var(--white-color);
        width: 100%;
        height: auto;
        padding: 40px 0 50px 0;
    }

    .category-box {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .residentials {
        height: 250px;
        width: 230px;
        padding-top: 70px;
        background-color: var(--main-color);
        border-radius: 10px;
        color: var(--white-color);
    }

    .commercial {
        height: 250px;
        width: 230px;
        padding-top: 70px;
        background-color: var(--white-color);
        border-radius: 10px;
        color: rgba(36, 42, 51, 1);
        box-shadow: 2px 4px 4px 4px rgba(0, 0, 0, 0.25);
    }

    /** The Export Category ends**/

    /** The Recent Property starts**/
    .recent-property {
        background-color: rgba(246, 248, 250, 1);
        width: 100%;
        height: auto;
        padding: 40px 0 50px 0;
    }

    .propertis-card {
        height: 70px;
        width: 70px;
        padding-top: 15px;
        background-color: var(--main-color);
        border-radius: 10px;
        color: var(--white-color);
        justify-content: center;
        align-items: center;
    }

    .propertis-card img {
        height: 40px;
        width: 40px;
    }

    .propertytext {
        text-align: justify;
        font-size: 11pt;
        padding: 0 10px 0 10px;
    }

    /** The Recent Property ends**/

    /** The Home sel section start**/
    .home-building {
        background-color: var(--white-color);
        width: 100%;
        height: auto;
        padding: 40px 0 50px 0;
    }

    .card-header {
        width: 100%;
        height: auto;
        object-fit: cover;
        border-radius: 10px;
        background-color: var(--color-white);
    }

    .home1 {
        border-radius: 10px;
        width: 100%;
        height: auto;
    }

    .card-header .for-sale {
        position: absolute;
        top: 8%;
        left: 8%;
        height: 40px;
        width: 100px;
        background-color: var(--main-color);
        color: var(--white-color);
        border-radius: 5px;
        display: flex;
        justify-content: center;
        align-items: center;
        text-transform: uppercase;
        font-size: 10pt;
        font-weight: 600;
    }

    .hearticon {
        position: absolute;
        left: 78%;
        top: 8%;
        height: 40px;
        width: 50px;
        background-color: var(--main-color);
        color: #ff0;
        font-size: 18pt;
        border-radius: 5px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: 600;
    }

    .card1 {
        display: flex;
        justify-content: space-between;
    }

    .colorgreen {
        color: rgba(9, 57, 33, 1);
        line-height: 24px;
        font-size: 14pt;
    }

    .colorred {
        color: rgba(235, 102, 78, 1);
        line-height: 24px;
        font-size: 14pt;
    }

    .card-location {
        color: rgba(26, 26, 26, 1);
        font-size: 10pt;
        line-height: 24px;
    }

    .service-card {
        display: flex;
        padding-top: 15px;
        justify-content: space-evenly;
    }

    .card-beds {
        font-size: 12pt;
        color: rgba(26, 26, 26, 0.8);
        line-height: 24px;
        font-weight: 400;
    }

    .carousel-control-prev-icon {
        height: 50px;
        width: 50px;
        background-color: var(--white-color);
        color: var(--main-color);
        border-radius: 5px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: 600;
        font-size: 14pt;
        position: relative;
        left: -100px;
        box-shadow: 4px 4px 4px 4px rgba(0, 0, 0, 0.25);
    }

    .carousel-control-next-icon {
        height: 50px;
        width: 50px;
        background-color: var(--white-color);
        color: var(--main-color);
        border-radius: 5px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: 600;
        font-size: 14pt;
        position: relative;
        left: 100px;
        box-shadow: 4px 4px 4px 4px rgba(0, 0, 0, 0.25);
    }

    .carousel-indicators {
        position: absolute;
        right: 0;
        bottom: -47px;
        left: 0;
        z-index: 2;
        display: flex;
        justify-content: center;
        padding: 0;
        margin-right: 15%;
        margin-bottom: 1rem;
        margin-left: 15%;
    }

    /** The Home Sel section ends**/

    /**The Onwer Properties start**/
    .owner-properties {
        width: 100%;
        height: auto;
        background-color: var(--white-color);
        padding: 40px 0 50px 0;
    }

    .card-headerp {
        width: 100%;
        height: auto;
        object-fit: cover;
        border-radius: 10px;
        position: relative;
    }

    .card-headerp .for-sale {
        position: absolute;
        top: 5%;
        left: 3%;
        height: 40px;
        width: auto;
        padding: 0 15px 0 15px;
        background-color: var(--main-color);
        color: var(--white-color);
        border-radius: 5px;
        display: flex;
        justify-content: center;
        align-items: center;
        text-transform: uppercase;
        font-size: 10pt;
        font-weight: 600;
    }

    .hearticon1 {
        position: absolute;
        left: 83%;
        top: 5%;
        height: 40px;
        width: 50px;
        background-color: var(--main-color);
        color: #ff0;
        font-size: 18pt;
        border-radius: 5px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: 600;
        border: none;
       
    }

   /** The Wishlist botton start**/
   .wishlist-popup {
    position: absolute;
    bottom:0;
    background:rgba(231, 200, 115, 1); 
    color: white;
    height: 50px;
    font-size: 14px;
    white-space: nowrap;
    z-index: 999;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
    animation: fadeInOut 2.5s ease-in-out;
    max-width: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    padding: 0px 20px 0px 20px;
  }
  
  @keyframes fadeInOut {
    0% { opacity: 0; transform: translateY(-10px); }
    10% { opacity: 1; transform: translateY(0); }
    90% { opacity: 1; }
    100% { opacity: 0; transform: translateY(-10px); }
  }
  
  /* Optional: make text a bit smaller on very small screens */
  @media (max-width: 400px) {
    .wishlist-popup {
      font-size: 13px;
      padding: 8px 12px;
    }
  }
  
   /** The Wishlist botton ends**/

    .card-headerp .featured {
        position: absolute;
        top: 5%;
        left: 30%;
        height: 40px;
        width: 100px;
        background-color: rgba(231, 200, 115, 1);
        color: rgba(26, 26, 26, 1);
        border-radius: 5px;
        display: flex;
        justify-content: center;
        align-items: center;
        text-transform: uppercase;
        font-size: 10pt;
        font-weight: 600;
    }

    .card-headerp .cardbg {
        height: auto;
        width: 90%;
        background-color: #fff;
        border-radius: 10px;
        position: absolute;
        /* top: 64%; */
        overflow: hidden;
        left: 5%;
        bottom: 15px;
        padding: 15px 15px 0 15px;
    }

    .seeallbtn {
        height: 40px;
        width: 200px;
        background-color: #08222d;
        color: white;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 5px;
        text-transform: uppercase;
        font-size: 10pt;
        font-weight: 600;
        margin: 0 auto;
    }

    .search-properties {
        display: flex;
        justify-content: space-evenly;
    }

    .active-all-properties.all-properties {
        border-radius: 5px;
        height: 40px;
        width: 150px;
        background: #012834;
        display: flex;
        justify-content: center;
        align-items: center;
        border: none;
        color:white;
        font-size: 12pt;
        font-weight: 500;
    }

    .all-properties {
        border-radius: 5px;
        height: 40px;
        width: 150px;
        background-color: transparent;
        display: flex;
        justify-content: center;
        align-items: center;
        border: none;
        color: rgba(26, 26, 26, 1);
        font-weight: 600;
    }

    /** The Onwer Properties ends**/

    /** The Find The Properties starts**/
    .find-properties-section {
        background-color: rgba(246, 248, 250, 1);
        height: auto;
        width: 100%;
        padding: 50px 40px 50px 20px;
    }

    .card-building {
        position: relative;
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 20px;
    }

    #img-building1 {
        width: 100%;
        height: 100%;
        border-radius: 20px;
    }

    .card-building .card-box-first-building {
        position: absolute;
        height: 80px;
        width: 80%;
        border-radius: 20px;
        bottom: 15px;
        left: 10%;
        padding: 15px 20px 20px 40px;
        background-color: rgba(141, 92, 100, 0.98);
        color: #fff;
    }

    .card-building1 {
        position: relative;
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 20px;
    }

    .img-buildingcommon {
        width: 100%;
        height: 100%;
        border-radius: 20px;
    }

    .card-building1 .card-second-common {
        position: absolute;
        height: 80px;
        width: 80%;
        border-radius: 20px;
        bottom: 15px;
        left: 10%;
        padding: 15px 20px 20px 40px;
        background-color: rgba(141, 92, 100, 0.98);
        color: #fff;
    }

    /** The finds the properties ends **/

    /** The Testomonials starts for (Agents)**/
    .testomonials-agents {
        background-color: #fff;
        height: auto;
        width: 100%;
        padding: 50px 0 50px 0;
    }

    .agents-card {
        height: auto;
        background-color: #fff;
        border: 1px solid hsla(150, 73%, 13%, 1);
        width: 100%;
        border-radius: 15px;
    }

    .card-agent-bg {
        height: 80px;
        width: 100%;
        background-color: hsla(150, 73%, 13%, 1);
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
        padding: 10px 10px 10px 10px;
        display: flex;
        justify-content: space-between;
    }

    .card-agent-logo {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .card-agent-logo .namecolor {
        color: hsla(44, 71%, 68%, 1);
        letter-spacing: 0;
        font-weight: 500;
        font-size: 10pt;
        padding-left: 15px;
        padding-top: 15px;
    }

    .card-agent-logo .agentname {
        color: hsla(0, 0%, 100%, 1);
        font-weight: 600;
        font-size: 12pt;
        padding-left: 15px;
    }

    .agenthome {
        height: 80px;
        width: 80px;
        border: 1px solid hsla(150, 73%, 13%, 1);
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 15px;
    }

    .agent-home {
        display: flex;
        gap: 20px;
    }

    .companyname {
        color: hsla(150, 73%, 13%, 1);
        font-weight: 600;
        font-size: 14pt;
        padding-top: 15px;
    }

    .companyoperatingsince {
        color: hsla(0, 0%, 10%, 1);
        font-size: 11pt;
        font-weight: 400;
    }

    .card-footer-under {
        height: 1px;
        width: 100%;
        background-color: hsla(150, 73%, 13%, 1);
    }

    .card-footer1 {
        display: flex;
        justify-content: space-between;
    }

    .card-footer-left {
        height: 60px;
        width: 60px;
        background-color: hsla(0, 0%, 100%, 1);
        box-shadow: 0 4px 4px 4px rgba(0, 0, 0, 0.1);
        border-radius: 15px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .numberfold {
        color: hsla(150, 73%, 13%, 1);
        font-size: 30pt;
        font-weight: 700;
    }

    .propertyforsale {
        color: hsla(0, 0%, 10%, 1);
        font-size: 13pt;
        padding-top: 5px;
        font-weight: 500;
    }

    /** The Testomonials ends for (Agents)**/

    /** The Home card Agents Section start **/
    .the-home-card-agents {
        background-image: url('./images/agentbg.png');
        background-size: 100% 100%;
        height: 660px;
        width: 100%;
    }

    .agents-home-top {
        padding-top: 100px;
    }

    .agents-home-title {
        color: hsla(0, 0%, 100%, 1);
        font-weight: 600;
        font-size: 22pt;
        text-align: justify;
        letter-spacing: 0;
    }

    .agents-home-text-top {
        padding-top: 60px;
    }

    .agents-home-text {
        color: hsla(44, 71%, 68%, 1);
        font-size: 13pt;
        text-align: justify;
        font-weight: 500;
        padding-top: 20px;
    }

    .seeallbtn1 {
        background-color: hsla(44, 71%, 68%, 1);
        color: hsla(0, 0%, 100%, 1);
        font-weight: 600;
        font-size: 12pt;
        padding: 10px;
        margin-top: 50px;
        width: 200px;
        border-radius: 11px;
        text-align: center;
    }

    /** The Home card Agents Section ends**/

    /** The Preferred Valures section start **/
    .preferred-valuer {
        background-color: #fff;
        height: auto;
        width: 100%;
        padding: 80px 0 80px 0;
    }

    .card-icon {
        height: 150px;
        width: 100%;
        border: 1px solid hsla(0, 0%, 10%, 1);
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 5px;
    }

    /** The Preferred Values Section ends **/

    /** The Selling Home Section start **/
    .selling-home {
        height: 660px;
        width: 100%;
        background-image: url('./images/agents2.png');
        background-size: 100% 100%;
    }

    .card-selling-hightlight-text {
        padding-top: 170px;
    }

    .card-selling-title {
        font-size: 22pt;
        font-weight: 600;
        color: hsla(150, 73%, 13%, 1);
        letter-spacing: 0;
        text-align: justify;
    }

    .card-selling-description {
        font-size: 20px;
        font-weight: 500;
        color: hsla(0, 0%, 10%, 1);
        line-height: 25px;
        letter-spacing: 0;
        text-align: justify;
        padding-top: 20px;
    }

    /** The Selling Home Section ends**/

    /** The New Home and Your Selling Home start**/
    .new-home-your-selling-home {
        background-color: #fff;
        padding-top: 60px;
        height: auto;
        width: 100%;
        padding-bottom: 30px;
    }

    .card-new-home {
        height: auto;
        width: 100%;
        background-color: hsla(0, 0%, 98%, 1);
        border-radius: 15px;
        padding: 40px;
    }

    .card-new-home-right {
        height: auto;
        width: 100%;
        background-color: hsla(13, 100%, 98%, 1);
        border-radius: 15px;
        padding: 40px;
    }

    .get-botton {
        height: 40px;
        width: 130px;
        background-color: hsla(169, 42%, 21%, 1);
        color: hsla(0, 0%, 100%, 1);
        font-weight: 500;
        font-size: 10pt;
        border-radius: 9px;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .img-pt img {
        padding-top: 80px;
    }

    /** The New Home and your Selling Home ends**/

    /** The Search your Properties section start**/
    .search-your-properties-section {
        background-color: #fff;
        padding-bottom: 30px;
        height: auto;
        width: 100%;
    }

    .search-name {
        display: flex;
        gap: 50px;
    }

    .active-all.sale-btn{
        color: hsla(169, 42%, 21%, 1);
        font-size: 13pt;
        font-weight: 500;
        background-color: transparent;
        border-bottom: 2px solid hsla(169, 42%, 21%, 1);
    }
     .sale-btn{
        color: rgba(0, 0, 0, 1);
        font-size: 13pt;
        font-weight: 500;
        background-color: transparent;
        border: none;
     }

    .search-under-line {
        height: 1px;
        margin-top: 5px;
        width: 100%;
        background-color: hsla(0, 0%, 0%, 1);
    }
    .active-all-municipalities.sale-btn1 {
        color: hsla(0, 0%, 10%, 1);
        background-color: hsla(13, 100%, 98%, 1);
        border: 1px solid hsla(0, 0%, 10%, 1);
        height: 30px;
        font-size: 14px;
        border-radius: 5px;
        padding: 0 10px 0 10px;
    }

    .sale-btn1 {
        color: hsla(0, 0%, 10%, 1);
        background-color: transparent;
        height: 30px;
        font-size: 14px;
        border-radius: 5px;
        padding: 0 10px 0 10px;
        border: none;
    }

    .search-name2 {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
    }

    /** The Search Your Properties Section ends**/

    /**The Form Input fields start**/
    .label {
        color: hsla(216, 17%, 17%, 1);
        letter-spacing: 1%;
        font-size: 16px;
        margin-left: 10px;
        font-weight: 600;
    }

    .prise-select {
        letter-spacing: 1%;
        font-size: 16px;
        font-weight: 600;
    }

    .prise {
        color: hsla(216, 17%, 17%, 0.5);
        font-size: 18px;
        font-weight: 500;
    }
    .range-top{
        margin-top: 25px;
    }

    /** The Form Input fields ends**/

    /** The Signin Section starts**/
    .signin-section {
        background-color: var(--white-color);
        height: auto;
        width: 100%;
        padding: 40px 0 30px 0;
    }

    .signinbtn {
        height: 45px;
        width: 150px;
        border-top-left-radius: 7px;
        border-bottom-left-radius: 7px;
        background-color: hsla(150, 73%, 13%, 1);
        border: none;
        display: flex;
        justify-content: center;
        align-items: center;
        color: hsla(0, 0%, 100%, 1);
    }

    .register-btn {
        border: 1px solid hsla(150, 73%, 13%, 1);
        height: 45px;
        width: 150px;
        border-top-right-radius: 7px;
        border-bottom-right-radius: 7px;
        background-color: hsla(0, 0%, 100%, 1);
        display: flex;
        justify-content: center;
        align-items: center;
        color: hsla(150, 73%, 13%, 1);
    }

    .signin-form {
        background-color: hsla(213, 39%, 95%, 1);
        height: auto;
        width: 100%;
        margin-top: 60px;
        padding: 40px 80px 40px 80px;
        border-radius: 10px;
        box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    }

    .signin-btn {
        width: 100%;
        height: 45px;
        background-color: hsla(44, 71%, 68%, 1);
        color: hsla(0, 0%, 10%, 1);
        border: none;
        font-size: 14pt;
        font-weight: 600;
        border-radius: 7px;
    }

    .signinbtn1 {
        height: 45px;
        border: 1px solid hsla(150, 73%, 13%, 1);
        width: 150px;
        border-top-left-radius: 7px;
        border-bottom-left-radius: 7px;
        background-color: hsla(0, 0%, 100%, 1);
        display: flex;
        justify-content: center;
        align-items: center;
        color: hsla(150, 73%, 13%, 1);
    }

    .register-btn1 {
        border: 1px solid hsla(150, 73%, 13%, 1);
        height: 45px;
        width: 150px;
        border-top-right-radius: 7px;
        border-bottom-right-radius: 7px;
        background-color: hsla(150, 73%, 13%, 1);
        border: none;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    /** The Signin Section ends**/
    /** The Search Box section start **/
    .search-box {
        background-color: var(--color-white);
        height: auto;
        width: 100%;
        padding: 40px 0 30px 0;
    }

    .container-search {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 10px;
    }

    #searchlocation {
        height: 45px;
        width: 280px;
        border-radius: 10px;
        border: 1px solid hsla(150, 73%, 13%, 1);
        font-size: 10pt;
        color: rgba(36, 42, 51, 1);
        opacity: 50%;
        text-align: center;
    }

    .listing {
        height: 45px;
        width: 140px;
        border-radius: 10px;
        border: 1px solid hsla(150, 73%, 13%, 1);
        font-size: 10pt;
        color: rgba(36, 42, 51, 1);
        opacity: 50%;
        text-align: center;
    }

    .search-box-img {
        height: 350px;
        width: 100%;
        object-fit: cover;
        position: relative;
        border-radius: 10px;
    }

    .img-search {
        width: 100%;
        height: 350px;
        border-radius: 10px;
    }

    .search-box-img .forsale {
        position: absolute;
        top: 8%;
        left: 5%;
        height: 30px;
        width: 75px;
        font-size: 10pt;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        background-color: var(--main-color);
        border-radius: 5px;
        font-weight: 600;
        text-transform: uppercase;
    }

    .search-box-img .featured {
        position: absolute;
        top: 8%;
        left: 30%;
        height: 30px;
        width: 75px;
        font-size: 10pt;
        display: flex;
        justify-content: center;
        align-items: center;
        color: hsla(0, 0%, 10%, 1);
        background-color: hsla(44, 71%, 68%, 1);
        border-radius: 5px;
        font-weight: 600;
        text-transform: uppercase;
    }

    .search-box-img .hearticons {
        position: absolute;
        top: 8%;
        left: 78%;
        height: 30px;
        width: 32px;
        font-size: 14pt;
        display: flex;
        justify-content: center;
        align-items: center;
        color: hsla(44, 71%, 68%, 1);
        background-color: var(--main-color);
        border-radius: 5px;
        font-weight: 800;
    }

    .search-box-img .div-white-color {
        position: absolute;
        height: auto;
        width: 90%;
        border-radius: 4px;
        bottom: 15px;
        left: 5%;
        padding: 15px 10px 10px 10px;
        background-color: hsla(0, 0%, 100%, 1);
        color: #fff;
    }

    /** The Second search box **/
    .search-box-img1 {
        height: 250px;
        width: 100%;
        object-fit: cover;
        position: relative;
        border-radius: 10px;
    }

    .img-search1 {
        width: 100%;
        height: 250px;
        border-radius: 10px;
    }

    .search-box-img1 .forsale {
        position: absolute;
        top: 8%;
        left: 5%;
        height: 30px;
        width: 75px;
        font-size: 10pt;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        background-color: var(--main-color);
        border-radius: 5px;
        font-weight: 600;
        text-transform: uppercase;
    }

    .search-box-img1 .featured {
        position: absolute;
        top: 8%;
        left: 30%;
        height: 30px;
        width: 75px;
        font-size: 10pt;
        display: flex;
        justify-content: center;
        align-items: center;
        color: hsla(0, 0%, 10%, 1);
        background-color: hsla(44, 71%, 68%, 1);
        border-radius: 5px;
        font-weight: 600;
        text-transform: uppercase;
    }

    .search-box-img1 .hearticons {
        position: absolute;
        top: 8%;
        left: 78%;
        height: 30px;
        width: 32px;
        font-size: 14pt;
        display: flex;
        justify-content: center;
        align-items: center;
        color: hsla(44, 71%, 68%, 1);
        background-color: var(--main-color);
        border-radius: 5px;
        font-weight: 800;
    }

    .search-box-img1 .div-white-color {
        position: absolute;
        height: auto;
        width: 95%;
        border-radius: 4px;
        bottom: 10px;
        left: 2.2%;
        padding: 15px 10px 10px 10px;
        background-color: hsla(0, 0%, 100%, 1);
        color: #fff;
    }

    .search-box-title {
        color: hsla(150, 73%, 13%, 1);
        font-size: 10pt;
        font-weight: 600;
    }

    .location-icon {
        font-size: 9pt;
        font-weight: 600;
        color: hsla(0, 0%, 10%, 1);
        display: flex;
        gap: 5px;
    }

    .priseandicone {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 10px;
    }

    .TZS {
        color: hsla(9, 80%, 61%, 1);
        font-size: 8.9pt;
        margin-top: 5px;
        font-weight: 600;
    }

    .more-btn {
        height: 45px;
        width: 140px;
        border-radius: 10px;
        border: 1px solid hsla(150, 73%, 13%, 1);
        font-size: 10pt;
        color: rgba(36, 42, 51, 1);
        opacity: 50%;
        text-align: center;
        background-color: var(--white-color);
        cursor: pointer;
    }

    .model-desc {
        color: hsla(0, 0%, 0%, 1);
        font-size: 16pt;
        font-weight: 600;
    }

    /** The Search Box section ends **/

    /** The Agent Section start **/
    .agent-section {
        background-color: var(--white-color);
        padding-top: 50px;
        /* padding-bottom: 50px; */
    }

    .main-head {
        background-color: hsla(213, 39%, 95%, 1);
        border-radius: 5px;
        padding: 10px;
    }

    .Search-Valuers {
        background-color: #e7c873;
        height: 50px;
        width: 100%;
        border-radius: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: hsla(0, 0%, 10%, 1);
        font-size: 18px;
        font-weight: 500;
        border: 1px solid rgba(0, 0, 0, 0.2);
    }

    .lawyer-form {
        background-color: hsla(213, 39%, 95%, 1);
        border-radius: 10px;
        border: 0.5px solid rgba(0, 0, 0, 0.2);
        padding: 40px 20px 50px 20px;
    }

    .TZS-input11 {
      display: flex;
      position: relative;
      width: 100%;
      height: 50px;
  }

  .TZS-input11 span {
      background-color: hsla(150, 73%, 13%, 1);
      color: var(--white-color);
      font-size: 16px;
      display: flex;
      height: 50px;
      width: 15%;
      border-top-left-radius: 7px;
      border-bottom-left-radius: 7px;
      justify-content: center;
      align-items: center;
      font-weight: 500;
  }

  .TZS-input11 input {
      height: 50px;
      width: 85%;
      border-top-right-radius: 7px;
      border-bottom-right-radius: 7px;
      background-color: var(--white-color);
      color: rgba(36, 42, 51, 1);
      opacity: 50%;
      font-size: 11pt;
      padding-left: 15px;
      border: 1px solid rgba(0, 0, 0, 1);
  }



    .underline {
        height: 2px;
        width: 100%;
        background-color: hsla(0, 0%, 10%, 1);
        opacity: 50%;
        margin-top: 40px;
    }

    /** The Agents Section ends **/

    /** The Agents Details Section start **/
    .agent-details {
        background-color: var(--color-white);
        height: auto;
        padding: 0;
    }

    .layer-details {
        background-color: hsla(213, 39%, 95%, 1);
        padding: 30px 15px;
        border: 0.5px solid rgba(0, 0, 0, 0.2);
        border-radius: 7px;
    }

    .agentimg {
        max-height: 280px;
        width: 290px;
    }

    .contact-lawyer {
        border: none;
        border-radius: 10px;
        background-color: hsla(44, 71%, 68%, 1);
        height: 45px;
        width: 200px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: hsla(0, 0%, 10%, 1);
        font-size: 12pt;
        font-weight: 500;
    }

    .contact {
        border: 1px solid #1a1a1a;
        border-radius: 5px;
    }

    .valuers-form {
        background-color: #eff3f8;
        border: 1px solid #000;
        border-radius: 5px;
    }

    .namecoloragents {
        font-size: 30px;
        font-weight: 600;
        color: hsla(0, 0%, 10%, 1);
    }

    .agentnamedetails {
        color: hsla(0, 0%, 10%, 1);
        font-size: 15px;
        font-weight: 500;
        margin-top: -0.7rem;
    }

    .loremagent {
        font-size: 15px;
        line-height: 30px;
        padding-right: 50px;
        color: hsla(0, 0%, 10%, 1);
        text-align: justify;
    }

    .details-con {
        display: flex;
        gap: 20px;
        margin-top: 10px;
        font-size: 16pt;
        font-weight: 600;
        color: hsla(0, 0%, 0%, 1);
    }

    .active1 {
        background-color: hsla(150, 73%, 13%, 1);
        color: var(--white-color);
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 16px;
        width: 120px;
        height: 40px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        border: 0.5px solid rgba(0, 0, 0, 0.2);
        font-weight: 400;
    }
    
    .btnn1 {
        background-color: transparent;
        color: hsla(0, 0%, 0%, 1);
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 16px;
        width: 160px;
        height: 40px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        border: 0.5px solid rgba(0, 0, 0, 0.2);
        font-weight: 400;
    }

    .underline1 {
        height: 1.5px;
        width: 100%;
        background-color: hsla(0, 0%, 10%, 1);
        opacity: 50%;
    }

    /** The Agent Details Section end **/

    /** The Lawyer Profile Section start**/
    .lawyer-section-profile {
        background-color: var(--color-white);
        height: auto;
        padding: 40px 0 40px 0;
    }

    .profile-card {
        border-radius: 10px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        text-align: center;
        width: 100%;
        padding: 40px 20px 40px 20px;
        background-color: #fff;
        border: 1px solid #1a1A1A80;
    }

    .profile-card img {
        border-radius: 50%;
        width: 120px;
        height: 120px;
        object-fit: cover;
    }

    .profile-card h5 {
        margin: 15px 0 5px;
        font-weight: 600;
        font-size: 28px;
        color: hsla(150, 73%, 13%, 1);
    }

    .semidesc {
        font-weight: 500;
        color: hsla(150, 73%, 13%, 1);
    }

    .semidesc1 {
        color: hsla(150, 73%, 13%, 1);
        font-size: 12pt;
        font-weight: 600;
    }

    .desc {
        color: hsla(0, 0%, 10%, 1);
        font-size: 17px;
        font-weight: 400;
    }

    .profile-card .contact-info {
        margin-top: 10px;
    }

    .profile-card .contact-info i {
        color: hsla(150, 73%, 13%, 1);
        margin-right: 10px;
    }

    .profile-card .laywer-btn {
        background-color: hsla(44, 71%, 68%, 1);
        border: none;
        color: #000;
        text-decoration: none;
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: 600;
        padding: 10px 20px;
        margin-top: 20px;
        width: 200px;
        border-radius: 5px;
        margin-top: 50px;
    }

    .details-con-lawyer {
        display: flex;
        gap: 50px;
        margin-top: 10px;
        font-size: 14pt;
        font-weight: 500;
        color: hsla(150, 73%, 13%, 1);
        margin-bottom: 20px;
    }

    .textareainput {
        width: 100%;
        height: 150px;
        border: 1px solid rgba(0, 0, 0, 1);
        padding-left: 10px;
        border-radius: 7px;
        background-color: var(--white-color);
        color: rgba(36, 42, 51, 1);
        opacity: 50%;
        font-size: 11pt;
    }

    .send-message {
        height: 45px;
        width: 200px;
        background-color: hsla(44, 71%, 68%, 1);
        color: hsla(0, 0%, 0%, 1);
        font-size: 20px;
        border-radius: 7px;
        border: none;
        margin-top: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .suggest-law {
        background-color: #eff3f8;
        padding: 30px 10px;
        border: 1px solid #000;
        border-radius: 5px;
    }

    .suggestdesc {
        font-size: 10px;
        list-style: none;
    }

    .agentsname {
        color: hsla(150, 73%, 13%, 1);
        font-size: 18px;
        font-weight: 500;
    }

    .agentsjob {
        color: hsla(150, 73%, 13%, 1);
        font-size: 14px;
        font-weight: 400;
    }

    .viewprofile-btn {
        background-color: hsla(44, 71%, 68%, 1);
        height: 30px;
        width: 90px;
        border-radius: 7px;
        color: hsla(0, 0%, 0%, 1);
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 10pt;
        font-weight: 600;
        text-decoration: none;
    }

    /** The Lawyer Profile Section ends**/

    /** The Valuer Section start **/
    .cards {
        border-radius: 10px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        margin-bottom: 20px;
        padding: 30px 20px 30px 20px;
    }

    .card-bodys {
        display: flex;
        align-items: center;
    }

    .profile-content {
        flex-grow: 1;
    }

    .profile-name {
        font-size: 1.2rem;
        font-weight: bold;
        color: #093921;
    }

    .profile-description {
        margin-top: 15px;
        margin-bottom: 15px;
        font-size: 10pt;
        padding-right: 20px;
        color: hsla(0, 0%, 0%, 1);
        text-align: justify;
    }

    .profile-logo {
        max-width: 100px;
        margin: 0 30px 0 20px;
    }

    .profile-logo img {
        width: 100%;
        height: auto;
        border-radius: 10px;
        border: 1px solid #1a1a1a;
    }

    .phone {
        margin-bottom: 5px;
        display: flex;
        align-items: center;
        color: hsla(150, 73%, 13%, 1);
        font-weight: 600;
    }

    .phone i {
        margin-right: 10px;
    }

    .btn-profile {
        margin-top: 30px;
        height: 45px;
        width: 130px;
        background-color: hsla(44, 71%, 68%, 1);
        color: hsla(0, 0%, 0%, 1);
        font-size: 11pt;
        font-weight: 500;
        border: none;
        border-radius: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        text-decoration: none;
    }

    .details-con-valuers {
        display: flex;
        color: hsla(0, 0%, 0%, 1);
        font-size: 13pt;
        font-weight: 500;
        gap: 40px;
    }

    .reportcharges {
        color: hsla(0, 0%, 0%, 1);
        font-size: 15pt;
        font-weight: 600;
        padding-top: 15px;
    }

    .reportcharges-flex {
        display: flex;
        gap: 50px;
    }

    .contact-valuer-btn button {
        height: 50px;
        width: 180px;
        background-color: hsla(44, 71%, 68%, 1);
        display: flex;
        justify-content: center;
        align-items: center;
        color: hsla(0, 0%, 0%, 1);
        font-size: 12pt;
        font-weight: 500;
        border: none;
        border-radius: 10px;
    }

    .TZS-input {
        display: flex;
        position: relative;
        width: 50%;
        height: 50px;
    }

    .TZS-input span {
        background-color: hsla(150, 73%, 13%, 1);
        color: var(--white-color);
        font-size: 16px;
        display: flex;
        height: 50px;
        width: 12%;
        border-top-left-radius: 7px;
        border-bottom-left-radius: 7px;
        justify-content: center;
        align-items: center;
        font-weight: 500;
    }

    .TZS-input input {
        height: 50px;
        width: 88%;
        /* border-top-right-radius: 7px;
        border-bottom-right-radius: 7px; */
        background-color: var(--white-color);
        color: #093921;
        font-size: 15px;
        font-weight: 600;
        padding-left: 15px;
        border: 0.5px solid rgba(0, 0, 0, 0.5);
    }

    .TZS-input small{
        height: 50px;
        width:21%;
        border-top-right-radius: 7px;
        border-bottom-right-radius: 7px;
        background-color: var(--white-color);
        color: #093921;
        font-size: 15px;
        font-weight: 600;
        padding-left: 15px;
        border: 0.5px solid rgba(0, 0, 0, 0.5);
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
       font-size: 12px;
    }
    /** The Valuer Section ends **/

    /** The Search details Section start**/
    .upper-section {
        background-color: hsla(213, 39%, 95%, 0.4);
        height: auto;
        width: 100%;
        padding-bottom: 20px;
    }

    .left-section {
        border: 0.5px solid rgba(0, 0, 0, 0.2);
        background-color: var(--white-color);
    }

    .small-images img {
        width: 32%;
        height: 32%;
        margin-right: 5px;
        border-radius: 5px;
        cursor: pointer;
    }

    .horizontal {
        height: 2px;
        width: 100%;
        background-color: hsla(0, 0%, 10%, 1);
        opacity: 50%;
        margin-top: 18px;
        margin-bottom: 18px;
    }

    .sell-icons {
        background-color: hsla(213, 39%, 95%, 1);
        border-radius: 7px;
        border: 0.5px solid rgba(0, 0, 0, 0.2);
        height: 50px;
        margin-bottom: 18px;
        display: flex;
        padding-top: 11px;
        gap: 5px;
    }

    .agentcontect {
        border: 0.5px solid rgba(0, 0, 0, 0.2);
    }

    .sale-home-title {
        color: hsla(0, 0%, 10%, 1);
        font-size: 21.5px;
        font-weight: 600;
        letter-spacing: 0;
    }

    .search-location {
        color: rgba(0, 0, 0, 0.6);
        font-size: 13px;
        font-weight: 500;
        margin-top: -6px;
    }

    .favourite {
        border: 0.5px solid rgba(0, 0, 0, 0.5);
        height: 45px;
        border-radius: 7px;
        background-color: var(--white-color);
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 18px;
        font-weight: 400;
        width: 150px;
        line-height: 100%;
        color: hsla(150, 73%, 13%, 1);
        text-decoration: none;
        letter-spacing: 1%;
    }

    .selling-price {
        color: hsla(0, 0%, 10%, 1);
        font-size: 16px;
        font-weight: 500;
    }

    .selling-price-TZS {
        color: hsla(9, 80%, 61%, 1);
        font-size: 18px;
        font-weight: 600;
        padding-left: 10px;
        margin-top: -3px;
    }

    .kavinname {
        color: hsla(0, 0%, 10%, 1);
        font-size: 22px;
        font-weight: 400;
    }

    .phonenumber {
        color: hsla(0, 0%, 10%, 1);
        font-size: 22px;
        font-weight: 400;
    }

    .get-btn {
        height: 45px;
        width: 150px;
        background-color: hsla(44, 71%, 68%, 1);
        color: hsla(0, 0%, 10%, 1);
        font-size: 14px;
        font-weight: 600;
        display: flex;
        justify-content: center;
        align-items: center;
        border: none;
        border-radius: 10px;
    }

    .content-map-head {
        color: hsla(0, 0%, 10%, 1);
        font-weight: 500;
        font-size: 18pt;
        margin-bottom: 20px;
        margin-left: 10px;
        margin-top: 20px;
    }

    .sssdd {
        color: hsla(0, 0%, 10%, 1);
        font-weight: 400;
        font-size: 15px;
        text-align: justify;
        line-height: 34px;
        letter-spacing: 0;
    }

    .buttons {
        display: flex;
        gap: 20px;
        margin-left: 18px;
    }

    .similar-properties {
        background-color: var(--white-color);
        height: auto;
        width: 100%;
        padding: 20px 10px 30px 10px;
    }

    /** The Search Details Section ends **/

    /**The Quick listing section start **/
    .quick-listing {
        background-color: var(--color-white);
        height: auto;
        width: 100%;
        padding: 50px 20px 20px 20px;
    }

    .main-data {
        height: 6rem;
        width: 100%;
        background-color: #e7ece9;
        border-bottom: 5px solid hsla(150, 73%, 13%, 1);
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .main-data a {
        text-decoration: none;
        color: hsla(150, 73%, 13%, 1);
        font-weight: 600;
    }

    .property-details {
        height: 6rem;
        border: 0.5px solid hsla(0, 0%, 10%, 1);
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .property-details a {
        color: hsla(0, 0%, 10%, 1);
        font-weight: 600;
        text-decoration: none;
    }

    .circle {
        height: 20px;
        width: 20px;
        border-radius: 50px;
        border: 1.13px solid hsla(0, 0%, 10%, 1);
    }

    .TZS-input1 {
        display: flex;
        position: relative;
        width: 100%;
        height: 50px;
    }

    .TZS-input1 span {
        background-color: hsla(150, 73%, 13%, 1);
        color: var(--white-color);
        font-size: 16px;
        display: flex;
        height: 50px;
        width: 5%;
        border-top-left-radius: 7px;
        border-bottom-left-radius: 7px;
        justify-content: center;
        align-items: center;
        font-weight: 500;
    }

    .TZS-input1 input {
        height: 50px;
        width: 90%;
        background-color: var(--white-color);
        color: rgba(36, 42, 51, 1);
        opacity: 50%;
        font-size: 11pt;
        padding-left: 15px;
        border: 1px solid rgba(0, 0, 0, 1);
    }
    .TZS-input1 small{
        height: 50px;
        width: 20%;
        background-color: var(--white-color);
        color: rgba(36, 42, 51, 1);
        display: flex;
        justify-content: center;
        align-items: center;
        border-top-right-radius: 7px;
        border-bottom-right-radius: 7px;
       
        border: 1px solid rgba(0, 0, 0, 1);
    }

    .next-btn {
        height: 50px;
        width: 150px;
        background-color: hsla(44, 71%, 68%, 1);
        border-radius: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: hsla(0, 0%, 10%, 1);
        font-size: 20px;
        border: none;
    }

    .selct-area {
        color: hsla(216, 17%, 17%, 1);
        font-size: 18px;
        font-weight: 600;
        margin-top: 25px;
    }

    .squire-meter {
        color: hsla(216, 17%, 17%, 1);
        font-size: 14px;
        opacity: 50%;
    }

    .checkbox1 {
        color: hsla(0, 0%, 10%, 1);
        letter-spacing: 1%;
        font-size: 15px;
        line-height: 100%;
        font-weight: 400;
    }

    .view-btn {
        height: 50px;
        width: 100%;
        border: 1px solid hsla(0, 0%, 10%, 1);
        border-radius: 7px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: hsla(0, 0%, 10%, 1);
        font-size: 16px;
        font-weight: 500;
        background-color: var(--color-white);
    }

    .upload-btn {
        height: 50px;
        width: 100%;
        border: none;
        border-radius: 7px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        font-size: 16px;
        font-weight: 500;
        background-color: hsla(150, 73%, 13%, 1);
    }

    .save-btn {
        height: 45px;
        width: 100%;
        border: 1px solid hsla(0, 0%, 10%, 1);
        border-radius: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: hsla(0, 0%, 10%, 1);
        font-size: 16px;
        font-weight: 600;
        background-color: var(--color-white);
    }

    .publish-btn {
        height: 45px;
        width: 100%;
        border: none;
        border-radius: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: hsla(0, 0%, 10%, 1);
        font-size: 16px;
        font-weight: 600;
        background-color: hsla(44, 71%, 68%, 1);
    }

    /** The Quick listing section end**/

    /***The Footer Section start **/
    /* .footer-section {
        background-color: rgba(239, 243, 248, 1);
        height: auto;
        width: 100%;
        padding: 40px 0 30px 0;
    }

    .social-medio-icon {
        display: flex;
        gap: 40px;
    }

    .media-icon {
        color: hsla(150, 73%, 13%, 1);
        font-size: 20pt;
        font-weight: 700;
    } */
/* Footer Styles to Match the Image Exactly */
.footer-section {
    background-color: #012936 !important;
}

.footer-heading {
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.footer-links .nav-link {
    color: #a0b2b7 !important;
    font-size: 13px;
    padding: 5px 0 !important;
    transition: color 0.3s ease;
}

.footer-links .nav-link:hover {
    color: #ffffff !important;
}

.footer-contact .nav-item {
    color: #a0b2b7;
    font-size: 13px;
    padding: 6px 0;
}

.footer-contact i {
    color: #a0b2b7;
    font-size: 14px;
    width: 20px;
}

/* सोशल मीडिया आइकॉन (सर्कल डिज़ाइन) */
.social-icon {
    width: 32px;
    height: 32px;
    background-color: rgba(255, 255, 255, 0.08);
    color: #ffffff !important;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.social-icon:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

/* बॉटम बार स्टाइल्स */
.copyright-text {
    color: #78909c;
    font-size: 12px;
}

.bottom-links a {
    color: #78909c !important;
    font-size: 12px;
    transition: color 0.3s ease;
}

.bottom-links a:hover {
    color: #ffffff !important;
}


    /** The Footer Section ends***/


    /***Model Range Slider**/


    input[type="range"] {
      -webkit-appearance: none;
      width: 90%;
      height: 4px;
      background: linear-gradient(to right, hsla(150, 73%, 13%, 1) 70%, #ccc 30%);
      border-radius: 5px;
      outline: none;
      transition: background 0.3s;
    }
    
    input[type="range"]::-webkit-slider-thumb {
      -webkit-appearance: none;
      appearance: none;
      width: 20px;
      height: 20px;
      background: hsla(150, 73%, 13%, 1);
      border-radius: 50%;
      cursor: pointer;
      border: none;
      box-shadow: 0 0 2px rgba(0,0,0,0.5);
    }
    
    input[type="range"]::-moz-range-thumb {
      width: 20px;
      height: 20px;
      background: hsla(150, 73%, 13%, 1);
      border: none;
      border-radius: 50%;
      cursor: pointer;
    }
    /** The Range Slider **/


    /**The Navbar section starts style starts**/

.custom-navbar {
    padding: 12px 0;
    background-color:#012936;
}

.custom-navbar .nav-link {
    color: white;
    font-size: 13px;
    font-weight: 500;
    padding: 10px 15px !important;
}

.custom-navbar .nav-link:hover {
    color: white;
}

.dropdown-menu {
    border: none;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0,0,0,.10);
    padding: 10px 0;
    background-color: #012936;
    color: white !important;
}

.dropdown-item {
    padding: 10px 20px;
    font-size: 15px;
    color: white !important;
}

.dropdown-item:hover {
    background: #012936;
    color: white;
}

.join-btn {
    background: white;
    color: #002933;
    text-decoration: none;
    padding: 11px 35px;
    border-radius: 10px;
    font-weight: 600;
    display: inline-block;
    transition: 0.3s;
}

.join-btn:hover {
    background: white;
    color: #002933;
}

@media (max-width:991px){

    .navbar-nav{
        margin-top:20px;
    }

    .join-btn{
        margin-top:15px;
        display:inline-block;
    }

}
    /**The Navbar section starts style ends**/

 /* the top header start */
/* Top Header */

.top-header{
    background:#012933;
    padding:12px 0;
    border-bottom:0.5px solid rgba(255,255,255,0.2);
}

.top-contact{
    display:flex;
    align-items:center;
    gap:30px;
}

.top-contact a{
    color:#ffffff;
    text-decoration:none;
    font-size:14px;
    font-weight:500;
}

.top-contact i{
    color:#ff7a00;
    margin-right:8px;
}

.top-social{
    display:flex;
    justify-content:flex-end;
    gap:12px;
}

.top-social a{
    width:33px;
    height:33px;
    background:#4b646d;
    color:white;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    transition:.3s;
}

.top-social a:hover{
    background:#4b646d;
    color:#fff;
}

@media(max-width:991px){

    .top-contact{
        flex-direction:column;
        gap:10px;
        text-align:center;
    }

    .top-social{
        justify-content:center;
        margin-top:15px;
    }

}


.user-profile-btn{
    width:45px;
    height:45px;
    border-radius:50%;
    background:#fff;
    color:#002933;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:18px;
    font-weight:500;
    text-decoration:none;
}



/* The all product section starts style */

 /* Global Template Override for Client's Exact Mockup Spec */
        .properties-page-body {
            font-family: 'Plus Jakarta Sans', sans-serif !important;
            background-color: #ffffff !important;
            color: #0c1a15 !important;
        }

        /* Hero Banner Custom Specs */
        .hero-banner-section {
            background: linear-gradient(rgba(4, 28, 17, 0.72), rgba(4, 28, 17, 0.72)), url('https://images.unsplash.com/photo-1545324418-cc1a3fa10c00?q=80&w=1920&auto=format&fit=crop') no-repeat center center;
            background-size: cover;
            min-height: 400px;
            display: flex;
            align-items: center;
            position: relative;
            margin-bottom: 70px;
        }

        /* Client Accurate Design Color Palette */
        .prime-dark-green-bg {
            background-color: #093921 !important;
        }

        .prime-btn-action {
            background-color: #093921 !important;
            color: #ffffff !important;
            border: 1px solid #093921 !important;
            font-weight: 600;
            font-size: 14px;
            border-radius: 4px;
            transition: all 0.2s linear;
        }

        .prime-btn-action:hover {
            background-color: #052415 !important;
            color: #ffffff !important;
        }

        /* Top Banner Tab Controls */
        .search-tab-link {
            text-decoration: none;
            color: #5c6760;
            padding: 8px 24px;
            font-weight: 600;
            font-size: 13px;
            letter-spacing: 0.3px;
            border-radius: 4px;
            transition: all 0.2s ease;

        }

        .search-tab-link.active {
            background-color: rgba(9, 57, 33, 0.9);
            color: white;
        }

        /* Floating Panel Filter Setup */
        .search-floating-panel {
            background: #ffffff;
            border-radius: 8px;
            box-shadow: 0 10px 35px rgba(0, 0, 0, 0.06);
            padding: 10px 24px 20px 24px;
            width: 100%;
            max-width: 1140px;
            position: absolute;
            bottom: -50px;
            left: 50%;
            transform: translateX(-50%);
            z-index: 100;
            border: 1px solid rgba(0, 0, 0, 0.03);
        }

        /* Sidebar UI Styling Mapping */
        .filter-sidebar-card {
            border: 1px solid #edf2f0;
            border-radius: 8px;
            background: #ffffff;
            padding: 24px;
        }

        .section-sub-title {
            font-size: 11px;
            text-transform: uppercase;
            font-weight: 700;
            color: #0c1a15;
            margin-bottom: 12px;
            letter-spacing: 0.8px;
        }

        .custom-checkbox-input:checked {
            background-color: #093921 !important;
            border-color: #093921 !important;
        }

        /* Property Engine Card Design Fixes */
        .property-listing-item-card {
            border: 1px solid #edf2f0 !important;
            border-radius: 8px !important;
            background: #ffffff !important;
            overflow: hidden;
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        }

        .property-listing-item-card:hover {
            transform: translateY(-4px);
            box-shadow: 0 12px 30px rgba(0, 0, 0, 0.07) !important;
        }

        .meta-tag-badge {
            background-color: #08222d;
            color: #ffffff;
            font-size: 10px;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            padding: 5px 12px;
            border-radius: 3px;
        }

        .card-favorite-action-trigger {
            width: 32px;
            height: 32px;
            background: #ffffff;
            color: #0c1a15;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
            cursor: pointer;
            transition: all 0.2s ease;
        }

        .card-favorite-action-trigger:hover {
            background: #fff5f5;
            color: #e03131;
        }

        .pricing-numeric-display {
            color: #093921;
            font-weight: 700;
            font-size: 19px;
        }

        /* Featured Section Dynamic Layout Fixing */
        .featured-header-title-container h2 {
            font-size: 22px;
            font-weight: 700;
            letter-spacing: 0.3px;
            color: #0c1a15;
        }

        .featured-title-underline-decorator {
            width: 48px;
            height: 3px;
            background-color: #093921;
            margin: 12px auto 0 auto;
            border-radius: 2px;
        }

        .featured-horizontal-scroll-container {
            display: flex;
            flex-wrap: nowrap;
            overflow-x: auto;
            gap: 20px;
            padding-bottom: 20px;
            scrollbar-width: thin;
        }

        .featured-horizontal-scroll-container::-webkit-scrollbar {
            height: 5px;
        }

        .featured-horizontal-scroll-container::-webkit-scrollbar-thumb {
            background-color: #e2e8f0;
            border-radius: 10px;
        }

        .featured-element-box-card {
            width: 272px;
            flex-shrink: 0;
            border: 1px solid #edf2f0;
            border-radius: 8px;
            background: #ffffff;
            overflow: hidden;
        }

        /* Generic Field Tuning */
        .form-control-custom-field {
            background-color: #f7faf8 !important;
            border: 1px solid #f7faf8 !important;
            font-size: 13px;
            color: #495057;
            padding: 10px 12px;
        }

        .form-control-custom-field:focus {
            background-color: #ffffff !important;
            border-color: rgba(9, 57, 33, 0.2) !important;
            box-shadow: none !important;
        }

        .custom-bhk-radio-label {
            border: 1px solid #e2e8f0;
            font-size: 11px;
            font-weight: 500;
            padding: 6px 2px;
            text-align: center;
            border-radius: 4px;
            cursor: pointer;
            display: block;
            color: #5c6760;
        }

        .btn-check:checked+.custom-bhk-radio-label {
            background-color: #093921;
            border-color: #093921;
            color: #ffffff;
        }

        .map-wrapper-sticky-panel {
            position: sticky;
            top: 24px;
            height: calc(100vh - 48px);
            border-radius: 8px;
            overflow: hidden;
            border: 1px solid #edf2f0;
        }

        .old-price {
            display: block;
            color: #999;
            font-size: 15px;
            text-decoration: line-through;
            margin-bottom: 4px;
        }

        /* the featured section */
        .featured-properties-section {
            background: #fff;
        }

        .featured-heading {
            font-size: 30px;
            font-weight: 700;
            color: #111827;
        }

        .featured-line {
            width: 80px;
            height: 4px;
            background: #093921;
            margin: auto;
            border-radius: 20px;
        }

        .featured-slider {
            display: flex;
            gap: 20px;
            overflow-x: auto;
            scroll-behavior: smooth;
            scrollbar-width: none;
        }

        .featured-slider::-webkit-scrollbar {
            display: none;
        }

        .featured-card {
            min-width: 300px;
            max-width: 300px;
            background: #fff;
            border-radius: 12px;
            overflow: hidden;
            border: 1px solid #e5e7eb;
            transition: .3s;
        }

        .featured-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 35px rgba(0, 0, 0, .1);
        }

        .featured-image {
            position: relative;
        }

        .featured-image img {
            width: 100%;
            height: 220px;
            object-fit: cover;
        }

        .featured-badge {
            position: absolute;
            left: 15px;
            top: 15px;
            background: #093921;
            color: #fff;
            padding: 7px 15px;
            border-radius: 30px;
            font-size: 12px;
            font-weight: 600;
        }

        .wishlist-btn-featured {
            position: absolute;
            right: 15px;
            top: 15px;
            width: 40px;
            height: 40px;
            background: #fff;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            text-decoration: none;
            color: #093921;
            box-shadow: 0 4px 15px rgba(0, 0, 0, .15);
        }

        .featured-content {
            padding: 18px;
        }

        .featured-content h5 {
            font-size: 18px;
            font-weight: 600;
            margin-bottom: 8px;
        }

        .location {
            color: #6b7280;
            font-size: 14px;
        }

        .compare-price {
            text-decoration: line-through;
            color: #9ca3af;
            font-size: 15px;
        }

        .property-price {
            color: #093921;
            font-weight: 700;
            margin-top: 5px;
            margin-bottom: 15px;
        }

        .property-info {
            display: flex;
            justify-content: space-between;
            border-top: 1px solid #eee;
            padding-top: 12px;
            color: #6b7280;
            font-size: 13px;
        }

        .featured-arrow {
            position: absolute;
            top: 40%;
            transform: translateY(-50%);
            width: 50px;
            height: 50px;
            border: none;
            border-radius: 50%;
            background: #fff;
            box-shadow: 0 5px 20px rgba(0, 0, 0, .15);
            z-index: 99;
        }

        .left-arrow {
            left: -25px;
        }

        .right-arrow {
            right: -25px;
        }

        .featured-arrow:hover {
            background: #093921;
            color: #fff;
        }

/* the all products section ends style */


/* Why Choose Us Custom Styles */
.why-choose-us-section {
    background-color: #01242e !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.section-titlees {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #ffffff;
    position: relative;
}

.feature-icon-wrapper {
    width: 50px;
    height: 50px;
    margin: 0 auto 15px auto;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 35% 35% 45% 45% / 30% 30% 60% 60%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.feature-icon-wrapper i {
    color: #ffffff;
    font-size: 18px;
    opacity: 0.85;
}

.feature-heading {
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 8px;
    letter-spacing: 0.3px;
}

.feature-text {
    font-size: 11.5px;
    color: #a0b2b7;
    line-height: 1.5;
    max-width: 180px;
    margin: 0 auto;
}


@media (min-width: 992px) {
    .col-lg-2\.4 {
        flex: 0 0 20%;
        max-width: 20%;
    }
}
@media (min-width: 1200px) {
    .col-xl-2\.4 {
        flex: 0 0 20%;
        max-width: 20%;
    }
}

.feature-item:hover .feature-icon-wrapper {
    border-color: #ffffff;
    transform: translateY(-3px);
    background-color: rgba(255, 255, 255, 0.05);
}

/* Why Choose Us Custom Styles Ends */


/* Main Layout Title & Typography Styling */
.main-section-title {
    font-size: 25px;
    font-weight: 700;
    color: #01242e; 
    letter-spacing: 1px;
    margin-bottom: 5px;
}


.title-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 200px;
    margin: 0 auto;
}

.title-divider::before, .title-divider::after {
    content: "";
    flex: 1;
    border-bottom: 1px solid #01242e;
    opacity: 0.3;
}

.diamond-icon {
    font-size: 10px;
    color: #01242e;
    padding: 0 8px;
}

/* SECTION 1: SERVICES CARDS */
.service-card-box {
    background: #ffffff;
    border: 1px solid #eef2f3;
    border-radius: 6px;
    padding: 25px 15px;
    height: 100%;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.02);
    transition: all 0.3s ease;
}

.service-icon-circle {
    width: 45px;
    height: 45px;
    background-color: #f4f7f8;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px auto;
}

.service-icon-circle i {
    color: #5c6f75;
    font-size: 16px;
}

.service-card-title {
    font-size: 14px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 8px;
}

.service-card-desc {
    font-size: 11.5px;
    color: #778899;
    line-height: 1.5;
    margin-bottom: 0;
}

/* SECTION 2: PROPERTY CATEGORIES  */
.category-card-box {
    padding: 5px;
    transition: all 0.3s ease;
}

.img-wrapper {
    overflow: hidden;
    border-radius: 4px;
    height: 110px; 
}

.category-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.category-title {
    font-size: 14px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 4px;
}

.category-count {
    font-size: 11px;
    color: #9aa8ab;
    margin-bottom: 0;
}

/* 5-Column Grid Layout Trick For Large Displays */
@media (min-width: 992px) {
    .col-lg-2\.4 {
        flex: 0 0 20%;
        max-width: 20%;
    }
}
@media (min-width: 1200px) {
    .col-xl-2\.4 {
        flex: 0 0 20%;
        max-width: 20%;
    }
}

/* Smooth Interactive Hovers */
.service-card-box:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(1, 36, 46, 0.08);
    border-color: #01242e;
}

.category-card-box:hover .category-img {
    transform: scale(1.06);
}

/* Main Layout Title & Typography Styling Ends */


/* --- LATEST PROJECTS CARD DESIGN start --- */

 /* Global section settings */
.real-estate-discover-section {
    background-color: #ffffff;
    font-family: 'Poppins', sans-serif, Arial;
}

.section-main-heading {
    font-size: 16px;
    font-weight: 700;
    color: #333333;
    letter-spacing: 0.5px;
}

/* 1. LATEST PROJECTS CARD DESIGN */
.project-card {
    background: #ffffff;
    border: 1px solid #eef2f3;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 3px 12px rgba(0,0,0,0.03);
    height: 100%;
}

.project-img-container {
    height: 150px;
    overflow: hidden;
}

.project-img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.project-card-body {
    padding: 15px;
}

.project-title {
    font-size: 14px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 4px;
}

.project-location {
    font-size: 11px;
    color: #888888;
    margin-bottom: 8px;
}

.project-bhk {
    font-size: 11.5px;
    color: #555555;
    margin-bottom: 8px;
}

.project-price {
    font-size: 13px;
    font-weight: 700;
    color: #01242e;
    margin-bottom: 0;
}

/* 2. BACKGROUND CITY OVERLAY IMAGE */
.custom-teal-bg {
    background-image: linear-gradient(rgba(1, 36, 46, 0.94), rgba(1, 36, 46, 0.94)), 
                      url('https://images.unsplash.com/photo-1486406146926-c627a92ad1ab?w=1200&auto=format&fit=crop&q=60');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* 3. PREMIUM MEMBERSHIP SLICK UI */
.premium-membership-card {
    color: #ffffff;
    border-radius: 8px;
    padding: 24px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 310px;
}

.membership-title {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
}

.membership-subtitle {
    font-size: 11.5px;
    color: #c4d4d8;
    line-height: 1.5;
    margin-bottom: 15px;
}

.membership-features-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 15px;
}

.membership-features-list li {
    font-size: 12px;
    color: #ffffff;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
}

.membership-features-list i {
    color: #c4d4d8;
    font-size: 12px;
}

.view-plans-btn {
    font-size: 12px;
    font-weight: 600;
    color: #01242e !important;
    border-radius: 4px;
    padding: 10px 12px;
    border: none;
    display: block;
    text-align: center;
    background-color: #ffffff !important;
    width: 100%;
}

/* 4. REGISTER AS A BROKER BANNER */
.broker-registration-banner {
    border-radius: 8px;
    padding: 35px 40px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    min-height: 145px;
    position: relative;
}

.banner-text-content {
    z-index: 2;
    max-width: 50%; 
}

.broker-banner-title {
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin-bottom: 5px;
}

.broker-banner-subtitle {
    color: #c4d4d8;
    font-size: 12px;
    margin-bottom: 15px;
}

.broker-features {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.broker-feat-item {
    color: #ffffff;
    font-size: 12px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
}

.broker-feat-item i {
    color: #a8c2c7;
}

.banner-btn-content {
    z-index: 2;
}

.broker-register-btn {
    background-color: #ffffff !important;
    color: #01242e !important;
    font-size: 12px;
    font-weight: 600;
    padding: 10px 24px;
    border-radius: 4px;
    white-space: nowrap;
    border: none;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

/* 5. NEW: LARGE POP-OUT BROKER IMAGE STYLING */
.broker-image-overlay-large {
    position: absolute;
    bottom: 0;
    left: 54%; 
    transform: translateX(-50%);
    z-index: 3;
    height: 190px; 
    pointer-events: none;
    display: flex;
    align-items: flex-end;
}

.big-broker-img {
    height: 100%;
    width: auto;
    object-fit: contain;
    
    margin-bottom: 0; 
    transform: scale(1.18); 
    transform-origin: bottom center;
}

/* ==================== SCREEN RESPONSIVENESS ==================== */
@media (max-width: 1400px) {
    .broker-image-overlay-large {
        left: 56%;
        height: 180px;
    }
}

@media (max-width: 1200px) {
    .broker-image-overlay-large {
        left: 60%;
        height: 170px;
    }
    .banner-text-content {
        max-width: 45%;
    }
}

@media (max-width: 991px) {
    .premium-membership-card {
        min-height: auto;
        margin-top: 15px;
    }
    .broker-registration-banner {
        flex-direction: column;
        align-items: flex-start;
        padding: 30px 25px;
        gap: 20px;
    }
    .banner-text-content {
        max-width: 100%;
    }
    
    .broker-image-overlay-large {
        display: none !important; 
    }
}

@media (max-width: 576px) {
    .broker-features {
        flex-direction: column;
        gap: 8px;
    }
}      
/* --- LATEST PROJECTS CARD DESIGN Ends --- */


/* the testomoinal blog youtube and style start*/

/* Custom Colors matching the screenshot */
        .bg-brand-dark { background-color: #002d34 !important; }
        .text-brand-dark { color: #002d34 !important; }
        .border-brand-dark { border-color: #002d34 !important; }
        
        /* Custom styling for fine adjustments */
        .testimonial-img {
            width: 70px;
            height: 70px;
            object-fit: cover;
            border-radius: 50%;
        }
        .blog-card-img {
            height: 150px;
            object-fit: cover;
        }
        .video-thumbnail {
            height: 160px;
            object-fit: cover;
        }
        .section-title-line {
            width: 60px;
            height: 2px;
            background-color: #002d34;
            margin: 5px auto 0;
        }
        @media (min-width: 768px) {
            .section-title-line { margin: 5px 0 0; }
        }
/* the testomoinal blog youtube and style end*/


/* the fqa style start */

        .section-title-line {
            width: 50px;
            height: 2px;
            background-color: #002d34;
            margin: 6px auto 0;
        }
        @media (min-width: 768px) {
            .section-title-line { margin: 6px 0 0; }
        }
        
        /* FAQ Clean Accordion Styling */
        .faq-accordion .accordion-item {
            border: none;
            border-bottom: 1px solid #dee2e6;
        }
        .faq-accordion .accordion-button {
            padding: 14px 0;
            background-color: transparent !important;
            color: #212529 !important;
            font-size: 13.5px;
            font-weight: 500;
            box-shadow: none !important;
        }
        /* Custom Plus (+) Icon */
        .faq-accordion .accordion-button::after {
            font-family: "Font Awesome 6 Free";
            font-weight: 900;
            content: "\f067"; 
            background-image: none;
            transform: none !important;
            font-size: 11px;
            color: #495057;
        }
        /* Custom Minus (-) Icon when open */
        .faq-accordion .accordion-button:not(.collapsed)::after {
            content: "\f068"; 
        }
        .faq-accordion .accordion-body {
            padding: 0 0 14px 0;
            font-size: 12.5px;
            color: #6c757d;
            line-height: 1.6;
        }

        /* ─── BACKROUND IMAGE BLENDING CODE ─── */
        .custom-contact-box {
            
            background: linear-gradient(135deg, rgba(0, 45, 52, 0.95) 40%, rgba(0, 45, 52, 0.85) 100%), 
                        url('https://images.unsplash.com/photo-1580587771525-78b9dba3b914?w=800&auto=format&fit=crop&q=60') no-repeat center right;
            background-size: cover;
            min-height: 280px;
        }

/* the fqa style end */


/* ===== COURSE CARD SECTION ===== */


.course-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.course-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0, 0, 0, .06);
    transition: .4s;
    border: 1px solid transparent;
}

.course-card:hover {
    transform: translateY(-8px);
    border-color: #0b4d3b;
    box-shadow: 0 12px 30px rgba(11, 77, 59, .12);
}

.course-thumb {
    position: relative;
    height: 200px;
    overflow: hidden;
}

.course-thumb video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .5s;
}

.course-card:hover .course-thumb video {
    transform: scale(1.08);
}

.course-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    background: #e0452b;
    color: #fff;
    padding: 6px 14px;
    border-radius: 6px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .5px;
}

.course-wishlist {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 38px;
    height: 38px;
    border: none;
    background: rgba(255, 255, 255, .9);
    border-radius: 50%;
    color: #e0452b;
    font-size: 16px;
    cursor: pointer;
    transition: .3s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.course-wishlist:hover {
    background: #e0452b;
    color: #fff;
}

.course-body {
    padding: 18px 20px 20px;
}

.course-category {
    font-size: 12px;
    font-weight: 700;
    color: #0b4d3b;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 6px;
    display: inline-block;
}

.course-title {
    font-size: 18px;
    font-weight: 700;
    color: #0b2032;
    margin-bottom: 10px;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.course-instructor {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
}

.course-instructor img {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    object-fit: cover;
}

.course-instructor span {
    font-size: 13px;
    color: #666;
    font-weight: 500;
}

.course-rating {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
}

.stars {
    display: flex;
    gap: 2px;
    font-size: 13px;
    color: #f4b400;
}

.rating-text {
    font-size: 13px;
    color: #888;
    font-weight: 500;
}

.course-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 16px;
    padding: 10px 0;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
}

.course-meta span {
    font-size: 12px;
    color: #777;
    display: flex;
    align-items: center;
    gap: 6px;
}

.course-meta i {
    color: #0b4d3b;
    font-size: 13px;
}

.course-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.course-footer .price-box {
    display: flex;
    align-items: center;
    gap: 8px;
}

.course-footer .old-price {
    font-size: 14px;
    color: #aaa;
    text-decoration: line-through;
}

.course-footer .new-price {
    font-size: 22px;
    font-weight: 800;
    color: #e0452b;
}

.enroll-btn {
    padding: 10px 24px;
    background: #0b4d3b;
    color: #fff;
    border: none;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: .3s;
    font-family: 'Poppins', sans-serif;
}

.enroll-btn:hover {
    background: #083d2d;
    transform: scale(1.03);
}

@media(max-width:992px) {
    .course-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media(max-width:600px) {
    .course-grid {
        grid-template-columns: 1fr;
    }
}

/* the ends course style */


/* the about us style start*/

/* ===== HERO BREADCRUMB ===== */
        .breadcrumb-section {
            position: relative;
            width: 100%;
            height: 420px;
            overflow: hidden;
        }

        .breadcrumb-bg {
            position: absolute;
            inset: 0;
            background: url('https://images.unsplash.com/photo-1600585154526-990dced4db0d?w=1600&q=80') center/cover no-repeat;
        }

        .breadcrumb-bg::after {
            content: '';
            position: absolute;
            inset: 0;
            background: linear-gradient(
                to right,
                rgba(8, 22, 38, 0.88) 0%,
                rgba(8, 22, 38, 0.70) 50%,
                rgba(8, 22, 38, 0.20) 100%
            );
        }

        .breadcrumb-content {
            position: relative;
            z-index: 2;
            max-width: 1350px;
            margin: 0 auto;
            padding: 0 40px;
            height: 100%;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

        /* Label */
        .bc-label {
            display: flex;
            align-items: center;
            gap: 12px;
            font-size: 12px;
            font-weight: 700;
            letter-spacing: 3px;
            text-transform: uppercase;
            color: rgba(255,255,255,0.75);
            margin-bottom: 16px;
        }

        .bc-label::after {
            content: '';
            display: block;
            width: 50px;
            height: 1.5px;
            background: rgba(255,255,255,0.5);
        }

        /* Main heading */
        .bc-heading {
            font-size: 48px;
            font-weight: 800;
            color: #fff;
            line-height: 1.2;
            margin-bottom: 18px;
        }

        /* Description */
        .bc-desc {
            font-size: 15px;
            color: rgba(255,255,255,0.72);
            line-height: 1.7;
            max-width: 380px;
            margin-bottom: 28px;
        }

        /* Breadcrumb links */
        .breadcrumb-links {
            display: flex;
            align-items: center;
            gap: 8px;
            font-size: 14px;
        }

        .breadcrumb-links a {
            color: rgba(255, 255, 255, .65);
            text-decoration: none;
            transition: color .3s;
        }

        .breadcrumb-links a:hover {
            color: #7ddfb0;
        }

        .breadcrumb-links .sep {
            color: rgba(255, 255, 255, .45);
            font-size: 11px;
        }

        .breadcrumb-links .current {
            color: #fff;
            font-weight: 600;
        }

        /* Responsive */
        @media (max-width: 768px) {
            .breadcrumb-section { height: 340px; }
            .bc-heading { font-size: 32px; }
            .breadcrumb-content { padding: 0 20px; }
            .bc-desc { font-size: 13px; }
        }

        @media (max-width: 480px) {
            .breadcrumb-section { height: auto; min-height: 280px; padding: 60px 0; }
            .bc-heading { font-size: 24px; }
            .bc-desc { font-size: 12px; margin-bottom: 18px; }
            .bc-label { font-size: 11px; letter-spacing: 2px; }
        }

        /* ===== WHO WE ARE SECTION ===== */
        .who-section {
            background: #fff;
            padding: 80px 20px 100px;
        }

        .who-container {
            max-width: 1280px;
            margin: 0 auto;
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 60px;
            align-items: center;
        }

        /* Left side */
        .who-left .tag {
            font-size: 12px;
            font-weight: 700;
            letter-spacing: 3px;
            text-transform: uppercase;
            color: #0b4d3b;
            margin-bottom: 14px;
            display: block;
        }

        .who-left h2 {
            font-size: 36px;
            font-weight: 800;
            color: #0b2032;
            line-height: 1.25;
            margin-bottom: 14px;
        }

        .who-left .divider {
            width: 45px;
            height: 3px;
            background: #0b4d3b;
            border-radius: 2px;
            margin-bottom: 22px;
        }

        .who-left p {
            font-size: 14.5px;
            color: #555;
            line-height: 1.8;
            margin-bottom: 16px;
        }

        .who-left p:last-child {
            margin-bottom: 0;
        }

        /* Right side */
        .who-right {
            position: relative;
            padding-bottom: 60px; /* space for half-overlapping stats */
        }

        .who-img-wrap {
            position: relative;
            border-radius: 16px;
            overflow: visible;
            transition: transform .35s ease, box-shadow .35s ease;
            cursor: pointer;
        }

        .who-img-wrap:hover {
            transform: translateY(-6px);
            box-shadow: 0 20px 50px rgba(11, 32, 50, 0.15);
        }

        .who-img-wrap:hover .who-img {
            transform: scale(1.03);
        }

        .who-img {
            width: 100%;
            height: 380px;
            object-fit: cover;
            border-radius: 16px;
            display: block;
            transition: transform .45s ease;
        }

        /* Stats bar — overlaps bottom of image by 50% */
        .who-stats {
            position: absolute;
            bottom: -60px;
            left: 20px;
            right: 20px;
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 20px;
            /* background: #e0e0e0; */
            border-radius: 14px;
            overflow: hidden;
            box-shadow: 0 8px 30px rgba(0,0,0,0.13);
        }

        .stat-item {
            background: #fff;
            padding: 22px 18px;
            text-align: center;
            border-radius: 12px;
            transition: background .3s ease, transform .3s ease, box-shadow .3s ease;
            cursor: pointer;
        }

        .stat-item:hover {
            background: #0b2032;
            transform: translateY(-4px);
            box-shadow: 0 10px 28px rgba(11,32,50,0.18);
        }

        .stat-item:hover i {
            color: #7ddfb0;
        }

        .stat-item:hover .stat-number {
            color: #fff;
        }

        .stat-item:hover .stat-label {
            color: rgba(255,255,255,0.6);
        }

        .stat-item i {
            font-size: 26px;
            color: #0b4d3b;
            margin-bottom: 10px;
            display: block;
        }

        .stat-number {
            display: block;
            font-size: 22px;
            font-weight: 800;
            color: #0b2032;
            line-height: 1;
            margin-bottom: 4px;
        }

        .stat-label {
            display: block;
            font-size: 12.5px;
            color: #777;
            font-weight: 500;
        }

        /* Responsive */
        @media (max-width: 900px) {
            .who-section { padding: 60px 20px 80px; }
            .who-container {
                grid-template-columns: 1fr;
                gap: 30px;
            }
            .who-img { height: 300px; }
            .who-right { padding-bottom: 65px; }
        }

        @media (max-width: 480px) {
            .who-section { padding: 40px 16px 80px; }
            .who-left h2 { font-size: 24px; }
            .who-left p { font-size: 13.5px; }
            .stat-number { font-size: 18px; }
            .stat-item { padding: 14px 8px; }
            .stat-item i { font-size: 20px; }
            .who-stats { left: 0; right: 0; }
            .who-img { height: 230px; }
        }
        /* ===== FOUNDER / MISSION / VISION SECTION ===== */
        .fmv-section {
            background: #f5f5f5;
            padding: 70px 20px;
        }

        .fmv-container {
            max-width: 1300px;
            margin: 0 auto;
            display: grid;
            grid-template-columns: 1.15fr 1fr 1fr;
            gap: 24px;
            align-items: stretch;
        }

        /* ---- Founder card ---- */
        .founder-card {
            background: #0b2032;
            border-radius: 18px;
            overflow: hidden;
            position: relative;
            display: flex;
            flex-direction: column;
            align-items: center;
            text-align: center;
            padding: 36px 28px 32px;
            min-height: 360px;
            transition: transform .35s ease, box-shadow .35s ease;
            cursor: pointer;
        }

        .founder-card:hover {
            transform: translateY(-6px);
            box-shadow: 0 20px 50px rgba(11, 32, 50, 0.30);
        }

        .founder-card:hover .founder-img {
            transform: scale(1.06);
        }

        .founder-img-circle {
            width: 130px;
            height: 130px;
            border-radius: 50%;
            overflow: hidden;
            border: 4px solid rgba(125, 223, 176, 0.5);
            box-shadow: 0 8px 28px rgba(0,0,0,0.35);
            margin-bottom: 24px;
            flex-shrink: 0;
            background: #0f2d45;
        }

        .founder-img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: top center;
            display: block;
            transition: transform .45s ease;
        }

        .founder-body {
            position: relative;
            z-index: 2;
            display: flex;
            flex-direction: column;
            align-items: center;
            width: 100%;
        }

        .quote-icon {
            font-size: 32px;
            color: #7ddfb0;
            line-height: 1;
            margin-bottom: 8px;
            font-family: Georgia, serif;
        }

        .founder-body h3 {
            font-size: 15px;
            font-weight: 700;
            color: #fff;
            margin-bottom: 12px;
        }

        .founder-body p {
            font-size: 12.5px;
            color: rgba(255,255,255,0.72);
            line-height: 1.75;
            margin-bottom: 10px;
            text-align: center;
        }

        .founder-sig {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 4px;
            margin-top: 16px;
            border-top: 1px solid rgba(255,255,255,0.12);
            padding-top: 14px;
            width: 100%;
        }

        .sig-img {
            height: 32px;
            opacity: 0.85;
            filter: invert(1);
        }

        .sig-info span {
            display: block;
            font-size: 13px;
            font-weight: 700;
            color: #fff;
        }

        .sig-info small {
            font-size: 11px;
            color: rgba(255,255,255,0.55);
        }

        /* ---- Mission / Vision cards ---- */
        .mv-card {
            background: #fff;
            border-radius: 18px;
            padding: 42px 34px;
            display: flex;
            flex-direction: column;
            gap: 18px;
            border: 1px solid #ebebeb;
            transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
            cursor: pointer;
        }

        .mv-card:hover {
            transform: translateY(-6px);
            box-shadow: 0 20px 50px rgba(11, 32, 50, 0.10);
            border-color: #0b4d3b;
        }

        .mv-card:hover .mv-icon {
            background: #0b2032;
            color: #7ddfb0;
            border-color: #0b2032;
        }

        .mv-icon {
            width: 60px;
            height: 60px;
            border: 2px solid #0b2032;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 24px;
            color: #0b2032;
            flex-shrink: 0;
            transition: background .3s ease, color .3s ease, border-color .3s ease;
        }

        .mv-card h3 {
            font-size: 15px;
            font-weight: 800;
            letter-spacing: 2px;
            text-transform: uppercase;
            color: #0b2032;
        }

        .mv-card p {
            font-size: 14px;
            color: #666;
            line-height: 1.8;
        }

        /* FMV Responsive */
        @media (max-width: 1024px) {
            .fmv-container {
                grid-template-columns: 1fr 1fr;
            }
            .founder-card {
                grid-column: 1 / -1;
                min-height: auto;
            }
        }

        @media (max-width: 700px) {
            .fmv-section { padding: 50px 16px; }
            .fmv-container {
                grid-template-columns: 1fr;
                gap: 16px;
            }
            .founder-card { grid-column: auto; }
            .founder-body h3 { font-size: 14px; }
            .founder-body p { font-size: 12px; }
            .mv-card { padding: 28px 22px; }
        }

        @media (max-width: 480px) {
            .founder-img-circle { width: 110px; height: 110px; }
            .quote-icon { font-size: 24px; margin-bottom: 6px; }
        }

        /* ===== CORE VALUES + JOURNEY SECTION ===== */
        .cvj-section {
            background: #fff;
            padding: 70px 20px;
        }

        .cvj-container {
            max-width: 1300px;
            margin: 0 auto;
        }

        .cvj-heading {
            text-align: center;
            margin-bottom: 8px;
        }

        .cvj-heading h2 {
            font-size: 17px;
            font-weight: 800;
            letter-spacing: 3px;
            text-transform: uppercase;
            color: #0b2032;
        }

        .cvj-dot {
            width: 7px;
            height: 7px;
            background: #0b2032;
            border-radius: 50%;
            margin: 8px auto 36px;
        }

        /* ---- Core Values Grid ---- */
        .values-grids {
            display: grid;
            grid-template-columns: repeat(6, 1fr);
            gap: 14px;
            margin-bottom: 64px;
        }

        .value-card {
            border: 1.5px solid #e4e4e4;
            border-radius: 14px;
            padding: 26px 14px 22px;
            text-align: center;
            transition: box-shadow .25s, transform .25s;
        }

        .value-card:hover {
            box-shadow: 0 6px 24px rgba(11,32,50,0.09);
            transform: translateY(-4px);
        }

        .value-icon {
            width: 58px;
            height: 58px;
            border: 2px solid #0b2032;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 14px;
            font-size: 20px;
            color: #0b2032;
        }

        .value-card h4 {
            font-size: 13.5px;
            font-weight: 700;
            color: #0b2032;
            margin-bottom: 6px;
        }

        .value-card p {
            font-size: 12px;
            color: #999;
            line-height: 1.65;
        }

        /* ---- Journey Timeline ---- */
        .journey-line {
            position: relative;
            display: grid;
            grid-template-columns: repeat(6, 1fr);
            gap: 14px;
        }

        .journey-line::before {
            content: '';
            position: absolute;
            top: 28px;
            left: 29px;
            right: 29px;
            height: 2px;
            background: #e0e0e0;
            z-index: 0;
        }

        .journey-item {
            position: relative;
            z-index: 1;
            text-align: center;
            display: flex;
            flex-direction: column;
            align-items: center;
        }

        .journey-icon {
            width: 58px;
            height: 58px;
            border: 2px solid #0b2032;
            border-radius: 50%;
            background: #fff;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 20px;
            color: #0b2032;
            margin-bottom: 14px;
            flex-shrink: 0;
            transition: background .3s ease, color .3s ease, transform .3s ease, box-shadow .3s ease;
            cursor: pointer;
        }

        .journey-icon:hover {
            background: #0b2032;
            color: #7ddfb0;
            transform: scale(1.15) translateY(-3px);
            box-shadow: 0 8px 20px rgba(11, 32, 50, 0.20);
        }

        .journey-year {
            font-size: 19px;
            font-weight: 800;
            color: #0b2032;
            line-height: 1;
            margin-bottom: 3px;
        }

        .journey-title {
            font-size: 12.5px;
            font-weight: 700;
            color: #0b2032;
            margin-bottom: 5px;
        }

        .journey-desc {
            font-size: 11.5px;
            color: #999;
            line-height: 1.6;
        }

        /* CVJ Responsive */
        @media (max-width: 1024px) {
            .values-grids         { grid-template-columns: repeat(3, 1fr); }
            .journey-line        { grid-template-columns: repeat(3, 1fr); }
            .journey-line::before{ display: none; }
        }
        @media (max-width: 700px) {
            .cvj-section { padding: 50px 16px; }
            .values-grids  { grid-template-columns: repeat(2, 1fr); gap: 12px; }
            .journey-line { grid-template-columns: repeat(2, 1fr); gap: 12px; }
            .cvj-heading h2 { font-size: 14px; letter-spacing: 2px; }
        }
        @media (max-width: 400px) {
            .values-grids  { grid-template-columns: 1fr; }
            .journey-line { grid-template-columns: 1fr; }
        }

        /* ===== LEADERSHIP TEAM SECTION ===== */
        .team-section {
            background: #f5f5f5;
            padding: 70px 20px;
        }

        .team-container {
            max-width: 1300px;
            margin: 0 auto;
        }

        .team-heading {
            text-align: center;
            margin-bottom: 8px;
        }

        .team-heading h2 {
            font-size: 17px;
            font-weight: 800;
            letter-spacing: 3px;
            text-transform: uppercase;
            color: #0b2032;
        }

        .team-dot {
            width: 7px;
            height: 7px;
            background: #0b2032;
            border-radius: 50%;
            margin: 8px auto 40px;
        }

        .team-grids {
            display: grid;
            grid-template-columns: repeat(5, 1fr);
            gap: 20px;
        }

        .team-card {
            background: #fff;
            border-radius: 16px;
            overflow: hidden;
            text-align: center;
            border: 1.5px solid #ebebeb;
            transition: box-shadow .3s, transform .3s;
        }

        .team-card:hover {
            box-shadow: 0 10px 30px rgba(11,32,50,0.10);
            transform: translateY(-5px);
        }

        .team-img-wrap {
            background: #e8edf2;
            height: 220px;
            overflow: hidden;
        }

        .team-img-wrap img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: top center;
            transition: transform .4s;
        }

        .team-card:hover .team-img-wrap img {
            transform: scale(1.05);
        }

        .team-info {
            padding: 16px 14px 18px;
        }

        .team-info h4 {
            font-size: 14.5px;
            font-weight: 700;
            color: #0b2032;
            margin-bottom: 4px;
        }

        .team-info span {
            display: block;
            font-size: 12px;
            color: #888;
            margin-bottom: 14px;
        }

        .team-socials {
            display: flex;
            justify-content: center;
            gap: 8px;
        }

        .team-socials a {
            width: 30px;
            height: 30px;
            border-radius: 6px;
            background: #0b2032;
            color: #fff;
            font-size: 13px;
            display: flex;
            align-items: center;
            justify-content: center;
            text-decoration: none;
            transition: background .25s, transform .25s;
        }

        .team-socials a:hover {
            background: #0b4d3b;
            transform: translateY(-2px);
        }

        /* Team Responsive */
        @media (max-width: 1024px) {
            .team-grids { grid-template-columns: repeat(3, 1fr); }
        }
        @media (max-width: 700px) {
            .team-section { padding: 50px 16px; }
            .team-grids { grid-template-columns: repeat(2, 1fr); gap: 14px; }
            .team-img-wrap { height: 190px; }
        }
        @media (max-width: 420px) {
            .team-grids { grid-template-columns: 1fr; }
            .team-img-wrap { height: 240px; }
        }

        /* ===== CERTIFICATIONS / AWARDS / TESTIMONIAL ===== */
        .cat-section {
            background: #f5f5f5;
            padding: 0 20px 30px;
        }

        .cat-container {
            max-width: 1300px;
            margin: 0 auto;
            background: #0b2032;
            border-radius: 20px;
            display: grid;
            grid-template-columns: 1fr 1fr 1fr;
            overflow: hidden;
        }

        .cat-col {
            padding: 38px 34px;
            position: relative;
        }

        .cat-col + .cat-col {
            border-left: 1px solid rgba(255,255,255,0.1);
        }

        .cat-col-title {
            font-size: 13px;
            font-weight: 800;
            letter-spacing: 2.5px;
            text-transform: uppercase;
            color: #fff;
            margin-bottom: 22px;
        }

        /* --- Certifications --- */
        .cert-list {
            list-style: none;
            display: flex;
            flex-direction: column;
            gap: 12px;
        }

        .cert-list li {
            display: flex;
            align-items: center;
            gap: 10px;
            font-size: 13.5px;
            color: rgba(255,255,255,0.78);
        }

        .cert-list li i {
            color: #7ddfb0;
            font-size: 15px;
            flex-shrink: 0;
        }

        .cert-img-wrap {
            position: absolute;
            right: 20px;
            bottom: 20px;
            opacity: 0.18;
            font-size: 72px;
            color: #fff;
        }

        /* --- Awards --- */
        .award-list {
            list-style: none;
            display: flex;
            flex-direction: column;
            gap: 11px;
        }

        .award-list li {
            display: flex;
            align-items: flex-start;
            gap: 9px;
            font-size: 13.5px;
            color: rgba(255,255,255,0.78);
            line-height: 1.5;
        }

        .award-list li::before {
            content: '•';
            color: #7ddfb0;
            font-size: 18px;
            line-height: 1.2;
            flex-shrink: 0;
        }

        .award-trophy {
            position: absolute;
            right: 22px;
            bottom: 16px;
            font-size: 64px;
            opacity: 0.18;
            color: #fff;
        }

        /* --- Testimonial Slider --- */
        .testi-slider {
            position: relative;
            overflow: hidden;
            min-height: 160px;
        }

        .testi-slide {
            display: none;
            animation: testi-fadein .45s ease;
        }

        .testi-slide.active {
            display: block;
        }

        @keyframes testi-fadein {
            from { opacity: 0; transform: translateY(10px); }
            to   { opacity: 1; transform: translateY(0); }
        }

        .testi-quote {
            font-size: 34px;
            color: #7ddfb0;
            line-height: 1;
            font-family: Georgia, serif;
            margin-bottom: 10px;
        }

        .testi-text {
            font-size: 13.5px;
            color: rgba(255,255,255,0.80);
            line-height: 1.75;
            margin-bottom: 20px;
        }

        .testi-person {
            display: flex;
            align-items: center;
            gap: 12px;
            margin-bottom: 18px;
        }

        .testi-person img {
            width: 44px;
            height: 44px;
            border-radius: 50%;
            object-fit: cover;
            border: 2px solid rgba(255,255,255,0.25);
        }

        .testi-person-info span {
            display: block;
            font-size: 13.5px;
            font-weight: 700;
            color: #fff;
        }

        .testi-person-info small {
            font-size: 11.5px;
            color: rgba(255,255,255,0.5);
        }

        .testi-dots {
            display: flex;
            gap: 7px;
        }

        .testi-dot {
            width: 8px;
            height: 8px;
            border-radius: 50%;
            background: rgba(255,255,255,0.3);
            cursor: pointer;
            transition: background .25s, transform .25s;
        }

        .testi-dot.active {
            background: #fff;
            transform: scale(1.3);
        }

        /* ===== CTA BANNER ===== */
        .cta-section {
            background: #f5f5f5;
            padding: 16px 20px 70px;
        }

        .cta-container {
            max-width: 1300px;
            margin: 0 auto;
            background: #0b2032;
            border-radius: 20px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 34px 44px;
            gap: 24px;
        }

        .cta-left {
            display: flex;
            align-items: center;
            gap: 22px;
        }

        .cta-icon {
            font-size: 48px;
            color: rgba(255,255,255,0.55);
            flex-shrink: 0;
        }

        .cta-text h3 {
            font-size: 22px;
            font-weight: 700;
            color: #fff;
            margin-bottom: 6px;
        }

        .cta-text p {
            font-size: 14px;
            color: rgba(255,255,255,0.65);
            line-height: 1.6;
        }

        .cta-btn {
            display: flex;
            align-items: center;
            gap: 10px;
            padding: 14px 30px;
            background: #fff;
            color: #0b2032;
            font-size: 14.5px;
            font-weight: 700;
            border-radius: 10px;
            text-decoration: none;
            white-space: nowrap;
            transition: background .25s, color .25s, transform .25s;
            font-family: 'Poppins', sans-serif;
            border: none;
            cursor: pointer;
            flex-shrink: 0;
        }

        .cta-btn:hover {
            background: #7ddfb0;
            color: #0b2032;
            transform: translateX(4px);
        }

        /* CAT + CTA Responsive */
        @media (max-width: 900px) {
            .cat-container {
                grid-template-columns: 1fr;
                border-radius: 16px;
            }
            .cat-col + .cat-col {
                border-left: none;
                border-top: 1px solid rgba(255,255,255,0.1);
            }
            .cert-img-wrap, .award-trophy { display: none; }
            .cta-container {
                flex-direction: column;
                align-items: flex-start;
                padding: 28px 24px;
                gap: 20px;
            }
            .cta-btn { width: 100%; justify-content: center; }
        }
        @media (max-width: 600px) {
            .cat-section { padding: 0 16px 24px; }
            .cta-section { padding: 14px 16px 50px; }
            .cat-col { padding: 28px 22px; }
            .cta-left { flex-direction: column; align-items: flex-start; gap: 12px; }
            .cta-icon { font-size: 36px; }
            .cta-text h3 { font-size: 18px; }
            .cta-text p { font-size: 13px; }
        }
        @media (max-width: 400px) {
            .cert-list li, .award-list li { font-size: 12.5px; }
            .testi-text { font-size: 12.5px; }
        }

/* the about us style end*/


/*the service style start*/

/* ===== SERVICES SECTION ===== */
        .services-section {
            background: #fff;
            padding: 70px 20px 80px;
        }

        .services-container {
            max-width: 1300px;
            margin: 0 auto;
        }

        /* Heading */
        .services-heading {
            text-align: center;
            margin-bottom: 8px;
        }

        .services-heading h2 {
            font-size: 17px;
            font-weight: 800;
            letter-spacing: 3px;
            text-transform: uppercase;
            color: #0b2032;
        }

        .services-dot {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 14px;
            margin: 10px auto 18px;
            max-width: 500px;
        }

        .services-dot::before,
        .services-dot::after {
            content: '';
            flex: 1;
            height: 1.5px;
            background: #c8d4dc;
        }

        .services-dot::after {
            content: '';
        }

        .services-dot .dot-center {
            width: 12px;
            height: 12px;
            background: #0b2032;
            border-radius: 50%;
            flex-shrink: 0;
        }

        .services-heading p {
            font-size: 14.5px;
            color: #777;
            line-height: 1.75;
            max-width: 560px;
            margin: 0 auto 48px;
        }

        /* Grid */
        .services-grids {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 24px;
        }

        /* Card */
        .service-cards {
            background: #fff;
            border: 1.5px solid #ebebeb;
            border-radius: 16px;
            overflow: hidden;
            transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
            cursor: pointer;
        }

        .service-cards:hover {
            transform: translateY(-7px);
            box-shadow: 0 16px 40px rgba(11, 32, 50, 0.11);
            border-color: #0b4d3b;
        }

        /* Image area */
        .service-img-wrap {
            position: relative;
            height: 180px;
            overflow: visible;
        }

        .service-img-wrap img {
            width: 100%;
            height: 180px;
            object-fit: cover;
            transition: transform .45s ease;
            display: block;
            overflow: hidden;
            border-radius: 0;
        }

        .service-cards:hover .service-img-wrap img {
            transform: scale(1.07);
        }

        /* Icon badge on image bottom-left */
        .service-icon {
            position: absolute;
            bottom: -30px;
            left: 20px;
            width: 60px;
            height: 60px;
            background: #0b2032;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 22px;
            color: #fff;
            border: 3px solid #fff;
            transition: background .3s ease, color .3s ease;
            z-index: 2;
        }

        .service-cards:hover .service-icon {
            background: #0b4d3b;
            color: #7ddfb0;
        }

        /* Body */
        .service-body {
            padding: 40px 20px 22px;
        }

        .service-body h3 {
            font-size: 15.5px;
            font-weight: 700;
            color: #0b2032;
            margin-bottom: 10px;
            line-height: 1.35;
        }

        .service-body p {
            font-size: 13px;
            color: #777;
            line-height: 1.75;
            margin-bottom: 18px;
        }

        .service-link {
            display: inline-flex;
            align-items: center;
            gap: 6px;
            font-size: 13.5px;
            font-weight: 700;
            color: #0b2032;
            text-decoration: none;
            transition: color .25s, gap .25s;
        }

        .service-link:hover {
            color: #0b4d3b;
            gap: 10px;
        }

        /* ===== CONSULTATION BANNER ===== */
        .consult-section {
            padding: 0 20px 70px;
            background: #f5f5f5;
        }

        .consult-banner {
            max-width: 1300px;
            margin: 0 auto;
            border-radius: 18px;
            overflow: hidden;
            position: relative;
            min-height: 160px;
            display: flex;
            align-items: center;
        }

        .consult-bg {
            position: absolute;
            inset: 0;
            background: url('https://images.unsplash.com/photo-1600607687939-ce8a6c25118c?w=1400&q=80') center/cover no-repeat;
        }

        .consult-bg::after {
            content: '';
            position: absolute;
            inset: 0;
            background: linear-gradient(
                to right,
                rgba(8, 22, 38, 0.92) 0%,
                rgba(8, 22, 38, 0.80) 45%,
                rgba(8, 22, 38, 0.15) 100%
            );
        }

        .consult-body {
            position: relative;
            z-index: 2;
            display: flex;
            align-items: center;
            gap: 26px;
            padding: 36px 44px;
        }

        .consult-icon {
            width: 64px;
            height: 64px;
            border: 2px solid rgba(255,255,255,0.35);
            border-radius: 14px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 26px;
            color: rgba(255,255,255,0.85);
            flex-shrink: 0;
        }

        .consult-text h2 {
            font-size: 24px;
            font-weight: 800;
            color: #fff;
            line-height: 1.25;
            margin-bottom: 8px;
        }

        .consult-text p {
            font-size: 14px;
            color: rgba(255,255,255,0.68);
            line-height: 1.6;
            margin-bottom: 20px;
            max-width: 360px;
        }

        .consult-btn {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            padding: 12px 26px;
            background: #fff;
            color: #0b2032;
            font-size: 14px;
            font-weight: 700;
            border-radius: 8px;
            text-decoration: none;
            border: none;
            cursor: pointer;
            font-family: 'Poppins', sans-serif;
            transition: background .25s, color .25s, gap .25s;
            white-space: nowrap;
        }

        .consult-btn:hover {
            background: #7ddfb0;
            color: #0b2032;
            gap: 13px;
        }

        /* Responsive */
        @media (max-width: 768px) {
            .consult-body { padding: 30px 24px; gap: 18px; }
            .consult-text h2 { font-size: 20px; }
            .consult-icon { width: 54px; height: 54px; font-size: 22px; }
        }

        @media (max-width: 480px) {
            .consult-section { padding: 0 16px 50px; }
            .consult-body { flex-direction: column; align-items: flex-start; padding: 28px 20px; }
            .consult-text h2 { font-size: 18px; }
            .consult-text p { font-size: 13px; }
            .consult-btn { width: 100%; justify-content: center; }
        }
        /* ===== FAQ SECTION ===== */
        .faq-section {
            background: #f5f5f5;
            padding: 70px 20px 80px;
        }

        .faq-container {
            max-width: 1300px;
            margin: 0 auto;
        }

        .faq-heading {
            text-align: center;
            margin-bottom: 8px;
        }

        .faq-heading h2 {
            font-size: 17px;
            font-weight: 800;
            letter-spacing: 3px;
            text-transform: uppercase;
            color: #0b2032;
        }

        .faq-dot {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 14px;
            margin: 10px auto 40px;
            max-width: 500px;
        }

        .faq-dot::before,
        .faq-dot::after {
            content: '';
            flex: 1;
            height: 1.5px;
            background: #c8d4dc;
        }

        .faq-dot .dot-center {
            width: 12px;
            height: 12px;
            background: #0b2032;
            border-radius: 50%;
            flex-shrink: 0;
        }

        /* Layout */
        .faq-layout {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 28px;
            align-items: start;
        }

        /* ---- Accordion ---- */
        .faq-list {
            display: flex;
            flex-direction: column;
            gap: 10px;
        }

        .faq-item {
            background: #fff;
            border: 1.5px solid #e8e8e8;
            border-radius: 12px;
            overflow: hidden;
            transition: border-color .3s;
        }

        .faq-item.active {
            border-color: #0b2032;
        }

        .faq-question {
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 18px 20px;
            background: transparent;
            border: none;
            cursor: pointer;
            text-align: left;
            gap: 12px;
            transition: background .3s;
            font-family: 'Poppins', sans-serif;
        }

        .faq-item.active .faq-question {
            background: #0b2032;
        }

        .faq-question span {
            font-size: 14px;
            font-weight: 600;
            color: #0b2032;
            line-height: 1.4;
            transition: color .3s;
        }

        .faq-item.active .faq-question span {
            color: #fff;
        }

        .faq-icon {
            width: 28px;
            height: 28px;
            border-radius: 50%;
            border: 2px solid #0b2032;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 14px;
            color: #0b2032;
            flex-shrink: 0;
            transition: background .3s, color .3s, border-color .3s, transform .35s;
        }

        .faq-item.active .faq-icon {
            background: #fff;
            color: #0b2032;
            border-color: #fff;
            transform: rotate(45deg);
        }

        .faq-answer {
            max-height: 0;
            overflow: hidden;
            transition: max-height .4s ease, padding .4s ease;
            padding: 0 20px;
        }

        .faq-answer p {
            font-size: 13.5px;
            color: #666;
            line-height: 1.75;
            padding-bottom: 18px;
        }

        .faq-item.active .faq-answer {
            max-height: 200px;
            padding-top: 14px;
        }

        /* ---- Right card ---- */
        .faq-card {
            position: relative;
            border-radius: 16px;
            overflow: hidden;
            height: 100%;
            min-height: 340px;
        }

        .faq-card img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }

        .faq-card-overlay {
            position: absolute;
            inset: 0;
            background: linear-gradient(to top, rgba(8,22,38,0.88) 0%, rgba(8,22,38,0.30) 60%, transparent 100%);
        }

        .faq-card-body {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            padding: 28px;
        }

        .faq-card-body h3 {
            font-size: 20px;
            font-weight: 700;
            color: #fff;
            margin-bottom: 6px;
        }

        .faq-card-body p {
            font-size: 13.5px;
            color: rgba(255,255,255,0.70);
            margin-bottom: 20px;
            line-height: 1.6;
        }

        .faq-card-btn {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            padding: 12px 24px;
            background: #fff;
            color: #0b2032;
            font-size: 13.5px;
            font-weight: 700;
            border-radius: 8px;
            text-decoration: none;
            border: none;
            cursor: pointer;
            font-family: 'Poppins', sans-serif;
            transition: background .25s, color .25s, gap .25s;
        }

        .faq-card-btn:hover {
            background: #7ddfb0;
            color: #0b2032;
            gap: 12px;
        }

        /* Responsive */
        @media (max-width: 900px) {
            .faq-layout { grid-template-columns: 1fr; }
            .faq-card { min-height: 280px; }
        }

        @media (max-width: 480px) {
            .faq-section { padding: 50px 16px 60px; }
            .faq-question span { font-size: 13px; }
            .faq-card { min-height: 240px; }
            .faq-card-body h3 { font-size: 17px; }
        }
        @media (max-width: 1024px) {
            .services-grids { grid-template-columns: repeat(2, 1fr); gap: 20px; }
            .service-img-wrap { height: 200px; }
        }

        @media (max-width: 768px) {
            .services-section { padding: 50px 16px 60px; }
            .services-grids { grid-template-columns: repeat(2, 1fr); gap: 16px; }
            .services-heading h2 { font-size: 14px; letter-spacing: 2px; }
            .service-img-wrap { height: 170px; }
            .service-body { padding: 36px 16px 18px; }
            .service-body h3 { font-size: 14px; }
            .service-body p { font-size: 12px; }
            .icon-divider { margin: 36px 0; }
            .service-icon { width: 50px; height: 50px; font-size: 18px; bottom: -25px; }
        }

        @media (max-width: 480px) {
            .services-grids { grid-template-columns: 1fr; gap: 14px; }
            .service-img-wrap { height: 210px; }
            .service-body { padding: 38px 18px 20px; }
            .service-body h3 { font-size: 15px; }
            .service-body p { font-size: 13px; }
            .services-dot { max-width: 260px; }
            .service-icon { width: 54px; height: 54px; font-size: 20px; bottom: -27px; }
        }

/* the service style end */


/* the membership style start */

/* ===== MEMBERSHIP HERO BREADCRUMB ===== */
        .mem-hero {
            position: relative;
            width: 100%;
            height: 420px;
            overflow: hidden;
        }

        /* Background image */
        .mem-hero-bg {
            position: absolute;
            inset: 0;
            background: url('https://images.unsplash.com/photo-1600607687939-ce8a6c25118c?w=1600&q=80') center/cover no-repeat;
        }

        /* Dark overlay — strong left, fade to right */
        .mem-hero-bg::after {
            content: '';
            position: absolute;
            inset: 0;
            background: linear-gradient(
                to right,
                rgba(6, 28, 22, 0.92) 0%,
                rgba(6, 28, 22, 0.78) 45%,
                rgba(6, 28, 22, 0.20) 100%
            );
        }

        /* Content */
        .mem-hero-content {
            position: relative;
            z-index: 2;
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 44px;
            height: 100%;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

        /* Top tag */
        .mem-tag {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            font-size: 12px;
            font-weight: 700;
            letter-spacing: 2.5px;
            text-transform: uppercase;
            color: #c9a84c;
            margin-bottom: 16px;
        }

        .mem-tag i {
            font-size: 13px;
            color: #c9a84c;
        }

        /* Main heading */
        .mem-heading {
            font-size: 52px;
            font-weight: 800;
            color: #fff;
            line-height: 1.15;
            margin-bottom: 18px;
            max-width: 520px;
        }

        /* Description */
        .mem-desc {
            font-size: 14.5px;
            color: rgba(255,255,255,0.72);
            line-height: 1.75;
            max-width: 420px;
            margin-bottom: 36px;
        }

        /* Bottom feature icons */
        .mem-features {
            display: flex;
            align-items: center;
            gap: 28px;
            flex-wrap: wrap;
        }

        .mem-feat {
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .mem-feat-icon {
            width: 42px;
            height: 42px;
            border: 1.5px solid rgba(255,255,255,0.35);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 16px;
            color: rgba(255,255,255,0.80);
            flex-shrink: 0;
        }

        .mem-feat-text span {
            display: block;
            font-size: 12.5px;
            font-weight: 700;
            color: #fff;
            line-height: 1.2;
        }

        .mem-feat-text small {
            font-size: 11px;
            color: rgba(255,255,255,0.50);
        }

        /* Responsive */
        @media (max-width: 768px) {
            .mem-hero { height: auto; min-height: 360px; padding: 60px 0; }
            .mem-hero-content { padding: 0 20px; }
            .mem-heading { font-size: 34px; }
            .mem-desc { font-size: 13px; }
            .mem-features { gap: 18px; }
        }

        @media (max-width: 480px) {
            .mem-hero { min-height: 320px; }
            .mem-heading { font-size: 26px; }
            .mem-features { gap: 14px; }
            .mem-feat-icon { width: 36px; height: 36px; font-size: 14px; }
        }
        /* ===== MEMBERSHIP PRICING SECTION ===== */
        .mp-section {
            background: #f5f5f5;
            padding: 70px 20px 80px;
        }

        .mp-container {
            max-width: 1200px;
            margin: 0 auto;
        }

        /* Heading row */
        .mp-top {
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-wrap: wrap;
            gap: 16px;
            margin-bottom: 8px;
        }

        .mp-heading h2 {
            font-size: 30px;
            font-weight: 800;
            color: #0b2032;
        }

        /* Toggle */
        .mp-toggle {
            display: flex;
            align-items: center;
            background: #fff;
            border: 1.5px solid #e0e0e0;
            border-radius: 10px;
            padding: 4px;
            gap: 4px;
        }

        .mp-toggle-btn {
            padding: 8px 18px;
            border: none;
            background: transparent;
            border-radius: 7px;
            font-size: 13px;
            font-weight: 600;
            color: #888;
            cursor: pointer;
            font-family: 'Poppins', sans-serif;
            transition: background .25s, color .25s;
            white-space: nowrap;
        }

        .mp-toggle-btn.active {
            background: #0b2032;
            color: #fff;
        }

        /* Dot divider */
        .mp-dot {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 14px;
            margin: 8px auto 44px;
            max-width: 500px;
        }

        .mp-dot::before,
        .mp-dot::after {
            content: '';
            flex: 1;
            height: 1.5px;
            background: #c8d4dc;
        }

        .mp-dot .dot-center {
            width: 10px;
            height: 10px;
            background: #0b2032;
            border-radius: 50%;
            flex-shrink: 0;
        }

        /* Grid */
        .mp-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 20px;
            align-items: stretch;
        }

        /* Card */
        .mp-card {
            background: #fff;
            border: 1.5px solid #e8e8e8;
            border-radius: 18px;
            padding: 28px 24px;
            position: relative;
            transition: transform .3s, box-shadow .3s, border-color .3s;
            display: flex;
            flex-direction: column;
        }

        .mp-card:hover {
            transform: translateY(-6px);
            box-shadow: 0 16px 40px rgba(11,32,50,0.10);
            border-color: #0b2032;
        }

        /* Popular card */
        .mp-card.popular {
            border-color: #0b4d3b;
            border-width: 2px;
            padding-top: 14px;
        }

        .mp-card.popular:hover {
            box-shadow: 0 16px 40px rgba(11,77,59,0.18);
        }

        /* Popular badge */
        .mp-badge {
            text-align: center;
            font-size: 10.5px;
            font-weight: 800;
            letter-spacing: 1.5px;
            text-transform: uppercase;
            color: #fff;
            background: #0b4d3b;
            padding: 7px 16px;
            border-radius: 13px;
            margin: -14px -24px 22px;
        }

        /* Card icon + name row */
        .mp-card-header {
            display: flex;
            align-items: center;
            gap: 14px;
            margin-bottom: 18px;
        }

        .mp-card-icon {
            width: 52px;
            height: 52px;
            border-radius: 14px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 22px;
            flex-shrink: 0;
        }

        .mp-card-icon.blue   { background: #eef2ff; color: #4f6ef7; }
        .mp-card-icon.green  { background: #0b4d3b; color: #7ddfb0; }
        .mp-card-icon.gold   { background: #fff8ec; color: #c9a84c; }
        .mp-card-icon.purple { background: #f3eeff; color: #8b5cf6; }

        .mp-plan-name {
            font-size: 20px;
            font-weight: 800;
            color: #0b2032;
            margin-bottom: 2px;
        }

        .mp-plan-sub {
            font-size: 12px;
            color: #999;
            margin-bottom: 18px;
        }

        /* Price */
        .mp-price {
            display: flex;
            align-items: baseline;
            gap: 6px;
            margin-bottom: 4px;
            flex-wrap: wrap;
        }

        .mp-amount {
            font-size: 30px;
            font-weight: 800;
            color: #0b2032;
            line-height: 1;
        }

        .mp-period {
            font-size: 13px;
            color: #aaa;
            font-weight: 500;
        }

        .mp-old-price {
            font-size: 13px;
            color: #bbb;
            text-decoration: line-through;
        }

        /* Divider */
        .mp-divider {
            height: 1px;
            background: #f0f0f0;
            margin: 18px 0;
        }

        /* Features */
        .mp-features {
            list-style: none;
            display: flex;
            flex-direction: column;
            gap: 11px;
            margin-bottom: 26px;
            flex: 1;
        }

        .mp-features li {
            display: flex;
            align-items: center;
            gap: 9px;
            font-size: 13px;
            color: #555;
        }

        .mp-features li i {
            color: #0b4d3b;
            font-size: 13px;
            flex-shrink: 0;
        }

        /* Button */
        .mp-btn {
            display: block;
            width: 100%;
            padding: 13px;
            border: 2px solid #0b2032;
            background: transparent;
            color: #0b2032;
            font-size: 13.5px;
            font-weight: 700;
            border-radius: 10px;
            cursor: pointer;
            font-family: 'Poppins', sans-serif;
            transition: background .3s, color .3s;
            text-align: center;
            text-decoration: none;
        }

        .mp-btn:hover {
            background: #0b2032;
            color: #fff;
        }

        .mp-card.popular .mp-btn {
            background: #0b2032;
            border-color: #0b2032;
            color: #fff;
        }

        .mp-card.popular .mp-btn:hover {
            background: #0b4d3b;
            border-color: #0b4d3b;
        }

        /* Responsive */
        @media (max-width: 1100px) {
            .mp-grid { grid-template-columns: repeat(2, 1fr); }
        }

        @media (max-width: 600px) {
            .mp-section { padding: 50px 16px 60px; }
            .mp-grid { grid-template-columns: 1fr; }
            .mp-heading h2 { font-size: 22px; }
            .mp-top { flex-direction: column; align-items: flex-start; }
        }
        /* ===== MEMBERSHIP BENEFITS BAR ===== */
        .mb-bar-section {
            background: #f5f5f5;
            padding: 0 20px 50px;
        }

        .mb-bar-container {
            max-width: 1200px;
            margin: 0 auto;
            display: grid;
            grid-template-columns: 1fr 380px;
            gap: 20px;
            align-items: stretch;
        }

        /* ---- Left: Benefits ---- */
        .mb-benefits-card {
            background: #0b2032;
            border-radius: 18px;
            padding: 30px 32px;
        }

        .mb-benefits-title {
            font-size: 16px;
            font-weight: 700;
            color: #fff;
            margin-bottom: 24px;
        }

        .mb-benefits-grid {
            display: grid;
            grid-template-columns: repeat(5, 1fr);
            gap: 12px;
        }

        .mb-benefit-item {
            background: rgba(255,255,255,0.06);
            border: 1px solid rgba(255,255,255,0.10);
            border-radius: 12px;
            padding: 18px 12px 14px;
            text-align: center;
            transition: background .3s, border-color .3s, transform .3s;
            cursor: pointer;
        }

        .mb-benefit-item:hover {
            background: rgba(201,168,76,0.12);
            border-color: rgba(201,168,76,0.35);
            transform: translateY(-3px);
        }

        .mb-benefit-item i {
            font-size: 22px;
            color: #c9a84c;
            display: block;
            margin-bottom: 12px;
        }

        .mb-benefit-item span {
            font-size: 11.5px;
            font-weight: 600;
            color: rgba(255,255,255,0.80);
            line-height: 1.4;
            display: block;
        }

        /* ---- Right: Yearly savings ---- */
        .mb-save-card {
            background: #0b2032;
            border-radius: 18px;
            padding: 30px 28px;
            display: flex;
            align-items: center;
            gap: 20px;
            position: relative;
            overflow: hidden;
        }

        .mb-save-card::before {
            content: '';
            position: absolute;
            top: -30px;
            right: -30px;
            width: 120px;
            height: 120px;
            background: radial-gradient(circle, rgba(201,168,76,0.15) 0%, transparent 70%);
            pointer-events: none;
        }

        .mb-save-text h3 {
            font-size: 18px;
            font-weight: 800;
            color: #fff;
            line-height: 1.3;
            margin-bottom: 8px;
        }

        .mb-save-text p {
            font-size: 12.5px;
            color: rgba(255,255,255,0.55);
            line-height: 1.6;
        }

        .mb-save-badge {
            flex-shrink: 0;
            width: 82px;
            height: 82px;
            background: linear-gradient(135deg, #c9a84c, #e8c96a);
            border-radius: 50%;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            box-shadow: 0 0 0 6px rgba(201,168,76,0.18), 0 0 0 12px rgba(201,168,76,0.08);
            position: relative;
        }

        .mb-save-badge::before {
            content: '';
            position: absolute;
            inset: -4px;
            border-radius: 50%;
            border: 2px dashed rgba(201,168,76,0.5);
        }

        .mb-save-badge .badge-num {
            font-size: 22px;
            font-weight: 800;
            color: #0b2032;
            line-height: 1;
        }

        .mb-save-badge .badge-text {
            font-size: 10px;
            font-weight: 700;
            color: #0b2032;
            letter-spacing: 0.5px;
        }

        /* Responsive */
        @media (max-width: 1024px) {
            .mb-bar-container { grid-template-columns: 1fr; }
            .mb-benefits-grid { grid-template-columns: repeat(3, 1fr); }
            .mb-save-card { justify-content: space-between; }
        }

        @media (max-width: 600px) {
            .mb-bar-section { padding: 0 16px 40px; }
            .mb-benefits-grid { grid-template-columns: repeat(2, 1fr); }
            .mb-benefits-card { padding: 24px 20px; }
            .mb-save-card { padding: 24px 20px; }
        }

        @media (max-width: 380px) {
            .mb-benefits-grid { grid-template-columns: 1fr 1fr; }
        }
        /* ===== PLAN COMPARISON TABLE ===== */
        .pc-section {
            background: #fff;
            padding: 70px 20px 80px;
        }

        .pc-container {
            max-width: 1100px;
            margin: 0 auto;
        }

        .pc-heading {
            text-align: center;
            margin-bottom: 8px;
        }

        .pc-heading h2 {
            font-size: 30px;
            font-weight: 800;
            color: #0b2032;
        }

        .pc-dot {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 14px;
            margin: 10px auto 40px;
            max-width: 400px;
        }

        .pc-dot::before,
        .pc-dot::after {
            content: '';
            flex: 1;
            height: 1.5px;
            background: #c8d4dc;
        }

        .pc-dot .dot-center {
            width: 10px;
            height: 10px;
            background: #0b2032;
            border-radius: 50%;
            flex-shrink: 0;
        }

        /* Table wrapper */
        .pc-table-wrap {
            overflow-x: auto;
            border-radius: 16px;
            border: 1.5px solid #e8e8e8;
        }

        .pc-table {
            width: 100%;
            border-collapse: collapse;
            min-width: 680px;
        }

        /* Header row */
        .pc-table thead tr th {
            padding: 18px 20px;
            font-size: 14px;
            font-weight: 700;
            color: #0b2032;
            background: #fff;
            text-align: center;
            border-bottom: 2px solid #e8e8e8;
        }

        .pc-table thead tr th:first-child {
            text-align: left;
            color: #0b2032;
            font-size: 15px;
        }

        /* Premium column header */
        .pc-table thead tr th.highlight {
            background: #0b2032;
            color: #fff;
        }

        /* Body rows */
        .pc-table tbody tr td {
            padding: 15px 20px;
            font-size: 13.5px;
            color: #555;
            text-align: center;
            border-bottom: 1px solid #f0f0f0;
            vertical-align: middle;
        }

        .pc-table tbody tr td:first-child {
            text-align: left;
            color: #0b2032;
            font-weight: 500;
        }

        /* Premium column body */
        .pc-table tbody tr td.highlight {
            background: rgba(11,32,50,0.03);
            font-weight: 600;
            color: #0b2032;
        }

        /* Alternate row bg */
        .pc-table tbody tr:nth-child(even) td {
            background: #fafafa;
        }

        .pc-table tbody tr:nth-child(even) td.highlight {
            background: rgba(11,32,50,0.05);
        }

        .pc-table tbody tr:last-child td {
            border-bottom: none;
        }

        /* Hover row */
        .pc-table tbody tr:hover td {
            background: #f5f9f7;
        }

        .pc-table tbody tr:hover td.highlight {
            background: rgba(11,32,50,0.07);
        }

        /* Check / Cross icons */
        .pc-check { color: #0b4d3b; font-size: 16px; }
        .pc-cross  { color: #ccc;    font-size: 15px; }

        /* Responsive */
        @media (max-width: 600px) {
            .pc-section { padding: 50px 16px 60px; }
            .pc-heading h2 { font-size: 22px; }
        }
        /* ===== FAQ + CTA SECTION ===== */
        .mfaq-section {
            background: #f5f5f5;
            padding: 0 20px 70px;
        }

        .mfaq-container {
            max-width: 1100px;
            margin: 0 auto;
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 24px;
            align-items: start;
        }

        /* ---- Left: FAQ ---- */
        .mfaq-card {
            background: #fff;
            border-radius: 16px;
            padding: 30px 28px;
            border: 1.5px solid #e8e8e8;
        }

        .mfaq-title {
            font-size: 16px;
            font-weight: 800;
            color: #0b2032;
            margin-bottom: 20px;
        }

        .mfaq-list {
            display: flex;
            flex-direction: column;
        }

        .mfaq-item {
            border-top: 1px solid #f0f0f0;
        }

        .mfaq-item:last-child {
            border-bottom: 1px solid #f0f0f0;
        }

        .mfaq-question {
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 15px 0;
            background: transparent;
            border: none;
            cursor: pointer;
            text-align: left;
            font-family: 'Poppins', sans-serif;
            gap: 12px;
        }

        .mfaq-question span {
            font-size: 13.5px;
            font-weight: 500;
            color: #0b2032;
            line-height: 1.4;
            transition: font-weight .2s;
        }

        .mfaq-question i {
            color: #888;
            font-size: 13px;
            flex-shrink: 0;
            transition: transform .35s ease, color .3s;
        }

        .mfaq-item.active .mfaq-question i {
            transform: rotate(180deg);
            color: #0b2032;
        }

        .mfaq-item.active .mfaq-question span {
            font-weight: 700;
            color: #0b2032;
        }

        .mfaq-answer {
            overflow: hidden;
            max-height: 0;
            transition: max-height 0.4s ease;
        }

        .mfaq-answer p {
            font-size: 13px;
            color: #777;
            line-height: 1.75;
            padding: 6px 0 16px;
        }

        /* ---- Right: CTA card ---- */
        .mfaq-cta {
            position: relative;
            border-radius: 16px;
            overflow: hidden;
            min-height: 280px;
            display: flex;
            align-items: flex-end;
        }

        .mfaq-cta-bg {
            position: absolute;
            inset: 0;
            background: url('https://images.unsplash.com/photo-1486325212027-8081e485255e?w=900&q=80') center/cover no-repeat;
        }

        .mfaq-cta-bg::after {
            content: '';
            position: absolute;
            inset: 0;
            background: linear-gradient(
                to right,
                rgba(6,22,38,0.90) 0%,
                rgba(6,22,38,0.70) 55%,
                rgba(6,22,38,0.25) 100%
            );
        }

        .mfaq-cta-body {
            position: relative;
            z-index: 2;
            padding: 36px 32px;
        }

        .mfaq-cta-body h3 {
            font-size: 24px;
            font-weight: 800;
            color: #fff;
            line-height: 1.25;
            margin-bottom: 10px;
        }

        .mfaq-cta-body p {
            font-size: 13.5px;
            color: rgba(255,255,255,0.65);
            line-height: 1.65;
            margin-bottom: 22px;
            max-width: 280px;
        }

        .mfaq-cta-line {
            width: 40px;
            height: 3px;
            background: #c9a84c;
            border-radius: 2px;
            margin-bottom: 18px;
        }

        .mfaq-cta-btn {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            padding: 13px 28px;
            background: #c9a84c;
            color: #0b2032;
            font-size: 14px;
            font-weight: 700;
            border-radius: 8px;
            text-decoration: none;
            border: none;
            cursor: pointer;
            font-family: 'Poppins', sans-serif;
            transition: background .25s, gap .25s;
        }

        .mfaq-cta-btn:hover {
            background: #e8c96a;
            gap: 14px;
        }

        /* Responsive */
        @media (max-width: 900px) {
            .mfaq-container { grid-template-columns: 1fr; }
            .mfaq-cta { min-height: 260px; align-items: flex-end; }
        }

        @media (max-width: 480px) {
            .mfaq-section { padding: 0 16px 50px; }
            .mfaq-card { padding: 22px 18px; }
            .mfaq-cta-body { padding: 26px 22px; }
            .mfaq-cta-body h3 { font-size: 20px; }
        }

/* the membership style end */

/* The Company profile style start*/

/* ===== SCROLL REVEAL ===== */
        .reveal {
            opacity: 0;
            transform: translateY(40px);
            transition: opacity .7s ease, transform .7s ease;
        }

        .reveal.visible {
            opacity: 1;
            transform: translateY(0);
        }

        .reveal-left {
            opacity: 0;
            transform: translateX(-50px);
            transition: opacity .7s ease, transform .7s ease;
        }

        .reveal-left.visible {
            opacity: 1;
            transform: translateX(0);
        }

        .reveal-right {
            opacity: 0;
            transform: translateX(50px);
            transition: opacity .7s ease, transform .7s ease;
        }

        .reveal-right.visible {
            opacity: 1;
            transform: translateX(0);
        }

        .reveal-scale {
            opacity: 0;
            transform: scale(0.85);
            transition: opacity .6s ease, transform .6s ease;
        }

        .reveal-scale.visible {
            opacity: 1;
            transform: scale(1);
        }

       

        /* ===== WRAPPER ===== */
        .profile-wrapper {
            max-width:100%; 
            background: #fff;
            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.07);
            overflow: hidden;
        }

        /* ===== HERO COVER ===== */
        .profile-cover {
            position: relative;
            height: 350px;
            background: url('https://images.unsplash.com/photo-1600585154526-990dced4db0d?w=1400&q=80') center/cover no-repeat;
            
        }

        .profile-cover::after {
            content: '';
            position: absolute;
            inset: 0;
            background: linear-gradient(135deg, rgba(8, 22, 38, 0.92) 0%, rgba(8, 22, 38, 0.30) 70%, transparent 100%);
        }

        .profile-cover .cover-badge {
            position: absolute;
            z-index: 2;
            top: 24px;
            right: 24px;
            background: rgba(255, 255, 255, 0.12);
            backdrop-filter: blur(10px);
            padding: 6px 16px;
            border-radius: 20px;
            color: #fff;
            font-size: 11px;
            font-weight: 600;
            letter-spacing: 1px;
            border: 1px solid rgba(255, 255, 255, 0.15);
        }

        /* ===== PROFILE HEADER ===== */
        .profile-header {
            position: relative;
            padding: 0 80px 0px;
            margin-top: -150px;
            z-index: 3;
            display: flex;
            align-items: flex-end;
            gap: 28px;
        }

        .profile-logo {
            width: 140px;
            height: 140px;
            border-radius: 24px;
            background: linear-gradient(135deg, #0b2032 0%, #1a3a52 100%);
            border: 4px solid #fff;
            box-shadow: 0 12px 40px rgba(0, 0, 0, 0.18);
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 52px;
            color: #7ddfb0;
            flex-shrink: 0;
        }

        .profile-title {
            padding-bottom: 8px;
        }

        .profile-title h1 {
            font-size: 34px;
            font-weight: 900;
            color: #fff;
            text-shadow: 0 2px 12px rgba(0, 0, 0, 0.35);
            line-height: 1.15;
        }

        .profile-title .tagline {
            font-size: 14px;
            color: rgba(255, 255, 255, 0.8);
            margin-top: 6px;
            font-weight: 400;
            display: flex;
            align-items: center;
            gap: 8px;
        }

        .profile-title .tagline i {
            color: #ffd700;
            font-size: 13px;
        }

        .profile-title .rating-badge {
            display: inline-flex;
            align-items: center;
            gap: 6px;
            margin-top: 10px;
            background: rgba(255, 255, 255, 0.12);
            backdrop-filter: blur(8px);
            padding: 5px 14px;
            border-radius: 20px;
            color:white;
            border: 1px solid rgba(255, 255, 255, 0.12);
        }

        .profile-title .rating-badge i {
            color: white;
            font-size: 12px;
        }

        .profile-title .rating-badge span {
            font-size: 12px;
            color: white;
            font-weight: 500;
        }


        /* ===== INFO GRID ===== */
        .info-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 12px;
            margin-bottom: 36px;
        }

        .info-item {
            background: #f8fafc;
            border: 1px solid #eef3f0;
            border-radius: 14px;
            padding: 18px 16px;
            display: flex;
            align-items: center;
            gap: 14px;
            transition: transform .3s, box-shadow .3s, border-color .3s;
        }

        .info-item:hover {
            transform: translateY(-3px);
            box-shadow: 0 8px 20px rgba(11, 77, 59, 0.08);
            border-color: #0b4d3b;
        }

        .info-item i {
            width: 42px;
            height: 42px;
            border-radius: 12px;
            background: #e8f2ed;
            color: #0b4d3b;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 18px;
            flex-shrink: 0;
            transition: background .3s, color .3s;
        }

        .info-item:hover i {
            background: #0b4d3b;
            color: #fff;
        }

        .info-item .label {
            font-size: 11px;
            color: #999;
            font-weight: 500;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }

        .info-item .value {
            font-size: 13px;
            font-weight: 600;
            color: #0b2032;
            line-height: 1.4;
        }

        /* ===== SECTION TITLE ===== */
        .section-title {
            font-size: 20px;
            font-weight: 800;
            color: #0b2032;
            margin-bottom: 20px;
            display: flex;
            align-items: center;
            gap: 14px;
        }

        .section-title i {
            color: #0b4d3b;
            font-size: 22px;
        }

        .section-title::after {
            content: '';
            flex: 1;
            height: 2px;
            background: linear-gradient(to right, #0b4d3b 30%, transparent);
        }

        /* ===== ABOUT ===== */
        .about-wrap {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 30px;
            margin-bottom: 36px;
        }

        .about-text p {
            font-size: 14px;
            line-height: 2;
            color: #555;
            margin-bottom: 14px;
        }

        .about-text p strong {
            color: #0b2032;
        }

        .about-right {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 12px;
        }

        .about-highlight {
            background: #f8fafc;
            border: 1px solid #eef3f0;
            border-radius: 14px;
            padding: 22px 18px;
            text-align: center;
            transition: transform .3s, background .3s;
        }

        .about-highlight:hover {
            transform: translateY(-3px);
            background: #0b2032;
        }

        .about-highlight:hover i {
            color: #7ddfb0;
        }

        .about-highlight:hover h4 {
            color: #fff;
        }

        .about-highlight:hover p {
            color: rgba(255, 255, 255, 0.6);
        }

        .about-highlight i {
            font-size: 28px;
            color: #0b4d3b;
            margin-bottom: 8px;
            transition: color .3s;
        }

        .about-highlight h4 {
            font-size: 15px;
            font-weight: 700;
            color: #0b2032;
            margin-bottom: 4px;
            transition: color .3s;
        }

        .about-highlight p {
            font-size: 12px;
            color: #888;
            line-height: 1.5;
            transition: color .3s;
        }

        /* ===== STATS ===== */
        .stats-row {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 16px;
            margin: 0 0 40px;
        }

        .stat-box {
            text-align: center;
            padding: 28px 16px 24px;
            background: #fff;
            border-radius: 16px;
            border: 2px solid #eef3f0;
            transition: transform .4s, box-shadow .4s, border-color .4s;
            position: relative;
            overflow: hidden;
        }

        .stat-box::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 4px;
            background: linear-gradient(to right, #0b4d3b, #7ddfb0);
            transform: scaleX(0);
            transition: transform .4s;
        }

        .stat-box:hover::before {
            transform: scaleX(1);
        }

        .stat-box:hover {
            transform: translateY(-6px);
            box-shadow: 0 14px 35px rgba(11, 77, 59, 0.12);
            border-color: #0b4d3b;
        }

        .stat-box i {
            font-size: 28px;
            color: #0b4d3b;
            margin-bottom: 12px;
        }

        .stat-box .number {
            display: block;
            font-size: 30px;
            font-weight: 900;
            color: #0b2032;
            line-height: 1.1;
        }

        .stat-box .label {
            font-size: 12px;
            color: #888;
            font-weight: 500;
            margin-top: 4px;
        }

        /* ===== TIMELINE ===== */
        .timeline-wrap {
            margin-bottom: 40px;
            padding: 0 10px;
        }

        .timeline {
            display: grid;
            grid-template-columns: repeat(5, 1fr);
            gap: 16px;
            position: relative;
        }

        .timeline::before {
            content: '';
            position: absolute;
            top: 32px;
            left: 34px;
            right: 34px;
            height: 2.5px;
            background: linear-gradient(to right, #0b4d3b, #c8d4dc 60%, #c8d4dc);
            z-index: 0;
        }

        .tl-item {
            position: relative;
            z-index: 1;
            text-align: center;
            display: flex;
            flex-direction: column;
            align-items: center;
        }

        .tl-dot {
            width: 66px;
            height: 66px;
            border-radius: 50%;
            border: 3px solid #0b2032;
            background: #fff;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 22px;
            color: #0b2032;
            margin-bottom: 14px;
            transition: background .35s, color .35s, transform .35s, box-shadow .35s;
            cursor: pointer;
        }

        .tl-dot:hover {
            background: #0b2032;
            color: #7ddfb0;
            transform: scale(1.12) translateY(-4px);
            box-shadow: 0 10px 28px rgba(11, 32, 50, 0.18);
        }

        .tl-year {
            font-size: 18px;
            font-weight: 800;
            color: #0b2032;
            line-height: 1;
            margin-bottom: 4px;
        }

        .tl-title {
            font-size: 12px;
            font-weight: 700;
            color: #0b2032;
            margin-bottom: 4px;
        }

        .tl-desc {
            font-size: 11px;
            color: #999;
            line-height: 1.55;
        }

        /* ===== SERVICES ===== */
        .services-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 16px;
            margin-bottom: 40px;
        }

        .service-card {
            padding: 24px 20px 22px;
            border: 1.5px solid #eee;
            border-radius: 16px;
            text-align: center;
            transition: transform .35s, box-shadow .35s, border-color .35s;
            position: relative;
            overflow: hidden;
        }

        .service-card::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 20%;
            right: 20%;
            height: 3px;
            background: #0b4d3b;
            border-radius: 2px;
            transform: scaleX(0);
            transition: transform .35s;
        }

        .service-card:hover::after {
            transform: scaleX(1);
        }

        .service-card:hover {
            transform: translateY(-6px);
            box-shadow: 0 14px 35px rgba(11, 77, 59, 0.10);
            border-color: #0b4d3b;
        }

        .service-card .icon-wrap {
            width: 58px;
            height: 58px;
            border-radius: 16px;
            background: #e8f2ed;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 14px;
            font-size: 24px;
            color: #0b4d3b;
            transition: background .3s, color .3s;
        }

        .service-card:hover .icon-wrap {
            background: #0b4d3b;
            color: #fff;
        }

        .service-card h4 {
            font-size: 14px;
            font-weight: 700;
            color: #0b2032;
            margin-bottom: 8px;
        }

        .service-card p {
            font-size: 12.5px;
            color: #888;
            line-height: 1.65;
        }

        /* ===== AWARDS ===== */
        .awards-row {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 14px;
            margin-bottom: 40px;
        }

        .award-card {
            padding: 22px 14px 18px;
            background: linear-gradient(135deg, #f8fafc 0%, #f0f5f2 100%);
            border-radius: 14px;
            text-align: center;
            border: 1px solid #e0ebe5;
            transition: transform .3s, box-shadow .3s;
        }

        .award-card:hover {
            transform: translateY(-4px);
            box-shadow: 0 10px 28px rgba(11, 77, 59, 0.10);
        }

        .award-card i {
            font-size: 30px;
            color: #d4a017;
            margin-bottom: 10px;
        }

        .award-card h4 {
            font-size: 13px;
            font-weight: 700;
            color: #0b2032;
            margin-bottom: 4px;
        }

        .award-card span {
            font-size: 11px;
            color: #888;
        }

        /* ===== TEAM ===== */
        .team-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 18px;
            margin-bottom: 40px;
        }

        .team-card {
            text-align: center;
            padding: 26px 16px 20px;
            border: 1.5px solid #eee;
            border-radius: 18px;
            transition: transform .35s, box-shadow .35s, border-color .35s;
            background: #fff;
        }

        .team-card:hover {
            transform: translateY(-6px);
            box-shadow: 0 14px 35px rgba(11, 32, 50, 0.09);
            border-color: #0b4d3b;
        }

        .team-card .img-wrap {
            width: 88px;
            height: 88px;
            border-radius: 50%;
            margin: 0 auto 14px;
            overflow: hidden;
            border: 3px solid #e8f2ed;
            transition: border-color .3s, transform .3s;
        }

        .team-card:hover .img-wrap {
            border-color: #0b4d3b;
            transform: scale(1.05);
        }

        .team-card .img-wrap img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .team-card h4 {
            font-size: 15px;
            font-weight: 700;
            color: #0b2032;
            margin-bottom: 2px;
        }

        .team-card .role {
            font-size: 12px;
            color: #888;
            display: block;
            margin-bottom: 10px;
        }

        .team-card .socials {
            display: flex;
            justify-content: center;
            gap: 8px;
        }

        .team-card .socials a {
            width: 30px;
            height: 30px;
            border-radius: 8px;
            background: #eef3f0;
            color: #0b2032;
            font-size: 13px;
            display: flex;
            align-items: center;
            justify-content: center;
            text-decoration: none;
            transition: background .25s, color .25s, transform .25s;
        }

        .team-card .socials a:hover {
            background: #0b2032;
            color: #fff;
            transform: translateY(-2px);
        }

        /* ===== TESTIMONIALS ===== */
        .testi-section {
            background: #0b2032;
            border-radius: 20px;
            padding: 34px 36px 36px;
            margin-bottom: 40px;
            position: relative;
            overflow: hidden;
        }

        .testi-section::before {
            content: '\201C';
            position: absolute;
            top: -10px;
            right: 30px;
            font-size: 160px;
            color: rgba(255, 255, 255, 0.04);
            font-family: Georgia, serif;
            line-height: 1;
        }

        .testi-section .ts-head {
            font-size: 12px;
            font-weight: 700;
            letter-spacing: 2.5px;
            text-transform: uppercase;
            color: #7ddfb0;
            margin-bottom: 6px;
        }

        .testi-section .ts-title {
            font-size: 20px;
            font-weight: 800;
            color: #fff;
            margin-bottom: 20px;
        }

        .testi-slider {
            position: relative;
            min-height: 140px;
        }

        .testi-slide {
            display: none;
            animation: testiFade .5s ease;
        }

        .testi-slide.active {
            display: block;
        }

        @keyframes testiFade {
            from {
                opacity: 0;
                transform: translateY(14px);
            }

            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .testi-slide p {
            font-size: 14px;
            color: rgba(255, 255, 255, 0.78);
            line-height: 1.85;
            font-style: italic;
            margin-bottom: 18px;
            max-width: 80%;
        }

        .testi-slide .tp {
            display: flex;
            align-items: center;
            gap: 12px;
        }

        .testi-slide .tp img {
            width: 44px;
            height: 44px;
            border-radius: 50%;
            object-fit: cover;
            border: 2px solid rgba(255, 255, 255, 0.2);
        }

        .testi-slide .tp .tpn span {
            display: block;
            font-size: 13px;
            font-weight: 600;
            color: #fff;
        }

        .testi-slide .tp .tpn small {
            font-size: 11px;
            color: rgba(255, 255, 255, 0.5);
        }

        .testi-dots {
            display: flex;
            gap: 8px;
            margin-top: 20px;
        }

        .testi-dot {
            width: 8px;
            height: 8px;
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.25);
            cursor: pointer;
            transition: background .3s, transform .3s;
        }

        .testi-dot.active {
            background: #7ddfb0;
            transform: scale(1.3);
        }

        /* ===== CLIENTS/BRANDS ===== */
        .clients-row {
            display: grid;
            grid-template-columns: repeat(6, 1fr);
            gap: 14px;
            margin-bottom: 40px;
        }

        .client-logo {
            padding: 18px 10px;
            background: #f8fafc;
            border: 1.5px solid #eef3f0;
            border-radius: 12px;
            text-align: center;
            font-size: 22px;
            color: #999;
            transition: all .3s;
        }

        .client-logo:hover {
            border-color: #0b4d3b;
            color: #0b4d3b;
            background: #fff;
            transform: translateY(-3px);
            box-shadow: 0 8px 20px rgba(11, 77, 59, 0.08);
        }

        .client-logo span {
            display: block;
            font-size: 11px;
            font-weight: 600;
            margin-top: 6px;
            color: #888;
        }

        .client-logo:hover span {
            color: #0b2032;
        }

        /* ===== CONTACT ===== */
        .contact-row {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 16px;
        }

        .contact-card {
            background: #fff;
            border: 1.5px solid #eee;
            border-radius: 16px;
            padding: 26px 22px;
            text-align: center;
            transition: transform .35s, box-shadow .35s, border-color .35s;
        }

        .contact-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 12px 30px rgba(11, 77, 59, 0.08);
            border-color: #0b4d3b;
        }

        .contact-card i {
            font-size: 28px;
            color: #0b4d3b;
            margin-bottom: 12px;
        }

        .contact-card h4 {
            font-size: 14px;
            font-weight: 700;
            color: #0b2032;
            margin-bottom: 8px;
        }

        .contact-card p {
            font-size: 13px;
            color: #666;
            line-height: 1.7;
        }

        /* ===== CTA BANNER ===== */
        .cta-banner {
            margin-top: 36px;
            background: linear-gradient(135deg, #0b2032 0%, #163a52 100%);
            border-radius: 18px;
            padding: 32px 36px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 24px;
        }

        .cta-banner .cta-left {
            display: flex;
            align-items: center;
            gap: 20px;
        }

        .cta-banner .cta-left i {
            font-size: 44px;
            color: rgba(255, 255, 255, 0.25);
        }

        .cta-banner .cta-left h3 {
            font-size: 20px;
            font-weight: 700;
            color: #fff;
            margin-bottom: 4px;
        }

        .cta-banner .cta-left p {
            font-size: 13px;
            color: rgba(255, 255, 255, 0.6);
        }

        .cta-banner .cta-btn {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            padding: 14px 30px;
            background: #fff;
            color: #0b2032;
            font-size: 14px;
            font-weight: 700;
            border-radius: 10px;
            text-decoration: none;
            white-space: nowrap;
            border: none;
            cursor: pointer;
            transition: background .3s, gap .3s, transform .3s;
        }

        .cta-banner .cta-btn:hover {
            background: #7ddfb0;
            gap: 14px;
            transform: translateX(3px);
        }

        

        /* ===== BACK TO TOP ===== */
        .back-top {
            position: fixed;
            bottom: 30px;
            right: 30px;
            width: 48px;
            height: 48px;
            border-radius: 14px;
            background: #0b2032;
            color: #fff;
            border: none;
            font-size: 18px;
            cursor: pointer;
            opacity: 0;
            visibility: hidden;
            transition: all .3s;
            z-index: 99;
            box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
        }

        .back-top.show {
            opacity: 1;
            visibility: visible;
        }

        .back-top:hover {
            background: #0b4d3b;
            transform: translateY(-3px);
        }

        /* ===== RESPONSIVE ===== */
        @media (max-width: 992px) {
            .info-grid {
                grid-template-columns: repeat(2, 1fr);
            }

            .about-wrap {
                grid-template-columns: 1fr;
            }

            .stats-row {
                grid-template-columns: repeat(2, 1fr);
            }

            .timeline {
                grid-template-columns: repeat(3, 1fr);
            }

            .timeline::before {
                display: none;
            }

            .services-grid {
                grid-template-columns: repeat(2, 1fr);
            }

            .awards-row {
                grid-template-columns: repeat(2, 1fr);
            }

            .team-grid {
                grid-template-columns: repeat(2, 1fr);
            }

            .clients-row {
                grid-template-columns: repeat(3, 1fr);
            }

            .cta-banner {
                flex-direction: column;
                text-align: center;
            }

            .cta-banner .cta-left {
                flex-direction: column;
                text-align: center;
            }
        }

        @media (max-width: 768px) {
           

            .profile-wrapper {
                margin: 10px 12px 30px;
                border-radius: 16px;
            }

            .profile-cover {
                height: 200px;
            }

            .profile-header {
                padding: 0 20px 20px;
                margin-top: -70px;
                gap: 16px;
                flex-wrap: wrap;
            }

            .profile-logo {
                width: 90px;
                height: 90px;
                font-size: 34px;
                border-radius: 16px;
            }

            .profile-title h1 {
                font-size: 22px;
            }

            

            .info-grid {
                grid-template-columns: 1fr;
            }

            .stats-row {
                grid-template-columns: repeat(2, 1fr);
            }

            .services-grid {
                grid-template-columns: 1fr;
            }

            .contact-row {
                grid-template-columns: 1fr;
            }

            .profile-footer {
                padding: 16px 20px;
                flex-direction: column;
                text-align: center;
            }

            .testi-section {
                padding: 24px 20px;
            }

            .testi-slide p {
                max-width: 100%;
                font-size: 13px;
            }
        }

        @media (max-width: 480px) {
            .stats-row {
                grid-template-columns: 1fr;
            }

            .timeline {
                grid-template-columns: repeat(2, 1fr);
            }

            .awards-row {
                grid-template-columns: 1fr;
            }

            .team-grid {
                grid-template-columns: 1fr;
            }

            .clients-row {
                grid-template-columns: repeat(2, 1fr);
            }

            .profile-logo {
                width: 70px;
                height: 70px;
                font-size: 26px;
            }

            .profile-title h1 {
                font-size: 18px;
            }

            .profile-header {
                margin-top: -50px;
            }

            .profile-cover {
                height: 150px;
            }

            .profile-cover .cover-badge {
                top: 12px;
                right: 12px;
                font-size: 9px;
                padding: 4px 10px;
            }

            .cta-banner {
                padding: 24px 20px;
            }

            .cta-banner .cta-btn {
                width: 100%;
                justify-content: center;
            }

            .back-top {
                bottom: 16px;
                right: 16px;
                width: 42px;
                height: 42px;
                font-size: 15px;
            }
        }

        .timeline>.tl-item:nth-child(n+6) {
            display: none;
        }

        @media (min-width: 993px) {
            .timeline>.tl-item:nth-child(n+6) {
                display: flex;
            }
        }

/* The Company profile style end*/


/* mission and vision style start*/
/* ===== WRAPPER ===== */
      .mv-wrapper {
        max-width: 100%;
        background: #fff;
        box-shadow: 0 25px 70px rgba(0, 0, 0, 0.06);
        overflow: hidden;
        position: relative;
        z-index: 1;
      }

      /* ===== HERO ===== */
      .mv-hero {
        position: relative;
        height: 380px;
        background: url("https://images.unsplash.com/photo-1454165804606-c3d57bc86b40?w=1400&q=80")
          center/cover no-repeat;
        background-attachment: fixed;
      }
      .mv-hero::after {
        content: "";
        position: absolute;
        inset: 0;
        background: rgba(11, 32, 50, 0.88);
      }
      .mv-hero::before {
        content: "";
        position: absolute;
        inset: 0;
        background: transparent;
        z-index: 1;
      }
      .mv-hero-content {
        position: absolute;
        z-index: 2;
        bottom: 50px;
        left: 52px;
        max-width: 560px;
      }
      .mv-hero-content .mv-label {
        font-size: 11px;
        font-weight: 700;
        letter-spacing: 4px;
        text-transform: uppercase;
        color: #7ddfb0;
        margin-bottom: 14px;
        display: flex;
        align-items: center;
        gap: 14px;
      }
      .mv-hero-content .mv-label::after {
        content: "";
        flex: 1;
        max-width: 80px;
        height: 2px;
        background: rgba(125, 223, 176, 0.4);
      }
      .mv-hero-content h1 {
        font-size: 52px;
        font-weight: 900;
        color: #fff;
        line-height: 1.1;
        text-shadow: 0 4px 30px rgba(0, 0, 0, 0.25);
      }
      .mv-hero-content h1 span {
        color: #7ddfb0;
      }
      .mv-hero-content p {
        font-size: 16px;
        color: rgba(255, 255, 255, 0.7);
        margin-top: 16px;
        line-height: 1.8;
        max-width: 420px;
      }
      .mv-hero-content .hero-stats-mini {
        display: flex;
        gap: 24px;
        margin-top: 22px;
      }
      .mv-hero-content .hero-stats-mini div {
        display: flex;
        align-items: center;
        gap: 8px;
        font-size: 13px;
        color: rgba(255, 255, 255, 0.65);
      }
      .mv-hero-content .hero-stats-mini div i {
        color: #7ddfb0;
      }

      /* ===== FLOATING DECOR ===== */
      .float-decor {
        position: absolute;
        border-radius: 50%;
        background: rgba(125, 223, 176, 0.06);
        pointer-events: none;
        z-index: 1;
      }
      .float-decor.d1 {
        width: 300px;
        height: 300px;
        top: -80px;
        right: -60px;
      }
      .float-decor.d2 {
        width: 200px;
        height: 200px;
        bottom: -40px;
        left: -40px;
      }
      .float-decor.d3 {
        width: 120px;
        height: 120px;
        top: 60px;
        left: 30%;
        background: rgba(11, 77, 59, 0.04);
      }

      /* ===== BODY ===== */
      .mv-body {
        padding: 60px 52px 50px;
        position: relative;
      }

      /* ===== SECTION TITLE ===== */
      .section-title {
        font-size: 14px;
        font-weight: 700;
        letter-spacing: 3px;
        text-transform: uppercase;
        color: #0b4d3b;
        margin-bottom: 14px;
        display: flex;
        align-items: center;
        gap: 12px;
      }
      .section-title i {
        font-size: 16px;
      }
      .section-title::after {
        content: "";
        flex: 1;
        max-width: 50px;
        height: 2px;
        background: #0b4d3b;
      }

      .section-heading {
        font-size: 34px;
        font-weight: 900;
        color: #0b2032;
        line-height: 1.2;
        margin-bottom: 24px;
      }
      .section-heading span {
        color: #0b4d3b;
      }

      /* ===== MISSION ===== */
      .mission-section {
        margin-bottom: 60px;
      }
      .mission-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 44px;
        align-items: center;
      }
      .mission-left .big-icon {
        width: 72px;
        height: 72px;
        border-radius: 18px;
        background: #e8f2ed;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 32px;
        color: #0b4d3b;
        margin-bottom: 22px;
        box-shadow: 0 8px 24px rgba(11, 77, 59, 0.1);
      }
      .mission-left .highlight-text {
        font-size: 15px;
        color: #555;
        line-height: 2;
        margin-bottom: 24px;
      }
      .mission-left .highlight-text strong {
        color: #0b2032;
      }
      .mission-points {
        display: flex;
        flex-direction: column;
        gap: 10px;
      }
      .mission-point {
        display: flex;
        align-items: flex-start;
        gap: 16px;
        padding: 14px 18px;
        border-radius: 14px;
        background: #f8fafc;
        border: 1px solid #eef3f0;
        transition: all 0.35s;
        cursor: default;
      }
      .mission-point:hover {
        background: #0b2032;
        border-color: #0b2032;
        transform: translateX(6px);
      }
      .mission-point:hover i {
        background: #7ddfb0;
        color: #0b2032;
      }
      .mission-point:hover h4 {
        color: #fff;
      }
      .mission-point:hover p {
        color: rgba(255, 255, 255, 0.6);
      }
      .mission-point i {
        width: 32px;
        height: 32px;
        border-radius: 10px;
        background: #e8f2ed;
        color: #0b4d3b;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 14px;
        flex-shrink: 0;
        margin-top: 2px;
        transition: all 0.3s;
      }
      .mission-point h4 {
        font-size: 14px;
        font-weight: 700;
        color: #0b2032;
        margin-bottom: 2px;
        transition: color 0.3s;
      }
      .mission-point p {
        font-size: 13px;
        color: #888;
        line-height: 1.6;
        transition: color 0.3s;
      }
      .mission-right {
        position: relative;
      }
      .mission-right .img-wrap {
        border-radius: 22px;
        overflow: hidden;
        position: relative;
        box-shadow: 0 20px 60px rgba(11, 32, 50, 0.1);
      }
      .mission-right .img-wrap img {
        width: 100%;
        display: block;
        transition: transform 0.7s;
      }
      .mission-right .img-wrap:hover img {
        transform: scale(1.04);
      }
      .mission-right .img-wrap::after {
        content: "";
        position: absolute;
        inset: 0;
        border-radius: 18px;
        background: rgba(11, 32, 50, 0.25);
        pointer-events: none;
      }
      .mission-right .img-badge {
        position: absolute;
        bottom: 20px;
        left: 20px;
        z-index: 2;
        display: flex;
        align-items: center;
        gap: 10px;
        background: rgba(255, 255, 255, 0.12);
        backdrop-filter: blur(12px);
        padding: 10px 18px;
        border-radius: 12px;
        border: 1px solid rgba(255, 255, 255, 0.15);
      }
      .mission-right .img-badge i {
        color: #7ddfb0;
        font-size: 20px;
      }
      .mission-right .img-badge div span {
        display: block;
        font-size: 13px;
        font-weight: 600;
        color: #fff;
      }
      .mission-right .img-badge div small {
        font-size: 10px;
        color: rgba(255, 255, 255, 0.6);
      }

      /* ===== SEPARATOR ===== */
      .mv-separator {
        text-align: center;
        padding: 10px 0 50px;
        position: relative;
      }
      .mv-separator::before {
        content: "";
        position: absolute;
        top: 30px;
        left: 0;
        right: 0;
        height: 1px;
        background: #ddd;
      }
      .mv-separator .sep-icon {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        background: #0b2032;
        border: 4px solid #fff;
        box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 22px;
        color: #7ddfb0;
        margin: 0 auto;
        position: relative;
        z-index: 1;
        animation: pulseSep 3s ease-in-out infinite;
      }
      @keyframes pulseSep {
        0%,
        100% {
          transform: scale(1);
          box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
        }
        50% {
          transform: scale(1.05);
          box-shadow: 0 8px 32px rgba(11, 77, 59, 0.15);
        }
      }

      /* ===== VISION ===== */
      .vision-section {
        margin-bottom: 60px;
      }
      .vision-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 44px;
        align-items: center;
      }
      .vision-left .big-icon {
        width: 72px;
        height: 72px;
        border-radius: 18px;
        background: #e8f2ed;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 32px;
        color: #0b4d3b;
        margin-bottom: 22px;
        box-shadow: 0 8px 24px rgba(11, 77, 59, 0.1);
      }
      .vision-left .highlight-text {
        font-size: 15px;
        color: #555;
        line-height: 2;
        margin-bottom: 24px;
      }
      .vision-left .highlight-text strong {
        color: #0b2032;
      }
      .vision-goals {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 14px;
      }
      .vision-goal {
        padding: 22px 18px;
        border: 1.5px solid #eee;
        border-radius: 16px;
        text-align: center;
        transition: all 0.35s;
        cursor: default;
        background: #fff;
        position: relative;
        overflow: hidden;
      }
      .vision-goal::before {
        content: "";
        position: absolute;
        top: -1px;
        left: 0;
        right: 0;
        height: 4px;
        background: #0b4d3b;
        transform: scaleX(0);
        transition: transform 0.4s;
      }
      .vision-goal:hover::before {
        transform: scaleX(1);
      }
      .vision-goal:hover {
        transform: translateY(-6px);
        box-shadow: 0 16px 40px rgba(11, 77, 59, 0.1);
        border-color: #0b4d3b;
      }
      .vision-goal i {
        font-size: 30px;
        color: #0b4d3b;
        margin-bottom: 12px;
        transition: transform 0.4s;
      }
      .vision-goal:hover i {
        transform: scale(1.15);
      }
      .vision-goal h4 {
        font-size: 15px;
        font-weight: 700;
        color: #0b2032;
        margin-bottom: 4px;
      }
      .vision-goal p {
        font-size: 12.5px;
        color: #888;
        line-height: 1.6;
      }
      .vision-right .img-wrap {
        border-radius: 22px;
        overflow: hidden;
        position: relative;
        box-shadow: 0 20px 60px rgba(11, 32, 50, 0.1);
      }
      .vision-right .img-wrap img {
        width: 100%;
        display: block;
        transition: transform 0.7s;
      }
      .vision-right .img-wrap:hover img {
        transform: scale(1.04);
      }
      .vision-right .img-wrap::after {
        content: "";
        position: absolute;
        inset: 0;
        background: rgba(11, 32, 50, 0.25);
        pointer-events: none;
      }
      .vision-right .img-badge {
        position: absolute;
        bottom: 20px;
        right: 20px;
        z-index: 2;
        background: rgba(255, 255, 255, 0.12);
        backdrop-filter: blur(12px);
        padding: 10px 16px;
        border-radius: 12px;
        border: 1px solid rgba(255, 255, 255, 0.15);
        text-align: center;
      }
      .vision-right .img-badge div span {
        display: block;
        font-size: 20px;
        font-weight: 800;
        color: #7ddfb0;
        line-height: 1;
      }
      .vision-right .img-badge div small {
        font-size: 10px;
        color: rgba(255, 255, 255, 0.6);
        text-transform: uppercase;
        letter-spacing: 1px;
      }

      /* ===== QUICK FACTS ===== */
      .facts-row {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 16px;
        margin-bottom: 60px;
      }
      .fact-card {
        text-align: center;
        padding: 30px 20px;
        background: #f8fafc;
        border: 1px solid #e0ebe5;
        border-radius: 18px;
        transition: all 0.4s;
        position: relative;
        overflow: hidden;
      }
      .fact-card::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 20%;
        right: 20%;
        height: 3px;
        background: #0b4d3b;
        border-radius: 2px;
        transform: scaleX(0);
        transition: transform 0.4s;
      }
      .fact-card:hover::after {
        transform: scaleX(1);
      }
      .fact-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 16px 40px rgba(11, 77, 59, 0.08);
      }
      .fact-card i {
        font-size: 28px;
        color: #0b4d3b;
        margin-bottom: 12px;
      }
      .fact-card .fn {
        display: block;
        font-size: 30px;
        font-weight: 900;
        color: #0b2032;
        line-height: 1.1;
      }
      .fact-card .fl {
        font-size: 12px;
        color: #888;
        font-weight: 500;
        margin-top: 4px;
        display: block;
      }

      /* ===== VALUES ===== */
      .values-section {
        margin-bottom: 60px;
      }
      .values-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
      }
      .value-card {
        padding: 32px 24px;
        border: 1.5px solid #eee;
        border-radius: 20px;
        text-align: center;
        transition: all 0.4s;
        position: relative;
        background: #fff;
        overflow: hidden;
      }
      .value-card::before {
        content: "";
        position: absolute;
        top: -50%;
        left: -50%;
        width: 200%;
        height: 200%;
        background: rgba(11, 77, 59, 0.03);
        opacity: 0;
        transition: opacity 0.5s;
      }
      .value-card:hover::before {
        opacity: 1;
      }
      .value-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 20px 50px rgba(11, 77, 59, 0.08);
        border-color: #0b4d3b;
      }
      .value-card .val-icon {
        width: 70px;
        height: 70px;
        border-radius: 50%;
        background: #e8f2ed;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto 18px;
        font-size: 28px;
        color: #0b4d3b;
        transition: all 0.4s;
        position: relative;
        z-index: 1;
      }
      .value-card:hover .val-icon {
        background: #0b4d3b;
        color: #7ddfb0;
        transform: scale(1.08);
        box-shadow: 0 10px 30px rgba(11, 77, 59, 0.15);
      }
      .value-card h4 {
        font-size: 18px;
        font-weight: 700;
        color: #0b2032;
        margin-bottom: 10px;
        position: relative;
        z-index: 1;
      }
      .value-card p {
        font-size: 13px;
        color: #888;
        line-height: 1.8;
        position: relative;
        z-index: 1;
      }

      /* ===== QUOTE ===== */
      .quote-section {
        position: relative;
        background: #0b2032;
        border-radius: 24px;
        padding: 56px 52px;
        text-align: center;
        margin-bottom: 60px;
        overflow: hidden;
      }
      .quote-section::before {
        content: "\201C";
        position: absolute;
        top: -20px;
        left: 40px;
        font-size: 220px;
        color: rgba(125, 223, 176, 0.05);
        font-family: Georgia, serif;
        line-height: 1;
      }
      .quote-section::after {
        content: "";
        position: absolute;
        inset: 0;
        background: transparent;
        pointer-events: none;
      }
      .quote-section .q-icon {
        font-size: 48px;
        color: #7ddfb0;
        font-family: Georgia, serif;
        line-height: 1;
        margin-bottom: 16px;
        position: relative;
        z-index: 1;
      }
      .quote-section blockquote {
        font-size: 20px;
        color: rgba(255, 255, 255, 0.88);
        line-height: 1.85;
        font-style: italic;
        max-width: 700px;
        margin: 0 auto 24px;
        position: relative;
        z-index: 1;
      }
      .quote-section .q-divider {
        width: 50px;
        height: 2px;
        background: #7ddfb0;
        margin: 0 auto 20px;
        position: relative;
        z-index: 1;
      }
      .quote-section .q-author {
        font-size: 15px;
        font-weight: 700;
        color: #7ddfb0;
        position: relative;
        z-index: 1;
      }
      .quote-section .q-author small {
        display: block;
        font-size: 12px;
        font-weight: 400;
        color: rgba(255, 255, 255, 0.4);
        margin-top: 4px;
      }

      /* ===== CTA ===== */
      .cta-banner {
        background: #0b2032;
        border-radius: 20px;
        padding: 38px 42px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 24px;
        position: relative;
        overflow: hidden;
      }
      .cta-banner::before {
        content: "";
        position: absolute;
        top: -40px;
        right: -40px;
        width: 200px;
        height: 200px;
        border-radius: 50%;
        background: rgba(125, 223, 176, 0.05);
      }
      .cta-banner .cta-left {
        display: flex;
        align-items: center;
        gap: 22px;
        position: relative;
        z-index: 1;
      }
      .cta-banner .cta-left i {
        font-size: 48px;
        color: rgba(125, 223, 176, 0.3);
      }
      .cta-banner .cta-left h3 {
        font-size: 22px;
        font-weight: 800;
        color: #fff;
        margin-bottom: 4px;
      }
      .cta-banner .cta-left p {
        font-size: 14px;
        color: rgba(255, 255, 255, 0.55);
      }
      .cta-banner .cta-btn {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        padding: 16px 32px;
        background: #fff;
        color: #0b2032;
        font-size: 14px;
        font-weight: 700;
        border-radius: 12px;
        text-decoration: none;
        white-space: nowrap;
        border: none;
        cursor: pointer;
        transition: all 0.35s;
        position: relative;
        z-index: 1;
      }
      .cta-banner .cta-btn:hover {
        background: #7ddfb0;
        gap: 16px;
        transform: translateX(4px);
      }

      /* ===== RESPONSIVE ===== */
      @media (max-width: 992px) {
        .mission-grid,
        .vision-grid {
          grid-template-columns: 1fr;
          gap: 30px;
        }
        .vision-right {
          order: -1;
        }
        .facts-row {
          grid-template-columns: repeat(2, 1fr);
        }
        .values-grid {
          grid-template-columns: repeat(2, 1fr);
        }
        .cta-banner {
          flex-direction: column;
          text-align: center;
        }
        .cta-banner .cta-left {
          flex-direction: column;
          text-align: center;
        }
      }
      @media (max-width: 768px) {
        
        .mv-wrapper {
          margin: 8px 10px 30px;
          border-radius: 20px;
        }
        .mv-hero {
          height: 300px;
          background-attachment: scroll;
        }
        .mv-hero-content {
          left: 24px;
          bottom: 28px;
        }
        .mv-hero-content h1 {
          font-size: 32px;
        }
        .mv-hero-content p {
          font-size: 14px;
        }
        .mv-hero-content .hero-stats-mini {
          flex-direction: column;
          gap: 8px;
        }
        .mv-body {
          padding: 30px 20px 30px;
        }
        .section-heading {
          font-size: 24px;
        }
        .mission-left h2,
        .vision-left h2 {
          font-size: 24px;
        }
        .vision-goals {
          grid-template-columns: 1fr;
        }
        .values-grid {
          grid-template-columns: 1fr;
        }
        .facts-row {
          grid-template-columns: repeat(2, 1fr);
          gap: 12px;
        }
        .quote-section {
          padding: 36px 24px;
        }
        .quote-section blockquote {
          font-size: 16px;
        }
        
        .mv-hero {
          height: 340px;
        }
      }
      @media (max-width: 480px) {
        .mv-hero-content h1 {
          font-size: 24px;
        }
        .mv-hero-content p {
          font-size: 12px;
        }
        .facts-row {
          grid-template-columns: 1fr;
        }
        .section-heading {
          font-size: 20px;
        }
        .cta-banner {
          padding: 24px 20px;
        }
        .cta-banner .cta-btn {
          width: 100%;
          justify-content: center;
        }
        .float-decor {
          display: none;
        }
      }
/* mission and vision style end*/


/* The Why choose us start */

        /* ===== WRAPPER ===== */
        .wcu-wrapper {
            max-width: 100%;
           
            background: #fff;
            
            box-shadow: 0 25px 70px rgba(0,0,0,0.06);
            overflow: hidden;
            position: relative;
            z-index: 1;
        }

        /* ===== HERO ===== */
        .wcu-hero {
            position: relative;
            height: 380px;
            background: url('https://images.unsplash.com/photo-1600880292203-757bb62b4baf?w=1400&q=80') center/cover no-repeat;
            background-attachment: fixed;
        }
        .wcu-hero::after {
            content: '';
            position: absolute;
            inset: 0;
            background: rgba(11,32,50,0.88);
        }
        .wcu-hero-content {
            position: absolute;
            z-index: 2;
            bottom: 50px;
            left: 52px;
            max-width: 560px;
        }
        .wcu-hero-content .wcu-label {
            font-size: 11px;
            font-weight: 700;
            letter-spacing: 4px;
            text-transform: uppercase;
            color: #7ddfb0;
            margin-bottom: 14px;
            display: flex;
            align-items: center;
            gap: 14px;
        }
        .wcu-hero-content .wcu-label::after {
            content: '';
            flex: 1;
            max-width: 80px;
            height: 2px;
            background: rgba(125,223,176,0.4);
        }
        .wcu-hero-content h1 {
            font-size: 52px;
            font-weight: 900;
            color: #fff;
            line-height: 1.1;
            text-shadow: 0 4px 30px rgba(0,0,0,0.25);
        }
        .wcu-hero-content h1 span { color: #7ddfb0; }
        .wcu-hero-content p {
            font-size: 16px;
            color: rgba(255,255,255,0.7);
            margin-top: 16px;
            line-height: 1.8;
            max-width: 420px;
        }
        .wcu-hero-content .hero-tag {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            margin-top: 20px;
            padding: 8px 20px;
            background: rgba(125,223,176,0.12);
            border: 1px solid rgba(125,223,176,0.25);
            border-radius: 30px;
            font-size: 12px;
            color: #7ddfb0;
            font-weight: 500;
        }

        /* ===== BODY ===== */
        .wcu-body { padding: 60px 52px 50px; position: relative; }

        /* ===== SECTION TITLE ===== */
        .section-title {
            font-size: 14px;
            font-weight: 700;
            letter-spacing: 3px;
            text-transform: uppercase;
            color: #0b4d3b;
            margin-bottom: 14px;
            display: flex;
            align-items: center;
            gap: 12px;
        }
        .section-title i { font-size: 16px; }
        .section-title::after {
            content: '';
            flex: 1;
            max-width: 50px;
            height: 2px;
            background: #0b4d3b;
        }

        .section-heading {
            font-size: 34px;
            font-weight: 900;
            color: #0b2032;
            line-height: 1.2;
            margin-bottom: 24px;
        }
        .section-heading span { color: #0b4d3b; }

        /* ===== QUICK FACTS ===== */
        .facts-row {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 16px;
            margin-bottom: 60px;
        }
        .fact-card {
            text-align: center;
            padding: 30px 20px;
            background: #f8fafc;
            border: 1px solid #e0ebe5;
            border-radius: 18px;
            transition: all .4s;
            position: relative;
            overflow: hidden;
        }
        .fact-card::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 20%;
            right: 20%;
            height: 3px;
            background: #0b4d3b;
            border-radius: 2px;
            transform: scaleX(0);
            transition: transform .4s;
        }
        .fact-card:hover::after { transform: scaleX(1); }
        .fact-card:hover {
            transform: translateY(-6px);
            box-shadow: 0 16px 40px rgba(11,77,59,0.08);
        }
        .fact-card i {
            font-size: 28px;
            color: #0b4d3b;
            margin-bottom: 12px;
        }
        .fact-card .fn {
            display: block;
            font-size: 30px;
            font-weight: 900;
            color: #0b2032;
            line-height: 1.1;
        }
        .fact-card .fl { font-size: 12px; color: #888; font-weight: 500; margin-top: 4px; display: block; }

        /* ===== WHY CHOOSE US ===== */
        .why-intro {
            margin-bottom: 60px;
        }
        .why-intro p {
            font-size: 15px;
            color: #555;
            line-height: 2;
            max-width: 780px;
        }
        .why-intro p strong { color: #0b2032; }
        .reasons-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 20px;
        }
        .reason-card {
            display: flex;
            gap: 20px;
            padding: 28px 24px;
            border: 1.5px solid #eee;
            border-radius: 18px;
            transition: all .4s;
            background: #fff;
            position: relative;
            overflow: hidden;
        }
        .reason-card::before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            bottom: 0;
            width: 4px;
            background: #0b4d3b;
            transform: scaleY(0);
            transition: transform .4s;
        }
        .reason-card:hover::before { transform: scaleY(1); }
        .reason-card:hover {
            transform: translateY(-6px);
            box-shadow: 0 16px 40px rgba(11,77,59,0.08);
            border-color: #0b4d3b;
        }
        .reason-card:hover .rc-icon { background: #0b4d3b; color: #7ddfb0; }
        .reason-card .rc-icon {
            width: 56px;
            height: 56px;
            border-radius: 16px;
            background: #e8f2ed;
            color: #0b4d3b;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 24px;
            flex-shrink: 0;
            transition: all .4s;
        }
        .reason-card .rc-content h4 {
            font-size: 16px;
            font-weight: 700;
            color: #0b2032;
            margin-bottom: 6px;
        }
        .reason-card .rc-content p {
            font-size: 13px;
            color: #888;
            line-height: 1.7;
        }

        /* ===== COMPARISON / DIFFERENCE ===== */
        .diff-section { margin-bottom: 60px; }
        .diff-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 20px;
        }
        .diff-card {
            padding: 32px 28px;
            border-radius: 18px;
            text-align: center;
            transition: all .4s;
            position: relative;
            overflow: hidden;
        }
        .diff-card.ours {
            background: #0b2032;
            border: 1px solid #0b2032;
        }
        .diff-card.ours::before {
            content: '';
            position: absolute;
            top: -50%;
            left: -50%;
            width: 200%;
            height: 200%;
            background: rgba(125,223,176,0.03);
            opacity: 0;
            transition: opacity .5s;
        }
        .diff-card.ours:hover::before { opacity: 1; }
        .diff-card.others {
            background: #f8fafc;
            border: 1px solid #e0ebe5;
        }
        .diff-card .diff-icon {
            font-size: 36px;
            margin-bottom: 16px;
            position: relative;
            z-index: 1;
        }
        .diff-card.ours .diff-icon { color: #7ddfb0; }
        .diff-card.others .diff-icon { color: #999; }
        .diff-card h4 {
            font-size: 20px;
            font-weight: 800;
            margin-bottom: 16px;
            position: relative;
            z-index: 1;
        }
        .diff-card.ours h4 { color: #fff; }
        .diff-card.others h4 { color: #0b2032; }
        .diff-card ul {
            list-style: none;
            text-align: left;
            position: relative;
            z-index: 1;
        }
        .diff-card ul li {
            padding: 8px 0;
            font-size: 13px;
            display: flex;
            align-items: center;
            gap: 10px;
            line-height: 1.6;
        }
        .diff-card.ours ul li { color: rgba(255,255,255,0.7); }
        .diff-card.others ul li { color: #888; }
        .diff-card.ours ul li i { color: #7ddfb0; font-size: 12px; }
        .diff-card.others ul li i { color: #e74c3c; font-size: 12px; }

        /* ===== WHAT CLIENTS SAY ===== */
        .testimonials-section { margin-bottom: 60px; }
        .testimonial-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 20px;
        }
        .testimonial-card {
            padding: 28px 24px;
            border: 1.5px solid #eee;
            border-radius: 18px;
            transition: all .4s;
            background: #fff;
        }
        .testimonial-card:hover {
            transform: translateY(-6px);
            box-shadow: 0 16px 40px rgba(11,77,59,0.08);
            border-color: #0b4d3b;
        }
        .testimonial-card .stars {
            color: #f1c40f;
            font-size: 14px;
            margin-bottom: 12px;
            letter-spacing: 2px;
        }
        .testimonial-card .t-text {
            font-size: 13px;
            color: #555;
            line-height: 1.8;
            font-style: italic;
            margin-bottom: 16px;
        }
        .testimonial-card .t-author {
            display: flex;
            align-items: center;
            gap: 12px;
        }
        .testimonial-card .t-author .t-avatar {
            width: 44px;
            height: 44px;
            border-radius: 50%;
            background: #e8f2ed;
            color: #0b4d3b;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 18px;
            font-weight: 700;
        }
        .testimonial-card .t-author .t-info strong {
            display: block;
            font-size: 14px;
            color: #0b2032;
        }
        .testimonial-card .t-author .t-info span {
            font-size: 11px;
            color: #aaa;
        }

        /* ===== AWARDS ===== */
        .awards-row {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 16px;
            margin-bottom: 60px;
        }
        .award-card {
            text-align: center;
            padding: 28px 16px;
            background: #f8fafc;
            border: 1px solid #e0ebe5;
            border-radius: 18px;
            transition: all .4s;
        }
        .award-card:hover {
            transform: translateY(-6px);
            box-shadow: 0 16px 40px rgba(11,77,59,0.08);
            border-color: #0b4d3b;
        }
        .award-card i {
            font-size: 32px;
            color: #0b4d3b;
            margin-bottom: 12px;
        }
        .award-card h4 {
            font-size: 14px;
            font-weight: 700;
            color: #0b2032;
            margin-bottom: 4px;
        }
        .award-card p { font-size: 11px; color: #aaa; }

        /* ===== CTA ===== */
        .cta-banner {
            background: #0b2032;
            border-radius: 20px;
            padding: 38px 42px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 24px;
            position: relative;
            overflow: hidden;
        }
        .cta-banner::before {
            content: '';
            position: absolute;
            top: -40px;
            right: -40px;
            width: 200px;
            height: 200px;
            border-radius: 50%;
            background: rgba(125,223,176,0.05);
        }
        .cta-banner .cta-left {
            display: flex;
            align-items: center;
            gap: 22px;
            position: relative;
            z-index: 1;
        }
        .cta-banner .cta-left i {
            font-size: 48px;
            color: rgba(125,223,176,0.3);
        }
        .cta-banner .cta-left h3 {
            font-size: 22px;
            font-weight: 800;
            color: #fff;
            margin-bottom: 4px;
        }
        .cta-banner .cta-left p {
            font-size: 14px;
            color: rgba(255,255,255,0.55);
        }
        .cta-banner .cta-btn {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            padding: 16px 32px;
            background: #fff;
            color: #0b2032;
            font-size: 14px;
            font-weight: 700;
            border-radius: 12px;
            text-decoration: none;
            white-space: nowrap;
            border: none;
            cursor: pointer;
            transition: all .35s;
            position: relative;
            z-index: 1;
        }
        .cta-banner .cta-btn:hover { background: #7ddfb0; gap: 16px; transform: translateX(4px); }

        

        /* ===== RESPONSIVE ===== */
        @media (max-width: 992px) {
            .reasons-grid { grid-template-columns: 1fr; }
            .diff-grid { grid-template-columns: 1fr; }
            .testimonial-grid { grid-template-columns: 1fr; }
            .facts-row { grid-template-columns: repeat(2, 1fr); }
            .awards-row { grid-template-columns: repeat(2, 1fr); }
            .cta-banner { flex-direction: column; text-align: center; }
            .cta-banner .cta-left { flex-direction: column; text-align: center; }
        }
        @media (max-width: 768px) {
           
            .wcu-wrapper { margin: 8px 10px 30px; border-radius: 20px; }
            .wcu-hero { height: 300px; background-attachment: scroll; }
            .wcu-hero-content { left: 24px; bottom: 28px; }
            .wcu-hero-content h1 { font-size: 32px; }
            .wcu-hero-content p { font-size: 14px; }
            .wcu-body { padding: 30px 20px 30px; }
            .section-heading { font-size: 24px; }
            .facts-row { grid-template-columns: repeat(2, 1fr); gap: 12px; }
            .awards-row { grid-template-columns: repeat(2, 1fr); gap: 12px; }
            .reason-card { flex-direction: column; text-align: center; }
            .reason-card .rc-icon { margin: 0 auto; }
            .wcu-footer { padding: 16px 20px; flex-direction: column; text-align: center; }
            .wcu-hero { height: 340px; }
        }
        @media (max-width: 480px) {
            .wcu-hero-content h1 { font-size: 24px; }
            .wcu-hero-content p { font-size: 12px; }
            .facts-row { grid-template-columns: 1fr; }
            .awards-row { grid-template-columns: 1fr; }
            .section-heading { font-size: 20px; }
            .cta-banner { padding: 24px 20px; }
            .cta-banner .cta-btn { width: 100%; justify-content: center; }
        }

/* The Why choose us ends */


/* The Project style start */
  /* Section Headings */
        .section-header {
            text-align: center;
            margin-bottom: 30px;
            position: relative;
        }

        .section-header h2 {
            font-family: 'Playfair Display', serif;
            font-size: 28px;
            color: #0f172a;
            margin-bottom: 8px;
        }

        .section-header::after {
            content: '';
            display: block;
            width: 50px;
            height: 2px;
            background: #0f172a;
            margin: 0 auto;
        }

        /* 1. Project Categories */
        .categories-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
            gap: 16px;
            margin-bottom: 60px;
        }

        .category-card {
            background: #ffffff;
            border: 1px solid #e2e8f0;
            border-radius: 8px;
            padding: 24px 15px;
            text-align: center;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .category-card i {
            font-size: 24px;
            color: #475569;
            margin-bottom: 12px;
        }

        .category-card h3 {
            font-size: 15px;
            color: #0f172a;
            font-weight: 600;
            margin-bottom: 4px;
        }

        .category-card p {
            font-size: 12px;
            color: #64748b;
        }

        .category-card.active {
            background: #031e23;
            border-color: #031e23;
        }

        .category-card.active i, 
        .category-card.active h3, 
        .category-card.active p {
            color: #ffffff;
        }

        .category-card:hover {
            background: #031e23;
            border-color: #031e23;
            transform: translateY(-2px);
            box-shadow: 0 4px 12px rgba(0,0,0,0.05);
        }

        .category-card:hover i,
        .category-card:hover h3,
        .category-card:hover p {
            color: #ffffff;
        }

        /* 2. Ongoing Projects Layout */
        .ongoing-top {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 24px;
        }

        .ongoing-top::before {
            content: '';
            width: 120px; 
        }

        .view-all-btn {
            border: 1px solid #e2e8f0;
            padding: 8px 16px;
            border-radius: 6px;
            background: white;
            font-size: 13px;
            font-weight: 500;
            color: #475569;
            text-decoration: none;
            display: flex;
            align-items: center;
            gap: 8px;
            transition: all 0.2s;
        }

        .view-all-btn:hover {
            background: #f1f5f9;
        }

        /* SLIDER CONTAINER WITH OVERFLOW HIDDEN */
        .slider-wrapper {
            position: relative;
            display: flex;
            align-items: center;
        }

        /* Yeh track cards ko scroll karne me madad karega */
        .projects-slider-track {
            display: flex;
            gap: 20px;
            overflow-x: auto;
            scroll-behavior: smooth;
            padding: 10px 5px;
            width: 100%;
        }

        /* Scrollbar ko chupane ke liye */
        .projects-slider-track::-webkit-scrollbar {
            display: none;
        }
        .projects-slider-track {
            -ms-overflow-style: none;
            scrollbar-width: none;
        }

        /* Slider Arrow Buttons */
        .slide-arrow {
            position: absolute;
            width: 40px;
            height: 40px;
            background: white;
            border: 1px solid #e2e8f0;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            box-shadow: 0 4px 12px rgba(0,0,0,0.1);
            z-index: 10;
            color: #334155;
            transition: all 0.2s;
        }

        .slide-arrow:hover {
            background: #031e23;
            color: white;
            border-color: #031e23;
        }

        .arrow-left { left: -18px; }
        .arrow-right { right: -18px; }

        /* Project Card Design */
        .project-cards {
            background: white;
            border-radius: 12px;
            overflow: hidden;
            border: 1px solid #e2e8f0;
            min-width: calc(25% - 15px); /* Desktop par 4 cards dikhane ke liye */
            flex-shrink: 0;
            box-shadow: 0 2px 4px rgba(0,0,0,0.02);
        }

        .image-container {
            position: relative;
            height: 180px;
            background-size: cover;
            background-position: center;
        }

        .badge-ongoing {
            position: absolute;
            top: 12px;
            left: 12px;
            background: #031e23;
            color: white;
            font-size: 11px;
            font-weight: 600;
            padding: 4px 10px;
            border-radius: 4px;
        }

        .wishlist-btn {
            position: absolute;
            top: 12px;
            right: 12px;
            background: rgba(255, 255, 255, 0.3);
            backdrop-filter: blur(4px);
            border: none;
            color: white;
            width: 28px;
            height: 28px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
        }

        .card-content {
            padding: 16px;
        }

        .card-content h4 {
            font-size: 15px;
            color: #0f172a;
            font-weight: 700;
            margin-bottom: 2px;
        }

        .location {
            font-size: 12px;
            color: #64748b;
            margin-bottom: 16px;
        }

        .spec-item {
            display: flex;
            align-items: center;
            gap: 10px;
            font-size: 12px;
            color: #64748b;
            margin-bottom: 10px;
        }

        .spec-item i {
            width: 14px;
            color: #94a3b8;
        }

        .details-btn {
            width: 100%;
            background: #031e23;
            color: white;
            border: none;
            padding: 10px;
            border-radius: 6px;
            font-size: 12px;
            font-weight: 500;
            margin-top: 14px;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
        }

        /* Responsive Breakpoints */
        @media (max-width: 1024px) {
            .project-cards { min-width: calc(50% - 10px); }
            .arrow-left { left: 4px; }
            .arrow-right { right: 4px; }
        }
        @media (max-width: 640px) {
            .project-cards { min-width: 100%; }
            .ongoing-top::before { display: none; }
            .arrow-left { left: 4px; }
            .arrow-right { right: 4px; }
            .slide-arrow {
                width: 34px;
                height: 34px;
                font-size: 13px;
            }
        }
/* The Project style ends*/


/* The featured property style start*/
.section-titless{
    font-size:30px;
    font-weight:700;
    color:#1c2b39;
    text-transform:uppercase;
    margin-bottom:15px;
}

.title-dividerss{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:12px;
}

.title-dividerss span{
    width:80px;
    height:2px;
    background:#d9d9d9;
    display:block;
}

.title-dividerss i{
    color:#0d4f4f;
    font-size:14px;
    transform:rotate(45deg);
}

/* Mobile */
@media(max-width:768px){

    .section-titless{
        font-size:28px;
    }

    .title-dividerss span{
        width:50px;
    }
}
/* the featured property style ends */


/*The Video style section start*/



            .video-badge {
                background: #fff;
                color: #002d34;
                padding: 8px 20px;
                border-radius: 30px;
                font-size: 14px;
                font-weight: 600;
            }

            .video-title {
                font-size: 42px;
                font-weight: 700;
                margin-top: 20px;
            }

            .video-card {
                background: #fff;
                border-radius: 15px;
                padding: 25px;
                box-shadow: 0 5px 20px rgba(0, 0, 0, .08);
            }

            .video-heading {
                font-size: 30px;
                font-weight: 700;
                color: #002d34;
                margin-bottom: 20px;
            }

            .video-description {
                line-height: 30px;
                color: #555;
            }

            .sidebar-card {
                background: #fff;
                padding: 20px;
                border-radius: 15px;
                box-shadow: 0 5px 20px rgba(0, 0, 0, .08);
            }

            .sidebar-title {
                font-size: 22px;
                font-weight: 700;
                margin-bottom: 25px;
                color: #002d34;
            }

            .related-video {
                display: flex;
                gap: 12px;
                margin-bottom: 18px;
                border-bottom: 1px solid #eee;
                padding-bottom: 15px;
            }

            .related-thumb {
                width: 120px;
                height: 80px;
                object-fit: cover;
                border-radius: 8px;
            }

            .related-title {
                text-decoration: none;
                color: #002d34;
                font-weight: 600;
                font-size: 14px;
            }

            .related-title:hover {
                color: #0d6efd;
            }

            @media(max-width:768px) {

                .video-title {
                    font-size: 28px;
                }

                .video-heading {
                    font-size: 24px;
                }

            }
/* The Video style ends */

/* the gallery start style  */
.gallery-view-btn{
    background:#002d34;
    color:#fff;
    text-decoration:none;
    padding:12px 24px;
    border-radius:4px;
    display:inline-flex;
    align-items:center;
    gap:10px;
    font-size:14px;
    font-weight:600;
    transition:.3s;
}

.gallery-view-btn:hover{
    background:#01414a;
    color:#fff;
    transform:translateY(-2px);
}

.gallery-view-btn i{
    font-size:13px;
}
/* the gallery ends style */


