
*{
   font-family: "Cairo", sans-serif;
}
  body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    min-height: 100vh;
}
/* navbar  */
   .navbar {
            background-color: white;
            padding: 0px;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        }

        .nav-link {
            color: #0873AE !important;
            margin: 0 10px;
            font-weight: bold;
        }

        .nav-link.active {
            background-color: #f3f2e9;
            color: #0072a3 !important;
            border-radius: 5px;
            padding: 3px 10px;
            position: relative;
        }
          .navbar-nav {
              border-bottom: 2px solid rgb(245 245 245);
          }
        .navbar .nav-link.active::after {
            content: "";
            position: absolute;
            bottom: -14px;
            right: -10px;
            left: -10px;
            height: 4px;
            background-color: #d4af37;
            border-radius: 2px;
        }

        .apply-btn {
            background-color: #0072a3;
            color: white;
            border: none;
            padding: 6px 18px;
            border-radius: 6px;
        }
.btn-cta{
  background-color: #0873AE;
  color: white;
  border-radius: 8px;
  padding-inline: 20px;
}
     /* hero-section  */
     .hero-section {
      background: url('../images/hero-bg.png') no-repeat center center / cover;
      color: white;
      padding: 170px 0;
      position: relative;
       overflow: hidden;
    }
   .hero-text{
    color:#0873AE;
    font-weight: bold;
   }
a{
  text-decoration: none;
}
    .hero-content {
      position: relative;
      z-index: 2;
    }
    .custom-btn {
  font-family: 'Arial', sans-serif;
  direction: rtl;
  border-radius: 8px;
  overflow: hidden;
  font-weight: bold;
  color: white;
  font-size: 16px;
  height: 48px;
  display: inline-flex;
  text-decoration: none;
  transform: scale(1);
  transition: transform 0.3s ease;
}

.custom-btn:hover {
  transform: scale(1.03);
}

.icon-section {
  background-color: #C1A830;
  padding: 0 16px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.text-section {
  background-color: #0c70b3;
  padding: 0 34px;
  height: 100%;
  display: flex;
  align-items: center;
  transition: background-color 0.3s ease;
}

.custom-btn:hover .icon-section {
  transform: translateX(-4px);
  background-color: #b3982e; 
}

.custom-btn:hover .text-section {
  background-color: #095d91; 
}
/* agency section  */
.agency-section .btn-primary {
  background-color: #0c70b3;
  border: none;
  font-weight: bold;
    padding: 10px 18px;
  font-size: 16px;
}
.btn-yellow{
   background-color: #C1A830;
  border: none;
  font-weight: bold;
  padding: 10px 18px;
  font-size: 16px;
}


.nav-btn {
  background-color: #c2a434;
  border: none;
  color: white;
  width: 40px;
  height: 40px;
  border-radius: 6px;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease;
}

.nav-btn.right-arrow {
  background-color: white;
  color: #c2a434;
  border: 1px solid #c2a434;
}

.nav-btn:hover {
  background-color: #b3972c;
  color: white;
}

.nav-btn.right-arrow:hover {
  background-color: #c2a434;
  color: white;
}
/* cta-highlight-section */
.cta-highlight-section {
  background:url('../images/yellow-bg.png') center center no-repeat;
  background-size: cover;
  color: white;
  position: relative;
padding: 140px 0;
}

.cta-highlight-section h2 {
  font-size: 1.8rem;
}

.feature-box {
  transition: transform 0.3s ease;
  box-shadow: 0px 4px 4px 0px #00000014;

}

.feature-box:hover {
  transform: translateY(-5px);
}

.btn-primary {
  background-color: #0873AE;
  border: none;
  font-weight: bold;
   padding: 10px 22px;
  font-size: 16px;
}
/* corner img section  */

.corner-img {
   background:url('../images/corner-img.png') center center no-repeat;
  background-size: cover;
  color: white;
  position: relative;
padding: 130px 0;

}
  /* contact section  */
     .contact-section {
      background: url('../images/contact-img.png') center center/cover no-repeat;
      padding: 80px 0;
      position: relative;
      color: white;
      margin-block: 80px;
    }
  .contact-card {
    background-color: #0873AE;
    border-radius: 12px;
    padding: 45px 20px;
    color: white;
    position: absolute;
    width: 45%;
    top: -43px;
    right: 70px;
    cursor: pointer;
}
    .contact-card h5 {
      background-color:#FFFFFF14;
      padding: 10px;
      border-radius: 6px;
      text-align: center;
      margin-bottom: 25px;
    }
    .contact-card input,
    .contact-card select {
      border: none;
      border-radius: 6px;
      padding: 15px;
      width: 100%;
    }
    .contact-card input:focus,
    .contact-card select:focus {
      outline: none;
      box-shadow: none;
    }
.form-select{
  margin-left: 5px;
  border-radius: 5px;
}
    .contact-card .btn-send {
      background-color: #C1A830;
      border: none;
      padding: 10px 25px;
      border-radius: 8px;
      color: white;
      font-weight: bold;
      margin-top: 15px;
      width: 100%;
    }

    .contact-text {
      line-height: 2;
      color: white;
    }
 /* tawkeel section */
.inner-hero {
  background: 
    linear-gradient(#00000080), 
    linear-gradient(#087bbbb8), 
    url('../images/inner-hero-bg.jpg') no-repeat center center / cover;
  color: white;
  padding: 170px 0;
  position: relative;
  overflow: hidden;
}
.section-title {
  font-size: 28px;
  font-weight: bold;
  background: #FFFFFF52;
  display: inline-block;
  padding: 6px 20px;
  border-radius: 8px;
  margin-bottom: 10px;
}
.breadcrumb-section a, .breadcrumb-path a {
  text-decoration: underline;
}
.authorized-dealers img {
  transition: transform 0.3s ease;
}
.authorized-dealers img:hover {
  transform: scale(1.05);
}
.dealer-vehicles .card{
  background-color: #0873AE0A;
} 
.car-hover-wrapper {
  position: relative;
  display: block;
  overflow: hidden;
}
.car-hover-wrapper .hover-overlay {
    position: absolute;
    top: 0;
    width: 93%;
    height: 100%;
    background: #026f9ebf;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    color: white;
    text-align: center;
    border-radius: 10px;
}
.car-hover-wrapper:hover .hover-overlay {
  opacity: 1;
}
/* sub-tawkeel  */
.dealer-vehicles .card:hover {
  transform: translateY(-5px);
  transition: transform 0.3s ease;
  background-color: #0072a3;
  color: white;
  cursor: pointer;
}
.dealer-vehicles .card .text-blue:hover{
  color: #c4b905;
}
.smooth-bg{
  background-color: #ffffff26;
  border-radius: 10px;
}
/* requirments page  */
.doc-item {
  background-color: #FAFAFA;
  padding: 10px 15px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: bold;
}

.Tabs-Header .nav-tabs {
  display: flex;
  width: 100%;
  justify-content: space-between;
  border-bottom: none;
  background-color: #0B54A514;
}
.Tabs-Header .nav-tabs .nav-item {
  flex: 1;
  text-align: center;
}
.Tabs-Header .nav-tabs .nav-link {
  width: 100%;
 border: 1px solid #0873AE;
  box-shadow: 0px -1px 0px 0px #FFFFFF00 inset;
  border-radius: 0;
  padding: 10px 0;
  color: white ;
  font-weight: 500;
}
.Tabs-Header .nav-tabs .nav-link.active {
  background-color: #0873AE;
  color: white !important;
}
.cta-gradient-section {
  background:url('../images/req-bg.png')no-repeat center center / cover;
}

.cta-box {
  background-color: #FFFFFF29; 
}
[type=email], [type=number], [type=tel], [type=url] {
    direction: rtl;
}
.apply-btn{
  border-radius: 10px;
  border: none;
}
.apply-btn:hover{
  background-color: #c2a434;
  color: rgb(0, 0, 0);
}
/* apply-form page  */
.form-card {
  background-color: #0873AE;
  padding: 30px;
  border-radius: 12px;
  max-width: 900px;
  box-shadow: 4px 4px 4px 0px #0000000A, -4px -4px 4px 0px #0000000A;
}
input::placeholder{
  color: #808080;
  font-size: 15px;
}
.form-title {
  background-color: #FFFFFF14;
  padding: 10px;
  border-radius: 10px;
}
/* about us  */
.about-us .custom-card {
      border-radius: 12px;
      background-color: #C1A83014;
      overflow: hidden;
      margin-bottom: 2rem;
    }
  .about-us .custom-card img {
      width: 100%;
      height: 100%;
      object-fit: contain;
    }
  
    .about-us .card-title {
      font-weight: 700;
      font-size: 1.7rem;
    }
    .about-us .card-text {
      font-size: 1.4rem;
      line-height: 2;
      color: black;
      font-weight: 400;
    }
    /* contact us  */
    .contactus-card{
      background-color: #FAFAFA;
      box-shadow: 0px 4px 4px 0px #00000014;
border-radius:10px;
padding: 10px;
    }
    .info-box {
      background-color:#0873AE;
      color: #fff;
      padding: 1rem;
      border-radius: 8px;
      margin-bottom: 1rem;
      box-shadow: 0px 4px 4px 0px #00000014;

    }
    .info-box i {
      font-size: 1.5rem;
      color: #0873AE;
      background-color: white;
      border-radius: 50%;
      padding-block: 15px;
      padding-inline: 20px;
    }
    .form-card-contact {
  max-width: 960px;
 top: 240px;
    right: 190px;
}


.text-blue{
  color: #0B54A5;
}
.send-btn:hover {
  background-color: #d7471d;
}
.contactus-card label{
  color: #0873AE;
}

.contactus-card input , .contactus-card  .form-select{
border: 1px solid #0873AE;
}
        /* footer  */
.main-footer {
  background-color: #0873AE;
  margin-top: 50px;
}
.main-footer a{
  text-decoration: underline;
  color: #ffffff;
  font-weight: bold;
}
.footer-title {
  background-color: #FFFFFF14;
  display: inline-block;
  padding: 6px 16px;
  border-radius: 6px;
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: bold;
}
.footer-links li,
.contact-info li {
  margin-bottom: 12px;
  font-size: 15px;
}
.icon-dot {
  font-size: 10px;
  vertical-align: middle;
}
.text-yellow{
  color: #C1A830;
}
.text-blue{
  color: #0873AE;
}

/* responsive */
 @media (max-width: 1440px) {
      .hero-section {
    padding: 105px 0px;
}  
.cta-highlight-section {
    padding: 70px 0;
}   
.corner-img {
    padding: 71px 0;
}
  }
    @media (max-width: 1024px) {
       .hero-section {
        padding: 45px 0;
    }
     .nav-item{
      margin: 0px !important;
     }
         .h2, h2 {
        font-size: calc(1rem + .4vw);
    }
    .h4, h4 {
    font-size: calc(1.1rem + .3vw);
}
.h1, h1 {
    font-size: calc(1.3rem + 1vw);
}
.h3, h3 {
    font-size: calc(1.1rem + .6vw);
}
.contact-card input, .contact-card select {
    padding: 10px;
}
.text-section {
    padding: 0 15px;
}
.cta-section {
    padding: 40px 0;
    margin-top: 40px;
}
.cta-image img {
    top: -80px;
    left: 0px;
}
    .corner-img {
        padding: 20px 0;
    }
    .contact-card {
        width: 45%;
        top: -33px;
        right: 32px;
    }
.about-us-section .about-text h4 {
    line-height: 1.5;
}
.about-us-section .logo-box {
    padding: 10px;
}
.about-us-section .logo-box img {
    max-width: 410px;
}
.about-us-section .about-text {
    padding-block: 5px;
}
.contact-heading {
    padding: 3px 10px;
}
.form-section-contact {
    height: 375px;
    margin-bottom: 330px;
}
.form-card-contact {
    max-width: 910px;
    top: 160px;
    right: 25px;
}
.icon-circle {
    width: 40px;
    height: 40px;
}
.navbar-logo img {
    height: 65px;
}
      .section-title {
    font-size: 19px;
    padding: 6px 20px;
    margin-bottom: 10px;
}
.inner-hero {
    padding: 90px 0;
}
    }
    @media (max-width: 768px) {
          .hero-section {
        padding: 0px 0;
    }
        .corner-img {
        background: linear-gradient(rgb(84 137 198 / 50%), rgb(0 0 0 / 71%)), url(../images/corner-img.png) center center no-repeat;
        padding: 0px 0;
    }
        .cta-highlight-section {
        padding: 40px 0;
    }
            .nav-link {
                margin: 10px 0;
            }

            .apply-btn {
                width: 100%;
                margin-top: 10px;
            }
              .split-section {
    flex-direction: column;
  }
  .text-side, .image-side {
    clip-path: none;
    flex: 1 1 100%;
    min-height: 250px;
    padding: 2rem;
  }
      .contact-text {
        text-align: center;
        margin-bottom: 30px;
      }
          .h4, h4 {
        font-size: calc(1rem + .2vw);
    }
        .h2, h2 {
        font-size: calc(1rem + .1vw);
    }
        .h1, h1 {
        font-size: calc(1rem + .6vw);
    }
    .h3, h3 {
    font-size: calc(0.8rem + .6vw);
}
.h5, h5 {
    font-size: 1rem;
}
    .text-section {
        padding: 0 5px;
    }
    .custom-btn {
    font-size: 13px;
    height: 38px;
    margin-bottom: 10px;
}
    .agency-section .btn-primary {
    padding: 5px 9px;
    font-size: 14px;
}
    .cta-section {
        padding: 25px 0;
        margin-top: 35px;
    }
        .cta-image img {
        top: -45px;
        left: 0px;
    }
    .contact-card input, .contact-card select {
    padding: 5px;
}
    .contact-card {
        width: 47%;
        top: -51px;
        right: 25px;
    }
        .about-us-section .logo-box img {
        max-width: 320px;
    }
        .about-us-section .about-text h4 {
        line-height: 1.3;
        font-size: 20px;
    }
    .footer-title {
    padding: 5px 8px;
    font-size: 15px;
    margin-bottom: 20px;
}
        .form-section-contact {
        margin-bottom: 50px;
    }
    form-control {
    padding: 0.300rem .70rem !important;
    font-size: 1rem;
}
    .form-card-contact {
        max-width: 645px;
        top: 0px;
        right: 0px;
        position: relative !important;
    }
    }
     @media (max-width: 430px) {
      .section-title {
    font-size: 16px;
    padding: 6px 20px;
    margin-bottom: 10px;
}
.contact-section{
  margin-top: 30px !important;
}
.inner-hero {
    padding: 50px 0;
}
          .hero-section {
              background: linear-gradient(rgb(84 137 198 / 50%), rgb(0 0 0 / 74%)), url(../images/hero-bg.png) no-repeat center center / cover;
      }
      .hero-section .text-dark {
    color: rgb(255 255 255) !important;
}
    .cta-highlight-section {
        padding: 70px 0;
    }
    .h2, h2 {
        font-size: calc(1rem);
    }
        .h4, h4 {
        font-size: calc(1rem);
    }
    .hero-section {
        animation: none;
    }
.hero-button {
    padding: 7px 14px;
    font-size: 0.9rem;
}
.category-card img {
    height: 140px;
}
.contact-card .btn-send {
    padding: 5px 0px;
    margin-top: 0px;
}
    .cta-image img {
        display: none;
    }
    .contact-card{
      position: relative;
      width: 100%;
      right: 0;
      top: 0;
      padding: 15px 15px;
    }
    .contact-section {
    padding: 20px 0;
    margin-block: 0px;
}
    .contact-text {
        margin-bottom: 5px;
        margin-top: 12px;
        font-size: 19px;
    }
    .about-text {
    line-height: 2;
    font-size: 16px;
}
.navbar-logo img {
    height: 60px;
}
.container-fluid a{
  margin-right: 0px !important;
}
.Tabs-Header .nav-tabs .nav-link {
    padding: 3px 0;
    font-size: 14px;
}
.doc-item {
    padding: 7px 9px;
    border-radius: 8px;
    gap: 8px;
}
.cta-box {
  padding: 0.8rem !important;
}
    .about-us-section .logo-box img {
        max-width: 250px;
    }
        .about-us-section .about-text h4 {
        line-height: 1.3;
        font-size: 18px;
    }
    .about-us-section {
    padding: 25px 0;
}
    .form-section-contact {
        height: 490px;
        margin-bottom: 680px;
    }
     .form-section-contact img {
      width: 110px !important;
      padding: 0;
      margin: 0;
     }
     .form-card {
    background-image: none;
    padding: 15px;
}
    .contact-text {
        margin-bottom: 5px;
        margin-top: 12px;
        font-size: 16px;
    }
    .form-label {
    margin-bottom: 0.1rem;
    font-size: 13px;
}
     }
      @media (max-width: 375px) {
            .navbar-logo img {
        height: 50px;
    }
    .section-title {
    font-size: 17px;
    padding: 5px 12px;
    margin-bottom: 0px;
}

      }