.service-banner{
    background-image: linear-gradient(to bottom right, #000328, #00458E);
    background-size: cover;
    height: auto;
    padding: 80px;
    margin-top: 80px;
}
@media screen and (max-width:992px){
  .service-banner{
    margin-top: 0px;
  }

}
.service-content{
    text-align: center;

}
.service-content div{
    margin-bottom: 20px;

}
.col-md-5 {
  flex: 0 0 auto;
  width: 30.666667%!important;
}
.Parent_row{
  padding-left: 0%!important;
  margin: auto 130px;
}
.btnRequest {
  background-color: #e77a11;
  color: #f0f0f0;
  font-size: 16px;
  font-family: "Jost", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
.btnRequest:hover {
  background-color: #e77a11;
  color: #f0f0f0;
  font-size: 16px;
  font-family: "Jost", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  outline: 0px;
}
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--bs-modal-padding);
  background-color: #fff;
  width: 200%;
  margin-left: -45%;
}
.serviceBanner-title{
    color:  #FFFFFF;
    font-size: 48px;
    font-weight: 600;
    font-family: "Cormorant Garamond", serif;
  font-style: normal;
}

.serviceBanner-subtitle{
    color: #F0F0F0;
    font-size: 20px;
    font-weight: 500;
    font-family: "Jost", serif;
  font-optical-sizing: auto;
  font-style: normal;

}
.btnTalk {
  box-shadow: 1px 1px 10px rgb(231, 122, 17);
  color: #e77a11 !important;
  font-size: 20px;
  font-weight: 500;
  padding: 8px 20px;
  border: 1px solid #e77a11;
  border-radius: 25px;
  font-family: "Jost", serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.btnTalk:hover {
  box-shadow: 1px 1px 10px white;
  background-color: #E77A11;
  color: white !important;
}

.serviceBanner-grid{
    display: grid;
    grid-template-columns: 4fr 4fr 4fr;
}
.service-number{
    color: #E77A11;
    font-size: 39px;
    font-weight: 700;
    font-family: "Jost", serif;
  font-optical-sizing: auto;
  font-style: normal;
  margin-top: 30px;
  text-align: center;
}
.service-text{
    color:  #E9ECF0;
    font-size: 20px;
    font-weight: 500;
    font-family: "Jost", serif;
  font-optical-sizing: auto;
  font-style: normal;
  text-align: center;
}

 
@media screen and (max-width:756px){
  .service-banner{
    padding: 50px;
  }
  .serviceBanner-grid{
    display: grid;
    grid-template-columns: 12fr;
}
 

}
@media screen and (max-width:576px){
  .service-banner{
    padding: 30px;
  }
  .serviceBanner-title{
    font-size: 40px;
  }
  .serviceBanner-subtitle{
    font-size: 18px;
  }
  .btnTalk{
    font-size: 18px;
    padding: 6px 15px;
    border-radius: 20px;
  }
  .service-number{
    font-size: 30px;
  }
  .service-text{

    font-size: 18px;
  }


}
@media screen and (max-width:456px){
  .service-banner{
    padding: 20px;
  }
  .serviceBanner-title{
    font-size: 35px;
  }
  .serviceBanner-subtitle{
    font-size: 16px;
  }
  .btnTalk{
    font-size: 16px;
    padding: 6px 15px;
    border-radius: 20px;
  }
  .service-number{
    font-size: 25px;
  }
  .service-text{

    font-size: 16px;
  }

}
/* new explore container  */
.explore-container {
  margin-top: 50px;
  padding: 0px 80px;
 
}
.explore-container div {
  margin-bottom: 10px;
}
.explore-title {
  color: #666666;
  font-size: 40px;
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  font-style: normal;
  text-align: center;
}
.explore-subtitle {
  color: #244568;
  font-size: 24px;
  font-weight: 500;
  font-family: "Jost", serif;
  font-optical-sizing: auto;
  font-style: normal;
  text-align: center;
}
.explore-desc {
  color: #858585;
  font-size: 16px;
  font-weight: 400;
  font-family: "Jost", serif;
  font-optical-sizing: auto;
  font-style: normal;
  text-align: center;
}
.explore-cards-part {
  display: grid;
  grid-template-columns: repeat(2, 6fr);
  gap: 40px;
  padding: 50px 80px;

}
.explore-card-container {
  position: relative;
  height: 400px;
}
.card-back {
  background-color: #00458e;
  height: 150px;
  border-radius: 10px;
  z-index: 0;
  margin-top: 20px;
}
.explore-card-container:hover .card-back {
  background-color: #e77a11;
}
.explore-card:hover .explore-cardImg img {
  filter: brightness(0) saturate(100%) invert(48%) sepia(85%) saturate(2400%)
    hue-rotate(5deg);
}
.explore-card {
  background-color: white;
  border: 1px solid gray;
  padding: 20px;
  border-radius: 10px;
  position: absolute;
  top: 0px;
  left: 15px;
  z-index: 1;
  height: 100%;  
}
.explore-card:hover {
  background-color: #244568;
  color: #ffffff;
}
.explore-card-title {
  color: #244568;
  font-size: 24px;
  font-weight: 500;
  font-family: "Jost", serif;
  font-optical-sizing: auto;
}
.explore-card:hover .explore-card-title {
  color: #ffffff;
}
.explore-card-desc {
  color: #989898;
  font-size: 16px;
  font-weight: 500;
  font-family: "Jost", serif;
  font-optical-sizing: auto;
}
.explore-card:hover .explore-card-desc {
  color: #ffffff;
}
.btnKnowMore {
  border: none;
  background-color: transparent;

  font-size: 16px;
  font-weight: 500;
  font-family: "Jost", serif;
  font-optical-sizing: auto;
}
.btnKnowMore a {
  color: #244568;
  text-decoration: none;
}
.explore-card:hover .btnKnowMore {
  background-color: #e77a11;

  padding: 5px 8px;
  border-radius: 5px;
}
.explore-card:hover .btnKnowMore a {
  color: white;
}
@media screen and (max-width: 1100px) {
  .explore-card-container {
    position: relative;
    height: 350px;
  }
}
@media screen and (max-width: 1024px) {

  .explore-card-container {
    position: static;
    height: auto;
  }
  .card-back {
    display: none;
  }
  .explore-card {
    position: static;
  }
  .explore-card:hover {
    background-color: white;
  }
  .explore-card:hover .explore-card-title {
    color: #244568;
  }
  .explore-card:hover .explore-card-desc {
    color: #989898;
  }
  .explore-card:hover .btnKnowMore {
    border: none;
    background-color: transparent;
    padding: 0px 0px;
    border-radius: 0px;
  }
  .explore-card:hover .btnKnowMore a {
    color: #244568;
  }
}
@media screen and (max-width: 992px) {
  .explore-card-container {
    position: relative;
    height: auto;
  }
  .explore-cards-part {
    display: grid;
    grid-template-columns: repeat(2, 6fr);
    gap: 30px;
    padding: 50px 40px;
  }
}
@media screen and (max-width: 856px) {
  .explore-cards-part {
    display: grid;
    grid-template-columns: 12fr;
    gap: 20px;
    padding: 50px 0px;
  }
}
@media screen and (max-width: 576px) {
  .explore-container {
    margin-top: 50px;
    padding: 0px 50px;
  }

  .explore-title {
    font-size: 35px;
  }
  .explore-subtitle {
    font-size: 20px;
  }
  .explore-desc {
    font-size: 16px;
  }
  .explore-card {
    text-align: center;
  }
  .explore-card-title {
    font-size: 25px;
  }

  .explore-card-desc {
    font-size: 16px;
  }

  .btnKnowMore {
    font-size: 16px;
  }
  .explore-cardImg img {
    width: 50px;
  }
}
@media screen and (max-width: 456px) {
  .explore-container {
    margin-top: 50px;
    padding: 0px 20px;
  }

  .explore-title {
    font-size: 30px;
  }
  .explore-subtitle {
    font-size: 18px;
  }
  .explore-desc {
    font-size: 14px;
  }
  .explore-card-title {
    font-size: 20px;
  }

  .explore-card-desc {
    font-size: 14px;
  }

  .btnKnowMore {
    font-size: 14px;
  }
}


/* old Explore Our Expertise */
/* .explore-container{
    margin-top: 50px;
    padding: 0px 80px;
}
.explore-container div{
    margin-bottom: 10px;
}
.explore-title{
    color: #666666;
    font-size: 40px;
    font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  font-style: normal;
    text-align: center;
}
.explore-subtitle{
    color:  #244568;
    font-size: 24px;
    font-weight: 500;
    font-family: "Jost", serif;
    font-optical-sizing: auto;
    font-style: normal;
    text-align: center;

}
.explore-desc{
    color: #858585;
    font-size: 16px;
    font-weight: 400;
    font-family: "Jost", serif;
    font-optical-sizing: auto;
    font-style: normal;
    text-align: center;
}

html, body {
    position: relative;
    width: 100%;
    height: 100%;
  }
  

  

  .swiper-slide {
    text-align: center;
    background: #fff;
  
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
 
  .container-general {
    padding: 75px 0;
    margin: 0 auto;
    width: 100%;
   
  }
  .gallery-wrap {
    display: flex;
    flex-direction: row;
   
    width: 100%;
    height: 80vh;
    gap: 50px;
  
  }
  .item {
    flex: 1;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: none;
    transition: all 0.8s ease;
    &:hover {
      flex: 2;
    }
  }
 
.wrap-effect-1 {
  .item {
    &:first-of-type {
      background-image: url('/static/img/services/exploreImg1.png');
    }
    &:nth-of-type(2) {
      background-image: url('/static/img/services/exploreImg2.png');
    }
    &:nth-of-type(3) {
      background-image: url('/static/img/services/exploreImg3.png');
    }
    &:last-of-type {
      background-image: url('/static/img/services/exploreImg4.png');
    }
  }
} 
  .wrap-effect-1 {
    .item {
      position: relative;
      overflow: hidden; 
    }
  
    .item::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0); 
      transition: background 0.5s ease;
    }
  
    .item:hover::before {
      background: rgba(0, 0, 0, 0.5); 
    }
    .item-content {
      color: white;
      font-size: 20px;
      display: none;
      position: absolute;
      top: 5%;  
      left: 5%;  
      width: 80%; 
      text-align: left; 
      height:80%;
      overflow: auto;
      scrollbar-width: none;
      z-index: 2;
    }
    
    
    .item-content-title{
      font-size: 24px;
      font-weight: 600;
      color: #FFFFFF;
      font-family: "Jost", serif;
      font-optical-sizing: auto;
      font-style: normal;
    }
    .item-content-desc{
      color: #FFFFFF;
      font-size: 16px;
      font-weight: 500;
      font-family: "Jost", serif;
      font-optical-sizing: auto;
      font-style: normal;
    }
 .item-content-list li{
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 400;
  font-family: "Jost", serif;
  font-optical-sizing: auto;
  font-style: normal;
 }
    .item:hover .item-content {
      display: block;
    }
  }
  .item{
    position: relative;
  }
  .item1Btn::before{
    content: "Digital Marketing";
    position: absolute;
    bottom: 0px;
    width: 100%;
    left: 0px;
    background-color:  #37322F;
    color: #FFFFFF;
    padding: 15px;
    font-size: 24px;
    font-weight: 500;
    font-family: "Jost", serif;
    font-optical-sizing: auto;
    font-style: normal;

  }
  .item:hover .item1Btn::before{
    content: "Know more";

  }
  .item2Btn::before{
    content: "Tech Solutions";
    position: absolute;
    bottom: 0px;
    width: 100%;
    left: 0px;
    background-color:  #1E1C1C;
    color: #FFFFFF;
    padding: 15px;
    font-size: 24px;
    font-weight: 500;
    font-family: "Jost", serif;
    font-optical-sizing: auto;
    font-style: normal;

  }
  .item:hover .item2Btn::before{
    content: "Know more";

  }
  .item3Btn::before{
    content: "Designing";
    position: absolute;
    bottom: 0px;
    width: 100%;
    left: 0px;
    background-color:  #04270E;
    color: #FFFFFF;
    padding: 15px;
    font-size: 24px;
    font-weight: 500;
    font-family: "Jost", serif;
    font-optical-sizing: auto;
    font-style: normal;

  }
  .item:hover .item3Btn::before{
    content: "Know more";

  }
  .item4Btn::before{
    content: "Staff Solutions";
    position: absolute;
    bottom: 0px;
    width: 100%;
    left: 0px;
    background-color:  #774418;
    color: #FFFFFF;
    padding: 15px;
    font-size: 24px;
    font-weight: 500;
    font-family: "Jost", serif;
    font-optical-sizing: auto;
    font-style: normal;

  }
  .item:hover .item4Btn::before{
    content: "Know more";

  }
  @media screen and (max-width:992px){
    .container-general {
      padding: 75px 0;
      margin: 0 auto;
      width: 100%;
     
    }
    .gallery-wrap {
     
      display: grid;
      grid-template-columns: 6fr 6fr;
      width: 100%;
      height: 150vh;
      gap: 30px;
    
    }
    .item {
      flex: 1;
      height: 100%;
      background-position: center;
      background-size: cover;
      background-repeat: none;
      transition: all 0.8s ease;
      &:hover {
        flex: 2;
      }
    }
    .item-content {
      font-size: 20px;
      text-align: left; 
      height:70% !important;
     
    }
    
  
  }
  @media screen and (max-width:756px){
    .explore-container{
      margin-top: 50px;
      padding: 0px 50px;
  }

  }
  @media screen and (max-width:576px){
    .gallery-wrap {
  
      display: grid;
      grid-template-columns: 1fr;
      width: 100%;
      height: 300vh;
      gap: 50px;
    
    }
    .item-content {
      font-size: 20px;
      text-align: left; 
      height:75% !important;
     
    }
    .item1Btn::before{
      font-size: 20px;
    }
    .ite2Btn::before{
      font-size: 20px;
    }
    .item3Btn::before{
      font-size: 20px;
    }
    .item4Btn::before{
      font-size: 20px;
    }
  
   
    .explore-container{
      margin-top: 50px;
      padding: 0px 50px;
  }
 
  .explore-title{
      font-size: 35px;

  }
  .explore-subtitle{
      font-size: 20px;
  
  }
  .explore-desc{
      font-size: 16px;

  }
  .container-general {
    padding: 50px 0;
    margin: 0 auto;
    width: 100%;
   
  }
  }
  @media screen and (max-width:456px){
    .gallery-wrap {
   
      display: grid;
      grid-template-columns: 1fr;
      width: 100%;
      height: 220vh;
      gap: 50px;
    
    }
    .item-content {
      font-size: 20px;
      text-align: left; 
      height:70% !important;
     
    }
    .item1Btn::before{
      font-size: 16px;
    }
    .item2Btn::before{
      font-size: 16px;
    }
    .item3Btn::before{
      font-size: 16px;
    }
    .item4Btn::before{
      font-size: 16px;
    }

    .explore-container{
      margin-top: 50px;
      padding: 0px 20px;
  }
 
  .explore-title{
      font-size: 30px;

  }
  .explore-subtitle{
      font-size: 18px;
  
  }
  .explore-desc{
      font-size: 14px;

  }
  .container-general {
    padding: 20px 0;
    margin: 0 auto;
    width: 100%;
   
  }

  } */
  
  /* contact */
  .contact-container {
    display: grid;
    grid-template-columns: 6fr 6fr;
    margin-top: 50px;
    padding: 0px 80px;
    padding-bottom: 50px;
    gap: 50px;
}
  .contact-left{
    justify-content: center;
    align-items: center;
    justify-items: center;
    display: flex;
  }
  .contact-right{
    justify-content: center;
    align-items: center;
    justify-items: center;
  }
  .contact-left div {
    font-family: "Jost", serif;
    font-optical-sizing: auto;
    font-style: normal;
    margin-bottom: 20px;
  }
  .build-text {
    color: #244568;
    font-size: 36px;
    font-weight: 600;
    text-align: justify;
  }
  .build-desc {
    color: #506a86;
    font-size: 18px;
    font-weight: 400;
    text-align: justify;
  }
  .contact-details {
    color: #244568;
    text-align: justify;
  }

  
  .input-part{
    border-bottom: 1px solid #858585;
    padding-top: 10px;
  
  }
  .label-name{
    color: #383838;
    font-size: 14px;
    font-family: "Jost", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
  }
  .input-part input {
    border: none;
    color: #858585;
    padding-bottom: 10px;
    outline: none;
  }
  
  .input-part input::placeholder{
    color: #858585;
    font-weight: 300;
    font-size: 14px;
    font-family: "Jost", serif;
    font-optical-sizing: auto;
    font-style: normal;
  }
  .input-part span {
    color: #383838;
  }
  
  .form-container{
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0px 0px 3px 3px #00000017;
    width: 70%;
    font-family: jost;
    src: url(../Font/Jost-Italic-VariableFont_wght.ttf);
  }
  
  
  .form-container div {
    margin-bottom: 20px;
  }
  .form-title {
    color: #506a86;
    font-size: 24px;
    font-weight: 500;
    font-family: "Jost", serif;
    font-optical-sizing: auto;
    font-style: normal;
  }
  .formbtn {
    background-color: #e77a11;
    color: #f0f0f0;
    width: 100%;
  }
  .formbtn:hover {
    background-color: #d26f0f;
    color: #f0f0f0;
  }
  
  @media screen and (min-width: 1024px) and (max-width: 1200px){
    .form-container{
      width: 100%;
    }
  
  
   }
  @media screen and (max-width:1024px){
    .contact-container{
      display: grid;
      grid-template-columns: 12fr;
      
    }
    .contact-right{
      justify-content: center;
      align-items: center;
      justify-items: center;
    }
    .contact-left{
      justify-content: center;
      align-items: center;
      justify-items: center;
  }
  
  }
  @media screen and (max-width:992px){
    .contact-container{
      display: grid;
      grid-template-columns: 12fr;
      
    }
    .form-container{
      width: 70%;
      margin-top: 0px;
    }
    .contact-left{
      justify-content: center;
      align-items: center;
      justify-items: center;
  }
    
  }
  @media screen and (max-width:756px){
    .form-container{
      width: 100%;
      margin-top: 0px;
    }
    .Page_footer .row {
      --bs-gutter-x: 0.5rem;
      text-align: center;
    }
    .Page_footer .col-md-5 {
      flex: 0 0 auto;
      width: 100%!important;
    }
  }
  @media screen and (max-width:576px){
    .form-container{
      width: 100%;
      margin-top: 0px;
    }
  }
  @media screen and (max-width:520px){
    .build-text{
      font-size: 28px;
    }
  
  }
  @media screen and (max-width:475px){
    .contact-container {
      display: grid;
      grid-template-columns:12fr;
      margin-top: 0px;
      padding: 30px;
    }
    .build-text{
      font-size: 25px;
    }
    .build-desc{
      font-size: 16px;
    } 
    .contact-details{
      font-size: 16px;
    }
    .form-title{
      font-size: 20px;
    }
    .contact-right{
      margin-top: -50px;
    }
    .formbtn {
      font-size: 13px ;
    }
  }

  
