/**************************************
                General
**************************************/
:root {
    --animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --animation-duration: 1s;
    --card-width: 400px;
    --card-height: 450px;
    --card-transition-duration: 800ms;
    --card-transition-easing: ease;
  }

*,
*::before,
*::after {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

html {
    font-size: 100%;
    box-sizing: inherit;
    scroll-behavior: smooth;
    height: -webkit-fill-available;
}
html.lenis, html.lenis body {
    height: auto;
  }
  
  .lenis.lenis-smooth {
    scroll-behavior: auto !important;
  }
  
  .lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain;
  }
  
  .lenis.lenis-stopped {
    overflow: hidden;
  }
  
  .lenis.lenis-smooth iframe {
    pointer-events: unset;
  }
html::-webkit-scrollbar {
    width: 4px;
    background-color: #dddddd;
}

html::-webkit-scrollbar-thumb {
    background-color: #000000;
    border-radius: 50rem;
}

a,
button {
    cursor: pointer;
    border: none;
    outline: none;
    user-select: none;
    background: none;
    box-shadow: none;
}

ol,
ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

body {
    font-size: 16px;
    font-family: 'Inter Regular';
    font-weight: normal;
    color: #000;
}

a,
a:hover,
a:focus {
    color: #c89e43;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}
h2.section-title{
    font-family: 'Cinzel Bold';
}
h3,h4{
    font-family: 'Roboto Bold';
    font-weight: normal;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
}

main {
    overflow: clip;
}

img {
    max-width: 100%;
    height: auto;
    transition: all .5s;
}

.w-100 {
    width: 100% !important;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.text-center {
    text-align: center;
}

.container-fluid {
    padding: 0 100px;
}


/* Popup */
.popup {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.64);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    z-index: 999999;
    opacity: 0;
    transform: translateY(10px);
    z-index: -1;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    .nice-select.form-control {
    height: auto;
    margin-bottom: 15px;
}
}

.popup.show {
    opacity: 1;
    transform: translateY(0px);
    z-index: 999999;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transition: opacity 0.5s ease, transform 0.5s ease;
    -webkit-transition: opacity 0.5s ease, transform 0.5s ease;
    -moz-transition: opacity 0.5s ease, transform 0.5s ease;
    -ms-transition: opacity 0.5s ease, transform 0.5s ease;
    -o-transition: opacity 0.5s ease, transform 0.5s ease;
}

.popup .popup__content {
    width: 50%;
    padding: 0px;
    background: white;
    color: black;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    overflow: hidden;
    z-index: 99999;
}

.popup .popup__content .close {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 20px;
    display: block;
    width: 40px;
    height: 40px;
    opacity: 1;
    color: #ffffff;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
    border-radius: 50% 10px 50% 50%;
    flex-direction: column;
    gap: 5px;
    background-color: #15222B;
    transition: all .5s;
    z-index: 9;
}

.popup .popup__content .close:hover {
    background-color: #c89e43;
}

.popup .popup__content .close:hover span {
    background-color: #15222B;
}

.popup .popup__content .close span {
    cursor: pointer;
    position: fixed;
    width: 20px;
    height: 3px;
    background: #ffffff;
}

.popup .popup__content .close span:nth-child(1) {
    transform: rotate(45deg);
}

.popup .popup__content .close span:nth-child(2) {
    transform: rotate(135deg);
}
.popup {
    .primary-btn{
        border: 0;
    }
    label{
        display: block;
        margin-bottom: 4px;
    }
    .primary-btn:hover{
        background-color: #c89e43;
        color: #fff;
        border-color: #c89e43;
        outline: none;
        box-shadow: 0px 0px 40px 0px #c89e43;
    }
}
.left {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(145deg, #15222b 0%, #1e3a5f70 30%), url(../img/banner-img.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
}

.right {
    padding: 30px;
    text-align: left;
    .title{
        font-size: 44px;
        margin-bottom: 10px;
        color: #000;
        text-transform: capitalize;
    }
}
@keyframes ring {
  0% {
    transform: rotate(0) scale(1) skew(0deg);
  }

  10% {
    transform: rotate(-25deg) scale(1) skew(0deg);
  }

  20% {
    transform: rotate(25deg) scale(1) skew(0deg);
  }

  30% {
    transform: rotate(-25deg) scale(1) skew(0deg);
  }

  40% {
    transform: rotate(25deg) scale(1) skew(0deg);
  }

  50% {
    transform: rotate(0) scale(1) skew(0deg);
  }

  100% {
    transform: rotate(0) scale(1) skew(0deg);
  }
}

.fixed-btn {
    position: fixed;
    right: 10px;
    z-index:99;
    bottom: 40px;
}
.fc,.fw{
    &:hover{
        transform: scale(1.1);
    }
}

/* Ultra Modern View Transitions Collection 2025 */
/* Choose any one animation set by uncommenting it */

/* Enable view transitions for navigation */
@media(prefers-reduced-motion: no-preference) {
    @view-transition {
        navigation: auto;
    }
}

/* Basic settings for all animations */
::view-transition-group(*) {
    animation-duration: 0.8s;
    animation-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
    animation-fill-mode: both;
}
/* ========================
   3. PARALLAX DEPTH TRANSITION (Uncomment to use)
   ======================== */

::view-transition-old(root) {
    animation: parallaxDepthOut 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

::view-transition-new(root) {
    animation: parallaxDepthIn 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@keyframes parallaxDepthOut {
    0% { 
        transform: perspective(1000px) translateZ(0px) rotateX(0deg);
        opacity: 1;
        filter: blur(0px) brightness(1);
    }
    50% {
        transform: perspective(1000px) translateZ(-300px) rotateX(-15deg);
        opacity: 0.6;
        filter: blur(5px) brightness(0.7);
    }
    100% { 
        transform: perspective(1000px) translateZ(-600px) rotateX(-30deg);
        opacity: 0;
        filter: blur(15px) brightness(0.3);
    }
}

@keyframes parallaxDepthIn {
    0% { 
        transform: perspective(1000px) translateZ(600px) rotateX(30deg);
        opacity: 0;
        filter: blur(15px) brightness(1.5);
    }
    50% {
        transform: perspective(1000px) translateZ(300px) rotateX(15deg);
        opacity: 0.6;
        filter: blur(5px) brightness(1.2);
    }
    100% { 
        transform: perspective(1000px) translateZ(0px) rotateX(0deg);
        opacity: 1;
        filter: blur(0px) brightness(1);
    }
}
/**************************************
                Helper Class
**************************************/

.sec-gap {
    padding: 60px 0;
}

.pb-80 {
    padding-bottom: 60px;
}

.mb-20 {
    margin-bottom: 20px;
}
.mb-50{
    margin-bottom: 50px;
}
p {
color: #000;
font-family: 'Roboto Regular';
font-size: 16px;
font-style: normal;
font-weight: normal;
line-height: 150%;
}

.sub-title{
color: #919191;
font-size: 20px;
font-style: normal;
font-weight: normal;
line-height: normal;
text-transform: uppercase;
margin-bottom: 8px;
}
.title-md{
color: #192741;
font-size: 22px;
font-style: normal;
font-weight: normal;
line-height: 140.909%;
margin-bottom: 10px;
}  
.title {
    color: #000000;
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: 63px;
    margin-bottom: 45px;
    text-transform: uppercase;
}
.section-title {
color: #000;
font-family: 'Roboto Bold';
font-size: 40px;
font-style: normal;
font-weight: normal;
line-height: 120%;
margin-bottom: 10px;
}
  
.small-line {
    width: 68px;
    height: 2px;
    background-color: rgb(237, 143, 0);
    display: inline-block;
    margin-left: 6px;
    margin-top: 20px;
    margin-bottom: 24px;
}
.mb-60{
    margin-bottom: 60px;
}
  
.primary-btn {
    color: rgb(255, 255, 255);
    font-size: 18px;
    font-style: normal;
    line-height: normal;
    padding: 18px 40px;
    border-radius: 12px;
    background: #181A20;
    transition: all 1s;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
    font-family: 'Inter Medium';
    gap: 59px;
}
 
.primary-btn:before,
.primary-btn:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    scale: 1;
    opacity: 0;
    left: 0;
    background: #c89e43;
    z-index: -1;
    transition: all .35s;
    transform-origin: center;
}

/* .primary-btn:before {
    opacity: .5;
} */

/* .primary-btn:after {
    transition-delay: .2s;
} */

.primary-btn:hover:before,
.primary-btn:hover:after {
    scale: 1.5;
    opacity: 1;
}

.primary-btn:hover {
    color: #ffffff;
    border-color: #2E2A25;
    box-shadow: 0px 0px 40px 0px #c89e43;
    transform: scale(1.041);
}

.primary-btn:focus {
    color: currentColor;
}
.dark-border{
    border-bottom-color: #1F2A44;
    &::after,
    &::before{
        background-color: #1F2A44;
    }

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

.form-control {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    display: flex;
    align-items: center;
    color: #000000;
    padding: 12px 15px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border: 1px solid #C1C1C1;
    width: 100%;
    border-radius: 4px;
    outline: none;
}

.form-control:focus {
    border-color: #c89e43;
}

form .btn-group {
    justify-content: center;
}

.form-group {
    margin-bottom: 10px;
}

input,
input:focus {
    outline: none;
    box-shadow: none !important;
}

.form-control::placeholder {
    color: rgba(46, 49, 58, 0.5);
}

.form-group {
    position: relative;
}

.italic {
    font-style: italic;
}

.mtn-40{
    margin-top: -40px;
}
/**************************************
         Animation
**************************************/
/* Keyframes */
@keyframes slideInUp {
    0% {
        opacity: 0;
        transform: translateY(25%);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes slideInDown {
    0% {
        opacity: 0;
        transform: translateY(-25%);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

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

    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes slideInRight {
    0% {
        opacity: 0;
        transform: translateX(-25%);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        transform: scale(0.75);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes zoomReverseIn {
    0% {
        opacity: 0;
        transform: scale(1.25);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes flipInY {
    0% {
        opacity: 0;
        transform: perspective(90vw) rotateY(67.50deg);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

/* Animations */
[data-animation] {
    opacity: 0;
    animation-timing-function: var(--animation-timing-function);
    animation-fill-mode: both;
    animation-duration: var(--animation-duration);
    will-change: transform, opacity;
}

/* Disable animation of the children */
.animations-disabled,
.animations-disabled [data-animation] {
    animation: none !important;
    opacity: 1 !important;
}

/* Slide Animations */
.slideInUp {
    animation-name: slideInUp;
}

.slideInDown {
    animation-name: slideInDown;
}

.slideInLeft {
    animation-name: slideInLeft;
}

.slideInRight {
    animation-name: slideInRight;
}

/* Fade Animations */
.fadeIn {
    animation-name: fadeIn;
}

/* Zoom Animations */
.zoomIn {
    animation-name: zoomIn;
}

.zoomReverseIn {
    animation-name: zoomReverseIn;
}

/* Flip Animations */
.flipInY {
    animation-name: flipInY;
}

.flipOutY {
    animation-name: flipInY;
    animation-direction: reverse;
}

/*******************************
	Menu
*******************************/
.topbar{
    position: relative;
    &::after{
        content: '';
        content: '';
        width: 30%;
        height: 100%;
        background-color: #192741;
        position: absolute;
        right: 0;
        top: 0;
        z-index: -1;

    }
}
.topbar a{
    color: rgb(255, 255, 255);
    display: flex;
    align-items: center;
    gap: 6px;
}
.topbar .container{
    display: flex;
    align-items: center;
    justify-content: end;
}
.call-email{
    background-color: #192741;
    font-size: 17px;
    color: rgb(255, 255, 255);
    line-height: inherit; 
    padding: 5px 0; 
    padding-left: 50px;
    display: flex;
    align-items: center;
    gap: 40px;
    position: relative;
    &::before{
    content: '';
    width: 53px;
    height: 53px;
    border-bottom: solid 25px #80c54300;
    border-right: solid 26px #192741;
    border-left: solid 26px #80c54300;
    border-top: solid 27px #192741;
    position: absolute;
    left: -52px;
    bottom: 0;
    }
}
.top-social{
    display: flex;
    gap: 8px;
    a{
        width: 31px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all .7s;
        &:hover{
            transform: scale(1.1);
        }

    }
}
.cal-btn {
    color: #1F2A44;
    font-size: 32px;
    font-style: normal;
    font-weight: normal;
    line-height: 16px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-left: 90px;
}
.header-area {
    background: rgba(255, 255, 255, 0.10);
    box-shadow: 0 6px 10px 4px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(3px);
    position: fixed;
    z-index: 999;
    right: 0;
    left: 0;
    .container-fluid{
        padding: 0 90px;
    }
}

.flex-box {
    display: flex;
    align-items: center;
    gap: 15px;
}
.s-mobile{
    display: none;
}
.header-area.sticky {
    background: #181A20;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    animation: slideDown 0.35s ease-out;
    
}
.menu-overlay {
  position: fixed;
  inset: 0;
  background: #0000002e;
  backdrop-filter: blur(3px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 9;
}

.menu-overlay.active {
  opacity: 1;
  visibility: visible;
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}


.main-menu {
    display: flex;
    align-items: center;
}

header {
    position: relative;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999;
    transition: ease-in-out .4s;

}

.main-menu {
    margin-left: 48px;
}

nav {
    position: relative;
    margin: 0 auto
}

#menu,
#menu .main-menu ul,
#menu .main-menu ul li,
#menu .main-menu ul li a,
#menu #head-mobile {
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

#menu {
    position: relative;
    display: flex;
    align-items: center;

}

#menu>.main-menu>ul>li {
    float: left;
    padding-inline: 12px;
}

#menu>.main-menu>ul>li>a {
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    padding: 30px 6px;
    display: inline-block;
    color: #FFF;
    font-size: 16px;
    font-family: 'Inter Medium';
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    &::after{
        content: '';
        position: absolute;
        bottom: 28px;
        left: 7px;
        width: 25px;
        height: 2px;
        background-color: #ffffff;
        scale: 0 0;
        transform-origin: left;
        transition: all .5s;
    }
}


#menu>.main-menu>ul>li:hover>a,
#menu .main-menu ul li.current-menu-item a {
    &::after{
        scale: 1 1;
    }
}

#menu>.main-menu>ul>li:hover,
#menu .main-menu ul li.current-menu-item:hover,
#menu .main-menu ul li.current-menu-item,
#menu .main-menu ul li.has-sub.current-menu-item:hover {
    background: #e9cba400 !important;
}

#menu>.main-menu>ul>li.has-sub>a::before {
    top: 34px;
    right: -8px;
    transition: all .4s;
    content: "";
    position: absolute;
    z-index: 11;
    display: block;
    width: 8px;
    height: 8px;
    border-top: 1px solid;
    border-left: 1px solid;
    transform: rotate(225deg);
}

#menu .main-menu ul ul {
    position: absolute;
    left: -9999px;
    box-shadow: 0px 12px 10px 0px #0000004f;
    width: auto;
}

#menu .main-menu ul ul li {
    height: 0;
    -webkit-transition: all .25s ease;
    -ms-transition: all .25s ease;
    background: rgb(255, 255, 255);
    transition: all .25s ease
}


#menu li:hover>ul {
    left: auto
}

#menu li:hover>ul>li {
    height: 40px;
    display: block;
    align-items: center;
}

#menu ul ul ul {
    margin-left: 100%;
    top: 0
}

#menu ul ul li a {
    padding: 10px 20px;
    width: auto;
    font-size: 20px;
    text-decoration: none;
    font-weight: normal;
    white-space: nowrap;
    display: block;
    color: #FFF;
    font-style: normal;
    line-height: normal;
}

#menu .main-menu ul ul li:last-child>a,
#menu .main-menu ul ul li.last-item>a {
    border-bottom: 0
}

#menu .main-menu ul ul li:hover a {
    color: #fff;
    background-color: #000000;
}
#menu .main-menu ul ul li.has-sub ul li a{
    background-color: #fff;
    color: #000;
    &:hover{
        background-color: #000000;
        color: #fff;
    }

}
#menu .main-menu ul ul li.has-sub>a:after {
    position: absolute;
    top: 13px;
    right: 11px;
    width: 8px;
    height: 8px;
    display: block;
    content: '';
    border-bottom: 1px solid;
    border-right: 1px solid;
    transform: rotate(-45deg);
    transition: all .4s;
}


#menu .main-menu ul ul li.has-sub:hover,
#menu .main-menu ul li.has-sub ul li.has-sub ul li:hover {
    background: #ffffff
}

#menu ul ul ul li.active a {
    border-left: 1px solid #333
}

#menu>.main-menu>ul>li.has-sub>ul>li.active>a,
#menu .main-menu>ul ul>li.has-sub>ul>li.active>a {
    border-top: 1px solid #333
}

#menu .main-menu ul li.current-menu-item ul li a {
    color: #000;
}

#menu .main-menu ul li.current-menu-item ul li a:hover {
    color: #ffffff;
}
.menu-btn{
    border-radius: 12px;
    border: 1px solid #FFF;
    display: inline-block;
    padding: 9px 22px;
    color: #FFF;
    text-align: center;
    font-family: 'Inter Regular';
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    line-height: 26.6px;
    transition: all .5s;
    margin-left: auto;
    &:hover{
        background-color: #ffffff;
        color: #000000;
        box-shadow: 0px 0px 40px 0px #ffffff;
    }
}
.search-btn {
    width: 37px;
    height: 37px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.30);
    backdrop-filter: blur(2px);
    margin-left: 20px;
    &:hover{
        background: rgba(255, 215, 0, 0.2);
        border-color: #c89e43;
        transform: scale(1.05);
        img{
            transform: scale(1.1);
        }
    }
}

 .search-overlay {
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: rgba(0, 0, 0, 0.95);
            backdrop-filter: blur(10px);
            z-index: 2000;
            display: flex;
            align-items: center;
            justify-content: center;
            opacity: 0;
            visibility: hidden;
            transition: all 0.4s ease;
        }

        .search-overlay.active {
            opacity: 1;
            visibility: visible;
        }

        .search-container {
            width: 90%;
            max-width: 700px;
            position: relative;
            transform: translateY(-50px);
            transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
        }

        .search-overlay.active .search-container {
            transform: translateY(0);
        }

        .search-box {
            position: relative;
            width: 100%;
        }

        .search-input {
            width: 100%;
            padding: 1.5rem 4rem 1.5rem 2rem;
            font-size: 1.3rem;
            background: rgba(255, 255, 255, 0.05);
            border: 2px solid rgba(255, 215, 0, 0.3);
            border-radius: 50px;
            color: #fff;
            outline: none;
            transition: all 0.3s ease;
        }

        .search-input:focus {
            border-color: #c89e43;
            box-shadow: 0 0 30px rgba(255, 215, 0, 0.3);
            background: rgba(255, 255, 255, 0.08);
        }

        .search-input::placeholder {
            color: rgba(255, 255, 255, 0.5);
        }

        .search-submit {
            position: absolute;
            right: 8px;
            top: 50%;
            transform: translateY(-50%);
            width: 50px;
            height: 50px;
            background: linear-gradient(90deg, #b8860b 0%, #d4af37 25%, #ffd700 50%, #d4af37 75%, #b8860b 100%);
            border: none;
            border-radius: 50%;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s ease;
        }

        .search-submit:hover {
            transform: translateY(-50%) scale(1.1);
            box-shadow: 0 5px 20px rgba(255, 215, 0, 0.5);
        }

        .search-submit svg {
            width: 22px;
            height: 22px;
            fill: #000;
        }

        .close-search {
            position: absolute;
            top: -60px;
            right: 0;
            width: 45px;
            height: 45px;
            background: rgba(255, 255, 255, 0.1);
            border: 1px solid rgba(255, 255, 255, 0.2);
            border-radius: 50%;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s ease;
        }

        .close-search:hover {
            background: rgba(255, 255, 255, 0.2);
            transform: rotate(90deg);
        }

        .close-search svg {
            width: 24px;
            height: 24px;
            stroke: #fff;
        }

        .search-suggestions {
            margin-top: 2rem;
            padding: 1.5rem;
            background: rgba(255, 255, 255, 0.03);
            border-radius: 15px;
            border: 1px solid rgba(255, 255, 255, 0.1);
        }

        .suggestion-title {
            color: rgba(255, 255, 255, 0.6);
            font-size: 0.85rem;
            text-transform: uppercase;
            letter-spacing: 1px;
            margin-bottom: 1rem;
        }

        .suggestion-items {
            display: flex;
            flex-wrap: wrap;
            gap: 0.8rem;
        }

        .suggestion-tag {
            padding: 0.6rem 1.2rem;
            background: rgba(255, 215, 0, 0.1);
            border: 1px solid rgba(255, 215, 0, 0.3);
            border-radius: 20px;
            color: #c89e43;
            font-size: 0.9rem;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .suggestion-tag:hover {
            background: rgba(255, 215, 0, 0.2);
            transform: translateY(-2px);
        }
/* .search-container {
            position: relative;
            z-index: 1000;
            margin-left: 40px;
            margin-right: 50px;
        } */

        /* .search-btn.active {
            background: linear-gradient(45deg, #ffffff, #000000);
            transform: rotate(180deg);
        }

        .search-box {
            position: absolute;
            top: 50%;
            right: 0;
            transform: translateY(-50%) scaleX(0);
            transform-origin: right center;
            background: rgba(255, 255, 255, 0.95);
            backdrop-filter: blur(10px);
            border: 2px solid #ffffff;
            border-radius: 12px;
            width: 300px;
            opacity: 0;
            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
            z-index: 999;
            display: flex;
            align-items: center;
        }

        .search-box.active {
            transform: translateY(-50%) scaleX(1);
            opacity: 1;
        }

        .search-input {
            width: 100%;
            border: none;
            outline: none;
            padding: 18px 48px 18px 16px;
            font-size: 1rem;
            background: transparent;
            color: #000000;
            border-radius: 25px;
        }

        .search-input::placeholder {
            color: #7f8c8d;
        }

        .search-close-btn {
            position: absolute;
            right: 10px;
            top: 50%;
            transform: translateY(-50%);
            background: none;
            border: none;
            width: 30px;
            height: 30px;
            border-radius: 50%;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s ease;
            color: #7f8c8d;
        }

        .search-close-btn:hover {
            background: rgba(231, 76, 60, 0.1);
            color: #000000;
            transform: translateY(-50%) scale(1.1);
        }

        .search-close-btn svg {
            width: 16px;
            height: 16px;
            fill: currentColor;
        } */
@media screen and (max-width:992px) {
    header {
        position: relative;
        width: 100%;
        height: 70px;
    }

    #menu .main-menu ul li.current-menu-item ul li a {
        color: #ffffff;
    }

    nav {
        width: 100%
    }

    #menu {
        width: 100%
    }

    #menu ul {
        width: 100%;
        display: none;
    }

    #menu .main-menu {
        width: 100%;
        position: fixed;
        height: 100% !important;
        background-color: rgb(1, 57, 102);
        transform: translateX(-100%);
        transition: all .4s;
        top: 90px;
        left: 0;
    }

    #menu .main-menu.open {
        transform: translateX(0%);

    }

    #menu .main-menu ul li {
        width: 100%;
    }

    #menu .main-menu ul li:hover {
        background: #363636
    }

    #menu .main-menu ul ul li,
    #menu li:hover>ul>li {
        height: auto
    }

    #menu .main-menu ul li a,
    #menu .main-menu ul ul li a {
        width: 100%;
        border-bottom: 0;
        color: #ffffff;
    }

    #menu>.main-menu>ul>li {
        float: none
    }

    #menu ul ul li a {
        padding-left: 25px
    }

    #menu ul ul li {
        background: #1b268600 !important
    }


    #menu ul ul ul li a {
        padding-left: 35px
    }

    #menu ul ul li a {
        color: #ddd;
        background: none
    }

    #menu ul ul li:hover>a,
    #menu ul ul li.active>a {
        color: #fff
    }

    #menu .main-menu ul ul {
        box-shadow: none;
    }

    #menu .main-menu ul ul,
    #menu .main-menu ul ul ul {
        position: relative;
        left: 0;
        width: 100%;
        margin: 0;
        text-align: left;
        top: 0;
        transform: unset;
        height: auto;
    }

    #menu .main-menu ul ul.open {
        transform: unset;
    }

    #menu>ul>li.has-sub>a:after,
    #menu>ul>li.has-sub>a:before,
    #menu ul ul>li.has-sub>a:after,
    #menu ul ul>li.has-sub>a:before {
        display: none
    }

    #menu #head-mobile {
        display: block;
        padding: 23px;
        color: #ddd;
        font-size: 12px;
        font-weight: 700
    }

    .hamburger {
        width: 55px;
        height: 48px;
        position: absolute;
        right: 0;
        top: 12px;
        cursor: pointer;
        z-index: 12399994;
    }

    .hamburger:after {
        position: absolute;
        top: 24px;
        right: 10px;
        display: block;
        height: 14px;
        width: 35px;
        border-top: 2px solid #ffffff;
        border-bottom: 2px solid #ffffff;
        content: '';
    }

    .hamburger:before {
        -webkit-transition: all .3s ease;
        -ms-transition: all .3s ease;
        transition: all .3s ease;
        position: absolute;
        top: 12px;
        right: 10px;
        display: block;
        height: 2px;
        width: 35px;
        background: #ffffff;
        content: '';
    }

    .hamburger.menu-opened:after {
        -webkit-transition: all .3s ease;
        -ms-transition: all .3s ease;
        transition: all .3s ease;
        top: 23px;
        border: 0;
        height: 2px;
        width: 35px;
        background: #ffffff;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    .hamburger.menu-opened:before {
        top: 23px;
        background: #ffffff;
        width: 35px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    #menu .submenu-button {
        position: absolute;
        z-index: 99;
        right: 0;
        top: 0;
        display: block;
        border-left: 0;
        height: 50px;
        width: 60px;
        cursor: pointer
    }

    /* #menu .submenu-button.submenu-opened {
      background:#1b268600;
  } */

    #menu ul ul .submenu-button {
        height: 56px;
        width: 68px;
        background: rgb(255 255 255 / 3%);
    }

    #menu .submenu-button:after {
        position: absolute;
        top: 9px;
        right: 22px;
        width: 10px;
        height: 10px;
        display: block;
        content: '';
        border-bottom: 1px solid #fff;
        border-right: 1px solid #fff;
        transform: rotate(45deg);
        transition: all .4s;
    }

    #menu ul ul .submenu-button:after {
       top: 25px;
        right: 27px;
    }

    #menu ul ul .submenu-button.submenu-opened:after {
        top: 16px;
    }

    #menu .submenu-button.submenu-opened:after {
        transform: rotate(-135deg);
        top: 15px;
    }


    #menu ul ul .submenu-button:before {
        top: 12px;
        right: 16px
    }

    #menu .submenu-button.submenu-opened:before {
        display: none
    }

    #menu ul ul ul li.active a {
        border-left: none
    }

    #menu>ul>li.has-sub>ul>li.active>a,
    #menu>ul ul>li.has-sub>ul>li.active>a {
        border-top: none
    }
    #menu .main-menu ul ul li.has-sub>a:after{
        display: none;
    }
}

 .cursor {
    position: fixed;
    width: 10px;
    height: 10px;
    background: #D2B450; /* Simplified gradient */
    border-radius: 50%;
    pointer-events: none;
    z-index: 9999;
    transition: all 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94), 
                background 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94),
                box-shadow 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
    mix-blend-mode: normal;
    will-change: transform; /* Performance optimization */
}

.cursor-trail {
    position: fixed;
    width: 6px;
    height: 6px;
    background: rgba(230, 157, 81, 0.8); /* Added alpha for better trail effect */
    border-radius: 50%;
    pointer-events: none;
    z-index: 999999;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    will-change: transform, opacity; /* Performance optimization */
}

.cursor-glow {
    position: fixed;
    width: 60px;
    height: 60px;
    border: 1px solid rgba(210, 180, 80, 0.6); /* Added alpha for subtle glow */
    border-radius: 50%;
    pointer-events: none;
    z-index: 999999;
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    animation: pulse 2s infinite;
    will-change: transform; /* Performance optimization */
}

@keyframes pulse {
    0% { 
        transform: scale(1); 
        opacity: 0.4; /* Slightly more visible */
    }
    50% { 
        transform: scale(1.2); 
        opacity: 0.15; 
    }
    100% { 
        transform: scale(1); 
        opacity: 0.4; 
    }
}

/* Enhanced Hover effects */
.cursor.hover {
    transform: scale(6);
    background: #D2B450;
    box-shadow: 0 0 1px rgba(210, 180, 80, 0.6); /* Added glow on hover */
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); /* Faster hover response */
    mix-blend-mode: hard-light;
}

.cursor-glow.hover {
    transform: scale(1.5);
    border-color: rgba(210, 180, 80, 0.9);
    border-width: 1px; /* Thicker border on hover */
    animation-duration: 1s; /* Faster pulse on hover */
}

/* Enhanced Particle effect */
.particle {
    position: fixed;
    width: 4px;
    height: 4px;
    background: #E69D51;
    border-radius: 50%;
    pointer-events: none;
    z-index: 1;
    opacity: 0;
    box-shadow: 0 0 6px rgba(230, 157, 81, 0.8); /* Added glow to particles */
    will-change: transform, opacity; /* Performance optimization */
}

/* Additional smooth animations */
.cursor,
.cursor-glow,
.cursor-trail {
    backface-visibility: hidden; /* Prevent flickering */
    transform-style: preserve-3d; /* Smoother 3D transforms */
}
* {
  cursor: none;
}

a,input[type="submit"],button,button img,a img,input[type="checkbox"] {
  cursor: pointer;
}
input,textarea{
    cursor: text;
}
.mobile{
    display: none;
}
.mobile-cta {
            width: 100%;
            padding: 1rem;
            background: linear-gradient(135deg, #ffd700, #ffed4e);
            border: none;
            border-radius: 30px;
            color: #000;
            font-size: 1rem;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            letter-spacing: 1px;
            transform: translateY(20px);
        }

        .mobile-menu.active .mobile-cta {
            opacity: 1;
            transform: translateY(0);
            transition-delay: 0.35s;
        }

        .mobile-cta:hover {
            transform: translateY(-3px);
            box-shadow: 0 10px 30px rgba(255, 215, 0, 0.4);
        }

        .mobile-contact-info {
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    transform: translateY(20px);
}

        .mobile-menu.active .mobile-contact-info {
            opacity: 1;
            transform: translateY(0);
            transition: all 0.3s ease;
            transition-delay: 0.4s;
        }

        .mobile-contact-info h3 {
            color: #ffffff;
            font-size: 1.4rem;
            text-transform: uppercase;
            letter-spacing: 1px;
            margin-bottom: 1rem;
        }

        .mobile-contact-info p {
            color: rgba(255, 255, 255, 0.7);
            font-size: 1.7rem;
            margin-bottom: 0.5rem;
        }
/************************************* Home Page **************************************/

.banner {
    overflow: hidden;
    position: relative;
}
video,.slider-bg {
    position: relative;
    width: 100%;
    height: 100dvh;
    object-fit: cover;
    margin-bottom: -4px;
}

.banner-item {
    position: relative;
    padding-block: 0px;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner-content {
    width: 100%;
    text-align: center;
}

.banner-item .container {
    position: absolute;
    z-index: 1;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.banner-item h1 {
    color: #FFF;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    font-size: 64px;
    font-style: normal;
    font-weight: normal;
    line-height: 125%;
    text-transform: uppercase;
    font-family: 'Cinzel Bold';
    margin-bottom: 20px;
}

.banner-item p {
    color: #FFF;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    font-family: 'Inter Semi Bold';
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    line-height: 150%;
    text-transform: uppercase;
    margin-bottom: 37px;
}
.all-citys{
    position: relative;
    display: none;
}
.city-cards{
    display: flex;
    gap: 60px;
    justify-content: center;
}
.btn-group {
    display: flex;
    gap: 25px;
}
.city-card{
    display: block;
}
/* Effect */
.cards {
position: relative;
}

.cards__inner {
display: flex;
flex-wrap: wrap;
gap: 2.5em;
justify-content: center;
}

/* ***** About ***** */
img{
    transition: all .5s;
}
.reg-no{
   background: #E9E9E9;
   background-blend-mode: luminosity;
   backdrop-filter: blur(5px);
   padding-block: 35px;
   h2{
    color: #000;
    text-align: center;
    font-family: 'Roboto Medium';
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 145%;
    text-transform: capitalize;
   }
}
/******************************/

footer {
    background: #181A20;
    width: 100%;
    padding-top: 60px;
}
.footer-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 60px;
    margin-bottom: 30px;

}
footer p {
    color: #BEBDBD;
font-family: 'Roboto Regular';
font-size: 14px;
font-style: normal;
font-weight: normal;
line-height: 26.6px; /* 190% */
}

.footer-title {
    color: #FFF;
    font-family: 'Roboto Medium';
    font-size: 15px;
    font-style: normal;
    font-weight: normal;
    line-height: 18px;
    text-transform: uppercase;
    margin-bottom: 25px;
}
footer ul li a,
footer p a {
    color: #BEBDBD;
font-family: 'Roboto Regular';
font-size: 14px;
font-style: normal;
font-weight: normal;
line-height: 26.6px;
}
footer ul li a:hover,
.contact-info a {
    color: #c89e43;
}
.top-social {
    align-items: center;
    p{
        margin-bottom: 0;
    }
    a{
        width: 32px;
        height: 32px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background-color: #ffffff00;
        display: flex;
        align-items: center;
        justify-content: center;
        &:hover{
            background-color: #c89e43;
            img{
                filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7427%) hue-rotate(23deg) brightness(118%) contrast(118%);
            }
        }
    }
}

.copyright {
    color: #fff;
    padding: 20px 0;
    text-align: left;
    font-size: 16px;
    display: flex;
    justify-content: center;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 20px;
    p{
        margin: 0;
    }
}

.copyright a {
    color: #BEBDBD;
    text-decoration: underline;
}
.footer-contact p{
    position: relative;
    padding-left: 40px;
}
footer{
    p a{
        font-size: 15px;
        font-family: 'Roboto Bold';
        color: #fff;
    }
    .primary-btn{
        background-color: #fff;
        border-color: #fff;
        color: #000;
        gap: 10px;
        padding: 15px 49px;
        border-radius: 0;
        margin-top: 44px;
        &::after,&::before{
            background: #c89e43;
        }
        &:hover{
            color: #ffffff;
            img{
                filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7427%) hue-rotate(23deg) brightness(118%) contrast(118%);
            }
        }
    }
    .employee-login-btn{
    border: 1px solid #fff;
    background: transparent;
    padding: 15px 16px;
    color: #fff;
    margin-top: 20px;
    img{
        filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7427%) hue-rotate(23deg) brightness(118%) contrast(118%);
    }
}
}
.copyright-section{
    .container{
        border-top: 1px solid rgba(255, 255, 255, 0.10);
        margin-top: 100px;
    }
    a{
        position: relative;
        text-decoration: none;
        margin-left: 23px;
        &::before{
            content: '';
            position: absolute;
            top: 50%;
            left: -12px;
            transform: translateY(-50%);
            width: 2px;
            height: 2px;
            background-color: #BEBDBD;
            border-radius: 50%;
        }
        &:first-child{
            &::before{
                display: none;
            }
        }
        &:hover{
            color: #c89e43;
        }
    }
}
.fix-call{
    width: 54px;
    height: 54px;
    /* background: linear-gradient(90deg, #b8860b 0%, #d4af37 25%, #ffd700 50%, #d4af37 75%, #b8860b 100%); */
    background: #181a20;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 1px 24px 8px rgb(255 255 255 / 40%);
    margin-bottom: 10px;
    img{
        animation: ring 1s infinite ease-in-out;
    }
    &:hover{
        transform: scale(1.1);
        background: #daad60;
    }
}
@keyframes ring {
  0% {
    transform: rotate(0) scale(1) skew(0deg);
  }

  10% {
    transform: rotate(-25deg) scale(1) skew(0deg);
  }

  20% {
    transform: rotate(25deg) scale(1) skew(0deg);
  }

  30% {
    transform: rotate(-25deg) scale(1) skew(0deg);
  }

  40% {
    transform: rotate(25deg) scale(1) skew(0deg);
  }

  50% {
    transform: rotate(0) scale(1) skew(0deg);
  }

  100% {
    transform: rotate(0) scale(1) skew(0deg);
  }
}
/*******************************
  Kolkata
********************************/
.kolkata-header{
    background: rgba(255, 255, 255, 0.60);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(3px);
    #menu>.main-menu>ul>li>a{
        color: #000;
    }
    #menu>.main-menu>ul>li>a {
    &::after{
        background-color: #000000;
    }
}
    .search-btn {
    background: rgba(255, 255, 255, 0.50);
    backdrop-filter: blur(2px);
    img{
        filter: brightness(0) saturate(100%) invert(37%) sepia(21%) saturate(237%) hue-rotate(164deg) brightness(90%) contrast(85%);
    }
}
.menu-btn{
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.80);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    color: #000000;
    &:hover{
        background: #c89e43;
        box-shadow: 0px 0px 40px 0px #ffffff;
    }
}
.btn-group{
    margin-left: auto;
    gap: 9px;
}
.primary-btn{
    border-radius: 12px;
    background: #181A20;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(2px);
    gap: 3px;
    padding: 9px 22px;
    &:focus{
        color: #fff;
    }
    &:hover{
        box-shadow: 0px 0px 40px 0px #c89e43;
    }
}
&.sticky {
    background: #d5d5d5;
}
}
.kolkata-banner{
    .banner-item{
        position: relative;
        .container-fluid {
    position: absolute;
    z-index: 1;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
    }
    &::after{
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: radial-gradient(#00000066, transparent);
    }
    }
 .banner-content {
    width: 100%;
    text-align: left;
    h1{
        color: #FFF;
        font-size: 96px;
        font-style: normal;
        font-weight: normal;
        line-height:100%;
        margin-bottom: 15px;
    }
    p{
    font-size: 20px;
    font-style: normal;
    font-weight: normal;
    line-height: 120%;
    text-align: left;
    }
}
.counter-card {
            border-radius: 12px;
        width: 189px;
        padding: 16px;
        height: 96px;
        background: rgb(211 211 211 / 10%);
        backdrop-filter: blur(200px);
        -webkit-backdrop-filter: blur(20px);
        border: 1px solid rgba(255, 255, 255, 0.2);
        position: relative;
        overflow: hidden;
        z-index: 1;
        transition: 0.4s;
        &::after{
            content: '';
            position: absolute;
            inset: 0;
            background: rgba(255, 255, 255, 0.1);
            box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
            background: linear-gradient(145deg, rgb(255 255 255 / 15%), rgb(255 255 255 / 15%));
            z-index: -1;
        }
    p{
        overflow: hidden;
        color: #FFF;
        font-family: 'Inter Regular';
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        margin-bottom: 4px;
        text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
        text-transform: capitalize;
    }
    h4{
        overflow: hidden;
        color: #FFF;
        font-family: 'Inter Medium';
        font-size: 32px;
        font-style: normal;
        font-weight: normal;
        line-height: 112.5%;
        text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    }
    &:hover{
        scale: 1.1;
        box-shadow: 0px 0px 20px 0px #ffffff;
        backdrop-filter: blur(90px);
        background: #0000005b;
    }
}
.counter-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 40px;
}
.primary-btn{
    border-radius: 12px;
    background: #FFF;
    color: #000000;
    &:hover{
        color: #fff;
    }
    }
}
.property-listing{
    background: #F7F7F7;
}
.property-card{
    transition: all .5s;
    img{
        width: 100%;
        border-radius: 10px 10px 0 0;
        margin-bottom: -11px;
    }
    .property-content{
        padding: 12px;
        border: 1px solid #7676803b;
        border-radius: 0 0 10px 10px;
    }
    &:hover{
        border-color: #b8860b;
        transform: translateY(-5px);
        box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
        border-radius: 10px;
        .property-tag{
            color: #af7e03;
        }
        .property-title{
            color: #b8860b;
        }
        .property-price{
            color: #b8860b;
        }
    }
}
.property-tag{
    border-radius: 28px;
    background: rgba(118, 118, 128, 0.05);
    padding: 8px 14px;
    display: inline-block;
    color: #717171;
    font-family: 'Inter Medium';
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    line-height: 27px;
    position: relative;
    margin-bottom: 20px;
    transition: all .5s;
    span:not(:last-child){
        margin-right: 16px;
        position: relative;
        &::after{
            content: '';
            position: absolute;
            top: 50%;
            right: -9px;
            transform: translateY(-50%);
            width: 1px;
            height: 70%;
            background: #ffffff;
            border-radius: 50%;
        }
    }
}
.property-title{
    color: #000;
    font-family: 'Inter Semi Bold';
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    margin-bottom: 6px;
}
.property-location {
    color: #999;
   font-family: 'Inter Medium';
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    line-height: 150%;
    text-align: left;
}
.pricing {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-top: 30px;
    .property-location{
        line-height: normal;
        font-family: 'Inter Regular';
        margin-bottom: 0;
    }
    .primary-btn{
        padding: 20px 56px;
    }
}
.property-card{
    color: #000;
    font-family: 'Inter Semi Bold';
    font-size: 24px;
    font-style: normal;
    font-weight: normal;
    line-height: 150%;
}
.outline-dark-btn{
    border-radius: 12px;
    border: 2px solid #000;
    background: transparent;
    color: #000;
    &:after,&::before{
        background:#000000;
    }
    &:hover{
        border-color: #000000;
        color: #fff;
        box-shadow: 0px 0px 40px 0px #000000;
    }
}

/*******************************
  Projects Page
********************************/
/* Banner */
.projects-banner{
    .banner-content{
        width: 45%;
        text-align: center;
        h1{
            font-size: 64px;
            line-height: 109%;
            margin-bottom: 24px;
        }
        p{
            text-align: center;
            text-transform: unset;
            font-family: "Roboto Regular";
            margin-bottom: 24px;
            line-height: 150%;
        }
        .btn-group{
            justify-content: center;
        }
        .view-btn{
            background: transparent;
            color: #FFF;
            border: 1px solid #fff;
            &:after,&::before{
                background:#fff;
            }
            &:hover{
                color: #000;
                box-shadow: 0px 0px 40px 0px #ffffff;
            }
        }
    }
}
/* Complete Projects */
.complete-projects{
    padding-inline: 170px;
    background-color: #ffffff;
    .hy-explore-content{
        padding: 40px;
        border: 1px solid #AEAEB2;
        border-radius: 12px;
        .property-card{
            border: none;
            box-shadow: none;
            img{
                border-radius: 10px;
                margin-bottom: 30px;
            }
            .property-content {
                padding: 0;
                border: none;
                border-radius: 0 0 10px 10px;
                .primary-btn{
                    background: rgba(128, 128, 128, 0.55);
                    color: #FFF;
                    text-transform: uppercase;
                    font-family: 'Inter Semi Bold';
                    font-size: 16px;
                    width: 50%;
                }
            }
        }
    }
}
/* Get In Touch */
.get-in-touch{
    padding-inline: 170px;
    background-color: #ffffff;
    border-top: 1px solid #dadada;
    .section-title{
        margin-bottom: 24px;
    }
}
.checkbox-group, .radio-group {
    display:flex;
    align-items:center;
    gap: 10px;
}
.get-form{
    .btn-group{
        justify-content: start;
    }
    .form-control{
        padding: 12px 12px;
        border-radius: 6px;
    }
    label{
        color: #000;
        font-family: 'Roboto Medium';
        font-size: 14px;
        font-style: normal;
        font-weight: normal;
        line-height: 142.857%;
        margin-bottom: 5px;
        display: block;
    }
    .form-group{
        margin-bottom: 16px;
    }
    .primary-btn{
        padding: 14px 65px;
        cursor: pointer;
        border: none;
        &:hover{
            background: #c89e43;
            color: #FFF;
        }
    }
}
.radio-group{
    gap: 15px;
    input[type="radio"] {
        display:none;
    }
    label {
        padding: 10px;
        display: inline-block;
        color: #000;
        font-family: 'Roboto Regular';
        font-size: 14px;
        font-style: normal;
        font-weight: normal;
        line-height: 142.857%;
        cursor: pointer;
        border-radius: 6px;
        background: rgba(0, 0, 0, 0.05);
    }
    .blank-label {
        display: none;
    }
    input[type="radio"]:checked + label {
        background: #15222B;
        color: #FFF;
    }
}
.checkbox-group{
    align-items: start;
    input[type="checkbox"] {
        width: 36px;
        height: 36px;
        border-radius: 6px;
        border: 1px solid rgba(0, 0, 0, 0.30);
        background: #FFF;
        accent-color: #15222B;
    }
    label{
        color: rgba(0, 0, 0, 0.50);
        font-family: 'Roboto Regular';
        font-size: 14px;
        font-style: normal;
        font-weight: normal;
        line-height: 142.857%;
        width: 100%;
    }
}

.project-details-banner{
    & .banner-item {
        .container-fluid {
          align-items: center;
          background: linear-gradient(180deg, rgba(5, 16, 54, 0.10) 0%, #01050F 100%);
          top: 60%;
        }
        .banner-content{
            h1{
                text-shadow: 0 1px 2px rgba(0, 0, 0, 0.30), 0 2px 6px rgba(0, 0, 0, 0.15);
                font-size: 90px;
                font-style: normal;
                font-weight: normal;
                line-height: 67.407%;
                text-transform: uppercase;
                margin-bottom: 68px;
            }
            p{
                text-shadow: 0 1px 2px rgba(0, 0, 0, 0.30), 0 2px 6px rgba(0, 0, 0, 0.15);
                font-size: 24px;
                font-style: normal;
                font-weight: normal;
                line-height: 100%;
                text-transform: uppercase;
            }
            span {
                display: block;
                margin-top: 20px;
            }
            .flex-box {
                gap: 100px;
                p:not(:first-child) {
                    border-left: 1px solid rgb(255 255 255);
                    padding-left: 90px;
                }
            }
        }
    }
}
.experience-form{
    background-color: #000;

    .section-title{
        color: #fff;
    }
    label{
        color: #FFF;
        text-shadow: 0 1px 2px rgba(0, 0, 0, 0.30), 0 2px 6px rgba(0, 0, 0, 0.15);
        font-family: 'Inter Medium';
        font-size: 20px;
        font-style: normal;
        font-weight: normal;
        line-height: 145%;
        text-transform: uppercase;
        a{
            color: #0496FF;
        }
    }
    .form-check{
        display: flex;
        gap: 10px;
        margin-top: 15px;
        input[type="checkbox"] {
            width: 26px;
            height: 26px;
            border-radius: 6px;
            border: 1px solid rgba(0, 0, 0, 0.30);
            background: #FFF;
            accent-color: #c89e43;
        }
    }
    .form-control{
        border-radius: 0;
        background: transparent;
        border: 0;
        border-bottom: 2px solid #fff;
        font-size: 20px;
        color: #fff;
        &::placeholder{
            color: #fff;
            opacity: .3;
            text-transform: uppercase;
        }
        option{
            color: #000;
        }
    }
    .primary-btn {
        border-radius: 12px;
        background: #FFF;
        color: #000000;
        border: 0;
        &:hover{
            background: #c89e43;
            box-shadow: 0px 0px 40px 0px #ffffff;
            color: #fff;
            outline: 1px solid #fff;
        }
    }
}
.project-overview{
    background-color: #fff;
    h2,h3{
        text-transform: uppercase;
    }
    h3{
        margin-bottom: 4px;
    }
    .overview-img{
        margin-bottom: 60px;
        img{
            width: 100%;
        }
    }
    .btn-group{
        margin-bottom: 50px;
    }
    h4{
        color: #000;
font-family: 'Inter Bold';
font-size: 20px;
font-style: normal;
font-weight: normal;
line-height: 29px;
text-transform: uppercase;
    }
    p{
        font-size: 20px;
        a{
            color: #0064D6;
            &:hover{
                color: #0370af;
            }
        }
    }
    iframe{
        width: 100%;
    height: 320px;
    border: 0;
    border-radius: 12px;
    }
}
.project-location{
    p{
        margin-bottom: 20px;
    }
}

.link-btn{
    color: #E59819;
    font-family: 'Inter Bold';
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 38px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 10px;
    &:hover{
        color: #0064D6;
        letter-spacing: 1px;
        img{
            filter: brightness(0) saturate(100%) invert(40%) sepia(90%) saturate(300%) hue-rotate(180deg);
        }
    }
}
.developer {
    margin-block: 20px;
    display: flex;
    align-items: baseline;
    gap: 20px;
    h4{
        margin: 0;
        color: rgb(113 113 113 / 70%);
        font-family: "Inter Medium";
    }
}
.project-information{
    p{
        color: #717171;
    }
    .property-info{
        h4{
            margin-bottom: 10px;
        }
    }
    .primary-btn{
        display: inline-block;
        text-align: left;
        padding: 9px 18px;
        box-shadow: 0 12px 20px 0px #00000052, 0 0 4px -12px #00000000;
        span{
            display: block;
            color: rgb(255 255 255 / 44%);
            font-size: 11px;
            margin-bottom: 5px;
            span{
                display: inline-block;
                color: #E59819;
            }
        }
        img{
            margin-left: 10px;
        }
        &:hover{
            span{
                color: #fff;
            }
        }
    }
    .db-btn{
    padding: 16px 30px;
    }
    .primary-btn:hover:before, .primary-btn:hover:after {
    scale: 1.6;
    opacity: 1;
}
}

.project-info {
    display: flex;
    gap: 20px;
}
.key-highlights {
  background: #000;
  color: #fff;
.btn-group{
    gap: 16px;
}
        .primary-btn{
        background: #fff;
        color: #000;
        gap: 10px;
        padding: 11px 14px;
        border-radius: 12px;
            &:hover{
                color: #fff;
            }
        }
        .view-btn {
            background: transparent;
            color: #FFF;
            border: 1px solid #fff;
        }
}

.key-highlights .section-title {
  color: #fff;
  margin-bottom: 25px;
}

.key-highlights p {
  line-height: 1.8;
  color: #ffffff;
  margin-bottom: 60px;
  font-size: 16px;
}


.right-content h6 {
  font-size: 16px;
    font-weight: normal;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #ffffff;
    display: flex;
    align-items: center;
    gap: 40px;
    margin-bottom: 30px;
    font-family: 'Inter Semi Bold';
}

.right-content ul {
  list-style: disc;
  padding: 0;
  margin: 10px 0 20px;
}

.right-content ul li {
    font-size: 14px;
    line-height: 190%;
    color: #ffffff;
    transition: 0.4s;
    &:hover{
        transform: translateY(-5px);
        color: #c89e43;
    }
}
.highlight-box{
    position: relative;
    z-index: 1;
}
.highlight-box::before{
    content: '';
    position: absolute;
    width: 90%;
    height: 105%;
    left: -20px;
    top: -20px;
    background: linear-gradient(to right, #ffffff21, #000);
    border-radius: 6px;
    opacity: 0;
    transition: 0.5s;
    z-index: -1;
}
.highlight-box:hover{
    &::before{
        opacity: 1;
    }
}
.icon {
 position: relative;
}
.amenities{
    background: #F7F7F7;
    .primary-btn{
        gap: 12px;
        border-radius: 12px;
        img{
            filter: brightness(0) saturate(100%) invert(96%) sepia(0%) saturate(7484%) hue-rotate(115deg) brightness(103%) contrast(105%);
        }
        &.outline-dark-btn{
            img{
                filter: unset;
            }
            &:hover{
                img{
                    filter: brightness(0) saturate(100%) invert(96%) sepia(0%) saturate(7484%) hue-rotate(115deg) brightness(103%) contrast(105%);
                }
            }
        }
    }
    .btn-group {
    margin-top: 70px;
}
}
.amenities-slider{
    .item{
        img{
            width: 100%;
        }
    }
}
.slick-dots {
    bottom: -40px;
}
.slick-dots li button {
    opacity: 0;
}
.slick-dots li{
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #C0C0C0;;
}
.slick-dots li.slick-active {
    background: #000;
}
.testimonials{
    border: 1px solid rgba(255, 255, 255, 0.10);
background: #ffffff;

}
.testimonial-slider {
            padding: 0 20px;
            .slick-dots li{
                background: #c0c0c063;
            }
            .slick-dots li.slick-active{
                background: #303030;
            }
        }

        .testimonial-card {
            border-radius: 12px;
            border: 1px solid #E9E9E9;
            padding: 40px;
            border-radius: 15px;
            margin: 0 15px;
            transition: all 0.5s;
            position: relative;
            &::after{
                content: '';
                background-image: url(../img/qut-client.webp);
                background-repeat: no-repeat;
                background-size: contain;
                width: 40px;
                height: 40px;
                position: absolute;
                top: 40px;
                right: 40px;
            }
        }

        .testimonial-card:hover {
            transform: translateY(-1px);
            background: #00000017;
        }

        .testimonial-header {
            display: flex;
            align-items: center;
            margin-bottom: 25px;
        }

        .testimonial-avatar {
            width: 60px;
            height: 60px;
            border-radius: 50%;
            background: linear-gradient(135deg, #000000 0%, #3b3b3b 100%);
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 24px;
            font-weight: bold;
            margin-right: 20px;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
            overflow: hidden;
            img{
                width: 100%;
                height: 100%;
                object-fit: cover;
            }
        }

        .testimonial-info h3 {
            color: #181A20;
            font-size: 1.2em;
            margin-bottom: 5px;
        }

        .testimonial-info p {
            color: #717171;
            font-size: 0.9em;
            margin: 0;
        }

        .testimonial-content {
            color: #181A20;
            line-height: 1.8;
            font-size: 1.05em;
            font-style: italic;
        }

        @media (max-width: 768px) {
            .testimonial-container {
                padding: 40px 20px;
            }
            .testimonial-card {
                padding: 30px 20px;
                margin: 0 5px;
            }
        }

        /* Legacy */
.legacy{
    position: relative;
    background-image: url(../img/explore-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 0;
    .l-bg{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .legacy-box{
        background: url(../img/explore-card-bg.webp) no-repeat;
        background-size: cover;
        padding: 80px;
        border-radius: 12px;
        p{
            font-family: 'Inter Medium';
            color: #999;
            font-size: 20px;
            font-style: normal;
            font-weight: normal;
            text-align: left;
        }
    }
}
.l-top{
    display: flex;
    align-items: center;
    justify-content: space-between;
    h2{
        font-family: 'Cinzel Bold';
        font-size: 30px;
        font-style: normal;
        font-weight: normal;
        line-height: 150%;
        color: #FFF;
        span{
            font-size: 96px;
        }
    }
    .primary-btn{
        background: #141414;
    }
}
/* Success */
.success{
    .section-title{
        margin-bottom: 25px;
    }
}
.nice-select .list {
    width: 100%;
    border-radius: 2px;
    background: rgba(255, 255, 255, 0.842);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(3px);
}
.nice-select.form-control
 {
    height: auto;
}
.nice-select .option{
    color: #000000;
}
.nice-select .option:hover, .nice-select .option.focus {
    background-color: #000000;
    color: #ffffff;
}
.nice-select .option.selected.focus {
    background-color: #c89e43;
    color: #000000;
}

/*******************************
            About Page
********************************/
.about-banner{
    background: #FFF;
    height: 40dvh;
    .container-fluid{
        height: 100%;
        display: flex;
        align-items: center;
    }
    .banner-content{
        width: 100%;
        margin-top: 100px;
        display: flex;
        flex-direction: column;
        align-items: end;
        h1{
            color: #000;
            font-family: 'Inter Semi Bold';
            font-size: 36px;
            font-style: normal;
            font-weight: normal;
            line-height: 111.111%;
            margin-bottom: 0;
            span{
                color: #BEBDBD;
                font-family: 'Inter Bold';
            }
        }
        .counter-cards{
            margin-bottom: 20px;
        }
        .counter-card{
            border-radius: 6px;
            border: 1px solid rgba(0, 0, 0, 0.10);
            p{
                overflow: hidden;
                color: rgba(0, 0, 0, 0.50);
                white-space: nowrap;
                font-family: 'Roboto Regular';
                font-size: 16px;
                text-shadow: none;
            }
            h4{
                color: #000;
                text-shadow: none;
            }
        }
        .primary-btn{
            border: 1px solid #000;
            &:hover{
                border-color: #c89e43;
            }
        }
    }
}
.legacy-logo{
    width: 140px;
    height: 135px;
    img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}
.evolved{
    background: linear-gradient(135deg, #ffffff 0%, #f0f4f8 100%);
    overflow: hidden;
    position: relative;

.animated-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 0;
}

.floating-shape {
    position: absolute;
    opacity: 0.05;
    filter: blur(2px);
}

.shape1 {
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, #0066cc, transparent);
    top: -100px;
    left: -100px;
    animation: float 15s infinite ease-in-out;
}

.shape2 {
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, #00cc88, transparent);
    top: 50%;
    right: -50px;
    animation: float 18s infinite ease-in-out reverse;
}

.shape3 {
    width: 350px;
    height: 350px;
    background: radial-gradient(circle, #ff6b6b, transparent);
    bottom: -100px;
    left: 50%;
    animation: float 20s infinite ease-in-out;
}

.shape4 {
    width: 280px;
    height: 280px;
    background: radial-gradient(circle, #ffd93d, transparent);
    top: 30%;
    left: -50px;
    animation: float 16s infinite ease-in-out reverse;
}

.grid-lines {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: 
        linear-gradient(rgba(0, 102, 204, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0, 102, 204, 0.03) 1px, transparent 1px);
    background-size: 50px 50px;
    animation: gridShift 10s linear infinite;
}

.particles {
    position: absolute;
    width: 100%;
    height: 100%;
}

.particle {
    position: absolute;
    width: 4px;
    height: 4px;
    background: radial-gradient(circle, #0066cc, transparent);
    border-radius: 50%;
    opacity: 0.6;
    filter: blur(1px);
}

.particle1 { animation: particleMove1 20s infinite linear; }
.particle2 { animation: particleMove2 25s infinite linear; }
.particle3 { animation: particleMove3 30s infinite linear; }
.particle4 { animation: particleMove4 22s infinite linear; }
.particle5 { animation: particleMove5 28s infinite linear; }
.particle6 { animation: particleMove6 24s infinite linear; }
.particle7 { animation: particleMove7 26s infinite linear; }
.particle8 { animation: particleMove8 23s infinite linear; }

.glow-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(60px);
    opacity: 0.15;
    animation: orbGlow 8s ease-in-out infinite;
}

.orb1 {
    width: 200px;
    height: 200px;
    background: #0066cc;
    top: 15%;
    right: 15%;
    animation-delay: 0s;
}

.orb2 {
    width: 150px;
    height: 150px;
    background: #00cc88;
    bottom: 20%;
    left: 10%;
    animation-delay: 2s;
}

.orb3 {
    width: 180px;
    height: 180px;
    background: #ff6b6b;
    top: 50%;
    left: 50%;
    animation-delay: 4s;
}

.orb4 {
    width: 160px;
    height: 160px;
    background: #ffd93d;
    bottom: 10%;
    right: 20%;
    animation-delay: 1s;
}

.connecting-lines {
    position: absolute;
    width: 100%;
    height: 100%;
}

.line-element {
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(0, 102, 204, 0.3), transparent);
    transform-origin: left center;
}

.line1 {
    width: 400px;
    height: 2px;
    top: 25%;
    left: 10%;
    animation: lineShine 4s infinite;
}

.line2 {
    width: 350px;
    height: 2px;
    bottom: 35%;
    right: 5%;
    animation: lineShine 4s infinite 1s;
}

.line3 {
    width: 300px;
    height: 2px;
    top: 60%;
    left: 50%;
    animation: lineShine 4s infinite 2s;
}

}
@keyframes float {
    0%, 100% {
        transform: translate(0, 0) scale(1);
    }
    25% {
        transform: translate(50px, -50px) scale(1.1);
    }
    50% {
        transform: translate(-30px, 60px) scale(0.95);
    }
    75% {
        transform: translate(40px, 30px) scale(1.05);
    }
}
@keyframes gridShift {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 50px 50px;
    }
}
@keyframes particleMove1 { 
    0% { left: 10%; top: 20%; opacity: 0; }
    50% { opacity: 0.8; }
    100% { left: 80%; top: 80%; opacity: 0; }
}

@keyframes particleMove2 { 
    0% { right: 20%; top: 10%; opacity: 0; }
    50% { opacity: 0.7; }
    100% { right: 70%; top: 90%; opacity: 0; }
}

@keyframes particleMove3 { 
    0% { left: 50%; top: -10%; opacity: 0; }
    50% { opacity: 0.6; }
    100% { left: 30%; top: 100%; opacity: 0; }
}

@keyframes particleMove4 { 
    0% { right: 10%; top: 50%; opacity: 0; }
    50% { opacity: 0.8; }
    100% { right: 80%; top: 20%; opacity: 0; }
}

@keyframes particleMove5 { 
    0% { left: 0%; bottom: 10%; opacity: 0; }
    50% { opacity: 0.7; }
    100% { left: 100%; bottom: 70%; opacity: 0; }
}

@keyframes particleMove6 { 
    0% { right: 5%; bottom: 20%; opacity: 0; }
    50% { opacity: 0.6; }
    100% { right: 95%; bottom: 80%; opacity: 0; }
}

@keyframes particleMove7 { 
    0% { left: 70%; top: 0%; opacity: 0; }
    50% { opacity: 0.75; }
    100% { left: 20%; top: 100%; opacity: 0; }
}

@keyframes particleMove8 { 
    0% { right: 30%; top: 100%; opacity: 0; }
    50% { opacity: 0.65; }
    100% { right: 60%; top: 0%; opacity: 0; }
}
@keyframes orbGlow {
    0%, 100% {
        transform: scale(1) translate(0, 0);
    }
    50% {
        transform: scale(1.2) translate(20px, -20px);
    }
}
@keyframes lineShine {
    0%, 100% {
        opacity: 0;
        transform: scaleX(0);
    }
    50% {
        opacity: 1;
        transform: scaleX(1);
    }
}
.evolved-card{
    display: flex;
    align-items: start;
    border-radius: 6px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    padding: 16px;
    gap: 16px;
    height: 100%;
    transition: 0.5s;
    position: relative;
    z-index: 9;
    &:hover{
        background: #181A20;
        .evolved-icon{
            img{
                filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(324deg) brightness(101%) contrast(104%);
            }
        }
        .evolved-txt{
            h4{
                color: #FFF;
            }
            p{
                color: rgba(255, 255, 255, 0.8);
            }
        }
    }
}
.evolved-icon{
    width: auto;
    height: auto;
}
.evolved-txt{
    width: 80%;
    h4{
        color: #000;
        font-family: 'Inter Bold';
        font-size: 20px;
        font-style: normal;
        font-weight: normal;
        line-height: 140%;
        margin-bottom: 24px;
        transition: 0.4s;
    }
    p{
        font-size: 20px;
        transition: 0.4s;
    }
}
.evolved-value{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 100%;
    img{
        position: absolute;
        left: 15%;
        top: 14%;
    }
}
.evolved-item{
    display: flex;
    gap: 40px;
    opacity: 0.6;
    transition: 0.4s;
    scale: 0.98;
    h4{
        width: 25%;
        color: #000;
        font-family: 'Roboto Bold';
        font-size: 24px;
        font-style: normal;
        font-weight: normal;
        line-height: 200%;
    }
    p{
        width: 75%;
        span{
            font-family: 'Roboto Bold';
        }
    }
}

.padd-block{
    padding-block: 50px;
}
.evolved-slider{
    .slick-slide{
        margin: 20px 0;
    }
    .slick-list{
        margin: -20px 0;
        height: 430px !important;
        padding: 0 !important;
    }
    .slick-center{
        .evolved-item{
            opacity: 1;
            scale: 1;
        }
    }
    .slick-arrow{
        width: 22px;
        height: 22px;
        position: absolute;
        top: 42%;
        right: -85px;
        z-index: 1;
        font-size: 0;
    }
    .slick-arrow::before{
        position: absolute;
        content: '';
        inset: 0;
        background: url(../img/down-arrow.webp) no-repeat;
        background-size: contain;
        background-position: center;
        opacity: 1;
        transition: 0.5s;
    }
    .slick-arrow:hover,
    .slick-arrow:focus{
        &::before{
            filter: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(0%) hue-rotate(324deg) brightness(96%) contrast(104%);
        }
    }
    .slick-prev{
        left: unset;
        right: -84px;
        top: 38%;
        &::before{
            transform: rotate(180deg);
        }
    }
}
.agarwal{
    background: url(../img/agarwal-bg.webp) no-repeat;
    background-size: cover;
    transition: 0.5s;
    overflow: hidden;
    position: relative;
    background: #00050a;
    video{
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.wave-section {
    width: 100%;
    height: 100%;
    position: absolute;
    canvas{
        width: 100%;
        height: 100%;
    }
}
.box {
	position: absolute;
    top: 0;
    transform: rotate(80deg);
    left: 0;
    z-index: 1;
}

.wave {
    position: fixed;
    top: 0;
    left: 0;
    opacity: 1;
    position: absolute;
    top: 3%;
    left: 10%;
    background: #0811224f;
    width: 1000px;
    height: 1000px;
    margin-left: -150px;
    margin-top: -250px;
    transform-origin: 50% 48%;
    border-radius: 43%;
    animation: drift 7000ms infinite 
linear;
}

.wave.-three {
 animation: drift 7500ms infinite 
linear;
    position: fixed;
    background-color: #192741b0;
}

.wave.-two {
  animation: drift 3000ms infinite 
linear;
    opacity: 1;
    background: #608bcf29;
    position: fixed;
}

.box:after {
  content: '';
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
  transform: translate3d(0, 0, 0);
}

@keyframes drift {
  from { transform: rotate(0deg); }
  from { transform: rotate(360deg); }
}
.agarwal-img{
    height: 100%;
        z-index: 9;
    position: relative;
    img{
        transform: translateY(0px);
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
}
.white-outline-btn{
    border:1px solid #FFF;
}
.agarwal-content{
    padding-block: 50px;
    display: flex;
    align-items: start;
    gap: 16px;
    z-index: 1;
    position: relative;
    h2{
        color: #FFF;
        font-family: 'Roboto Bold';
        font-size: 24px;
        font-style: normal;
        font-weight: normal;
        line-height: 133.333%;
        margin-bottom: 19px;
    }
    h5{
        color: #FFF;
        font-family: 'Roboto Regular';
        font-size: 12px;
        font-style: normal;
        font-weight: normal;
        line-height: 133.333%;
        border-radius: 2px;
        border: 0.5px solid rgba(0, 0, 0, 0.10);
        /* background: rgba(217, 217, 217, 0.20); */
        padding: 2px 4px;
        display: inline-block;
        margin-bottom: 19px;
    }
    p{
        color: #FFF;
    }
    .primary-btn{
        border-radius: 8px;
        background: #000;
        &:focus{
            color: #FFF;
        }
    }
    .btn-group{
        margin-top: 40px;
    }
}
.agarwal-message{
    width: 85%;
    padding-top: 45px;
}
.hide-content {
    display: none;
}
.bose{
    background: url(../img/bose-bg.webp) no-repeat;
    background-size: cover;
    background: linear-gradient(45deg, #1153b3, transparent);
    .agarwal-content{
        padding-block: 50px;
        display: flex;
        align-items: start;
        gap: 16px;
        h2, h5, p{
            color: #000;
        }
    }
}
.saga-box{
    border-radius: 6px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    padding: 16px;
    display: flex;
    align-items: flex-start;
    gap: 16px;
    transition: 0.5s;
    &:hover{
        box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.10);
        scale: 1.01;
    }
}
.saga-box-content{
    width: 70%;
    h3{
        color: #000;
        font-family: 'Roboto Medium';
        font-size: 20px;
        font-style: normal;
        font-weight: normal;
        line-height: 140%;
        margin-bottom: 10px;
    }
    p{
        margin-bottom: 0;
    }
}
.brokerage{
    background: url(../img/brokerage.webp) no-repeat;
    background-size: cover;
    background: linear-gradient(135deg, #001a4d 0%, #003d99 50%, #001a4d 100%);
    position: relative;
    padding-block: 150px;
    .container{
        display: flex;
        justify-content: flex-end;
    }
    h2{
        color: #FFF;
        font-family: 'Cinzel Bold';
        font-size: 100px;
        position: relative;
        margin-bottom: 20px;
        span{
            position: absolute;
            left: -43%;
            top: -20%;
            font-size: 200px;
        }
    }
    .primary-btn{
        border-radius: 8px;
        border: 1px solid #BEBDBD;
        background: transparent;
        &:hover{
            border-color: #c89e43;
        }
    }
    
}
 .bg-lines {
            position: absolute;
            width: 100%;
            height: 100%;
            overflow: hidden;
            top: 0;
        }

        .line {
            position: absolute;
            background: linear-gradient(90deg, transparent, rgba(0, 191, 255, 0.8), transparent);
            animation: lineSweep 3s infinite;
        }

        .line:nth-child(1) {
            width: 2px;
            height: 150%;
            top: -25%;
            left: 20%;
            animation-delay: 0s;
        }

        .line:nth-child(2) {
            width: 2px;
            height: 150%;
            top: -25%;
            right: 30%;
            animation-delay: 0.5s;
        }

        @keyframes lineSweep {
            0% {
                transform: translateY(-100%) rotate(45deg);
                opacity: 0;
            }
            50% {
                opacity: 1;
            }
            100% {
                transform: translateY(200%) rotate(45deg);
                opacity: 0;
            }
        }

        /* Coin container */
        .coin {
            position: absolute;
            width: 80px;
            height: 80px;
            border-radius: 50%;
            background: radial-gradient(circle at 30% 30%, #ffeb3b, #fdd835, #f57f17);
            box-shadow: 0 0 30px rgba(255, 235, 59, 0.6), inset -2px -2px 5px rgba(0, 0, 0, 0.3);
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: bold;
            color: #333;
            font-size: 12px;
            animation: coinFloat 4s infinite ease-in-out;
        }

        .coin::before {
            content: '₹';
            font-size: 30px;
            opacity: 0.7;
        }

        .coin1 {
            top: 10%;
            left: 8%;
            animation-delay: 0s;
            animation: coinFloat 4s infinite ease-in-out;
        }

        .coin2 {
            top: 15%;
            right: 12%;
            animation-delay: 1s;
            width: 70px;
            height: 70px;
        }

        .coin3 {
            bottom: 15%;
            right: 20%;
            animation-delay: 2s;
            width: 60px;
            height: 60px;
        }

        .coin4 {
            bottom: 20%;
            left: 15%;
            animation-delay: 1.5s;
            width: 75px;
            height: 75px;
        }

        @keyframes coinFloat {
            0% {
                transform: translateY(0px) rotateZ(0deg);
                opacity: 0.3;
            }
            25% {
                transform: translateY(-30px) rotateZ(90deg);
                opacity: 1;
            }
            50% {
                transform: translateY(0px) rotateZ(180deg);
                opacity: 0.8;
            }
            75% {
                transform: translateY(20px) rotateZ(270deg);
                opacity: 1;
            }
            100% {
                transform: translateY(0px) rotateZ(360deg);
                opacity: 0.3;
            }
        }
.published-articles-list{
    .pub-art-box-text {
    width: 90%;
}
}
/******************************************
        Career Page
*******************************************/
.career-banner{
    margin-bottom: 60px;
}
.career-banner-slider{
    margin-top: 160px;
}
.career-ban-box{
    border-radius: 6px;
    overflow: hidden;
    img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}
.build-future{
    /* background: url(../img/build-future-bg.webp) no-repeat; */
    background-size: contain;
    padding-top: 60px;
    background-position: center bottom;
    overflow: hidden;
}
.build-future-img{
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    img{
        width: auto;
        margin-bottom: -7px;
    }
}
.build-future-content{
    height: 100%;
    .section-title{
        margin-bottom: 0;
    }
    h5{
        color: #000;
        font-family: 'Inter Bold';
        font-size: 16px;
        font-style: normal;
        font-weight: normal;
        line-height: normal;
    }
}
.build-future-slider{
    .slick-slide{
        height: 100%;
    }
    .slick-dots{
        bottom: 50px;
        text-align: right;
        padding-right: 5%;
    }
}
.build-item{
    height: 600px;
    position: relative;
    display: flex;
    align-items: end;
    padding-bottom: 80px;
    .build-future-img {
    position: absolute;
    bottom: 0;
    width: 40%;
}
.section-title,h5,p{
    margin-bottom: 24px;
}

}
.build-future{
    position: relative;
    video{
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
        bottom: 0;
    }
}
.job-popup.popup .popup__content {
    width: 55%;
    label span{
        color: #717171;
    }
}
.slick-dots {
    li{
        width: 15px;
        height: 15px;
        transition: 0.8s;
    }
    .slick-active{
        width: 40px;
        height: 15px;
        border-radius: 50px;
    }
}
.build-future-slider.slick-dotted {
    margin: 0;
}
.our-emplyees{
    .section-title{
        margin-bottom: 24px;
    }
}
.our-emplyees-box{
    display: block;
    overflow: hidden;
    img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    &:hover{
        img{
            scale: 1.05;
        }
    }
}
.our-emplyees-slider{
    .slick-slide{
        margin: 0 20px;
    }
    .slick-list{
        margin: 0 -20px;
    }
}
.radio-container {
    display: flex;
    gap: 8px;
    overflow: hidden;
    margin-bottom: 5px;
}
.job-openning-left{
    h3{
        color: #000;
        font-family: 'Roboto Medium';
        font-size: 14px;
        font-style: normal;
        font-weight: normal;
        line-height: 142.857%;
        margin-bottom: 10px;
    }
    .primary-btn{
        background: transparent;
        border-radius: 8px;
        border: 1px solid #000;
        color: #000;
        &:hover{
            color: #FFF;
            border-color: #c89e43;
        }
    }
}
.radio-wrapper {
    position: relative;
}
.radio-wrapper input {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}
.radio-label {
    display: block;
    padding: 8px;
    cursor: pointer;
    border-radius: 6px;
    background: rgba(0, 0, 0, 0.05);
    color: #000;
    font-family: 'Roboto Regular';
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    line-height: 142.857%;
    transition: all 0.3s ease;
    user-select: none;
}
.radio-wrapper input:checked + .radio-label {
    background: #000;
    color: #FFF;
}
.radio-label:hover {
    background: #000;
    color: #FFF;
}
.select-label{
    color: rgba(0, 0, 0, 0.50);
    font-family: 'Roboto Regular';
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    line-height: 133.333%;
    margin-bottom: 24px;
    display: block;
}
.job-openning-right{
    ul{
        li{
            position: relative;
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding-left: 75px;
            border-bottom: 1px solid rgba(0, 0, 0, 0.10);
            padding-block: 24px;
            &:hover{
                .job-name{
                    h4{
                        color: #c89e43;
                    }
                }
            }
        }
    }
}
.job-icon{
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.05);
    left: 0;
}
.job-name{
    h4{
        color: #000;
        font-family: 'Roboto Regular';
        font-size: 20px;
        font-style: normal;
        font-weight: normal;
        line-height: 140%;
        transition: 0.5s;
    }
    p{
        color: rgba(0, 0, 0, 0.50);
        margin-bottom: 0;
    }
}
.apply-btn{
    color: #000;
    font-family: 'Roboto Medium';
    font-size: 20px;
    font-style: normal;
    font-weight: normal;
    line-height: 140%;
}
.grow-with-us{
    background: url(../img/grow-with-us.webp) no-repeat;
    background-size: cover;
    padding-block: 100px;
    position: relative;
    .container{
        display: flex;
        align-items: center;
        justify-content: flex-end;
        .col-lg-8{
            display: flex;
            align-items: center;
            justify-content: space-between;
        }
    }
    .grow-left-img{
        position: absolute;
        left: 0;
        top: 0;
        width: 33.3%;
        height: 100%;
        object-fit: cover;
    }
}
/*******************************
  Media Page
********************************/
.pub-art{
    margin-top: 80px;
    .btn-group{
        margin-top: 50px;
    }
}
.pub-art-box{
    padding: 16px;
    border-radius: 6px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    display: flex;
    align-items: flex-start;
    gap: 16px;
    transition: 0.5s;
    &:hover{
        box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.10);
        .pub-art-box-text{
            h3{
                color: #c89e43;
            }
        }
    }
}
.pub-art-box-text{
    width: 80%;
    h3{
        color: #000;
        font-family: 'Roboto Medium';
        font-size: 20px;
        font-style: normal;
        font-weight: normal;
        line-height: 140%;
        margin-bottom: 12px;
    }
    ul{
        display: flex;
        align-items: center;
        gap: 6px;
        margin-bottom: 10px;
        li{
            padding: 2px 4px;
            color: #000;
            font-family: 'Roboto Regular';
            font-size: 12px;
            font-style: normal;
            font-weight: normal;
            line-height: 133.333%;
            border-radius: 2px;
            border: 0.5px solid rgba(0, 0, 0, 0.10);
            background: rgba(217, 217, 217, 0.50);
        }
    }
    h5{
        color: #000;
        font-family: 'Roboto Medium';
        font-size: 14px;
        font-style: normal;
        font-weight: normal;
        line-height: 142.857%;
        position: relative;
        padding-left: 30px;
        &::before{
            position: absolute;
            content: '';
            width: 20px;
            height: 20px;
            border-radius: 50%;
            background: #05FF5D;
            left: 0;

        }
    }
    .link-btn{
        text-transform: unset;
        margin-top: 8px;
        font-family: 'Roboto Medium';
        font-weight: normal;
        margin-left: auto;
    }
}
.sabka-saath-box, .partner-developer-box{
    border-radius: 6px;
    overflow: hidden;
    display: block;
    transition: 0.4s;
    img{
        width: 100%;
        height: 100%;
        object-fit: cover;
        margin-bottom: -9px;
    }
    &:hover{
        transform: translateY(-10px);
        box-shadow: rgba(0, 0, 0, 0.138) 0px 0px 10px 8px;
    }
}
.row-slider{
    .slick-slide{
        margin: 20px 15px;
    }
    .slick-list{
        margin: 0 -15px;
    }
}
.media-blog-content{
    span{
        color: rgba(0, 0, 0, 0.50);
        font-family: 'Roboto Regular';
        font-size: 13px;
        font-style: normal;
        font-weight: normal;
        line-height: 150.333%;
        margin-bottom: 10px;
    }
}
.media-blog-card{
    border-radius: 6px;
    overflow: hidden;
    border: 1px solid rgba(217, 217, 217, 0.665);
    transition: 0.5s;
    height: 100%;
    &:hover{
        box-shadow: rgba(0, 0, 0, 0.138) 0px 0px 10px 8px;
        .media-blog-img{
            img{
                scale: 1.05;
            }
        }
        .media-blog-content{
            h4{
                color: #c89e43;
            }
        }
    }
}
.media-blog-img{
    position: relative;
    display: block;
    overflow: hidden;
    img{
        width: 100%;
        height: 100%;
        object-fit: cover;
        margin-bottom: -5px;
    }
    span{
        position: absolute;
        border-radius: 5px 0;
        background: rgba(198, 198, 198, 0.663);
        padding: 4px 8px;
        display: inline-block;
        top: 0;
        left: 0;
        color: #000;
        font-family: 'Roboto Medium';
        font-size: 12px;
        font-style: normal;
        font-weight: normal;
        line-height: 133.333%;
        z-index: 5;
    }
}
.media-blog-content{
    padding: 12px;
}
.blog-title{
    color: #000;
    font-family: 'Roboto Bold';
    font-size: 20px;
    font-style: normal;
    font-weight: normal;
    line-height: 150%;
    margin-bottom: 4px;
}
.blog-btn{
    color: #000;
    font-family: 'Roboto Medium';
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    line-height: 140%;
}
.blog-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    &:hover{
        img{
            filter: brightness(0) saturate(100%) invert(67%) sepia(12%) saturate(1887%) hue-rotate(3deg) brightness(94%) contrast(86%);
        }
    }
}
/*******************************
        Contact Page
********************************/
.contact-get-in-touch{
    margin-top: 80px;
    background-color: #fff;
    ul{
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 12px;
        li{
            a{
                color: #000;
                text-align: center;
                font-family: 'Roboto Regular';
                font-size: 22px;
                font-style: normal;
                font-weight: normal;
                line-height: 142.857%;
                padding: 9px 20px;
                border-radius: 6px;
                background: rgba(217, 217, 217, 0.50);
                transition: 0.5s;
            }
        }
    }
    ul li a.active,
    ul li a:hover{
        background: #E59819;
    }
}
.contact-info-card{
    display: flex;
    align-items: center;
    gap: 16px;
    border-radius: 6px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    padding: 16px;
    transition: 0.5s;
    background-color: #fff;
    &:hover{
        box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.10);
    }
}
.contact-info-content{
    width: 80%;
    h4{
        color: #000;
        font-family: 'Roboto Medium';
        font-size: 20px;
        font-style: normal;
        font-weight: normal;
        line-height: 140%;
        margin-bottom: 8px;
    }
    p{
        a{
            color: #000;
            font-family: 'Roboto Regular';
            font-size: 16px;
            font-style: normal;
            font-weight: normal;
            line-height: 150%;
            text-decoration: underline;
            &:hover{
                color: #E59819;
            }
        }
    }
}
.map{
    iframe{
        width: 100%;
        height: 406px;
        border: none;
    }
}
.map-box{
    position: relative;
    border: 0;
    padding: 16px;
    transition: 0.5s;
    background-color: #ffffff;
    margin-top: -2px;
    box-shadow: 0 9px 28px 0px #00000014;
    border-radius: 0 0 6px 6px;
    margin-bottom: 20px;
}
.map-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.address-box{
    position: relative;
    text-align: center;
    width: 350px;
    left: 50%;
    transform: translateX(-50%);
    top: 25%;
    h5{
        color: #000;
        font-family: 'Roboto Medium';
        font-size: 16px;
        font-style: normal;
        font-weight: normal;
        line-height: 137.5%;
    }
}
.location-icon{
    margin-bottom: 8px;
}

.blog-banner{
    background-image: url(../img/blog-banner.webp);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 140px;
    padding-bottom: 60px;
}
.blog-banner-content{
    text-align: center;
    h1{
        color: #FFF;
        text-align: center;
        font-family: 'Roboto Bold';
        font-size: 40px;
        font-style: normal;
        font-weight: normal;
        line-height: 120%;
        margin-bottom: 20px;
    }
    p{
        color: #fff;
    }
    .primary-btn{
        background: #000;
        color: #fff;
        width: 240px;
    }
    .outline-dark-btn {
    border-radius: 12px;
    border: 2px solid #ffffff;
    background: transparent;
    color: #ffffff;
    &:after, &::before{
        background-color: #fff;
    }
    &:hover{
        color: #000;
        box-shadow: 0px 0px 40px 0px #ffffff
    }
    }
}
.blog-search-box{
    width: 26%;
    margin: 0 auto;
    margin-bottom: 20px;
}

.popup-overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.7);
            display: flex;
            justify-content: center;
            align-items: center;
            z-index: 1000;
            opacity: 0;
            visibility: hidden;
            transition: all 0.3s ease;
        
        
        &.active {
            opacity: 1;
            visibility: visible;
        }
        
        .sub-popup {
            max-width: 500px;
            width: 90%;
            background: white;
            border-radius: 12px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
            overflow: hidden;
            transform: scale(0.9);
            transition: transform 0.3s ease;
        }
        
        &.active .popup {
            transform: scale(1);
        }
        
        .popup-header {
            background: #000000;
            color: white;
            padding: 20px;
            text-align: center;
        }
        
        .popup-header h2 {
            font-weight: 600;
            margin-bottom: 5px;
        }
        
        .popup-header p {
            opacity: 0.9;
            font-size: 14px;
            color: white;
            margin-bottom: 0;
        }
        
        .popup-content {
            padding: 25px;
        }
        
        .form-group {
            margin-bottom: 20px;
            text-align: left;
        }
        
        label {
            display: block;
            margin-bottom: 8px;
            font-weight: 500;
            color: #333;
        }
        
        input[type="email"],
        input[type="tel"] {
            width: 100%;
            padding: 12px 15px;
            border: 1px solid #ddd;
            border-radius: 6px;
            font-size: 16px;
            transition: all 0.3s;
        }
        
        input[type="email"]:focus,
        input[type="tel"]:focus {
            border-color: #000000;
            box-shadow: 0 0 0 2px rgba(74, 0, 224, 0.2);
            outline: none;
        }
        
        .checkbox-group {
            display: flex;
            align-items: center;
            margin-bottom: 15px;
            label {
                margin: 0;
            }
        }
        
        .checkbox-group input {
            width: 24px;
            height: 24px;
            margin: 0;
        }
        
        .whatsapp-section {
            margin-top: 15px;
            padding: 15px;
            background-color: #f8f9fa;
            border-radius: 6px;
            border-left: 4px solid #25D366;
            display: none;
            input{
                width: 100%;
                padding: 12px 15px;
                border: 1px solid #ddd;
                border-radius: 6px;
                font-size: 16px;
                transition: all 0.3s;
            }
        }
        
        .whatsapp-section.show {
            display: block;
            animation: fadeIn 0.3s ease;
        }
        
        @keyframes fadeIn {
            from { opacity: 0; transform: translateY(-5px); }
            to { opacity: 1; transform: translateY(0); }
        }
        
        .whatsapp-section p {
            font-size: 14px;
            color: #555;
            margin-bottom: 10px;
            text-align: left;
        }
        
        .popup-buttons {
            display: flex;
            gap: 10px;
            margin-top: 25px;
        }
        
        .popup-btn {
            flex: 1;
            padding: 12px;
            border: none;
            border-radius: 6px;
            font-size: 16px;
            font-weight: 500;
            cursor: pointer;
            transition: all 0.3s;
        }
        
        .subscribe-popup-btn {
            background: #4a00e0;
            color: white;
        }
        
        .subscribe-popup-btn:hover {
            background: #3a00b0;
        }
        
        .cancel-popup-btn {
            background: #f1f1f1;
            color: #555;
        }
        
        .cancel-popup-btn:hover {
            background: #e0e0e0;
        }
        
        .popup-footer {
            text-align: center;
            padding: 15px;
            font-size: 12px;
            color: #777;
            border-top: 1px solid #eee;
        }
        
        .popup-footer a {
            color: #4a00e0;
            text-decoration: none;
        }
        
        .success-message {
            display: none;
            text-align: center;
            padding: 30px;
            color: #25D366;
        }
        
        .success-message i {
            font-size: 48px;
            margin-bottom: 15px;
        }
        
        .success-message h3 {
            margin-bottom: 10px;
        }
        
        .close-btn {
            position: absolute;
            top: 15px;
            right: 15px;
            background: rgba(255, 255, 255, 0.2);
            color: white;
            border: none;
            width: 30px;
            height: 30px;
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            cursor: pointer;
            font-size: 16px;
            transition: all 0.3s;
        }
        
        .close-btn:hover {
            background: rgba(255, 255, 255, 0.3);
        }
        }
        @media (max-width: 480px) {
            .popup {
                width: 95%;
            }
            
            .popup-content {
                padding: 20px;
            }
            
            .popup-buttons {
                flex-direction: column;
            }
            
            h1 {
                font-size: 2rem;
            }
        }
.great-brands{
    h2{
        color: #000;
        font-family: 'Roboto Medium';
        font-size: 36px;
        font-style: italic;
        font-weight: normal;
        line-height: 133.333%;
        margin-bottom: 70px;
    }
}
.team-card {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    img{
        width: 100%;
        height: 100%;
    }
    .team-info{
        position: absolute;
        padding: 40px 30px;
        bottom: 0;
        left: 0;
        h4{
        color: #FFF;
        font-family: 'Roboto Medium';
        font-size: 28px;
        font-style: normal;
        font-weight: normal;
        line-height: 27px;
        margin-bottom: 10px;
        }
        p{
            color: #BEBDBD;
            font-size: 20px;
            font-style: normal;
            font-weight: normal;
            line-height: 25px;
        }
    }
}
.great-brands-slider{
    padding-left: 90px;
    .slick-list{
        margin: 0 -15px;
    }
    .slick-slide{
        margin: 0 15px;
    }
}
.contact-info{
    border-bottom: 1px solid #ddd;
    .section-title{
        font-size: 30px;
        margin-bottom: 40px;
    }
    .top-social{
        margin-top: 40px;
    }
}
.contact-get-in-touch {
    border-bottom: 1px solid #ddd;
}
.blog-details{
.blog-details-img{
    img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}
}
.blog-content{
    padding: 14px 20px;
    border-left: 1px solid #ddd;
    .blog-tags{
        margin-bottom: 14px;
        gap: 7px;
        .tag{
            border-radius: 6px;
            background: #F3F3F3;
            padding: 5px 15px;
            font-size: 18px;
            color: #212121;
            text-transform: unset;
            font-family: "Helvetica";
        }
    }
    h3{
        color: #1A1A1A;
        font-size: 30px;
        font-style: normal;
        font-weight: normal;
        line-height: 123.333%;
        margin-bottom: 16px;
    }
    p{
        margin-bottom: 15px;
    }
    .blog-date{
        color: #7D7B7A;
    }
    .primary-btn{
        padding: 16px 25px;
    }
}
.blog-details{
    .blog-title{
        color: #212121;
font-size: 56px;
line-height: 107.143%;
margin-bottom: 9px;
    }
.details-tag{
    color: #D2B450;
font-size: 22px;
line-height: 20px;
margin-bottom: 9px;
}
.blog-date{
    color: #7D7B7A;
}
.blog-details-img {
    aspect-ratio: 3 / 1.25;
    img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}
h2{
color: #212121;
font-size: 36px;
line-height: 180.556%;
text-transform: capitalize;
margin-bottom: 16px;
font-family: 'Roboto Medium';
}
ul{
    margin-bottom: 22px;
    list-style-type: disc;
    padding-left: 22px;
    font-size: 18px;
    line-height: 161.111%;
    strong{
    font-family: 'Roboto Medium';
}
}
h3{
color: #212121;
font-size: 30px;
line-height: 65px;
text-transform: capitalize;
margin-bottom: 16px;
font-weight: normal;
font-family: 'Roboto Medium';
}
ol{
    margin-bottom: 22px;
    list-style-type: decimal;
    padding-left: 22px;
    font-size: 18px;
    line-height: 161.111%;
}
}
.sidebar-service{
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.10);
    padding: 25px;
    margin-bottom: 30px;
    h3{
        color: #212121;
        font-size: 26px;
        font-style: normal;
        line-height: 65px;
        text-transform: capitalize;
        margin: 0;
    }
}
.category-list{
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 32px;
padding-left: 0!important;
margin: 0 !important;

a{
    color: #454545;
}
li{
    margin-bottom: 6px;
    position: relative;
    list-style: none;
    transition: all .5s;
    &::before{
        content: '';
        background-image: url(../img/list-arrow.webp);
        width: 20px;
        height: 20px;
        transform: translateY(4px);
        display: inline-block;
    }
&:hover{
    transform: translateX(5px);
    &::before{
        filter: brightness(0) saturate(100%) invert(93%) sepia(51%) saturate(7037%) hue-rotate(315deg) brightness(87%) contrast(87%);
    }
        a{
            color: #D2B450;
        }
    }
}
}
.recent-post-list{
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 8px;
    margin-bottom: 8px;
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    &:hover{
        .recent-post-content{
        h4{
            color: #D2B450;
        }
    }
    }
    img{
        width: 119px;
        height: 116px;
        object-fit: cover;
        border-radius: 6px;
    }
    .recent-post-content{
        p{
        color: #76797B;
        font-size: 16px;
        line-height: 18px;
        margin-bottom: 6px;
        }
        h4{
           color: #000;
            font-size: 18px;
            line-height: 144.444%;
            margin-bottom: 9px;
        }
        .read-more{
            color: #c89e43;
            font-size: 14px;
            font-style: normal;
            font-weight: 700;
            line-height: normal;
            text-decoration-line: underline;
            text-decoration-style: solid;
            text-decoration-skip-ink: auto;
            text-decoration-thickness: auto;
            text-underline-offset: auto;
            text-underline-position: from-font;
            text-transform: uppercase;
        }
    }
}
.sidebar-form {
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.10);
    padding: 25px;
    h3{
        color: #212121;
font-size: 26px;
font-style: normal;
line-height: 65px;
text-transform: capitalize;
    }
    .form-control{
        border-radius: 10px;
border: 1px solid #E2E0E0;
    }
    .primary-btn{
        border: 0;
        padding: 12px 40px;
        text-transform: capitalize;
        font-family: "Helvetica";
        &:hover{
            border-radius: 12px;
            color: #ffffff;
            background-color: #c89e43;
        }
    }
}
.pagination{
    border-top: 1px solid #E2E0E0;
    padding-top: 30px;
    margin-top: 30px;
    .row .col-md-6:last-child{
        text-align: right;
    }
h4{
    color: #212121;
    font-family: 'Roboto Medium';
font-size: 24px;
font-style: normal;
font-weight: normal;
line-height: 26px;
margin-bottom: 12px;
}
a{
    display: flex;
    align-items: center;
    gap: 10px;
    color: #212121;
    font-size: 18px;
    line-height: 140.778%;
    &:hover{
        color:#c89e43;
    }
    img{
        width: 136px;
        height: 110px;
        object-fit: cover;
        border-radius: 6px;
    }
    span{
        width: 65%;
    }
}
}
/*******************************
  Responsive
********************************/
@media (max-width: 1920px) {}

@media (max-width: 1600px),
(max-width: 1536px) {
   .about-banner {
        & .banner-content {
            h1 {
                font-size: 32px;
            }
        }
    }
    .map {
        iframe {
            height: 336px;
        }
    }
}

@media (max-width: 1440px) {}

@media (max-width: 1440px),
(max-width: 1366px) {
    .title {
        font-size: 40px;
        margin-bottom: 10px;
    }
    .container {
        max-width: 1200px;
    }

    #menu>.main-menu>ul>li {
        padding-inline: 8px;
    }
    .search-btn {
        width: 44px;
        height: 44px;
        padding: 10px;
    }
    .search-container {
        margin-left: 20px;
        margin-right: 20px;
    }
    .search-input {
        padding: 16px 65px 16px 20px;
    }
    .section-title {
        font-size: 42px;
    }
    p {
        font-size: 16px;
    }
    .popup .popup__content {
        width: 60%;
    }
   .banner-item h1 {
        font-size: 44px;
    }
    .banner-item p {
        font-size: 16px;
    }
    .banner-btn {
        font-size: 16px;
        img{
            width: 6%;
        }
    }
    .primary-btn {
        font-size: 16px;
    } 
    
    .footer-box {
        padding-bottom: 50px;
        margin-bottom: 20px;
    }
    footer p{
        font-size: 15px;
    }
    .footer-title{
        font-size: 18px;
    }
    footer ul li a, footer p a {
        font-size: 14px;
    }

.right {
    & .title {
        font-size: 37px;
        margin-bottom: 10px;
    }
}
.projects-banner {
    .banner-content {
        width: 68%;
        text-align: center;
    }
}
.link-btn {
    font-size: 16px;
}
.project-overview {
    p {
        font-size: 18px;
    }
}
.right-content ul li {
    font-size: 12px;
}
.testimonial-card {
    padding: 15px;
}
.about-banner{
    height: 55dvh;
    .banner-content{
        h1{
            font-size: 27px;
        }
    }
}
.legacy {
    & .legacy-box {
        & p {
            font-size: 18px;
        }
    }
}
.evolved-txt {
    p {
        font-size: 18px;
    }
}
    .evolved-value {
        & img {
            left: 7%;
            top: 8%;
        }
    }
    .evolved-item {
        h4 {
            font-size: 22px;
        }
        p{
            width: 70%;
        }
    }
    .agarwal-img {
        img {
            transform: translateY(94px);
        }
    }
    .saga-box-content {
        & h3 {
            font-size: 18px;
            margin-bottom: 6px;
        }
    }
    .brokerage {
        padding-block: 110px;
        h2 {
            font-size: 75px;
            span{
                font-size: 170px;
            }
        }
    }
    .evolved-slider {
        .slick-slide {
            margin: 0;
        }
        .slick-list {
            margin: 0;
            height: 380px !important;
        }
        .slick-arrow {
            right: -70px;
        }
        .slick-prev {
            right: -69px;
        }
    }
    .padd-block {
        padding-block: 30px;
    }
    .career-banner-slider {
        margin-top: 120px;
    }
    .job-name {
        h4 {
            font-size: 17px;
        }
    }
    .apply-btn {
        font-size: 17px;
    }
    .job-icon{
        width: 50px;
        height: 50px;
        padding: 10px;
    }
    .job-openning-right {
        & ul {
            li {
                padding-left: 65px;
                padding-block: 15px;
            }
        }
    }
    .grow-with-us{
        padding-block: 55px;
    }
    .pub-art-box-text {
        h3 {
            font-size: 18px;
            margin-bottom: 10px;
        }
    }
    .map {
        iframe {
            height: 285px;
        }
    }
    .pub-art {
        margin-top: 50px;
    }
    .blog-title{
        font-size: 18px;
    }
    .blog-btn{
        font-size: 16px;
    }
    .job-popup.popup .popup__content {
    width: 80%;
}
.pagination {
    & a {
        font-size: 16px;
    }
}
.blog-details {
    ul,ol {
        font-size: 16px;
    }
    h2 {
        font-size: 30px;
        line-height: 120.556%;
    }
}
.recent-post-list {
    & .recent-post-content {
        h4 {
            font-size: 15px;
        }
    }
}
.sidebar-service {
    h3 {
        font-size: 22px;
        margin: 0;
        margin-bottom: 10px;
        line-height: normal;
    }
}
}

@media (max-width: 1366px) {}

@media (max-width: 1199.98px) {
    .popup .popup__content {
        width: 70%;
    }
    .right{
        padding: 20px;
    }
    #menu>.main-menu>ul>li {
        padding-inline: 6px;
    }
    .slider-bg {
    height: 640px;
}
    .container-fluid {
        padding: 0 30px;
    }
    .container{
        padding-inline: 40px;
    }
    .banner{
        .slick-dots {
            bottom: 20px;
        }
    }
    #menu > .main-menu > ul > li > a {
        &::after {
            bottom: 17px;
            left: 5px;
        }
    }
    .search-btn {
        width: 37px;
        height: 37px;
    }
    .search-container {
        margin-left: 10px;
        margin-right: 10px;
    }
    
   
    .banner-item h1 {
        font-size: 46px;
    }
    .sec-gap {
        padding: 40px 0;
    }
    .menu-btn {
        font-size: 15px;
        padding: 12px 18px;
    }
    #menu>.main-menu>ul>li>a, #menu ul ul li a {
        font-size: 14px;
        padding: 20px 5px;
    }
   .header-area {
    .container-fluid {
        padding: 0 30px;
    }
}
.pricing {
    .primary-btn {
        padding: 19px 25px;
    }
}
.property-location,.property-tag {
    font-size: 16px;
}
    .projects-banner {
        .banner-content {
            width: 80%;
            text-align: center;
        }
    }
    .project-details-banner {
    & .banner-item {
        & .banner-content {
            h1 {
                font-size: 107px;
                margin-bottom: 43px;
            }
        }
    }
}
.project-overview{
    .col-lg-4{
        width: 50.333333%;
    }
    h4, p{
        margin-bottom: 30px;
    }
}
    .about-banner {
        height: 33dvh;
    }
    .evolved-slider {
        .slick-arrow {
            right: -35px;
        }
    }
    .grow-with-us {
        padding-block: 28px;
        .container{
            .col-lg-8{
                padding-left: 20px;
            }
        }
    }
    .map {
        iframe {
            height: 207px;
        }
    }
        .brokerage {
        & h2 {
            span {
                font-size: 140px;
            }
        }
    }
}

@media (max-width: 991.98px) {
    .left{
        background: #181A20;
        padding-block: 20px;
    }
    .title{
        text-align: center;
    }
    .mobile{
        display: block;
    }
    #menu {
        justify-content: start;
        padding-block: 10px;
    }
    .logo {
        padding-block: 5px;
    }

    .hamburger {
        background: #ffffff0f;
    }
    .hamburger:before {
        background: #FFF;
    }
    .hamburger:after {
        border-top: 2px solid #FFF;
        border-bottom: 2px solid #FFF;
    }

    #menu .main-menu {
        background-color: rgb(19 19 19);
        top: 60px;
        flex-direction: column;
        padding-right: 0;
    }

    #menu .main-menu {
        top: 0;
        height: 100dvh !important;
        background: #181A20;
        right: 0;
        left: unset;
        width: 50%;
        transform: translateX(100%);
        margin: 0;
        z-index: 999;
    }
    #menu>.main-menu>ul>li {
        border-bottom: 1px solid #ffffff8c;
    }
    .menu-btn{
        margin-left: 310px;
    }
    #menu .main-menu ul ul.open {
        background: #ffffff0d;
    }
    #menu>.main-menu>ul>li>a, #menu ul ul li a {
        font-size: 16px;
        padding: 20px 6px;
    }
    header .flex-box {
        margin-top: 20px;
        .s-desktop{
            display: none;
        }
    }
    .s-mobile{
        display: block;
        position: absolute;
        right: 70px;
        top: 13px;
        .search-btn{
            width: 47px;
            height: 47px;
            background: transparent;
            backdrop-filter: unset;
        }
        .search-input {
            padding: 13px 38px 13px 16px;
        }
    }
    
    #menu .submenu-button {
        height: 77px;
        width: 70px;
    }

    #menu .submenu-button:after {
        top: 28px;
        right: 30px;
    }

    #menu>.main-menu>ul>li.has-sub>a::before {
        display: none;
    }

    #menu .submenu-button.submenu-opened:after {
        transform: rotate(-135deg);
        top: 34px;
    }
    .banner-item h1 {
        font-size: 36px;
    }
    .section-title {
        font-size: 32px;
    }
    .sec-gap {
        padding: 30px 0;
    }
    .city-cards {
        display: flex;
        gap: 30px;
        justify-content: center;
    }
    .city-card {
    padding: 20px 10px;
        h4 {
        font-size: 17px;
    }
    }
    .banner-item .container {
        align-items: center;
        justify-content: center;
}
.copyright-section {
    .container {
        margin-top: 40px;
    }
}
    p{
        font-size: 15px;
    }
    .primary-btn {
        font-size: 15px;
    }
    .banner p{
        font-size: 15px;
        margin-bottom: 30px;
    }
    .banner-btn {
        font-size: 15px;
    }
   
    footer{
        padding-top: 30px;
    }
    .footer-box {
        padding-bottom: 0px;
        margin-bottom: 10px;
    }
    footer p{
        font-size: 14px;
    }
    .footer-title {
        font-size: 17px;
        margin-bottom: 5px;
    }
    .copyright{
        padding: 10px 0;
        margin-top: 10px;
    }
    .kolkata-header {
    .primary-btn {
       display: none;
    }
    .btn-group {
        margin-left: auto;
        gap: 9px;
        margin-right: 132px;
    }
    .menu-btn{
        margin-left: auto;
        background: #ffffff4a;
    }
    .hamburger {
        background: rgb(0 0 0 / 4%);
        z-index: 99;
    }
    .hamburger:before {
        background: #000000;
    }
    .hamburger:after {
        border-top: 2px solid #000000;
        border-bottom: 2px solid #000000;
    }
    #menu>.main-menu>ul>li>a {
        color: #ffffff;
        padding-left: 20px;
    }
        .s-mobile {
        .search-btn {
            background: #ffffff57;
            backdrop-filter: unset;
            margin-left: 0;
        }
    }
}
.pricing {
    .primary-btn {
        padding: 20px 40px;
    }
}
.header-area {
    .container-fluid {
        padding: 0 30px;
    }
}
.legacy {
    .legacy-box {
        padding: 40px;
    }
}
.brand-box {
    padding: 10px;
}
footer{
    .btn-group {
        justify-content: center;
    }
}
.kolkata-banner {
    & .banner-content {
        h1 {
            font-size: 86px;
        }
    }
}
.hamburger {
        background: #ffffff00;
    }
    .l-top {
    & h2 {
                font-size: 26px;
        span {
            font-size: 70px;
        }
    }
}
.projects-banner {
    .banner-content {
        width: 100%;
    }
}
.projects-banner {
    & .banner-content {
        h1 {
            font-size: 54px;
            line-height: 109%;
            margin-bottom: 24px;
        }
    }
}
.project-details-banner {
        & .banner-item {
            & .banner-content {
                h1 {
                    font-size: 82px;
                    margin-bottom: 33px;
                }
                p {
                    font-size: 20px;
                }
            }
        }
    }
    .experience-form {
        label {
            font-size: 17px;
        }
    }
    .project-overview{
        .col-lg-4 {
            width: 100%;
        }
        .overview-img {
            margin-bottom: 20px;
        }
        .btn-group {
            margin-bottom: 0px;
            margin-top: 40px;
        }
    }
    .right-content h6 {
        font-size: 16px;
        margin-bottom: 15px;
    }
    .key-highlights p {
        margin-bottom: 30px;
    }
    .mtn-40 {
    margin-top: -10px;
}
    .about-banner {
        height: 40vh;
        .container-fluid{
            align-items: flex-end;
            padding-bottom: 50px;
        }
        & .banner-content {
            margin-top: 0;
            h1 {
                font-size: 28px;
            }
        }
    }
    .evolved-card{
        flex-direction: column;
        text-align: center;
        gap: 8px;
    }
    .evolved-icon{
        margin-inline: auto;
    }
    .evolved-txt {
        width: 100%;
        h4{
            font-size: 20px;
            margin-bottom: 10px;
        }
    }
    .evolved-value {
        & img {
            left: 30%;
            top: -60%;
            width: 20%;
        }
        h3{
            padding-left: 30px;
        }
    }
    .evolved-slider {
        .slick-list {
            height: 350px !important;
            padding: 20px 0 !important;
        }
    }
    .agarwal-img {
        img {
            transform: translateY(0);
        }
    }
    .agarwal-content {
        border-radius: 6px;
        background: #96969626;
        backdrop-filter: blur(15px);
        padding: 20px;
        margin-top: -50px;
        position: relative;
        margin-bottom: 40px;
        z-index: 9;
    }
    .bose{
        .row{
            .col-lg-5{
                order: -1;
            }
        }
        .agarwal-content{
            position: relative;
            z-index: 1;
            background: #d5d5d573;
            backdrop-filter: blur(14px);
            z-index: 9;
            .agarwal-coma{
                img{
                    filter: brightness(0) saturate(100%) invert(5%) sepia(4%) saturate(4997%) hue-rotate(188deg) brightness(95%) contrast(88%);
                }
            }
        }
    }
    .saga-box{
        gap: 10px;
        background: rgb(0 0 0 / 5%);
    }
    .agarwal-message{
        padding-top: 30px;
    }
    .brokerage {
        padding-block: 50px;
        h2 {
            font-size: 50px;
            span {
                font-size: 150px;
                left: -75%;
            }
        }
    }
    .build-future-img {
        justify-content: center;
        align-items: flex-end;
    }
    .apply-btn {
        font-size: 15px;
    }
    .job-openning-right {
        & ul {
            li {
                padding-left: 55px;
                padding-block: 10px;
            }
        }
    }
    .grow-with-us {
        background-position: right;
        & .container {
            justify-content: center;
            .col-lg-8 {
                padding-left: 0;
                flex-direction: column;
                text-align: center;
            }
        }
    }
    .pub-art-box{
        padding: 10px;
        gap: 10px;
    }
    .pub-art-box-text {
        width: 71%;
        h3 {
            font-size: 15px;
            margin-bottom: 5px;
        }
        & h5 {
            padding-left: 20px;
            &::before {
                width: 13px;
                height: 13px;
                top: 3px;
            }
        }
    }
    .pub-art-box-icon{
        width: 75px;
    }
    
    .address-box {
        top: 30%;
        width: 300px;
    }
    .contact-get-in-touch{
        .mb-50 {
        margin-bottom: 30px;
    }
    }
    .build-future {
        padding-top: 0px;
    }
    .build-future-content {
        background: #15222b3d;
        backdrop-filter: blur(15px);
        padding: 15px;
        border-radius: 6px;
    }
    .build-future-slider{
        .slick-dots {
            li {
                background: #FFF;

            }
            .slick-active {
                background: #000;
            }
        }
        .slick-slide{
            margin: 0 20px;
        }
        .slick-list{
            margin: 0 -20px;
        }
    }
    .build-future-img {
        img {
            margin-bottom: -1px;
            height: 400px;
        }
    }
    .grow-with-us {
    .grow-left-img {
        opacity: 0;
    }
}
}
@media (max-width: 575.98px) {
    .title {
        font-size: 25px;
        margin-bottom: 15px;
        line-height: 19px;
    }
    .fix-call {
    width: 42px;
    height: 42px;
    margin-bottom: 4px;
    padding: 13px;
    margin-right: 4px;
}
    .form-control {
        font-size: 14px;
        padding: 10px 10px;
    }
    .form-group {
        margin-bottom: 5px;
    }
    .offcanvas-body .contact-form label {
        font-size: 14px;
        margin-bottom: 2px;
        display: block;
        line-height: normal;
    }
    form .btn-group {
        justify-content: center;
        margin-top: 15px;
    }
    #menu {
        justify-content: space-between;
    }
    header {
        height: 52px;
    }
    .hamburger {
        top: 12px;
        width: 43px;
        height: 36px;
    }
    .hamburger:after {
        top: 17px;
        right: 6px;
        height: 10px;
        width: 30px;
    }
    .hamburger:before {
        top: 8px;
        right: 6px;
        height: 2px;
        width: 30px;
    }
    .hamburger.menu-opened:after {
        top: 18px;
        border: 0;
        height: 2px;
        width: 30px;
    }
    .hamburger.menu-opened:before {
        top: 18px;
        width: 30px;
    }
    #menu .submenu-button {
        height: 51px;
        width: 70px;
        background: rgb(255 255 255 / 3%);
    }
    .banner-item {
        height: 100dvh;
        display: flex;
        .container{
            padding-top: 80px;
            padding-bottom: 40px;
            position: relative;
        }
        video {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin-bottom: -4px;
}
    }
    .section-title {
        font-size: 22px;
    }
    .mb-50 {
        margin-bottom: 20px;
    }
    p {
        font-size: 14px;
        line-height: 149.727%;
    }
    .sec-gap{
        padding: 20px 0;
    }
    .mb-20 {
        margin-bottom: 10px;
    }
    #menu .main-menu {
        top: 60px;
        flex-direction: column;
        padding-right: 0;
        overflow-y: auto;
        padding-bottom: 100px;
    }
    #menu>.main-menu>ul>li.has-sub>a::before {
        display: none;
    }
    #menu>.main-menu>ul>li>a {
        padding: 16px 6px;
    }
    #menu>.main-menu>ul>li>a,
    #menu ul ul li a {
        font-size: 16px;
    }
    #menu .submenu-button:after {
        top: 22px;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 5px solid #ffffff;
        transform: rotate(0deg);
        border-bottom: 0px solid #fff;
    }

    #menu .submenu-button.submenu-opened:after {
        transform: rotate(0deg);
        top: 22px;
    }

    #menu ul ul li a {
        padding-left: 15px;
    }

    #menu .main-menu ul ul.open {
        background: #ffffff0d;
    }

    .popup .popup__content {
        width: 90%;
    }
    .title {
        font-size: 25px;
        margin-bottom: 20px;
    }
    .left {
        padding-block: 15px;
    }
    #menu .main-menu ul li.current-menu-item a::after{
        display: none;
    }
    .s-mobile {
        right: 43px;
        top: 13px;
        .search-btn {
            width: 35px;
            height: 35px;
            padding: 8px;
            margin-left: 0;
            margin-right: 4px;
        }
        .search-input {
            padding: 7px 30px 7px 16px;
        }
        .search-close-btn{
            right: 0;
        }
        .search-box{
            width: 270px;
        }
    }
    #menu>.main-menu>ul>li{
        border-bottom: 1px solid #ffffff14;
        transition: all 0.3s ease;
        
    }

    #menu>.main-menu.open ul li:nth-child(1) { animation: slideInLeft 0.3s both .3s; }
    #menu>.main-menu.open ul li:nth-child(2) { animation: slideInLeft 0.3s both .4s; }
    #menu>.main-menu.open ul li:nth-child(3) { animation: slideInLeft 0.3s both .5s; }
    #menu>.main-menu.open ul li:nth-child(4) { animation: slideInLeft 0.3s both .6s; }
    #menu>.main-menu.open ul li:nth-child(5) { animation: slideInLeft 0.3s both .7s; }
    #menu>.main-menu.open .mobile-cta { animation: slideInLeft 0.3s both .8s; }
   #menu>.main-menu.open .mobile-contact-info {
        animation: slideInLeft 0.3s both .9s;
    }
   #menu>.main-menu.open .mobile-contact-info h3{
        animation: slideInLeft 0.3s both 1s;
    }
   #menu>.main-menu.open .mobile-contact-info p{
        animation: slideInLeft 0.3s both 1.1s;
    }
    .primary-btn{
        font-size: 14px;
        padding: 12px 30px;
    }
    .btn-group {
        display: flex;
        gap: 10px;
    }
    .fixed-btn{
        right: 0;
        img{
            width: 45px;
            height: auto;
        }
    }
    .sub-title {
        font-size: 12px;
        margin-bottom: 0;
    }
    .container-fluid {
        padding: 0 10px;
    }
    .container {
        padding-inline: 15px;
    }
    .banner-content {
        width: auto;
        text-align: center;
    }
    .banner-btn {
        font-size: 14px;
    }
    .banner-item h1 {
        font-size: 30px;
        margin-inline: auto;
        margin-bottom: 5px;
        line-height: 120%;
        width: 80%;
    }
    
    .banner p{
        font-size: 11px;
        margin-bottom: 20px;
        font-family: 'Inter Regular';
    }
    .cards__inner {
    gap: 1em;
}

    footer{
        text-align: center;
    }
    .footer-box{
        flex-direction: column;
        gap: 20px;
    }
    .footer-title{
        font-size: 18px;
    }
    .copyright{
        justify-content: center;
    }

    .menu-btn {
        margin-left: unset;
        font-size: 12px;
        padding: 6px 10px;
        border-radius: 5px;
        line-height: 150%;
        margin-right: 92px;
        border: 1px solid #ffffff4a;
    }
    .hamburger {
        top: 9px;
        width: 43px;
        height: 36px;
        z-index: 999;
    }
    .s-mobile {
        right: 43px;
        top: 10px;
    }
    .logo {
        padding-block: 0px;
        width: 110px;
        a{
            display: block;
        }
    }
        #menu .main-menu {
        top: 0;
        flex-direction: column;
        padding-right: 0;
        overflow-y: auto;
        padding-bottom: 100px;
        width: 80%;
        z-index: 999;
        border-left: 1px solid #c89e4370;
        padding: 16px;
    }
    .city-cards {
         gap: 20px;
        justify-content: center;
        flex-wrap: wrap;
    }
    .city-card {
        border-radius: 12px;
        width: 150px;
        height: 184px;
        padding: 10px;
        .city-icon {
        margin-bottom: 6px;
    }
    h4{
        line-height: normal;
    }
        .arrow {
        position: absolute;
        top: 10px;
        right: 10px;
        width: 16px;
    }
}
    
    .reg-no {
    padding-block: 15px;
        h2 {
            font-size: 15px;
        }
}
footer {
    .primary-btn {
        margin-top: 0px;
        margin-bottom: 15px;
    }
    .employee-login-btn {
        margin-top: 10px;
    }
}
footer{
    .btn-group {
        justify-content: center;
    }
}
.kolkata-banner {
    & .banner-content {
            text-align: center;
            padding-top: 85px;
            padding-bottom: 40px;
        h1 {
            font-size: 42px;
        }
            p {
            font-size: 16px;
            text-align: center;
        }
    }
}
    .header-area {
        .container-fluid {
            padding: 0 6px;
        }
    }
    .kolkata-header {
        .btn-group {
            margin-right: 96px;
        }
        .menu-btn {
            margin-left: auto;
            margin-right: 0;
            border-radius: 6px;
        }
    }
.kolkata-banner {
    .counter-cards {
        gap: 10px;
        margin-bottom: 20px;
        justify-content: center;
    }
        .counter-card {
            border-radius: 12px;
            width: 220px;
            padding: 10px;
            height: 120px;
            display: flex;
            flex-direction: column;
            justify-content: center;
    }
    .btn-group{
        justify-content: center;
    }
    .slider-bg {
        height: 100%;
        width: 100%;
        position: absolute;
    }
    .primary-btn {
        border-radius: 6px;
    }
    & .banner-item {
        .container-fluid {
            position: relative;
        }
    }
}
.mb-60 {
    margin-bottom: 30px;
}
.property-tag{
    margin-bottom: 10px;
    padding: 4px 14px;
}
.property-location, .property-tag {
        font-size: 14px;
    }
    .property-title {
    font-size: 20px;
}
    .pricing {
        .primary-btn {
            padding: 16px 40px;
        }
    }
    .l-top {
    flex-direction: column;
    gap: 20px;
    align-items: start;
}
.legacy {
        .legacy-box {
            padding: 25px;
        p {
            font-size: 16px;
        }
        }
    }
    .hy-explore {
    & .property-card {
        .primary-btn {
            width: 55%;
        }
    }
}
    .search-input {
        padding: 12px 65px 12px 20px;
        font-size: 12px;
    }
    .search-submit {
    right: 4px;
    width: 34px;
    height: 34px;
}
.search-suggestions {
    margin-top: 1rem;
    padding: 1rem;
}
.suggestion-items {
    gap: 4px;
}
.suggestion-tag {
    padding: 6px 10px;
}
    .kolkata-header {
        .hamburger {
            background: rgb(0 0 0 / 0%);
        }
                .btn-group {
            margin-right: 90px;
        }
        .menu-btn {
        box-shadow: 0 4px 4px 0 rgb(0 0 0 / 6%);
    }
    }
    .mobile-contact-info p {
    font-size: 1.1rem;
}
.mobile-contact-info h3 {
    font-size: 1.2rem;
}
.mobile-contact-info {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
}
    .projects-banner {
        & .banner-content {
            width: 90%;
            h1 {
                font-size: 24px;
                margin-bottom: 14px;
                width: 95%;
                text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
            }
            p {
                font-size: 14px;
                text-align: center;
            }
                .primary-btn {
        font-size: 14px;
        padding: 12px 22px;
    }
        }
    }
.complete-projects {
    .hy-explore-content {
        padding: 15px;
                & .property-card {
            & .property-content {
                .primary-btn {
                    font-size: 14px;
                    width: 58%;
                }
            }
        }
    }
}
.get-in-touch {
    padding-inline: 30px;
}
.get-form{
.checkbox-group {
    margin-bottom: 0;
    label {
        font-size: 12px;
    }
}
.primary-btn {
        padding: 14px 35px;
    }
}   
.project-details-banner {
        & .banner-item {
            height: auto;
            display: block;
            & .banner-content {
                    text-align: center;
                    padding-top: 0px;
                    padding-bottom: 10px;
                h1 {
                    font-size: 40px;
                    margin-bottom: 20px;
                }
                p {
                    font-size: 14px;
                    text-align: left;
                }
                & .flex-box {
                    gap: 15px;
                p:not(:first-child) {
                    padding-left: 15px;
                }
            }
            span {
                margin-top: 10px;
            }
        }
        .container-fluid {
                position: absolute;
            }
    }
}
    
.experience-form {
    .form-control {
        font-size: 15px;
    }
    label {
        font-size: 12px;
    }
}
    .link-btn {
        font-size: 15px;
        gap: 5px;
        img{
            width: 17px;
        }
    }
    .project-overview{
        .primary-btn{
            padding: 5px 10px;
        }
            .db-btn {
        padding: 12px 15px;
    }
        h4, p {
            margin-bottom: 13px;
        }
        p {
            font-size: 15px;
        }
        h4 {
            font-size: 18px;
        }
    }
    .developer {
        margin-block: 7px;
    }
    .key-highlights{
        .primary-btn{
            font-size: 12px;
        }
    }
    .key-highlights .section-title {
        margin-bottom: 12px;
    }
    .highlight-box{
        background: #ffffff1f;
        padding-top: 20px;
        &:hover{
            &::before{
                opacity: 0;
            }
        }
    }
    .right-content h6{
        gap: 15px;
    }
    .amenities{
        .primary-btn{
            font-size: 13px;
            padding: 10px 15px;
        }
    }
    .testimonial-slider{
        padding: 0 14px;
    }
    .testimonial-card {
        padding: 8px;
    }
    .testimonial-header {
        margin-bottom: 12px;
    }
    .project-information {
    & .primary-btn {
        span {
            margin-bottom: 2px;
        }
    }
}
.amenities,.key-highlights,.experience-form {
    .primary-btn {
        border-radius: 6px;
    }
}
.outline-dark-btn,.primary-btn {
    border-radius: 6px;
}
.about-banner{
    height: 660px;
    .container-fluid{
        padding-bottom: 20px;
    }
    .banner-content{
        padding-top: 0;
        padding-bottom: 0;
        h1 {
            font-size: 24px;
        }
    }
}
.about-legacy{
    .legacy-box{
        padding: 15px;
    }
    .l-top {
        text-align: center;
        gap: 10px;
        align-items: center;
    }
    .legacy-logo{
        width: 110px;
        height: 105px;
    }
}
    .evolved-value {
        & img {
            left: 25%;
            top: -27%;
        }
    }
    .evolved-item {
        display: flex;
        flex-direction: column;
        gap: 10px;
        text-align: center;
        h4{
            width: 100%;
        }
        p{
            width: 100%;
        }
    }
    .evolved-card {
        background: #00000008;
    }
    .evolved-slider {
        .slick-list{
            height: 195px !important;
            padding: 15px 0 !important;
        }
        .slick-slide {
            margin: 0px 0;
        }
        .slick-list {
            margin: 0px 0;
        }
        .slick-arrow {
            top: 10%;
            right: 0px;
        }
        .slick-prev {
            top: 4%;
            right: 1px;
        }
    }
    .agarwal-content {
        padding-block: 20px;
        margin-top: -40px;
        display: flex;
        flex-direction: column;
        gap: 8px;
        margin-bottom: 20px;
        .btn-group {
            margin-top: 20px;
        }
        h2 {
            font-size: 20px;
            margin-bottom: 10px;
        }
        h5{
            margin-bottom: 10px;
        }
    }
    .agarwal-coma{
        width: 60px;
    }
    .agarwal-message {
        width: 100%;
        padding-top: 0;
    }
    .bose {
        .agarwal-content {
            padding-block: 20px;
            gap: 8px;
        }
    }
    .brokerage {
        height: 310px;
        padding-block: 45px;
        .container {
            justify-content: center;
            align-items: end;
            height: 100%;
        }
        h2 {
            font-size: 40px;
            span {
                font-size: 130px;
                left: 50%;
                transform: translateX(-50%);
                top: -140px;
            }
        }
    }
    .career-banner {
        margin-bottom: 0;
    }
    .career-banner-slider {
        margin-top: 80px;
    }
    .build-future {
        padding-top: 10px;
        margin-bottom: 20px;
        background-size: 200%;
    }
    .build-future-img {
        img {
            margin-bottom: -5px;
            height: 350px;
        }
    }
    .build-future-content {
        align-items: center;
        text-align: center;
        gap: 10px;
        h5{
            font-size: 14px;
        }
    }
    .build-future-slider {
        .slick-dots {
            bottom: -24px;
            padding-right: 0;
            text-align: center;
            li{
                background: #c0c0c0;
            }
        }
    }
    .slick-dots {
        li {
            width: 10px;
            height: 10px;
        }
        .slick-active{
            width: 30px;
            height: 10px;
        }
    }
    .build-future-slider.slick-dotted {
        margin-bottom: 30px;
    }
    .job-icon {
        width: 40px;
        height: 40px;
        padding: 7px;
    }
    .job-openning-right {
        & ul {
            li {
                padding-left: 50px;
            }
        }
    }
    .pub-art {
        margin-top: 50px;
        .btn-group {
            margin-top: 30px;
        }
    }
    .pub-art-box {
        padding: 7px;
        gap: 10px;
        background: #dadada55;
    }
    .pub-art-box-text {
        & h5 {
            font-size: 13px;
            &::before{
                width: 12px;
                height: 12px;
                top: 2px;
            }
        }
    }
    .blog-title {
        font-size: 16px;
    }
    .blog-btn {
        font-size: 14px;
    }
    .contact-get-in-touch {
        margin-top: 50px;
        .mb-50 {
            margin-bottom: 20px;
        }
    }
    .contact-info-icon{
        width: 65px;
        height: auto;
    }
    .contact-info-content {
        width: 75%;
        h4 {
            font-size: 18px;
            margin-bottom: 0px;
        }
        p{
            margin-bottom: 0;
        }
    }
    .contact-info-card {
        gap: 5px;
        padding: 10px;
    }
    .row-slider{
        .slick-dots {
            bottom: -20px;
        }
    }
    .sabka-saath{
        .row{
            padding-inline: 60px;
        }
    }
    .media-blog-content {
        background: #00000014;
    }
}
button {
    border: none;
    background: none;
    cursor: pointer;
}
button:focus {
    outline: none;
    border: none;
}

.carousel-container {
    position: relative;
    width: 100%;
    height: 540px;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 1200px;
}

.cards-container {
    position: absolute;
    width: calc(3 * var(--card-width));
    height: auto;
    cursor: grab;
    max-width: 100%;
}
.cards-container.dragging {
    cursor: grabbing;
}
.cards-container-btn {
    --btn-size: 35px;
    width: var(--btn-size);
    height: var(--btn-size);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100;
    opacity: 1;
    pointer-events: all;
    transition: opacity 0.2s ease;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}
.cards-container-btn:hover {
    background: rgba(255, 255, 255, 0.2);
}
.cards-container-btn:disabled {
    opacity: 0.5;
    pointer-events: none;
}
.cards-container-btn.btn-left {
    left: -5%;
}
.cards-container-btn.btn-right {
    right: -5%;
}
.cards-container-btn .icon {
    width: 60%;
    height: 60%;
}
.cards-container-btn .icon svg {
    width: 100%;
    height: 100%;
}
.cards-container .cards-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    perspective: 1000px;
}

.card {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) translateX(var(--card-translateX-offset)) rotateY(var(--card-rotation-offset)) scale(var(--card-scale-offset));
    display: inline-block;
    width: var(--card-width);
    height: var(--card-height);
    transition: transform var(--card-transition-duration) var(--card-transition-easing);
    user-select: none;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}
.card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 1;
    transition: opacity var(--card-transition-duration) var(--card-transition-easing);
    opacity: calc(1 - var(--opacity));
    border-radius: 15px;
}
.card-image {
    position: relative;
    width: 100%;
    height: 100%;
}
.card-image img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.card.current-card {
    --current-card-rotation-offset: 0;
    --card-translateX-offset: 0;
    --card-rotation-offset: var(--current-card-rotation-offset);
    --card-scale-offset: 1.2;
    --opacity: 0.8;
    &:hover{
        &::before{
            opacity: 0.5;
        }
         .card-link{
            opacity: 1;
     }
    }
    .card-link{
        visibility: visible;
     }
}
.card.previous-card {
    --card-translateX-offset: calc(-1 * var(--card-width) * 1.1);
    --card-rotation-offset: 25deg;
}
.card.next-card {
    --card-translateX-offset: calc(var(--card-width) * 1.1);
    --card-rotation-offset: -25deg;
}
.card.previous-card, .card.next-card {
    --card-scale-offset: 0.9;
    --opacity: 0.4;
}
.card-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.2rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    visibility: hidden;
}

.info-container {
    position: absolute;
    width: calc(3 * var(--card-width));
    height: var(--card-height);
    pointer-events: none;
    margin-top: calc(var(--card-height) + -295px);
    max-width: 100%;
}
.info-container .info-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    perspective: 1000px;
    transform-style: preserve-3d;
}
.info {
    margin-bottom: calc(var(--card-height) / 8);
    margin-left: calc(var(--card-width) / 1.5);
    transform: translateZ(2rem);
    transition: transform var(--card-transition-duration) var(--card-transition-easing);
    text-align: center;
    width: 100%;
    margin-left: 0;
    padding: 0 20px;
}
.info .text {
    position: relative;
    font-size: calc(var(--card-width) * var(--text-size-offset, 0.2));
    white-space: nowrap;
    color: #fff;
    width: fit-content;
    transition: transform 0.4s ease, opacity 0.4s ease;
    margin: 0 auto;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}
.info .name,
.info .location {
    text-transform: uppercase;
}
.info .name {
    font-size: 5.5rem;
    font-weight: 800;
    margin-bottom: 10px;
    background: #fff;
    -webkit-background-clip: text;
    -webkit-text-fill-color: #ffffff;
}
.info .location {
    font-weight: 700;
    font-size: 1.2rem;
    margin-bottom: 15px;
    color: #a0a0ff;
}
.info .location {
    --mg-left: 40px;
    --text-size-offset: 0.12;
    font-weight: 600;
    margin-left: var(--mg-left);
    margin-bottom: calc(var(--mg-left) / 2);
    padding-bottom: 0.8rem;
}
.info .location::before, .info .location::after {
    content: "";
    position: absolute;
    background: #fff;
    left: 50%;
    transform: translateX(-50%);
}
.info .location::before {
    top: 50%;
    width: 20px;
    height: 3px;
    background: linear-gradient(90deg, #ff8a00, #e52e71);
}
.info .location::after {
    bottom: 0;
    width: 60px;
    height: 2px;
    background: linear-gradient(90deg, #ff8a00, #e52e71);
}
.info .description {
    --text-size-offset: 0.065;
    font-weight: 500;
    font-size: 1rem;
    color: #e0e0ff;
    white-space: normal;
    max-width: 400px;
    margin: 0 auto;
    line-height: 1.5;
}
.info.current-info {
    opacity: 1;
    display: block;
}
.info.previous-info, .info.next-info {
    opacity: 0;
    display: none;
}
.social-links {
    position: absolute;
    right: 10px;
    bottom: 10px;
    padding: 10px;
    display: flex;
}
.social-links a {
    margin: 0 10px;
    color: #fff;
    font-size: 1.8rem;
    backface-visibility: hidden;
    transition: all 150ms ease;
}
.social-links a:hover {
    transform: scale(1.1);
    color: #a0a0ff;
}
.hidden {
    display: none;
}
.carousel-title {
    position: absolute;
    top: 20px;
    left: 0;
    width: 100%;
    text-align: center;
    color: white;
    font-size: 2.5rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 3px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding: 0 20px;
}
.carousel-title span {
    background: linear-gradient(90deg, #ff8a00, #e52e71);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.title-arrow {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    cursor: pointer;
    transition: all 0.3s ease;
}
.title-arrow:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: scale(1.1);
}
.title-arrow .icon {
    width: 60%;
    height: 60%;
}
.title-arrow .icon svg {
    width: 100%;
    height: 100%;
}
.drag-hint {
    position: absolute;
    bottom: 80px;
    left: 0;
    width: 100%;
    text-align: center;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.9rem;
    animation: pulse 2s infinite;
    padding: 0 20px;
}
@keyframes pulse {
    0% { opacity: 0.5; }
    50% { opacity: 1; }
    100% { opacity: 0.5; }
}
/* Mobile Responsive Styles */
@media only screen and (max-width: 1600px){
    :root {
        --card-width: 310px;
        --card-height: 370px;
    }
    .carousel-container {
        height: 420px;
    }
}
@media only screen and (max-width: 1440px) and (max-width: 1366px) {
    :root {
        --card-width: 220px;
        --card-height: 260px;
    }

    .carousel-container {
        padding-top: 60px;
        height: auto;
        min-height: 216px;
        max-width: 730px;
    }
    
    .carousel-title {
        top: 10px;
        font-size: 1.8rem;
        flex-direction: column;
        gap: 10px;
    }
    
    .title-arrow {
        width: 40px;
        height: 40px;
    }
    
    .cards-container {
        width: 100%;
        margin-top: 20px;
    }
    
    .cards-container-btn {
        --btn-size: 30px;
        background: rgba(255, 255, 255, 0.2);
    }
    
    .cards-container-btn.btn-left {
        left: 5px;
    }
    
    .cards-container-btn.btn-right {
        right: 5px;
    }
    .info-container {
        margin-top: calc(var(--card-height) + -200px);
        width: 100%;
    }
    
    .info {
        padding: 0 15px;
    }
    
    .info .name {
        font-size: 2.8rem;
    }
    .info {
            margin-bottom: calc(var(--card-height) / 50);
        }
    
    .info .location {
        font-size: 1rem;
    }
    
    .info .description {
        font-size: 0.9rem;
        max-width: 300px;
    }
    
    .card-link {
        font-size: 1rem;
        background: rgba(0, 0, 0, 0.8);
    }
    
    .drag-hint {
        bottom: 100px;
        font-size: 0.8rem;
    }
    
    .social-links {
        bottom: 20px;
        right: 50%;
        transform: translateX(50%);
    }
}
@media only screen and (max-width: 1199.98px){
    video{
        height: 60dvh;
    }
}
@media only screen and (max-width: 575px) {
    :root {
        --card-width: 160px;
        --card-height: 180px;
    }
    .info-container {
        margin-top: calc(var(--card-height) + -166px);
    }
    .carousel-container {
        padding-top: 0px;
    }
    .carousel-title {
        font-size: 1.8rem;
    }
    
    .info .name {
        font-size: 2rem;
    }
    
    .info .location {
        font-size: 0.9rem;
    }
    
    .info .description {
        font-size: 0.8rem;
        max-width: 250px;
    }
    
    .cards-container-btn {
        --btn-size: 40px;
    }
    
    .drag-hint {
        bottom: 90px;
    }
    .blog-search-box {
    width: 90%;
}
.blog-banner {
    padding-top: 90px;
    padding-bottom: 40px;
}
.blog-banner-content {
    h1 {
        font-size: 30px;
    }
}
.grow-with-us {
    padding-top: 0;
        .grow-left-img {
            opacity: 1;
            position: relative;
            width: 100%;
            margin-bottom: 20px;
        }
    }

    .published-articles-list {
    .pub-art-box-text {
        width: 77%;
    }
        .pub-art-box-text {
        h3 {
            font-size: 14px;
            margin-bottom: 5px;
            line-height: normal;
        }
    }
}
.coin {
    width: 60px;
    height: 60px;
}
.coin3 {
    bottom: 15%;
    right: 2%;
    animation-delay: 2s;
    width: 50px;
    height: 50px;
}
.coin4 {
    bottom: 20%;
    left: 2%;
    animation-delay: 1.5s;
    width: 55px;
    height: 55px;
}
.great-brands {
    h2 {
        font-size: 23px;
        margin-bottom: 30px;
    }
}
.great-brands-slider {
    padding-left: 15px;
    padding-right: 15px;
}
.team-card {
    .team-info {
        padding: 15px 20px;
    }
}
.about-banner{
    .btn-group{
        width: 100%;
    }
}
    .right {
        & .title {
            font-size: 24px;
            margin-bottom: 15px;
        }
    }
    .job-popup{
            .left {
        padding-block: 15px;
        display: none;
    }
        .offcanvas-body .contact-form label{
            font-size: 14px;
        }
        .offcanvas-body .contact-form .checkbox-group {
    input[type="checkbox"] {
        width: 20px;
        height: 24px;
    }
    label{
        font-size: 10px;
    }
}
    }
    .build-item {
    height: auto;
    padding-bottom: 0px;
        .section-title, h5, p {
        margin-bottom: 8px;
    }
        .build-future-img {
        position: relative;
        bottom: 0;
        width: 100%;
    }
    .btn-group{
        justify-content: center;
    }
}
.popup{
.checkbox-group {
    & label {
        font-size: 11px;
    }
}
.left {
        padding-block: 15px;
        display: none;
    }
}
.checkbox-group {
    input[type="checkbox"] {
        width: 26px;
        height: 26px;
    }
}
.right-content ul {
    list-style: disc;
    padding: 0;
    margin: 10px 0 20px;
    padding-left: 16px;
}
.projects-banner{
    .banner-item{
        height: 340px;
    }
}
.contact-get-in-touch {
    & ul {
        & li {
            & a {
                font-size: 14px;
            }
        }
    }
}
.blog-details {
    .details-tag {
        font-size: 16px;
    }
}
    .blog-details {
        h2 {
            font-size: 20px;
            line-height: 120.556%;
        }
        ul, ol {
            font-size: 14px;
            line-height: 140%;
            li{
                margin-bottom: 10px;
            }
        }
        h3 {
        font-size: 20px;
        line-height: normal;
    }
    }
    .pagination {
    h4 {
        font-size: 16px;
        line-height: 10px;
        margin-bottom: 12px;
    }
    a {
    font-size: 14px;
    line-height: 130.778%;
    display: block;
}
}
.recent-post-list {
    img {
        width: 100px;
        height: 90px;
        object-fit: cover;
        border-radius: 6px;
    }
}
.sidebar-service {
    padding: 15px;
}
.recent-post-list {
        & .recent-post-content {
            h4 {
                font-size: 15px;
                margin-bottom: 4px;
            }
        }
    }
}

.wp-pagenavi {
    margin: 0;
    padding: 0;
    text-align: center;
    margin-top: 50px;
}

.wp-pagenavi a,
.wp-pagenavi span {
    display: inline-block;
    text-decoration: none;
    padding: 5px 10px;
    color: #181a20;
    font-size: 20px;
    font-family: 'Work Sans Medium';
    font-weight: 500;
}

.wp-pagenavi a {
    border-radius: 5px;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s
}

.wp-pagenavi a.active {
    color: #181a20;
}

.wp-pagenavi a:hover:not(.active){
    background-color: #ddd;
}

.wp-pagenavi span.current {
    border-color: #181a20;
    background: #181a20;
    color: #fff;
}
.wp-pagenavi a:hover{
	border-color: #BFBFBF;
    background: #8BC34A;
    color: #000;
}