.ap-banner {
position: relative;
width: 100%;
background: linear-gradient(90deg, #fdfbfb, #ebedee);
display: flex;
align-items: center;
height: 300px;
overflow: hidden;
}


.ap-banner__container {
position: relative;
width: 100%;
}


.ap-banner__row {
display: flex;
align-items: center;
justify-content: space-between;
}



.ap-banner__side img {
width: 100%;
height: auto;
object-fit: cover;
}
.ap-banner__side{
  width: 100%;
}

.ap-banner__center {
flex: 1;
text-align: center;
}


.ap-banner__title {
font-family: 'Poppins', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial;
font-weight: 800;
letter-spacing: 2px;
color: #2b0f71;
margin: 0;
font-size: 2.1rem;
display: inline-flex;
align-items: center;
gap: 0.5rem;
}

/* ---------------------------about us ----------------- */


.about-head{
  color: var(--primary-color);

}

.choose-box {
  padding: 25px;
  position: relative;
  background: #fff;
}

.choose-box h6 {
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 10px;
}

.choose-box h2 {
  font-weight: 700;
  font-size: 28px;
  line-height: 1.3;
  margin-bottom: 15px;
}

.choose-box p {
  color: #555;
  font-size: 14px !important;
  line-height: 1.6;
  margin-bottom: 30px;
  text-align: justify !important;
}
.feature-item {
  background: #dbeafec4;;
  padding: 15px 20px 15px 40px; 
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  border-left: 4px solid #0081d1;
  position: relative;  
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}


.feature-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 6px 18px rgba(0,0,0,0.12);
}

.feature-item:hover .icon {
  background: #0081d1; 
  color: #fff;        
  transform: scale(1.1);
  border-radius: 50%;
  padding: 8px;     
  transition: all 0.3s ease;
}

.feature-item .icon {
  color: #0081d1; 
  font-size: 30px;
  margin-right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fbfafa;
  box-shadow: 0 0 0 4px #b9dde86b;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  transition: all 0.3s ease;
  flex-shrink: 0;  /* Prevent shrinking/stretching */
  object-fit: contain;
}

.feature-item .icon i {
  color: #0081d1;
  transition: color 0.3s ease;
}

.feature-item:hover .icon i {
  color: #fff;
}

.feature-step {
  background: #0081d1;
  color: #ffff;
  font-weight: bold;
  font-size: 12px;
  width: 1.8rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;   
  left: -16px;      
  top: 50%;
  box-shadow: 0 0 0 4px #f5f1f1;
  transform: translateY(-50%);
}

.feature-item h5 {
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  color: var(--primary);
}

/* ---------------services benefit--------------- */

.service-section.container {
  max-width: 100% !important;
  padding-left: 50px;
  padding-right: 50px;
}
.service-section {
background: url(../img/sectionBreak.png); 
 background-repeat: no-repeat;
  background-size: cover;        
  background-position: center;
  background-size: cover;
position: relative;
     
  /* background-attachment: fixed;  */
  border-radius: 8px;
  padding: 60px 20px;
}
.service-section::after {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background-color: var(--primary); 
  opacity: 0.8;
  z-index: 1;
}
.service-section > * {
  position: relative;
  z-index: 2;
}

.service-card {
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
  display: flex;
  min-height: 160px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  /*transition: 0.3s ease-in-out;*/
}

.icon-box {
  background: #0081d1; 

  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  font-size: 30px;
  /*transition: 0.3s ease-in-out;*/
   position: relative;
 
}
.triagle_one_section{
  content: "";
  position: absolute;
  top:40%;
  left: 113%;
  clip-path: polygon(63% 47%, 0 0, 0 100%);
  width: 28px;
  height: 34px;
  transform: translateX(-50%);
  background-color: var(--secondary);
}

.content-box {
  padding: 20px;
  text-align: left;
  /*transition: 0.3s ease-in-out;*/
}
.servicebenefits_icon{
  width: 50%;
  filter: brightness(0) invert(1);
}

.content-box h5 {
  font-weight: 700;
  margin-bottom: 10px;
  
}

.content-box p {
  margin: 0;
  color: #555;
}
.content_box_in_h{
  text-align: center;
   font-size: 17px;
}
.content_box_in_para{
   font-size: 12px;
  text-align: center;
}

.service-card.dark-card {
  background: #0a2d52;
  color: #fff;
}

.service-card.dark-card .icon-box {
  background: #0a457a;
}

.service-card.dark-card .content-box p {
  color: #ddd;
}

.service-card:hover .content-box {
  background: #0a2d52;
  color: #fff;
  /*transform: translateY(-5px);*/
}

.service-card:hover .icon-box {
  background: #0081d1;
}
.service-card:hover .triagle_one_section{
  z-index: 1;
  /*transition: 0.3s ease-in-out;*/
}

.service-card:hover .content-box p {
  color: #ddd;
}

/*---------- services we provide start --------------------*/


:root{
    --primary:#19009c;
    --secondary : #0081d1;
    --tertiary :#250c66;
}
.ady-main-2{
  border-radius: 10px;
}
.hr-aditya2{
  background-color: var(--primary);
  border-left: 1px solid var(--primary);
  border-bottom: 1px solid var(--primary);
  border-top: 1px solid var(--primary);
  border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.hr-adtiya-h-o {
     font-size: 16px;
    text-transform: uppercase;
    font-weight: 800;
    margin-top: 10px;
  }

.ad-para {
    font-size: 14px;
    text-align: left;
}
.hr-aditya1{
  padding: 12px 20px;
  border-right: 1px solid var(--primary);
  border-bottom: 1px solid var(--primary);
  border-top: 1px solid var(--primary);
  border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;

}
.content_box_in_h{
  margin-top: 10px;
}
.adi-service-sec-n{
text-align: center !important;
margin-top:12x;
}
.serv-provi{
  filter: brightness(0) invert(1);
}

.hr-ady-icon{
  font-size: 40px;
  color: white;
  margin-top: 30px;

}
.hr-aditya-01{
  font-size: 30px;
  
  margin-top: 50px;
  text-align: center;
  -webkit-text-stroke: 1px white ;
  font-family: 'Rubik','Poppins',system-ui, -apple-system,"Segoe UI",Roboto "Helvetica Neue",Arial,sans-serif;
}
.ady-main-2:hover .hr-aditya1{
  background-color: var(--secondary);
  color: white;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.ady-main-2:hover .hr-aditya2{
  background-color: var(--tertiary);
  color: var(--secondary);
  border: 0px;
}
.ady-main-2:hover .hr-ady-icon{
  color: var(--secondary);
}
.aditya-row-in{
  padding: 12px;
}

.hr-main-heading{
display: flex;
justify-content: center;
}
.adi-hr-contents{
justify-content: center;

}
.adi-hr-bottom {
border-bottom: 4px solid var(--secondary);
width: 80px;


}


.adi-hr-contents h4{
color: #09094d;
font-weight: 700;
font-size: 20px;
text-align: center;
}
.adi-hr-contents p{
color: #09094d;
 font-size: 14px;

font-weight: 500;
text-align: center;
}

.adi-hr-head{
border-left: 4px solid var(--secondary);
border-top: 4px solid var(--secondary);
border-right: 4px solid var(--secondary);
height: 34px;
width: 80px;
}
.ady-main-adhr-n {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px; /* adjust for column padding */
}

/* Each service box stretches fully */
.ady-main-2 {
    display: flex;
    flex-direction: column;
    
}

/* Inner row inside the box stretches */
.aditya-row-in {
    display: flex;
    flex: 1; /* stretch to fill the parent height */
}

/* Left number + icon section */
.hr-aditya2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; /* center vertically */
}

/* Right content stretches too */
.hr-aditya1 {
    display: flex;
    flex-direction: column;
    /*justify-content: center; /* vertically center text if desired */
}
.service-card {
    display: flex;
    align-items: stretch; /* stretch the content-box only, left stays fixed */

    box-sizing: border-box;
    height: 100%;
}

.icon-box {
    width: 70px; /* fixed width */
    height: auto; /* keep original height */
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0; /* prevent shrinking */
    position: relative;
}

.content-box {
    flex: 1; /* take remaining space */
    padding-left: 15px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

/* Make all cards in a row equal height */
.sb-2 {
    display: flex;
    flex-direction: column;
}

.row.g-4 {
    display: flex;
    flex-wrap: wrap;
}

.sb-2 {
    display: flex;
}
/*---------------service we provide end ---------------------*/



@media(max-width: 1199px){
  .hr-ady-icon{
    font-size: 30px;

  }
  .hr-adtiya-h-o{
    font-size: 16px;
    /*margin-top: 10px;*/
  }
  .ad-para{
    font-size: 13px;
  }
  .service-section{
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .content_box_in_h{
    font-size: 15px !important;
  }
  .content_box_in_para{
    font-size: 12px !important;
  }

}

@media (min-width: 770px) and (max-width: 1000px) {
.about-adihr{
    max-width: 882px !important;
}
}
@media (max-width: 768px) {
.logistics-section {
    flex-direction: column;
}
.left-box {
    grid-template-columns: repeat(2, 1fr);
}
.right-box {
    min-height: 300px;
}
.choose-box p {
font-size: 12px;

}
.work-image{
justify-content: center;
}
.work-image img{
  padding-bottom: 0px;
}
.content_box_in_h{
  font-size: 14px !important;
}
.content_box_in_para{
  font-size: 11px !important;
}
.hr-adtiya-h-o{
  font-size: 15px;
}
}
@media(max-width: 575px){
.ady-main-adhr-n{
  justify-content: center;
}
.ady-main-2{
    max-width: 400px;
}
.content_box_in_h{
  font-size: 14px !important;
}
.content_box_in_para{
  font-size: 12px !important;
}
.hr-adtiya-h-o{
  font-size: 13px;
}

.adi-hr-contents p{
    font-size: 10px;
}

.adi-hr-contents h4{
    font-size: 13px;
}
.sb-1{
  display: flex;
  justify-content: center;
}
.sb-2{
  max-width: 430px;
}

}