* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
    font-family: "Plus Jakarta Sans", sans-serif;
}
html {
  scroll-behavior: smooth;
}

body {
    width: 100vw;
    overflow-x: hidden;
    font-family: "Plus Jakarta Sans", sans-serif;
}
a {
    text-decoration: none;
    font-size: 18px;
}
a:hover {
    color: none;
    text-decoration: none;
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
img {
    width: 100%;
    max-width: 100%;
}
.form-control,
.form-control:focus,
.form-control:active {
    border: none;
    outline: none;
    box-shadow: none;
    min-height: 48px !important;
}
.form-control::placeholder {
    color: black;
    opacity: 1;
    /* Ensures the color is fully opaque */
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000000;
}

a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.bg-black {
    background-color: black;
}
.m-15 {
    margin: 15px 0px;
}
.m-60 {
    margin: 60px 0px;
}
.mt {
    margin-top: 30px;
}
.mb {
    margin-bottom: 30px;
}
.margin-main {
    margin: 80px 0;
}
h4 {
    font-size: 20px;
}
h5 {
    font-size: 19px;
}
li {
    font-size: 17px;
    font-weight: 400;
}
p {
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    color: #111111;
}
.d-flex {
    display: flex;
    align-items: center;
    gap: 10px;
}
.align-center {
    align-items: center;
}
.justify-center {
    justify-content: center;
}
.justify-end {
    justify-content: end;
}
.text-right {
    text-align: right;
}
.space-between {
    justify-content: space-between;
}
h2 {
    font-size: 40px;
    letter-spacing: 0.5px;
}
h3 {
    font-size: 30px;
}
h1 {
    font-size: 42px;
}


/* Dots container */
.swiper-dots {
    position: absolute;
    bottom: 15px; /* distance from bottom of slide */
    left: 50% !important;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    z-index: 99;
}

/* Default dot style */
.swiper-dots .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: #ccc;
    opacity: 1;
    border-radius: 50%;
    transition: background-color 0.3s ease, transform 0.3s ease, width 0.3s ease;
    cursor: pointer;
}

/* Active dot style */
.swiper-dots .swiper-pagination-bullet-active {
    background-color: var(--secondary-color);
    transform: scale(1.3);
    width: 20px; /* pill effect */
    border-radius: 10px;
}



@media (max-width: 768px) {
    .flex-reverse {
        flex-direction: column-reverse !important;
    }
    .col-2{
        flex: 0 0 50%;
        max-width: 50%;
    }
    .head{
        margin-bottom: 10px !important;
    }
    .head h2 {
        font-size: 18px !important;
    }
}

@media (min-width: 768px)  and (max-width: 1300px) {
    .head{
        margin-bottom: 15px !important;
    }
    .head h2 {
        font-size: 20px !important;
    }
}
@media (min-width: 768px) {
    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-md-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-md-8 {
        flex: 0 0 66.66666%;
        max-width: 66.66666%;
    }

    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-md-2 {
        flex: 0 0 16.666%;
        max-width: 16.666%;
    }

    .col-md-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-md-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-md-10 {
        flex: 0 0 auto;
        width: 83.333333%;
        max-width: 83.333333%;
    }

}


@media (min-width:1700px) {
    .container {
        max-width: 1600px !important;
    }
}

@media screen and (min-width:1251px) and (max-width:1500px) {
    .container {
        max-width: 1200px !important;
    }
}

@media screen and (min-width:1001px) and (max-width:1250px) {
    .container {
        max-width: 980px !important;
    }
}

@media screen and (min-width:769px) and (max-width:1000px) {
    .container {
        max-width: 730px !important;
    }
}

@media (max-width:768px) {
    .container {
        max-width: 580px !important;
    }
}

@media (max-width:468px) {
    .container {
        padding-right: 15px;
        padding-left: 15px;
    }
}

.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11 {
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.container {
    max-width: 1400px;
    margin: auto;
}

.row {
    display: flex;
    flex-flow: row wrap;
}

a {
    text-decoration: none;
}

a,
a:active,
a:focus {
    color: #333;
    text-decoration: none;
    transition-timing-function: ease-in-out;
    -ms-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-duration: .2s;
    -ms-transition-duration: .2s;
    -moz-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
}

.padding-main {
    padding: 30px 0px;
}

@media (max-width:768px) {
    .padding-main {
        padding: 20px 0px;
    }
    .p--0{
        padding: 0px !important;
    }
}




/* PAGE STYLE  */



/* HEADER */

header {
  position: relative; /* or static if needed */
  width: 100%;
  transition: all 0.3s ease;
  z-index: 999;
}




header.scrolled {
    box-shadow: 0 3px 30px 0 rgb(0 0 0 / 10%);
    background-color: white;
    position: fixed;
}


.header-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0px;
}

.header-main .nav-left {
    display: flex;
    align-items: center;
}

.header-main .nav-right {
    display: flex;
    gap: 10px;
    align-items: center;
}

.header-main .header-btn a {
    background-color: #25D363;
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 12px 20px;
    border-radius: 4px;
}
.header-main .header-btn a:hover{
    background-color: #009917;
}

.header-main .header-btn span {
    font-size: 14px;
    color: white;
}

.header-main .header-btn svg {
    width: 20px;
    fill: white;
}

header .logo-link img {
    height: 80px;
    width: auto;
}

header .logo-link {
    background-color: var(--primary-light);
}

header ul {
    position: relative;
    margin-right: 2rem;
    width: auto;
    height: auto;
    display: flex;
    gap: 0.5rem;
    padding-left: 20px;
}

header ul li a {
    padding: 4px;
    padding: 6px 13px;
    color: #000000;
    font-size: 16px;
    transition: ease-in .3s;
    border-radius: 40px;
}

header ul li a:hover {
    background-color: var(--primary-color);
    color:var(--primary-color-font);
}

header ul li a.active {
    background-color: var(--primary-color);
    color:var(--primary-color-font);
}

.sidebar ul li a.active {
    background-color: var(--secondary-color);
    color: var(--secondary-color-font);
}

nav .header-link {
    font-size: 16px;
    padding: 6px 12px;
    border-bottom: 5px solid transparent;
    color: rgb(0, 0, 0);
    text-transform: uppercase;
    font-weight: 200;
}


nav .header-link :hover {
    color: var(--primary-color);
}

.menu-button,
.sidebar {
    display: none;
}

@media screen and (max-width: 1300px) {
    header .logo-box {
        margin-left: 1rem;
    }

    header ul {
        margin-right: 1rem;
    }

    header ul li a {
        font-size: 15px;
    }
}

@media screen and (max-width: 767px) {
    .logo-box .logo-text {
        font-size: 18px;
    }

    .mobile-header-btn a {
        background-color: #25D363;
        color: white !important;
        display: flex;
        justify-content: center;
        gap: 10px;
        align-items: center;
        padding: 12px 0 12px 1rem;
        font-size: 16px;
        border: 1px solid #eee;
        text-transform: uppercase;
        margin: 3px 5px;
    }
.mobile-header-btn svg{
    width: 25px;
    fill:white;
}
    header .header-top {
        display: none !important;
    }

    .header-btn {
        display: none;
    }

    header ul {
        display: none;
    }

    header .header-top .left-link {
        display: grid;
    }

    .menu-button {
        display: block;
        position: relative;
        width: 2.3rem;
        height: 2.3rem;
        font-size: 24px;
        border-radius: 8px;
        border: none;
        background-color: transparent;
    }

    .menu-button i {
        color: var(--primary-color);
        font-size: 30px;
    }

    .menu-button:hover {
        transition: 0.3s ease;
        cursor: pointer;
    }

    .menu-button:focus {
        transition: 0.3s ease;
        cursor: pointer;
    }

    .sidebar {
        position: fixed;
        right: 0;
        top: 0;
        display: none;
        flex-direction: column;
        width: 100%;
        height: 100%;
        box-shadow: -3px 0 15px rgba(0, 0, 0, 0.15);
        z-index: 1100000;
        background-color: white;
    }

    @keyframes sidebarIn {
        0% {
            opacity: 0;
            transform: translateX(25rem);
        }

        100% {
            opacity: 1;
            transform: translateX(0);
        }
    }

    @keyframes sidebarOut {
        0% {
            opacity: 1;
        }

        100% {
            opacity: 0;
            transform: translateX(30rem);
        }
    }

    .sidebar .sidebar-header {
        position: relative;
        width: 100%;
        padding: 15px 0px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-bottom: 2px solid;
    }

    .sidebar .sidebar-header .logo {
        height: 60px;
        padding-left: 12px;
        width: auto;
    }

    .sidebar-header .sidebar-title {
        position: relative;
        margin-left: 1rem;
        font-size: 22px;
        font-weight: 600;
    }

    .sidebar-header .close-button {
        margin-right: 1rem;
        width: 2.3rem;
        height: 2.3rem;
        font-size: 16px;
        border-radius: 8px;
        border: none;
        background-color: #009CA338;
    }

    .sidebar-header .close-button i {
        color: var(--primary-color);
    }

    .close-button:hover {
        transition: 0.3s ease;
        cursor: pointer;
    }

    .close-button:focus {
        transition: 0.3s ease;
        cursor: pointer;
    }

    .sidebar li a {
        position: relative;
        padding: 12px 0 12px 1rem;
        font-size: 16px;
        border: 1px solid #eee;
        color: var(--text-color);
        margin: 3px 5px;
        display: flex;
    }

    .current-menu-item a {
        background-color: var(--primary-color);
        color: var(--primary-color-font) !important;
    }

    .sidebar li a:hover {
        transition: 0.3s ease;
        cursor: pointer;
    }

    .sidebar .sidebar-link:focus {
        transition: 0.3s ease;
        cursor: pointer;
    }

    .sidebar .sidebar-links {
        margin: 20px 10px;
    }

    .sidebar .sidebar-links .call-link a {
        display: flex;
        align-items: center;
        gap: 10px;
        color: var(--text-color);
        margin-bottom: 20px;
    }

    .sidebar .sidebar-links .call-link i {
        background-color: #009ba320;
        color: var(--primary-color);
        padding: 10px;
        border-radius: 5px;
    }

    .sidebar .sidebar-links .sidebar-social-link .social-link-head {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .sidebar .sidebar-links .sidebar-social-link a i {
        background-color: #0096db23;
        color: var(--secondary-color);
        padding: 13px;
        margin-right: 20px;
        width: 40px;
        height: 40px;
        text-align: center;
        border-radius: 5px;
    }

    header .logo-link {
        padding: 5px 0px;
    }

}

header .header-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 10px;
    justify-content: end;
    gap: 30px;
    padding: 10px 40px;
}

header .header-top a {
    display: flex;
    gap: 20px;
    align-items: center;
    color: var(--primary-color);
}

header .header-top .link h5 {
    font-size: 16px;
    font-weight: 500;
    color: #000000;
}

header .header-top .link span {
    font-size: 16px;
    color: black;
}

header .header-top .line {
    height: 1px;
    width: 40px;
    background-color: var(--secondary-color);
}

@media (min-width:768px) and (max-width:1400px) {

    header .logo-link img {
        height: 50px;
        width: auto;
    }

    header ul li a {
        color: #000000;
        font-size: 14px;
    }
}

@media  (max-width:768px) {

    header .logo-link img {
        height: 50px;
        width: auto;
    }
}


/* BANNER */

.banner-slider {
    position: relative;
    height: 65vh;
    overflow: hidden;
}

.swiper {
    height: 100%;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
}

.banner-slider .banner-content {
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
    z-index: 10;
    background-color: #ffffff82;
    text-align: left;
    max-width: 700px;
    padding: 80px 40px;
}


.banner-slider .banner-content h1 {
    font-size: 45px;
    color: var(--primary-color);
    margin-bottom: 20px;
}

.banner-slider .banner-content p {
    font-size: 1.3rem;
    margin-bottom: 25px;
}

.banner-slider .banner-content .button {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.banner-slider .banner-content button span{
    font-size: 15px;
}
.banner-slider .banner-content .btn-1,
.banner-slider .banner-content .btn-2 {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 1rem;
    padding: 14px 20px;
    border: none;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.3s ease;
}

.banner-slider .banner-content .btn-1 {
    background-color: var(--secondary-color);
    color: var(--secondary-color-font);
    border: none;
}

.banner-slider .banner-content .btn-2 {
    background-color: var(--primary-color);
    color: var(--primary-color-font);
}

.banner-slider .banner-content .btn-2 svg {
    fill: white;
}

.banner-slider .banner-content .btn-1:hover {
    background-color: var(--primary-color);
    color: var(--primary-color-font);
}

.banner-slider .banner-content .btn-2:hover {
    background-color: var(--secondary-color);
    color: var(--secondary-color-font);
}

.banner-slider .banner-content .icon {
    width: 20px;
    height: 20px;
}



.banner-slider .custom-swiper-button {
    position: absolute;
    top: 50%;
    z-index: 10;
    transform: translateY(-50%);
    background-color: rgb(255, 255, 255);
    padding: 12px;
    border-radius: 50%;
    cursor: pointer;
    transition: background 0.3s;
}

.banner-slider .custom-prev {
    left: 20px;
}

.banner-slider .custom-next {
    right: 20px;
}

.banner-slider .custom-swiper-button:hover {
    background-color: var(--primary-color);
}

.banner-slider .custom-swiper-button:hover svg {
    fill: white;
}

.banner-slider .nav-icon {
    width: 24px;
    height: 24px;
    color: #fff;
}

.banner-slider .flipped {
    transform: rotate(180deg);
}



.banner-bottom {
    padding: 40px 0px;
}
.banner-bottom .swiper-wrapper {
    padding-bottom: 30px;
}

.banner-bottom .card {
    border: solid 1px #2a51a41c;
    box-shadow: 0px 0px 7px 0 rgb(0 0 0 / 10%);
    padding: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
    height: 100%;
}

.banner-bottom .card .icon {
    background-color: #b7b7b71e;
    border: solid 1px #E0DDDD;
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
}

.banner-bottom .card .icon img {
    width: 20px;
}
.banner-bottom .card .icon i {
    font-size: 20px;
    color: var(--primary-color);
}

.banner-bottom .card .text h2 {
    font-size: 14px;
    text-transform: uppercase;
    color: var(--primary-color);
    font-weight: 600;
    margin-bottom: 5px;
}

.banner-bottom .card .text p {
    color: #535252;
    font-size: 14px;
}


.banner-top-right {
  position: absolute;
  display: flex;
  gap: 5px;
  align-items: center;
  top: 10px;
  right: 30px;
  z-index: 10;
  background: rgba(255, 255, 255, 0.911);
  padding: 2px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.banner-top-right img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  margin-bottom: 5px;
}
.banner-top-right .qr-text{
    display: flex;
    flex-direction: column;
}
.banner-top-right .qr-text span {
  font-size: 12px;
  color: #000000;
  font-weight: 500;
}



@media (max-width:768px) {
    .banner-bottom .card{
        flex-direction: column;
        text-align: center;
        height: 100%;
        padding:3px 5px;
    }
    .banner-top-right{
        top: 3px;
        right: 3px;
    }
    .banner-bottom .col-md-3{
        padding: 0px 3px;
        margin-bottom: 6px;
    }
    .banner-top-right .qr-text span {
        font-size: 10px;
    }
    .banner-bottom .container{
        padding: 0px 5px;
    }
    .banner-bottom .card .icon{
        padding: 3px;
        display: none;
    }
    .banner-top-right img {
        width: 25px;
        height: 25px;
    }
    .banner-bottom .card .icon img {
        width: 15px;
    }
    .banner-bottom .card .icon img {
        font-size: 15px;
    }
    .banner-bottom .card .text h2{
        font-size: 10px;
        margin-bottom: 0px;
    }
    .banner-bottom .card .text p{
        font-size: 10px;
    }
    .banner-bottom{
        padding: 10px 0px 0px 0px;
    }
    .banner-slider .custom-swiper-button{
        display: none;
    }
    .banner-slider .banner-content {
        left: 2%;
        right: 2%;
        padding: 30px 10px;
    }
    .banner-slider .banner-content h1{
        font-size: 22px;
    }
    .banner-slider .banner-content p {
        font-size: 16px;
    }
    .banner-slider .banner-content button span{
        font-size: 13px;
    }
    .banner-slider .banner-content .button svg{
        width: 18px;
    }
    .banner-slider .banner-content .btn-1, .banner-slider .banner-content .btn-2{
        padding: 12px 10px ;
        font-size: 14px;
    }
    .banner-slider .banner-content .button {
        gap: 10px;
    }
    
    .banner-slider{
        height: 45vh;
    }
}

/* OVERVIEW */



.overview .left span {
    font-size: 18px;
    font-weight: 700;
}

.overview .left h2 {
    font-size: 32px;
    font-weight: 800;
    color: var(--primary-color);
    margin: 10px 0px 30px 0px;
}

.overview .left p {
    font-size: 16px;
    line-height: 32px;
}
.overview .right {
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0px 0px 7px 0 rgb(0 0 0 / 10%);
    background-color: white;
}

.overview .right .form-group {
    margin-bottom: 15px;
}

.overview .right .form-group label {
    display: block;
    margin-bottom: 5px;
    font-weight: 400;
    font-size: 14px;
    color: #404040;
}

.overview .right .form-group input,
.overview .right .form-group textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.overview .right .form-buttons {
    display: flex;
    flex-direction: column;
    gap: 20px;
    gap: 10px;
    margin-top: 20px;
}

.overview .right .form-buttons p {
    background-color: var(--primary-color);
    color: var(--primary-color-font);
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 5px;
    align-items: center;
    margin-bottom: 15px;
    transition: ease-in-out 0.3s;
}
.overview .right .form-buttons p:hover {
    background-color: var(--primary-color);
}
.overview .right .whatsapp-btn{
background-color: #25D363;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 5px;
    align-items: center;
    transition: ease-in-out 0.3s;

}
.overview .right .whatsapp-btn:hover{
    background-color: #009917;
}
.overview .right .whatsapp-btn span{
    font-size:16px;
}
.overview .right .form-buttons p input[type="submit"]{
    background-color: transparent;
    padding: 0px;
    color: white;
    border: none;
    font-size:16px;
}
.overview .right .form-buttons button svg{
    width: 24px;
}

.overview .right button{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.overview .right .btn-whatsapp {
    background-color: #009917;
    color: white;
}


.overview .left  .enquire-btn{
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 20px 0px;
}
.overview .left  .enquire-btn a{
    display: flex;
    gap: 5px;
    align-items: center;
    padding: 12px 30px;
    width: max-content;
    border-radius: 30px;
}
.overview .left  .enquire-btn span{
    font-size: 16px;
    font-weight: 400;
}
.overview .left .enquire-btn  i{
    font-size: 15px;
}
.overview .left  .enquire-btn .btn-1{
    background-color: var(--secondary-color);
    color: var(--secondary-color-font);
}
.overview .left .enquire-btn .btn-1:hover{
    background-color: var(--primary-color);
    color: var(--primary-color-font);
}
.overview .left .enquire-btn .btn-2{
    background-color: var(--primary-color);
    color: var(--primary-color-font);
}
.overview .left  .enquire-btn .btn-2:hover{
    background-color: var(--secondary-color);
    color: var(--secondary-color-font);
}




@media (max-width:768px) {

    .overview .left  .enquire-btn a{
        padding: 12px 20px;
    }
    .overview .left  .enquire-btn span{
        font-size: 14px;
        font-weight: 400;
    }
    .overview .left .enquire-btn  i{
        font-size: 14px;
    }
    .overview .right {
        display: none;
    }
    .overview .left p {
        font-size: 14px;
        line-height: 26px;
    }
    .overview .left span {
        font-size: 15px;
    }
    .overview .left h2 {
        font-size: 18px;
        margin: 10px 0px 10px 0px;
    }
    .overview .left .enquire-btn{
        margin-bottom: 0px;
    }

}

/* PRICING PLANS */


.pricing-plans .head h2{
    font-size: 25px;
}
.pricing-plans .tabs {
    margin-top: 30px;
}

.pricing-plans .tab-buttons {
  display: flex;
  gap: 7px;
  margin-bottom: 10px; 
  overflow-y: auto;
  border-bottom: solid 1px var(--primary-color);
}

.pricing-plans .tab-btn {
    padding: 6px 20px;
    cursor: pointer;
    border: none;
    font-size: 14px;
    transition: 0.3s;
    background-color: #ebebeb;
    color: var(--primary-color);
    font-weight: 400;
    letter-spacing: 1px;
    white-space: nowrap;
    border-radius: 10px 10px 0px 0px;
}

.pricing-plans .tab-btn.active {
  background-color: var(--primary-color);
  color: var(--primary-color-font);
}

.pricing-plans .tab-pane {
  display: none;
}
.pricing-plans .tab-content{
    padding: 10px 15px;
    background-color: #f7f7f7;
}
.pricing-plans .tab-pane.active {
  display: block;
}
.tab-content .col-md-6{
    padding: 0px;
}

.elevation-slider {
  width: 100%;
  max-width: 800px;
  margin: auto;
  border-radius: 10px;
  overflow: hidden;
}

.elevation-slider .swiper-slide {
  width: 100%;
  height: 400px; 
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f2f2f2;
}

.elevation-slider img {
    width: 100%;
    object-fit: cover;
    border-radius: 0;
    border: solid 2px rgb(192, 192, 192);
    height: 100%;
}

.elevation-slider .custom-swiper-button {
  position: absolute;
  bottom: 10px;
  background: rgb(255, 255, 255);
  color: var(--primary-color);
  padding: 15px;
  border-radius: 5px;
  height: 50px;
  width: 50px;
  z-index: 10;
  cursor: pointer;
  transition: background 0.3s;
}

.elevation-slider .custom-swiper-button:hover {
  background: rgba(255, 255, 255, 0.8);
  color: black;
}

/* Adjust position of left and right buttons */
.elevation-slider .custom-prev {
  right: 65px;
}

.elevation-slider .custom-next {
  right: 10px;
}
.pricing-plans .right{
    padding-left: 30px;
}
.pricing-plans .right h3{
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
}
.pricing-plans .right .main-lists{
    display: flex;
    gap: 20px;
    flex-flow: row wrap;
    margin-bottom: 30px;
}
.pricing-plans .right .main-lists .item{
    display: flex;
    align-items: center;
    gap: 10px;
}
/* .pricing-plans .right .main-lists .item i{
color: var(--primary-color);
    background-color: #2a51a412;
    border-radius: 3px;
    padding: 9px;
    font-size: 12px;
    width: 30px;
    height: 30px;
} */
 .pricing-plans .right .main-lists .item svg{
    color: var(--primary-color);
    background-color: #2a51a412;
    border-radius: 3px;
    padding: 6px;
    width: 30px;
    height: 30px;
}
.pricing-plans .right .main-lists .item .text{
    color: #4E4C4C;
    font-size: 14px;
}
.pricing-plans .right .main-lists .item .text span{
    font-size: 14px;
    color: #000;
}
.pricing-plans .right .other-details{
    margin-bottom: 40px;
}
.pricing-plans .right .other-details li{
    display: flex;
    gap: 10px;
    margin-bottom: 18px;
    font-weight: 400;
}
.pricing-plans .right .other-details li span{
    font-weight: 600;
}
.pricing-plans .right .enquire-btn{
    display: flex;
    align-items: center;
    gap: 10px;
}
.pricing-plans .right .enquire-btn .btn-1{
    display: flex;
    gap: 5px;
    align-items: center;
    background-color: var(--secondary-color);
    color: var(--secondary-color-font);
    padding: 12px 30px;
    width: max-content;
    border-radius: 30px;
}
.pricing-plans .right .enquire-btn .btn-1:hover{
    background-color: var(--primary-color);
    color: var(--primary-color-font);
}
.pricing-plans .right .enquire-btn .btn-1 span{
    font-size: 16px;
}
.pricing-plans .right .enquire-btn .btn-1 i{
    font-size: 15px;
}
.pricing-plans .right .enquire-btn .btn-2{
    display: flex;
    gap: 5px;
    align-items: center;
    background-color: var(--primary-color);
    color: var(--primary-color-font);
    padding: 12px 30px;
    width: max-content;
    border-radius: 30px;
}
.pricing-plans .right .enquire-btn .btn-2:hover{
    background-color: var(--secondary-color);
    color: var(--secondary-color-font);
}
.pricing-plans .right .enquire-btn .btn-2 span{
    font-size: 16px;
}
.pricing-plans .right .enquire-btn .btn-2 i{
    font-size: 15px;
}

.tab-pane, .inner-tab-pane {
  display: none;
}
.tab-pane.active, .inner-tab-pane.active {
  display: block;
}
.pricing-plans .tabs .tab-content .inner-tab-buttons{
    display: flex;
    gap: 7px;
    overflow-y: auto;
    margin-bottom: 5px;
    padding: 10px 0px;
}
.pricing-plans .tabs .tab-content .inner-tab-btn{
    padding: 10px ;
    cursor: pointer;
    border: none;
    transition: 0.3s;
    background-color: transparent;
    color: #818181;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    white-space: nowrap;
}
.pricing-plans .tabs .tab-content .inner-tab-btn.active{
    color: black;
}


@media (min-width: 768px)  and (max-width: 1300px) {
    .elevation-slider .swiper-slide{
        height: 370px;
    }
}


@media (max-width:768px) {
    .pricing-plans .right .main-lists .item {
        gap: 6px;
    }
    .enquire-btn a{
        padding: 10px 15px;
    }
    .pricing-plans .tab-btn{
        padding: 8px 16px;
        font-size: 13px;
    }
    .pricing-plans .tabs .tab-content .inner-tab-btn{
        padding: 8px 16px;
        font-size: 12px;
    }
     .pricing-plans .right .main-lists .item svg{
        width: 26px;
        height: 26px;
    }
    .pricing-plans .right .main-lists .item .text {
        font-size: 13px;
    }
    .pricing-plans .right .main-lists{
        gap: 15px;
    }
    .elevation-slider .swiper-slide{
        height: 200px;
    }
    .pricing-plans .right{
        padding-left: 0px;
        margin-top: 20px;
    }
    .elevation-slider .custom-swiper-button{
        height: 40px;
        width: 40px;
        padding: 10px;
    }
    .pricing-plans .right .other-details li{
        font-size: 16px;
        margin-bottom: 12px;
    }
    .pricing-plans .right .other-details li span{
        font-size: 14px;
    }
}
/* AMENTIES */


.amenties-sec .head{
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.amenties-sec .head h2{
     font-size: 25px;   
}
.amenties-sec  .swiper-slide{
    padding:20px  10px;
    border-radius: 5px;
    border: solid 1px var(--primary-color);
}
.amenties-sec .card{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 15px;
}
.amenties-sec .card img{
    height: 30px;
    width: auto;
}
.amenties-sec .card h3{
    margin: 0px;
    font-size: 15px;
    font-weight: 600;
    color: var(--primary-color);
    text-align: center;
}

.swipe-btn{
    display: flex;
    gap: 10px;
}
.swipe-btn .swiper-button{
    background-color: white;
    padding: 4px;
    text-align: center;
    border: solid 1px var(--primary-color);
    border-radius: 50%;
    width: 35px;
    height: 35px;
    transition: ease-in-out 0.3s;
}
.swipe-btn .swiper-button:hover{
    background-color: var(--primary-color);
    color: var(--primary-color-font);
}
.swipe-btn .swiper-button i{
    font-size: 10px;
}
@media (min-width: 768px)  and (max-width: 1300px) {
    .amenties-sec .col-md-2{
        padding: 0px 5px;
    }
    .amenties-sec .card h3 {
        font-size: 13px;
    }
}
@media (max-width:768px) {
    .swipe-btn .swiper-button {
        padding: 1px;
        width: 30px;
        height: 30px;
    }
    .amenties-sec  .swiper-slide{
        padding: 10px 5px;
        height: 100%;
    }
     .amenties-sec .card {
        gap: 10px;
        height: 80px;
     }
     .amenties-sec .col-md-2{
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
        padding-left: 5px;
        padding-right: 5px;
     }
    .amenties-sec .card img{
        height: 20px;
    }
    .amenties-sec .card h3{
        font-size: 10px;
        font-weight: 400;
    }
    
}

/* GALLERY SECTION */

.gallery-sec .head {
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.gallery-sec .head h2 {
    font-size: 25px;
}

.gallery-swiper .swiper-wrapper {
    align-items: center;
}
.gallery-swiper {
  perspective: 1200px;
}
.gallery-swiper .swiper-slide {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-radius: 20px;
  overflow: hidden;
  background: white;
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.gallery-swiper .swiper-slide img {
  border-radius: 20px;
  transition: transform 0.3s ease;
}

.gallery-swiper .swiper-slide.swiper-slide-active,
.gallery-swiper .swiper-slide.is-active {
    transform: scale(1);
    filter: brightness(1);
    opacity: 1;
    z-index: 2;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.gallery-swiper-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    background: #fff;
    border: solid 1px var(--primary-color);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    padding: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    cursor: pointer;
    transition: ease-in-out 0.3s;
}

.gallery-swiper-button:hover {
    background-color: var(--primary-color);
    color: var(--primary-color-font);
}

.gallery-swiper-button i {
    font-size: 10px;
}

.swipe-gallery-prev {
    left: 0;
}

.swipe-gallery-next {
    right: 0;
}


/* LOCATION */


.location-sec .head{
    margin-bottom: 30px;
}
.location-sec .head h2{
    font-size: 25px;
}
.location-sec .landmarks li{
    background-color: #EEF1F8;
    padding:15px 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 4px;
    margin-bottom: 15px;
}
.location-sec  .landmark-buttons button{
    background-color: #EEF1F8;
    padding:15px 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 4px;
    margin-bottom: 15px;
    font-weight: 600;
    border: none;
    font-size: 14px;
    color: var(--primary-color);
    text-transform: uppercase;
    cursor: pointer;
}
.location-sec .landmarks h3{
    font-size: 14px;
    color: var(--primary-color);
    text-transform: uppercase;
}
.location-sec .landmarks .distance{
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 10px;
    border-radius: 3px;
    background-color: white;
}
.location-sec .landmarks .distance svg{
    fill: var(--primary-color);
    width: 20px;
}
.location-sec .landmarks .distance i{
    color: var(--primary-color);
    font-size: 12px;
}
.location-sec .landmarks .distance span{
    color: var(--primary-color);
    font-size: 12px;
    font-weight: 600;
}

.more-landmarks {
  transition: all 0.3s ease;
}
@media (max-width:768px) {
    .location-sec .landmarks li{
        padding: 8px;
        margin-bottom: 8px;
    }
    .location-sec .right iframe{
        width: 100%;
        height:180px;
    }
    .location-sec .landmarks h3{
        font-size: 12px;
    }
    .location-sec .landmarks .distance {
        padding: 5px;
    }
    .location-sec .landmarks .distance span{
        font-size: 10px;
    }
    .location-sec .landmark-buttons button{
        padding: 10px;
        font-size: 12px;
    }
    
}

/* FOOTER */

footer .container{
    border-radius: 10px 10px 0px 0px;
    background-color: #F5F5F5;
    padding: 20px 15px 0px 15px; 
}
footer  .top{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0px;
}
footer  .left img{
    height: 60px;
    width: auto;
}
footer  .top .right ul{
    display: flex;
    gap: 10px;
}
footer  .top ul li a{
    font-size: 14px;
}
footer  .copyright{
    display: flex;
    justify-content: space-between;
    padding: 20px 0px;
    border-top: #CDCDCD solid 1px;
}
footer  .copyright .social-icons{
    display: flex;
    gap: 10px;
}
footer  .copyright p, 
footer  .copyright p a{
    font-size: 14px;
    font-weight: 500;
}
footer  .copyright .social-icons a{
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: solid 1px var(--primary-color);
    color: var(--primary-color);
    text-align: center;
    padding: 3px;
    display: block;
}
footer  .copyright .social-icons a:hover{
    background-color: var(--primary-color);
    color: var(--primary-color-font);
}
footer  .copyright .social-icons a i{
    font-size: 14px;
}
.copyright a {
  color: #0066cc; /* Choose a color with good contrast */
  text-decoration: underline;
}

.copyright a:hover,
.copyright a:focus {
  color: #004080;
  text-decoration: none;
}

@media (max-width:768px) {
    footer  .top{
        flex-direction: column;
    }
    footer  .left img{
        margin-bottom: 10px;
        width: auto;
    }
    footer  .top .right ul{
        flex-flow: row wrap;
    }
    footer  .copyright{
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }
    footer .container{
        padding-bottom: 35px;
    }
}


.mobile-bottom-bar {
  display: none !important; 
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #000;
  color: #fff;
  display: flex;
  justify-content: space-around;
  align-items: center;
  z-index: 999;
}
.mobile-bottom-bar :nth-child(2) {
  background-color: var(--secondary-color);
}
.bottom-link {
  color: var(--primary-color-font);
  background-color: var(--primary-color);
  width: 50%;
  text-decoration: none;
  font-size: 15px;
  padding: 12px 0px;
  align-items: center;
  display: flex;
  justify-content: center;
  gap: 6px;
}
.bottom-link:hover{
    opacity: 0.8;
    transition: cubic-bezier(0.215, 0.610, 0.355, 1);
    transition-duration: .3s;
}
.bottom-link i {
  font-size: 15px;
}

/* Show only on mobile screens */
@media (max-width: 768px) {
  .mobile-bottom-bar {
    display: flex !important;
  }
}




/* CTA  */

.cta-sec .container{
    background-color: var(--primary-color);
    border-radius: 20px;
    padding: 30px 20px;
    margin-bottom: 30px;
}
.cta-sec .container .left h2{
    color: white;
    margin-bottom: 25px;
    font-size: 36px;
    font-weight: 700;
}
.cta-sec .container .left p{
    font-size: 16px;
    color: white;
    line-height: 30px;
    max-width: 700px;
    margin-bottom: 20px;
}
.cta-sec .right img{
    width: 300px;
}
.cta-sec .container .left .buttons{
    display: flex;
    gap: 10px;
}
.cta-sec .container .left .buttons a{
    padding: 15px 25px;
    border-radius: 30px;
    transition: ease-in-out 0.3s;
    display: flex;
    align-items: center;
}
.cta-sec .container .left .buttons a span{
    font-size: 16px;
}
.cta-sec .container .left .buttons a i{
    font-size: 16px;
}
.cta-sec .container .left .buttons .btn-1{
    background-color: white;
    color: var(--primary-color);
}
.cta-sec .container .left .buttons .btn-1:hover{
    background-color: var(--secondary-color);
    color: var(--secondary-color-font);
}
.cta-sec .container .left .buttons .btn-2{
    background-color: var(--secondary-color);
    color: var(--secondary-color-font);
}
.cta-sec .container .left .buttons .btn-2:hover{
    background-color: white;
    color: var(--primary-color);
}

.emi-calculator .banks {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
}

.emi-calculator .banks h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
}

.logo-slider {
    padding: 20px !important;
    margin: 0px !important;
    background-color: #e2e2e2;
    border-radius: 5px;
    width: 100%;
}

.logo-slider .swiper-slide {
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #fff;
    border-radius: 8px;
    background-color: #fff;
    box-sizing: border-box;
}

.logo-slider img {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: 0.3s;
    padding: 10px;
}

.logo-slider .swiper-wrapper {
    justify-content: center;
}
@media (max-width:768px) {
    .logo-slider .swiper-wrapper{
        justify-content: start;
    }
}

@media (min-width: 768px)  and (max-width: 1300px) {
    .cta-sec .container .left h2 {
        font-size: 30px;
    }
    .cta-sec .container .left p {
        font-size: 14px;
    }
    .cta-sec .container .left .buttons a {
        padding: 12px 20px;
        font-size: 14px;
    }
    .cta-sec .container .right img {
        width: 250px;
    }
    .emi-calculator .right .buttons a{
        padding: 10px  12px!important;
    }
    .emi-calculator .right .buttons a span{
        font-size: 14px !important;
    }
    .emi-calculator .right .buttons a i{
        font-size: 14px !important;
    }
    .emi-calculator .container{
        padding: 20px  10px !important;
    }
}

@media (max-width:768px) {
    .cta-sec .container .left h2 {
        font-size: 24px;
        margin-bottom: 10px;
    }
    .emi-calculator .banks h3{
        font-size: 16px;
        margin-bottom: 10px;
    }
    .emi-calculator .form-group {
        margin-bottom: 20px;
    }
    .emi-calculator .banks{
        margin-bottom: 20px;
        margin-top: 0px;
    }
    .logo-slider{
        max-width: 100%;
        padding: 10px !important;
    }
    .cta-sec .right{
        display: none;
    }
}

/* FAQ */



.faq-sec .container{
    max-width: 1200px;
}
.faq-sec .head {
  text-align: center;
  margin-bottom: 30px;
}

.faq-sec .head h2 {
  font-size: 28px;
  font-weight: 600;
}

.faq-item {
  margin-bottom: 15px;
  border-radius: 6px;
  overflow: hidden;
  background-color: #F4F6FA;
}

.faq-question {
  width: 100%;
  padding: 20px;
  font-size: 16px;
  color: black;
  background-color: transparent;
  font-weight: 500;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.faq-question span{
    color: black;
}

.faq-question .icon {
  font-size: 20px;
  transition: transform 0.3s ease;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 20px;
  transition: max-height 0.3s ease, padding 0.3s ease;
}

.faq-answer.open {
  padding: 15px 20px;
  max-height: 100% !important;
}


.faq-answer p {
    font-size: 15px;
}


@media (max-width:768px) {
    .faq-sec .head h2 {
        font-size: 24px;
    }
    .faq-item {
        margin-bottom: 10px;
    }
    .faq-question {
        padding: 8px;
        font-size: 14px;
    }
    .faq-answer p {
        font-size: 14px;
    }
    
}

/* EMI CALCULATOR */


.emi-calculator .container{
    background-color: #F6F6F6;
    border-radius: 10px;
    padding: 35px 20px;
}

.emi-calculator .row .col-md-6, .emi-calculator .row .col-md-8{
    padding: 0px;
    padding-right: 20px;
}
.emi-calculator h2 {
  margin-bottom: 30px;
  font-size: 25px;
  font-weight: 600;
}

.emi-calculator  .form-group {
  margin-bottom: 30px;
}

.emi-calculator  .form-group label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 400;
  font-size: 13px;
  margin-bottom: 0px;
  color: #4B4B4B;
}
.emi-calculator  .form-group.value{
    padding: 4px 6px;
    border: solid 1px #cfcfcf;
    color: black;
    font-size: 12px;
}
.emi-calculator  .form-group input[type="range"] {
  width: 100%;
  appearance: none;
  height: 6px;
  background: var(--primary-color);
  border-radius: 4px;
  outline: none;
  position: relative;
  z-index: 1;
}

/* Thumb style - Chrome, Safari */
.emi-calculator  .form-group input[type="range"]::-webkit-slider-thumb {
  appearance: none;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: var(--secondary-color);
  border: 2px solid white;
  margin-top: -7px; /* Centers the thumb on the track */
  cursor: pointer;
  position: relative;
  z-index: 2;
  box-shadow: 0 0 4px rgba(0,0,0,0.3);
}   

/* Thumb style - Firefox */
.emi-calculator  .form-group input[type="range"]::-moz-range-thumb {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: var(--secondary-color);
  border: 2px solid white;
  cursor: pointer;
  box-shadow: 0 0 4px rgba(0,0,0,0.3);
}
.emi-calculator  .form-group input[type="range"]::-webkit-slider-runnable-track {
  height: 6px;
  background: linear-gradient(to right, var(--secondary-color) 0%, var(--secondary-color) 0%, var(--primary-color) 0%, var(--primary-color) 100%);
  border-radius: 4px;
  position: relative;
  z-index: 1;
}
.emi-calculator  .form-group .range-labels {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  margin-top: 5px;
  color: #555;
}
.emi-calculator  .form-sec .result-main span{
    font-size: 15px;
}
.emi-calculator   .form-sec .result-main{
    padding: 20px 10px;
    background-color: #eeeeee;
    border-radius: 5px;
}

.emi-calculator  .form-sec .result-main h3{
    color: var(--primary-color);
    font-size: 18px;
    font-weight: 700;
}
.emi-calculator ul li{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.emi-calculator ul li span{
    font-size: 15px;
}
.emi-calculator ul li .title{
    min-width: 200px;
}
.emi-calculator ul li .amount{
    font-weight: 600;
}
.emi-calculator .right .buttons{
    display: flex;
    gap: 10px;
    margin-top: 25px;
}
.emi-calculator .right  .buttons a{
    padding: 15px 25px;
    border-radius: 30px;
}
.emi-calculator .right  .buttons a span{
    font-size: 16px;
}
.emi-calculator .right .buttons a i{
    font-size: 16px;
}
.emi-calculator .right  .buttons .btn-1{
    background-color: white;
    color: var(--primary-color);
}
.emi-calculator .right  .buttons .btn-1:hover{
    background-color: var(--primary-color);
    color: var(--primary-color-font);
    transition: ease-in-out 0.3s;
}
.emi-calculator .right  .buttons .btn-2{
    background-color: var(--secondary-color);
    color: var(--secondary-color-font);
}
.emi-calculator .right  .buttons .btn-2:hover{
    background-color: var(--primary-color);
    color: var(--primary-color-font);
    transition: ease-in-out 0.3s;
}

@media (max-width:768px) {
    .emi-calculator .row .col-md-6, .emi-calculator .row .col-md-8{
        padding-right: 0px;
    }
    .emi-calculator .container {
        padding: 20px 10px;
    }
    .emi-calculator .form-sec .result-main{
        margin-bottom: 15px;
    }
    .emi-calculator .right .buttons a {
        padding: 12px 15px;
    }
    .cta-sec .container .left .buttons a{
        padding: 12px 15px;
    }
    .cta-sec .container .left .buttons a span{
        font-size: 14px;
        white-space: nowrap;
    }
    .cta-sec .container .left .buttons a i{
        font-size: 14px;
    }

    .cta-sec .container{
        margin: 10px;
        padding: 30px 15px;
    }
    .emi-calculator ul li{
        font-size: 15px;
    }
}


/* MODAL CSS */


.modal-overlay.modal-form {
  display: none; /* Hidden by default */
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  justify-content: center;
  align-items: center;
}
.modal-overlay.modal-form.active {
  display: flex;
}
.modal-overlay.modal-form .modal-content {
  background: #fff;
  padding: 2rem;
  border-radius: 8px;
  width: 90%;
  max-width: 500px;
  position: relative;
  /* animation: fadeIn 0.3s ease-in-out; */
}
.modal-overlay.modal-form .modal-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.modal-overlay.modal-form .modal-head h2 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0px;
}
.modal-overlay.modal-form .modal-head .close-btn {
  cursor: pointer;
}
.modal-overlay.modal-form .modal-head .close-btn i {
  font-size: 20px;
}
.modal-overlay.modal-form .form-group {
  margin-bottom: 1rem;
}
.modal-overlay.modal-form input,
.modal-overlay.modal-form textarea {
  width: 100%;
  padding: 0.5rem;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.modal-overlay.modal-form .form-group label {
  font-size: 14px;
  margin-left: 4px;
}
.modal-overlay.modal-form .form-group .form-control {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.modal-overlay.modal-form .submit-btn{
  padding: 12px;
  background-color: var(--primary-color);
  width: 100%;
  color: var(--primary-color-font);
  border: none;
  border-radius: 4px;
  cursor: pointer;
  margin-top: 10px;
}
.hidden-fields-container{
    opacity: 0;
}
@keyframes fadeIn {
  from { opacity: 0; transform: scale(0.95); }
  to { opacity: 1; transform: scale(1); }
}



/* GALLERY MODAL */

.fancy-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(15, 15, 15, 0.95);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  animation: fadeIn 0.3s ease-in-out;
}

.fancy-modal-content {
  position: relative;
  max-width: 90%;
  max-height: 90%;
  animation: zoomIn 0.4s ease;
}

.fancy-modal-content img {
  width: 100%;
  max-width: 800px;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.6);
  transition: transform 0.3s ease;
}

.fancy-close-btn {
  position: absolute;
  top: -20px;
  right: -20px;
  font-size: 32px;
  background: #fff;
  color: #111;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
  box-shadow: 0 0 10px rgba(255,255,255,0.4);
  transition: all 0.3s ease;
}

.fancy-close-btn:hover {
  background: #ff3d3d;
  color: #fff;
}

/* Animations */
@keyframes zoomIn {
  from { transform: scale(0.8); opacity: 0; }
  to { transform: scale(1); opacity: 1; }
}

@keyframes fadeIn {
  from { background: rgba(15,15,15,0); }
  to { background: rgba(15,15,15,0.95); }
}



/* Custom scrollbar only for the body */
body::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

body::-webkit-scrollbar-track {
  background: #f0f0f0;
  border-radius: 10px;
}

body::-webkit-scrollbar-thumb {
  background: #999;
  border-radius: 10px;
}

body::-webkit-scrollbar-thumb:hover {
  background: #666;
}


/* VIDEO SEC */

.video-sec {
    padding: 60px 20px;
    background-color: #f9f9f9; /* Optional for contrast */
}

.video-sec .container {
    display: flex;
    justify-content: center;
}

.video-sec .video-wrapper {
    width: 100%;
    max-width: 1000px;
}

.video-sec .video-embed {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
    width: 100%;
}

.video-sec .video-embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 8px; /* Optional: rounded corners */
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1); /* Optional: subtle shadow */
}

@media (max-width: 768px) {
    .video-sec {
        padding: 0px ;
    }    
}


/* SIDEBAR */


.right-sidebar {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  z-index: 1052;
}

.right-sidebar__panel {
  width: 0;
  height: 100%;
  background-color: #ffffff;
  color: #000000;
  overflow-x: hidden;
  transition: 0.4s;
}
.right-sidebar__panel .content{
      padding: 60px 20px 20px 20px;
}
.right-sidebar__panel .content h2{
    color: rgb(0, 0, 0);
    font-size: 22px;
    margin-bottom: 10px;
}
.right-sidebar__panel .content p{
    color: rgb(34, 34, 34);
    font-size: 14px;
}
.right-sidebar__panel a {
  padding: 0px 15px;
  position: absolute;
  left: 0;
  top: 0;
  text-decoration: none;
  color: #000000;
  display: block;
  transition: 0.3s;
}
.right-sidebar label{
    color: rgb(65, 65, 65);
    font-size: 14px;
}
.right-sidebar input{
    width: 100%;
    padding: 12px;
    background-color: white;
    border: none;
    margin-bottom: 15px;
    border: solid 1px rgb(192, 192, 192);
}
.right-sidebar  .submit-btn{
    background-color: var(--primary-color);
    color: var(--primary-color-font);
}

.right-sidebar form{
    margin-top: 20px;
}
.right-sidebar__close {
  position: absolute;
  top: 15px;
  left: 15px;
  font-size: 30px;
  cursor: pointer;
}

.fixed-vertical-btn {
  position: fixed;
  top: 50%;
  right: 35px;
  transform: translateY(-50%) rotate(270deg);
  transform-origin: right center;
  background-color: var(--primary-color);
  color: var(--primary-color-font);
  text-decoration: none;
  padding: 12px 20px;
  font-size: 16px;
  box-shadow: 0 4px 6px rgba(0,0,0,0.2);
  z-index: 999;
  transition: background 0.3s ease;
}


/* Overlay */
.right-sidebar__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
  z-index: 1050;
}

/* Show overlay */
.right-sidebar__overlay.active {
  opacity: 1;
  visibility: visible;
}

.right-sidebar__panel .head img{
    height: 60px;
    width: auto;
    margin-bottom: 30px;
}


@media (max-width:768px) {
    .fixed-vertical-btn{
        display: none;
    }
}