/* Import Inter font (from Google Fonts) */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');

*,
*::before,
*::after {
  box-sizing: border-box;
}
body{
    overflow-x: hidden!important;
}
.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  padding-left: 10px;
  padding-right: 10px;
}


/* Apply globally */
body, h1, h2, h3, h4, h5, h6, p, a, button, li {
    font-family: 'Inter', sans-serif!important;
    line-height: 1.6!important;
}

/* Automatic text color for light/dark backgrounds */
.text-auto {
    color: black; /* default for light bg */
}

.bg-dark .text-auto,
.dark-section .text-auto {
    color: #FFFFFF99 !important;
}

/* gradient button css  */
.btn-red {
    background: linear-gradient(180deg, #E41F26 0%, #7E1115 100%);
    box-shadow: 0px 4px 6px -1px #1A212D14, 0px 2px 4px -2px #1A212D0F;
    color: white;
    border: none;
    padding: 0.625rem 1.5rem;
    font-weight: 600;
    border-radius: 0.375rem;
    transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
    cursor: pointer;
}

.btn-red:hover {
    transform: translateY(-2px);
    filter: brightness(1.1);
    box-shadow: 0px 6px 10px -2px #1A212D1A, 0px 3px 6px -1px #1A212D0F;
}

.btn-red:active {
    transform: translateY(0px);
    filter: brightness(1);
    box-shadow: 0px 4px 6px -1px #1A212D14, 0px 2px 4px -2px #1A212D0F;
}

/* black border button  */
.btn-border-gradient {
    background: transparent;
    border: 2px solid transparent;
    border-image-source: linear-gradient(108deg, #3D3D3D -5.94%, #000000 83.44%);
    border-image-slice: 1;
    color: black;
    font-weight: 500;
    padding: 0.5rem 1.25rem;
    border-radius: 0.375rem;
    transition: background 0.3s ease, color 0.3s ease, transform 0.2s ease;
    cursor: pointer;
}

.btn-border-gradient:hover {
    background: linear-gradient(108deg, #3D3D3D -5.94%, #000000 83.44%);
    color: white;
    transform: translateY(-2px);
}

.btn-border-gradient:active {
    transform: translateY(0px);
}
/* white background button */
.btn-white {
    background: white;
    color: black;
    border: 2px solid white;
    font-weight: 500;
    padding: 0.5rem 1.25rem;
    border-radius: 0.375rem;
    transition: background 0.3s ease, transform 0.2s ease;
    cursor: pointer;
}

.btn-white:hover {
    border : 1px solid #fff;
    color : white;
    transform: translateY(-2px);
}

.btn-white:active {
    transform: translateY(0px);
}

.btn-red, .btn-border-gradient, .btn-white {
    font-size: 1rem;
}

@media (max-width: 768px) {
    .btn-red, .btn-border-gradient, .btn-white {
        width: 100%;
        text-align: center;
        padding: 0.75rem;
        font-size: 0.95rem;
    }
}

/* header */
/* Header logo */
@media (max-width: 991px) {
    .navbar-collapse {
        background: #fff;
        padding: 16px 20px;
        box-shadow: 0 10px 25px rgba(0,0,0,0.08);
        margin-top: 10px;
        border-radius: 12px;
    }

    .navbar-nav {
        align-items: flex-start;
    }

    .navbar-nav .nav-link {
        width: 100%;
        padding: 10px 0;
    }
}

.header-logo {
    max-height: 42px;
    width: auto;
}

/* Navbar links */
.navbar-nav .nav-link {
    font-size: 0.95rem;
    padding: 0.5rem 0.75rem;
    white-space: nowrap;
}

/* Reduce navbar height */
.navbar {
    min-height: 64px;
}

/* CTA button tighter */
.btn-red.btn-sm {
    padding: 0.45rem 0.9rem;
    font-size: 0.85rem;
}

/* hero section */
.hero-section {
    width: 100%;
    min-height: 100vh;
    padding: 100px 0;
    background-image: url('../TurkeyVisaServices/images/Frame\ 2147227219.png');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.hero-section h1 {
    font-size: clamp(2rem, 5vw, 3.75rem);
    line-height: 1.1!important;
    margin-bottom: 1rem;
}

.hero-image-wrapper {
    position: relative;
    z-index: 1;
}

.approval-card {
    position: absolute;
    bottom: 10%;
    right: 5%;
    background: #fff;
    border-radius: 12px;
    padding: 16px 18px;
    max-width: 260px;
    z-index: 2;
    box-shadow: 0px 8px 10px -6px #1A212D0F,
        0px 20px 25px -5px #1A212D1A;
}

@media (max-width: 767px) {
    .hero-section {
        min-height: auto;
        padding: 60px 10px;
        background-position: center top;
    }
}

.gradient-heading {
    background: linear-gradient(180deg, #E41F26 0%, #7E1115 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    display: inline-block;
}

.gradient-bg .feature-card{
    background: transparent;
    margin: 20px auto;
    padding : 5px!important;
}

/* Footer cta  */
.footer-cta {
    min-height: 40vh; /* full screen height */
    padding: 100px;
   background-image: url('../TurkeyVisaServices/images/footer-cta.png');
 background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
@media (max-width: 768px) {
    .footer-cta {
        padding: 40px 20px;
    }
}
@media (max-width: 992px) {
    .footer-cta {
        padding: 60px 20px;
    }
}


/* why choose us */

.visa-process-section {
    padding: 100px 0;
    background-image: url('../TurkeyVisaServices/images/visa-bg-map.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

/* VISA CARDS */
.visa-card {
    background: #fff;
    border-radius: 14px;
    padding: 24px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.06);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    position: relative;
    display: flex;
    flex-direction: column;
}

.visa-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 30px rgba(0,0,0,0.12);
}
.badge-gradient {
  background: linear-gradient(180deg, #E41F26 0%, #7E1115 100%);
}

.border-top-gray {
  border-top: 1px solid #E5E7EB;
  padding-top: 20px;
}

/* HOW IT WORKS */
.process-card {
    position: relative;
    padding: 24px 16px;
    transition: transform 0.25s ease;
}

.process-card:hover {
    transform: translateY(-6px);
}
@media screen and (max-width: 576px) {

    .process-card {
        position: relative; /* 👈 REQUIRED */
        padding: 10px 5px !important;
    }

    .process-icon img {
        width: 55px !important;
        height: 55px !important;
        border-radius: 5px !important;
    }

    .step-number {
        position: absolute; /* 👈 REQUIRED */
        top: 0;
        left: 60px;
        width: 20px !important;
        height: 20px !important;
        font-size: 12px !important;
        line-height: 20px !important;
        z-index: 10 !important;
    }
}

.step-number {
    width: 28px;
    height: 28px;
     position: absolute; /* 👈 REQUIRED */
        top: -10;
        left: 160px;
        z-index: 10 !important;
    background: linear-gradient(180deg, #E41F26 0%, #7E1115 100%);
    color: #fff;
    border-radius: 50%;
    font-size: 14px;
    line-height: 28px;
    /* margin: -20px 0 0px 110px; */

}
/* SPACING FIX */
.my-6 {
    margin-top: 4rem;
    margin-bottom: 4rem;
}

/* MOBILE */
@media (max-width: 767px) {
    .visa-process-section {
        padding: 40px 5px;
        background-size: cover;
    }
}

/* why chosse us  */
.why-choose-section {
    padding: 100px 0;
    background-image: url('../TurkeyVisaServices/images/why-choose-bg.png');
    background-size: cover;
    background-position: center;}
/* STATS */
.stat-box {
    background: #E41F2633;
 padding: 10px;
    border-radius: 10px;
    backdrop-filter: blur(6px);
}

/* FEATURE CARDS */
.feature-card {
    background: rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    padding: 16px;
    display: flex;
    gap: 14px;
    align-items: flex-start;
    color: #fff;
    backdrop-filter: blur(8px);
    transition: transform 0.25s ease, background 0.25s ease;
}

.feature-card:hover {
    transform: translateY(-4px);
    background: rgba(255, 255, 255, 0.14);
}
/* MOBILE */
@media (max-width: 767px) {
    .why-choose-section {
        padding: 60px 20px;
    }
       .why-choose-section .feature-card {
        align-items: center;
        text-align: left;
    }
}


/* ========================== Document & Testimonial Section ========================== */

.document-testimonials-section {
    background-size: cover;
    background-position: center;
    padding: 80px 0;
}

.document-testimonials-section h2 {
    font-size: 2rem;
}

.document-testimonials-section p {
    font-size: 1rem;
}

.document-testimonials-section .p-4 {
    backdrop-filter: blur(6px);
    border-radius: 12px;
}

/* Accordion styling */
.accordion-button {
    background-color: #fff;
    color: #000;
    font-weight: 500;
    border-radius: 8px;
    margin-bottom: 8px;
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-body {
    background-color: #f8f9fa;
    border-radius: 0 0 8px 8px;
}

/* Testimonial cards */
.document-testimonials-section .card {
    border: none;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}

.document-testimonials-section .card p {
    font-size: 0.95rem;
    color: #555;
}

.document-testimonials-section .card .badge {
    font-size: 0.85rem;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Responsive adjustments */
@media (max-width: 767px) {
    .document-testimonials-section {
        padding: 60px 20px;
    }
}


.swiper {
    padding: 40px 0;
}

.swiper-slide {
    display: flex;
    justify-content: center;
}

.swiper-slide .card {
    max-width: 350px;
    width: 100%;
}

/* Navigation arrows */
/* FORCE SWIPER NAVIGATION VISIBILITY */
.swiper-button-next,
.swiper-button-prev {
    width: 44px !important;
    height: 44px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    z-index: 20;
    opacity: 1 !important;
      background: #e41f26;
    border-radius: 50%;
    color: #fff!important;
}


.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 16px!important;
    font-weight: bold;
  
}

/* Active arrow */
.swiper-button-next:hover,
.swiper-button-prev:hover {
    border: 1px solid #e41f26;
    background: transparent;
    border-radius: 50%;
    color: #e41f26;
}

/* Disabled */
.swiper-button-disabled {
    opacity: 0.4;
}



/* Footer links */
footer img {
    width: 140px!important;
height: 40px!important;
object-fit: contain;

}
.gradient-bg {
    background: linear-gradient(108deg, #3D3D3D -5.94%, #000000 83.44%);

}

.footer-link {
    color: #FFFFFF99;
    text-decoration: none;
}

.footer-link:hover {
    color: #fff;
}

/* Social icons */
.social-icon {
    color: #adb5bd;
    font-size: 1.2rem;
    text-decoration: none;
}

.social-icon:hover {
    color: #fff;
}
