   :root {
      --primary: #412677;
      --accent: #e63946;
      --gold: #f4a261;
      --light-bg: #f0f4f8;
      --white: #ffffff;
      --text: #2d2d2d;
      --muted: #6c757d;
      --navy-dark: #0f2444;
      --section-gap: 90px;
    }

    * { margin: 0; padding: 0; box-sizing: border-box; }
 html,body
{
overflow-x:hidden;
}
    body {
      font-family: 'DM Sans', sans-serif;
      color: var(--text);
      overflow-x: hidden;
    }

    h1, h2, h3, h4 { font-family: 'Playfair Display', serif; }

    /* ── NAVBAR ── */

    .navbar {
      background: #fff !important;
      backdrop-filter: blur(12px);
      padding: 14px 0;
      position: sticky;
      top: 0;
      z-index: 1050;
      border-bottom: 1px solid rgba(255,255,255,0.07);
    }
    .navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba%2865%2C38%2C119%2C1.0%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}
    .navbar-brand {
      font-family: 'Playfair Display', serif;
      font-size: 1.15rem;
      font-weight: 700;
      color: #412677 !important;
      line-height: 1.25;
    }

.brand-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    color: #412677;
}
@media(max-width:991px)
{
	.brand-title
	{
		font-size:18px;
	}
}
.brand-title span {
    color: #c8a45d;
}

.brand-subtitle {
    font-size: 14px;
    color: #000;
    line-height: 1.3;
    letter-spacing: 0.5px;
}
    .navbar-brand span { color: #E63946; }
    .navbar-brand small { font-family: 'DM Sans', sans-serif; font-size: 0.65rem; font-weight: 300; color: #000; display: block; letter-spacing: 2px; text-transform: uppercase; }
@media(min-width:1600px)
{
.nav-link {
      color: #412677 !important;
      font-size: 0.9rem;
      font-weight: 500;
      padding: 8px 10px !important;
      letter-spacing: 0.5px;
      transition: color 0.2s;
    }
}
.nav-link {
      color: #412677 !important;
      font-size: 0.88rem;
      font-weight: 500;
      padding: 8px 10px !important;
      letter-spacing: 0.5px;
      transition: color 0.2s;
    }
    .nav-link:hover, .nav-link.active { color: var(--gold); }

    /* Hover Dropdown */
    .nav-item.dropdown:hover > .dropdown-menu,
    .nav-item.dropdown:focus-within > .dropdown-menu {
      display: block;
      animation: fadeDown 0.2s ease;
    }
    @keyframes fadeDown {
      from { opacity: 0; transform: translateY(-8px); }
      to   { opacity: 1; transform: translateY(0); }
    }
    .dropdown-menu {
      background: var(--navy-dark);
      border: 1px solid rgba(255,255,255,0.1);
      border-radius: 8px;
      padding: 8px 0;
      min-width: 200px;
      margin-top: 0 !important;
    }
    .dropdown-item {
      color: rgba(255,255,255,0.8);
      font-size: 0.85rem;
      padding: 9px 20px;
      transition: all 0.2s;
    }
    .dropdown-item:hover { background: rgba(244,162,97,0.15); color: var(--gold); }
    .dropdown-divider { border-color: rgba(255,255,255,0.1); }
    .navbar-toggler { border-color: #412677; }
    .navbar-toggler-icon {  }

    .btn-nav-cta {
      background: var(--accent);
      color: #fff !important;
      border-radius: 6px;
      padding: 8px 10px !important;
      font-size: 0.85rem;
      font-weight: 600;
      transition: background 0.2s, transform 0.2s;
    }
    .btn-nav-cta:hover { background: #c1121f; transform: translateY(-1px); }

    /* ── HERO ── */
    .hero {
      /*background: linear-gradient(135deg, rgba(10,28,60,0.88) 0%, rgba(230,57,70,0.55) 100%),
                  url('https://images.unsplash.com/photo-1551601651-2a8555f1a136?w=1600&q=80') center/cover no-repeat;*/
      min-height: 92vh;
      display: flex;
      align-items: center;
      position: relative;
      overflow: hidden;
    }
    .hero-video{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    object-fit:cover;
    z-index:0;
}

.hero-overlay{
    position:absolute;
    inset:0;
    /*background:linear-gradient(
        135deg,
        rgba(10,28,60,0.88) 0%,
        rgba(230,57,70,0.55) 100%
    );*/
	background: linear-gradient( 135deg, rgba(75,46,133,0.30) 0%, rgba(15,76,129,0.55) 100% );
    z-index:1;
}

.hero .container{
    position:relative;
    z-index:2;
}
    .hero::after {
      content: '';
      position: absolute;
      bottom: -2px; left: 0; right: 0;
      height: 80px;
    }
    .hero-tag {
      display: inline-block;
      background: rgb(230 57 70 / 100%);
    border: 1px solid rgba(230,57,70,0.5);
    color: #fff;
      font-size: 0.75rem;
      letter-spacing: 3px;
      text-transform: uppercase;
      padding: 6px 18px;
      border-radius: 50px;
      margin-bottom: 20px;
    }
     @media(max-width:991px)
	 {
		 .hero h1, .hero h2, .hero p
		 {
			 text-align:center
		 }
		 .center-button
		 {
			 justify-content:center;
		 }
}
    .hero h1 {
      /*font-size: clamp(2.4rem, 5vw, 4rem);*/
		font-size: clamp(1.9rem, 3.8vw, 3rem);
      font-weight: 800;
          color: #7DD3FC;
      line-height: 1.15;
      text-shadow: 0 2px 20px rgba(0,0,0,0.3);
    }
    .hero h1 span { color: #7DD3FC; }
    .hero p {
      color: rgba(255,255,255,0.8);
      font-size: 1.05rem;
      max-width: 550px;
      line-height: 1.7;
      margin: 20px 0 35px;
    }
    .btn-hero-primary {
      background: var(--accent);
      color: #fff;
      border: none;
      padding: 14px 36px;
      border-radius: 50px;
      font-weight: 600;
      font-size: 0.95rem;
      letter-spacing: 0.5px;
      transition: all 0.3s;
      box-shadow: 0 8px 24px rgba(230,57,70,0.4);
    }
    .btn-hero-primary:hover { transform: translateY(-3px); box-shadow: 0 12px 32px rgba(230,57,70,0.55); color: #fff; }
    .btn-hero-outline {
      border: 2px solid rgba(255,255,255,0.6);
      color: #fff;
      padding: 13px 32px;
      border-radius: 50px;
      font-weight: 500;
      font-size: 0.95rem;
      background: transparent;
      transition: all 0.3s;
      text-decoration: none;
    }
    .btn-hero-outline:hover { background: rgba(255,255,255,0.1); color: #fff; border-color: #fff; }
    .hero-stats {
      display: flex;
      gap: 40px;
      margin-top: 50px;
      flex-wrap: wrap;
    }
    .hero-stat { text-align: center; }
    .hero-stat .num { font-family: 'Playfair Display', serif; font-size: 2rem; font-weight: 700; color: var(--gold); line-height: 1; }
    .hero-stat .lbl { font-size: 0.75rem; color: rgba(255,255,255,0.6); letter-spacing: 1px; text-transform: uppercase; margin-top: 4px; }

    /* ── SECTION HEADERS ── */
    .sec-label {
      display: inline-block;
      font-size: 0.72rem;
      letter-spacing: 3px;
      text-transform: uppercase;
      color: var(--accent);
      font-weight: 600;
      margin-bottom: 10px;
    }
    .sec-title {
      font-size: clamp(1.7rem, 3vw, 2.4rem);
      font-weight: 700;
      color: var(--primary);
      line-height: 1.25;
    }
    .sec-title span { color: var(--accent); }
    .sec-divider {
      width: 60px; height: 4px;
      background: linear-gradient(to right, var(--accent), var(--gold));
      border-radius: 2px;
      margin: 16px auto 0;
    }
    .sec-divider.left { margin-left: 0; }

    /* ── ABOUT ── */
    .about-section { padding: var(--section-gap) 0; background: #fff; }
    .about-img-wrap { position: relative; }
    .about-img-wrap img {
      width: 100%; border-radius: 16px;
      box-shadow: 0 20px 60px rgba(26,58,107,0.2);
    }
    .about-badge {
      position: absolute; bottom: -20px; right: -20px;
      background: var(--accent);
      color: #fff;
      padding: 20px 26px;
      border-radius: 12px;
      text-align: center;
      box-shadow: 0 8px 30px rgba(230,57,70,0.4);
    }
    .about-badge .num { font-family: 'Playfair Display', serif; font-size: 2rem; font-weight: 800; line-height: 1; }
    .about-badge .txt { font-size: 0.72rem; text-transform: uppercase; letter-spacing: 1px; }
    .about-list { list-style: none; padding: 0; margin: 24px 0; }
    .about-list li {
      padding: 10px 0;
      border-bottom: 1px solid #f0f0f0;
      display: flex;
      align-items: flex-start;
      gap: 12px;
      font-size: 0.92rem;
    }
    .about-list li:last-child { border-bottom: none; }
    .about-list li .icon { color: var(--accent); margin-top: 2px; flex-shrink: 0; font-size: 1rem; }

    /* ── SERVICES ── */
    .services-section {
      padding: var(--section-gap) 0;
      background: aliceblue;
      position: relative;
      overflow: hidden;
    }
    .services-section::before {
      content: '';
      position: absolute;
      top: -100px; right: -100px;
      width: 400px; height: 400px;
      background: radial-gradient(circle, rgba(230,57,70,0.15) 0%, transparent 70%);
      border-radius: 50%;
    }
    .services-section .sec-title { color: #412678; }
    .service-card {
      background: linear-gradient(160deg, #5a3a99 0%, #7b5bc4 100%);
      border: 1px solid rgba(255,255,255,0.1);
      border-radius: 16px;
      padding: 32px 24px;
      transition: all 0.35s;
      height: 100%;
      backdrop-filter: blur(8px);
      cursor: pointer;
    }
    .service-card:hover {
      background: rgba(255,255,255,0.12);
      transform: translateY(-8px);
      border-color: var(--gold);
      box-shadow: 0 20px 50px rgba(0,0,0,0.3);
    }
    .service-icon {
      width: 60px; height: 60px;
      border-radius: 14px;
      background: linear-gradient(135deg, var(--accent), #ff6b6b);
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.6rem;
      color: #fff;
      margin-bottom: 20px;
      transition: transform 0.3s;
    }
    .service-card:hover .service-icon { transform: scale(1.1) rotate(-3deg); }
    .service-card h5 { color: #fff; font-size: 1rem; font-weight: 600; margin-bottom: 10px; font-family: 'DM Sans', sans-serif; }
    .service-card p { color: rgba(255,255,255,0.6); font-size: 0.85rem; line-height: 1.65; margin: 0; }
.service-card:hover h5{
color:#412678;
}
.service-card:hover p
{
	color:#412678;
}
    .service-card .read-more {
      color: var(--gold);
      font-size: 0.82rem;
      font-weight: 600;
      text-decoration: none;
      margin-top: 16px;
      display: inline-flex;
      align-items: center;
      gap: 5px;
      transition: gap 0.2s;
    }
    .service-card:hover .read-more { gap: 10px; }

    /* ── WHY CHOOSE ── */
    .why-section { padding: var(--section-gap) 0; background: var(--light-bg); }
    .why-card {
      background: #fff;
      border-radius: 16px;
      padding: 30px 24px;
      border-left: 4px solid transparent;
      transition: all 0.3s;
      height: 100%;
      box-shadow: 0 4px 20px rgba(0,0,0,0.06);
    }
    .why-card:hover { border-left-color: var(--accent); transform: translateX(6px); box-shadow: 0 8px 30px rgba(0,0,0,0.12); }
    .why-card .icon-wrap {
      width: 52px; height: 52px;
      background: linear-gradient(135deg, #ffeef0, #ffe0e3);
      border-radius: 12px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.4rem;
      color: var(--accent);
      margin-bottom: 18px;
    }
    .why-card h5 { font-size: 1rem; font-weight: 600; margin-bottom: 10px; }
    .why-card p { font-size: 0.86rem; color: var(--muted); line-height: 1.65; margin: 0; }
    .why-img { border-radius: 20px; width: 100%; box-shadow: 0 20px 60px rgba(26,58,107,0.2); }

    /* ── MISSION & VALUES ── */
    .mission-section { padding: var(--section-gap) 0; background: #fff; }
    .value-card {
      text-align: center;
      padding: 40px 24px;
      border-radius: 18px;
      background: var(--light-bg);
      transition: all 0.3s;
      height: 100%;
    }
    .value-card:hover { background: var(--primary); color: #fff; transform: translateY(-6px); box-shadow: 0 16px 40px rgba(26,58,107,0.25); }
    .value-card .icon { font-size: 2.5rem; color: var(--accent); margin-bottom: 16px; display: block; }
    .value-card:hover .icon { color: var(--gold); }
    .value-card h5 { font-family: 'DM Sans', sans-serif; font-weight: 700; font-size: 1rem; margin-bottom: 10px; }
    .value-card p { font-size: 0.83rem; line-height: 1.65; color: var(--muted); margin: 0; }
    .value-card:hover p { color: rgba(255,255,255,0.7); }
    .value-card:hover h5 { color: #fff; }

    /* ── CEO MESSAGE ── */
    .ceo-section {
      padding: var(--section-gap) 0;
      background: aliceblue;
      position: relative;
    }
    .ceo-card {
      background: rgba(255,255,255,0.06);
      border: 1px solid rgba(255,255,255,0.1);
      border-radius: 20px;
      padding: 50px;
      backdrop-filter: blur(8px);
    }
    .ceo-avatar {
      width: 300px; height: 300px;
      border-radius: 50%;
      border: 4px solid #E63946;
      object-fit: cover;
    }
    .ceo-card h4 { color: #412678; font-size: 1.1rem; margin-top: 14px; }
    .ceo-card .role { color: #E63946; font-size: 0.78rem; letter-spacing: 2px; text-transform: uppercase; }
    .ceo-text { color: #000; font-size: 0.93rem; line-height: 1.85; font-style: italic; position: relative; }
    .ceo-text::before { content: '\201C'; font-size: 5rem; font-family: 'Playfair Display', serif; color: var(--accent); opacity: 0.4; position: absolute; top: -30px; left: -10px; line-height: 1; }
    .ceo-text p { padding-top: 20px; }
    .ceo-sig { color: #E63946; font-family: 'Playfair Display', serif; font-size: 1.3rem; margin-top: 20px; }

    /* ── AMBULANCE ── */
    .ambulance-section {
      padding: var(--section-gap) 0;
      background: #fff4f4;
      border-top: 4px solid var(--accent);
    }
    .amb-feature {
      display: flex;
      align-items: center;
      gap: 14px;
      padding: 14px 0;
    }
    .amb-feature .icon { color: var(--accent); font-size: 1.3rem; flex-shrink: 0; }
    .amb-feature span { font-size: 0.93rem; font-weight: 500; }
    .btn-ambulance {
      background: var(--accent);
      color: #fff;
      padding: 15px 40px;
      border-radius: 50px;
      font-weight: 700;
      font-size: 1rem;
      border: none;
      transition: all 0.3s;
      display: inline-flex;
      align-items: center;
      gap: 10px;
      box-shadow: 0 8px 28px rgba(230,57,70,0.4);
      text-decoration: none;
    }
    .btn-ambulance:hover { transform: translateY(-3px); box-shadow: 0 14px 36px rgba(230,57,70,0.55); color: #fff; }

    /* ── CONTACT ── */
    .contact-section { padding: 25px 0; background: var(--light-bg); }
    .contact-card {
      background: #fff;
      border-radius: 20px;
      padding: 50px 40px;
      box-shadow: 0 10px 50px rgba(0,0,0,0.08);
    }
    .contact-info-item {
      display: flex;
      align-items: flex-start;
      gap: 16px;
      padding: 18px 0;
      border-bottom: 1px solid #f0f0f0;
    }
    .contact-info-item:last-child { border-bottom: none; }
    .contact-info-item .icon-box {
      width: 46px; height: 46px;
      background: linear-gradient(135deg, #ffeef0, #ffe0e3);
      border-radius: 10px;
      display: flex; align-items: center; justify-content: center;
      font-size: 1.2rem; color: var(--accent);
      flex-shrink: 0;
    }
    .contact-info-item h6 { font-size: 0.78rem; letter-spacing: 1px; text-transform: uppercase; color: var(--muted); margin-bottom: 4px; font-family: 'DM Sans', sans-serif; }
    .contact-info-item p { font-size: 0.93rem; font-weight: 500; margin: 0; }
    .form-control, .form-select {
      border: 1.5px solid #e8edf2;
      border-radius: 10px;
      padding: 13px 18px;
      font-size: 0.9rem;
      transition: border-color 0.2s, box-shadow 0.2s;
    }
    .form-control:focus, .form-select:focus {
      border-color: var(--primary);
      box-shadow: 0 0 0 3px rgba(26,58,107,0.1);
      outline: none;
    }
    .btn-submit {
      background: var(--primary);
      color: #fff;
      border: none;
      padding: 14px 40px;
      border-radius: 50px;
      font-weight: 600;
      font-size: 0.95rem;
      width: 100%;
      transition: all 0.3s;
    }
    .btn-submit:hover { background: var(--accent); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(230,57,70,0.35); }

    /* ── MAP ── */
    .map-section { padding: 0; }
    .map-section iframe { width: 100%; height: 400px; border: none; filter: saturate(0.8); }

    /* ── FOOTER ── */
    footer {
      background: var(--navy-dark);
      padding: 70px 0 30px;
    }
    .footer-logo { font-family: 'Playfair Display', serif; font-size: 1.2rem; font-weight: 700; color: #fff; }
    .footer-logo span { color: #e63946; }
    footer p { color: rgba(255,255,255,0.55); font-size: 0.85rem; line-height: 1.7; }
    .footer-heading { color: #fff; font-family: 'DM Sans', sans-serif; font-size: 0.9rem; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; margin-bottom: 22px; position: relative; }
    .footer-heading::after { content: ''; position: absolute; bottom: -8px; left: 0; width: 30px; height: 2px; background: var(--accent); }
    .footer-links { list-style: none; padding: 0; }
    .footer-links li { margin-bottom: 10px; }
    .footer-links a { color: rgba(255,255,255,0.55); font-size: 0.87rem; text-decoration: none; transition: color 0.2s; display: flex; align-items: center; gap: 8px; }
    .footer-links a:hover { color: var(--gold); }
    .footer-links a::before { content: '›'; color: var(--accent); font-size: 1rem; }
    .footer-contact-item { display: flex; align-items: flex-start; gap: 12px; margin-bottom: 14px; }
    .footer-contact-item .icon { color: #e63946; font-size: 1rem; margin-top: 2px; flex-shrink: 0; }
    .footer-contact-item span { color: rgba(255,255,255,0.6); font-size: 0.85rem; }
    .social-links { display: flex; gap: 10px; margin-top: 20px; }
    .social-link {
      width: 38px; height: 38px;
      background: rgba(255,255,255,0.07);
      border: 1px solid rgba(255,255,255,0.1);
      border-radius: 8px;
      display: flex; align-items: center; justify-content: center;
      color: rgba(255,255,255,0.6);
      font-size: 1rem;
      text-decoration: none;
      transition: all 0.2s;
    }
    .social-link:hover { background: var(--accent); border-color: var(--accent); color: #fff; }
    .footer-bottom {
      border-top: 1px solid rgba(255,255,255,0.08);
      padding-top: 28px;
      margin-top: 50px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-wrap: wrap;
      gap: 12px;
    }
    .footer-bottom p { margin: 0; font-size: 0.82rem; color: rgba(255,255,255,0.4); }
    .footer-bottom a { color: var(--gold); text-decoration: none; }

    /* ── BACK TO TOP ── */
    #backTop {
      position: fixed; bottom: 28px; right: 28px;
      width: 46px; height: 46px;
      background: var(--accent);
      color: #fff;
      border: none;
      border-radius: 12px;
      font-size: 1.1rem;
      display: none;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      z-index: 999;
      box-shadow: 0 6px 20px rgba(230,57,70,0.4);
      transition: all 0.3s;
    }
    #backTop:hover { background: var(--primary); transform: translateY(-3px); }
    #backTop.show { display: flex; }

    /* ── ANIMATION ── */
    .fade-up { opacity: 0; transform: translateY(30px); transition: opacity 0.6s, transform 0.6s; }
    .fade-up.visible { opacity: 1; transform: translateY(0); }

    /* ── RESPONSIVE ── */
    @media (max-width: 991px) {
      .about-badge { right: 0; bottom: -15px; }
      .ceo-card { padding: 30px 24px; }
    }
    @media (max-width: 767px) {
      :root { --section-gap: 60px; }
      .hero { min-height: 100vh; }
      .hero-stats { gap: 24px; }
      .about-badge { position: static; margin-top: 20px; display: inline-block; }
      .contact-card { padding: 30px 20px; }
    }
    .img-brand
    {
        max-width:100%;
        height:auto;
        width:64px
        }
        @media(max-width:991px)
        {
            .img-brand
    {
        max-width:100%;
        height:auto;
        width:46px
        }
            
            }


        /*Partner Section*/
.brands-section {
    position: relative;
    padding: 90px 0;
    background: #fff;
    overflow: hidden;
}

    .brands-section .section-heading {
        margin-bottom: 50px;
    }

        .brands-section .section-heading span {
            display: inline-block;
            color: #0d6efd;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 2px;
            margin-bottom: 12px;
        }

        .brands-section .section-heading h2 {
            font-size: 38px;
            font-weight: 800;
            color: #0f172a;
        }

    .brands-section .brands-marquee {
        position: relative;
        overflow: hidden;
        width: 100%;
    }

    .brands-section .brands-track {
        display: flex;
        align-items: center;
        width: max-content;
        animation: marquee 35s linear infinite;
    }

    .brands-section .brands-marquee:hover .brands-track {
        animation-play-state: paused;
    }

    .brands-section .brand-item {
        flex-shrink: 0;
        /*width: 220px;
  height: 120px;*/
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 20px;
        background: #fff;
        border-radius: 24px;
        /*border: 1px solid #edf2f7;*/
        transition: all .4s ease;
        /*box-shadow: 0 10px 30px rgba(0,0,0,.04);*/
        padding: 10px;
    }

        .brands-section .brand-item:hover {
            transform: translateY(-8px);
            box-shadow: 0 25px 50px rgba(0,0,0,.12);
        }

        .brands-section .brand-item img {
            max-width: 100%;
            max-height: 140px;
            /*filter: grayscale(100%);*/
            opacity: 1;
            transition: all .4s ease;
        }

        .brands-section .brand-item:hover img {
            filter: grayscale(0);
            opacity: 1;
        }

@keyframes marquee {

    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

.brands-section .brands-marquee::before,
.brands-section .brands-marquee::after {
    content: '';
    position: absolute;
    top: 0;
    width: 150px;
    height: 100%;
    z-index: 2;
}

.brands-section .brands-marquee::before {
    left: 0;
    background: linear-gradient( to right, #fff 0%, transparent 100%);
}

.brands-section .brands-marquee::after {
    right: 0;
    background: linear-gradient( to left, #fff 0%, transparent 100%);
}

@media (max-width: 991px) {

    .brands-section .section-heading h2 {
        font-size: 30px;
    }

    .brands-section .brand-item {
        width: 180px;
        height: 100px;
    }

    .brands-section .brands-track {
        animation-duration: 28s;
    }
}

@media (max-width: 767px) {

    .brands-section .brands-section {
        padding: 70px 0;
    }

    .brands-section .brand-item {
        width: 140px;
        height: 80px;
        margin: 0 12px;
    }

        .brands-section .brand-item img {
            max-width: 90px;
        }

    .brands-section .brands-track {
        animation-duration: 22s;
    }
}


/**Testimonial Section**/

.testimonials-section {
    position: relative;
    padding: 120px 0;
    background: linear-gradient( 180deg, #f8fbff 0%, #eef5ff 100%);
    overflow: hidden;
}

    .testimonials-section .section-title {
        margin-bottom: 70px;
    }

    .testimonials-section .subtitle {
        display: inline-block;
        color: #2563eb;
        font-weight: 600;
        letter-spacing: 2px;
        text-transform: uppercase;
        margin-bottom: 15px;
    }

    .testimonials-section .section-title h2 {
        font-size: 38px;
        font-weight: 800;
        color: #0f172a;
        margin-bottom: 20px;
    }

    .testimonials-section .section-title p {
        max-width: 700px;
        margin: auto;
        color: #64748b;
        font-size: 18px;
    }

    .testimonials-section .testimonialsSwiper {
        overflow: visible;
        padding-bottom: 70px;
    }

    .testimonials-section .swiper-slide {
        height: auto;
    }

    .testimonials-section .testimonial-card {
        position: relative;
        height: 100%;
        padding: 50px;
        border-radius: 30px;
        background: rgba(255,255,255,.75);
        backdrop-filter: blur(18px);
        border: 1px solid rgba(255,255,255,.7);
        box-shadow: 0 20px 60px rgba(15,23,42,.08);
        transition: all .45s ease;
        overflow: hidden;
    }

    .testimonials-section .quote-bg {
        position: absolute;
        top: -15px;
        right: 25px;
        font-size: 130px;
        color: rgba(37,99,235,.08);
        pointer-events: none;
    }

    .testimonials-section .stars {
        color: #f59e0b;
        font-size: 22px;
        margin-bottom: 25px;
        letter-spacing: 3px;
    }

    .testimonials-section .testimonial-card p {
        font-size: 18px;
        line-height: 1.9;
        color: #475569;
        margin-bottom: 35px;
        position: relative;
        z-index: 2;
    }

    .testimonials-section .author h5 {
        margin: 0;
        font-size: 22px;
        font-weight: 700;
        color: #0f172a;
    }

    .testimonials-section .author span {
        color: #64748b;
        font-size: 15px;
    }

    .testimonials-section .swiper-slide-active .testimonial-card {
        transform: scale(1.05);
        box-shadow: 0 35px 90px rgba(37,99,235,.18);
    }

    .testimonials-section .swiper-pagination {
        margin-top: 40px;
    }

    .testimonials-section .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
        opacity: 1;
    }

    .testimonials-section .swiper-pagination-bullet-active {
        width: 32px;
        border-radius: 20px;
    }

@media (max-width:991px) {

    .testimonials-section .section-title h2 {
        font-size: 30px;
    }

    .testimonials-section .testimonial-card {
        padding: 35px;
    }
}

@media (max-width:767px) {

    .testimonials-section .testimonials-section {
        padding: 80px 0;
    }

    .testimonials-section .section-title h2 {
        font-size: 32px;
    }

    .testimonials-section .testimonial-card {
        padding: 28px;
    }

        .testimonials-section .testimonial-card p {
            font-size: 16px;
        }
}


/**Language Switcher**/

.language-switcher {
    position: relative;
    font-family: Arial, sans-serif;
}

.selected-language {
    background: #412677;
    color: #fff;
    padding: 14px 18px;
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 18px;
    border-radius: 3px;
}

    .selected-language .fi {
        margin-right: 10px;
        font-size: 20px;
    }

    .selected-language .fa {
        margin-left: auto;
    }

.language-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    max-height: 350px;
    overflow-y: auto;
    background: #fff;
    list-style: none;
    padding: 0;
    margin: 0;
    display: none;
    border: 1px solid #ddd;
    z-index: 9999;
}

    .language-dropdown.show {
        display: block;
    }

    .language-dropdown li a {
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 10px 15px;
        text-decoration: none;
        color: #333;
    }

        .language-dropdown li a:hover {
            background: #f2f2f2;
        }


/**Floating Whatsapp and Call**/
.floating-contact {
    position: fixed;
    left: 24px;
    bottom: 24px;
    z-index: 9999;

    display: flex;
    flex-direction: column;
    gap: 14px;
}

.fc-btn {
    width: 62px;
    height: 62px;
    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;

    text-decoration: none;
    color: #fff;
    font-size: 26px;

    box-shadow:
        0 12px 35px rgba(0,0,0,.18),
        0 4px 12px rgba(0,0,0,.08);

    transition: all .35s ease;

    position: relative;
    overflow: hidden;
}

.fc-btn::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        rgba(255,255,255,.22),
        rgba(255,255,255,0)
    );
}

.fc-btn:hover {
    transform: translateY(-6px) scale(1.08);
    color: #fff;
}

.fc-whatsapp {
    background: linear-gradient( 135deg, #2d6441 0%, #128C7E 100% );
}

.fc-call {
    background: linear-gradient( 135deg, #412678 0%, #0056d6 100% );
}

/* Pulse effect */
.fc-whatsapp::after,
.fc-call::after {
    content: '';
    position: absolute;
    inset: -6px;
    border-radius: 50%;
    border: 2px solid currentColor;
    opacity: 0;
    animation: pulse-ring 2.5s infinite;
}
@keyframes whatsappRipple{
    0%{
        transform:scale(1);
        opacity:.7;
    }

    70%{
        transform:scale(1.8);
        opacity:0;
    }

    100%{
        transform:scale(1.8);
        opacity:0;
    }
}
@keyframes pulse-ring {
    0% {
        transform: scale(.8);
        opacity: .5;
    }

    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}

@media (max-width:768px) {

    .floating-contact {
        right: 15px;
        bottom: 15px;
        gap: 10px;
    }

    .fc-btn {
        width: 54px;
        height: 54px;
        font-size: 22px;
    }
}

@media (max-width:480px) {

    .fc-btn {
        width: 50px;
        height: 50px;
        font-size: 20px;
    }
}

/**======UAF IAF ISO Certified Why Section**/
.certification-strip{
    margin-top:-10px;
    text-align:center;
}

.certification-logos{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:20px;
}

.certification-logos img{
    height:90px;
    width:auto;
    transition:.3s;
    opacity:.9;
}

.certification-logos img:hover{
    transform:translateY(-3px);
    opacity:1;
}

.certification-strip p{
    margin-top:10px;
    margin-bottom:0;
    font-size:14px;
    color:#666;
    font-weight:600;
    letter-spacing:.5px;
}

/**===above footer certification===**/
.trust-section{
    padding:20px 0;
    background:#fff;
}



/* Small Label */

.trust-tag{

    display:inline-block;

    padding:8px 18px;

    border:1px solid #E63946;

    border-radius:30px;

    color:#E63946;

    font-size:13px;

    font-weight:700;

    letter-spacing:2px;

    text-transform:uppercase;

    margin-bottom:18px;
}

/* Heading */

.trust-heading{

    font-size:42px;

    font-weight:700;

    color:#12263F;

    margin-bottom:20px;

    line-height:1.2;
}

/* Intro */

.trust-intro{

    max-width:760px;

    margin:0 auto 10px;

    font-size:17px;

    line-height:30px;

    color:#6B7280;
}

/* Logo Row */

.trust-logo-row{

    display:flex;

    justify-content:center;

    align-items:center;

    gap:50px;

    margin-bottom:13px;
}

.logo-item{

    display:flex;

    justify-content:center;

    align-items:center;
}

.logo-item img{

    max-height:125px;

    width:auto;

    transition:.35s ease;
}

.logo-item img:hover{

    transform:translateY(-6px);
}

/* Divider */

.logo-divider{

    width:1px;

    height:95px;

    background:linear-gradient(
        transparent,
        #d9d9d9,
        transparent
    );
}

/* Bottom Content */

.trust-content{

    max-width:760px;

    margin:auto;
}

.trust-content h3{

    font-size:28px;

    font-weight:700;

    color:#12263F;

    margin-bottom:12px;
}

.trust-content h5{

    font-size:18px;

    font-weight:500;

    color:#E63946;

    margin-bottom:22px;
}

.trust-content p{

    font-size:16px;

    line-height:32px;

    color:#6B7280;

    margin:0;
}

/* Responsive */

@media (max-width:768px){

.trust-section{

    padding:20px 0px;
}

.trust-heading{

    font-size:30px;
}

.trust-intro{

    font-size:16px;

    margin-bottom:20px;
}

.trust-logo-row{

    display:flex;

    gap:30px;
}

.logo-divider{

    width:90px;

    height:1px;

    background:linear-gradient(
        to right,
        transparent,
        #d9d9d9,
        transparent
    );
}

.logo-item img{

    max-height:75px;
}

.trust-content h3{

    font-size:22px;
}

.trust-content h5{

    font-size:16px;
}

.trust-content p{

    line-height:28px;
}
	
	/**==Scrolled Elements Navbar**/
	.navbar.scrolled {
    padding: 10px 0;
    background: #fff;
    box-shadow: 0 4px 10px rgba(0,0,0,.1);
}
	.navbar.scrolled.scroll-down {
    padding-top: 20px;
}

}



/**===QR Division==**/
.premium-qr-wrapper{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    padding:30px;
    /*background:#fff;*/
}

.qr-frame{
    position:relative;
    width:280px;
    height:280px;
    padding:18px;
    background:#fff;
    border-radius:22px;
    box-shadow:
        0 15px 45px rgba(0,0,0,.10),
        0 5px 15px rgba(0,0,0,.05);
}

.qr-image{
    width:100%;
    height:100%;
    background:#fff;
    border-radius:12px;
    overflow:hidden;
}

.qr-image img{
    width:100%;
    height:100%;
    object-fit:contain;
    display:block;
}

/* Corner Scanner Borders */

.corner{
    position:absolute;
    width:42px;
    height:42px;
    border:5px solid #e63946;
}

.top-left{
    top:-5px;
    left:-5px;
    border-right:none;
    border-bottom:none;
    border-radius:18px 0 0 0;
	border-color:#412677;
}

.top-right{
    top:-5px;
    right:-5px;
    border-left:none;
    border-bottom:none;
    border-radius:0 18px 0 0;
}

.bottom-left{
    bottom:-5px;
    left:-5px;
    border-right:none;
    border-top:none;
    border-radius:0 0 0 18px;
}

.bottom-right{
    bottom:-5px;
    right:-5px;
    border-left:none;
    border-top:none;
    border-radius:0 0 18px 0;
	border-color:#412677;
}

.qr-text{
    margin-top:22px;
    text-align:center;
}

.qr-text h5{
    margin:0;
    font-size:20px;
    font-weight:700;
    letter-spacing:3px;
    color:#e63946;
}

.qr-text p{
    margin-top:8px;
	margin-bottom:0px;
    color:#888;
    font-size:14px;
    letter-spacing:1px;
}