/* ============================================================
   STYLE.CSS — CLEANED & DEDUPLICATED
   Removed: ~4,400 duplicate lines + unused selectors
   Removed unused: .submit-btn, .back-to-top, .header-fit-content,
   .header-hero-image, .about-area/.about-content (gradient variants),
   #particles-1, .highpoint, .amenities_inter, .micro-main-slider,
   .highlightData, .iconBox, .url, .high-section, .channelrera,
   .headersepop1/2, .locationkeys, .slider/.slider-mob, .sl-mob,
   .section11, .md-3form, .details-call, .pricing (class),
   .title-high, .main-title, .logo_m, .img-width-mob
   ============================================================ */

/* ---- CSS Variables ---- */
:root {
    --clr-p: #13533d;
    --clr-s: #f09051;
    --clr-t: #fff;
}

/* ---- Reset / Base ---- */
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: Poppins, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    color: #333;
    overflow-x: hidden;
}

img {
    max-width: 100%;
}

iframe,
img,
svg,
video {
    vertical-align: middle;
}

a:focus,
button:focus,
input:focus,
textarea:focus {
    text-decoration: none;
    outline: 0;
}

a:focus,
a:hover {
    text-decoration: none;
}

a,
i,
span {
    display: inline-block;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Poppins, sans-serif;
    font-weight: 700;
    color: #2e2e2e;
    margin: 0;
}

h1 { font-size: 48px; }
h2 { font-size: 36px; }
h3 { font-size: 28px; }
h4 { font-size: 22px; }
h5 { font-size: 18px; }
h6 { font-size: 16px; }

ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

p {
    font-size: 15px;
    font-weight: 400;
    color: #333;
    margin: 0;
}

/* ---- Utility ---- */
.modal-title{
	color:#fff;
}

.img-responsive {
    width: 100%;
    height: auto;
}

.img-width {
    width: 100%;
    height: auto;
}

.highlight-title {
    font-size: 20px;
    font-weight: 500;
}

.title-color {
    color: var(--clr-p);
}

.pop_align {
    text-align: center;
}

.d-sm-inline-block {
    margin-right: 20px;
}

/* ---- Layout: Left/Right containers ---- */
.left-container {
    width: calc(100% - 310px);
    background: #3b96d126;
    float: left;
}

.right-container {
    position: fixed;
    background: #fff;
    width: 310px;
    float: right;
    z-index: 101;
    height: 100vh;
    right: 0;
    box-shadow:
        rgba(0, 0, 0, 0.25) 0 0.0625em 0.0625em,
        rgba(0, 0, 0, 0.25) 0 0.125em 0.5em,
        rgba(255, 255, 255, 0.1) 0 0 0 1px inset;
    border-left: 1px solid #eee;
}

.sl {
    display: block;
}

/* ---- Section ---- */
section {
    padding: 50px 0;
    margin: 10px 1px 10px 1px;
    background: #fff;
}

/* ---- Navbar ---- */
.navbar-area {
    position: fixed;
    z-index: 99;
    box-shadow: 0 2px 1px rgb(0 0 0 / 10%);
    color: #000;
    background-color: #fff;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.sticky {
    position: fixed;
    z-index: 99;
    box-shadow: 0 2px 1px rgb(0 0 0 / 10%);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.sticky .navbar {
    padding: 1px 0;
}

.navbar {
    padding: 5px 0;
    border-radius: 5px;
    position: relative;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.navbar-brand {
    padding: 0;
}

.navbar-toggler {
    padding: 0;
}

.navbar-toggler .toggler-icon {
    width: 30px;
    height: 2px;
    background-color: #000;
    display: block;
    margin: 5px 0;
    position: relative;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.navbar-toggler.active .toggler-icon:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 7px;
}

.navbar-toggler.active .toggler-icon:nth-of-type(2) {
    opacity: 0;
}

.navbar-toggler.active .toggler-icon:nth-of-type(3) {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    top: -7px;
}

.sticky .navbar-toggler .toggler-icon {
    background-color: #2e2e2e;
}

.sticky .navbar-nav .nav-item a {
    color: #2e2e2e;
}

.sticky .navbar-nav .nav-item.active > a,
.sticky .navbar-nav .nav-item:hover > a {
    color: #361cc1;
}

/* Navbar collapse */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-collapse {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background-color: #fff;
        z-index: 9;
        -webkit-box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.1);
        padding: 5px 12px;
    }
}

@media (max-width: 767px) {
    .navbar-collapse {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background-color: #fff;
        z-index: 9;
        -webkit-box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.1);
        padding: 5px 12px;
    }
}

/* Nav items */
.navbar-nav .nav-item {
    margin-right: 26px;
    position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .navbar-nav .nav-item {
        margin-right: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-nav .nav-item {
        margin: 0;
    }
}

@media (max-width: 767px) {
    .navbar-nav .nav-item {
        margin: 0;
    }
}

.navbar-nav .nav-item a {
    font-size: 15px;
    font-weight: 500;
    color: #000;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    padding: 10px 0;
    position: relative;
    font-family: Poppins, sans-serif;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-nav .nav-item a {
        display: block;
        padding: 10px 0;
        color: #2e2e2e;
    }
}

@media (max-width: 767px) {
    .navbar-nav .nav-item a {
        display: block;
        padding: 10px 0;
        color: #2e2e2e;
    }
}

.navbar-nav .nav-item:hover .sub-menu {
    top: 100%;
    opacity: 1;
    visibility: visible;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-nav .nav-item:hover .sub-menu {
        top: 0;
    }
}

@media (max-width: 767px) {
    .navbar-nav .nav-item:hover .sub-menu {
        top: 0;
    }
}

.navbar-nav .nav-item .sub-menu {
    width: 200px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 110%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-nav .nav-item .sub-menu {
        position: relative;
        width: 100%;
        top: 0;
        display: none;
        opacity: 1;
        visibility: visible;
    }
}

@media (max-width: 767px) {
    .navbar-nav .nav-item .sub-menu {
        position: relative;
        width: 100%;
        top: 0;
        display: none;
        opacity: 1;
        visibility: visible;
    }
}

.navbar-nav .nav-item .sub-menu li {
    display: block;
}

.navbar-nav .nav-item .sub-menu li a {
    display: block;
    padding: 8px 20px;
    color: #2e2e2e;
}

.navbar-nav .nav-item .sub-menu li a.active,
.navbar-nav .nav-item .sub-menu li a:hover {
    padding-left: 25px;
    color: #361cc1;
}

.navbar-nav .sub-nav-toggler {
    display: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-nav .sub-nav-toggler {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        background: 0 0;
        color: #2e2e2e;
        font-size: 18px;
        border: 0;
        width: 30px;
        height: 30px;
    }
}

@media (max-width: 767px) {
    .navbar-nav .sub-nav-toggler {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        background: 0 0;
        color: #2e2e2e;
        font-size: 18px;
        border: 0;
        width: 30px;
        height: 30px;
    }
}

.navbar-nav .sub-nav-toggler span {
    width: 8px;
    height: 8px;
    border-left: 1px solid #2e2e2e;
    border-bottom: 1px solid #2e2e2e;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: relative;
    top: -5px;
}

/* Navbar button */
.navbar-btn {
    /* default — visible on large screens */
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-btn {
        position: absolute;
        top: 50%;
        right: 50px;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

@media (max-width: 767px) {
    .navbar-btn {
        position: absolute;
        top: 50%;
        right: 50px;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

.navbar-btn .main-btn {
    height: 40px;
    line-height: 40px;
    background: -webkit-linear-gradient(left, #fe8464 0, #fe6e9a 50%, #fe8464 100%);
    background: -o-linear-gradient(left, #fe8464 0, #fe6e9a 50%, #fe8464 100%);
    background: linear-gradient(to right, #fe8464 0, #fe8464 50%, #fe8464 100%);
    background-size: 200%;
}

.navbar-btn .main-btn:hover {
    color: #fff;
    background-position: right center;
}

/* ---- Header / Hero ---- */
.header-hero {
    position: relative;
    z-index: 5;
    background-position: bottom center;
}

.bg_cover {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

/* ---- Main button ---- */
.main-btn {
    display: inline-block;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 0 25px;
    font-size: 16px;
    line-height: 45px;
    border-radius: 8px;
    border: 0;
    color: #fff;
    cursor: pointer;
    z-index: 5;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    background: -webkit-linear-gradient(left, #33c8c1 0, #119bd2 50%, #33c8c1 100%);
    background: -o-linear-gradient(left, #33c8c1 0, #119bd2 50%, #33c8c1 100%);
    background: linear-gradient(to right, #33c8c1 0, #119bd2 50%, #33c8c1 100%);
    background-size: 200%;
}

.main-btn:hover {
    color: #fff;
    background-position: right center;
}

/* ---- Bootstrap btn overrides ---- */
.btn-primary {
    color: #fff;
    background-color: var(--clr-p);
    padding: 8px 26px;
    border-color: var(--clr-p);
    border-radius: 150px;
    font-size: 15px;
}

.btn-primary:hover {
    color: #fff;
    background-color: var(--clr-p) !important;
    border-color: var(--clr-p) !important;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
    box-shadow: none;
}

.btn-primary:focus {
    box-shadow: none;
}

.btn-info {
    color: #fff;
    background-color: var(--clr-p);
    border-color: var(--clr-p);
}

/* ---- Animated gradient buttons ---- */
.button1 {
    background: linear-gradient(-35deg, var(--clr-s), var(--clr-p), var(--clr-s));
    background-size: 200% 200%;
    animation: gradient 3s ease infinite;
    border: 0px;
    box-shadow: 1px 2px 4px -2px rgba(0, 0, 0, 0.35);
}

.button2 {
    background: linear-gradient(-35deg, var(--clr-s), var(--clr-p), var(--clr-s));
    background-size: 200% 200%;
    animation: gradient 3s ease infinite;
    border: 0px;
}

@keyframes gradient {
    0%   { background-position: 0% 50%; }
    50%  { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

/* ---- Section titles ---- */
.section-title .title {
    font-size: 28px;
    margin-bottom: 30px;
    font-weight: 600;
    line-height: 42px;
    padding-top: 10px;
}

.section-title .title span {
    font-weight: 400;
    display: contents;
}

.section-title .title-secondary {
    font-size: 24px;
    margin-bottom: 30px;
    font-weight: 600;
    line-height: 42px;
}
.section-title h2{
    font-size: 24px;
    font-weight: 600;
    line-height: 42px;
}

.section-title .title-third {
    font-size: 22px;
    margin-bottom: 30px;
    font-weight: 600;
    line-height: 42px;
}

.section-title .sub-title {
    font-size: 18px;
    font-weight: 400;
    color: #361cc1;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .section-title .sub-title {
        font-size: 16px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section-title .title {
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    .section-title .title {
        font-size: 24px;
    }
}

/* ---- About content ---- */
.about-content1 p {
    line-height: 27px;
    text-align: justify;
    letter-spacing: 0.1px;
    font-size: 15px;
}

.about-content1 h3 {
    font-size: 20px;
    margin-bottom: 10px;
}

/* ---- Modals ---- */
.modal {
    overflow-y: auto;
}

.modal-open {
    overflow: auto;
}

.modal-open[style] {
    padding-right: 0 !important;
}

.modal-header {
    padding: 10px;
    border-bottom: 1px solid #e5e5e5;
    background: var(--clr-p);
    color: #fff;
    line-height: 60px;
    border-radius: 10px 10px 0 0;
}

.modal-header h5 {
    font-size: 20px;
    text-align: center;
    color: #fff;
    font-weight: 500;
}

.modal-header-p {
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 12px;
    margin-top: 6px;
    text-align: center;
}

.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 3px solid var(--clr-p);
    border-radius: 10px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgb(0 0 0 / 50%);
    box-shadow: 0 3px 9px rgb(0 0 0 / 50%);
}

.modal-content h4 {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    text-align: left;
}

.close {
    float: right;
    font-size: 25px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-shadow: 0 1px 0 #fff;
    opacity: 1;
}

@media (min-width: 768px) {
    .modal-sm {
        width: 400px !important;
    }
    .modal-dialog {
        width: 540px;
        margin: 100px auto;
    }
    .price-amt {
        font-size: 15px;
        font-weight: 600;
        letter-spacing: 0.8px;
    }
}

@media screen and (max-width: 600px) {
    .modal-dialog {
        margin: 80px 10px 10px 10px;
    }
    .modal-header-p {
        font-size: 11px;
        font-weight: 500;
        line-height: 16px;
        margin-bottom: 6px;
        text-align: center;
    }
    .modal-header h5 {
        font-size: 18px;
        text-align: center;
        color: #fff;
        line-height: 36px;
        font-weight: 400;
    }
    .table-pricing tbody,
    .table-pricing td,
    .table-pricing th,
    .table-pricing thead,
    .table-pricing tr,
    table.table-pricing {
        display: block;
        letter-spacing: 0.95px;
    }
    .price-carpet {
        letter-spacing: 0.8px;
        font-size: 15px;
    }
    .table-pricing thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    .table-pricing tr {
        margin: 0;
        padding: 10px 0;
    }
    .table-pricing tr:nth-child(odd) {
        background: #ccc;
        border-radius: 1.5rem;
    }
    .table-pricing td {
        border: none;
        position: relative;
        text-align: center;
        padding: 5px;
    }
    .table-pricing td:before {
        position: absolute;
        top: 0;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
    }
    .price-type {
        font-size: 25px;
        font-weight: 600;
    }
    .price-amt {
        font-size: 15px;
        font-weight: 600;
    }
    .price-amt .mi {
        font-size: 14px;
        font-weight: 600;
        margin-right: 0;
    }
    .table-pricing .btn-sm {
        padding: 5px 15px;
        font-size: 16px;
    }
}

/* ---- Forms ---- */
.form-control {
    display: block;
    width: 100%;
    height: 40px;
    padding: 8px 15px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #a3a3a3;
    border-radius: 0.25rem;
    transition:
        border-color 0.15s ease-in-out,
        box-shadow 0.15s ease-in-out;
}

.input-group-addon {
    background: #082236b5;
    color: #fff;
    border: none;
    padding: 6px 15px;
    border-radius: 4px 0 0 4px;
}

.input-group-addon .fa {
    font-size: 14px;
}

/* ---- Mobile form (contact_div) ---- */
.contact_div {
    display: none;
}

.form_mob {
    border: 1px solid #ccc;
    background: #fff;
    padding: 10px 0;
}

.form_mob_title {
    font-size: 17px;
    text-align: center;
    font-weight: 500;
}

.form_mob_field {
    height: 45px;
    border: #222 solid 1px;
}

@media only screen and (min-width: 376px) and (max-width: 767px) {
    .contact_div {
        display: block !important;
    }
    .sl {
        display: none;
    }
    .sticky .navbar {
        padding: 1px 10px !important;
    }
}

/* ---- Right panel buttons ---- */
.site {
    background: #dbe1e7;
    text-align: center;
    padding: 0 0 10px 0;
    width: 100%;
}

.site-btn {
    border-right: 1px solid #fff;
    border-radius: 1px 1px 1px 20px;
    font-weight: 300;
    color: #fff;
    transition: all 0.55s;
    padding: 8px 18px;
    box-shadow: 2.5px 4.33px 10px 0 rgba(0, 0, 0, 0.13);
    width: 49.3%;
    background: var(--clr-p);
    margin-bottom: 5px;
    font-size: 14px;
}

.site-btn:hover {
    color: #fff;
}

.tell-btn {
    border-radius: 1px 1px 20px 20px;
    font-weight: 400;
    color: #fff;
    transition: all 0.55s;
    padding: 8px 18px;
    box-shadow: 2.5px 4.33px 10px 0 rgba(0, 0, 0, 0.13);
    background: var(--clr-p);
    margin-bottom: 5px;
    font-size: 16px;
    width: 100%;
}

.tell-btn:hover {
    border-radius: 1px 1px 20px 20px;
    font-weight: 400;
    color: #fff;
    transition: all 0.55s;
    padding: 8px 18px;
    box-shadow: 2.5px 4.33px 10px 0 rgba(0, 0, 0, 0.13);
    background: var(--clr-p);
    margin-bottom: 5px;
    font-size: 16px;
    width: 100%;
}

.requestcall {
    border-radius: 5px;
    text-align: center;
    font-weight: 500;
    color: #fff;
    transition: all 0.55s;
    padding: 8px 18px;
    box-shadow: 2.5px 4.33px 10px 0 rgba(0, 0, 0, 0.13);
    width: 70%;
    background: var(--clr-p);
    font-size: 15px;
}

.requestcall:hover {
    border-radius: 5px;
    text-align: center;
    font-weight: 500;
    color: #fff;
    transition: all 0.55s;
    padding: 8px 18px;
    box-shadow: 2.5px 4.33px 10px 0 rgba(0, 0, 0, 0.13);
    width: 70%;
    background: var(--clr-p);
    font-size: 15px;
}

/* ---- Slider form ---- */
.sliderform1 {
    border-color: rgba(34, 34, 34, 0.01);
    padding: 15px 20px;
    width: 100%;
}

.sliderform1 p {
    font-size: 15px;
    text-align: center;
    color: #000;
    margin-bottom: 10px;
}

.sliderformhr {
    /* placeholder — used in HTML */
}

/* ---- Location/form titles ---- */
.form-title {
    display: block;
}

.form-title p {
    color: #000;
    font-size: 14px;
    padding: 0;
    margin: 0;
}

.form-title h3 {
    color: #000;
    font-size: 18px;
    padding: 10px;
    margin: 5px 25px 20px -5px;
    border-bottom: 1px solid #ccc;
}

.form-title p i {
    color: #000;
    font-size: 14px;
    margin-right: 2px;
}

.form-title ul {
    padding: 0;
    margin: 0;
}

.form-title li {
    padding: 3px 10px;
    font-size: 14.5px;
    font-weight: 400;
    list-style: none;
    line-height: 23px;
}

.form-title li:before {
    content: "𖥔";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -1.3em;
    width: 1.7em;
    color: var(--clr-p);
}

/* ---- #fit-content (hero info panel) ---- */
#fit-content {
    position: absolute;
    font-family: Poppins, sans-serif;
    top: 76px;
    left: 10px;
    background-color: #ffffff;
    font-size: 14px;
    z-index: 1;
    border-radius: 10px;
    padding: 0 0 20px 0;
    text-align: center;
    letter-spacing: 0.3px;
    border: none;
    width: 330px;
    box-shadow:
        0 8px 32px rgba(0, 0, 0, 0.18),
        0 2px 8px rgba(0, 0, 0, 0.10);
    overflow: hidden;
}

#fit-content p {
    margin: 0;
    font-size: 14px;
    text-align: center;
    color: #333;
}

/* Top ribbon badge */
#fit-content .top-patch {
    padding: 11px 16px;
    text-transform: none;
    color: #ffffff;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.2px;
    border-radius: 10px 10px 0 0;
    background: linear-gradient(-35deg, var(--clr-s), var(--clr-p), var(--clr-s));
    background-size: 200% 200%;
    animation: gradient 3s ease infinite;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.18);
}

/* Project identity block */
#fit-content .project-info {
    padding: 16px 12px 4px;
    text-align: center;
}

#fit-content .project-name {
    font-family: Poppins, sans-serif;
    font-weight: 800;
    font-size: 24px;
    line-height: 1.15;
    color: #1a1a1a;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 4px;
    display: block;
}

#fit-content .project-developer {
    font-size: 14px;
    font-weight: 400;
    color: #555;
    text-transform: none;
    margin-bottom: 2px;
    letter-spacing: 0;
}

#fit-content .project-location {
    font-size: 14px;
    font-weight: 400;
    color: #555;
    text-transform: none;
    margin-bottom: 0;
    letter-spacing: 0;
}

/* Offer box */
#fit-content .project-booking-info {
    padding: 10px 14px 4px;
    margin: 0;
}

#fit-content .project-offer-box {
    background: var(--clr-p);
    border: 2px dashed rgba(255, 255, 255, 0.6);
    border-radius: 8px;
    padding: 14px 12px;
    position: relative;
}

#fit-content .project-booking-amount {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6;
    margin: 0;
	padding: 10px;
    text-align: center;
}

#fit-content .project-booking-amount strong {
    font-weight: 700;
    font-size: 16px;
}

/* Configuration sub-label */
#fit-content .project-configuration-details {
    padding: 10px 12px 10px;
    text-transform: none;
}

#fit-content .project-configuration-details p {
    font-size: 13.5px;
    font-weight: 400;
    color: #444;
    line-height: 1.4;
}

/* Price display */
#fit-content .project-price-p {
    font-weight: 600;
    font-size: 1.5rem;
    padding: 6px 12px 4px;
    color: #222;
    line-height: 1.3;
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 4px;
}

#fit-content .price-rupee {
    font-size: 1rem;
    font-weight: 400;
    color: #444;
}

#fit-content .project-price-p .price-amount {
    font-size: 2.2rem;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1;
}

#fit-content .price-suffix {
    font-size: 0.55rem;
    font-weight: 400;
    color: #555;
}

/* CTA button */
#fit-content .project-enquiry {
    padding: 8px 14px 0;
}

#fit-content .project-enquiry button {
    color: #fff;
    border-radius: 8px;
    margin: 0;
    
    font-size: 15px;
    font-weight: 500;
    padding: 10px 20px;
}

#fit-content .project-rera {
    font-size: 0.8rem;
    color: rgba(0, 0, 0, 0.8);
}

/* ---- Fixed floating elements ---- */
#apDiv2 {
    position: fixed;
    height: 15px;
    right: 3%;
    z-index: 10001;
    top: 85%;
}

#apDiv4,
#apDiv5 {
    display: none;
}

.apDiv5-call a {
    color: #fff;
}

.apDiv4-call,
.apDiv5-call {
    padding: 5px 9px;
    min-width: 50%;
    font-size: 16px;
    text-align: center;
    color: #fff;
}

.apDiv4-call {
    background: red;
}

.apDiv5-call {
    background: #d8125a;
}

@media (min-width: 320px) and (max-width: 480px) {
    #apDiv4,
    #apDiv5 {
        display: block;
        width: 50%;
        position: fixed;
        bottom: 0;
        box-shadow: 0 -2px 20px rgba(0, 0, 0, 0.35);
        z-index: 10001;
    }
    #apDiv5 {
        right: 0;
    }
    .apDiv4-call,
    .apDiv5-call {
        background: var(--clr-s);
        min-width: 50%;
        padding: 12px;
        font-size: 14.5px;
        color: #fff;
        text-align: center;
    }
    .apDiv4-call a,
    .apDiv5-call a {
        text-decoration: none;
    }
    .apDiv4-call {
        border-right: 1px solid #ccc;
        text-transform: uppercase;
    }
    .apDiv5-call i {
        font-size: 18px;
    }
}

@media (max-width: 1024px) {
    #apDiv4,
    #apDiv5 {
        display: block;
        width: 50%;
        position: fixed;
        bottom: 0;
        box-shadow: 0 -2px 20px rgba(0, 0, 0, 0.35);
        z-index: 10001;
    }
    #apDiv5 {
        right: 0;
    }
    .apDiv4-call,
    .apDiv5-call {
        background: var(--clr-s);
        min-width: 50%;
        padding: 12px;
        font-size: 14.5px;
        color: #fff;
        text-align: center;
    }
    .apDiv4-call a,
    .apDiv5-call a {
        text-decoration: none;
    }
    .apDiv4-call {
        border-right: 1px solid #ccc;
        text-transform: uppercase;
    }
    .apDiv5-call i {
        font-size: 18px;
    }
}

/* ---- Amenities ---- */
.amenities {
    border: 1.6px var(--clr-p) solid;
    border-radius: 6px;
    padding: 12px;
    margin: 8px 0;
    text-align: center;
    box-shadow:
        rgba(0, 0, 0, 0.05) 0px 2px 1px 0px,
        rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

.amenities:hover {
    border: 1.6px var(--clr-p) dotted;
    transition: 0.2s;
    border-radius: 6px;
    padding: 12px;
    margin: 8px 0;
}

.amenities img {
    margin: 6px;
}

.amenitiesc9 {
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: left;
}

.amenities p {
    padding: 0;
    margin: 0;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
}

.amenities h6 {
    margin: 10px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
}

/* ---- Owl Carousel ---- */
#owl-demo .item {
    padding: 5px 0;
    margin: 10px;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
}

.item img {
    border-radius: 10px;
}

#owl-demo .item p {
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.8;
    border-left: 4px solid var(--primary-color);
    padding-left: 0.5vw;
}

.customNavigation {
    text-align: center;
    top: 220%;
}

.customNavigation a {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* ---- Gallery ---- */
.gallery-thumb {
    width: 100%;
    padding: 5px;
    height: auto;
    border-radius: 3px;
    transition: 0.5s;
}

.gallery-thumb:hover {
    opacity: 1;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

/* ---- Costing / floor plan images ---- */
.costing {
    border: 1px solid var(--clr-p);
    border-radius: 0;
    transition: all 0.55s;
    padding: 10px;
}

/* ---- Table ---- */
.tablebor {
    border-radius: 1.5rem;
    border: 1px solid var(--clr-s) !important;
}

/* ---- RERA / col-3-ame ---- */
.col-3-ame {
    width: 50%;
    padding-right: 15px;
    padding-left: 15px;
}

/* ---- Carousel (desktop/mobile) ---- */
.sl_desktop {
    display: block !important;
}

.sl_mobile {
    display: none !important;
}

.itemimg {
    height: 84vh;
    width: 100vw;
}

@media only screen and (max-width: 786px) {
    .sl_desktop {
        display: none !important;
    }
    .sl_mobile {
        display: block !important;
        margin-top: 0;
    }
    .itemimg {
        height: auto;
    }
}

/* ---- Accordion ---- */
.accordion {
    width: 100%;
}

#accordionExample {
    width: 100%;
}

.card-header .title {
    font-size: 17px;
    color: #fff;
    padding: 5px 0;
    font-weight: 500;
}

.card-header .accicon {
    float: right;
    font-size: 25px;
    font-weight: bold;
    color: #fff;
}

.card-header {
    cursor: pointer;
    border-bottom: none;
    width: 100%;
    background: var(--clr-p);
    padding: 6px 16px;
}

.card {
    border: 1px solid #ddd;
    width: 100% !important;
}

.card-body {
    margin-left: 12px;
}

.card-header:not(.collapsed) .rotate-icon {
    transform: rotate(180deg);
}

.card-body li {
    padding: 5px;
    font-size: 14px;
}

/* ---- About image ---- */
.aboutimg {
    border: 1px solid #bc9745;
    padding: 10px;
    background: #f6f6f6;
}

/* ---- FA icons ---- */
.fa-angle-down:before {
    content: "\f107";
}

.fa-angle-up:before {
    content: "\f106";
}

/* ---- Summary (read more/less) ---- */
#summary p.collapse:not(.show) {
    height: 58px !important;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

#summary p.collapsing {
    min-height: 42px !important;
}

#summary a.collapsed:after {
    content: "+ Read More";
}

#summary a:not(.collapsed):after {
    content: "- Read Less";
}

#summary .diva {
    display: flex;
    flex-direction: row-reverse;
}

/* ---- Footer ---- */
.footer-copyright {
    padding-top: 15px;
    padding-bottom: 30px;
}

.copyright-content {
    padding-top: 13px;
    text-align: center;
}

.copyright-content p {
    color: #333;
    font-size: 12px;
    line-height: 22px;
}

.copyright-content a {
    font-size: 13px;
    color: #007bff;
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -ms-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}

.copyright-content a:hover {
    color: #007bff;
    text-decoration: underline;
}

/* ---- Map ---- */
.mape {
    border: 0;
    width: 100%;
}

/* ---- Location heading ---- */
.location h3 {
    padding: 10px;
    font-size: 18px;
}

/* ---- Responsive layout breakpoints ---- */
@media (max-width: 767px) {
    .section-title .title {
        font-size: 20px;
    }
    .sl {
        display: none;
    }
    .left-container {
        width: 100%;
    }
    .right-container {
        width: 100%;
    }
    #fit-content {
        position: relative;
        background-color: #fff;
        border-radius: 0px;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
        border-bottom: none;
        margin: 12px auto;
        top: 0;
        left: 0;
        width: calc(100% - 24px);
        max-width: 380px;
    }
}

@media (max-width: 768px) {
    .section-title .title {
        font-size: 20px;
    }
    .sl {
        display: none;
    }
    .left-container {
        width: 100%;
    }
    .right-container {
        width: 100%;
    }
    #fit-content {
        position: relative;
        border-radius: 0px;
        border-bottom: none;
        top: 0;
        left: 0;
        margin: 12px auto;
        width: calc(100% - 24px);
        max-width: 380px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section-title .title {
        font-size: 30px;
    }
    .sl {
        display: none;
    }
    .left-container {
        width: 100%;
    }
    .right-container {
        width: 100%;
    }
}

@media (max-width: 800px) {
    .section-title .title {
        font-size: 20px;
    }
    .sl {
        display: none;
    }
    .left-container {
        width: 100%;
    }
    .right-container {
        width: 100%;
    }
}

@media (max-width: 1024px) {
    .section-title .title {
        font-size: 20px;
    }
    .section-title .title-secondary {
        font-size: 20px;
    }
    .sl {
        display: none;
    }
    .left-container {
        width: 100%;
    }
    .right-container {
        width: 100%;
    }
    #fit-content {
        position: relative;
        border-radius: 0px;
        border-bottom: none;
        top: 0;
        left: 0;
        margin: 0;
        width: calc(100%);
        max-width: 100%;
    }
	#fit-content .top-patch {
		padding: 11px 16px;
		text-transform: none;
		color: #ffffff;
		font-weight: 500;
		font-size: 14px;
		letter-spacing: 0.2px;
		border-radius:0;
		background: linear-gradient(-35deg, var(--clr-s), var(--clr-p), var(--clr-s));
		background-size: 200% 200%;
		animation: gradient 3s ease infinite;
		box-shadow: 0 2px 6px rgba(0, 0, 0, 0.18);
	}
	 
}

@media only screen and (min-width: 376px) and (max-width: 767px) {
    section {
        padding: 30px 0;
        margin: 10px 1px 10px 1px;
        background: #fff;
    }
    .form-title {
        padding-left: 30px;
    }
    .form-title ul li {
        padding-left: 20px;
    }
}



