/********** Template CSS **********/

p{

  

    color: #fff;

}

:root {

    --primary: #f2f740;

    --secondary: #757575;

    --light: #F3F6F8;

    --dark: #0C2B4B;

}

body{

    background:#000;

}

.py-6 {

    padding-top: 1rem;

    padding-bottom: 1rem;

}



.my-6 {

    margin-top: 6rem;

    margin-bottom: 6rem;

}



.back-to-top {

    position: fixed;

    display: none;

    right: 30px;

    bottom: 30px;

    z-index: 99;

}





/*** Spinner ***/

#spinner {

    opacity: 0;

    visibility: hidden;

    transition: opacity .5s ease-out, visibility 0s linear .5s;

    z-index: 99999;

}



#spinner.show {

    transition: opacity .5s ease-out, visibility 0s linear 0s;

    visibility: visible;

    opacity: 1;

}





/*** Button ***/

.btn {

    font-weight: 500;

    transition: .5s;

}



.btn.btn-primary,

.btn.btn-outline-primary:hover {

    color: #FFFFFF;

}



.btn-square {

    width: 38px;

    height: 38px;

}



.btn-sm-square {

    width: 32px;

    height: 32px;

}



.btn-lg-square {

    width: 48px;

    height: 48px;

}



.btn-square,

.btn-sm-square,

.btn-lg-square {

    padding: 0;

    display: flex;

    align-items: center;

    justify-content: center;

    font-weight: normal;

}





/*** Navbar ***/

.navbar.sticky-top {

    top: -100px;

    transition: .5s;

}



.navbar .navbar-brand,

.navbar a.btn {

    height: 80px

}



.navbar .navbar-nav .nav-link {

    margin-right: 30px;

    padding: 25px 0;

    color: var(--dark);

    font-weight: 500;

    text-transform: uppercase;

    outline: none;

}



.navbar .navbar-nav .nav-link:hover,

.navbar .navbar-nav .nav-link.active {

    color: var(--primary);

}



.navbar .dropdown-toggle::after {

    border: none;

    content: "\f107";

    font-family: "Font Awesome 5 Free";

    font-weight: 900;

    vertical-align: middle;

    margin-left: 8px;

}



@media (max-width: 991.98px) {

    .navbar .navbar-nav .nav-link  {

        margin-right: 0;

        padding: 10px 0;

    }



    .navbar .navbar-nav {

        border-top: 1px solid #EEEEEE;

    }

}



@media (min-width: 992px) {

    .navbar .nav-item .dropdown-menu {

        display: block;

        border: none;

        margin-top: 0;

        top: 150%;

        opacity: 0;

        visibility: hidden;

        transition: .5s;

    }



    .navbar .nav-item:hover .dropdown-menu {

        top: 100%;

        visibility: visible;

        transition: .5s;

        opacity: 1;

    }

}





/*** Header ***/

.carousel-caption {

    top: 0;

    left: 0;

    right: 0;

    bottom: 145px;

    display: flex;

    align-items: center;

    justify-content: center;

    text-align: center;

    background: rgba(0, 0, 0, .75);

    z-index: 1;

}



.carousel-control-prev,

.carousel-control-next {

    width: 15%;

}



.carousel-control-prev-icon,

.carousel-control-next-icon {

    width: 3rem;

    height: 3rem;

    background-color: var(--primary);

    border: 10px solid var(--primary);

}



@media (max-width: 768px) {

    #header-carousel .carousel-item {

        position: relative;

        min-height: 450px;

    }

    

    #header-carousel .carousel-item img {

        position: absolute;

        width: 100%;

        height: 100%;

        object-fit: cover;

    }

}



.page-header {

    background: linear-gradient(rgba(0, 0, 0, .75), rgba(0, 0, 0, .75)), url(../img/carousel-1.jpg) center center no-repeat;

    background-size: cover;

}



.breadcrumb-item+.breadcrumb-item::before {

    color: #999999;

}





/*** Facts ***/

@media (min-width: 991.98px) {

    .facts {

        position: relative;

        margin-top: -75px;

        z-index: 1;

    }

}





/*** Courses ***/

.courses {

    min-height: 100vh;

    background: linear-gradient(rgb(0 0 0 / 68%), rgb(0 0 0 / 38%)), url(../img/carousel-1.jpg) center center no-repeat;

    background-attachment: fixed;

    background-size: cover;

    padding-top: 80px;

}



.courses-item .courses-overlay {

    position: absolute;

    width: 100%;

    height: 0;

    top: 0;

    left: 0;

    display: flex;

    align-items: center;

    justify-content: center;

    background: rgba(0, 0, 0, .5);

    overflow: hidden;

    opacity: 0;

    transition: .5s;

}



.courses-item:hover .courses-overlay {

    height: 100%;

    opacity: 1;

}





/*** Team ***/

.team-items {

    margin: -.75rem;

}



.team-item {

    padding: .75rem;

}



.team-item::after {

    position: absolute;

    content: "";

    width: 100%;

    height: 0;

    top: 0;

    left: 0;

    background: #FFFFFF;

    transition: .5s;

    z-index: -1;

}



.team-item:hover::after {

    height: 100%;

    background: var(--primary);

}



.team-item .team-social {

    position: absolute;

    width: 100%;

    height: 0;

    top: 0;

    left: 0;

    display: flex;

    align-items: center;

    justify-content: center;

    background: rgba(0, 0, 0, .75);

    overflow: hidden;

    opacity: 0;

    transition: .5s;

}



.team-item:hover .team-social {

    height: 100%;

    opacity: 1;

}





/*** Testimonial ***/

.testimonial-carousel .owl-dots {

    height: 40px;

    margin-top: 25px;

    display: flex;

    align-items: center;

    justify-content: center;

}



.testimonial-carousel .owl-dot {

    position: relative;

    display: inline-block;

    margin: 0 5px;

    width: 20px;

    height: 20px;

    background: transparent;

    border: 2px solid var(--primary);

    transition: .5s;

}



.testimonial-carousel .owl-dot.active {

    width: 40px;

    height: 40px;

    background: var(--primary);

}



.testimonial-carousel .owl-item img {

    width: 150px;

    height: 150px;

}





/*** Footer ***/

.footer .btn.btn-link {

    display: block;

    margin-bottom: 5px;

    padding: 0;

    text-align: left;

    color: var(--light);

    font-weight: normal;

    text-transform: capitalize;

    transition: .3s;

}



.footer .btn.btn-link::before {

    position: relative;

    content: "\f105";

    font-family: "Font Awesome 5 Free";

    font-weight: 900;

    color: var(--light);

    margin-right: 10px;

}



.footer .btn.btn-link:hover {

    color: var(--primary);

    letter-spacing: 1px;

    box-shadow: none;

}



.copyright {

    background: #101112;

}



.copyright a {

    color: var(--primary);

}



.copyright a:hover {

    color: var(--light);

}



.carousel-inner{

  max-height: 500px;

}

.section-space{

    margin-top: 0px;

}



.sub-space{

     margin-bottom: 40px !important;

}

li.featurelist {

    list-style: none;

    margin: 10px 0px;

    color:#fff;

    /* display: block; */

    /* display: inline-block; */

}



li.featurelist i {

    color: #f2f740;

    margin-right: 4px;

    line-height: 28px;

}

i.fas.fa-car-alt {

    color: #000;

}

nav.navbar.navbar-expand-lg.bg-white.navbar-light.sticky-top.p-0 {

    background: #000 !important;

}



.navbar-nav.ms-auto.p-4.p-lg-0 a {

    color: #f2f740;

}

h2.m-0.logotext {

    color: #f2f740;

}

.readyheading {

    color: #fff;
    margin-top: 50px;
}

h5.mb-0 {

    color: #f2f740;

}



a.dropdown-item {}



.dropdown-menu.bg-light.m-0 {

    background: #f2f740 !important;

}



.dropdown-menu.bg-light.m-0 a {

    color: #000 !important;

}

a.btn.btn-primary.py-4.px-lg-5.d-none.d-lg-block {

    color: #000;

}

a.btn.btn-primary.py-sm-3.px-sm-5:hover{

    color:#fff;

}

.aboutfeatur {

     color: #fff;

}

.pakagesmain h1 {

     color: #fff;

}

.customwhite{

    color: #fff;

}

.testimonial-item.text-center span {

    color: #f2f740;

}

.pakagesmain p {

    color: #000;

}

.fc {

    text-align: center;

}



.fc .btn-lg-square.bg-primary {

    text-align: center;

    /* width: 100%; */

    margin: 0 auto;

}



h1.pagetitle {

    color: #fff;

    text-align: center;

    padding: 60px 0px;

    /* background: red; */

}

i.fa.fa-car.text-white.me-2 {

    color: #f2f740 !important;

}

.col-lg-3.col-md-6 iframe {

    width: 100% !important;

}

div#wpcf7-f18-o1 input {

    border: none;

}



select#courcename {}



div#wpcf7-f18-o1 select {

    background: #fff;

}



div#wpcf7-f18-o1  input.wpcf7-form-control.has-spinner.wpcf7-submit {

    width: 100%;

    padding: 12px;

    background: #000;

    color: #fff;

}

.formobiletopheader {

  display:none;

}



button.navbar-toggler.me-4.resbtn {

    background: #f2f740;

}

a.getstart.btn.btn-primary.py-4.px-lg-5.d-none.d-lg-block:hover {

background:#f2f740 !important;

}

@media only screen and (max-width: 600px) {

    .formobiletopheader {

    padding: 10px;

    display:block;

}

  

}

.cancellation-section {
     background: linear-gradient(to right, #000000, #000000);
  padding: 3rem 1rem;
}

.cancellation-card {
  max-width: 840px;
  margin: 0 auto;
  background: #fff;
      border-left: 8px solid #f2f740;
  border-radius: 16px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
  padding: 2rem;
}

/* ------------------ Typography ------------------ */
.cancellation-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.cancellation-header h2 {
  font-size: 1.8rem;
  font-weight: 700;
  color: #1f2937;
}

.intro-text {
  color: #4b5563;
  margin-bottom: 1rem;
}

.policy-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.policy-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin-bottom: 1.25rem;
}

.policy-list p {
  color: #374151;
  margin: 0;
}

.footer-note {
  margin-top: 1.5rem;
 background: #f2f740;
    border: 1px solid #f2f740;
  padding: 1rem;
  text-align: center;
  border-radius: 10px;
  font-weight: 500;
  color: #374151;
}

/* ------------------ Colors & Icons ------------------ */
.icon-box {
  background: #f2f740;
  color: white;
  padding: 0.6rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon {
  width: 28px;
  height: 28px;
  stroke: white;
}

.number {
  width: 28px;
  height: 28px;
  background:#f2f740;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-weight: 600;
}
.footer-note p {
    color: #000000 !important;
}
.highlight {
  color: #dc2626;
  font-weight: 600;
}


/* Scoped styling: prefix all classes with lp- to avoid conflicts */
.lp-container{max-width:800px;margin:48px auto;padding:24px;font-family:Inter,system-ui,Arial,sans-serif;color:#0b1420}
.lp-card{background:#ffffff;border-radius:12px;padding:22px;box-shadow:0 8px 30px rgba(12,18,12,0.06);border:1px solid rgba(15,23,36,0.04)}
.lp-card h1{margin:0 0 8px;font-size:1.35rem}
.lp-card p.lp-lead{margin:0 0 18px;color:#6b7280}
.lp-options{list-style:none;padding:0;margin:12px 0}
.lp-options li{padding:10px 12px;border-radius:8px;margin-bottom:8px;background:linear-gradient(90deg, rgba(31,143,110,0.05), rgba(31,143,110,0.01));display:flex;align-items:center;gap:12px}
.lp-dot{width:10px;height:10px;border-radius:50%;background:#1f8f6e;flex:0 0 10px}
.lp-muted{color:#6b7280}
.lp-footer{margin-top:16px;display:flex;justify-content:space-between;align-items:center;gap:12px}
.lp-contact{font-weight:700}
@media (max-width:600px){.lp-container{margin:20px;padding:16px}.lp-footer{flex-direction:column;align-items:flex-start}
.lp-contact-section {
   
    width: 100%;
}
}
.lp-contact-section {
    background: linear-gradient(135deg, #f0fff4, #f2f740d4);
    border-left: 5px solid #f2f740;
    padding: 20px;
    margin-top: 25px;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    animation: fadeIn 0.8s 
ease-in-out;
    width: 66%;
}

.lp-contact-section .lp-muted {
  color: #333;
  font-size: 16px;
  line-height: 1.6;
  margin: 8px 0;
      text-align: center;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}