header {
    position: fixed;

    width: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
}

header.sticky {
    background: #ffffff;

    position: fixed;
    /* box-shadow: 0 4px 4px #00000040; */
    backdrop-filter: blur(5px);
}

.navbar-brand {
    padding: 0;
    color: var(--secondary-color);
}

.navbar-brand img {
    height: 65px;
}

.navbar-brand .logo-text {
    font-size: 24px;
    font-weight: 700;
    color: var(--secondary-color);
    text-decoration: none;
    font-family: var(--title-font);
    line-height: 1;
}

.navbar {
    padding: 15px 0;

}

.nav-item .nav-link {
    color: var(--white);
    font-weight: 500;
    font-size: 18px;
    padding: 0 25px !important;
}

.banner {
    /* margin-top: 70px; */
}

.banner-text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: var(--white);
    height: 100%;
    display: flex;
    align-items: end;
    background: rgb(0 33 53 / 50%);
    background: rgba(0, 33, 53, 7.1);
    background: linear-gradient(225deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.6) 100%);
    padding-bottom: 80px;
    z-index: 2;
}

.banner-text p {
    font-size: 18px;
    margin-bottom: 55px;
}

.banner-text h1 {
    font-size: 65px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 0;
}

.banner-img img {
    height: 100dvh;
    overflow: hidden;
    object-fit: cover;
    object-position: top center;
}

.banner-text h2 {
    font-size: 35px;
    font-weight: 500;
}

.location-space {
    display: inline-block;
    padding: 5px 10px;
    background: transparent;
    border-radius: 5px;
    color: var(--white);
    font-size: 14px;
    margin-bottom: 15px;
    border: 1px solid #fff;
}

.location-space i {
    color: var(--secondary-color);
}

.banner-text .theme-btn {
    /* background: #fff;
    border-color: #fff;
    color: var(--primary-color); */
    font-weight: 800;
}

.banner-text .theme-btn:hover {
    background: #0000007a;
    color: #fff;
}

.banner-text .theme-btn.btn-bordered {
    background: var(--secondary-color);
    border-color: var(--secondary-color);
    color: var(--black);
}

.banner-text .theme-btn.btn-bordered:hover {
    background: #0000007a;
    color: var(--white);

}

.qa-bx p {
    margin-bottom: 0;
    line-height: 1.1;
    font-size: 14px;
}

.qa-bx {
    background: #f2ece4;
    padding: 10px 25px;
    border-radius: 20px;
    display: flex;
    gap: 15px;
    padding-left: 10px;
}

.qa-bx h3 {
    font-size: 24px;
    margin-bottom: 5px;
    color: var(--primary-color);
}

.qa-bx:not(:last-child) {
    margin-bottom: 10px;
}

.qa-section {
    box-shadow: 0px 15px 20px -17px rgb(0 0 0 / 8%);
}

.qa-bx-num {
    width: 40px;
    height: 40px;
    background: var(--primary-color);
    color: #fff;
    font-style: italic;
    border-radius: 50%;
    font-size: 25px;
    font-family: var(--title-font);
}

.left-shape {
    position: absolute;
    top: 0;
    left: 0;
    width: 15%;
}

.right-shape {
    position: absolute;
    top: 0;
    right: 0;
    width: 15%;
}

.galler-flex {
    display: flex;
}

.galler-item {
    flex: 1;
    overflow: hidden;
}

.galler-item h3 {
    position: absolute;
    padding: 15px;
    bottom: 25px;
    left: 25px;
    right: 25px;
    text-align: center;
    background: var(--lightgrey);
    border-radius: 15px;
    color: var(--primary-color);
    font-size: 20px;
}

.galler-item img {
    height: 100%;
    object-fit: cover;
    transition: 0.3s ease-in-out;
}

.galler-item:hover img {
    transform: scale(1.2);
}

.galler-img {
    height: 500px;
}

.head-img img {
    width: 40px;
    margin-bottom: 15px;
}

.footer {
    background: var(--black);
    padding-top: 50px;
    padding-bottom: 0px;
}

.copyright-sec {
    padding: 25px 0;
    border-top: 1px solid var(--primary-color);
}

.aurezza-block {
    margin-bottom: 35px;
}

.godrej-block {
    padding: 70px 35px;
    border-left: 1px solid var(--primary-color);
    border-right: 1px solid var(--primary-color);
}

.aurezza-logo {
    margin-bottom: 25px;
}

.aurezza-logo img {
    height:105px;
}

.aurezza-logo .footer-logo-text {
    font-size: 20px;
    font-weight: 700;
    color: var(--primary-color);
    text-decoration: none;
    font-family: var(--title-font);
    line-height: 1;
}

.footer h4 {
    color: #fff;
    margin-bottom: 15px;
}

.footer .call-ul li a {
    color: var(--lightgrey);
}



.aurezza-block p {
    color: var(--lightgrey);
}

.bg-cta {
    background: url("../images/banner-4.jpg");
    background-position: bottom center;
    background-size: cover;
    color: #fff;
}

.bg-cta::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.7;
}

.list-li li {
    font-size: 18px;
}

.list-li li:nth-child(even) {
    color: #D3AD39;
}

.aur-why {
    padding: 35px;
    background: #05050582;
    border-radius: 35px;
    backdrop-filter: blur(5px);
}

.big-heading {
    font-size: 75px;
    line-height: 0.8;
    color: var(--primary-color);
}

.quote-span {
    color: #D3AD39;
    font-size: 200px;
    line-height: 1;
    font-family: var(--title-font);
}

.price-details {
    position: relative;
    background: var(--white);
    padding: 20px 0 25px;
    border-radius: 10px;
    margin: 10px 30px 50px;
    border: 1px solid #ebebeb;
}

.price-details .apartments {
    position: absolute;
    top: -8%;
    left: 50%;
    transform: translateX(-50%);
    background: var(--primary-color);
    color: var(--secondary-color);
    padding: 6px 20px;
    border-radius: 7px;
    outline: var(--lightgrey) solid 6px;
    outline-offset: 0;
    width: 65%;
    text-align: center;
}

.pricing h3 {
    text-align: center;
    padding: 28px 0 15px;
    font-size: 38px;
    border-bottom: 1px solid rgba(77, 64, 54, 0.16);
}

.pricing span {
    font-size: 22px;
}

.price-details .typology {
    display: flex;
    justify-content: space-around;
    padding-top: 10px;
}

.typology p {
    font-weight: 600;
    font-size: 22px;
}

.price-details .sizing {
    display: flex;
    justify-content: space-between;
    padding-top: 10px;
    padding-left: 35px;
    padding-right: 35px;
}

.price-query-btn {
    text-align: center;
    margin-top: 35px;
}

.aurezza-insight {
    padding: 25px;
    background: var(--primary-color);
    border-radius: 25px;
    color: #fff;
}

.aurezza-insight ul {
    padding-left: 0;
}

.aurezza-insight ul li {
    display: flex;
    justify-content: space-between;
    padding: 5px 0;
    border-bottom: 1px solid #f2ece47a;
}

.aurezza-insight h3 {
    margin-bottom: 0px;
    color: #f2ece4;
}

.aurezza-insight h4 {
    font-size: 35px;
}

.aurezza-insight p {
    font-size: 18px;
}

.aurezza-insight img {
    border-radius: 15px;
    margin-bottom: 15px;
}

.bg-grey {
    background: var(--lightgrey);
}

.location-ul li {
    font-size: 20px;
    border-bottom: 1px solid var(--primary-color);
    padding: 10px 0;
}

.location-ul li i {
    color: var(--primary-color);
}

.location-ul li:last-child {
    border: none;
}

.bg-img {
    background: url("../images/banner-2.jpg");
    background-position: bottom center;
    background-size: cover;
}
.bg-img2{
    background: url("../images/banner-3.jpg");

}
.bg-img::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.7;
}

.usp-li li {
    font-size: 20px;
}

.usp-li li i {
    color: var(--secondary-color);
}

.left-card {
    padding-right: 45px;
}

.left-card img {
    transition: 0.3s ease-in;
}

.left-card:hover img {
    /* transform: scale(1.2); */
}

.map.left-card:hover img {
    transform: none;
}

.aurezza-evalutate-text {}

.aurezza-evalutate-img {
    margin: 0 auto;
    margin-bottom: 25px;
    text-align: center;
    width: 70px;
    height: 70px;
    background: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.universal-section {
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.universal-section .custom-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.universal-section .head-img {
    text-align: center;
    /* margin-bottom: 30px; */
}

.universal-section .head-img img {
    width: 50px;
    height: 50px;
    object-fit: contain;
}


.universal-section .fs-20 {
    font-size: 20px;
    text-align: center;
    margin-bottom: 40px;
    color: var(--black);
    line-height: 1.6;
}

.universal-section .sp-listing {
    max-width: 1000px;
    margin: 0 auto;
}

.universal-section .sp-list-item {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 15px;
    padding: 25px 30px;
    margin-bottom: 20px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border-left: 4px solid var(--primary-color);
}

.universal-section .sp-list-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    background: rgba(255, 255, 255, 1);
}

.universal-section .sp-list-img {
    margin-right: 20px;
    flex-shrink: 0;
}

.universal-section .sp-list-img img {
    width: 30px;
    height: 30px;
    object-fit: contain;
}

.universal-section .sp-list-item h4 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: var(--black);
    line-height: 1.4;
}

.universal-section .text-center {
    text-align: center;
    /* margin-top: 50px; */
}

.universal-section .theme-btn {
    display: inline-block;
    padding: 15px 40px;
    background: var(--primary-color);
    color: white;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}

.universal-section .theme-btn:hover {
    background: var(--secondary-color);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.universal-section .font-italic {
    font-style: italic;
    color: var(--black);
}

.aurezza-evalutate-img img {
    width: 40px;
    transition: 0.3s ease-in;
}

.aurezza-evalutate-item:hover .aurezza-evalutate-img img {
    transform: rotateY(360deg);
}

.aurezza-evaluate-flex {
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
    justify-content: center;
}

.aurezza-evalutate-item:nth-child(4),
.aurezza-evalutate-item:last-child {
    flex-direction: row-reverse;
}

.aurezza-evalutate-item {
    width: 30%;
    text-align: center;
    padding: 0 50px;
    text-align: center;
}

.aurezza-evalutate-item h3 {
    color: var(--primary-color);
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 22px;
}

.aurezza-evalutate-item p {
    font-size: 14px;
}

.sp-list-item img {
    width: 20px;
}

.sp-list-item:not(:last-child) {
    margin-bottom: 15px;
}

.sp-list-item {
    padding: 15px;
    background: var(--lightgrey);
    border-radius: 20px;
}

.amen-box {
    padding: 25px;
    text-align: center;
    margin-bottom: 25px;
    background: var(--primary-color);
    border-radius: 50%;
    transition: 0.3s ease-in;
    aspect-ratio: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.amen-box:hover {
    transform: translateY(-15px);
}

.amen-box h3 {
    font-size: 25px;
    transition: 0.3s ease-in-out;
    margin-bottom: 0;
    color: var(--white);
    font-size: 18px;
}

.amen-box p {
    font-size: 14px;
    line-height: 1.1;
    margin-top: 45px;
    margin-bottom: 0;
    transition: 0.3s ease-in-out;
}


.amen-top {
    z-index: 1;
}


.aurezza-insight2 i {
    font-size: 35px;
    color: var(--primary-color);
}

.aurezza-insight2 h4 {
    font-size: 45px;
    color: var(--primary-color);
    font-style: italic;
}

.aurezza-insight2 p {
    font-size: 20px;
    font-style: italic;
}

.aurezza-insight2 {
    padding-left: 35px;
    border-left: 3px solid var(--primary-color);
    ;
    padding-bottom: 35px;
    padding-top: 35px;
}

.fp-box {
    transition: 0.3s ease-in;
}

.fp-box:hover {
    transform: translateY(-15px);
}

.fp-box:hover img {
    transform: scale(1.5);
}

.floor-plan-img {
    padding: 10px;
    background: #fff;
    /* border-radius: 20px; */
    overflow: hidden;
    margin-left: 25px;
    margin-right: 25px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.floor-plan-img img {
    filter: blur(5px);
    height: 400px;
    transition: 0.3s ease-in;
}

.call-btn {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 10px 25px;
    background: var(--primary-color);
    border-radius: 50px;
    color: #fff;
    width: max-content;
    font-weight: 600;
    text-align: center;
}

.floor-plan-text {
    padding-bottom: 25px;
    bottom: 0;
    left: 0;
    width: 100%;
    background: var(--primary-color);
    border-radius: 0 0 15px 15px;
    padding-top: 25px;
    color: #fff;
    text-align: center;
}

.floor-plan::before {
    content: '';
    position: absolute;
    background: linear-gradient(158deg, #efdbac 0, #efdbac 50%, var(--primary-color) 50%, var(--primary-color) 100%) !important;
    width: 100%;
    height: 100%;
    bottom: -1px;
    left: 0;
}

.floor-plan-text h3 {
    display: inline-block;
    margin-bottom: 0;
    color: #fff;
}

.glow-button {
    --blue: #51504F;
    --blue-glow: rgba(255, 255, 255, 0.87);
    background: var(--primary-color);
    color: white;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 28px;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    position: fixed;
    bottom: 50px;
    right: 75px;
    z-index: 999;

    /* Initial box-shadow setup */
    box-shadow: 0 0 0 1px rgb(255, 255, 255), 0 8px 24px rgb(230, 230, 230), inset 0 1px 0 rgba(255, 255, 255, 0.35);

    /* Animation applied to the box-shadow (glow) */
    animation: glow-animation 1.5s ease-in-out infinite;
    transition: transform 0.15s ease, box-shadow 0.15s ease, filter 0.15s ease;
    animation-name: trin;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.glow-button:hover {
    transform: translateY(-1px);
    filter: brightness(1.05);
    box-shadow:
        0 0 0 1px rgba(255, 255, 255, 0.6),
        0 12px 32px rgba(255, 255, 255, 0.5),
        inset 0 1px 0 rgba(255, 255, 255, 0.45);
}

@keyframes trin {

    0% {

        transform: rotate3d(0, 0, 1, 0deg);

    }



    20%,
    32%,
    44%,
    56%,
    68% {

        transform: rotate3d(0, 0, 1, 0deg);

    }



    23%,
    35%,
    47%,
    59%,
    71% {

        transform: rotate3d(0, 0, 1, 15deg);

    }



    26%,
    38%,
    50%,
    62%,
    74% {

        transform: rotate3d(0, 0, 1, 0deg);

    }



    29%,
    41%,
    53%,
    65%,
    77% {

        transform: rotate3d(0, 0, 1, -15deg);

    }



    80% {

        transform: rotate3d(0, 0, 1, 0deg);

    }

}

.visit-form {
    position: fixed;
    z-index: 9999;
    bottom: 120px;
    right: 75px;
    background: var(--black);
    /* background: #fff; */
    padding: 35px;
    border-radius: 30px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    min-width: 450px;
    border-bottom: 5px solid var(--primary-color);
    transition: 0.3s ease-in-out;
    display: none;
}

.visit-form h2 {
    font-size: 25px;
    color: var(--primary-color);
}

.visit-form form label {
    color: #cccccc;
}

.visit-form form label span {
    color: rgb(255 91 91);
}

.visit-form form input,
.visit-form form select {
    height: 50px;
    border-radius: 8px;
    background-color: transparent;
    border: 1px solid #cccccc;
    color: #fff;
}

.visit-form form input:focus,
.visit-form form select:focus {
    border: 1px solid var(--primary-color);
    background-color: transparent;
    box-shadow: none;color: var(--white);
}

.visit-form form input::placeholder {
    color: #cccccc;
}

.visit-form form select option {
    background: var(--black);
}

.whatsapp-btn {
    display: inline-block;
    text-align: center;
    margin: 0 auto;
    background: #25D366;
    padding: 10px 25px;
    color: #fff;
    font-weight: 600;
    border-radius: 50px;
    margin-top: 10px;
}

.visit-form form .btn {
    padding: 12px 29px 12px 29px;
    /* background: linear-gradient(0deg, rgba(189, 131, 42, 1) 0%, rgba(219, 177, 62, 1) 100%); */
    /* background: var(--primary-color); */
    background: var(--secondary-color);
    color: var(--black);
    font-weight: 600;
    border-radius: 0;
    border-radius: 30px;
}

#floatingForm.show {
    display: block;
}

.visit-form.hidden {
    opacity: 0;
    visibility: hidden;
}

.modal-form-img {
    background: url("../images2/65696568-0-pexels-pixabay-46231.jpg")no-repeat center;
    background-size: cover;
}

.modal-body {
    padding: 0;
}

.modal-form .btn-close {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    height: 45px;
    width: 45px;
    background-color: #ffffff;
    color: #fff;
    text-shadow: none;
    opacity: 0.8;
    filter: invert(1);
    border-radius: 0;
}

.modal-form {
    padding: 30px;
}

.modal-title {
    font-size: 35px;
    margin-bottom: 15px;
    color: var(--primary-color);
}

.modal-form form input,
.modal-form form textarea {
    height: 46px;
    border-radius: 8px;
}

.modal-form form input.form-check-input {
    height: 1em;
}



.form-check-label {
    font-size: 12px;
}

.form-check-input:checked {
    background-color: #00A8CC;
    border-color: #00A8CC;
}

@media (max-width: 400px) {
    .banner-text h1 {
        font-size: 35px;
    }

    .aurezza-evalutate-item {
        width: 100%;

    }
}

.head-img img {
    width: 40px;
    margin-bottom: 15px;
}

.config-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 15px;
}

.config-bx {
    width: 32.5%;
    flex-shrink: 0;
    display: flex;
    gap: 10px;
    background: #efdbac;
    padding: 15px;
    border-radius: 15px;
    border: 1px solid #4d4d4d11;
    align-items: center;
}

.config-bx img {
    width: 45px;
}

.config-bx h3 {
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 14px;
}

.pricing-box h3 {
    color: var(--primary-color);
    margin-bottom: 0;
}

.pricing-box h4 {
    color: var(--secondary-color);
    margin-bottom: 0;
}

.pricing-box {
    padding: 25px;
    background: #ffffffa1;
    border-radius: 10px;
}

.villa-box {
    padding: 40px 25px;
    background: #ffffffa1;
    border-radius: 20px;
    transition: 0.3s ease-in;
    backdrop-filter: blur(5px);
    height: 100%;
}

.villa-box:hover {
    transform: translateY(-15px);
}

.villa-type {
    font-size: 32px;
    font-weight: 600;
    color: var(--primary-color);
    margin-bottom: 25px;
}

.villa-features {
    list-style: none;
    margin-bottom: 30px;
}

.villa-features li {
    font-size: 18px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    text-align: left;
}

.villa-features i {
    color: var(--primary-color);
    font-size: 20px;
}

.villa-price h4 {
    font-size: 24px;
    font-weight: 600;
    color: var(--primary-color);
}

.pricing-config-box {
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    border-radius: 20px;
    padding: 40px;
    backdrop-filter: blur(5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border: 2px solid var(--primary-color);
}

.pricing-header {
    background: var(--primary-color);
    border-radius: 15px;
    padding: 20px;
    margin-bottom: 25px;
}

.pricing-header h4 {
    color: var(--white);
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
    flex: 1;
}

.pricing-row {
    /* background: linear-gradient(135deg, #ffffff 0%, #f1f3f4 100%); */
    border-radius: 15px;
    padding: 20px 30px;
    transition: all 0.3s ease-in;
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 15px;
}

.pricing-row:hover {
    transform: translateY(-5px);
    background: linear-gradient(135deg, #ffffff 0%, var(--lightgrey) 100%);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    border-color: var(--primary-color);
}

.config-type h5 {
    color: var(--black);
    font-weight: 700;
    font-size: 18px;
    margin: 0;
}

.config-type,
.config-size,
.config-price {
    flex: 1;
}

.config-size p {
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    margin: 0;
    background: var(--lightgrey);
    padding: 8px 15px;
    border-radius: 8px;
}

.config-price h5 {
    color: var(--primary-color);
    font-weight: 800;
    font-size: 18px;
    margin: 0;

}

.sports-features {
    background: #ffffffa1;
    border-radius: 20px;
    padding: 40px;
    backdrop-filter: blur(5px);
}

.sport-item {
    background: rgba(255, 255, 255, 0.5);
    border-radius: 15px;
    padding: 25px 30px;
    transition: 0.3s ease-in;
    gap: 20px;
}

.sport-item:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.8);
}

.sport-icon {
    font-size: 40px;
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary-color);
    border-radius: 50%;
    color: white;
}

.sport-content h4 {
    color: var(--black);
    font-weight: 600;
    font-size: 20px;
    margin: 0;
}

.gallery-sec .gallery-img img {
    height: 100%;
    object-fit: cover;
}

.galley-text-box {
    /* background: #000000c9; */
    /* padding: 70px 35px; */
    /* height: 100dvh; */
}

.galley-text-box p {
    /* font-size: 18px; */
}

.amen-box img {
    width: 50px;
    margin-bottom: 15px;
}

.gallerySwiper2 .swiper-button-prev,
.gallerySwiper2 .swiper-button-next {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    padding: 10px;
    background: #ffffffaf;
}

.gallerySwiper2 .swiper-button-prev:after,
.gallerySwiper2 .swiper-button-next:after {
    font-size: 20px;
    color: var(--primary-color);

}

.g-height img {
    height: 300px;
    object-fit: cover;
}

.call-ul li {
    margin-bottom: 10px;
}

.call-ul li a i {
    color: var(--secondary-color);
}

.modal-backdrop {
    z-index: 9999;
}

.modal {
    z-index: 99999;
}

.banner-text p.big-text {
    font-size: 35px;
    padding-left: 25px;
    border-left: 3px solid var(--secondary-color);
    font-weight: 600;
}

.sticky-header {
    background: var(--primary-color);
}

.why-bx img {
    width: 50px;
    margin-bottom: 15px;
    transition: 0.3s ease-in;
}

.why-bx {
    text-align: center;
    padding: 35px;
    background: var(--lightgrey);
    border-radius: 20px;
    height: 100%;
}

.why-bx:hover img {
    transform: rotate(360deg);
}

.why-bx h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 10px;
    color: var(--black);
    font-family: var(--paragraph-font);
}

.main-title-sm {
    font-size: 30px;
    font-weight: 600;
}

.main-title-sm span {
    font-size: 40px;
    font-weight: 600;
    color: var(--primary-color);
}

.main-title-sm span.span2,
span.span2 {
    font-size: 50px;
    font-weight: 600;
    font-family: var(--title-font);
    color: var(--primary-color);
}

.over-swiper .swiper-button-prev,
.over-swiper .swiper-button-next {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    padding: 10px;
    background: #000000b9;
}

.over-swiper .swiper-button-prev:after,
.over-swiper .swiper-button-next:after {
    font-size: 20px;
    color: var(--white);

}

.usp-li li {
    padding: 10px;
    background: var(--lightgrey);
    margin-bottom: 10px;
    border-radius: 8px;
    font-size: 18px;
}

.usp-li li strong {
    font-size: 25px;
    color: var(--primary-color);
    font-weight: 700 !important;
}

.text-black {
    color: var(--black) !important;
}

.sp-list-item h4 {
    color: var(--primary-color);
    font-weight: 700;
    font-size: 16px;
}

.sp-list-item p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.2;
}

.sp-list-item i {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    flex-shrink: 0;
    background: var(--secondary-color);
    display: flex;
    align-items: center;
    justify-content: center;
}

.location-details {
    padding: 35px;
    background: var(--lightgrey);
    border-radius: 20px;
}

.theme-btn2 {
    background: var(--secondary-color);
    color: var(--black);
    border-color: var(--secondary-color);
}

.theme-btn2:hover {
    color: var(--secondary-color);
}
.theme-btn3 {
    background: var(--white);
    color: var(--primary-color);
    border-color: var(--white);
}

.theme-btn3:hover {
    color: var(--white);
}
.theme-btn4 {
    background: var(--primary-color);
    color: var(--secondary-color);
    border-color: var(--white);
}

.theme-btn4:hover {
    color: var(--white);
}
.feature-card {
    padding: 30px;
    border-radius: 30px;
    margin-top: 25px;
      background: var(--lightgrey);
    height: 100%;
}

.feature-card h3 {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 600;
    color: var(--primary-color);
}

.feature-card p, .feature-card li {
    margin-bottom: 0;font-size: 14px;line-height: 1.2;
}.feature-card li {
    margin-top: 10px;
}.feature-card li::marker{
    color: var(--primary-color);
}
.feature-card ul{
    margin-bottom: 0;
}
.feature-icon {
    width: 55px;
    height: 55px;
    background: var(--primary-color);
    border-radius: 10px;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease-in-out;
}

.feature-card:hover .feature-icon {
    transform: rotate(360deg);
}

.feature-icon i {
   color: var(--secondary-color);
}.lt-box{
    font-size: 35px;
}