
 * { margin: 0; padding: 0; box-sizing: border-box; }
  body {       font-family: "Google Sans", sans-serif; }
  
  h1, h2, h3, h4, h5, h6 {
  font-family: "Spectral", serif;
      letter-spacing: -1px;
}



  /* ===== NAVBAR ===== */
  .top-navbar {
    padding: 0;
    position: relative;
    z-index: 100;
  }
  .top-navbar .navbar-brand img {
    height: 100px;
  }
  .top-navbar .nav-link {
    color: #fff !important;
    font-weight: 600;
    font-size: 0.95rem;
    padding: 0.5rem 1.2rem !important;
    font-family: "Google Sans", sans-serif;
    transition: color 0.2s;
  }
  .top-navbar .nav-link.active,
  .top-navbar .nav-link:hover {
    color: #f5a623 !important;
  }
  .top-navbar .dropdown-toggle::after {
    border-top-color: #fff;
  }
  .top-navbar .dropdown-menu {
    background: #8b0000;
    border: none;
    border-radius: 0;
  }
  .top-navbar .dropdown-item {
    color: #fff;
    font-size: 0.88rem;
    font-weight: 600;
    padding: 8px 20px;
  }
  .top-navbar .dropdown-item:hover {
    background: rgba(255,255,255,0.1);
    color: #f5a623;
  }
  .btn-call-usa {
    background: #f5a623;
    color: #fff !important;
    border-radius: 6px;
    font-weight: 600;
    font-size: 0.88rem;
    padding: 10px 22px;
    border: none;
    text-decoration: none;
    font-family: "Google Sans", sans-serif;
    transition: background 0.2s;
    white-space: nowrap;
  }
  .btn-call-usa:hover { background: #d4891a; color: #fff !important; }

  .btn-call-uk {
    background: #222222;
    color: #ffffff !important;
    border-radius: 6px;
    font-weight: 600;
    font-size: 0.88rem;
    padding: 10px 22px;
    border: none;
    text-decoration: none;
    font-family: "Google Sans", sans-serif;
    transition: background 0.2s;
    white-space: nowrap;
  }
  .btn-call-uk:hover {background: #000000;}

  /* ===== HERO SECTION ===== */
  .hero-section {
    background-color: #7a0020;
    background-image:url("../images/hero-bg.png");
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    padding: 200px 0 100px;
  }

  /* Background overlay texture */
  .hero-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    pointer-events: none;
    z-index: 0;
  }

  /* Dark diagonal overlay shapes */
  .hero-section::after {
    content: '';
    position: absolute;
    top: 0; right: 0;
    width: 55%;
    height: 100%;
    background: rgba(60, 0, 10, 0.3);
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0% 100%);
    pointer-events: none;
    z-index: 0;
  }

  .hero-section .container { position: relative; z-index: 1; }

  /* Left content */
  .hero-title {
    font-size: 2.6rem;
    font-weight: 600;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 1.5rem;
  }
  .hero-desc {
    color: #fff;
    font-size: 0.95rem;
    line-height: 1.85;
    margin-bottom: 1.2rem;
  }
  .btn-support {
    background: #f5a623;
    color: #fff;
    border: none;
    border-radius: 6px;
    padding: 14px 32px;
    font-weight: 600;
    font-size: 0.95rem;

    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 1rem;
    transition: background 0.2s, transform 0.2s;
    letter-spacing: 0.3px;
  }
  .btn-support:hover {
    background: #d4891a;
    color: #fff;
    transform: translateY(-2px);
  }
  .btn-support .arrow {
    font-size: 1.1rem;
  }

  /* ===== FORM CARD ===== */
  .form-card-wrap {
    margin-left: 30px;
    position: relative;
    padding-top: 50px;
  }
  /* LIMITED OFFER badge */
  .limited-offer-badge {
  right: -43px;
  top: -115px;
  position: absolute;
  text-align: end;
  }
  
  .limited-offer-badge img {
    width: 55%;
}


  .clock-img {
    width: 90px;
    position: relative;
    z-index: 2;
    margin-right: -10px;
  }
  .limited-offer-text {
    background: #222;
    color: #fff;
    padding: 10px 18px 10px 22px;
    border-radius: 0 8px 8px 0;
    position: relative;
    z-index: 1;
  }
  .limited-offer-text .limited {

    font-weight: 900;
    font-size: 1.1rem;
    color: #fff;
    line-height: 1;
    letter-spacing: 1px;
    text-transform: uppercase;
  }
  .limited-offer-text .offer {

    font-weight: 900;
    font-size: 1.8rem;
    color: #f5a623;
    line-height: 1;
    letter-spacing: 1px;
    text-transform: uppercase;
  }

  .form-card {
    background-image: linear-gradient(to bottom, #d2c9c9, #e7dede), url(../images/education-level-bg.jpeg);
    border-radius: 12px;
    padding: 36px 32px 32px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.35);
    position: relative;
  }
  .form-card h3 {
    
font-weight: 600;
    
font-size: 36px;
    
color: #8b0020;
    
text-align: center;
    
margin-bottom: 0px;
    
margin-top: 12px;
  }
  .form-card .subtitle {

font-weight: 600;

font-size: 1rem;

color: #8b0020;

text-align: center;

margin-bottom: 12px;

}
  .form-card .form-control {
    border: 1.5px solid #ccc;
    border-radius: 6px;
    padding: 13px 16px;
    font-size: 0.9rem;
    color: #555;
    background: #fff;
    margin-bottom: 14px;
  }
  .form-card .form-control:focus {
    border-color: #8b0020;
    box-shadow: none;
    outline: none;
  }
  .form-card .btn-submit {
    background: #f5a623;
    color: #fff;
    width: 100%;
    border: none;
    border-radius: 6px;
    padding: 14px;
    font-weight: 600;
    font-size: 1rem;

    letter-spacing: 0.5px;
    margin-top: 4px;
    cursor: pointer;
    transition: background 0.2s;
  }
  .form-card .btn-submit:hover { background: #d4891a; }

  /* Decorative diagonal lines on hero right side */
  .hero-deco {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0;
    overflow: hidden;
  }

  @media (max-width: 991px) {
    .hero-title { font-size: 2rem; }
    .form-card-wrap {padding-top: 60px;margin-top: 40px;margin: 0;}
    .hero-section {text-align: center;min-height: auto;padding: 170px 0 100px;}
    .top-navbar .navbar-collapse { background: #7a0020; padding: 16px; }
	 .section-wrapper {
      display: none;
	 }
	 
	 .limited-offer-badge {
    right: -12px;
    top: -117px;
	 }
  }
  @media (max-width: 576px) {
    .hero-title { font-size: 1.7rem; }
  }
  
  
  
  /*******************/
   .writing-section {
      padding: 70px 20px 80px;
      text-align: center;
      background-color: #fff;
    }

    .writing-section h2 {
      font-size: 2.4rem;
      font-weight: 600;
      color: #1a1a1a;
    
      margin: 0 auto 20px;
      line-height: 1.3;
    }

    .writing-section .subtitle {
      font-size: 1rem;
      color: #444;
     
      margin: 0 auto 50px;
      line-height: 1.7;
    }

    /* Cards */
    .service-card {
      background-color: #7a0020;
      border: #7a0020;
      border-radius: 6px;
      padding: 30px 25px;
      color: #fff;
      min-height: 430px;
      display: flex;
      flex-direction: column;
      margin: 10px 0px 30px;
      text-align: center;
      border-style: double;
      --border-style: double;
      border-width: 10px 10px 10px 10px;
      --border-top-width: 10px;
      --border-right-width: 10px;
      --border-bottom-width: 10px;
      --border-left-width: 10px;
      border-color: #FFFFFF;
      --border-color: #FFFFFF;
    }

    .service-card h4 {
      font-size: 1.25rem;
      font-weight: 600;
      margin-bottom: 18px;
      border-bottom: 1px solid rgba(255,255,255,0.3);
      padding-bottom: 14px;
    }

    .service-card p {
      max-height: 230px;
      overflow: auto;
      font-size: 15px;
      line-height: 1.75;
      color: #f0d9d9;
      flex-grow: 1;
    }

    /* Owl Dots */
    .owl-theme .owl-dots .owl-dot span {
      width: 12px;
      height: 12px;
      background: #ccc;
      border-radius: 50%;
    }

    .owl-theme .owl-dots .owl-dot.active span,
    .owl-theme .owl-dots .owl-dot:hover span {
      background: #8b0000;
    }

    .owl-theme .owl-dots {
      margin-top: 10px;
    }

    /* Buttons */
    .btn-support {
      background-color: #f0a500;
      color: #fff;
      font-weight: 600;
      border: none;
      padding: 12px 28px;
      font-size: 1rem;
      border-radius: 4px;
      display: inline-flex;
      align-items: center;
      gap: 8px;
    }

    .btn-support:hover {
      background-color: #d4910a;
      color: #fff;
    }

    .btn-call {
      background-color: #1a1a1a;
      color: #fff;
      font-weight: 600;
      border: none;
      padding: 12px 28px;
      font-size: 1rem;
      border-radius: 4px;
      display: inline-flex;
      align-items: center;
      gap: 8px;
    }

    .btn-call:hover {
      background-color: #333;
      color: #fff;
    }

    .bottom-btns {
      margin-top: 40px;
      display: flex;
      justify-content: center;
      gap: 16px;
      flex-wrap: wrap;
    }
	
	
	
	
	/* services box*/
	    /* ========== SECTION ========== */
    .content-writing-section {
      background: linear-gradient(135deg, #7a0020 0%, #7a0020 40%, #a80a34 70%, #7b0a28 100%);
      padding: 80px 0 60px;
      position: relative;
      overflow: hidden;
    }

    .content-writing-section::before {
      content: '';
      position: absolute;
      top: 0; left: 0; right: 0; bottom: 0;
      background: radial-gradient(ellipse at 20% 50%, rgba(255,255,255,0.04) 0%, transparent 60%),
                  radial-gradient(ellipse at 80% 20%, rgba(0,0,0,0.15) 0%, transparent 50%);
      pointer-events: none;
    }

    /* ========== HEADING ========== */
    .section-heading {
      font-family: "Spectral", serif;
      font-size: 2.2rem;
      font-weight: 600;
      color: #fff;
      text-align: center;
      line-height: 1.3;
      margin-bottom: 28px;
    }

    .section-description {
      color: #fff;
      font-size: 16px;
      text-align: center;
      line-height: 1.75;
      margin: 0 auto 18px;
    }

    /* ========== CARDS ========== */
    .industry-card {
      background: #fff;
      border: 2px solid var(--card-border);
      border-radius: 6px;
      padding: 25px 25px 25px;
      text-align: center;
      height: 400px;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      border-style: groove;
      --border-style: groove;
      border-width: 10px 10px 10px 10px;
      --border-top-width: 10px;
      --border-right-width: 10px;
      --border-bottom-width: 10px;
      --border-left-width: 10px;
      border-color: #E4E9F0;
      --border-color: #E4E9F0;
    }

    .industry-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 12px 30px rgba(0,0,0,0.25);
    }

    .card-icon-wrap {
      width: 100px;
      height: 100px;
      border: 5px solid #940a2f;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto 24px;
    }

    .card-icon-wrap i {
      font-size: 1.8rem;
      color: var(--dark-red);
    }

    .card-title {
      font-family: "Spectral", serif;
      font-size: 20px;
      font-weight: 600;
      color: #7a0020;
      margin-bottom: 14px;
    }

    .card-text {
      font-size: 0.9rem;
      color: #444;
      line-height: 1.7;
    }


    /* ========== BUTTONS ========== */
    .bottom-buttons {
      display: flex;
      justify-content: center;
      gap: 16px;
      margin-top: 36px;
    }

    .btn-support {
      background: var(--accent-gold);
      color: #fff;
      font-weight: 600;
      border: none;
      padding: 12px 26px;
      border-radius: 4px;
      font-size: 0.95rem;
      display: flex;
      align-items: center;
      gap: 8px;
      transition: opacity 0.2s;
    }

    .btn-support:hover { opacity: 0.88; color: #fff; }

    .btn-call {
      background: #222;
      color: #fff;
      font-weight: 600;
      border: none;
      padding: 12px 26px;
      border-radius: 4px;
      font-size: 0.95rem;
      display: flex;
      align-items: center;
      gap: 8px;
      transition: background 0.2s;
    }

    .btn-call:hover { background: #333; color: #fff; }
	
	
	
	
	

    /* =====  ===== */
    .premium-section {
      padding: 80px 0 60px;
      background: #fff;
      overflow: hidden;
    }

    /* ===== LEFT CONTENT ===== */
    .premium-heading {
   
font-size: 2.5rem;
   
font-weight: 600;
   
color: #111;
   
line-height: 1.25;
   
margin-bottom: 28px;
   
}

    .premium-para {
      font-size: 0.97rem;
      color: #333;
      line-height: 1.8;
      margin-bottom: 20px;
    }

    /* ===== FEATURES ===== */
    .feature-item {
      display: flex;
      align-items: center;
      gap: 14px;
      margin-bottom: 10px;
    }

    .feature-icon {
      width: 44px;
      height: 44px;
      border-radius: 50%;
      background: #f5f5f5;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
    }

    .feature-icon i {
      font-size: 1.1rem;
      color: var(--dark-red);
    }

    .feature-label {
    
      font-size: 1.05rem;
      font-weight: 600;
      color: var(--dark-red);
      line-height: 1.3;
    }

  

    /* ===== RIGHT IMAGE AREA ===== */
    .image-wrap {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      height: 100%;
    }

    .laptop-img {
      width: 100%;
      max-width: 560px;
      object-fit: contain;
      position: relative;
      z-index: 2;
    }

  .card-icon-wrap svg {
    width: 60%;
    fill: #940a2f;
}

.bottom-btns.all-btn-left {
    justify-content: left !important;
}

    /* ===== RESPONSIVE ===== */
    @media (max-width: 768px) {
      .premium-heading { font-size: 1.8rem; }
      .badge-wrap { display: none; }
      .arrow-line { display: none; }
    }
	
	
	
	
	
	
	/*****/
	
	 .section-wrapper {
      background: linear-gradient(160deg, #1a1a1a 0%, #111 60%, #1c0a0a 100%);
      padding: 70px 20px 0;
      text-align: center;
    }

    .section-wrapper h2 {
   
      font-size: clamp(1.5rem, 3vw, 2.2rem);
      font-weight: 600;
      color: #fff;
      margin-bottom: 14px;
    }

    .section-wrapper p.subtitle {
      color: #aaa;
      font-size: 1rem;
      margin-bottom: 40px;
    }

    /* === HALF CIRCLE CONTAINER === */
    .arc-container {
      position: relative;
      max-width: 100%;
      height: 290px;
      margin: 0 auto;
      overflow: hidden;
    }

    /* The half-circle arc border */
    .arc-ring {
      top: 65px;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      width: 460px;
      height: 460px;
      border-radius: 50%;
      border: 2px solid #8b1a1a;
      clip-path: inset(0 0 50% 0); /* show only top half */
      pointer-events: none;
    }

    /* Center content box */
    .arc-center-content {
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
      width: 260px;
      text-align: center;
      padding-bottom: 10px;
    }

    .arc-center-content h4 {
    
      font-size: 1rem;
      font-weight: 600;
      color: #fff;
      margin-bottom: 8px;
      transition: all 0.4s ease;
    }

    .arc-center-content p {
      font-size: 0.82rem;
      color: #ccc;
      line-height: 1.5;
      transition: all 0.4s ease;
    }

    /* Step circles */
    .step-circle {
      position: absolute;
      width: 72px;
      height: 72px;
      border-radius: 50%;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      background: #7a1020;
      border: 3px solid transparent;
      transition: transform 0.3s ease, border-color 0.3s ease, background 0.3s ease;
      font-size: 0.7rem;
      font-weight: 600;
      color: #fff;
      text-transform: uppercase;
      letter-spacing: 0.5px;
      user-select: none;
      z-index: 10;
    }

    .step-circle svg {
      width: 20px;
      height: 20px;
      margin-bottom: 2px;
      fill: #fff;
    }

    .step-circle:hover,
    .step-circle.active {
      transform: scale(1.12);
      border-color: #fff;
    }

    .step-circle.active {
      background: #c8a000;
    }

    /* Positions on the arc: bottom-left, top-left, top-right, bottom-right */
    /* Arc radius ~230px from center-bottom */
    /* Center of arc is at (260, 460) in a 520x460 box, but clipped to top half = (260, 0 relative to bottom) */
    /* Angles: Step1=180deg(left), Step2=135deg, Step3=45deg, Step4=0deg(right) */

    .step-1 {
      bottom: calc(230px * 0 - 36px);
      left: calc(50% - 230px - 36px);
      /* angle 180deg => x = center - r = 260 - 230 = 30; y = 0 from bottom */
      bottom: 5px;
      left: calc(50% - 230px - 36px);
    }

    .step-2 {
      /* angle 135deg from right => sin(45)=0.707, cos(45)=0.707 */
      /* x = 260 - 230*cos(45) = 260 - 162.6 = 97.4; y = 230*sin(45) = 162.6 from bottom */
      bottom: calc(162px - 36px);
      left: calc(50% - 162px - 36px);
    }

    .step-3 {
      /* angle 45deg from right => mirror of step2 */
      bottom: calc(162px - 36px);
      left: calc(50% + 162px - 36px);
    }

    .step-4 {
      /* angle 0deg => right side */
      bottom: 5px;
      left: calc(50% + 230px - 36px);
    }

    /* fade animation */
    @keyframes fadeSlideUp {
      from { opacity: 0; transform: translateY(10px); }
      to   { opacity: 1; transform: translateY(0); }
    }

    .arc-center-content.animating h4,
    .arc-center-content.animating p {
      animation: fadeSlideUp 0.4s ease forwards;
    }


.features-section {
      background: #f0f2f5;
      padding: 70px 20px 80px;
    }

    .features-section h2 {
    
      font-size: clamp(1.6rem, 3.5vw, 2.4rem);
      font-weight: 600;
      color: #111;
      text-align: center;
     
      margin: 0 auto 20px;
      line-height: 1.25;
    }

    .features-section .subtitle {
      text-align: center;
      color: #555;
      font-size: 0.97rem;
    
      margin: 0 auto 50px;
      line-height: 1.6;
    }

    /* === CARDS === */
    .feat-card {
      border-radius: 16px;
      padding: 36px 28px 34px;
      text-align: center;
      height: 100%;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .feat-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 16px 40px rgba(0,0,0,0.18);
    }

    /* Dark red card */
    .feat-card.dark {
      background: #8b1220;
      color: #fff;
    }

    /* Light grey card */
    .feat-card.light {
      background: #dde3ea;
      color: #111;
    }

    .feat-card .icon-wrap {
      font-size: 2.4rem;
      margin-bottom: 18px;
      display: block;
      line-height: 1;
    }

    .feat-card.dark .icon-wrap { color: #fff; }
    .feat-card.light .icon-wrap { color: #222; }

    .feat-card h4 {
  
      font-size: 1.15rem;
      font-weight: 600;
      margin-bottom: 14px;
      line-height: 1.3;
    }

    .feat-card p {
      font-size: 0.88rem;
      line-height: 1.65;
      margin: 0;
    }

    .feat-card.dark p  { color: rgba(255,255,255,0.88); }
    .feat-card.light p { color: #444; }
    .feat-card.light h4 { color: #111; }
	
	 /* ====== SECTION ====== */
    .writers-section {
      padding: 70px 20px 60px;
      background: #fff;
      text-align: center;
    }

    .writers-section h2 {
 
      font-size: clamp(1.7rem, 3.5vw, 2.4rem);
      font-weight: 600;
      color: #111;
      max-width: 740px;
      margin: 0 auto 18px;
      line-height: 1.25;
    }

    .writers-section .subtitle {
      color: #555;
      font-size: 0.97rem;
      max-width: 680px;
      margin: 0 auto 44px;
    }

    /* ====== WRITER BOX CARD ====== */
    .writer-boxes {
      background: #1e1e1e;
      border-radius: 14px;
      padding: 28px 24px 30px;
      text-align: left;
      color: #fff;
      margin: 0 10px;
    }

    /* Top: avatar + name */
    .writer-boxes .writer-header {
      display: flex;
      align-items: center;
      gap: 16px;
      margin-bottom: 18px;
    }

    .writer-boxes .writer-avatar {
      width: 68px;
      height: 68px;
      border-radius: 50%;
      background: #555;
      overflow: hidden;
      flex-shrink: 0;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .writer-boxes .writer-avatar svg {
      width: 44px;
      height: 44px;
      fill: #bbb;
    }

    .writer-boxes .writer-info h5 {
      font-family: 'Playfair Display', serif;
      font-size: 1.1rem;
      font-weight: 600;
      margin: 0 0 4px;
      color: #fff;
    }

    .writer-boxes .writer-info span {
      font-size: 0.85rem;
      color: #aaa;
    }

    /* Rating row */
    .writer-boxes .rating-row {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      gap: 8px;
      margin-bottom: 14px;
    }

    .writer-boxes .rating-row .rating-label {
      font-weight: 600;
      font-size: 0.92rem;
      color: #fff;
    }

    .writer-boxes .rating-row .stars {
      color: #f5a623;
      font-size: 1.1rem;
      letter-spacing: 2px;
    }

    /* Divider */
    .writer-boxes .divider {
      border: none;
      border-top: 1.5px solid #c8a000;
      margin: 10px 0 16px;
      opacity: 0.6;
    }

    /* Industry */
    .writer-boxes .section-label {
      font-weight: 600;
      font-size: 0.95rem;
      color: #fff;
      margin-bottom: 6px;
    }

    .writer-boxes .industry-value {
      font-size: 0.92rem;
      color: #ccc;
      margin-bottom: 0;
    }

    /* Expertise list */
    .writer-boxes .expertise-list {
      list-style: none;
      padding: 0;
      margin: 10px 0 0;
    }

    .writer-boxes .expertise-list li {
      display: flex;
      align-items: flex-start;
      gap: 8px;
      font-size: 0.88rem;
      font-weight: 600;
      color: #fff;
      margin-bottom: 8px;
      line-height: 1.3;
    }

    .writer-boxes .expertise-list li svg {
      width: 17px;
      height: 17px;
      fill: #f5a623;
      flex-shrink: 0;
      margin-top: 1px;
    }

    /* ====== OWL CAROUSEL DOTS ====== */
    .owl-theme .owl-dots .owl-dot span {
      background: #ccc;
      width: 10px;
      height: 10px;
      border-radius: 50%;
    }

    .owl-theme .owl-dots .owl-dot.active span {
      background: #1e1e1e;
      width: 12px;
      height: 12px;
    }

    .owl-theme .owl-dots {
      margin-top: 30px;
    }

    /* Hide nav arrows */
    .owl-theme .owl-nav { display: none; }
	
	
	
	
	
	
	
	
	
	
	/* ====== SECTION ====== */
    .testimonials-section {
      background: #8b1220;
      padding: 60px 30px 50px;
      text-align: center;
    }

    .testimonials-section h2 {
      font-family: 'Playfair Display', serif;
      font-size: clamp(1.6rem, 3vw, 2.2rem);
      font-weight: 600;
      color: #fff;
      margin-bottom: 40px;
    }

    /* ====== TESTIMONIAL CARD ====== */
    .testimonial-card {
      background: #dde3ea;
      border-radius: 14px;
      padding: 20px 20px 20px;
      margin: 0 10px;
      display: flex;
      flex-direction: column;
      align-items: center;
    }

    /* Speech bubble box */
    .bubble-box {
      background: #fff;
      border: 2px solid #8b1220;
      border-radius: 10px;
      padding: 20px 18px;
      position: relative;
      text-align: center;
      width: 100%;
      margin-bottom: 0;
    }

    .bubble-box p {
      font-size: 0.88rem;
      color: #333;
      line-height: 1.65;
      margin: 0;
    }

    /* Triangle pointer pointing down */
    .bubble-box::after {
      content: '';
      position: absolute;
      bottom: -14px;
      left: 50%;
      transform: translateX(-50%);
      width: 0;
      height: 0;
      border-left: 12px solid transparent;
      border-right: 12px solid transparent;
      border-top: 14px solid #8b1220;
    }

    /* White inner triangle over border */
    .bubble-box::before {
      content: '';
      position: absolute;
      bottom: -11px;
      left: 50%;
      transform: translateX(-50%);
      width: 0;
      height: 0;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-top: 12px solid #fff;
      z-index: 1;
    }

    /* Avatar */
    .testimonial-avatar {
      width: 60px;
      height: 60px;
      border-radius: 50%;
      border: 2px solid #8b1220;
      background: #ffffff;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-top: 28px;
      overflow: hidden;
      flex-shrink: 0;
    }

    .testimonial-avatar svg {
      width: 34px;
      height: 34px;
      fill: #888;
    }

    .testimonial-name {
      font-weight: 600;
      font-size: 0.95rem;
      color: #111;
      margin-top: 10px;
    }
	
	
	  /* ====== SECTION ====== */
    .faq-section {
      background: #f8f7f4;
      padding: 70px 20px 80px;
      text-align: center;
    }

    .faq-section h2 {
      font-family: 'Playfair Display', serif;
      font-size: clamp(2rem, 4vw, 2.8rem);
      font-weight: 600;
      color: #111;
      letter-spacing: 2px;
      margin-bottom: 12px;
    }

    .faq-section .subtitle {
      color: #666;
      font-size: 0.97rem;
      margin-bottom: 50px;
    }

    /* ====== FAQ ITEM ====== */
    .faq-item {
      background: #fff;
      border: 1.5px solid #e0ddd8;
      border-radius: 8px;
      margin-bottom: 14px;
      overflow: hidden;
      transition: border-color 0.3s;
      cursor: pointer;
    }

    .faq-item.active {
      background: #8b1220;
      border-color: #8b1220;
    }

    .faq-question {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 18px 20px;
      gap: 14px;
    }

    .faq-question span {
      font-size: 0.92rem;
      font-weight: 600;
      color: #111;
      text-align: left;
      line-height: 1.4;
    }

    .faq-item.active .faq-question span {
      color: #fff;
    }

    /* Circle chevron icon */
    .faq-icon {
      width: 28px;
      height: 28px;
      border-radius: 50%;
      border: 2px solid #8b1220;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
      transition: background 0.3s, border-color 0.3s, transform 0.3s;
    }

    .faq-icon svg {
      width: 35px;
      height: 35px;
      fill: #8b1220;
      transition: fill 0.3s, transform 0.3s;
    }

    .faq-item.active .faq-icon {
      background: #fff;
      border-color: #fff;
    }

    .faq-item.active .faq-icon svg {
      fill: #8b1220;
      transform: rotate(180deg);
    }

    /* Answer panel */
    .faq-answer {
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.4s ease, padding 0.3s ease;
      padding: 0 20px;
    }

    .faq-answer p {
      font-size: 0.88rem;
      color: rgba(255,255,255,0.9);
      line-height: 1.65;
      padding-bottom: 16px;
      margin: 0;
      text-align: left;
    }

    .faq-item.active .faq-answer {
      max-height: 300px;
    }
	
	
	
	
	
	
	/* ====== MAIN FOOTER ====== */
    .main-footer {
      background: #1a1a1a;
      padding: 60px 0 40px;
    }

    /* Logo */
    .footer-logo img {
      max-width: 190px;
      margin-bottom: 16px;
    }

    .footer-tagline {
      color: #bbb;
      font-size: 0.88rem;
      line-height: 1.6;
      max-width: 300px;
      margin-bottom: 26px;
    }

    /* Payment Methods */
    .payment-title {
      color: #fff;
      font-weight: 600;
      font-size: 1rem;
      margin-bottom: 14px;
    }

    .payment-icons {
 
    }

  

      .payment-icons img {
     max-width:100%;
 
    }



    /* ====== USEFUL LINKS ====== */
    .footer-heading {
      color: #fff;
      font-weight: 600;
      font-size: 1.05rem;
      margin-bottom: 22px;
    }

    .footer-links {
      list-style: none;
      padding: 0;
    }

    .footer-links li {
      margin-bottom: 14px;
    }

    .footer-links li a {
      color: #ccc;
      text-decoration: none;
      font-size: 0.92rem;
      transition: color 0.2s;
    }

    .footer-links li a:hover {
      color: #fff;
    }

    /* ====== CONTACT US ====== */
    .contact-item {
      display: flex;
      align-items: center;
      gap: 10px;
      margin-bottom: 14px;
    }

    .contact-item svg {
      width: 18px;
      height: 18px;
      fill: #ccc;
      flex-shrink: 0;
    }

    .contact-item span {
      color: #ccc;
      font-size: 0.92rem;
    }

    /* Social icons */
    .social-icons {
      display: flex;
      gap: 10px;
      margin: 20px 0 24px;
      flex-wrap: wrap;
    }

    .social-icons a {
      width: 40px;
      height: 40px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      text-decoration: none;
      transition: opacity 0.2s;
    }

    .social-icons a:hover { opacity: 0.85; }

    .social-icons a svg {
      width: 18px;
      height: 18px;
      fill: #fff;
    }

    .soc-fb   { background: #1877f2; }
    .soc-ig   { background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%); }
    .soc-x    { background: #000; }
    .soc-li   { background: #0077b5; }
    .soc-pin  { background: #e60023; }

    /* Trust badges */
    .trust-badges {
      display: flex;
      gap: 8px;
      flex-wrap: wrap;
      align-items: center;
    }

    .trust-badges img {
      height: 62px;
      object-fit: contain;
    }

    /* Divider */
    .footer-divider {
      border-color: #333;
      margin: 0;
    }

    /* ====== COPYRIGHT BAR ====== */
    .copyright-bar {
      background: #141414;
      padding: 16px 0;
      text-align: center;
    }

    .copyright-bar p {
      color: #aaa;
      font-size: 0.88rem;
      margin: 0;
    }

    .copyright-bar a {
      color: #f5a623;
      text-decoration: none;
      font-weight: 600;
    }

    .copyright-bar a:hover {
      text-decoration: underline;
    }
	
	.contact-item a {
    color: #fff;
    text-decoration: none;
}

.industry-card p.card-text {
    max-height: 165px;
    overflow: auto;
}

/* Scrollbar width */
::-webkit-scrollbar {
  width: 10px;
}

/* Scrollbar thumb (jo move hota hai) */
::-webkit-scrollbar-thumb {
  background: #666;
  border-radius: 20px;
}

/* Scrollbar track (background) */
::-webkit-scrollbar-track {
  background: #ddd;
  border-radius: 20px;
}

.navbar {
  position: absolute; /* ya fixed */
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
}


@media (max-width: 991px) {
  .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff; /* ya dark */
    z-index: 999;
    padding: 15px;
  }
}

.navbar-collapse {
  transition: all 0.3s ease;
}