/* Global font family */
body {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

p,
span,
a,
li {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

/* Navbar base style */
.navbar {
    transition: all 0.3s ease-in-out;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 15px;
}

.navbar-custom {
    background: transparent;
    padding: 15px 0;
}

.navbar-scrolled {
    background: rgba(17, 17, 17, 0.95);
    padding: 10px 0;
}

.navbar-nav .nav-link {
    color: #fff !important;
    margin: 0 10px;
}
/* 
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
  
} */

.logo img {
    height: 119px;
}

@media (max-width: 991px) {
    .logo img {
        height: 50px;
    }
}

/* Hero section */
.hero {
    height: 100vh;
   background: url('images/truckhero.jpg') center/cover no-repeat;

    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
}

/* Offcanvas custom style */
.offcanvas {
    background-color: #111;
    color: #fff;
    width: 260px;
}

.offcanvas a {
    color: black;
    font-weight: bold;
    text-transform: uppercase;
}

.offcanvas a:hover {
    color: #ddd;
}

.offcanvas-body {
    background-color: black !important;
}

/* Make the close button white */
.btn-close {
    filter: invert(1) grayscale(100%) brightness(200%);
}

.offcanvas-header {
    background-color: black;
}

/* Our Mission Section */
.our-mission-first {
    padding: 60px 20px;
    background-color: #fff;
}

.our-mission-first-title {
    font-size: 2.5rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
    color: #6c5c5c;
}

.our-mission-first-line {
    width: 60px;
    height: 2px;
    background-color: #ccc;
    margin: 10px auto 40px;
}

.our-mission-first-img {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    width: 100%;
    height: auto;
}

.our-mission-first-text {
    font-size: 1.1rem;
    color: #444;
    line-height: 1.7;
    text-align: center;
}

/* Responsive tweak for small screens */
@media (max-width: 767px) {
    .our-mission-first-title {
        font-size: 2rem;
    }

    .our-mission-first-text {
        font-size: 1rem;
    }
}

/* Start Your Trucking Career with Doaba Truck Driving School----- */

/* Unique Styling */
.trucking-career-first {
    padding: 60px 20px;
    background-color: #f9f9f9;
    text-align: center;
}

.trucking-career-first-title {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 20px;
    color: #6c5c5c;
}

.trucking-career-first-line {
    width: 60px;
    height: 2px;
    background-color: #ccc;
    margin: 10px auto 40px;
}

.trucking-career-first-card {

    border: none;
    padding: 20px;

    transition: all 0.3s ease-in-out;
}



.trucking-career-first-card img {
    width: 100%;
    height: auto;

    margin-bottom: 20px;
}

.trucking-career-first-card-title {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 15px;
}

.trucking-career-first-card-text {
    font-size: 1rem;
    color: #444;
    line-height: 1.7;
}

/* Responsive tweak */
@media (max-width: 767px) {
    .trucking-career-first-title {
        font-size: 2rem;
    }

    .trucking-career-first-card-text {
        font-size: 0.95rem;
    }
}

.hero-section {
    color: #fff;
    position: relative;

}

.hero-title {
    font-size: 4.3rem;
    font-weight: 800;
    line-height: 1;
}


.hero-subtitle {
    font-size: 1.25rem;
    max-width: 800px;
    margin: 0 auto;
}

.hero-phone {
    margin-top: 20px;
    font-size: 1.8rem;
    color: #fff;
}

.btn-light {
    background: #f8f9fa;
    border: none;
    border-radius: 4px;
    font-size: 1rem;
}

@media (max-width: 768px) {
    .hero-title {
        font-size: 2rem;
    }

    .hero-subtitle {
        font-size: 1rem;
    }

    .hero-phone {
        font-size: 1.4rem;
    }
}

/* Unique custom styles */
.appointment-section {
    padding: 60px 20px;
    text-align: center;
    background-color: #fff;
}

.appointment-title {
    font-size: 3rem;
    font-weight: 700;
    color: rgb(156, 146, 146);
}

.appointment-divider {
    width: 60px;
    height: 2px;
    background-color: #e5e5e5;
    margin: 15px auto;
}

.appointment-message {
    display: inline-block;
    background-color: #f6f6f6;
    font-weight: 400;
    padding: 15px 30px;
    font-size: 1.2rem;
    color: rgb(87, 87, 87);
    border-radius: 5px;
    margin-top: 20px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .appointment-title {
        font-size: 1.8rem;
    }

    .appointment-message {
        font-size: 1rem;
        padding: 12px 20px;
    }
}

/* review columb  --------- */
.review-carousel {
    background: url('images/reviewbackground.png') center/cover no-repeat;
    padding: 100px 0 80px;
    position: relative;
    color: white;
    text-align: center;
}

/* Header section */
.review-header h2 {
    font-weight: 700;
    font-size: 2.8rem;
    margin-bottom: 25px;
}

.review-header .rating-box {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}

.review-header img.google-icon {
    width: 38px;
    height: 38px;
}

.review-header .rating-score {
    font-size: 2.2rem;
    font-weight: 700;
}

.review-header .school-name {
    font-size: 1.2rem;
    font-weight: 600;
}

.review-header .stars {
    color: #ffc107;
    font-size: 1.3rem;
}

.review-header .reviews-count {
    font-size: 1rem;
    opacity: 0.9;
}

/* Review card */
.review-carousel .card {
    border: none;
    padding: 30px;
    min-height: 300px;
    max-width: 360px;
    margin: auto;
    transition: transform 0.3s ease;
    text-align: left;
    background: #fff;
    color: #333;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.review-carousel .card:hover {
    transform: translateY(-6px);
}

/* Gap between cards */
.review-carousel .row.g-4 {
    --bs-gutter-x: 2rem;
    --bs-gutter-y: 2rem;
}

/* Avatar */
.review-avatar {
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
}

.avatar-purple {
    background: #6f42c1;
}

.avatar-brown {
    background: #795548;
}

.avatar-green {
    background: #198754;
}

.avatar-pink {
    background: #e83e8c;
}

/* Stars inside cards */
.stars {
    color: #ffc107;
    margin-bottom: 12px;
    font-size: 20px;
}

/* Carousel buttons small */
.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 20px;
    height: 20px;
    background-size: 100% 100%;
        background: black !important;
}

.carousel-control-prev,
.carousel-control-next {
    width: 40px;
    height: 40px;
    top: 50%;
    transform: translateY(-50%);
}

.carousel-control-prev {
    left: -55px;
}

.carousel-control-next {
    right: -55px;
    color: white !important;
    background-color: black !important;
}

/* Indicators */
.carousel-indicators [data-bs-target] {
    width: 11px;
    height: 11px;
    border-radius: 50%;
    
}

.carousel-indicators .active {
    background-color: #fff;
}

/* Responsive adjustments */
@media (max-width: 991px) {
    .review-carousel .card {
        max-width: 100%;
        min-height: auto;
    }

    .carousel-control-prev {
        left: -30px;
    }

    .carousel-control-next {
        right: -30px;
    }
}

@media (max-width: 767px) {
    .review-header h2 {
        font-size: 2rem;
    }

    .review-header .rating-score {
        font-size: 1.8rem;
    }

    .review-header .school-name {
        font-size: 1rem;
    }

    .review-carousel {
        padding: 60px 0;
    }

    .review-carousel .card {
        padding: 20px;
    }

    .carousel-control-prev,
    .carousel-control-next {
        display: none;
        /* hide arrows on small screens */
    }
}

/* map and contact----- */

.form-control {
    border-radius: 5px;
    box-shadow: none;
    border: 1px solid #ccc;
    font-size: 14px;
}

.btn-send {
    background: #d1d1d1;
    color: black;
    font-weight: bold;
    border-radius: 3px;
    width: 100%;
    text-transform: uppercase;
}

.btn-send:hover {
    background: #b3b3b3;
    color: black;
}

.contact-box {
    margin-bottom: 20px;
}

/* WhatsApp button */
.whatsapp-btn {
    background: #3c4c52;
    color: white;
    border-radius: 5px;
    padding: 10px 20px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
}

.whatsapp-btn i {
    color: #25D366;
    font-size: 18px;
}

.whatsapp-btn:hover {
    background: #2e3c41;
    color: white;
}

/* Full width map */
.map-container {
    margin-top: 40px;
    width: 100%;
}

.map-container iframe {
    width: 100%;
    height: 500px;
    /* default for desktop */
    border: 0;
}

@media (max-width: 768px) {
    .map-container iframe {
        height: 250px;
        /* smaller height for mobile */
    }
}

/* email----------- */



.form-container {
    display: flex;
    align-items: center;
    gap: 12px;
    max-width: 100%;
    flex-wrap: wrap;
    /* allows wrapping if screen too small */
}

.form-container label {
    font-size: 1.8rem;
    color: #888;
    white-space: nowrap;
    /* keep text in one line */
}

.form-container input[type="email"] {
    flex: 1 1 250px;
    /* responsive width */
    padding: 12px;
    font-size: 1rem;
    border: 1px solid #ddd;
    border-radius: 6px;
    min-width: 180px;
}

.form-container button {
    padding: 12px 24px;
    font-size: 1rem;
    font-weight: bold;
    border: none;
    border-radius: 6px;
    background-color: #bbb;
    color: #000;
    cursor: pointer;
    transition: background 0.3s ease;
    white-space: nowrap;
}

.form-container button:hover {
    background-color: #999;
}

.hours-dropdown {
    position: relative;
    width: 100%;
}

.hours-toggle {
    width: 100%;
    padding: 8px;
    background: #f5f5f5;
    border: 1px solid #ccc;
    cursor: pointer;
    text-align: left;
    font-weight: bold;
}

.hours-content {
    display: none;
    background: #fff;
    border: 1px solid #ccc;
    margin-top: 5px;
    padding: 10px;
}

.hours-content p {
    margin: 5px 0;
}

.hours-dropdown.show .hours-content {
    display: block;
}

/* Highlight today's row */
.hours-content p.today {
    font-weight: bold;
    color: #0073e6;
}


/* Footer */
.footer-section {
    background-color: #000;
    color: #ccc;
    text-align: center;
    padding: 30px 15px;
}

.footer-section h5 {
    color: #fff;
    font-weight: 700;
}

.footer-section a {
    color: #ccc;
    text-decoration: none;
}

.footer-section a:hover {
    color: #fff;
}

.footer-bottom {
    margin-top: 15px;
    font-size: 14px;
}

.deco {
    color: black;

}

.carousel-control-next-icon {
    margin-top: 304px;
    margin-left: 162px;
}

.carousel-control-prev-icon {
    margin-top: 304px;
    margin-left: -158px;
}

/* For tablets and smaller screens */
@media (max-width: 768px) {
    .carousel-control-next-icon {
        display: none;
    }

    .carousel-control-prev-icon {
        display: none;
    }
}






/* ------------------------faq------------- */
.faq-title {
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    color: #7d6e67;
    /* matches screenshot */
    margin-bottom: 30px;
}

.accordion-button {
    font-size: 1rem;
    font-weight: 500;
    color: #333;
    background-color: #fff;
    box-shadow: none;
}

.accordion-button:not(.collapsed) {
    color: #000;
    background-color: #f8f8f8;
}

.accordion-item {
    border: none;
    border-bottom: 1px solid #ddd;
}

.accordion-button:focus {
    box-shadow: none;
}


/* class a csl page ----------- */

/* Unique Section Styles */
.a-licence {
    font-family: Arial, sans-serif;
    padding: 40px 0;
}

.a-licence .hero-title {
    font-weight: 700;
    font-size: 2.5rem;
    text-align: center;
    color: #5c5c5c;
}

.a-licence .hero-subtitle {
    font-size: 2.5rem;
    font-weight: 700;
    text-align: center;
    color: #5c5c5c;
}

.a-licence .divider {
    width: 50px;
    height: 2px;
    background: #ccc;
    margin: 15px auto;
}

.a-licence .content h3 {
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 15px;
}

.a-licence .content p {
    font-size: 1rem;
    line-height: 1.6;
    color: #444;
}

.a-licence .content strong {
    font-weight: 700;
}

.a-licence img {
    width: 100%;
    height: auto;
    border-radius: 6px;
}

/* Unique Styling */
.a-licence-info h4 {
    font-size: 1.3rem;
    font-weight: 600;
    color: #333;
}

.a-licence-info {
    background-color: rgb(246, 246, 246);
}

.a-licence-info p {
    font-size: 1rem;
    line-height: 1.6;
    color: #444;
}

.a-licence-info ul {
    padding-left: 20px;
}

.a-licence-info ul li {
    margin-bottom: 8px;
    font-size: 1rem;
    color: #444;
}

/* services page ---------- */

    /* Services Hero Section */
    .services-hero {
      position: relative;
      height: 400px; /* full screen */
      background: url('images/serviceheroimg.png') no-repeat center center/cover;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      color: white;
    }

    .services-hero::after {
      content: "";
      position: absolute;
      top: 0; left: 0;
      width: 100%; height: 100%;
      background: rgba(0, 0, 0, 0.4); /* overlay */
      z-index: 1;
    }

    .services-hero-content {
      position: relative;
      z-index: 2;
      max-width: 800px;
      padding: 20px;
    }

    .services-hero-title {
      font-size: 2.5rem;
      font-weight: bold;
      margin-bottom: 20px;
    }

    .services-btn {
      background: #f5f5f5;
      color: #000;
      border: none;
      padding: 12px 25px;
      font-size: 1rem;
      font-weight: bold;
      cursor: pointer;
      border-radius: 5px;
      transition: all 0.3s ease;
    }

    .services-btn:hover {
      background: #ddd;
    }

    /* Responsive */
    @media (max-width: 768px) {
      .services-hero-title {
        font-size: 1.8rem;
      }
    }

    /* part 2 of services page------- */

    .services-section {
      padding: 60px 0;
      background-color: #f9f9f9;
      text-align: center;
    }
    .services-title {
      font-weight: 700;
      font-size: 2rem;
      margin-bottom: 40px;
         color: rgb(150, 140, 140);
    }
    .service-card {
     

     
      padding: 20px;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      height: 100%;
    }
    .service-card:hover {
      transform: translateY(-8px);
      box-shadow: 0 6px 16px rgba(0,0,0,0.12);
    }
    .service-card img {
      width: 100%;
      height: auto;
    
      margin-bottom: 20px;
    }
    .service-card h4 {
      font-size: 1.25rem;
      margin-bottom: 15px;
      font-weight: 600;
    }
    .service-card p {
      font-size: 0.95rem;
      color: #555;
    }
    .btn-enroll {
      background-color: #555;
      color: #fff;
      font-weight: 600;
      border-radius: 6px;
      padding: 10px 20px;
      text-transform: uppercase;
      letter-spacing: 0.5px;
      transition: background 0.3s ease;
    }
    .btn-enroll:hover {
      background-color: #333;
      color: #fff;
    }
    /* services about section */

    .about-section {
      padding: 60px 0;
      background-color: #fff;
    }
    .about-content h3 {
      font-size: 1.6rem;
      font-weight: 700;
      margin-bottom: 20px;
      color: #2c2c2c;
    }
    .about-content p {
      font-size: 1rem;
      line-height: 1.7;
      color: #444;
    }
    .about-content strong {
      color: #000;
    }
    .about-image img {
     
      width: 100%;
      height: auto;
      object-fit: cover;
      box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    }
    .google-review-card {
  border-radius: 12px;
  background: #fff;
}

.review-avatar-circle {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #7a5cff; /* purple circle like Google style */
  color: #fff;
  font-size: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.stars {
  color: #fbbc05; /* Google yellow */
  font-size: 20px;
}

.review-text {
  font-style: italic;
  color: #444;
  margin: 10px 0;
}

.read-more {
  font-weight: bold;
  color: #1a73e8;
  text-decoration: none;
}

.read-more span {
  font-size: 14px;
}

.review-footer {
  font-size: 14px;
  color: #555;
}
/* header */


/* Black header on all pages except home */
body:not(.home) .navbar-custom {
  background-color: #000 !important;
}

/* Home page default – transparent */
body.home .navbar.navbar-custom {
  background-color: transparent !important;
  box-shadow: none !important;
  transition: background-color 0.3s ease;
}

/* All other pages: always black */
body:not(.home) .navbar-custom {
  background: #000 !important;
}


/* White text/icons for contrast on black pages */
body:not(.home) .navbar-custom .nav-link,
body:not(.home) .navbar-custom .navbar-brand,
body:not(.home) .navbar-custom .bi {
  color: #fff !important;
}

/* On home page – choose text color for transparent navbar */
body.home .navbar-custom .nav-link,
body.home .navbar-custom .navbar-brand,
body.home .navbar-custom .bi {
  color: #fff !important; /* white text on transparent */
}

.topspacing{
        margin-top: 9rem !important;
}

.fontwid{
font-size: 24px;
    margin-bottom: 0px;
    text-align: center;
    font-weight: 400;
}
/* Default logo size */
.navbar .logo img {
    max-width: 180px;
    transition: all 0.3s ease-in-out;
}

.navbar.shrink {
    background-color: #000 !important; /* black background */
}

.navbar.shrink .logo img {
    max-height: 80px; /* smaller logo */
}

/* Homepage navbar transparent by default */
.homepage-nav {
    background-color:transparent;
}
/* 
registration--- */
.tunels{
        margin-top: 243px !important;
    text-align: center !important;
}

/* Default Logo */
.logo img {
    height: 80px;
    transition: all 0.3s ease-in-out;
}

/* Homepage pe bada (119px) */
.homepage-nav .logo img {
    height: 119px;
}

/* Homepage pe shrink hone ke baad chhota (80px) */
.navbar.shrink .logo img {
    height: 80px !important;
}
