.hero-section {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    padding: 0px 0;
}
/* .hero-content {
    max-width: 550px;
} */
.hero-title {
    font-size: 35px;
    font-weight: 800;
    color: #000;
    text-transform: capitalize;
    margin-bottom: 15px;
    margin-left: 20px;
}
.hero-title span.text-orange {
    color: #FF5E00;
}
.hero-text {
    font-size: 16px;
    color: #4b4a4a;
    line-height: 1.7;
    font-weight: 500;
    margin-bottom: 10px;
}
.doz-gr{
    font-size: 20px;
    font-weight: 600;
    color: #333;
}
.doz-img-sp img{
    width: 30px;
}
.doz-img-sp{
    background-color: #FF5E00;
    width: 50px;
    height: 50px;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.doz-ico-bg{
    background-color: #FF5E00;
    width: 30px;
    min-width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}
.doz-cl{
    color: #4b4a4a;
}
.doz-ico-bg i{
    color: #fff;
}
.section-head{
    font-size: 25px;
    font-weight: 700;
    color: #000;
    text-align: start;
}
.hero-img {
    max-width: 100%;
}
.doz-section-ul{
    list-style-type: none;
    padding-left: 10px;
}
.doz-section-ul li{
    display: flex;
}
@media (min-width: 768px) {
    .hero-title {
        font-size: 3.4rem;
        line-height: 1.15;
    }
}

@media (max-width: 767px) {
    .hero-section {
        padding: 60px 0;
        text-align: center;
    }

    .hero-content {
        margin: 0 auto;
    }
}

.services-section {
    background: #f5f7fa;
    padding: 100px 30px;
}

.container {
    max-width: 1140px;
    margin: auto;
}

.section-header {
    text-align: center;
    margin-bottom: 50px;
}

.section-header h2 {
    font-size: 32px;
    margin-bottom: 10px;
}

.section-header h3 {
    font-size: 18px;
    color: #666;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-bottom: 50px;
}

.service-card {
    flex: 1;
    background: #fff;
    padding: 20px;
    border-radius: 30px;
    text-align: center;
    transition: 0.3s;
}

.service-card:hover {
    background: #FF5E00;
}
.service-card:hover p{
    color: #fff;
}
.service-card h4 {
    margin: 20px 0 10px;
}
.service-card p {
    font-size: 15px;
}

.doz-icon {
    width: 70px;
    height: 70px;
    background: #fd8540;
    margin: 0 auto 15px auto;
    border-radius: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.doz-icon i{
    color: #fff;
    font-size: 40px;
}

.section-btn {
    text-align: center;
}
.doz-start-t{
    text-align: start;
    font-size: 20px;
    font-weight: 700;
    color: #333;
}

/* =====================
   SECTION BASE
===================== */
.bg-white {
  background-color: #fff;
}

.hero-section {
  position: relative;
  width: 100%;
  height: fit-content;
  overflow: hidden;
  padding: 0px 0px;
}
.hero-section > img.bg-art {
  position: absolute;
  bottom: -12px;
  width: 100%;
  object-fit: contain;
  z-index: 0;
}

/* =====================
   CONTAINER & GRID
===================== */
.hero-wrapper {
  position: relative;
  z-index: 10;
  padding: 30px 1rem !important;
}

@media (min-width: 1280px) {
  .hero-wrapper {
    padding: 0;
  }
}

.hero-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 70px;
}

@media (min-width: 1280px) {
  .hero-grid {
    grid-template-columns: repeat(12, 1fr);
    gap: 140px;
  }
}

/* =====================
   LEFT CONTENT
===================== */
.hero-content {
  grid-column: span 6;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 60px;
}

@media (min-width: 1280px) {
  .hero-content {
    grid-column: span 5;
    max-width: 501px;
    padding-top: 0;
  }
}

.hero-badge {
  display: flex;
  align-items: center;
  gap: 10px;
}

.hero-badge span {
  font-size: 20px;
  font-weight: 700;
  color: #ec4814;
}

.hero-content h2 {
  font-weight: 800;
  text-transform: capitalize;
  color: #0e191e;
  font-size: 35px;
  margin-bottom: 0;
}

@media (min-width: 640px) {
  .hero-content h2 {
    font-size: 55px;
    line-height: 61px;
  }
}

@media (min-width: 1024px) {
  .hero-content h2 {
    font-size: 36px;
  }
}

.hero-content h2 span {
  color: #ec4814;
}

.hero-content p {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
  color: #5b5b5b;
}

/* =====================
   RIGHT IMAGE
===================== */
.hero-image {
  grid-column: span 6;
  position: relative;
  height: 100%;
}

@media (min-width: 1280px) {
  .hero-image {
    grid-column: span 7;
  }
}

.hero-image img {
  width: 100%;
  border-radius: 20px;
  object-fit: cover;
}
@media screen and (max-width: 767px) and (min-width: 678px) {
   .banner-style-one{
      background: linear-gradient(to right, #fff, #000);
      z-index: 10;
   }
}
.doz-ico-imafge img{
  width: 50px;
}
.doz-nav-fas .outline-icon{
    /* color: transparent; */
    -webkit-text-stroke: 1.5px #fff;
    text-stroke: 1.5px #fff;
}
.doz-nav-fass .outline-icons{
    color: transparent;
    -webkit-text-stroke: 1.5px #333;
    text-stroke: 1.5px #333;
}
.doz-ico-social{
  display: flex;
  gap: 15px;
}
.doz-social-ico{
  width: 40px;
  height: 40px;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.doz-social-ico i{
  font-size: 20px;
  color: #fff;
}
.doz-face{
  background-color: #449ae6;
}
.doz-insta{
  background: radial-gradient(circle at 30% 107%,
        #fdf497 0%,
        #fdf497 5%,
        #fd5949 45%,
        #d6249f 60%,
        #285AEB 90%);
}
.doz-twit{
  background-color: #0e191e;
}
.doz-link{
  background-color: #1463a7;
}
.title{
  font-size: 20px;
  font-weight: 600;
  color: #0e191e;
}
.contact-form-p input{
    border: 1px solid #3d7bb1ff !important;
}
.contact-form-p textarea{
    border: 1px solid #3d7bb1ff !important;
}
.contact-form-p input:focus{
    border: 1px solid #FC8844 !important;
}
.contact-form-p textarea:focus{
    border: 1px solid #FC8844 !important;
}
.info-wrapper span{
    color: #dad8d8 !important;
}
@media screen and (max-width: 768px){
    .mbdoz{
      margin-bottom: 25px;
    }
    .rts-breadcrumb-area .title-area-left{
      padding-bottom: 0px !important;
    }
    .global-title h2{
      font-size: 25px !important;
    }
    .global-title p{
      font-size: 15px !important;
    }
    .doz-img-foot img{
      max-width: 100px;
    }
    .contact-info-area-wrapper-p .single-contact-info .info-wrapper a{
      font-size: 16px !important;
    }
    
    .contact-info-area-wrapper-p .single-contact-info .info-wrapper span{
      margin-bottom: 0px !important;
    }
    .title{
      font-size: 16px;
    }
    .hero-content{
      padding-top: 0;
    }
    .hero-badge span{
      font-size: 16px !important;
    }
    .hero-content h2{
      font-size: 25px !important;
    }
    .hero-wrapper{
      padding: 0;
    }
    .sec-ptb{
      padding-top: 15px !important;
    }
    .sec-title{
      font-size: 25px !important;
      line-height: 28px;
      margin-bottom: 0;
    }
    .sec-sub-title{
      margin-bottom: 0;
    }
    .doz-head{
      font-size: 20px;
      margin-top: 20px;
    }
    .hero-grid{
      gap: 10px;
    }
    .pt-130{
      padding-top: 20px;
    }
    .tv-section-title{
      font-size: 25px;
    }
    .doz-cl{
      color: #000 !important;
    }
    .hero-section{
      padding-bottom: 0;
    }
    .section-header h2{
      font-size: 25px;
    }
    .services-section{
      padding: 30px 5px;
    }
}
@media screen and (min-width: 580px) and (max-width: 1050px){
     .doz-m{
      margin-right: 45px;
     }
}

@media (max-width: 991px) {
  .hero-content h2 {
    justify-content: center;
    text-align: center;
  }

  .hero-title {
    padding-top: 0 !important;
    text-align: center;
  }

  .hero-content p,
  .doz-gr {
    text-align: center;
  }

  .doz-m {
    margin-top: 30px;
  }

  .doz-section-ul {
    padding-left: 0;
  }
}

@media (max-width: 576px) {
  .hero-content h2 {
    gap: 5px;
  }

  .doz-img-sp img {
    max-width: 80px;
  }

  .hero-title {
    font-size: 22px;
  }

  .hero-text {
    font-size: 14px;
    line-height: 1.6;
  }

  .doz-section-ul li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
  }

  .doz-ico-bg {
    flex-shrink: 0;
  }
}

.contact-info-area-wrapper-p .single-contact-info .icon{
  min-width: 51px !important;
}
.dz-top-left{
  display: flex;
}
@media screen and (max-width: 930px){
    .dz-top-left {
    display: block;
}
}

.global-presence {
    background: linear-gradient(135deg, #f5f7fa, #eef4fd);
}
.global-title {
    text-align: center;
    margin-bottom: 40px;
}
.global-title p {
    color: #333;
    font-size: 18px;
    font-weight: 500;
}
.global-title h2{
  font-size: 35px;
  font-weight: 700;
  color: #000;
  margin-bottom: 10px;
}
.country-title {
    font-size: 23px;
    font-weight: 800;
    color: #0e191e;
    margin-left: 10px;
    margin-bottom: 10px;
}
.country-content {
  display: grid;
  grid-template-columns: 1fr 70px;
  gap: 15px;
}

.country-card {
    border-radius: 16px;
    padding: 20px;
    overflow: hidden;
    transition: transform .3s ease, box-shadow .3s ease;
}
.card-india{
 background-position: center;
 background-size: cover;
 background-repeat: no-repeat;
}
.card-saudi{
 background-position: center;
 background-size: cover;
 background-repeat: no-repeat;
}
.country-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.2);
}
.flag {
    width: 80px;
}
.t-color{
  color: #983a03; 
}
.ts-color{
  color: #33691E;
}
.visit-btn {
    padding: 7px 20px;
    border-radius: 30px;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
}
.doz-btn{
  background-color: #983a03;
}
.doz-btn1{
  background-color: #33691E;
}

.doz-btn:hover {
  border: 2px solid #983a03;
  background: transparent;
  color: #983a03;
}
.doz-btn1:hover {
  border: 2px solid #33691E;
  background: transparent;
  color: #33691E;
}
.doz-flex-img .doz-im1 img{
  width: 80px;
}
.doz-flex-img .doz-im2 img{
  width: 120px;
}
@media screen and (max-width: 580px){
    .thumbnail-about-and-progress-1 .progress-area-wrapper{
      left: -35% !important;
       bottom: -15px !important;
       padding: 10px 10px !important;
    }
    .title-style-one.center{
      margin-top: 60px !important;
    }
    .thumbnail-about-and-progress-1 .progress-area-wrapper .title{
      font-size: 16px !important;
    }
    .thumbnail-about-and-progress-1 .progress-circle-main-wrapper svg.radial-progress{
      max-width: 60px !important;
    }
}
@media screen and (max-width: 768px){
    .about-sec .sec-content{
       margin-left: 0;
    }
}
.doz-error-h{
  font-size: 30px;
  margin-bottom: 10px;
  font-weight: 800;
  color: #0B589B;
}
.doz-error-p{
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
  color: #525151;
}









