.navbar-brand img{
	width:180px;
}
.about-us:before{
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    background: #00000078;
    position: absolute;
    z-index: -1;
}
.custmosain {
/*    position: relative;*/
    top: 4px;
/*    left: 5px;*/
    font-size: 24px;
    font-weight: 600;
    color: red;
    display: inline-block;
}

.service .btn-default {
        border: 1px solid var(--accent-color);
    padding: 18px 20px 18px 20px; 
}

.service .custmosain {
    position: relative;
}

.service .btn-default::before{
	display:none;
}

.btn-default::before {
    display:none;
    
}

.service-section-btn .btn-default{
	background:#fff;
	color:var(--accent-color);
}

.service-img img{
/*	border-radius: 20px;*/
	margin-bottom: 20px;
	position: relative;
	width:100%;
}

 

#faqs .section-title h3::before {
    background: var(--white-color);
}

.list-services{
min-height:105px;
}

.logos-img figure img {
     aspect-ratio: 0; 
     border-radius: 0;
}

.logos-img figure {
     border-radius: 0; 
}

.logos-img{
    text-align: center;
}

#logos .section-row{
    margin-bottom: 40px;
}
#logos{
    padding: 80px 0 80px;
}
#services{
    background:#eaf4f6;
}

.bannerlinst{
    display: flex;
    flex-wrap: wrap;
    gap: 6px 20px;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top:20px;
}
.bannerlinst li{
    position: relative;
    width:100%;
    color:#fff;
    font-size:22px;
    line-height: 1.5em;
    padding-left: 30px;
    transition: all 0.4s ease-in-out;
}
.bannerlinst li:before {
    content: '\f058';
    position: absolute;
    font-family: 'Font Awesome 6 Free';
    top: 0;
    left: 0;
    font-weight: 900;
    font-size: 18px;
    color: var(--accent-color);
    transition: all 0.4s ease-in-out;
}

.textmoxn {
    display: flex;
    justify-content: space-between;
    align-items: center;
        margin-bottom: 15px;
}
.textmoxn_hed h3{ 
        font-size: 22px;
}
.textmoxn_hed p{
    font-size:16px; 
    margin-bottom:0px;
}
.textmoxn_img img{
    width:30px;
}

 .testimonial-content p{
      scrollbar-width: thin;
  scrollbar-color: #bdbdbd #f0f0f0;
 }
/* Scrollbar width */
.testimonial-content p::-webkit-scrollbar {
  width: 8px;
}

/* Track (background) */
.testimonial-content p::-webkit-scrollbar-track {
  background: #f0f0f0;
  border-radius: 10px;
}

/* Thumb (the draggable part) */
.testimonial-content p::-webkit-scrollbar-thumb {
  background: #bdbdbd;
  border-radius: 10px;
}

/* Hover effect */
.testimonial-content p::-webkit-scrollbar-thumb:hover {
  background: #999;
}
.form-wizard {
  color: #888888;
   
}
.form-control{
    appearance:auto;
}
.wizard-fieldset h4{
    font-size: 22px;
    margin-bottom: 10px;
    line-height: 1.3;
}
.form-wizard .wizard-form-radio {
  display: inline-block;
  margin-left: 5px;
  position: relative;
}
.form-wizard .wizard-form-radio input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  background-color: #ffffff;
  height: 25px;
  width: 25px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
}
.form-wizard .wizard-form-radio input[type="radio"]:focus {
  outline: 0;
}
.form-wizard .wizard-form-radio input[type="radio"]:checked {
  background-color: #fb1647;
}
.form-wizard .wizard-form-radio input[type="radio"]:checked::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  display: inline-block;
  background-color: #ffffff;
  border-radius: 50%;
  left: 1px;
  right: 0;
  margin: 0 auto;
  top: 8px;
}
.form-wizard .wizard-form-radio input[type="radio"]:checked::after {
  content: "";
  display: inline-block;
  webkit-animation: click-radio-wave 0.65s;
  -moz-animation: click-radio-wave 0.65s;
  animation: click-radio-wave 0.65s;
  background: #000000;
  content: '';
  display: block;
  position: relative;
  z-index: 100;
  border-radius: 50%;
}
.form-wizard .wizard-form-radio input[type="radio"] ~ label {
  padding-left: 10px;
  cursor: pointer;
}
.form-wizard .form-wizard-header {
  text-align: center;
}
.widget-form .widget-title{font-size:30px;}
.form-wizard .form-wizard-next-btn, .form-wizard .form-wizard-previous-btn, .form-wizard .form-wizard-submit {
        font-size: 16px;
      background-color:#0b183b;
    color:#ffffff;
  display: inline-block;
  min-width: 100px;
  min-width: 100px;
  padding: 10px;
  text-align: center;
  border-radius: 0;
  border: 2px solid #fff;
      padding: 18px 36px;
          font-weight: 600;
}
.form-wizard .form-wizard-next-btn:hover, .form-wizard .form-wizard-next-btn:focus, .form-wizard .form-wizard-previous-btn:hover, .form-wizard .form-wizard-previous-btn:focus, .form-wizard .form-wizard-submit:hover, .form-wizard .form-wizard-submit:focus {
  color: #ffffff;
  background-color:#000000;
          /*border: 1px solid currentColor;*/
  /*opacity: 0.6;*/
  text-decoration: none;
      border-radius: 0;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
        padding: 18px 36px;
}
.form-wizard .wizard-fieldset {
  display: none;
}
.form-wizard .wizard-fieldset.show {
  display: block;
}
.form-wizard .wizard-form-error {
  display: none;
  background-color: red;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  width: 100%;
}
.form-wizard .form-wizard-previous-btn {
  background-color: #a5a2a3;
    color: #fff; 
}
.form-wizard .form-control {
         height: auto !important;
    padding: 12px 15px;
    color: #000000;
    background-color: #ffffff;
    border: 1px solid #000000;
    font-size: 15px;
}

.form-wizard .form-control:focus {
  box-shadow: none;
}
.form-wizard .form-group {
  position: relative;
  margin-bottom: 20px;
}
.form-wizard .wizard-form-text-label {
  position: absolute;
  left: 10px;
  top: 9px;
  transition: 0.2s linear all;
}
.form-wizard .focus-input .wizard-form-text-label {
  color: #000000;
  top: -22px;
  transition: 0.2s linear all;
  font-size: 14px;
}
.form-wizard .form-wizard-steps {
  margin: 20px 0;
}
.form-wizard .form-wizard-steps li {
  width: 33.33%;
  float: left;
  position: relative;
}
.form-wizard .form-wizard-steps li::after {
  background-color: #a4a1a2;
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  border-bottom: 1px solid #a4a1a2;
  border-top: 1px solid #a4a1a2;
}
.form-wizard .form-wizard-steps li span {
  background-color: #a4a1a2;
  border-radius: 50%;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  position: relative;
  text-align: center;
  width: 40px;
  z-index: 1;
  color:#ffffff;
}
.form-wizard .form-wizard-steps li:last-child::after {
  width: 50%;
}
.form-wizard .form-wizard-steps li.active span, .form-wizard .form-wizard-steps li.activated span {
  background-color: #0b183b;
  color: #ffffff;
}
.form-wizard .form-wizard-steps li.active::after, .form-wizard .form-wizard-steps li.activated::after {
  background-color: #0b183b;
  left: 50%;
  width: 50%;
  border-color: #0b183b;
}
.form-wizard .form-wizard-steps li.activated::after {
  width: 100%;
  border-color: #0b183b;
}
.form-wizard .form-wizard-steps li:last-child::after {
  left: 0;
}
.form-wizard .wizard-password-eye {
  position: absolute;
  right: 32px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
@keyframes click-radio-wave {
  0% {
    width: 25px;
    height: 25px;
    opacity: 0.35;
    position: relative;
  }
  100% {
    width: 60px;
    height: 60px;
    margin-left: -15px;
    margin-top: -15px;
    opacity: 0.0;
  }
}


  .featured-section { text-align:center;
    padding: 50px 0px;
    background: rgb(220 213 215 / 25%);
  }
 

  .eyebrow {
    color: #cb882e;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 12px;
  }

  .featured-section h2 {
    font-size: 42px; 
    margin-bottom: 50px;
    color: #1e293b;
    line-height: 1.2;
  }

  .featured-grid {
       display: flex;
    /*grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));*/
    gap: 22px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .featured-card {
    background: #ffffff;
    border: 1px solid rgba(203, 136, 46, 0.18);
    border-radius: 20px;
    padding: 12px 24px;
    font-size: 18px;
    font-weight: 600;
    color: #374151;
    width: calc(20% - 18px);
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(203, 136, 46, 0.08);
  }

  .featured-card:hover {
    transform: translateY(-6px);
    background: #ffffff;
    color: #ffffff;
    border-color: #cb882e;
    box-shadow: 0 18px 40px rgba(203, 136, 46, 0.25);
  }

  @media (max-width: 768px) {
    .featured-section {
      padding: 70px 16px;
    }

    .featured-section h2 {
      font-size: 32px;
    }

    .featured-card {
      font-size: 16px;
      padding: 22px 18px;
    }
  }
  
  
   .white-track-record-section {
    padding: 80px 0px;
    background: #ffffff;
  }
 

  .white-track-record-header {
    text-align: center;
    margin-bottom: 50px;
  }

  .white-track-record-subtitle {
      display: inline-block;
    margin-bottom: 10px;
    font-size: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 700;
    color: var(--accent-color);
  }

  

  .white-track-record-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
    gap: 28px;
  }

  .white-track-record-card {
    position: relative;
    padding: 42px;
    border-radius: 24px;
    background: #ffffff;
    border: 1px solid #cb882e;
    transition: all 0.35s ease;
    overflow: hidden;
  }

  .white-track-record-card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 5px;
    height: 100%;
    background: linear-gradient(to bottom, #cb882e, #aa6508);
  }

  .white-track-record-card:hover {
    transform: translateY(-8px);
    border-color: #d8c6b5;
    box-shadow:
      0 20px 50px rgba(0,0,0,0.08);
  }

  .white-track-record-number {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #b39a82;
    margin-bottom: 20px;
  }

  .white-track-record-card h3 {
    margin: 0 0 22px;
    font-size: 35px;
    font-style: italic; 
    font-weight: 600;
    color: #111;
  }

  .white-track-record-card p {
    margin: 0;
    font-size: 16px;
    line-height: 1.95;
    color: #555;
    font-family: "Inter", sans-serif;
  }

  .white-track-record-card strong {
    color: #111;
    font-weight: 700;
  }

  .white-track-record-card span {
    color: #7b5a3f;
    font-weight: 700;
    background: #f5ece2;
    padding: 2px 8px;
    border-radius: 8px;
  }

  @media (max-width: 768px) {
.white-track-record-grid { 
    /*grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));*/
    gap: 25px;
}
    .white-track-record-section {
      padding: 80px 0px;
    }

    .white-track-record-card {
      padding: 32px;
    }

    .white-track-record-card h3 {
      font-size: 32px;
    }

    .white-track-record-card p {
      font-size: 16px;
      line-height: 1.85;
    }
  }
  
  
 .mixnhi{
     min-height:300px;
 }
 .mixnhi1{
     min-height:300px;
 }
 
 
    .service-card{
          position: relative;
    overflow: hidden;
    height: 410px;
    background: #111;
    cursor: pointer;
    margin-bottom: 30px;
    }

    .service-card img{
      width:100%;
      height:100%;
      object-fit:cover;
      transition:transform .6s ease;
    }

    .service-card:hover img{
      transform:scale(1.08);
    }

    .service-overlay{
      position:absolute;
      inset:0;
      background:linear-gradient(
        to top,
        rgba(0,0,0,.95) 10%,
        rgba(0,0,0,.5) 45%,
        rgba(0,0,0,.15) 100%
      );
    }

    .service-content-new{
      position:absolute;
      bottom:35px;
      left:35px;
      right:35px;
      z-index:2;
    }

    .service-icon{
      width:62px;
      height:62px; 
      border-radius:50%;
      display:flex;
      align-items:center;
      justify-content:center;
      color:#c9a46a;
      font-size:24px;
      margin-bottom:22px;
    }

    .service-title{ 
    font-size: 30px;
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 18px;
    color: #fff;
    }

    .gold-line{
      width:55px;
      height:2px;
      background:#c9a46a;
      margin-bottom:28px;
    }
   

    @media(max-width:768px){ 
.service-content-new{
    left: 25px;
    right: 25px;
}
      .service-card{
        height:400px;
      }

      .service-title{
        font-size:28px;
      }
    }
  
@media (max-width: 767px){
    .mixnhi, .mixnhi1{
     min-height:unset !important;
 }
    .featured-card{
        width: calc(50% - 12px)  !important;
    }
    .bg-section.dark-section{
        background: var(--accent-secondary-color) !important;
    }
.form-wizard .form-wizard-next-btn, .form-wizard .form-wizard-previous-btn, .form-wizard .form-wizard-submit{
    min-width: 100px !important;
}
}

@media only screen and (min-width: 1230px) {
    .container {        max-width: 1200px;
    }
}

@media only screen and (max-width: 768px) {
    .btn-flex{
        display: block !important;
    }
    .custmosain{
        margin-top:10px;
    }
    .why-choose-image{
        margin-top:30px;
        margin-bottom:0;
    }
    .list-services {
        min-height: 0px;
    }
    .services2p{
        display: none;
    }
    .btn-default.me-3{
        margin-right:0 !important;
    }
    .third-footer-col{
        margin-top:15px;
    }
}