body {
    /* background: url(assets/img/resourses/bg-pattern.png) #000 !important */
}

html {
    scroll-behavior: smooth;
}

.headerWraper {
    background-color: #0f476c;
    padding: 5px 0;
}

.headerWraper .navbar .container-fluid {
    padding: 0 50px;
}

.headerWraper .navbar .navbar-brand {
    max-width: 200px;
}

.headerWraper .navbar .navbar-brand img {
    /* height: 90px; */
}

.headerWraper .navbar .nav-link {
    font-size: 15px;
    font-weight: 600;
    padding: 25px 20px !important;
    text-transform: uppercase;
    color: #ffffff;
}
@media screen and (max-width: 768px) {
    .headerWraper .navbar .nav-link {
        font-size: 12px;
        font-weight: 400;
        padding: 15px 10px !important;
        text-transform: uppercase;
        color: #ffffff;
    }
}

.headerWraper .navbar .nav-link.dropdown-toggle::after {
    content: "\f282" !important;
    font-family: bootstrap-icons !important;
    margin-left: 5px;
    font-size: 14px;
}

.headerWraper .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 9px 20px;
    border-bottom: 2px solid #f7f7f7;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
}

.navbar-stick:not(.navbar-dark) {
    background: #0f476c ;
}

.navbar-stick .navbar-brand {
    max-width: 200px;
}

.navbar-stick .navbar-brand img {
    height: 90px !important;
    padding: 5px 0;
}

.navbar-expand-lg.transparent:not(.fixed) {
    padding-top: 0;
}

.navbar-stick.navbar-expand-lg .navbar-collapse .nav-link.dropdown-toggle::after {
    content: "\f282" !important;
    font-family: bootstrap-icons !important;
    margin-left: 5px;
    font-size: 14px;
}

.navbar-expand-lg.transparent.fixed .navbar-nav .dropdown:not(.dropdown-submenu):not(.language-select)>.dropdown-menu {
    margin-top: 0;
}

.navbar-expand-lg.fixed .navbar-collapse .nav-link {
    text-transform: uppercase;
    color: #FFFFFF ;
}

.navbar.navbar-light.fixed .btn:not(.btn-expand):not(.btn-gradient) {
    background: #2BBBAD;
    border-color: transparent;
    border-radius: 35px;
    padding: 7px 30px;
    color: #fff;
}

.navbar.navbar-light.fixed .container-fluid {
    padding: 0 50px;
}

.navbar .navbar-other .nav-item .nav-link {
    color: #FFFFFF;
}

.navbar .navbar-other .nav-item .nav-link>i {
    font-size: 18px;
    color: #ffffff;
    width: 30px;
    height: 30px;
    display: inline-block;
    background: #2BBBAD;
    border-radius: 100%;
    text-align: center;
    margin-right: 5px;
}

.headerWraper .navbar-other .btn-custom {
    font-size: 18px;
    font-family: "Rajdhani", sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    background: #2BBBAD;
    border-radius: 35px;
    padding: 7px 30px;
    color: #FFFFFF;
    border: none;
}

.headerWraper .offcanvas {
    background-color: #000f3c;
}

.hero_section .swiper-slide {
    width: 100%;
    height: 650px;
}

.hero_section .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero_section .swiper-slide.bg-overlay:before {
    background: rgb(0, 0, 0, .35);
}

.hero_section .swiper-controls .swiper-navigation .swiper-button.swiper-button-next:after {
    content: "\f138";
    font-family: bootstrap-icons !important;
}

.hero_section .swiper-controls .swiper-navigation .swiper-button.swiper-button-prev:after {
    content: "\f12f";
    font-family: bootstrap-icons !important;
}

.price-section {
    background: #0f476c;

    padding: 20px 0;
}

.price-section .inner_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.price-section .inner_box .left_box .price_box {
    display: flex;
    align-items: center;
}

.price-section .inner_box .left_box .price_box .icon_box {
    position: relative;
    width: 120px;
    height: 120px;
    background: #fff;
    padding: 10px;
    border: 1px dashed #f3fb22;
    line-height: 30px;
    border-radius: 100%;
    margin-right: 20px;
}

.price-section .inner_box .left_box .price_box .icon_box .rupee_symbol {
    position: absolute;
    top: 60px;
    transform: translateY(-50%);
    backface-visibility: visible !important;
    animation: rotate 2s ease infinite;
}

.price-section .inner_box .left_box .price_box .icon_box i {
    font-size: 90px;
    color: #0f476c;
}

.price-section .inner_box .left_box .price_box .text_box p {
    margin-top: 0;
    margin-bottom: 0;
    font-family: 'Rajdhani';
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.price-section .inner_box .left_box .price_box .text_box h4 {
    font-family: 'Montserrat';
    font-weight: 800;
    font-size: clamp(2.8rem, 1.5vw, 3rem);
    margin: 0px;
    background: linear-gradient(to right, #fff 20%, #fff 30%, #0b0052 70%, #0b0052 80%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    ext-fill-color: transparent;
    background-size: 500% auto;
    animation: textShine 5s ease-in-out infinite alternate;
}

.price-section .inner_box .right_box .download_btn a {
    background: #fff;
    padding: 12px 35px;
    border-radius: 10px;
    color: #0f476c;
    text-transform: uppercase;
    font-family: 'Rajdhani';
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    display: inline-block;
}

.detailsWrapper {
    background: #FFFFFF;
    padding: 50px 0;
}

.detailsWrapper .custom-container {
    max-width: 100%;
    padding-left: 50px;
    padding-right: 50px;
}

.detailsWrapper .detailsLeft .info_box {
    border: 1px solid #d3d0d0;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 0 3px #c7c6c6;
    background: #F5F5F5    ;
    margin-bottom: 30px;
}
/* : url(../img/resourses/bg-pattern.webp) */
.detailsWrapper .detailsLeft .info_box .box_title {
    margin-bottom: 20px;
}

.detailsWrapper .detailsLeft .info_box .box_title .title {
    font-size: 22px;
    font-family: "Rajdhani", sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    color: #0f476c  !important;
    margin-bottom: 0px;
    position: relative;
    display: inline-block;
}

.detailsWrapper .detailsLeft .info_box .box_title .title::before {
    position: absolute;
    content: "";
    top: 50%;
    right: calc(100% + 10px);
    width: 60px;
    height: 2px;
    background: #0f476c  !important;
}

.detailsWrapper .detailsLeft .info_box .box_title .title::after {
    position: absolute;
    content: "";
    top: 50%;
    left: calc(100% + 10px);
    width: 60px;
    height: 2px;
    background: #0f476c  !important;
}

.detailsWrapper .detailsLeft .info_box .location_box {
    font-family: 'Montserrat';
    font-weight: 500;
    color: #2C3E50 ;
    font-size: 18px;
    margin-bottom: 30px;
}

.detailsWrapper .detailsLeft .info_box .project-specs {
    margin-bottom: 30px;
}

.detailsWrapper .detailsLeft .info_box .project-specs span {
    font-size: 18px;
    font-family: "Rajdhani", sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    display: block;
    color: #0f476c ;
}

.detailsWrapper .detailsLeft .info_box .project-specs p {
    font-size: 15px;
    line-height: 15px;
    color: #212529 ;
}

.detailsWrapper .detailsLeft .info_box hr {
    margin: 20px 0;
    color: rgba(98, 131, 224, 0.35);
}

.detailsWrapper .detailsLeft .info_box h4 {
    font-size: 24px;
    line-height: 24px;
    color: #0f476c ;
    font-weight: 500;
    margin: 20px 0;
    font-family: "Nunito", sans-serif;
}

.detailsWrapper .detailsLeft .info_box p {
    font-size: 15px;
    line-height: 30px;
    color: #212529;
    margin-bottom: 10px;
    text-align: justify;
}

.detailsWrapper .detailsLeft .info_box p:last-child {
    margin-bottom: 0;
}

.detailsWrapper .detailsLeft .info_box .overlay span.bg {
    background: rgb(29 5 165 / 60%) !important;
}

.detailsWrapper .detailsLeft .info_box .overlay {
    margin-bottom: 20px;
}

.glightbox-clean .gprev:before {
    content: "\f12f";
    font-family: bootstrap-icons !important;
}

.glightbox-clean .gnext:before {
    content: "\f138";
    font-family: bootstrap-icons !important;
}

.glightbox-clean .gclose:after {
    content: "\f62a";
    font-family: bootstrap-icons !important;
}

.detailsWrapper .detailsLeft .info_box .amenities_box {
    text-align: center;
}

.detailsWrapper .detailsLeft .info_box .amenities_box .icon {
    width: 80px;
    height: 80px;
    border: 2px solid #0f476c;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.detailsWrapper .detailsLeft .info_box .amenities_box .icon img {
    height: 48px;
    object-fit: contain;
}

.detailsWrapper .detailsLeft .info_box .amenities_box .content {
    margin-top: 10px;
}

.detailsWrapper .detailsLeft .info_box .amenities_box .content span {
    font-size: 16px;
    font-weight: 600;
    font-family: 'Rajdhani';
    color: #0f476c;
    text-transform: uppercase;
}

.detailsWrapper .specifications_wraper ul {
    padding-left: 30px;
}

.detailsWrapper .specifications_wraper ul li {
    margin-bottom: 10px;
    color: #212529;
    list-style: square;
    font-size: 15px;
}

.detailsWrapper .detailsLeft .info_box .budget_wraper .table_box table {
    border: 1px solid #0f476c;
}

.detailsWrapper .detailsLeft .info_box .budget_wraper .table_box table th {
    padding: 10px;
    border-bottom: 1px solid #0f476c;
    border-top: 1px solid #0f476c;
    border-right: 1px solid #0f476c;
    background: #fff;
    line-height: 20px;
    font-weight: 600;
    font-family: 'Montserrat';
    color: #0f476c !important;
    font-size: 16px;
    text-align: center;
}

.detailsWrapper .detailsLeft .info_box .budget_wraper .table_box table td {
    padding: 15px 10px;
    border-bottom: 1px solid #0f476c;
    border-top: 1px solid #0f476c;
    border-right: 1px solid #0f476c;
    line-height: 20px;
    font-weight: 500;
    font-family: 'Montserrat';
    font-size: 15px;
    color: #212529;
    text-align: center;
}

.detailsWrapper .detailsLeft .info_box .budget_wraper .table_box table td a {
    font-size: 18px;
    font-family: "Rajdhani", sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    background: #0f476c;
    border-radius: 35px;
    padding: 7px 30px;
    color: #fff;
    border: none;
    cursor: pointer;
}

.detailsWrapper .detailsLeft .info_box .accordion-wrapper .card-body img {
    width: 100%;
}

.detailsWrapper .detailsLeft .info_box .accordion-wrapper .card-header button:before {
    font-family: bootstrap-icons !important;
    content: "\f282";
}

.detailsWrapper .plan_item {
    position: relative;
    width: 100%;
    height: 300px;
    border-radius: 10px;
    border: 2px solid #0f476c;
}

.detailsWrapper .plan_item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: blur(2px);
}

.detailsWrapper .plan_item .overlay_box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%);
}

.detailsWrapper .plan_item .overlay_box .moreBtn {
    display: inline-block;
    padding: 7px 30px;
    background: #0f476c;
    color: #ffffff;
    text-transform: uppercase;
    border-radius: 3px;
    cursor: pointer;
}

.detailsWrapper .location_wraper .img_box img {
    width: 100%;
    border-radius: 10px;
}

.detailsWrapper .location_wraper .content_box .listBx li {
    display: flex;
    align-items: center;
    padding: 12px 0;
    color: #212529;
    font-size: 18px;
    font-weight: 500;
    position: relative;
    padding-left: 68px;
    height: 70px;
    font-family: "Montserrat";
}

.detailsWrapper .location_wraper .content_box .listBx li:before {
    content: "\f3e8";
    height: 48px;
    width: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    border: 3px solid #0f476c;
    color: #0f476c;
    font-size: 20px;
    border-radius: 10px ;
    position: absolute;
    left: 0;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
}

.sidebar .sidebar_wraper {
    position: sticky;
    top: 120px;
}

.sidebar .sidebar_wraper .widget {
    background: linear-gradient(to left, #0f476c, #0f476c);

    padding: 20px;
    border-radius: 10px;
}

.sidebar .sidebar_wraper .widget .widget-title {
    font-family: 'Montserrat';
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 15px;
}

.sidebar .sidebar_wraper .widget .contact-form .form-floating>.form-control,
.sidebar .sidebar_wraper .form-floating>.form-control-plaintext {
    background: rgba(255, 255, 255, .15);
    border: 1px solid #ffffff;
}

.sidebar .sidebar_wraper .widget .contact-form .btn-primary {
    background-color: #2BBBAD;
    color: #FFFFFF; /* White text for contrast */
    text-transform: uppercase;
    border: none !important;
}

.sidebar .sidebar_wraper .contact_box {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.sidebar .sidebar_wraper .contact_box a.call {
    background: #210da4;
    color: #ffffff;
    padding: 7px 30px;
    border-radius: 30px;
    font-family: "Rajdhani", sans-serif;
    text-transform: uppercase;
}

.sidebar .sidebar_wraper .contact_box a.call i {
    margin-right: 10px;
}

.sidebar .sidebar_wraper .contact_box a.whatsapp {
    background: #3fc049;
    color: #ffffff;
    padding: 7px 30px;
    border-radius: 30px;
    font-family: "Rajdhani", sans-serif;
    text-transform: uppercase;
}

.sidebar .sidebar_wraper .contact_box a.whatsapp i {
    margin-right: 10px;
}

.footerWraper {
    background: #0f476c;
    padding: 35px 0 20px;
    position: relative;
}

.footerWraper .widget.company p {
    font-size: 12px;
    line-height: 24px;
    color: #cccccc;
    margin-bottom: 0px;
}

.progress-wrap:after {
    content: "\f145";
    font-family: bootstrap-icons !important;
}

.formModal .modal-body {
    padding: 20px !important;
}

.formModal .modal-content .modal-body .title {
    font-family: "Nunito", sans-serif;
    color: #111111;
    margin-bottom: 15px !important;
    text-transform: uppercase;
    font-size: 20px;
}

.formModal .modal-content .modal-body .btn-close:before {
    font-family: bootstrap-icons !important;
    content: "\f62a";
}

@media (max-width:767px) {
    html {
        overflow-x: hidden;
    }
    .headerWraper .navbar .navbar-brand {
        max-width: 120px;
        padding: 5px 0;
    }
    .headerWraper .navbar .navbar-brand img {
        height: 40px;
        width: auto !important;
    }
    .navbar-stick .navbar-brand {
        max-width: 120px;
        padding: 5px 0;
    }
    .navbar-stick .navbar-brand img {
        height: 65px !important;
        padding: 0 !important;
    }
    button.hamburger span,
    button.hamburger:after,
    button.hamburger:before {
        background:#ffffff;
    }
    .headerWraper .offcanvas {
        background-color: #1b1f24 !important;
    }
    .headerWraper .offcanvas .btn-close-white:before {
        font-family: bootstrap-icons !important;
        content: "\f62a";
    }
    .headerWraper .offcanvas .nav-link {
        font-size: 15px;
        font-weight: 500;
        padding: 10px 20px !important;
    }
    .hero_section .swiper-slide {
        width: 100%;
        height: auto;
    }
    .price-section .inner_box {
        display: block;
        text-align: center;
    }
    .price-section .inner_box .left_box .price_box {
        display: block;
        text-align: center;
    }
    .price-section .inner_box .left_box .price_box .icon_box {
        margin: 0 auto 20px;
    }
    .price-section .inner_box .left_box .price_box .icon_box .rupee_symbol {
        left: 15px;
    }
    .price-section .inner_box .left_box .price_box .text_box p {
        font-size: 18px;
        line-height: 1;
    }
    .price-section .inner_box .left_box .price_box .text_box h4 {
        font-size: 48px !important;
    }
    .detailsWrapper .custom-container {
        max-width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }
    .detailsWrapper .detailsLeft .info_box h4 {
        font-size: 24px;
        line-height: 36px;
    }
    .detailsWrapper .detailsLeft .info_box .video_item iframe {
        border: 0;
        height: 200px;
        width: 100%;
        border-radius: 10px;
    }
    .detailsWrapper .detailsLeft .info_box .amenities_box {
        margin-bottom: 20px;
    }
    .detailsWrapper .specifications_wraper ul li {
        font-size: 14px;
        font-weight: 400;
    }
    .detailsWrapper .detailsLeft .info_box .budget_wraper .table_box table td {
        font-weight: 400;
        font-size: 14px;
        min-width: 200px;
    }
    .detailsWrapper .detailsLeft .info_box .budget_wraper .table_box table td a {
        font-size: 15px;
        padding: 7px 15px;
        color: #fff;
    }
    .detailsWrapper .plan_item {
        margin-bottom: 20px;
    }
    .detailsWrapper .location_wraper .content_box .listBx {
        padding: 0;
    }
    .detailsWrapper .location_wraper .content_box .listBx li {
        font-size: 16px;
        font-weight: 400;
    }
}

@keyframes rotate {
    0% {
        transform: perspective(400px) rotateY(0) translateY(-50%);
        animation-timing-function: ease-out;
    }
    100% {
        transform: perspective(400px) rotateY(360deg) translateY(-50%);
        animation-timing-function: ease-in;
    }
}

@keyframes textShine {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 100% 50%;
    }
}


.contact-form label{
    color: #fff !important;
}
.contact-form1 label{
    color: #000000 !important;
}


/* Float box container */
.float-box {
    position: fixed;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background-color: #0f476c; /* Green background */
    padding: 10px 10px;
    border-radius: 0 8px 8px 0;
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.2);
    z-index: 1000;
}

/* Social links list */
.social-links {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* Social links items */
.social-links li {
    margin: 10px 0;
    text-align: center;
}

/* Social links anchor */
.social-links li a {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #ffffff; /* White background for icons */
    border-radius: 50%;
    color: #28a745; /* Icon color */
    font-size: 20px;
    transition: all 0.3s ease;
}

/* Hover effect for links */
.social-links li a:hover {
    background-color: #; /* Darker green on hover */
    color: #ffffff; /* White icon color on hover */
    transform: scale(1.1);
}

/* WhatsApp-specific style */
.social-links li a.whatsapp {
    background-color: #25d366; /* WhatsApp green */
    color: #ffffff;
}

/* Call-specific style */
.social-links li a.call {
    background-color: #007bff; /* Blue for call */
    color: #ffffff;
}

/* Responsive: Adjust size for smaller screens */
@media (max-width: 768px) {
    .social-links li a {
        width: 35px;
        height: 35px;
        font-size: 18px;
    }
}
.specifications_wraper h5{
    color: #0f476c;
}
.subpoint {
    margin-top: -15px;
    margin-left: 0px; /* Additional indentation for subpoints */
    display: flex;
    align-items: flex-start;
  }
.subpoint + .subpoint {
    margin-top: 0px;
}
  .subpoint-symbol {
    font-size: 16px; /* Custom symbol size */
    color: #0f476c; /* Green color for subpoints */
    margin-right: 8px; /* Space between symbol and text */
  }