:root {
    --dark-blue: #122647;
    --blue-btn: #1D6FF6;
    --blue-btn-hover: #3b84f9;
    --gradient-top: #C0E8FF;
    --gradient-bottom: #27678C;
    --yellow-btn: #EEC029;
    --yellow-btn-hover: #f1c841;
    --small-header: #1929A9;
    --darker-blue: #383838;
    --content-blue: #303030;
    --icon-color: #293990;
}

body{
    font-family: Poppins, Verdana, Geneva, Tahoma, sans-serif;
    overflow-x: hidden;
}
a{
    text-decoration: none !important;
}

/* navbar  */

.custom-navbar {
    position: relative;
    /* background: linear-gradient(90deg, #7bc043 25%, #0a0e20 25%); */
    /* background: linear-gradient(140deg, #7bc043 33%, #0a0e20 33%); */
    background-color: #ffffff;
    padding: 15px 0;
}
.navbar-brand {
    color: white;
    font-weight: bold;
}
.navbar-nav .nav-link {
    color: var(--dark-blue);
    font-size: 18px;
    font-weight: bold;
}
.logo-img{
    height: 50px !important;
}
.nav-link {
    margin-right: 25px;
}
.navbar-nav .nav-link:hover {
    color: var(--blue-btn);
}

/* narbar end  */

/* hero section  */

.custom-luxury-section {
    background-color: #ffffff;
    padding: 60px 15px;
    text-align: center;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.custom-luxury-section h2 {
    font-weight: 700;
    color: #333333;
    font-size: 2.5rem;
    margin-bottom: 20px;
}

.custom-luxury-section p {
    color: #555555;
    font-size: 1.25rem;
    max-width: 900px;
    margin: 0 auto 30px;
}

.custom-enquiry-btn {
    background-color: #0e1d45;
    color: #ffffff;
    border-radius: 2rem;
    padding: 10px 30px;
    font-size: 1.2rem;
    font-weight: 500;
    border: none;
}

.custom-enquiry-btn:hover {
    background-color: #132d6c;
}

.custom-car-images {
    margin-top: 40px;
}

.custom-car-img {
    width: 48vw;
    height: auto;
}

@media (min-width: 768px) {
    .custom-car-images {
        display: flex;
        justify-content: center;
        gap: 40px;
    }
}

@media (max-width: 767.98px) {
    .custom-car-images img {
        margin-bottom: 20px;
    }
}

.custom-card {
    background-color: #fff;
    border-radius: 20px;
    /* box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1); */
    padding: 2rem;
  }
  .custom-title {
    font-weight: 700;
    font-size: 1.5rem;
  }
  .custom-icon {
    font-size: 1.25rem;
    margin-right: 0.5rem;
  }
  .custom-line {
    font-size: 1.1rem;
    margin-bottom: 0.8rem;
    display: flex;
    align-items: center;
  }
  .custom-highlight {
    color: #00B300;
    font-weight: bold;
  }
  .custom-highlight-blue {
    color: #1e40af;
    font-weight: bold;
  }
  .custom-image {
    max-width: 100%;
    border-radius: 10px;
  }
  .custom-enquiry {
    background-color: #0060FF;
    color: #fff;
    padding: 0.6rem 1.5rem;
    font-weight: bold;
    border: none;
    border-radius: 30px;
  }
  .custom-enquiry:hover {
    background-color: #004dd1;
  }
  @media (max-width: 768px) {
    .custom-card {
      padding: 1rem;
    }
    .custom-title {
      font-size: 1.3rem;
    }
    .custom-line {
      font-size: 1rem;
    }
  }


  /* transport policies  */

  .custom-policy-container {
    background: linear-gradient(135deg, #007B8A, #00B2D4);
    color: #fff;
    padding: 60px 20px;
  }
  .custom-policy-title {
    font-size: 2.5rem;
    font-weight: 700;
    text-align: center;
    color: #0a1f33;
    margin-bottom: 40px;
  }
  .custom-policy-content {
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 2.2rem;
    color: #fff;
  }
  .custom-policy-content i {
    margin-right: 10px;
  }
  .custom-policy-images {
    display: flex;
    justify-content: center;
    gap: 0px;
    margin-top: 20px;
  }
  .policy-img {
    width: auto;
    height: 300px;
    border-radius: 30% 30% 30% 30%;
  }
  @media (min-width: 768px) {
    .custom-policy-images img {
      max-width: 130px;
    }
  }
  @media (min-width: 992px) {
    .custom-policy-images img {
      max-width: 160px;
    }
  }

 


/* Contact us image  */
.contact-contact {
    background-color: #a9c6d8;
    padding: 50px 20px;
    text-align: center;
    position: relative;
}
.contact-contact .contact-title {
    font-size: 24px;
    font-weight: bold;
    color: #333;
}
.contact-contact .contact-input, .contact-contact .contact-select {
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
}
.contact-contact .contact-button {
    background-color: #0b1a36;
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    border: none;
    width: 200px;
    font-size: 16px;
}
.contact-contact .contact-image {
    width: 95%;
    position: relative;
    bottom: 0;
    top: 20px;
    left: 0;
}

/* footer  */

.tk-footer {
    background-color: #f9e392;
    padding: 60px 30px 20px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #0b1e1d;
  }

  .tk-footer-logo {
    text-align: center;
    margin-bottom: 30px;
  }

  .tk-footer-logo img {
    height: 120px;
  }

  .tk-footer-logo h5 {
    font-weight: bold;
    margin-top: 10px;
  }

  .tk-footer-logo p {
    font-size: 14px;
    font-style: italic;
    margin-top: -5px;
  }

  .tk-social-icons {
    text-align: center;
    margin-bottom: 30px;
  }

  .tk-social-icons i {
    font-size: 18px;
    margin: 0 10px;
    padding: 10px;
    background-color: var(--icon-color);
    color: white;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 20px;
    text-align: center;
  }

  .tk-footer-links h6 {
    font-weight: 700;
    margin-bottom: 20px;
  }

  .tk-footer-links ul {
    list-style: none;
    padding: 0;
  }

  .tk-footer-links ul li {
    margin-bottom: 10px;
    font-size: 16px;
  }

  .tk-footer-contact i {
    margin-right: 10px;
    color: var(--icon-color);
  }

  .tk-footer-bottom {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    padding-top: 10px;
    font-size: 14px;
    text-align: center;
    margin-top: 20px;
    font-weight: 600;
  }

  .custom-image-innova{
    width: 500px !important;
  }
  .contact-buttons{
    position: relative;
    bottom: 20px;
  }

  @media (max-width: 768px) {
    .only-larger{
        display: none;
    }

    body{
        overflow-x: hidden !important;
    }
    .contact-button2{
      margin-top: 15px;
  }

  .contact-input2{
    position: relative;
    bottom: 30px;
}

.contact-buttons{
    position: relative;
    bottom: 40px !important;
  }

    .toggle-menu img{
        height: 40px !important;
        width: 40px !important;
        /* background-color: #084527; */
        border-radius: 5px;
        
    }
    .custom-luxury-section {
        background-color: #ffffff;
        padding: 0px 15px !important;
        text-align: center;
    }
    .custom-enquiry{
        margin-left: 20%;
    }
    .custom-image-innova{
        margin-top: 30px;
    }
    .policy-img{
        width: 80vw !important;
        height: auto !important;
    }
    .custom-policy-title{
        font-size: 35px !important;
    }
}