
:root {
    --primary-color: #27305f;
    --Secondary-color: #5a5e70;
    --SubHeading-color: #10b1b5;
    --Span-color: #2c8ebf;
    --Peragraph-size: 16px;
    --Heading-size: 3rem;
    --Heading-weight: 300;
    --SubHeading-size: 1.6rem;
    --Rgular: regular_bold;
  }
 
.container{
    max-width: 100%;
}
.nav-items-container {
    margin-left: auto;
}
#section-one {
    background-image: url("/express-img/nextjs-Imgs/home_final1_IE.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    
}
#search-icon {
    background-color: #2C8EBF;
    color: white; 
    font-size: 20px;
    border-top-right-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    cursor: pointer;
  }
.input-container {
    display: flex;
    width: 80%;
    border-bottom: #2C8EBF solid 2px;
}

  #search-input {
    flex: 1;
    border: none; /* Remove the border */
    outline: none; /* Remove the outline when focused */
    color: var(--primary-color); /* Set the text color */
    height: 55px;
    padding-left: 20px;

  }
  
  #search-input::placeholder {
    color: gray; /* Set the placeholder color */
  }
  /* .search-result-items{
    width: 100%;
  } */

.section-one_content {
    height: 100vh ;
    max-width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.section-one_content h1 {
    font-size: var(--Heading-size);
    font-weight: var(--Heading-weight);
    color: var(--primary-color);
    line-height: 1.43;
    margin: 32px 0;
    font-family: var(--Rgular);
}

.section-one_content h2 {
    font-size: var(--SubHeading-size);
    color: var(--SubHeading-color);
    font-weight: var(--Heading-weight);
    margin: 24px 0;
    font-family: var(--Rgular);
}

.section-one_content img{
    width: 300px;
    height: auto;
    margin-left: -10px;
    margin-top: 20px
;
}
.client-item_right{
    background-color: #ecf6f5;
}

.client-container{
    display: flex;
}
.client-container img{
    flex: 0 0 50%;
    max-width: 50%;
    height: auto;
    max-height: 90vh;
    object-fit: contain;
}
.section-two_content {
    flex: 0 0 40%;
    margin: 2rem 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    width: 50%;
}
.section-two_content h3 {
   margin: 0.5rem 0;
    color: #46cdd0;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    font-size: 1.25rem;
    font-family: var(--Rgular);
}
.section-two_content h2 {
   margin: 0.5rem 0;
    line-height: 38px;
    font-size: 2rem !important;
    font-weight: var(--Heading-weight);
    color: #13293d;
    font-family: var(--Rgular);
}
.section-two_content p {
    line-height: 30px;
    font-family: regular_medium;
    font-size: 16px;
    color: #13293d;
    margin: 1rem 0;
    text-align: justify;
}
#section-three {
    /* max-width: 90%; */
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    flex: 0 0 90%;
    margin: 0 auto;
    padding: 2rem 0;
    overflow: hidden;
}

#section-three h2{
    text-align: center;
    color: var(--primary-color);
    font-size: 2rem;
    font-family: var(--Rgular);
    margin: 1rem 0;
}
#section-three div div{
    display: flex;
}
#section-three div div img{
    width: 50px;
}
#section-three div div h3{
    font-size: 16px;
    margin: 1rem 0;
    color: var(--Span-color);
    font-family: var(--Rgular);
    /* font-weight: var(--Heading-weight); */
}
#section-three div div div{
    margin: 1rem;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    /* height: 50vh; */
    padding: 0 10px 0 0;
}
#section-four {   
    background-color: #ecf6f5;
    padding: 40px 0;
}
.slider-peragraph{
    font-size: 17px;
    /* font-style: italic; */
    color: var(--primary-color);
    padding-top: 12px;
    padding-bottom: 12px;
    line-height: 1.43rem;
    font-weight: 400;
}

.slider-prev, .slider-next{
    border: none;
    outline: none;
    background: transparent;
}
.slider-prev:focus, .slider-next:focus{
   outline: none;
}
.slider-prev:hover, .slider-next:hover{
   outline: none;
}
#section-five{
    background: url(https://s3.mordorintelligence.com/static-pages-img/map.svg);

}
#section-five div {
    max-width: 60vw;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 60vh;
}
#section-five h2, #section-five p {
    text-align: center;
    margin: 1.6rem 0;
}
#section-five h2 {
    font-family: var(--Rgular);
    font-size: 2rem;
    color: var(--primary-color);
}
.heading-span{
    color: #2c8ebf ;
}

.sub-heading {
    color: #10b1b5;
    font-weight: 400;
    text-transform: uppercase;
    font-family: var(--Rgular);
}
.testimonial-heading-home{
  color:#1C5E7D;
  font-size: 38px;
  font-family: regular_bold;
  text-align: center;
}
/* .container-box{
    width: 80%;
    display: flex;
    align-items: start;
    margin: 0 auto;
} */
.slide-item-wrap{
  display: flex !important;
}
.testimonial-content{
  width: 90%;
  padding-left: 20px;
  box-sizing: border-box;
}
.left-side-document-wrap{
  /* width: 20%; */
  width: 7%;
}
.anchor-wrap-lorc a{
  display: flex;
  align-items: center;
  justify-content: center;
}
.company-name-testi{
  background: green;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
}
.company-name-testi a{
  text-decoration: none;
  color: #fff;
  font-family: regular_bold;
  font-size: 16px;
  text-align: center;
  padding: 10px 20px;
  display: block;
  width: 100%;
}

.slider {
    position: relative !important;
    width: 100%;
    min-height: 200px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    /* margin-left: 25px; */
  }
  
  
  .slider-container {
    display: flex;
    /* transition: transform 0.1s ease; */
  }
  
  .slider-item {
    flex: 0 0 auto;
    width: 100%;
  }
  .slider-text{
    border-bottom: 1px solid #2C8DBF;
    margin-left: 20px;
  }
  .testimonial-auth-details{
    margin-left: 20px;
  }
  .auth-deatils{
    margin-top: 20px;
  }
  .slider-text p{
    font-family: regular_medium;
    font-size: 20px;
    line-height: 25.8px;
  }
  .auth-details-title{
    color: #000;
    font-family: regular_bold !important;
    font-size: 24px;
    line-height: 30.53px;
    font-weight: 300;
  }
  .slider-item p {
    font-weight: 400;
    font-family: regular_medium;
    font-size: 17px;
    width: 100%;
    text-align: justify;
    /* margin: 0 auto; */
    /* padding-left: 20px; */
    line-height: 1.4rem;
  }
  
  .anchor-wrap-lorc{
    /* background: #AED3E34D; */
    /* padding: 30px; */
  }
.letter-of-reco-anchor{
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #1C5E7D;
    font-size: 20px;
    font-family: regular_semibold;
    line-height: 25.8px;
    margin-bottom: 15px;
  }
  .letter-of-reco-anchor:hover{
    text-decoration: none;
  }
  .letter-of-reco-anchor img{
    margin-right: 10px;
  }
  .letter-of-reco-anchor span{
    text-decoration: none;
    font-family: regular_semibold;
    font-size: 20px;
    font-weight: 300;
    margin-left: 10px;
  }
  .lor-home{
    color: #2C8DBF;
    font-size: 20px;
    font-family: regular_regular;
    line-height: 25.8px;
    margin-top: 12px;
  }
  .view-case-studies{
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .view-case-studies:hover{
    text-decoration: none;
  }
  
  .slider-dots {
    position: absolute;
    bottom: 10px;
    display: none;
  }

  .slider-dot {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #fff;
    margin: 0 5px;
    cursor: pointer;
    border: 1px solid #6c757d;
  }
  
  .slider-dot.active {
    background-color: var(--Span-color);
  }

  .slider-prev, .slider-next {
    position: absolute;
    bottom:10%;
  }
  .slider-prev {
    right: 90px;
  }
  .slider-next {
    right: 0;
  }

.custom-btn {
    /* Ensures sufficient touch target area */
    min-width: 220px;
    min-height: 45px;
    font-size: 1rem;
    background: none;
    margin: 1rem 0; /* Combines top and bottom margin */
    padding: 10px 20px; /* Adds padding for touch-friendly area */
    border: 1px solid #1B5B79;
    color: #1B5B79;
    letter-spacing: 0.05em;
    cursor: pointer;
    border-radius: 5px;
    font-family: regular_bold;
    text-transform: uppercase;
    white-space: nowrap;
    display: inline-flex; /* Centers link text */
    align-items: center;
    justify-content: center;
    text-align: center;
    text-decoration: none;
}

.custom-btn a {
    color: inherit; /* Ensures color is inherited */
    text-decoration: none; /* Removes underline from links */
}

.custom-btn:hover {
    color: white;
    background: rgb(44, 142, 191);
    transition: all 0.5s ease 0s;
}

.custom-btn:hover a {
    color: #fff;
}

  .hidden {
    opacity: 0;
    transition: all 1.5s;
  }
  .hidden-left {
    transform: translateX(-100%);
  }
  .hidden-right {
    transform: translateX(100%);
  }
  .show {
    opacity: 1;
    filter: blur(0);
    transform: translateX(0);
  }
  .search-item_container{
    width: 80%;
    position: absolute;
    top: 100%;
    background-color: #fff;
    z-index: 1000;
  }
  .no-data-found{
    width: 100%;
    margin:  5% 0;
  }

  #input-spinner {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #3498db;
    animation: spin 1s linear infinite;
    text-align: center;
    margin: 5% auto;
  }
  .advancate-text{
    font-family: regular_medium;
    text-align: justify;
  }

.custom-btn a {
    text-decoration: none;
    color: #1B5B79;
}
  
  @keyframes spin {
    0% {
      transform: rotate(0deg);
    }
    
    100% {
      transform: rotate(360deg);
    }
  }
  


  @media (max-width: 768px) {
    .left-side-document-wrap div {
      display: flex;
      align-items: center;
      justify-content: center;
    }
    #section-one{
        background-image: url(https://s3.mordorintelligence.com/static-pages-img/home_final_mobile.svg);
    }
    .container-box{
      flex-direction: column;
    }
    .testimonial-icon-img{
      width: 50px;
      height: auto;
    }
    .slider-prev, .slider-next {
      position: absolute;
      bottom:5%;
    }
    .slider-prev {
      right: 60px;
    }
    .slider-prev img, .slider-next img{
      width: 35px;
      height: 35px;
    }
    .section-one_content{
        max-width: 100%;
        padding: 0 16px;
    }
    .layout-container.flex.justify-content-between {
        flex-direction: column;
    }
    .section-two_content{
      width: 100%;
    }
    .section-one_content h1 {
        font-size: 2.3rem;
    }
    .section-one_content h2 {
        font-size: 1.2rem;
        /* line-height: 30px; */
        /* margin: 0; */
    }
    .input-container{
        width: 100%;
    }
    .client-container{
        flex-direction: column;
        padding: 5%;
    }
    .client-container img{
    
        max-width: 100%;
    }
    .section-two_content h3 {
         font-size: 1.25rem;
     }
     .section-two_content h2 {
         font-size: 1.5rem !important;
     }
    #section-three div div{
        flex-direction: column;
        align-items: center;
    }
    #section-three div h2{
        font-size: 1.5rem;
    }
    .container-box {
        /* padding: 3%; */
        width: 100%;
    }
    .slider-text{
      margin-left: 0;
    }
    .slider-item p {
        font-size: 14px !important;
    }
    .slider-dots {
        bottom: 20px;
    }
    #section-five div {
        max-width: 90%;
        height: 65vh;
        line-height: 30px;
    }
    #section-five h2 {
        font-size: 1.5rem;
    }
    .search-item_container{
        width: 100%;}


    .slide-item-wrap{
      flex-direction: column;
    }
    .left-side-document-wrap {
      width: 100%;
  }
  .testimonial-content {
    width: 95%;
    padding-left: 0;
    margin: 10px auto;
}
  }

/* Poppins font fixes for mobile */
@media(max-width:576px){ 

  .section-two_content p,
   .advancate-text,
   .slider-item p {
    font-size: 14px;
  }



  }
