﻿html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
}

* {
    box-sizing: border-box;
}

img {
    width: 100%;
    display: block;
}

h1, h2, h3, h4, h5, h6, p, a {
    font-family: 'Poppins';
}

@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-Light.woff2') format('woff2'), url('fonts/Gotham-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

a {
    text-decoration: none;
}

.header-volume {
    display: none;
}

.section1-mob {
    display: none;
}

.header {
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    position: fixed;
    z-index: 999999;
    display: block;
    background-color: white;
}

.header-container {
    margin: auto;
    width: 100%;
    max-width: 1140px;
    display: flex;
    justify-content: space-between;
    padding: 10px 0 10px 0;
    top: 0;
    left: 0;
    right: 0;
}

.header-logo {
    width: 20%;
}

.icons {
    display: flex;
    margin-top: 5px;
}

.fb-icon, .insta-icon, .youtube-icon, .linkedin-icon, .twitter-icon {
    padding: 10px;
}

    .fb-icon img {
        background-color: #4E69A2;
        border-radius: 50%;
        padding: 10px;
        width: 43px;
        transition: 0.5s ease all;
    }

    .insta-icon img {
        background-color: #262626;
        border-radius: 50%;
        padding: 10px;
        width: 43px;
        transition: 0.5s ease all;
    }

    .youtube-icon img {
        background-color: #D23635;
        border-radius: 50%;
        padding: 10px;
        width: 43px;
        transition: 0.5s ease all;
    }

    .linkedin-icon img {
        background-color: #1984BC;
        border-radius: 50%;
        padding: 10px;
        width: 37px;
        margin-top: 3px;
        transition: 0.5s ease all;
    }

    .twitter-icon img {
        border-radius: 50%;
        padding: 0px;
        width: 36px;
        transition: 0.5s ease all;
    }

.twitter-icon {
    margin-top: 5px;
}

    .fb-icon img:hover, .insta-icon img:hover, .linkedin-icon img, .youtube-icon img:hover, .twitter-icon img {
        transform: scale(1.2);
    }

/*-------FOOTER BLOCK------*/
.contact {
    background-color: #003666;
    width: 100%;
    margin-top: 50px;
}

.contact-container {
    width: 100%;
    max-width: 1140px;
    margin: auto;
    gap: 80px;
    display: flex;
    padding: 60px 0 30px 0;
}

.contact-text {
    width: 66%;
}

.cntct-txt h4 {
    color: white;
    font-size: 15px;
    line-height: 37px;
    font-weight: 200;
}

.cntct-txt p {
    color: white;
    font-size: 12px;
    line-height: 30px;
    font-weight: 300;
    text-align: justify;
}

.contact-form {
    width: 27%;
}

.contact-content-heading h3 {
    color: white;
    text-align: left;
    font-size: 20px;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.contact-section1-container {
    max-width: 1140px;
    width: 100%;
    margin: auto;
}

/* Label ka container */
.label {
    padding: 14px 0px 14px 0px;
}

.name {
    padding: 10px 0px 10px 10px;
    font-size: 16px;
    color: #333;
    width: 100%;
    border: 1px solid #ccc;
    font-family: 'Poppins';
    background: #FAFAFA;
}

.textform {
    padding: 10px 0px 100px 10px;
}

.name:focus {
    border-color: #853B94;
    outline: none;
}

.button {
    width: fit-content;
    margin-top: 20px;
}

/* ---------- SUBMIT BUTTON ---------- */
.submit {
    width: 100%;
    color: white;
    font-family: 'Poppins';
    padding: 15px 30px;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 1px;
    border: none;
    background: #1D476F;
    cursor: pointer;
}

    .submit:hover {
        background: #106CA0;
    }





.copyright {
    background-color: #3F5A71;
    width: 100%;
}

.copyright-container {
    padding: 25px 0;
    display: flex;
}

.left {
    width: 50%;
    color: white;
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 300;
    text-align: center;
}

.copy-right {
    width: 50%;
    font-size: 16px;
    font-weight: 300;
    text-align: center;
}

    .copy-right a {
        color: white;
    }







/*-------- COMMON VOLUME HEADER-------*/
.vol2-header {
    width: 100%;
    background-color: white;
    top: 0;
    right: 0;
    left: 0;
    z-index: 99999;
    position: fixed;
}

.vol2-header-container {
    display: flex;
    justify-content: space-between;
    padding: 10px 0 10px 0px;
    width: 100%;
    max-width: 1520px;
    margin: auto;
}

.vol2-logo {
    width: 15%;
}

.navigate {
    width: 23%;
}

.navigate-container {
    display: flex;
    gap: 45px;
}

.calendar {
    margin-top: 18px;
}

.vol2 {
    padding: 10px 13px;
    background-color: #003666;
    color: white;
    font-family: 'Poppins';
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: 200;
    border-radius: 7px;
    border: 2px solid #3870de;
}

.home-img {
    width: 15%;
    margin-top: 5px;
}




/*=========+++++++++  VOLUME 3 BLOCK  +++++++=======*/
.layout3 {
    margin-top: 70px;
    display: flex;
    align-items: flex-start;
}

.slidebar3 {
    position: sticky;
    top: 70px;
    left: 0;
    width: 26%;
    height: calc(100vh - 70px);
    border-right: 1px solid #eaecee;
    background: #fff;
    overflow-y: auto;
}

.ul3 {
    margin-top: 45px;
}

.slidebar3 li {
    border-bottom: 1px solid #eaecee;
    width: 90%;
    padding: 13px 30px 13px 0px;
    list-style: none;
}

.slidebar3 a {
    font-family: 'Roboto';
    font-size: 15px;
    color: #1664ad;
    font-weight: 500;
    letter-spacing: 1px;
}


.right-section3 {
    width: 100%;
    flex: 1;
}

.hero3 {
    width: 83%;
    margin: auto;
    padding-bottom: 20px;
    margin-top: 30px;
}

.para3 {
    font-size: 12px;
    text-align: center;
    color: #6EC1E4;
    font-family: 'Roboto';
    font-weight: 500;
    margin-top: 15px;
}

.para31 {
    font-size: 12px;
    text-align: center;
    color: #003666;
    font-family: 'Roboto';
    font-weight: 600;
}



.director3 {
    width: 100%;
    position: relative;
    padding: 80px 55px 10px 30px;
}

.dtr3-container {
    display: flex;
    padding: 0 0 0 120px;
}

.main-heading3 h3 {
    color: #6EC1E4;
    font-size: 26px;
    font-weight: 400;
    line-height: 30px;
}

.vol3-img1 {
    width: 8%;
}

.vol3-img2 {
    width: 75%;
    margin: auto;
}

.dtr3-container1 {
    display: flex;
    padding: 30px 0px 0 100px;
}

.vol3-text1 {
    width: 15%;
}

.vol3-txt h4 {
    color: #6EC1E4;
    font-size: 23px;
    font-weight: 400;
    font-family: 'Roboto';
    line-height: 27px;
}

.vol3-txt p {
    color: #7A7A7A;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    text-align: justify;
    font-family: 'Roboto';
}

.vol3-text2 {
    width: 85%;
}

.accordion {
    color: green;
    cursor: pointer;
    padding: 12px;
    width: 100%;
    font-size: 16px;
    font-family: 'Roboto';
    transition: 0.4s;
    position: relative;
    background-color: white;
    margin-bottom: 15px;
    font-weight: 600;
    padding-left: 60px;
    padding-right: 30px;
}
    /* the +/- icon */
    .accordion::before {
        content: '+'; /* default is plus */
        position: absolute;
        left: 8px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 22px;
    }

    /* when active, change to minus */
    .accordion.active::before {
        content: '–'; /* Unicode “en‑dash” (looks like a minus) */
    }

    /* the +/- icon */
    .accordion::after {
        content: '\25BC'; /* default is plus */
        position: absolute;
        right: 8px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 15px;
    }

    /* when active, change to minus */
    .accordion.active::after {
        content: '\25B2'; /* Unicode “en‑dash” (looks like a minus) */
    }

    .accordion:hover,
    .accordion.active {
        background-color: #00AFF0;
        color: white;
    }

.panel {
    padding: 0 18px;
    display: none;
    overflow: hidden;
    background-color: white;
    margin-bottom: 10px;
}

    .panel p {
        font-size: 15px;
        line-height: 30px;
        letter-spacing: 0px;
        font-family: 'Roboto';
        color: #7A7A7A;
    }

    .panel:hover .panel p {
        color: black;
    }

    .panel li {
        font-size: 17px;
        font-family: 'Roboto';
        line-height: 30px;
        letter-spacing: 0px;
        color: #363636;
    }



/*---------GST BLOCK-------*/
.gst {
    width: 100%;
    padding: 51px 50px 10px 30px;
}

.gst-container1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.gst-container2 {
    margin-top: 30px;
    width: 100%;
}

.gst-txt1 p {
    color: #7A7A7A;
    font-size: 16px;
    line-height: 30px;
    font-weight: 300;
    padding: 0 0px 10px 0;
    text-align: justify;
}

.gst-container3 {
    display: flex;
    width: 100%;
    gap: 30px;
    padding: 50px 0px 0px 10px;
}

.flex {
    display: flex;
    gap: 30px;
}

.gst-img {
    width: 50%;
}



/*---------GARDEN3 BLOCK-------*/
.garden3 {
    width: 100%;
    padding: 51px 50px 10px 30px;
}

.garden3-container1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.head3 {
    font-size: 24px;
    text-align: center;
    color: #6EC1E4;
    font-weight: 400;
}

.garden3-container2 {
    width: 100%;
    margin-top: 10px;
}

.garden3-img {
    display: grid;
    width: 100%;
    grid-template-columns: 1fr 1fr;
    column-gap: 30px;
    row-gap: 20px;
    padding: 0 50px 0 50px;
}




/*--------ESTATE3 BLOCK-------*/
.estate3 {
    width: 100%;
    padding: 51px 50px 10px 30px;
}

.estate3-container1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.estate3-container2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 120px;
    margin-top: 20px;
    padding: 0 35px 0 50px;
    width: 100%;
}

.head3 {
    font-size: 28px;
    text-align: center;
    color: #6EC1E4;
    font-weight: 400;
}

.estate3-container3 {
    width: 100%;
    max-width: 875px;
    padding: 10px 0px 40px 0px;
    margin: auto;
}

.estate3-img {
    width: 100%;
}

.estate-container3 {
    width: 100%;
    padding: 35px 150px 20px 100px;
}




/*--------RENTAL BLOCK------*/
.rental {
    width: 100%;
    padding: 51px 55px 10px 30px;
}

.rental-container1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.rental-txt p {
    color: #7A7A7A;
    font-size: 16px;
    line-height: 30px;
    font-weight: 300;
    padding: 10px 0 0 0;
    text-align: justify;
}

.rental-container2 {
    display: grid;
    gap: 110px;
    grid-template-columns: 1fr 1fr;
    padding: 50px 0px 10px 50px;
}

.rental-img2 {
    width: 80%;
    margin: auto;
}

.rental-container3 {
    width: 100%;
    max-width: 875px;
    padding: 10px 0px 40px 0px;
    margin: auto;
}

.rental-img {
    width: 100%;
}

.rental-img3 {
    margin-bottom: 20px;
}

.rental-container4 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 115px;
    row-gap: 20px;
    padding: 30px 100px 10px 100px;
}



/*-------LAKE BLOCK------*/
.lake {
    width: 100%;
    padding: 51px 55px 10px 30px;
}

.lake-container2 {
    display: grid;
    padding: 60px 0 10px 0px;
    grid-template-columns: 1fr 1fr;
    gap: 35px;
}

.lake-container21 {
}

.supre {
    color: #6EC1E4;
    text-align: left;
    font-size: 22px;
    font-weight: 500;
    margin-top: 0px;
    margin-bottom: 30px;
    font-family: 'Roboto';
    line-height: 23px;
}

.lake-img1 {
    width: 35%;
}

.lake-img2 {
    width: 75%;
    margin: auto;
    padding-top: 35px;
}

.lake-txt p {
    color: #7A7A7A;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    margin-top: 30px;
    text-align: justify;
    font-family: 'Roboto';
}

.lake-container22 {
    width: 75%;
    margin: auto;
    padding-top: 20px;
}

.lake-img {
    margin-bottom: 20px;
}

.lake-container3 {
    width: 100%;
    max-width: 875px;
    padding: 10px 0px 40px 0px;
    margin: auto;
}

.lake-img3 {
    width: 100%;
}




/*---------MARATHON BLOCK------*/
.marathon {
    width: 100%;
    padding: 50px 55px 10px 30px;
}

.marathon-container2 {
    padding: 40px 0px 10px 0px;
}

.marathon-txt p {
    color: #7A7A7A;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    text-align: justify;
    font-family: 'Roboto';
}

.marathon-container22 {
    width: 75%;
    margin: auto;
    padding-top: 20px;
}

.marathon-img {
    margin-bottom: 50px;
}

.marathon-container3 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 100px;
    padding: 20px 50px 0 30px;
}

.marathon-container31 {
    width: 80%;
    margin: auto;
}

.marathon-img {
    margin-bottom: 30px;
}

.marathon-container32 {
    width: 65%;
}

.marathon-img1 {
    margin-bottom: 20px;
}

.marathon-container4 {
    width: 100%;
    max-width: 875px;
    padding: 10px 0px 40px 0px;
    margin: auto;
}

.marathon-img3 {
    width: 100%;
}

.marathon-container5 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 110px;
    row-gap: 30px;
    padding: 20px 65px 10px 80px;
}




/*-------CHANNEL BLOCK------*/
.channel {
    width: 100%;
    padding: 50px 55px 10px 30px;
}

.channel-container1 {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.channel-container2 {
    display: grid;
    padding: 50px 0 10px 0px;
    grid-template-columns: 1fr 1fr;
    gap: 35px;
}

.channel-txt p {
    color: #7A7A7A;
    font-size: 21px;
    line-height: 37px;
    font-weight: 400;
    text-align: justify;
    font-family: 'Roboto';
}

.channel-container3 {
    display: flex;
    gap: 40px;
    width: 100%;
    padding: 20px 30px 10px 20px;
}

.channel-img1 {
    width: 50%;
}




.customer3 {
    padding: 50px 55px 10px 30px;
}

.customer3-container1 {
    display: flex;
}

.customer3-container2 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding: 30px 0px 50px 20px;
}

.customer3-container {
    border-right: 3px solid #003666;
    padding: 15px;
}

.customer3-txt p {
    color: #7A7A7A;
    font-size: 14px;
    line-height: 29px;
    font-weight: 300;
    text-align: justify;
    font-family: 'Poppins';
}

.customer3-img {
    padding: 13px;
}

.customer3-txt h4 {
    font-size: 18px;
    text-align: center;
    color: #003666;
    font-weight: 500;
    margin: 5px 0 20px 0;
}

.customer-container3 iframe {
    width: 90%;
    padding: 50px 0 0 60px;
    height: 740px;
}



