
/************************************************* Header ********************************************************************/
.main-nav{-webkit-transition: 0.5s;-moz-transition: 0.5s;-ms-transition: 0.5s;transition: 0.5s; background:url(../images/bg1.jpg) no-repeat top center; background-size:cover;}
.shrink .main-nav{box-shadow:0px 5px 12px rgba(0,0,0,.5);-webkit-transition: 0.5s;-moz-transition: 0.5s;-ms-transition: 0.5s;transition: 0.5s;}

.navbar-brand img {max-height:108px;-webkit-transition: 0.5s;-moz-transition: 0.5s;-ms-transition: 0.5s;transition: 0.5s;}
.shrink .navbar-brand img {max-height:80px;-webkit-transition: 0.5s;-moz-transition: 0.5s;-ms-transition: 0.5s;transition: 0.5s;}
 
/* CONTACT ICONS */
.contact-item {line-height:1.1; display:flex; align-items:center;  gap:10px;}
.contact-item span {display:block; color:#fff;}.contact-item a{color:#fff;}.contact-item a:hover{color:#BCA26D;}
.contact-item strong {font-weight:600;}
/* HERO SECTION */
.hero-section {border-bottom:solid 7px #BCA26D; background:url(../images/bg.jpg) no-repeat top center; background-size:cover;}
/* BADGE */
.badge-award {display:inline-block; background-color:#5B5B5B; color:#fff; padding:8px 18px; border-radius:25px; font-size:18px; margin-bottom:10px;}
/* FEATURE LIST */
.feature-list li {position:relative; padding-left:38px; margin-bottom:4px; font-size:22px;}
.feature-list li::before {content: url(../images/check.png); position:absolute; top:4px; left:0; color:#d2b47c; font-weight:bold;}
/* OPEN DAY BOX */
.open-day-box {max-width:640px; background-color:#5b5b5b; border-radius:10px; padding:18px 22px; margin-top:25px;}
/* IMAGE */
.hero-image img {width:100%; max-width:525px; border-radius:30px;}

.divider {width:70px; height:2px; background-color:#c84b4b; margin:0 auto;}
/* ============================= POINT BOXES ============================= */
.point-box {border-radius:14px; padding:26px 28px 26px 54px; position:relative; box-shadow:0 0 0 1px #eee; height:100%;}
/* DOT */
.point-box .dot {width:14px; height:14px; border-radius:50%; border:2px solid #e04b4b; position:absolute; left:28px; top:32px;}

/* Step Cards */
.step-card {
    display: flex;
    align-items: flex-start;
    background-color: #1c1c1c;
    border-radius: 12px;
    padding:24px 35px;
    margin-bottom:36px;
}

.step-number {
    width:55px;
    height:54px;
    background-color: #caa25c;
    color: #000;
    font-weight: 700;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right:35px;
    flex-shrink: 0;
}

/* Image Card */
.image-card {border-radius:16px; padding:20px;}
.image-card img {border-radius:12px; width:100%; height:auto;}

/* ========================= STATS ========================= */
.stat-box {border-radius:20px; padding:35px 20px; text-align:center; box-shadow:0px 0px 4px #E5E5E5;}
.stat-box h3 {font-size:40px;font-family: "Jost", sans-serif; color:#c8a15a; margin-bottom:6px;}

/* ========================= VIDEOS ========================= */
.video-card {position:relative; border-radius:20px; overflow:hidden; background:#000; padding:15px;box-shadow:0px 0px 4px #E5E5E5;}
.video-card img {border-radius:20px; width:100%; height:270px;object-fit:cover;}
.play-btn {position:absolute; top:50%; left:50%; width:54px; height:54px; background:#ff0000; border-radius:50%; transform:translate(-50%, -50%);}
.play-btn::after {content:''; position:absolute; left:22px; top:16px; border-style:solid; border-width:11px 0 11px 16px; border-color:transparent transparent transparent #fff;}

/* ========================= CLINIC VIDEO========================= */
.clinic-video {position:relative; border-radius:20px; overflow:hidden; padding:15px;box-shadow:0px 0px 4px #E5E5E5;}
.clinic-video img {border-radius:20px; width:100%; height:570px;object-fit:cover;}
.play-btn.large {width: 70px; height: 70px;}
.play-btn.large::after { left: 28px;top: 22px;  border-width: 14px 0 14px 20px;}

/************************************************* partnerslogo ********************************************************************/
#partnerslogo .cycle-slideshow,#partnerslogo1 .cycle-slideshow{margin:0px;}
#partnerslogo .slide{display:block; margin:0 8px; text-align:center; width:246px;}
#partnerslogo .Brand .cycle-next,#partnerslogo .Brand .cycle-prev{position:absolute;top:48%; cursor:pointer; z-index:9999;opacity:.9;}
#partnerslogo .Brand .cycle-next{right:-45px;}#partnerslogo .Brand .cycle-prev{left:-45px;}

/* CARD */
.offer-card {background-color:#fff; border-radius:22px; overflow:hidden; font-size:18px;}

/* LEFT PANEL */
.offer-left {padding:50px;}
.offer-badge {display:inline-flex; align-items:center; background-color:#f6e9cc; color:#9a7b3b; padding:6px 20px; border-radius:10px; margin-bottom:20px;}
.badge-icon {margin-right:6px;}

.offer-list li {position:relative; padding-left:38px; margin-bottom:4px; font-size:18px;}
.offer-list li::before {content: url(../images/check.png); position:absolute; top:4px; left:0; color:#d2b47c; font-weight:bold;}

/* CONTACT ICONS */
.offer-footer {line-height:1.1; display:flex; align-items:center; gap:10px; background:#fff8eb; border-radius:12px; padding:18px 20px; font-size:20px; color:#8B8B8B;}
.offer-footer span {display:block;} 
.offer-footer strong {font-weight:600;}

/* RIGHT PANEL */
.offer-right {background: #2F1841; padding: 50px; color: #fff;}
.calendar-icon {margin-right: 10px;}
/* FORM */
.form-label {font-size:18px; margin-bottom: 6px;}
.form-control {
    height:60px; background-color: #F7F7F7;
    border-radius: 6px;
    border-color: #DEE2E6;
    font-size: 14px;}
.form-control::placeholder {color: #999;}
.submit-btn {
    background-color: #bfa76b;
    color: #000;
    font-weight: 600;
    padding: 18px;
    border-radius: 8px;
    border-color: #94BBBF;}
.submit-btn:hover {background-color: #a89054;}
.form-note {
    font-size: 15px;
    color: #d5cce0;
    margin-top: 15px;
    text-align: center;
}

/* ========================= CARD ========================= */
.consult-card {
    background: #fff;
    border-radius: 18px;
    padding: 40px 40px 20px 40px;
    text-align: center;
    height: 100%;
    box-shadow: 0 0 0 1px #eee;
}
.icon-box {
    width:73px;
    height:71px;
    background: #BCA26D;
    border-radius: 10px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.consult-card h4 {font-family: 'Playfair Display', serif; font-size: 28px; margin-bottom: 14px;}
.consult-card p {font-size:18px;}
 .award-pill {
    background: #ffffff;
    border-radius: 14px;
    padding: 14px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    box-shadow:0px 0px 4px #E5E5E5;
    white-space: nowrap;
}
.award-pill img {width:18px; height:auto;}
.cta-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
}

/* ========================= ITEMS========================= */
.cta-item {display: flex; align-items: center; gap: 14px; text-align: left;}
.cta-item img { width:36px;}
.cta-item .label {display:block; font-size:20px; color:#BCA26D; line-height:1.2;}
.cta-item strong {font-weight:500; color:#BCA26D;}.cta-item a{color:#BCA26D;}.cta-item a:hover{color:#fff;}

/* ========================= DIVIDER ========================= */
.divider-vertical {width:1px; height:60px; background:#BCA26D;}
 
/********** Footer ***************************************************************************************************/
#Footer a{color:#797979;} #Footer a:hover{color:#00ACF1;}
.CopyText{font-size:14px; color:#868686;}
 

/*************************************************************************************************************/

.modal {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
}

.modal-content {
    height: 80%;
}

.modal-dialog {
    max-width: 800px;
    padding: 0 0%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-header {
    background: #000;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    position: absolute;
    top: -10px;
    right: -20px;
    border: 3px solid #fff;
    color: #fff;
    justify-content: center;
    align-items: center;
}
.modal-header .btn-close {
    /* padding: 0; */
    margin: 0;
    color: #fff !important;
    filter: brightness(0) invert(1);
    opacity: 1;
}
.map-sec {
    height: 600px;
}
@media (max-width: 1600px) {
    .map-sec {
        height: 500px;
    }
}
/*************************************************************************************************************/
/*************************************************************************************************************/
@media (min-width:992px) {}
@media (min-width: 1920px){.container {max-width:1320px !important;}   
.gutter-lg {margin-left:-15px!important;margin-right:-15px!important;}
.gutter-lg div[class^="col"]{padding-left:15px!important;padding-right:15px!important;} 
}

@media (min-width: 1600px) {.container {max-width:1320px;} 
.MainBanner .Homebnr img{
    height:700px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center; line-height:0px;}
	
.Copytext{letter-spacing:.1em;} 
}

/* XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1359.98px) and (max-width: 1459.98px){}
/*@include media-breakpoint-between(1280) { ... }*/
@media (min-width: 1199.98px) and (max-width: 1359.98px){}
@media (min-width: 991.98px) and (max-width: 1199.98px) {.navbar-brand{padding:15px 0px;}#partnerslogo .cycle-slideshow,#partnerslogo1 .cycle-slideshow{margin:0 20px;}#partnerslogo .Brand .cycle-next{right:-15px;}#partnerslogo .Brand .cycle-prev{left:-15px;}}
/*@include media-breakpoint-between(md, xl) { ... }*/
@media (min-width: 768px) and (max-width: 991.98px) {.navbar-brand{padding:15px 0px;}#partnerslogo .cycle-slideshow,#partnerslogo1 .cycle-slideshow{margin:0 20px;}#partnerslogo .Brand .cycle-next{right:-15px;}#partnerslogo .Brand .cycle-prev{left:-15px;}.award-pill {justify-content: flex-start;}.step-card {padding:20px 25px; margin-bottom:16px;}.offer-left,.offer-right {padding:20px;}}

@media (max-width: 767.98px){
	h1, .h1 {font-size:36px;} h2, .h2 {font-size:32px;}.navbar-brand{padding:15px 0px;}.award-pill {justify-content: flex-start;}.divider-vertical {display:none;} .cta-row {gap:14px;}
.consult-card {padding:20px;} 
.top-contact{display:none !important;}
.top-flex {
    display: flex !important;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
} 
.navbar-brand{display:block !important}
.step-card {padding:20px 20px 0px 20px; margin-bottom:16px;}.step-number {margin-right:15px;}.offer-left,.offer-right {padding:20px;}#partnerslogo .cycle-slideshow,#partnerslogo1 .cycle-slideshow{margin:0 30px;}#partnerslogo .Brand .cycle-next{right:-0px;}#partnerslogo .Brand .cycle-prev{left:-0px;}
}

@media (max-width: 575.98px){
.MainBanner .Homebnr img,.MainBanner img {
    height:200px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;}
	
}

@media (max-width: 479px) {}
@media (max-width: 320px) {}