/* =========================================================
   BRAND SYSTEM (ONLY 2 COLORS + SHADES)
   ========================================================= */

:root{
    /* MAIN */
    --brand-yellow: #e7ac48;
    --brand-blue: #104099;

    /* blue shades */
    --blue-92: rgba(16,64,153,.92);
    --blue-80: rgba(16,64,153,.80);
    --blue-75: rgba(16,64,153,.75);
    --blue-45: rgba(16,64,153,.45);
    --blue-40: rgba(16,64,153,.40);
    --blue-35: rgba(16,64,153,.35);
    --blue-25: rgba(16,64,153,.25);
    --blue-18: rgba(16,64,153,.18);
    --blue-16: rgba(16,64,153,.16);
    --blue-10: rgba(16,64,153,.10);

    /* dark blue (hover) */
    --blue-dark: #0b2f73;

    /* yellow shades */
    --yellow-60: #f3c36f;
    --yellow-btn: #e0ac2b;
    --yellow-hover: #c9961e;
    --yellow-hover2: #d89b33;
    --yellow-25: rgba(231,172,72,.25);
    --yellow-35: rgba(231,172,72,.35);

    /* neutrals */
    --white: #fff;
    --black: #111;
    --text: #0f172a;
    --muted: rgba(15,23,42,.65);
    --muted2: rgba(25,25,25,.65);
    --muted3: rgba(25,25,25,.55);

    /* shadows */
    --sh-sm: 0 .25rem .625rem rgba(0,0,0,.10);  /* 0 4px 10px */
    --sh-md: 0 .625rem 1.875rem rgba(0,0,0,.12); /* 0 10px 30px */
    --sh-lg: 0 .375rem 1.125rem rgba(0,0,0,.15); /* 0 6px 18px */
    --sh-xl: 0 .625rem 1.25rem rgba(0,0,0,.18);  /* 0 10px 20px */

    /* fonts */
    --ff-title: "Titillium Web", Arial, Helvetica, sans-serif;
	

    --text-muted: var(--muted);
    --card-bg: rgba(16,64,153,.10); /* #e1e8f0 -> brand blue soft */
}

/* =========================
   HERO SLIDER (bt_bb style)
   ========================= */

.hero-slider .hero-slick .hero-slide {
    position: relative;
    overflow: hidden;
    background-position: center center;
    background-size: cover;
    min-height: 57rem;
}

/* overlay */
.hero-slider .hero-slide .hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to right,
        rgba(16,64,153,.65) 0%,
        rgba(16,64,153,.35) 45%,
        rgba(16,64,153,.05) 100%
    );
}

/* Responsive overlays */
@media (min-width: 992px) {
    .hero-slider .hero-slide .hero-overlay {
        background: linear-gradient(
            to right,
            rgba(16,64,153,.55) 0%,
            rgba(16,64,153,.22) 45%,
            rgba(16,64,153,0) 100%
        );
    }
}
@media (max-width: 992px) {
    .hero-slider .hero-slide .hero-overlay {
        background: rgba(16,64,153,.55);
    }
}

/* container */
.hero-slider .hero-slide .container {
    position: relative;
    z-index: 2;
}
.hero-slider .hero-slide .container {
    max-width: 78.75rem;     /* 1260px */
    padding-left: 1.875rem;  /* 30px */
    padding-right: 1.875rem;
}

/* Headline */
.hero-slider .hero-title {
    font-size: 4rem;
    line-height: 1;
    font-weight: 700;
    color: var(--white);
}
.hero-slider .hero-subtitle {
    color: var(--brand-yellow);
    font-size: 1.8rem;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 0.625rem; /* 10px */
}

/* Button */
.hero-slider .hero-btn {
    background: var(--yellow-btn);
    border: 0;
    color: var(--white) !important;
    border-radius: 0;
    padding: 0.75rem 1.625rem; /* 12px 26px */
    font-weight: 400;
    box-shadow: var(--sh-sm);
    transition: 0.25s;
}
.hero-slider .hero-btn:hover {
    background: var(--yellow-hover);
}

/* =========================
   Slick arrows
   ========================= */

/* ✅ "Previous/Next" yazısını gizlət, ox qalsın */
.hero-slider .hero-slick .slick-prev,
.hero-slider .hero-slick .slick-next{
    font-size: 0;          /* text görünməsin */
    color: transparent;    /* ehtiyat */
    line-height: 0;
	background: transparent;
}

/* ✅ ox ikonları qalsın */
.hero-slider .hero-slick .slick-prev:before,
.hero-slider .hero-slick .slick-next:before{
    font-size: 6rem;       /* səndəki kimi */
    line-height: 2.25;     /* səndəki kimi */
    color: var(--white);
}


.hero-slider .hero-slick .slick-prev:hover:before,
.hero-slider .hero-slick .slick-next:hover:before {
    opacity: 1;
}

.hero-slider .hero-slick .slick-prev { left: 3%; }
.hero-slider .hero-slick .slick-next { right: 3%; }

@media (max-width: 768px) {
    .hero-slider .hero-slick  .hero-slide {
        height: 29.756875rem;     /* 476.109px */
        min-height: 29.756875rem; /* 476.109px */
    }
    .hero-slider .hero-subtitle {
        font-size: 1.4rem;
        font-weight: 400;
    }
    .hero-slider .hero-title { font-size: 3rem; font-weight: 600; }
    .hero-slider .hero-slick .slick-prev { display: none !important; }
    .hero-slider .hero-slick .slick-next { display: none !important; }
}

/* =========================
   TRAVEL STRIP
   ========================= */

.travel-strip{
    position: relative;
    z-index: 50;
    margin-top: -15em;
}

@media (max-width: 991.98px){
    .travel-strip{ margin-top: -7.25em; }
}

.travel-strip__row{
    box-shadow: var(--sh-md);
}

.travel-strip__left{
    background: var(--brand-yellow);
    color: var(--white);
    min-height: 7.5rem; /* 120px */
}

.travel-strip__title{
    font-weight: 600;
    font-size: 2rem;
    line-height: 1.1;
}

.travel-strip__mid{
    background: var(--brand-blue);
    color: var(--white);
}

.travel-strip__icon-col{
    border-right: 1px solid rgba(255,255,255,.12);
    padding: 1.375rem 0; /* 22px 0 */
}
.travel-strip__icon-col:last-child{ border-right:0; }

.travel-strip__icon{
    font-size: 2.625rem;  /* 42px */
    line-height: 2.625rem;
    color: var(--white);
}

.travel-strip__right{
    background: var(--brand-blue) url('/image/bgn-baku.jpg') center/cover no-repeat;
    min-height: 7.5rem; /* 120px */
}

.travel-strip__cta{
    display:inline-block;
    background: var(--white);
    color: var(--brand-blue) !important;
    padding: 0.75rem 1.375rem; /* 12px 22px */
    font-weight: 500;
    text-decoration: none;
    border-radius: 0;
    transition: .2s;
}
.travel-strip__cta:hover{
    background:#f3f3f3;
    color: var(--brand-blue) !important;
}

@media (max-width: 991.98px){
    .travel-strip__left,
    .travel-strip__mid,
    .travel-strip__right{
        min-height:auto;
        text-align:center;
    }
    .travel-strip__title{ font-size: 1.8rem; }
    .travel-strip__right{ padding: 2.5rem 0; } /* 40px */
}

/* =========================
   CLIENTS
   ========================= */

.testimonial-bg { 
background: linear-gradient(
  180deg,
  #f7f9fd 0%,
  #eef2f8 100%
);
}

.testimonial-title {
    font-weight: 700;
    font-size: 3rem;
    line-height: 1;
    color: var(--brand-blue);
    font-family: var(--ff-title);
}

.testimonial-title .subtitle {
    font-size: 2rem;
    color: var(--brand-yellow); /* dbb300 -> brand yellow */
    font-weight: 500;
    text-decoration: none;
}

.testimonial-btn {
    background: var(--yellow-btn);
    color: var(--white) !important;
    padding: 0.75rem 1.625rem; /* 12px 26px */
    border-radius: 0;
    font-weight: 500;
    box-shadow: var(--sh-sm);
    transition: 0.25s;
}

.testimonial-btn:hover {
    background: var(--yellow-hover);
    color: var(--white);
}

/* slick equal height */
.slick-track { display:flex !important; }
.slick-slide { height:inherit !important; display:flex !important; }
.slick-slide > div { display:flex; width:100%; }

.testimonial-card {
    height: 100%;
    min-height: 13.75rem; /* 220px */
}

.testimonial-avatar {
    width: 3.125rem;  /* 50px */
    height: 3.125rem; /* 50px */
    overflow: hidden;
    border-radius: 50%;
    flex-shrink: 0;
}
.testimonial-avatar img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.slick-dots{
    position: relative !important;
    bottom: 0 !important;
    margin-top: 2.1875rem; /* 35px */
}

.blue-color {
	color: var(--brand-blue);
}
.blue-color:hover {
	color: var(--yellow-btn);
}
/* =========================
   SERVICES GRID
   ========================= */

.services-grid-section { margin-top: 4.375rem; } /* 70px */
@media (max-width: 768px) {
    .services-grid-section { margin-top: 0; }
}

.services-grid{ margin-top: 0.625rem; } /* 10px */
.service-item{ gap: 1rem; } /* 16px */

.service-icon-wrap{
    width: 4.5rem;  /* 72px */
    height: 4.5rem; /* 72px */
    border-radius: 50%;
    border: 0.1125rem solid var(--service-color); /* 1.8px */
    display:flex;
    align-items:center;
    justify-content:center;
}

.service-icon{
    font-size: 2.1875rem; /* 35px */
    display:flex;
    align-items:center;
    justify-content:center;
    color: var(--service-color);
}

.service-title{
    font-weight: 500;
    font-size: 1.4rem;
    color: var(--text);
}

.service-text{
    color: var(--muted2);
    font-size: .92rem;
    line-height: 1.45;
}

@media (max-width: 575.98px){
    .service-text{ max-width:100%; }
    .service-icon-wrap{ width: 3.625rem; height: 3.625rem; } /* 58px */
    .service-icon{ font-size: 1.75rem; } /* 28px */
}

/* =============================
   CONTACT CTA SECTION
============================= */

.contact-cta__box{
    overflow:hidden;
    border-radius:0;
}

.contact-cta__left{
    background: var(--brand-yellow);
    color: var(--white);
}

.contact-cta__title{
    font-size:3.1rem;
    font-weight:700;
    line-height:1.1;
}

.contact-cta__text{
    color: rgba(255,255,255,.95);
    max-width: 32.5rem; /* 520px */
}

.contact-form .form-control{
    border-radius:0;
    border:none;
    box-shadow:none;
    padding: 0.875rem 1rem; /* 14px 16px */
}

.contact-form textarea{ resize:none; }

.contact-cta__btn{
    background: var(--brand-blue);
    color: var(--white);
    padding: 0.75rem 1.625rem; /* 12px 26px */
    border-radius:0;
    font-weight:600;
    box-shadow: var(--sh-lg);
}
.contact-cta__btn:hover{
    background: var(--blue-dark);
    color: var(--white);
}

.contact-cta__right{ background: var(--white); }

.contact-cta__img{
    width:100%;
    height:100%;
    min-height: 28.125rem; /* 450px */
    object-fit:cover;
    display:block;
}

@media (max-width:991px){
    .contact-cta__title{ font-size:2.1rem; }
    .contact-cta__img{ min-height: 16.25rem; } /* 260px */
}

/* =========================
   CONTACT CTA (FULL WIDTH BG + CONTAINER CONTENT)
   ========================= */

.contact-cta{
    position: relative;
    overflow:hidden;
}

.contact-cta__left{
    background: var(--brand-yellow);
    color: var(--white);
    position: relative;
}

.contact-cta__right{
    position: relative;
    background: #f2f2f2;
}

.contact-cta__img{
    width:100%;
    height:100%;
    min-height: 32.5rem; /* 520px */
    object-fit:cover;
    display:block;
}

.contact-cta__content{
    width:100%;
    max-width: 35rem; /* 560px */
}

.contact-cta__title{
    font-size: 3.125rem;
    line-height: 1.05;
    font-weight: 700;
    margin: 0;
}

.contact-cta__text{
    font-size: 0.95rem;
    line-height: 1.6;
    opacity: 0.95;
    margin: 0;
}

.contact-cta .form-control{
    border-radius:0;
    border:none;
    padding: 0.875rem 1rem; /* 14px 16px */
    font-size: 0.95rem;
    outline:none;
    box-shadow: 0 .375rem 1.125rem rgba(0,0,0,.08);
}

.contact-cta .form-control::placeholder{
    color: var(--muted3);
}

.contact-cta .form-control:focus{
    box-shadow: 0 .375rem 1.125rem rgba(0,0,0,.12);
    outline:none;
}

.contact-cta textarea.form-control{
    resize: vertical;
    min-height: 9.375rem; /* 150px */
}

.contact-cta__btn{
    display:inline-block;
    background: var(--brand-blue);
    color: var(--white);
    padding: 0.75rem 1.625rem; /* 12px 26px */
    border:none;
    border-radius:0;
    font-weight:600;
    letter-spacing: .0125rem; /* 0.2px */
    box-shadow: var(--sh-xl);
    transition: 0.25s ease;
    text-decoration:none;
}

.contact-cta__btn:hover,
.contact-cta__btn:focus,
.contact-cta__btn:active{
    background: var(--blue-dark);
    color: var(--white);
    text-decoration:none;
    outline:none;
}

.contact-cta__btn:active{ transform: translateY(0.0625rem); } /* 1px */

.contact-cta__btn.btn{
    background: var(--brand-blue) !important;
    border-color: transparent !important;
}
.contact-cta__btn.btn:hover,
.contact-cta__btn.btn:focus,
.contact-cta__btn.btn:active{
    background: var(--blue-dark) !important;
    border-color: transparent !important;
    box-shadow: var(--sh-xl) !important;
}

@media (max-width: 991px) {
    .contact-cta__content{ max-width:100%; }
    .contact-cta__title{ font-size: 2.2rem; }
    .contact-cta__img{ min-height: 17.5rem; } /* 280px */
}

@media (max-width: 576px) {
    .contact-cta__title{ font-size: 2rem; }
    .contact-cta .form-control{ padding: 0.75rem 0.875rem; } /* 12px 14px */
}

/* =========================
   Card DOCTORS
   ========================= */

.doctor-card-link{
    display:block;
    text-decoration:none !important;
    color:inherit;
    height:100%;
}

.doctor-card{
    background: var(--card-bg);
    border-radius: 0.875rem; /* 14px */
    overflow:hidden;
    transition: transform .25s ease, box-shadow .25s ease;
    height:100%;
}

.doctor-card-link:hover .doctor-card{ transform: translateY(-0.25rem); } /* -4px */

.doctor-card__media{
    position:relative;
    overflow:hidden;
    background: rgba(16,64,153,.14);
}

.doctor-card__img{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center center;
    transform: scale(1);
    transition: transform .45s ease;
    display:block;
}
.doctor-card-link:hover .doctor-card__img{ transform: scale(1.06); }

.doctor-card__overlay{
    position:absolute;
    inset:0;
    pointer-events:none;
    background: linear-gradient(to top, var(--blue-40), rgba(16,64,153,0) 60%);
    transition: .25s ease;
}
.doctor-card-link:hover .doctor-card__overlay{
    background:
        linear-gradient(to top, var(--blue-45), rgba(16,64,153,0) 60%),
        var(--yellow-25);
}

.doctor-card__body{
    display:flex;
    flex-direction:column;
}

.doctor-card__role{
    font-size: .9rem;
    color: var(--text-muted);
    margin-bottom: .35rem;
}

.doctor-card__name{
    color: var(--brand-blue);
    font-weight: 500;
    line-height: 1.15;
    margin: 0 0 .8rem 0;
}

.doctor-card__text{
    color: var(--text-muted);
    line-height: 1.65;
}

@media (min-width: 992px){
    .doctor-card__body{ } /* 260px */
}

@media (max-width: 575.98px){
    .doctor-card__media.ratio-4x3{
        --bs-aspect-ratio: 70%;
    }
}

/* =========================
   BEFORE / AFTER (Bootstrap)
   ========================= */

#before-after { background: var(--white); }

.beforeafter-left{ max-width: 35rem; } /* 560px */

/* purple -> brand blue (as requested) */
.beforeafter-kicker{
    color: var(--brand-blue);
    font-size: 2.75rem; /* 44px */
    line-height: 1.05;
    font-weight: 300;
    margin-bottom: 0.375rem; /* 6px */
}

.beforeafter-title{
    color: var(--brand-blue);
    font-size: 4rem; /* 64px */
    line-height: 1.02;
    font-weight: 800;
    letter-spacing: -0.02em;
    margin: 0;
}

.beforeafter-text{
    color: rgba(15,23,42,.72); /* #4b5563 -> blue-ish muted */
    font-size: 1rem; /* 16px */
    line-height: 1.8;
    max-width: 32.5rem; /* 520px */
}

.beforeafter-bars{ margin-top: 0.5rem; } /* 8px */
.beforeafter-bar{ margin-bottom: 1.375rem; } /* 22px */

.beforeafter-bar__label{
    font-size: 1.125rem; /* 18px */
    font-weight: 500;
    color: var(--text);
    margin-bottom: 0.625rem; /* 10px */
}

.beforeafter-progress{
    height: 0.625rem; /* 10px */
    border-radius: 999px;
    background: rgba(16,64,153,.12);
    overflow: hidden;
}

.beforeafter-progress__fill{
    background: var(--brand-yellow);
    border-radius: 999px;
}

.beforeafter-right{
    background: var(--white);
    border-radius: 0.5rem; /* 8px */
    overflow:hidden;
}

.beforeafter-tt{
    width:100%;
    min-height: 26.25rem; /* 420px */
}

.beforeafter-tt img{
    width:100% !important;
    height: 26.25rem !important; /* 420px */
    object-fit:cover;
    object-position:center;
    display:block;
}

@media (max-width: 992px) {
    .beforeafter-left{ max-width:100%; }
    .beforeafter-kicker{ font-size: 2.125rem; } /* 34px */
    .beforeafter-title{ font-size: 2.75rem; } /* 44px */
    .beforeafter-tt{ min-height: 20rem; } /* 320px */
    .beforeafter-tt img{ height: 20rem !important; } /* 320px */
}
@media (max-width: 576px) {
    .beforeafter-title{ font-size: 2.375rem; } /* 38px */
}

/* =====================================================
   BEFORE AFTER SECTION
===================================================== */

.before-after-section{ background: var(--white); }

.before-after-title{
    font-size: 3rem;
    font-weight: 700;
    color: var(--brand-blue);
}

.before-after-role{
    color: var(--brand-yellow);
    font-weight: 600;
    font-size: 1.2rem;
    letter-spacing: 0.0625rem; /* 1px */
}

.before-after-text{
    color: rgba(15,23,42,.62); /* #666 -> muted blueish */
    line-height: 1.7;
}

/* Progress UI */

.ba-progress__label{
    font-size: 1rem;
    color: var(--text);
    margin-bottom: 0.5rem; /* 8px */
    line-height: 1.25;
}

.ba-progress__track{
    height: 0.75rem; /* 12px */
    background: var(--blue-10);
    border-radius: 999px;
    overflow:hidden;
    position:relative;
}

.ba-progress__fill{
    height:100%;
    border-radius:999px;
    background: linear-gradient(90deg, var(--brand-yellow) 0%, var(--yellow-60) 60%, var(--brand-yellow) 100%);
    box-shadow: 0 0.5rem 1.125rem var(--yellow-35); /* 0 8px 18px */
    position:relative;
}

.ba-progress__fill:after{
    content:"";
    position:absolute;
    inset:0;
    background: linear-gradient(180deg, rgba(255,255,255,.35) 0%, rgba(255,255,255,0) 65%);
    opacity:.7;
}

@media (max-width: 992px){
    .ba-progress__label{ font-size: 0.8125rem; } /* 13px */
    .ba-progress__track{ height: 0.625rem; }     /* 10px */
}

/* =====================================================
   TWENTYTWENTY (CRITICAL PART)
===================================================== */

.bt_bb_before_after_image{
    width:100%;
    position:relative;
}

.bt_bb_before_after_image-container{
    position:relative;
    overflow:hidden;
    width:100%;
    max-width:100%;
}

.bt_bb_before_after_image-container img{
    position:absolute !important;
    top:0;
    left:0;
    width:100%;
    height:auto;
    max-width:none;
    display:block;
    pointer-events:none;
}

.bt_bb_before_after_image-before{ z-index:20; }
.bt_bb_before_after_image-after{ z-index:10; }

.bt_bb_before_after_image-handle{
    background: var(--brand-blue);
    width: 0.25rem; /* 4px */
}

@media(max-width:992px){
    .before-after-title{ font-size: 1.875rem; } /* 30px */
    .bt_bb_before_after_image{ margin-top: 1.875rem; } /* 30px */
}

/* =========================
   Footer (Bootstrap Grid)
========================= */

.site-footer{
    --top-bg: rgba(16,64,153,.10);  /* #e7eef6 -> blue soft */
    --bottom-bg: var(--brand-blue); /* #1c2f86 -> brand blue */
    --text: var(--text);
    --muted: var(--muted);
    --accent: var(--brand-blue);
    --line: rgba(16,64,153,.14);
    background: linear-gradient(180deg, #f7f9fd 0%, #eef2f8 100%);
    border-top: 1px solid #f0f0f0;
}

.site-footer__top{
    padding: 3.5rem 0 2.875rem; /* 56px 0 46px */
}

.footer-logo{
    max-width: 11.875rem; /* 190px */
    max-height: 3.375rem; /* 54px */
    width:auto;
    height:auto;
    display:block;
}

.footer-contact{
    display:flex;
    align-items:flex-start;
    gap: 0.875rem; /* 14px */
}

.footer-icon{
    width: 3rem;  /* 44px */
    height: 3rem; /* 44px */
    border-radius: 0.875rem; /* 14px */
    border: 0.09375rem solid var(--line); /* 1.5px */
    background: var(--white);
    color: var(--accent);
    display:flex;
    align-items:center;
    justify-content:center;
    flex:0 0 auto;
}
.footer-icon i{ font-size: 1rem; } /* 16px */

.footer-title{
    font-weight:700;
    color: var(--text);
    font-size: 0.9375rem; /* 15px */
    margin-bottom: 0.25rem; /* 4px */
}

.footer-value,
.footer-value a{
    color: var(--muted);
    text-decoration:none;
}
.footer-value a:hover{ color: var(--accent); }

.site-footer__bottom{
    background: var(--bottom-bg);
    padding: 1.125rem 0; /* 18px */
    color: var(--white);
}

.footer-bottom-inner{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap: 0.875rem; /* 14px */
    flex-wrap:wrap;
}

.footer-social{
    display:flex;
    gap: 0.625rem; /* 10px */
}

.footer-social-btn{
    width: 2.625rem;  /* 42px */
    height: 2.625rem; /* 42px */
    border-radius: 999px;
    background: rgba(255,255,255,.12);
    border: 1px solid rgba(255,255,255,.25);
    color: var(--white);
    display:flex;
    align-items:center;
    justify-content:center;
    transition:.25s;
    text-decoration:none;
}
.footer-social-btn:hover{
    background: var(--white);
    color: var(--bottom-bg);
    transform: translateY(-0.125rem); /* -2px */
}

@media (max-width: 991px){
    .footer-logo{
        max-width: 10.625rem; /* 170px */
        margin-bottom: 1rem;  /* 16px */
    }
}

/* ===== Experience section ===== */

.exp-section{
    /* purple -> brand blue system */
    --purple: var(--brand-blue);
    --gold: var(--brand-yellow);
    --text: var(--text);
}

.exp-kicker{
    font-size: 2rem;
    color: var(--gold);
    font-weight: 500;
	line-height: 1.5rem;
}

.exp-title{
    font-size: clamp(2.5rem, 4vw, 4rem); /* 40px - 64px */
    color: var(--purple);
    font-weight: 600;
    letter-spacing: .0125rem;
}

.exp-imgwrap{
    width: 11.25rem;  /* 180px */
    height: 11.25rem; /* 180px */
    border-radius: 999px;
    overflow:hidden;
    position:relative;
    box-shadow: 0 1.125rem 2.5rem rgba(15,23,42,.10);
}

.exp-img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition: transform .35s ease;
}
.exp-item:hover .exp-img{ transform: scale(1.06); }

.exp-item-title{
    font-size: 1.75rem; /* 28px */
    font-weight: 500;
    color: var(--black);
}

.exp-cta{
    position:relative;
    border-radius:0;
    overflow:hidden;
    padding: 2.75rem 2.625rem; /* 44px 42px */
    background-color: var(--brand-blue);
    background-image: url("/image/baku_2.png");
    background-repeat:no-repeat;
    background-position:center;
    background-size:cover;
}

.exp-cta-overlay{
    position:absolute;
    inset:0;
    background: rgba(16,64,153,.22);
}

.exp-cta-kicker{
    color: var(--gold);
    font-weight: 500;
    font-size: 2.125rem; /* 34px */
    margin-bottom: 0.625rem; /* 10px */
}

.exp-cta-phone{
    color: var(--white);
    font-weight: 800;
    font-size: clamp(2.25rem, 4vw, 3.875rem); /* 36-62 */
    line-height: 1;
}

.exp-cta-btn{
    background: var(--gold) !important;
    color: var(--white) !important;
    font-weight: 700;
    padding: 0.875rem 1.375rem; /* 14px 22px */
    border-radius: 0;
    border:none;
}
.exp-cta-btn:hover{
    background: var(--yellow-hover2) !important;
    color: var(--white) !important;
}

@media (max-width: 575px){
    .exp-imgwrap{ width: 10.3125rem; height: 10.3125rem; } /* 165 */
    .exp-item-title{ font-size: 1.5rem; } /* 24 */
    .exp-cta{ padding: 1.625rem 1.125rem; } /* 26 18 */
}

/* ==================================================
   Dental Travel Section
================================================== */

.dt-hero{
    position: relative;
    overflow: hidden;
    padding: 5.625rem 0; /* 90px */
    --brand: var(--brand-blue);
    --gold: var(--brand-yellow);
}

.dt-hero__bg{
    position:absolute;
    inset:0;
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
    transform: scale(1.03);
}

.dt-hero__overlay{
    position:absolute;
    inset:0;
    background: linear-gradient(
        90deg,
        var(--blue-92) 0%,
        var(--blue-75) 55%,
        var(--blue-35) 100%
    );
}

.dt-hero__kicker{
    font-size: 2.625rem; /* 42px */
    font-weight: 500;
    color: var(--gold);
    line-height: 1.1;
    margin-bottom: 0.625rem;
}

.dt-hero__title{
    font-size: clamp(3rem, 5vw, 5.5rem); /* 48-88 */
    font-weight: 600;
    color: var(--white);
    line-height: 1.05;
    letter-spacing: .01875rem;
    margin-bottom: 1.25rem;
}

.dt-hero__text{
    font-size: 1.0625rem; /* 17px */
    font-weight: 400;
    line-height: 1.85;
    color: rgba(255,255,255,.92);
    max-width: 35rem; /* 560px */
}

.dt-card{
    background: var(--gold);
    border-radius: 1.25rem; /* 20px */
    overflow:hidden;
    box-shadow:
        0 1.5625rem 4.375rem rgba(0,0,0,.15),
        0 .5rem 1.125rem rgba(0,0,0,.08);
}

.dt-card__body{
    padding: 2.75rem 2.25rem 1.75rem; /* 44 36 28 */
}

.dt-feature{
    padding: 0.625rem 0.375rem; /* 10 6 */
    transition: .25s ease;
}
.dt-feature:hover{ transform: translateY(-0.25rem); }

.dt-feature__icon{
    width: 3.5rem;  /* 56 */
    height: 3.5rem; /* 56 */
    margin: 0 auto 0.875rem;
    color: var(--white);
    display:flex;
    align-items:center;
    justify-content:center;
    transition:.25s ease;
}

.dt-feature__icon i{
    font-size: 1.375rem; /* 22 */
    font-weight: 400;
}

.dt-feature__title{
    font-size: 1.3rem;
    font-weight: 500;
    color: var(--white);
    letter-spacing: .0125rem;
}

.dt-card__footer{
    background: var(--white);
    padding: 1.625rem 1.25rem; /* 26 20 */
}

.dt-card__btn{
    background: var(--brand) !important;
    color: var(--white) !important;
    font-weight: 600;
    padding: 0.75rem 1.625rem; /* 12 26 */
    border-radius: 0.625rem; /* 10px */
    border:none;
    text-decoration:none;
    box-shadow: 0 .625rem 1.375rem var(--blue-25);
    transition: .25s;
}
.dt-card__btn:hover{
    background: var(--blue-dark) !important;
    color: var(--white) !important;
    transform: translateY(-0.125rem);
}

@media (max-width: 991px){
    .dt-hero{ padding: 4.375rem 0; } /* 70 */
    .dt-hero__kicker{ font-size: 2.125rem; } /* 34 */
    .dt-hero__text{ font-size: 1rem; } /* 16 */
}

@media (max-width: 575px){
    .dt-hero{ padding: 3.125rem 0; } /* 50 */
    .dt-card__body{ padding: 1.625rem 1.125rem 1.125rem; }
    .dt-feature__icon{ width: 3.125rem; height: 3.125rem; }
    /* FIX: əvvəl səndə 56px idi, burda icon i üçün 56px yazılmışdı,
       onu 3.5rem etdim ki, normal qalsın */
    .dt-feature__icon i{ font-size: 3.5rem; }
}

/* ================= Icon7Stroke style ================= */

.dt-i7:before{ content: attr(data-ico-icon7stroke); }
.dt-i7[data-icon]:before{ content: attr(data-icon); }

.dt-i7{
    font-family: "Icon7Stroke" !important;
    font-size: 3.5rem; /* 56px */
    speak:none;
    font-style:normal;
    font-weight:normal;
    font-variant:normal;
    text-transform:none;
    line-height:1;
    display:inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* =========================
   Header / Navigation
========================= */

.site-header{
    --brand: var(--brand-blue);
    --gold: var(--brand-yellow);
    --nav-purple: var(--brand-blue); /* purple -> brand blue */
}

.site-topbar{
    background: var(--brand-yellow);
    color: rgba(255,255,255,.92);
    font-weight: 500;
    font-size: 0.875rem; /* 14px */
}

.topbar-item{
    display:flex;
    align-items:center;
    gap:0.5rem; /* 8px */
    white-space:nowrap;
    padding: 0.35rem 0; /* 10px */
}

.topbar-ico{
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    display: flex;
    background: rgba(255, 255, 255, .16);
    align-items: center;
    justify-content: center;
}
.topbar-ico i {
	font-size: 0.8rem;
}

.topbar-phone{
    background: var(--nav-purple);
    color: var(--white);
    text-decoration:none;
    padding: 0.625rem 1rem; /* 10 16 */
    border-radius:0;
    display:flex;
    align-items:center;
    white-space:nowrap;
    box-shadow: 0 .625rem 1.25rem rgba(16,64,153,.18);
}
.topbar-phone:hover{ color: var(--white); opacity: .92; }

body .site-navbar{
    padding: 1.125rem 0; /* 18px */
}

@media (max-width: 991px){
	body:not(.welcome) .site-navbar{
		background-color: rgb(16 64 153) !important;
		padding: 1.125rem 0;
	}
	.site-navbar{
		background-color: rgb(16 64 153) !important;
		padding: 0.5rem 0 !important;
	}
	.site-topbar{ display:none !important; 
	}

}

@media (min-width: 992px){
	body:not(.welcome) .site-navbar{
		background-color: rgb(16 64 153 / 50%) !important;
		padding: 1.125rem 0;
	}
	body .site-navbar{
			position:absolute;
			left:0;
			right:0;
			top: 2.5rem; /* 40px */
			z-index:50;
			background: transparent;
			box-shadow:none !important;
			backdrop-filter:none !important;
		}
	.site-menu .nav-link:hover{
		background: rgba(255,255,255,.14);
	}
	.page-hero__crumb {
		margin-top:70px;
	}
}

.site-brand{ display:flex; align-items:center; }

.site-logo{
    height: 3.3rem;
	margin-top: -12px;
    width:auto;
}

.site-nav-wrap{
  display:flex;
  align-items:center;
}

.site-nav-left,
.site-nav-right{
  width:52px; /* toggler ölçüsünə yaxın olsun */
  display:flex;
  align-items:center;
}

.site-nav-center{
  margin:0 auto; /* logo ortada */
}

@media (min-width: 992px){
  .site-nav-left,
  .site-nav-right{
    display:none; /* desktop-da lazım deyil */
  }
  .site-nav-center{
    margin:0; /* desktop-da normal olsun */
  }
}


.site-menu{
    gap: 1.65rem; /* 28px */
}
.site-menu .nav-link{
    color: rgba(255,255,255,.92);
    border-radius: 0.625rem; /* 10px */
	padding: 0.625rem 1.25rem;   /* 10px 20px */
    font-size: 1.1rem;
    letter-spacing: .02rem;
}
.site-menu .nav-link:hover{
    background: rgba(255,255,255,.10);
    color: var(--white);
}

.site-menu .nav-item.is-current > .nav-link,
.site-menu .nav-item.is-ancestor > .nav-link{
    background: rgba(255,255,255,.14);
    color: var(--white);
}

.site-dropdown{
    border:0;
    border-radius: 0.875rem; /* 14px */
    padding: 0.625rem; /* 10px */
    box-shadow: 0 1.125rem 2.8125rem rgba(0,0,0,.18);
}
.site-dropdown .dropdown-item{
    border-radius: 0.625rem;
    padding: 0.625rem 0.75rem;
    font-weight: 500;
}
.site-dropdown .dropdown-item:hover{
    background: var(--blue-10);
}
.site-dropdown .dropdown-item.active{
    background: var(--blue-16);
    color: var(--text);
}

.site-nav-tools .nav-tool{
    width: 2.25rem;  /* 36 */
    height: 2.25rem; /* 36 */
    border-radius: 999px;
    background: rgba(255,255,255,.10);
    color: var(--white);
    display:flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    transition:.2s;
}
.site-nav-tools .nav-tool:hover{
    background: rgba(255,255,255,.18);
    transform: translateY(-0.0625rem);
}

.site-toggler{
    border:0;
    padding: 1rem; /* 10 */
    background: rgba(255,255,255,.10);
    height:2.5rem;
}
.site-toggler:focus{ box-shadow:none; }

.toggler-lines{
    width: 1.5rem; /* 26 */
    height: 0.1rem; /* 2 */
    background: var(--white);
    display:block;
    position:relative;
}
.toggler-lines:before,
.toggler-lines:after{
    content:"";
    position:absolute;
    left:0;
    width:1.5rem;
    height:0.1rem;
    background: var(--white);
}
.toggler-lines:before{ top:-0.4375rem; } /* -7px */
.toggler-lines:after{ top:0.4375rem; }   /* 7px */

.site-navbar .navbar-toggler{ margin-left: 0; }
.site-navbar .site-brand{ display:flex; align-items:center; }


.site-offcanvas{
    background: var(--white);
    width: min(23.75rem, 92vw); /* 380px */
}

.site-offcanvas .offcanvas-header{
    background: var(--nav-purple);
    padding: 1rem 1.125rem; /* 16 18 */
}

.site-offcanvas-brand img{ height: 2.625rem; } /* 42 */

.site-offcanvas-menu{ padding: 1.125rem 1.125rem 0.625rem; }

.off-item{
    border-bottom: 1px solid rgba(15,23,42,.08);
    padding: 0.875rem 0; /* 14 */
}

.off-link{
    color: var(--text);
    text-decoration:none;
    font-weight:600;
    font-size: 1.125rem; /* 18 */
}

.off-toggle{
    border:0;
    background: transparent;
    color: rgba(15,23,42,.55);
    padding: 0.375rem 0.625rem;
}

.off-sub{ padding: 0.625rem 0 0 0; }
.off-sublink{
    display:block;
    padding: 0.625rem 0;
    color: rgba(15,23,42,.78);
    text-decoration:none;
    font-weight: 500;
}
.off-sublink:hover{ color: var(--brand); }

.off-social{
    display:flex;
    gap:0.625rem;
    align-items:center;
}
.off-social-btn{
    width: 2.375rem; /* 38 */
    height: 2.375rem;
    border-radius: 999px;
    border: 1px solid rgba(15,23,42,.10);
    background: var(--white);
    color: var(--text);
    display:flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
}
.off-social-btn:hover{
    border-color: var(--blue-35);
    color: var(--brand);
}

.off-bottom{
    background: var(--gold);
    padding: 1rem 1.125rem;
    color: rgba(255,255,255,.92);
}

.off-info{
    display:flex;
    gap:0.75rem;
    align-items:flex-start;
    padding: 0.75rem 0;
    border-bottom: 1px solid rgba(255,255,255,.22);
}
.off-info:last-child{ border-bottom:0; }

.off-info-ico{
    width: 2.375rem;
    height: 2.375rem;
    border-radius: 999px;
    background: rgba(255,255,255,.18);
    display:flex;
    align-items:center;
    justify-content:center;
    flex:0 0 auto;
}

.off-phone{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:100%;
    margin-top: 0.875rem;
    background: var(--nav-purple);
    color: var(--white);
    text-decoration:none;
    padding: 0.75rem 0.875rem;
    border-radius:0;
    font-weight:600;
    box-shadow: 0 .75rem 1.375rem rgba(16,64,153,.18);
}

.fw-600{ font-weight:600; }

@media (min-width: 992px){
    .hero-slide .container{  } /* 88px */
}

/* =========================
   Before/after handle extras
========================= */

.bt_bb_before_after_image-left-arrow {
    background-color: var(--brand-yellow);
    border: 0.125rem solid var(--white); /* 2px */
    border-radius: 50%;
}

/* Before & after */
.bt_bb_before_after_image { position: relative; }

.bt_bb_before_after_image.bt_bb_before_after_image_with_coverage_image .bt_bb_coverage_image{
    position: relative;
    pointer-events: none;
    z-index: 5;
}
.bt_bb_before_after_image.bt_bb_before_after_image_with_coverage_image .bt_bb_before_after_image-horizontal{
    position: absolute;
    left:0; right:0; top:0; bottom:0;
}
.bt_bb_before_after_image .bt_bb_before_after_image-horizontal .bt_bb_before_after_image-handle{
    height: 1.4375rem; /* 23px */
    line-height: 1.4375rem;
    width: 1.4375rem;
    text-align:center;
    position:absolute;
    top:50%;
    margin-left: calc(-1.4375rem/2);
    margin-top: calc(-1.4375rem/2);
    z-index:40;
    cursor:pointer;
    left:50%;
    display:flex;
    justify-content:center;
    background: transparent !important;
}
.bt_bb_before_after_image .bt_bb_before_after_image-horizontal .bt_bb_before_after_image-handle .bt_bb_before_after_image-left-arrow{
    width: 1.4375rem;
    height: 1.4375rem;
    box-sizing:border-box;
    display:block;
    transition: ease all 200ms;
    z-index:31;
    position:relative;
}

/* focus styles -> brand colors */
.btMenuFocusElementCircle .bt_bb_before_after_image .bt_bb_before_after_image-horizontal .bt_bb_before_after_image-handle .bt_bb_before_after_image-left-arrow{
    background-color: var(--brand-yellow);
    border: 0.125rem solid var(--white);
    border-radius: 50%;
}
.btMenuFocusElementOutlineCircle .bt_bb_before_after_image .bt_bb_before_after_image-horizontal .bt_bb_before_after_image-handle .bt_bb_before_after_image-left-arrow{
    background-color: var(--white);
    border: 0.125rem solid var(--brand-yellow);
    border-radius: 50%;
}
.btMenuFocusElementSquare .bt_bb_before_after_image .bt_bb_before_after_image-horizontal .bt_bb_before_after_image-handle .bt_bb_before_after_image-left-arrow{
    background-color: var(--brand-yellow);
    border: 0.125rem solid var(--white);
}
.btMenuFocusElementOutlineSquare .bt_bb_before_after_image .bt_bb_before_after_image-horizontal .bt_bb_before_after_image-handle .bt_bb_before_after_image-left-arrow{
    background-color: var(--white);
    border: 0.125rem solid var(--brand-yellow);
}
.btMenuFocusElementDash .bt_bb_before_after_image .bt_bb_before_after_image-horizontal .bt_bb_before_after_image-handle .bt_bb_before_after_image-left-arrow{
    background-color: var(--brand-yellow);
    width: 0.3125rem; /* 5px */
    height: calc(1.4375rem * 2);
    margin-top: calc(-1.4375rem/2);
}

.bt_bb_before_after_image .bt_bb_before_after_image-horizontal .bt_bb_before_after_image-handle .bt_bb_before_after_image-left-arrow:hover{
    transform: scale(1.35);
    box-shadow: 0 0.125rem 0.625rem rgba(0,0,0,.4);
}

.rtl .bt_bb_before_after_image .bt_bb_before_after_image-horizontal .bt_bb_before_after_image-handle{
    flex-direction: row-reverse;
}

.bt_bb_before_after_image .bt_bb_before_after_image-horizontal .bt_bb_before_after_image-handle:before,
.bt_bb_before_after_image .bt_bb_before_after_image-horizontal .bt_bb_before_after_image-handle:after{
    content:" ";
    display:block;
    background: var(--white);
    position:absolute;
    z-index:30;
    width: 0.0625rem; /* 1px */
    height: 9999px;
    left: calc(50% - 0.0625rem);
    transition:none;
}

.btDarkSkin .bt_bb_before_after_image .bt_bb_before_after_image-horizontal .bt_bb_before_after_image-handle:before,
.btLightSkin .btDarkSkin .bt_bb_before_after_image .bt_bb_before_after_image-horizontal .bt_bb_before_after_image-handle:before,
.btDarkSkin.btLightSkin .btDarkSkin .bt_bb_before_after_image .bt_bb_before_after_image-horizontal .bt_bb_before_after_image-handle:before,
.btDarkSkin .bt_bb_before_after_image .bt_bb_before_after_image-horizontal .bt_bb_before_after_image-handle:after,
.btLightSkin .btDarkSkin .bt_bb_before_after_image .bt_bb_before_after_image-horizontal .bt_bb_before_after_image-handle:after,
.btDarkSkin.btLightSkin .btDarkSkin .bt_bb_before_after_image .bt_bb_before_after_image-horizontal .bt_bb_before_after_image-handle:after{
    background: rgba(15,23,42,.85);
}

.bt_bb_before_after_image .bt_bb_before_after_image-horizontal .bt_bb_before_after_image-handle:before{
    bottom:50%;
    margin-bottom: calc(1.4375rem/2);
    transform-origin:center bottom;
}
.bt_bb_before_after_image .bt_bb_before_after_image-horizontal .bt_bb_before_after_image-handle:after{
    top:50%;
    margin-top: calc(1.4375rem/2);
    transform-origin:center top;
}

.bt_bb_before_after_image .bt_bb_before_after_image-container{
    box-sizing: content-box;
    z-index:0;
    overflow:hidden;
    position:relative;
    -webkit-user-select:none;
    -moz-user-select:none;
}
.bt_bb_before_after_image .bt_bb_before_after_image-container img{
    max-width:100%;
    position:absolute;
    top:0;
    display:block;
    pointer-events:none;
}
.bt_bb_before_after_image .bt_bb_before_after_image-container.active .bt_bb_before_after_image-handle{
    background: var(--brand-yellow);
}
.bt_bb_before_after_image .bt_bb_before_after_image-container.active .bt_bb_before_after_image-handle .bt_bb_before_after_image-left-arrow{
    opacity:1;
}
.bt_bb_before_after_image .bt_bb_before_after_image-container *{
    box-sizing: content-box;
}
.bt_bb_before_after_image .bt_bb_before_after_image-before{ z-index:20; }
.bt_bb_before_after_image .bt_bb_before_after_image-after{ z-index:10; }

.bt_bb_before_after_image .bt_bb_before_after_image_block{
    position:absolute;
    left:0;
    top:0;
    background: var(--brand-blue);
    color: var(--white);
    padding: 1.5em 2.5em;
    text-align:center;
    max-width:40%;
    pointer-events:none;
}

.bt_bb_before_after_image .bt_bb_before_after_image_block .bt_bb_before_after_image_headline{
    font-family: Playfair Display;
    display:block;
    font-size: 2em;
    line-height:1;
}
.bt_bb_before_after_image .bt_bb_before_after_image_block .bt_bb_before_after_image_headline:after{
    background: var(--brand-yellow);
    width: 1.875rem; /* 30px */
    height: 0.125rem; /* 2px */
    display:block;
    margin: .3em auto .15em;
    content:"";
}
.bt_bb_before_after_image .bt_bb_before_after_image_block .bt_bb_before_after_image_subheadline{
    display:block;
    font-size: 1.25em;
    line-height:1.25;
}
.bt_bb_before_after_image .bt_bb_before_after_image_block .bt_bb_before_after_image_smaler_subheadline{
    display:block;
    font-size: 1em;
    line-height:1.25;
    opacity:.5;
}

.bt_bb_before_after_image .bt_bb_before_after_image_before_txt_holder,
.bt_bb_before_after_image .bt_bb_before_after_image_after_txt_holder{
    position:absolute;
    top:50%;
    font-weight:300;
    padding: .5em .8em;
    pointer-events:none;
    font-size: 1.25em;
    font-family: "Playfair Display",Arial,Helvetica,sans-serif;
    display:flex;
    align-items:center;
    transform: translateY(-50%);
}
.bt_bb_before_after_image .bt_bb_before_after_image_before_txt_holder{ left:0; }
.bt_bb_before_after_image .bt_bb_before_after_image_before_txt_holder:before{
    font-family: Essential;
    content: "\ea7c";
    font-size: 1.6em;
    display:none;
}
.bt_bb_before_after_image_show_arrows.bt_bb_before_after_image .bt_bb_before_after_image_before_txt_holder:before{ display:block; }

.bt_bb_before_after_image .bt_bb_before_after_image_after_txt_holder{ right:0; }
.bt_bb_before_after_image .bt_bb_before_after_image_after_txt_holder:after{
    font-family: Essential;
    content: "\ea7d";
    font-size: 1.6em;
    display:none;
}
.bt_bb_before_after_image_show_arrows.bt_bb_before_after_image .bt_bb_before_after_image_after_txt_holder:after{ display:block; }

@media (max-width: 992px) {
    .bt_bb_before_after_image .bt_bb_before_after_image_block .bt_bb_before_after_image_headline{ font-size: 1.5625rem; } /* 25 */
    .bt_bb_before_after_image .bt_bb_before_after_image_block .bt_bb_before_after_image_subheadline{ font-size: 1.0625rem; } /* 17 */
    .bt_bb_before_after_image .bt_bb_before_after_image_block .bt_bb_before_after_image_smaler_subheadline{ font-size: 1.0625rem; } /* 17 */
}

@media (max-width: 768px) {
    .bt_bb_before_after_image .bt_bb_before_after_image_block{
        max-width:100%;
        position:relative;
    }
    .bt_bb_before_after_image .bt_bb_before_after_image_before_txt_holder,
    .bt_bb_before_after_image .bt_bb_before_after_image_after_txt_holder{
        font-size: 0.8125rem; /* 13 */
    }
}

/* Bold Timeline */
.bold_timeline_item_button .bold_timeline_item_button_inner .bold_timeline_item_button_innet_text {
    padding: 1.357em 1.786em;
    line-height: 1;
}
.bold_timeline_container.bold_timeline_container_button_size_small .bold_timeline_item_button_size_inherit.bold_timeline_item_button,
.bold_timeline_container .bold_timeline_item_button_size_small.bold_timeline_item_button {
    font-size: .75em;
}
.bold_timeline_container.bold_timeline_container_button_size_normal .bold_timeline_item_button_size_inherit.bold_timeline_item_button,
.bold_timeline_container .bold_timeline_item_button_size_normal.bold_timeline_item_button {
    font-size: .875em;
}
.bold_timeline_container.bold_timeline_container_button_size_large .bold_timeline_item_button_size_inherit.bold_timeline_item_button,
.bold_timeline_container .bold_timeline_item_button_size_large.bold_timeline_item_button {
    font-size: 1em;
}


/* =========================
   SLICK - CORE (lazım olanlar)
========================= */

/* Slider əsas */
.slick-slider{
  position: relative;
  width: 100%;
  overflow: hidden; /* slider içi daşmasın */
}

/* ✅ Dots aşağıdadırsa – dots kəsilməsin */
.bt_bb_show_dots_below .slick-slider{
  overflow: initial;
}

/* Autoplay toggle button çıxmasın */
.slick-slider .slick-autoplay-toggle-button{
  display: none !important;
}

/* Slick list */
.slick-slider .slick-list{
  width: auto;
}

/* BT content slider item content full width */
.slick-slider .slick-list .slick-slide .bt_bb_content_slider_item_content{
  width: 100%;
}

/* Əgər səndə bt_bb_height_auto işləyirsə */
.bt_bb_height_auto .slick-slider .slick-slide{
  width: 100%;
}
/* =========================
   SLICK DOTS (Brand style)
   Sarı yumru + ortada
========================= */

/* dots konteyneri ortada */
.slick-dots{
  position: relative !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
  gap: 0.6rem;              /* dotlar arası */
  margin: 0;       /* yuxarıdan boşluq */
  padding: 0;
  list-style: none;
  height: 3rem;              /* istədiyin hündürlük */

}

/* li default boşluqları */
.slick-dots li{
  margin: 0 !important;
  padding: 0 !important;
  width: auto !important;
  height: auto !important;
}

/* düymə rəqəmlərini gizlət + dot ölçüsü */
.slick-dots li button{
  font-size: 0 !important;  /* 1,2,3 yazısı görünməsin */
  line-height: 0 !important;
  width: 0.85rem;
  height: 0.85rem;
  padding: 0;
  border-radius: 999px;
  border: 0.125rem solid var(--brand-yellow); /* sarı kənar */
  background: transparent;                   /* default */
  cursor: pointer;
  transition: transform .2s ease, background .2s ease, opacity .2s ease;
  opacity: .55;
}

/* hover */
.slick-dots li button:hover{
  opacity: .9;
  transform: scale(1.08);
}

/* aktiv dot */
.slick-dots li.slick-active button{
  background: var(--brand-yellow);  /* sarı dolu */
  opacity: 1;
  transform: scale(1.1);
}

/* fokus outline-ı səliqəli */
.slick-dots li button:focus{
  outline: none;
  box-shadow: 0 0 0 .18rem rgba(231,172,72,.35);
}





/* Buttons */
button.slick-arrow {
    padding: 0;
    letter-spacing: initial;
    border-radius: 0;
    position: absolute;
    z-index: 10;
    width: 44px;
    height: 44px;
    line-height: 44px;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    text-align: center;
    top: 50%;
    margin-top: -22px;
    border-radius: 0;
    background-color: rgba(0,0,0,.7);
    cursor: pointer;
    outline: none;
    border: none;
}
button.slick-arrow:hover {
    background-color: rgba(0,0,0,.95);
}
button.slick-arrow:focus {
    outline: none;
}
button.slick-arrow.slick-next {
    right: 0;
}
button.slick-arrow.slick-next:before {
    content: '\e684';
}
.rtl button.slick-arrow.slick-next {
    left: 0;
    right: auto;
}
.rtl button.slick-arrow.slick-next:before {
    content: '\e686';
}
button.slick-arrow.slick-prev {
    left: 0;
}
button.slick-arrow.slick-prev:before {
    content: '\e686';
}
.rtl button.slick-arrow.slick-prev {
    right: 0;
    left: auto;
}
.rtl button.slick-arrow.slick-prev:before {
    content: '\e684';
}
button.slick-arrow.slick-disabled {
    opacity: .5;
    cursor: default;
}
button.slick-arrow:before {
    color: #fff;
    display: block;
    font-size: 34px;
    font-family: Icon7Stroke;
    line-height: 44px;
}
button.slick-arrow:hover,
button.slick-arrow:focus {
    text-decoration: none;
}
.bt_bb_arrows_size_small button.slick-arrow {
    width: 34px;
    height: 34px;
    margin-top: -17px;
}
.bt_bb_arrows_size_small button.slick-arrow:before {
    font-size: 24px;
    line-height: 34px;
}
.bt_bb_arrows_size_large button.slick-arrow {
    width: 64px;
    height: 64px;
    margin-top: -32px;
}
.bt_bb_arrows_size_large button.slick-arrow:before {
    font-size: 54px;
    line-height: 64px;
}
.slick-list {
    width: 100%;
    position: relative;
}
.slick-list .slick-slide {
    background-size: cover;
}





/* =========================
   RICH TEXT SYSTEM (CMS content)
   yalnız bu səhifə üçün
========================= */
.page-static {
	overflow: hidden;
}
.page-static--about .about-text{
  font-size: 1rem;
  line-height: 1.9;
  color: rgba(15,23,42,.78);
}

/* paragraphs */
.page-static--about .about-text p{
  margin-bottom: 0.2rem;
}

/* headings */
.page-static--about .about-text h1,
.page-static--about .about-text h2,
.page-static--about .about-text h3,
.page-static--about .about-text h4,
.page-static--about .about-text h5,
.page-static--about .about-text h6{
  font-family: var(--ff-title);
  color: var(--brand-blue);
  font-weight: 700;
  line-height: 1.25;
  margin-top: 2rem;
  margin-bottom: .8rem;
}

.page-static--about .about-text h1{ font-size: 2rem; }
.page-static--about .about-text h2{ font-size: 1.6rem; }
.page-static--about .about-text h3{ font-size: 1.35rem; }
.page-static--about .about-text h4{ font-size: 1.15rem; }

/* lists */
.page-static--about .about-text ul,
.page-static--about .about-text ol{
  padding-left: 1.4rem;
  margin-bottom: 1.2rem;
}

.page-static--about .about-text li{
  margin-bottom: .4rem;
  line-height: 1.8;
}

/* links */
.page-static--about .about-text a{
  color: var(--brand-blue);
  text-decoration: underline;
  text-underline-offset: 3px;
  font-weight: 500;
}

.page-static--about .about-text a:hover{
  color: var(--blue-dark);
}

/* images inside content */
.page-static--about .about-text img{
  max-width: 100%;
  height: auto;
  border-radius: .5rem;
  margin: 1rem 0;
}

.page-static--about .about-image-float{ 
float: right; width: 38%; 
max-width: 420px; /* 🔥 əsas fix */ 
min-width: 260px; /* çox balacalaşmasın */ 
margin: 0 0 1.25rem 2rem; 
border-radius: .75rem; 
box-shadow: var(--sh-md); 
object-fit: cover; 
}

/* 📱 Mobile */
@media (max-width: 768px) {
    .page-static--about .about-image-float {
        float: none;          /* float söndür */
        display: block;
        width: 100%;          /* tam ekran */
        max-width: 100%;
        margin: 0 auto 20px;  /* ortada + alt boşluq */
    }
}

/* blockquote */
.page-static--about .about-text blockquote{
  border-left: 4px solid var(--brand-yellow);
  background: rgba(16,64,153,.06);
  padding: .9rem 1.1rem;
  margin: 1.5rem 0;
  font-style: italic;
}

/* tables */
.page-static--about .about-text table{
  width: 100%;
  border-collapse: collapse;
  margin: 1.5rem 0;
  font-size: .95rem;
}

.page-static--about .about-text th,
.page-static--about .about-text td{
  border: 1px solid rgba(0,0,0,.08);
  padding: .6rem .7rem;
}

/* strong/bold */
.page-static--about .about-text strong{
  color: var(--text);
  font-weight: 600;
}

/* =========================
   PAGE HERO (modern bootstrap)
========================= */

.page-hero{
  position: relative;
  min-height: 320px;
  display:flex;
  align-items:center;

  background-size: cover;
  background-position:center;
  background-repeat:no-repeat;
}

/* overlay */
.page-hero__overlay{
  position:absolute;
  inset:0;
    background-color: rgb(16 64 153 / 90%);
}

/* breadcrumb */
.page-hero__crumb{
  font-size:.9rem;
  color: rgba(255,255,255,.75);
}
.page-hero__crumb a{
  color: rgba(255,255,255,.85);
  text-decoration:none;
}
.page-hero__crumb span{
  margin:0 .4rem;
}

/* title */
.page-hero__title{
  font-family: var(--ff-title);
  font-weight:700;
  font-size: clamp(2.2rem, 4vw, 3.5rem);
  color: var(--white);
  margin:0;
}

/* text */
.page-hero__text{
  color: rgba(255,255,255,.9);
  line-height:1.7;
  max-width:520px;
}

/* mobile */
@media (max-width:768px){
  .page-hero{
    min-height: 240px;
    text-align:center;
  }
}




/* =========================
   CONTACT SECTION (modern)
========================= */
/* =========================
   CONTACT SECTION
========================= */
/* ===== Contact section (BT style like) ===== */
.contact-like-bt{
  --clb-blue:#104099;
  --clb-green:#00af89;
  --clb-dark:#191919;
  --clb-border: rgba(34,34,34,.12);
  background:#fff;
}

.clb-title{
  font-weight:700;
  color:var(--clb-blue);
  line-height:1.05;
  font-size: clamp(2.1rem, 4vw, 4.1rem);
  margin:0;
}
.clb-title span{
  font-weight:500;
  display: block;
  font-size: 2.2rem;
  color: var(--brand-yellow);
}

.clb-divider{
  width: 100%;
  max-width: 520px;
  height: 1px;
  background: var(--clb-border);
  margin: 22px auto 0;
}

/* service box */
.clb-service{
  display:flex;              /* 🔥 əsas */
  align-items:flex-start;
  gap:16px;

  border: 2px solid var(--clb-border);
  border-radius:16px;
  padding:22px;
  background:#fff;
}

.clb-icon{
  width: 64px;
  height: 64px;
  border-radius: 999px;
  display:flex;
  align-items:center;
  justify-content:center;
  margin-bottom: 0px;
  font-size: 22px;
  color:#fff;
}

.clb-green .clb-icon{   background:var(--brand-yellow); }
.clb-blue  .clb-icon{ background:var(--clb-blue); }

.clb-service-title{
	font-weight: 700;
    font-size: 1rem;
    color: var(--clb-dark);
    margin-top: 8px;
}

.clb-service-text{
  color:#4b5563;
  font-size: .98rem;
  line-height: 1.4;
}
.clb-service-text a{
  color: inherit;
  text-decoration:none;
}
.clb-service-text a:hover{
  color: var(--clb-blue);
  text-decoration:underline;
}

/* right side block */
.clb-side{
  border-left: 1px solid var(--clb-border);
  padding-left: 22px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  height:100%;
}

.clb-side-title{
  font-weight:800;
  color: var(--clb-dark);
  margin: 0 0 14px;
}

.clb-btn{
  background:#fff;
  border: 2px solid var(--clb-blue);
  color: var(--clb-blue);
  font-weight:700;
  padding: 12px 14px;
  border-radius: 12px;
  text-align:center;
}
.clb-btn:hover{
  background: var(--clb-blue);
  color:#fff;
}

/* responsive: on small screens remove left border */
@media (max-width: 991.98px){
  .clb-side{
    border-left: 0;
    padding-left: 0;
    border-top: 1px solid var(--clb-border);
    padding-top: 18px;
  }
}
/* right card */
.clb-side{
  border:2px solid var(--clb-border);
  border-radius:16px;
  padding:28px 22px;
  background:#fff;

  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
}

.clb-side-title{
  font-weight:600;
  margin-bottom:18px;
  color:var(--brand-blue);
}

/* socials */
.clb-social{
  display:flex;
  gap:12px;
}

.clb-social-btn{
  width:44px;
  height:44px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;

  background:var(--brand-blue);
  color:#fff;
  font-size:16px;

  transition:.25s ease;
  text-decoration:none;
}

.clb-social-btn:hover{
  background:var(--brand-yellow);
  transform:translateY(-3px);
  color:#fff;
}


/* Wrapper */
.pagination-wrap{
  margin-top: 1.25rem;
}

/* Base look */
.pagination .page-link{
  border-radius: 12px;
  padding: .5rem .8rem;
  border: 1px solid rgba(16,64,153,.15);
  color: #104099;
  background: #fff;
  font-weight: 600;
  line-height: 1;
  box-shadow: 0 6px 18px rgba(16,64,153,.06);
  transition: .2s ease;
}

/* Hover */
.pagination .page-link:hover{
  background: rgba(16,64,153,.06);
  border-color: rgba(16,64,153,.25);
  color: #104099;
}

/* Active */
.pagination .page-item.active .page-link{
  background: #104099;
  border-color: #104099;
  color: #fff;
  box-shadow: 0 10px 24px rgba(16,64,153,.18);
}

/* Disabled */
.pagination .page-item.disabled .page-link{
  opacity: .5;
  pointer-events: none;
  box-shadow: none;
}

/* SVG icon sizing */
.pagination .ico{
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
}

/* Make prev/next a bit wider */
.pagination .page-item:first-child .page-link,
.pagination .page-item:last-child .page-link{
  padding-left: .65rem;
  padding-right: .65rem;
}

/* Small screens: tighter */
@media (max-width: 576px){
  .pagination.pagination-sm .page-link{
    padding: .45rem .65rem;
    border-radius: 10px;
  }
}
