@font-face {
  font-family: DMSans-Medium;
  src: url(../font/DM_Sans/static/DMSans-Medium.ttf);
}

@font-face {
  font-family: DMSans_regular;
  src: url(../font/DM_Sans/static/DMSans-Regular.ttf);
}

@font-face {
  font-family: DMSans_semibold;
  src: url(../font/DM_Sans/static/DMSans-SemiBold.ttf);
}

@font-face {
  font-family: Poppins-light;
  src: url(../font/Poppins/Poppins-Light.ttf);
}

@font-face {
  font-family: Poppins-bold;
  src: url(../font/Poppins/Poppins-Bold.ttf);
}

@font-face {
  font-family: Poppins-ExtraLight;
  src: url(../font/Poppins/Poppins-ExtraLight.ttf);
}

@font-face {
  font-family: outfit;
  src: url(../font/Outfit/Outfit-VariableFont_wght.ttf);
}

/* @font-face {
  font-family: DMSans_medium;
  src: url(../font/DM_Sans/static/DMSans-Medium.ttf);
} */



h1, h2, h3, h4, h5, p, span, a, li,.case-study-process, .case-study-additional{
  font-family: "DMSans_regular" ;
}



/* header */
body {
  background: #000;
  font-family: " DMSans_regular";
}

.navbar {
  background: #000;
}

.mainhead {
  font-family: "DMSans_regular";
  font-size: 48px;
  font-style: normal;
  color: #FFF;
  text-align: center;
  padding-top: 300px;

}

.before-footer {
  background-image: url(.././images/beforefooter.png);
  /* background-image: url(/assets/images/beforefooter.png); */
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  padding-bottom: 90px;

}

/* display: flex; */
.footer-wrap {
  width: 657px;
  justify-content: center;
  margin: 0 auto;
}

.blue-head {
  font-family: "DMSans_regular";
  font-size: 48px;
  font-style: normal;
  text-align: center;
  background: linear-gradient(to top, #13B7DA 2.54%, rgba(0, 193, 236, 0.65) 101.34%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* .transparentbtn {
  margin-top: 50px;
  display: inline-flex;
  padding: 17px 24px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 800px;
  border: 1px solid var(--gradoemt, #13B7DA);
  background: #000;
  color: #fff;
  text-decoration: none;
  font-family: "DMSans_regular";
} */




/*header offcanvas styling*/
.header-first-half {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.sticky-div{
	position:sticky;
	top:50px;
}

.accordion-body p{
	color:#fff;
}
.content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  gap: 40px;
}

.image-button-group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 50px;
}

.icon-wrap {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.icon-wrap i {
  margin-right: 0 !important;
color: #DDDDDD;	
}

/* ===== OPTIONAL RESPONSIVE ADJUSTMENTS ===== */
@media (max-width: 768px) {
  .content-wrapper {
    gap: 25px;
  }

  .image-button-group,
  .icon-wrap {
    width: 100%;
  }
}

.services-column {
  flex: 1;
}



.services-column h5 {
  font-family: "DMSans_regular";
  font-size: 2.4rem;
  text-align: left;
  color: #DDDDDD;
  margin-bottom: 30px;
  padding-bottom: 15px;
  position: relative;
  font-weight: 700;
  letter-spacing: 1px;
}

.services-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.services-column ul li a {
  display: flex;
  font-family: "DMSans_regular";
  width: 300px;
  align-items: baseline;
  justify-content: space-between;
  text-decoration: none;
  color: #DDDDDD;
  font-size: 22px;
  padding: 20px 0;
  transition: all 0.3s ease;
}

.services-column ul li a:hover {
  font-size: 24px;
}

.services-column ul li a .chevron {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #DDDDDD;
  transition: all 0.3s ease;
}

.services-column ul li a:hover .chevron {
  font-size: 20px;
  transform: scale(1.2);
}

@media (max-width: 768px) {
  .row {
    flex-direction: column;
    gap: 0;
  }

  .header-first-half,
  .services-column {
    padding: 40px;
  }
}



.get-quote-mob{
	width:fit-content !important;
}
.get-quote {
  background-color: #00BCD4;
  color: white;
  border: none;
  padding: 0.75rem 1.5rem;
  border-radius: 1.25rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  font-weight: 500;
  transition: background-color 0.3s ease;
  font-family: "DMSans-Medium";

}

.footer-text {
  color: #FFF;
  text-align: center;
  font-family: "DMSans_regular";
  font-size: 16px;
  font-style: normal;
  line-height: 24px;
}

.footer-about {
  color: #FFF;
  font-family: "DMSans_regular";
  font-size: 16px;
  font-style: normal;
  line-height: 24px;
}

.get-quote:hover .get-arrow {
  transform: translateX(6px);
  /* padding-left: 8px; */
  /* -webkit-transition: transform .5s;
  transition: transform 0.3s (0.25, 0.1, 0.25, 1.0); */

}

.get-quote .get-arrow {
  /* Ensure the transition is applied to the icon, not just on hover */
  padding-left: 8px;
  transform: translateX(0);
  /* Start at 0 */
  transition: transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1.0);
  /* Keep the same cubic-bezier */
}

.nav-item a {
  padding-right: 35px;
  color: #FFFFFF;
  font-family: "DMSans_regular";
}

.nav-item {
  padding-right: 35px;
  color: #FFFFFF;
}

.lines {
  display: flex;
  flex-direction: column;
  margin-left: 26px;
}

.line {
  width: 1.25rem;
  height: 0.1875rem;
  background-color: #ddd;
  margin-bottom: 0.1875rem;
}

.get-connect {
  font-family: "DMSans_semibold";
  display: flex;
  width: 230px;
  height: 65px;
  padding: 20px 30px;
  justify-content: center;
  align-items: center;
  border-radius: 800px;
  background: #00B6DA;
  color: #FFF;
  font-size: 16px;
  margin: 0 auto;
  border: none;
}

.footer ul {
  list-style: none;
  padding-left: 0px;
  padding-top: 50px;
  font-family: "DMSans_regular";
  font-size: 18px;
}

.footer h5 {

  font-family: "DMSans-Medium";
  font-size: 20px;
}

.footer ul li {
  padding-bottom: 15px;
  font-family: "DMSans_regular";
  font-size: 18px;

}

.footer ul a {
  color: #fff;
  text-decoration: none;
}

.footer {
  color: #fff;
  padding-top: 60px;
  padding-bottom: 60px;
}

.article-details-right a{
	text-decoration:none;
	color:#DDDDDD;
}
.footer a {
  color: #fff;

}

.icon-wrap i {
    padding: 10px;
    font-size: 20px;
    border-radius: 5px;
}

.icon-wrap i:hover {
  cursor:pointer;
    background: #797979bd;
 
}
.footerapro {
  padding-right: 50px;
}

.footerapro img {
  padding-bottom: 40px;
}

.copyright {
  color: #817171;
  font-family: "DMSans_regular";
  font-size: 16px;
}

.copyright a {
  color: #817171;
  font-family: "DMSans_regular";
  font-size: 16px;
}

.nav-link:hover {
  color: #fff;
}

/* sliding sidebar */

#menu {
  width: 25px;
  height: 18px;
  position: absolute;
  left: 20px;
  top: 29px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  z-index: 99;

  span {
    display: block;
    position: absolute;
    height: 4px;
    width: 50%;
    background: #15123D;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
  }

  span:nth-child(even) {
    left: 50%;
  }

  span:nth-child(odd) {
    left: 0px;
  }

  span:nth-child(1),
  span:nth-child(2) {
    top: 0px;
  }

  span:nth-child(3),
  span:nth-child(4) {
    top: 8px;
  }

  span:nth-child(5),
  span:nth-child(6) {
    top: 16px;
  }

  &.open span {
    background: #ffffff;
  }

  &.open span:nth-child(1),
  &.open span:nth-child(6) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  &.open span:nth-child(2),
  &.open span:nth-child(5) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  &.open span:nth-child(1) {
    left: 2px;
    top: 5px;
  }

  &.open span:nth-child(2) {
    left: calc(50% - 2px);
    top: 5px;
  }

  &.open span:nth-child(3) {
    left: -50%;
    opacity: 0;
  }

  &.open span:nth-child(4) {
    left: 100%;
    opacity: 0;
  }

  &.open span:nth-child(5) {
    left: 2px;
    top: 14px;
  }

  &.open span:nth-child(6) {
    left: calc(50% - 2px);
    top: 14px;
  }
}

#close {
  width: 25px;
  height: 18px;
  position: absolute;
  right: 100px;
  top: 63px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  z-index: 99;

  span {
    display: block;
    position: absolute;
    height: 4px;
    width: 50%;
    background: #15123D;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
  }

  span:nth-child(even) {
    left: 50%;
  }

  span:nth-child(odd) {
    left: 0px;
  }

  span:nth-child(1),
  span:nth-child(2) {
    top: 0px;
  }

  span:nth-child(3),
  span:nth-child(4) {
    top: 8px;
  }

  span:nth-child(5),
  span:nth-child(6) {
    top: 16px;
  }

  & span {
    background: #ffffff;
  }

  & span:nth-child(1),
  & span:nth-child(6) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  & span:nth-child(2),
  & span:nth-child(5) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  & span:nth-child(1) {
    left: 2px;
    top: 5px;
  }

  & span:nth-child(2) {
    left: calc(50% - 2px);
    top: 5px;
  }

  & span:nth-child(3) {
    left: -50%;
    opacity: 0;
  }

  & span:nth-child(4) {
    left: 100%;
    opacity: 0;
  }

  & span:nth-child(5) {
    left: 2px;
    top: 14px;
  }

  & span:nth-child(6) {
    left: calc(50% - 2px);
    top: 14px;
  }
}

#header {
  width: 100%;
  text-align: center;

  #logo {
    font-size: 30px;
    font-family: helvetica, arial;
    font-weight: 800;
    margin-top: 22px;
    color: #15123D;
  }

  #cta-btn {
    position: absolute;
    right: 20px;
    top: 22px;
    background: #15123D;
    color: #ffffff;
    -mox-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 20px;
    font-size: 18px;
    font-family: helvetica, arial;
    font-weight: 800;
    letter-spacing: 1px;
    cursor: pointer;

    &:hover {
      background: #322F5A;
    }
  }
}

#popup-bg {
  z-index: 50;
  background: rgba(21, 18, 61, 0.5);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
}

#popup-nav {
  &.open-popup {
    left: 0;
  }

  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  position: absolute;
  width: 100%;
  max-width: 450px;
  height: 100vh;
  background: #15123D;
  top: 0;
  left: -450px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 100px 60px;
  z-index: 60;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  /* nav{
    ul{
      list-style: none;
      margin: 0;
      padding: 0;
      margin-bottom: 30px;
      li{
        display: block;
        &.secondary-nav{
          margin-top: 30px;
        }
      }
    }
    
    a{
      font-size: 18px;
      font-family: helvetica, arial;
      font-weight: 800;
      letter-spacing: 1px;
      color: #ffffff;
      text-decoration: none;
      border-bottom: 2px solid transparent;
      text-transform: uppercase;
      line-height: 36px;
      &:hover{
        border-bottom: 2px solid #FDC13C;
      }
      &.large{
        font-size: 60px;
        line-height: 80px;
        border-bottom: 10px solid transparent;
        text-transform: uppercase;
        &:hover{
          border-bottom: 10px solid #FDC13C;
        }
      }
      
    }
  } */
  /* #utility{
    a{
      font-size: 16px;
      font-family: helvetica, arial;
      font-weight: 400;
      letter-spacing: 1px;
      color: #ffffff;
      text-decoration: none;
      border-bottom: 2px solid transparent;
      text-transform: uppercase;
      line-height: 36px;
      border-bottom: 2px solid #FDC13C;
        &:hover{
          border-bottom: 2px solid transparent;
        }
      &.tel{
        font-size: 18px;
        font-weight: 800;
        border-bottom: 2px solid transparent;
        &:hover{
          border-bottom: 2px solid #FDC13C;
        }
      }
    }
    ul{
      &.social{
        list-style: none;
        margin: 0;
        padding: 0;
        margin-top: 40px;
        li{
          width: 40px;
          height: 40px;
          overflow: hidden;
          display: inline-block;
          position: relative;
          margin-right: 10px;
          a{
            border-bottom: none;
            text-indent: -99999px;
            position: absolute;
            background: #ffffff;
            &:hover{
              background: #FDC13C;
            }
            &.icon{
              &--fb{
                width: 40px;
                height: 40px;
                border-radius: 100%;
                background-image: url(http://image005.flaticon.com/1/svg/59/59439.svg);
                background-size: 20px;
                background-repeat: no-repeat;
                background-position: center center;
              }
              &--tw{
                width: 40px;
                height: 40px;
                border-radius: 100%;
                background-image: url(http://image005.flaticon.com/9/svg/8/8800.svg);
                background-size: 20px;
                background-repeat: no-repeat;
                background-position: center center;
              }
              &--in{
                width: 40px;
                height: 40px;
                border-radius: 100%;
                background-image: url(http://image005.flaticon.com/1/svg/48/48898.svg);
                background-size: 20px;
                background-repeat: no-repeat;
                background-position: center center;
              }
              &--pt{
                width: 40px;
                height: 40px;
                border-radius: 100%;
                background-image: url(http://image005.flaticon.com/9/svg/9/9150.svg);
                background-size: 20px;
                background-repeat: no-repeat;
                background-position: center center;
              }
              &--tm{
                width: 40px;
                height: 40px;
                border-radius: 100%;
                background-image: url(http://image005.flaticon.com/28/svg/33/33985.svg );
                background-size: 20px;
                background-repeat: no-repeat;
                background-position: center center;
              }
            }
          }
        }
      }
    }
  } */
}


.call-to-action-popup {
  display: none;
  position: fixed;
  z-index: 100;
  background: #000;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  color: #ffffff;
  text-align: center;
  padding: 90px;

  #call-to-action-logo {
    font-size: 25px;
    font-family: helvetica, arial;
    font-weight: 800;
    margin-top: 100px;
    position: relative;
    text-align: center;
    display: inline-block;
    margin-bottom: 80px;
    color: #FDC13C;

    &:after {
      content: "";
      position: absolute;
      width: 40px;
      height: 5px;
      background: #ffffff;
      text-align: center;
      bottom: -10px;
      left: 50%;
      margin-left: -20px;
    }
  }

  /* #heading{
    display: block;
    font-size: 35px;
    font-family: helvetica, arial;
    font-weight: 800;
    position: relative;
    text-align: center;
  } */
  /* #another-cta{
    background: #FDC13C;
    color: #15123D;
    -mox-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 40px;
    font-size: 16px;
    font-family: helvetica, arial;
    font-weight: 800;
    letter-spacing: 1px;
    cursor: pointer;
    display: inline-block;
    margin-top: 30px;
    margin-bottom: 20px;
    &:hover{
      background: #FFCB58;
    }
  } */
}

/************************/
.custom-accordion .accordion-item {
  border: none;
  border-bottom: 1px solid #333;
  border-radius: 0;
  background:black;
}

/* Always dark background and white text */
.custom-accordion .accordion-button {
  background-color: #000 !important;
  font-family: 'DMSans-Medium';
  color: #fff !important;
  font-weight: 500;
  font-size: 32px;
  padding: 1rem 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* Icon (plus) default */
.custom-accordion .accordion-button::after {
  content: '+';
  font-size: 1.5rem;
  font-weight: bold;
  margin-left: auto;
  transition: transform 0.3s ease;
  color: #fff;
 background:black;
}

/* Icon (minus) when open */
.custom-accordion .accordion-button:not(.collapsed)::after {
  content: '−';
  transform: rotate(180deg);
  
}

/* Accordion body styling */
.custom-accordion .accordion-body {
  background-color: #000;
  font-family:'DMSans_regular' ;
  font-size: 16px;
  line-height: 28px;
  padding: 1rem 0;
  border-top: none;
  border-bottom: 1px solid #333;
  color: #ffffff;
}

/* Fix: Remove bottom border of open button to avoid double border */
.custom-accordion .accordion-button:not(.collapsed) {
  border-bottom: none !important;
  background-color: #000 !important;
  /* color: #fff !important; */
  box-shadow: none;
}

/* Remove any border on top of accordion body */
.custom-accordion .accordion-body {
  border-top: none !important;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .accordion-section .testimonial-heading {
    text-align: left !important;
    margin-bottom: 10px;
  }
  .accordion-section .testimonial-text {
    text-align: center;
  }
  .accordion-section .row{
    flex-direction: row;
    justify-content: center;
  }
  .custom-accordion .accordion-button {
    font-size: 24px;
    line-height: 34px;

  }
}



/***************************************************************/
/******************** responsive css **************************/
/**************************************************************/
@media (max-width: 575px) {
  .footer-wrap {
    width: 100%;
    justify-content: center;
    margin: 0 auto;
  }

	.quote-wrapper{
		padding:1rem !important;
	}
  .mainhead {
    font-family: "DMSans_regular";
    font-size: 28px;
    font-style: normal;
    color: #FFF;
    text-align: center;
    padding-top: 110px;
  }

  .blue-head {
    font-family: "DMSans_regular";
    font-size: 28px;
    font-style: normal;
    text-align: center;
    background: linear-gradient(to top, #13B7DA 2.54%, rgba(0, 193, 236, 0.65) 101.34%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .before-footer {
    background-image: url(.././images/beforefooter.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: contain;
    padding-bottom: 30px;
  }

  .footer-text {
    color: #FFF;
    text-align: center;
    font-family: "DMSans_regular";
    font-size: 14px;
    font-style: normal;
    line-height: 21px;
  }

  .get-connect {
    font-family: "DMSans_semibold";
    display: flex;
    width: 200px;
    height: 50px;
    padding: 9px 13px;
    justify-content: center;
    align-items: center;
    border-radius: 800px;
    background: #00B6DA;
    color: #FFF;
    font-size: 14px;
    margin: 0 auto;
    border: none;
  }

  .footer {
    color: #fff;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .footerapro img {
    padding-bottom: 30px;
  }

  .footer-about {
    color: #FFF;
    font-family: "DMSans_regular";
    font-size: 18px;
    font-style: normal;
    line-height: 22px;
  }

  .icon-wrap {
    padding-bottom: 25px;
  }

  .footer h5 {
    font-family: "DMSans-Medium";
    font-size: 19px;
  }

  .footer ul {
    list-style: none;
    padding-left: 0px;
    padding-top: 10px;
    font-family: "DMSans_regular";
    font-size: 14px;
  }

  .footer ul li {
    padding-bottom: 10px;
    font-family: "DMSans_regular";
    font-size: 18px;
  }

  .copyright {
    color: #817171;
    font-family: "DMSans_regular";
    font-size: 14px;
  }

  .copyright a {
    color: #817171;
    font-family: "DMSans_regular";
    font-size: 14px;
  }
}

/* home page */
.banner,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  color: #ffffff;
}

.wrapper {
  height: 100vh;
  background-image: url(.././images/Banner1.jpg);
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.banner h1{
	font-size:3.75rem;
}

h1 {
  font-size: 45px;
  font-family: "DMSans-Medium";
}

h6{
	font-size:18px !important;
}

.banner-description {
  padding: 20px 0px 60px 0px;
  font-size: 22px;
  font-family: "DMSans-Medium";
  line-height: 28px;
  color:#FFFF;
}

.apro-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px 30px;
  font-size: 18px;
  font-family: "DMSans_regular";
  text-decoration:none;
  color: #fff;
  background: transparent;
  border: 1px solid #fff;
  border-radius: 50px;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  transition: border-color 0.4s ease-in-out, color 0.4s ease-in-out;
}

.apro-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: #13B7DA;
  transition: width 0.4s ease-in-out;
  z-index: 0;
}

.apro-button:hover::before {
  width: 100%;
}

.apro-button span,
.apro-button img {
  position: relative;
  z-index: 2;
  transition: 0.3s ease-in-out;
}

.apro-button:hover {
  color: #fff;
  border-color: #13B7DA;
}

.button-icon {
  width: 15px;
  height: 15px;
  transition: opacity 0.3s ease-in-out;
}

.apro-button:hover .button-icon {
  content: url(.././images/icon3.svg);
}

.apro-button span {
  z-index: 3;
}

.animated-text {
  position: relative;
  width: 100%;
  height: 75px;
  overflow: hidden;
  text-align: center;
}

.animated-text div {
  position: absolute;
  width: 100%;
  top: 0;
  transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
  text-align: center;
  opacity: 0;
}

.animated-text span {
  color: #13B7DA;
  line-height: 48px;
}

.animated-text div.active {
  transform: translateY(0%);
  opacity: 1;
}

.animated-text div.hidden {
  transform: translateY(100%);
}



/* WHY APRO SECTION  */
/* .why-apro-main {
  padding: 100px 0px;
  background-color: #000;
} */

.why-apro-main{
	margin-top:6rem !important;
}
.why-apro-main h6 {
  color: #11B7DA;
  padding-bottom: 10px;
  font-size: 16px;
  font-family: "DMSans_regular";
  text-transform: uppercase;
}

.why-apro-main p {
  font-size: 35px;
  font-family: "DMSans_regular";
}

.why-apro-description span {
  font-size: 35px;
  font-family: "DMSans_regular";
}

.animate {
  color: #fff;
}

.why-apro-description.revealed span {
  opacity: 1;
  transform: translateY(0);
}



/* WHY CHOOSE US SECTION  */
.why-choose-main {
  /* padding: 80px 0px; */
  background-color: #000;
  text-align: center;
}

.why-choose-main h6 {
  color: #11B7DA;
  padding-bottom: 10px;
  font-size: 16px;
  font-family: "DMSans_regular";
  text-transform: uppercase;
}

.why-choose-main h2 {
  font-size: 48px;
  font-family: "DMSans_regular";
}






.scroll-box-container {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding-bottom: 10px;
  width: 90vw;
  /* 2.2 boxes visible assuming each box is 40% */
}

/* /* .box {
  position: relative;
  flex: 0 0 40%;
  40% of container width
  background: white;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
} */

.icon {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 30px;
  height: 30px;
  background: blue;
  border-radius: 50%;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}

.heading {
  font-size: 1.2em;
  margin-bottom: 10px;
}

.description {
  color: #555;
}










.boxes-container {
  position: relative;
  height: 22rem;
  overflow: hidden;
  margin-top: 60px;
}

.boxes-wrapper {
  display: flex;
  gap: 40px;
  padding: 0 5%;
  transition: transform 0.3s ease;
  height: 100%;
}

.box {
/*   background-image: url('../images/Frame\ 39678.png'); */
  /* background: #1B202A; */
  border-radius: 20px;
  padding: 0 40px;
  min-width: 608px;
  height: 100%;
  position: relative;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
  /* border: 1px solid #2a3441; */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
/*   opacity: 0; */
  transform: translateY(50px);
  transition: all 0.8s ease;
  background-color: transparent;
}





.box.visible {
  opacity: 1;
  transform: translateY(0);
}

.box-icon {
  background: linear-gradient(153.53deg, #13B7DA 2.54%, rgba(0, 193, 236, 0.65) 101.34%);
  position: absolute;
  top: 0px;
  right: 0px;
  width: 108px;
  height: 113px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 24px;
  font-weight: bold;
  box-shadow: 0 10px 20px rgba(66, 133, 244, 0.3);
}


.box-heading {
  margin-top: 65px;
  font-family: 'DMSans_semibold';
  color: white;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 50px;
  line-height: 1.3;
  text-align: left;
}

.box-description {
  font-family: 'DMSans_regular';
  font-weight: 400;
  color: #ffffff;
  font-size: 18px;
  line-height: 24px;
  text-align:left; 		
}

.box-features {
  list-style: none;
  margin-top: 20px;
}

.box-features li {
  color: #8892a0;
  font-size: 0.95rem;
  margin-bottom: 8px;
  position: relative;
  padding-left: 20px;
}

.box-features li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #4285f4;
  font-weight: bold;
}

.scroll-indicator {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  color: #666;
  font-size: 0.9rem;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.scroll-indicator.visible {
  opacity: 1;
}

.scroll-indicator::after {
  content: "← →";
  display: block;
  text-align: center;
  font-size: 1.2rem;
  margin-top: 5px;
  animation: bounce 2s infinite;
}

@keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateX(0);
  }

  40% {
    transform: translateX(-5px);
  }

  60% {
    transform: translateX(5px);
  }
}



@media (max-width: 768px) {

	.boxes-wrapper{
		flex-direction:column;	
		gap:30px;
	}

.box-content {
    position: relative;
    top: 20px;
	padding-right: 0px;
   left: -19px;
}
.wrapper {
    height: 60vh;
}
	
	.animated-text{
    height: 48px;
	}
	.banner h1{
		font-size: 1.75rem;
		text-align:center;
	}
  .box {
    min-width: 320px;
    padding: 30px;
	  height:270px !important;
  }
  .section-title {
    font-size: 2rem;
  }
  .box-heading {
    font-size: 1.5rem;
  }
  .brand-txt {
    text-align: left;
  }
  h1 {
    font-size: 32px;
    line-height: 40px;
  }
  .why-apro-description span {
    font-size: 25px;
    line-height: 6px;
  }

  .banner-description {
    padding: 20px 0px 20px 0px;
	  font-size:20px;
  }

  .why-choose-main h2 {
    font-size: 36px;
	margin-top:3rem;  
	margin-bottom:2rem;  
  }

  .box-icon {
   width: 80px;
   height: 84px;
  }

  .box-heading {
    margin-bottom: 20px;
    margin-top: 40px;
    font-size: 21px;
	width:85%;  
  }

      .box-description {
        font-size: 17px;
        line-height: 24px;
       bottom: -148px;
		  position:absolute;
    }
	  h1 {
    font-size: 25px;
    line-height: 32px;

  }
	
	.description-main{
    font-size: 24px !important;
    text-align: left !important;
}
	.why-choose-main h6{
		text-align:left;
	}
	.why-choose-main h2 {
        font-size: 33px;
        margin-top: 1rem;
        margin-bottom: 2rem;
        text-align: left;
    }
	
}

@media (max-width: 574px) {
	    .box-description {
        font-size: 14px;
        line-height: 21px;
        bottom: -141px;
        position: absolute;
    }
}






/* COUNTER SECTION */
.counter-section-main {
  padding: 80px 0px;
  background-color: #000;
}

.counter-text {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.counter-text h6 {
  color: #11B7DA;
  padding-bottom: 14px;
  align-items: center;
  font-family: "DMSans_regular";
  text-transform: uppercase;
}

.description-main {
  font-size: 30px;
  font-family: "DMSans_regular";
  text-align: center;
}

.counter-section1 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 80px;
  padding-top: 40px;
}

.counter {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.counter h2,
.counter h4 {
  color: #fff;

}

.border-line {
  border-bottom: 2px solid #f2f2f2;
  padding-bottom: 7px;
  margin: 0;
  display: inline-block;
}

@media (min-width: 576px) and (max-width: 991px) {
  .footer-wrap {
    width: 100%;
    justify-content: center;
    margin: 0 auto;
  }

  .before-footer {
    background-image: url(.././images/beforefooter.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    padding-bottom: 40px;
  }
}



@media (min-width: 768px) and (max-width: 991px) {}

/* Hero Section */
.hero {
  height: 400px;
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.9)), url('https://hebbkx1anhila5yf.public.blob.vercel-storage.com/Portfolio.jpg-2kc4uFIVZvj6uwr1D8eLrLkd62Ravv.jpeg');
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}

.hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(#00c8e6 1px, transparent 1px);
  background-size: 30px 30px;
  opacity: 0.2;
}

.hero-content {
  position: relative;
  z-index: 1;
  padding: 100px 0;
}

.portfolio-tag {
  color: #00c8e6;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 10px;
}

.hero-title {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 20px;
}

/* Service page */

/* Service page */

.hero-banner {
  background: url('.././images/Banner-02\ 1.webp') no-repeat center center;
  background-size: cover;
  background-color: #000;
  color: #fff;
  height: 498px;
  display: flex;
  align-items: center;
  margin-bottom: 100px;
}


.banner-text {
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 1.4px;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;

}

.banner-h1 {
  font-family: 'DM Sans', sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
  color: #ffffff;
  margin: 0;

}


.title-service {
  font-family: "Poppins-ExtraLight";
  font-size: 55.72px;
  line-height: 59.31px;
  font-weight: 275;
  color: linear-gradient(153.53deg, #13B7DA 2.54%, rgba(0, 193, 236, 0.65) 101.34%);
  ;
}

.ptb-100 {

  padding-bottom: 100px !important;

}

.title-para {
  font-family: "DMSans_regular";
  font-size: 20px;
  color: #999999;
}


.list-arrow {
  font-family: 'DM Sans', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 24.91px;
  color: #999999;
  /* or your desired color */
  position: relative;
  padding-left: 28px;
}

.list-arrow::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 16px;
  height: 16px;
  background-image: url('../images/Image.svg');
  background-repeat: no-repeat;
  background-size: contain;
}

.service-image1 {
  width: 550px;
}

.build-btn {
  display: inline-flex;
  align-items: center;
  font-family: 'DM Sans', sans-serif;
  font-size: 20px;
  font-weight: 400;
  padding: 16px 32px;
  border: 1px solid #0dcaf0;
  border-radius: 100px;
  color: #ffffff;
  background-color: transparent;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.build-btn:hover {
  background-color: #0dcaf0;
  color: #000000;
}

.glow-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 600px;
  height: 600px;
  transform: translate(-50%, -50%);
  background: radial-gradient(43.01% 43.41% at 50% 50%, #00B6DA 0%, rgba(0, 193, 236, 0) 100%);

  opacity: 0.6;
  filter: blur(100px);
  border-radius: 50%;
  z-index: 0;
}

.mb-36 {
  margin-bottom: 36px;
}

.mb-86 {
  margin-bottom: 86px;
}

.glow-bg1 {
  position: absolute;
  top: 76%;
  left: 58%;
  width: 600px;
  height: 600px;
  transform: translate(-50%, -50%);
  background: radial-gradient(43.01% 43.41% at 50% 50%, #00B6DA 0%, rgba(0, 193, 236, 0) 100%);
  opacity: 0.6;
  filter: blur(100px);
  border-radius: 50%;
  z-index: 0;

}

@media (min-width: 768px) and (max-width: 991px) {

  .hero-banner {
    margin-bottom: 80px;
  }

	.why-choose-main h6{
		text-align:left;
	}

  .ptb-100 {
    padding-top: 0px !important;
    padding-bottom: 80px !important;
  }

  .title-service {
    font-size: 45.72px;
    line-height: 50.31px;
  }

  .mb-36 {
    margin-bottom: 20px;
  }

  .mb-86 {
    margin-bottom: 35px;
  }

  .service-image1 {
    width: 400px;
    margin-top: 20px;
  }

  .image-col {
    order: 2;
  }

  .text-col {
    order: 1;
  }

  .glow-bg {
    top: 86%;
    left: 34%;
    width: 573px;
    height: 524px;
  }

  .glow-bg1 {
    top: 75%;
    left: 42%;
    width: 385px;
    height: 554px;
  }

}

@media (min-width: 320px) and (max-width: 767px) {
	
	.why-apro-main p{
		font-size:28px;	
	}

  .hero-banner {
    margin-bottom: 60px;
    height: 350px;
  }
  .accordion-section .testimonial-heading {
    margin-bottom: 10px;
  }

  .ptb-100 {
    padding-top: 0px !important;
    padding-bottom: 40px !important;
  }

  .title-service {
    font-size: 40.72px;
    line-height: 45.31px;
  }

  .title-para {
    font-size: 18px;
  }

  .list-arrow {
    font-size: 18px;
    line-height: 22.91px;
  }

  .mb-36 {
    margin-bottom: 20px;
  }

  .mb-86 {
    margin-bottom: 35px;
  }

  .service-image1 {
    width: 400px;
    margin-top: 20px;
  }

  .image-col {
    order: 2;
  }

  .text-col {
    order: 1;
  }

  .glow-bg {
    top: 86%;
    left: 34%;
    width: 573px;
    height: 524px;
  }

  .glow-bg1 {
    top: 75%;
    left: 42%;
    width: 385px;
    height: 554px;
  }
  .custom-accordion .accordion-button {
    font-size: 24px;
    line-height: 34px;

  }
  

}

/* About page */

.video-banner {
  position: relative;
  width: 100%;
  height: 80vh;
  /* Full screen height for better responsiveness */
  overflow: hidden;
}

.video-banner video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  z-index: 0;
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  /* More readable color format */
  z-index: 1;
}

.video-content {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 2;

  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0 20px;
  /* Padding for mobile */
  color: #fff;
}

.video-content h1 {
  font-size: 3rem;
  font-weight: bold;
  margin: 0;
}

/* Responsive Adjustments */



.small-title {
  font-family: 'Outfit', sans-serif;
  font-size: 18px;
  background: linear-gradient(153.53deg, #13B7DA 2.54%, rgba(0, 193, 236, 0.65) 101.34%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.h2-heading {
  font-family: 'DM Sans', sans-serif;
  font-size: 36px;
  font-weight: 500;

}

.paragraph-p {
  font-family: 'DMSans_regular';
  font-size: 20px;
  font-weight: 400;
  color: #999999;
}

.about-us {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

.card-team {
  width: 100%;
  height: auto;
  background: #000;

}

.card-content {
  font-family: 'DMSans-Medium';
  color: white;
  font-weight: 500;
  font-size: 24px;
  line-height: 33.3px;

}

.card-subcontent {

  font-family: 'DMSans_regular';
  color: #999999;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
}

.section-heading {
  font-family: 'DM Sans', sans-serif;
  font-size: 36px;
  font-weight: 500;
}

.highlight {
  color: #00BFD8;
}

.btn-outline-light-custom {
  border: 2px solid #00BFD8;
  color: #fff;
  border-radius: 50px;
  padding: 12px 30px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.btn-outline-light-custom:hover {
  background-color: #00BFD8;
  color: #000;
}

.why-card {
  background-color: #1D222B;
  width: 100%;
  height: 290px;
  border-radius: 12px;
  padding: 24px;
  color: #d1d1d1;
  opacity: 0;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

/* Cards entering from the left */
.why-card-left .why-card {
  transform: translateX(-40px);
}

/* Cards entering from the right */
.why-card-right .why-card {
  transform: translateX(40px);
}

/* When visible, reset position */
.why-card.visible {
  opacity: 1;
  transform: translateX(0);
}



.why-card h5 {
  color: #fff;
  margin-bottom: 10px;
  font-family: 'DMSans-Medium';
  font-size: 24px;
  font-weight: 500;
}


.underline {
  display: block;
  width: 50px;
  height: 2px;
  background-image: linear-gradient(153.53deg, #13B7DA 2.54%, rgba(0, 193, 236, 0.65) 101.34%);
  margin-bottom: 15px;
}

.card-desc {
  font-family: 'DMSans_regular';
  font-size: 20px;
  font-weight: 400 !important;
  line-height: 28px;
  color: #999999;
}

.shift-down {
  position: relative;
  top: 60px;
  /* or less/more as needed */
}

.fourth-card {
  margin-top: 75px;
}

.sticky-col {
  position: sticky;
  top: 100px;
  /* Adjust to give space from top while scrolling */
  z-index: 2;
}

.button-text {
  font-family: 'DMSans_regular';
  font-size: 21px;
  color: #DDDDDD;
}
.single-case-study-main-h{
	width:28.75rem;
}


@media (max-width: 768px) {
	.next-two-articles-mobile{
		padding:0 !important;
	}

	.articles h1{
		padding-bottom:0 !important;
	}
	.small-title{
		text-align:left !important;
	}
  .video-banner {
    height: 80vh;
    margin-bottom: 60px;
  }

  .video-content h1 {
    font-size: 2rem;
  }

  .sticky-col {
    position: static !important;
  }

  .why-card {
    margin-left: auto;
    margin-right: auto;

    width: 340px;
    height: 228px;
  }

  .why-card h5 {
    font-size: 22px;
  }

  .underline {
    margin-left: auto;
    margin-right: auto;
  }

  .shift-down {
    top: 0px;
  }

  .fourth-card {
    margin-top: 15px;
  }

  .card-desc {
    font-size: 16px;
    line-height: 23px;
  }

  .sub-section {
    padding-top: 0 !important;
    padding-bottom: 60px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .branding-services {
    padding-bottom: 10px !important;
  }
  .counter-section .row {
    flex-direction: row;
  }
}

@media (max-width: 480px) {
  .video-banner {
    height: 60vh;
  }

  .video-content h1 {
    font-size: 36px;
  }

  .section-heading {
    font-size: 1.5rem;
  }

  .btn-outline-light-custom {
    margin: 1rem auto 0 auto;
  }

  .h2-heading {
    font-size: 26px;
  }

  .paragraph-p {
    font-size: 16px;
  }

  .image-team {
    display: flex;
    order: 1;
  }

  .shift-down {
    top: 10px;
  }

  .fourth-card {
    margin-top: 10px !important;
  }
}

/* Branding and Consulting */



.page-heading {
  font-family: 'DMSans_semibold';
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  margin-bottom: 20px;
}


.section-desc {
  font-family: 'DMSans_regular';
  font-size: 20px;
  color: #999999;
  line-height: 30ox;
  font-weight: 400;
}

.branding-services {
  background-color: #000;
  font-family: 'DM Sans', sans-serif;
  padding-bottom: 100px;
}

.service-card {
  background-color: #121212;
  border-radius: 16px;
  padding: 24px;
  color: #fff;
  height: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.service-card .badge-circle {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #00B6DA;
  /* You can adjust the blue */
  color: #fff;
  font-family: 'DMSans_regular';
  font-weight: 400;
  text-align: center;
  line-height: 36px;
  margin-bottom: 12px;
  font-size: 12px;
}

.service-card h5 {
  font-family: 'DMSans-Medium';
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  margin-bottom: 10px;
}

.service-card p {
  font-family: 'DMSans_regular';
  font-size: 15px;
  line-height: 1.6;
  color: #F2F2F2;
}



@media (max-width: 767.98px) {

  .section-title,
  .section-desc {
    text-align: center;

  }

  .section-title {
    font-size: 32px;
    line-height: 40px;
  }

  .section-desc {
    font-size: 16px;
    line-height: 24px;
  }

  .service-card h5 {
    font-size: 22px;
  }

  .branding-services {
    padding-bottom: 40px !important;
  }
}

/* Quote enquiry */

.quote-wrapper {
  background-color: #1D222B;
  border-radius: 20px;
  border: 2px solid #00c6ff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.4);
}

.text-form {
  font-family: 'DMSans-Medium';
  font-size: 64px;
  font-weight: 500;
}

/* Gradient text for "Talk" */
.text-gradient {
  background: linear-gradient(153.53deg, #13B7DA 2.54%, rgba(0, 193, 236, 0.65) 101.34%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-form-desc {
  font-family: 'DMSans_regular';
  font-size: 24px;
  font-weight: 400;
  line-height: 100%;
  color: #999999;
}


/* Form controls */
.form-control {
  background-color: #1D222B;
  border: 0.5px solid #999999;
  color: #999999D4;
  font-family: 'DMSans_regular';
  font-size: 16px;
  border-radius: 8px;
  padding: 20px;
}

.form-control:focus {
  background-color: #1D222B !important;
  color: #999999D4 !important;
  border: 1px solid #13B7DA;
  /* Optional: glowing border */

}

.form-control::placeholder {
  color: #999999D4;
}

.input-group-text {
  background-color: #1D222B;
  border: 1px solid#999999;
  color: #999999D4;
  border-radius: 12px 0 0 12px;
}

/* Submit button */
.btn-submit {
  background: linear-gradient(153.53deg, #13B7DA 2.54%, rgba(0, 193, 236, 0.65) 101.34%);
  border: none;
  color: white;
  font-weight: 600;
  padding: 14px;
  border-radius: 30px;
  font-size: 18px;
  transition: 0.3s ease;
}

.btn-submit:hover {
  opacity: 0.9;
}

.iti {
  width: 100%;
}

.iti--allow-dropdown input {
  background-color: #0d1520;
  color: white;
  border-radius: 12px;
  border: 1px solid #2c3e50;
  padding-left: 52px !important;
  /* adjust for flag spacing */
}

#phone {
  background-color: #1D222B;
  border: 0.5px solid #999999;
  color: #999999D4;
  font-family: 'DMSans_regular';
  font-size: 16px;
  border-radius: 8px;
  padding: 20px;
  width: 100%;


}

.iti__selected-dial-code {
  color: #999999D4;
}

.iti--allow-dropdown input,
.iti--allow-dropdown input[type=tel],
.iti--allow-dropdown input[type=text],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type=tel],
.iti--separate-dial-code input[type=text] {
  padding-right: 18px;
  padding-left: 90px !important;
  /* margin-left: 34px; */
}

.iti--container {
  top: 31% !important;
  left: 50% !important;
  width: 29% !important;
}



.section-title {
  color: #999999;
  font-family: 'DMSans_regular';
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 30px;
}

.contact-item {
  font-family: 'DMSans_regular';
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 1.5;
}

.contact-item:last-child {
  margin-bottom: 0;
}

.arrow-icon {
  color: #ffffff;
  font-size: 16px;
  margin-right: 15px;
  margin-top: 2px;
  flex-shrink: 0;
  width: 20px;
}

.contact-text {
  color: #ffffff;
  font-family: 'DMSans_regular';
  font-size: 20px;
  flex: 1;
}

.social-links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.social-item {
  font-family: 'DMSans_regular';
  display: flex;
  align-items: center;
  font-size: 20px;
  color: #ffffff;
  text-decoration: none;
  transition: color 0.3s ease;
}

.social-arrow {
  color: #ffffff;
  font-size: 16px;
  margin-right: 15px;
  width: 20px;
  flex-shrink: 0;
}

.border-custom {
  border-right: 2px solid #555 !important;
  height: 330px;
}

.col-content {
  padding: 40px 90px;
  height: 100%;
}

.footer-container {
  max-width: 1290px;
  margin: 0 auto;
  border: 2px solid #555;
  border-radius: 12px;
  overflow: hidden;
}



@media (max-width: 992px) {
  .border-custom {
    border-right: 0px solid #555 !important;
    border-bottom: 0px solid #555 !important;
  }

  .col-content {
    padding: 40px 20px;
    height: 100%;

  }

  .iti--container {
    top: 7% !important;
    left: 2% !important;
    width: 75% !important;
  }

  .footer-container {
    margin: 0 40px;
  }

  .text-form {
    font-size: 50px;
  }

  .text-form-desc {
    font-family: 'DMSans_regular';
    font-size: 21px;
    font-weight: 400;
    line-height: 120%;
    color: #999999;
  }

  .section-title {
    text-align: left;
  }

  .testimonial-heading {
    font-size: 28px !important;
    line-height: 46px !important;
	  text-align:left !important;
  }
  .brand-txt {
    font-size: 24px !important;
    line-height: 35px;
	  text-align: left;
	  margin-bottom:4rem !important;
  }

  .contact-section .row {
    flex-direction: row;
  }

  .border-custom {
    border-right: 2px solid #555 !important;
    border-bottom: 2px solid #555 !important;
  }

}

@media (max-width: 767px) {
  .border-custom {
    border-right: 0px !important;
    border-bottom: 2px solid #555 !important;
  }

  .col-content {
    padding: 40px 20px !important;
    height: 100%;
  }

  .social-links {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .footer-container {
    margin: 0 10px;
  }
}

/* Home page Testimonial */

/* .testimonial-section {
  padding: 100px 0;
} */

.testimonial-heading {
  font-family: 'DMSans-Medium';
  font-size: 48px;
  font-weight: 500;
  line-height: 48px;
  margin-bottom: 20px;
  align-items: center;
  text-align: left;
  margin-bottom: 60px;
}

.slider-wrapper {
  overflow: hidden;
  position: relative;
}

.slider-row {
  display: flex;
  gap: 20px;
  width: max-content;
  animation-timing-function: linear;
}

.slider-row:hover {
  animation-play-state: paused;
}

.slide-left {
  animation: slideLeft 25s linear infinite;
}

.slide-right {
  animation: slideRight 30s linear infinite;
}

@keyframes slideLeft {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

@keyframes slideRight {
  0% {
    transform: translateX(-50%);
  }

  100% {
    transform: translateX(0);
  }
}

.testimonial-card {
  background-color: #1A1A1A;
  color: #ccc;
  padding: 20px;
  border-radius: 12px;
  width: 511px;
  height: 330px;
  max-height: 100%;
  flex: 0 0 auto;
  display: flex;
  gap: 15px;
  align-items: flex-start;
  padding: 36px 46px;

}

.avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}

.testimonial-content {
  flex: 1;
}

.testimonial-name {
  font-family: 'DMSans-Medium';
  font-size: 20px;
  font-weight: 500;
  line-height: 33.35px;
  color: #E2E2E2;
  margin-bottom: 2px;
}

.testimonial-role,
.testimonial-email {

  font-family: 'DMSans-Medium';
  font-size: 13px;
  font-weight: 500;
  line-height: 33.35px;
  color: #E2E2E2;
  margin-bottom: 6px;
}

.testimonial-text {
  font-family: 'DMSans_regular';
  font-size: 20px;
  font-weight: 400;
  line-height: 33.35px;
  color: #999999;
}

.brand-txt{
  font-family: 'DMSans_regular';
  font-size: 32px ;
  line-height: 42px;
  color: #DDDDDD ;
}

/* Blog Page */

.blog-banner {
  background: url('.././images/Web\ banner\ 7-03\ 1.webp') no-repeat center center;
  background-size: cover;
  background-color: #000;
  color: #fff;
  height: 498px;
  display: flex;
  align-items: center;
  margin-bottom: 100px;
}

.badge-text{
  font-family: 'DMSans-medium';
  font-size: 12x ;
  line-height:19px;
  color: #DDDDDD ;
}

.blog-title{
  font-family: 'DMSans-medium';
  font-size: 27px ;
  line-height: 33px;
  color: #DDDDDD ;

}
.blog-desc{
  font-family: 'DMSans_regular';
  font-size: 18px ;
  line-height: 29px;
  color: #999999 ;
  font-weight: 400;
}

@media (max-width: 992px) {
	
	
  .blog-section .row{
    flex-direction: row;
  }

.blog-title {
    font-size: 21px;
    line-height: 27px;  
}
	
	
.blog-desc{
  font-size: 16px;
    line-height: 24px; 
}
}
.testimonial-card {
    width: 365px;
    height: 285px;
    padding: 30px 10px;
  }
  .testimonial-text {
    font-size: 16px;
    line-height: 24.35px;
  }
.counter-value {
  position: relative;
  font-size: 32px;
  font-family: 'DMSans-medium';
  line-height: 40px;
}



/* Blog Single Page */
.main-description {
  color: #999999;
  font-size: 22px;
  margin-top: 40px;
}
.single-blog-banner{
  margin-bottom: -1.7rem;
}



.life-apro .row{
    flex-direction: row;
  }




/* career page */

.career-banner {
  background: url('.././images/Section.webp') no-repeat center center;
  background-size: cover;
  background-color: #000;
  color: #fff;
  height: 498px;
  display: flex;
  align-items: center;
  margin-bottom: 100px;
}

.life-apro-text{
  font-family: 'DMSans-medium';
  font-size: 56px;
}

.job-title {
  font-family: 'DMSans-medium';
  font-size: 24px;
  font-weight: 500;
  margin: 0;
  color: #DDDDDD;
}

.job-deadline {
  font-family: 'DMSans_regular';
  font-size: 20px;
  color: #999999;
  margin-bottom: 0;
}

.badge-custom {
  display: inline-block;
  padding: 10px 15px;
  border: 1px solid #8CA2C0;
  border-radius: 50px;
  color: #999999;
  font-family: 'DMSans-medium';
  font-size: 16px;
  text-align: center;
}

.see-details-btn {
  padding: 20px 50px;
  border: 1px solid #13B7DA;
  border-radius: 50px;
  color: #8CA2C0;
  font-family: 'DMSans_regular';
  font-size: 16px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}


.see-details-btn:hover {
  background-color: #13B7DA;
  color: #fff;
}
.job-card {
  padding: 16px 0;
  border-bottom: 1px solid #4D4D4D;
}

.job-card:first-of-type {
  border-top: 1px solid #4D4D4D !important;
}


@media (max-width: 992px) {
  .career-banner{
    margin-bottom: 60px;
    }
	
	.sticky-div{
		position:unset;
	}
}

@media (max-width: 767px) {
  .badge-custom {
    padding: 5px 15px;
    font-size: 14px;
  }
  .career-banner{
  margin-bottom: 60px;
  height: 350px;
  }
	.portfolio-icon-img{
		width:60px!important;
	}
	.portfolio-our-wrk-bnr{
		height:15rem !important;
	}
	
	.case-study-grid{
		display: grid;
		grid-template-columns: 1fr;
		gap: 24px;
	}
}


/* single-job */

.single-job ul {
/*   list-style-type: disc; */
  padding-left: 1.5rem;
/*   margin-bottom: 1.5rem; */
}

.single-job ul li {
/*   margin-bottom: 20px; */
}

.single-desc,
.single-desc p,
.single-desc ul,
.single-desc li {
  color: #999999 !important;
  font-family: 'DMSans_regular';
  font-size: 20px;
  line-height: 32px;
}

.apply-btn{
  font-family: "DMSans_semibold";
  display: flex;
  width: 230px;
  height: 65px;
  padding: 20px 30px;
  border-radius: 800px;
  background: #00B6DA;
  color: #FFF;
  font-size: 16px;  
  border: none;
  align-items: center;
  justify-content: center;
}


.apro-button-tag {
    font-family: "DMSans_regular";
    color: #fff;
    background: transparent;
    border: 1px solid #13B7DA;
    border-radius: 50px;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    transition: border-color 0.4s ease-in-out, color 0.4s ease-in-out;
    margin: 1rem;
}

.apro-button-tag:hover,
.apro-button-tag.active {
    background: linear-gradient(153.53deg, #13B7DA 2.54%, rgba(0, 193, 236, 0.65) 101.34%);
    color: #fff;
}
/* Image Slider HomePage */
/* .container-slider{
  max-width: 1400px;
} */
.custom-slider-container {
    display: flex;
    flex-direction: column;
    gap: 50px;
    width: 100%;
    padding: 96px 0px;
}
.slider-row.static-row {
    display: flex;
    justify-content: center;
    gap: 52px;
    flex-wrap: nowrap;
    padding: 20px 0;
}



.slide {
    flex: 0 0 auto;
}

.slide img {
    height: 100px;
    width: 215px;
    display: block;
    object-fit: contain;
}


.shadow-box {
  position: relative;
  overflow: hidden;
}

.shadow-box::before,
.shadow-box::after {
  content: '';
  position: absolute;
  top: 0;
  width: 80px;
  height: 100%;
  pointer-events: none;
  z-index: 2;
  filter: blur(8px); /* Add blur here */
}

.shadow-box::before {
  left: 0;
  background: radial-gradient(
    ellipse at left center,
    rgba(0, 0, 0, 0.35) 0%,
    transparent 100%
  );
  transform: scaleX(-1); /* Concave effect from left */
}

.shadow-box::after {
  right: 0;
  background: radial-gradient(
    ellipse at right center,
    rgba(0, 0, 0, 0.35) 0%,
    transparent 100%
  ); /* Concave effect from right */
}





/* Case Studies */
.case-studies h1{
  padding: 30px 0px;
}

  .case-studies{
    margin-top: 5rem;
  }

  .case-study-grid .case-study-item.first-item {
  grid-column: 1 / -1;
	  text-decoration:none;
}

  .case-study-single{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    text-align: left;
  }

.case-study-item {
    flex-basis: 50%;
	text-decoration:none;
}

.case-study-item:hover {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.case-study-grid-list{
  display: flex;
  gap: 100px;
  margin-top: 5rem;
}

.case-study-fea-img-single img{
	height: 572px;
    width: 100%;
    object-fit: cover;
    border-radius: 16px;
}
.case-study-single-list{
    display: flex;
    flex-direction: column;
}
.case-study-image {
    width: 100%;
    height: 390px;
    border-radius: 20px;
    margin-bottom: 15px;
    object-fit: cover;
}

.case-study-item h2 {
    font-size: 32px;
    line-height: 42px;
	text-decoration:none;
}


.case-study-item p {
    font-size: 1.25rem;
    color: #999999;
	text-decoration:none;
}

.read-more-btn {
    display: inline-block;
    margin-top: 10px;
    padding: 8px 16px;
    color: white;
    text-decoration: none;
    border-radius: 4px;
    padding: 0px;
}


.button-icon.readmore-icon{
  width: 20px;
    height: 20px;
}



.read-more-btn {
    
    text-decoration: none;
    color: #999999; 
    font-weight: 500;
    font-size: 24px;
    border: none;
    background: transparent;
}

.animated-underline {
  position: relative;
  display: inline-block;
  text-decoration: none;


  padding-bottom: 4px;
}

.animated-underline::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #13B7DA;
  transition: width 0.3s ease;
}

.animated-underline:hover::after {
  width: 80%;		
}

.hover-e{
	color:#A6A3A3 !important;
}

.hover-e:hover{
	color:#fff !important;
}

.read-more-btn:hover .arrow-circle {
    background-color: #0056b3;
}

.explore-case-studies-btn{
  margin-top: 2rem;
	text-decoration:none;
}
.arrow-circle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    background-color: #00B6DA; 
    color: #fff;
    border-radius: 50%;
    font-size: 14px;
    transition: background-color 0.3s ease;
}

.case-studies-navigate{
  display: flex;
  justify-content: flex-end;
}

/* Article latest first post */

.image-top-left,
.image-bottom-left {
    position: absolute;
    color: #fff;
    padding: 12px 16px;
    border-radius: 6px;
    font-size: 14px;
}

.image-top-left {
    top: 12px;
    left: 12px;
}

.image-bottom-left {
    bottom: 12px;
    left: 12px;
    width: 31rem;
}

.read-time {
    display: block;
    margin-bottom: 4px;
    font-size: 13px;
    color: #ddd;
}

.latest-article-card .image-container {
    position: relative;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    border-radius: 12px;
}

.latest-article-card img {
    width: 43.813rem;
    display: block;
    object-fit: cover;
    border-radius: 12px;
    height: 29.625rem;
    object-fit: fill;
}
.article-item img{
  width: 190px;
  height: auto;
  object-fit: contain;
  border-radius: 8px ;
}
.articles-wrapper {
  display: flex;
  gap: 40px;
  align-items: stretch;
}


.articles-left {
  flex: 1;
  display: flex;
  flex-direction: column;
}


.articles-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}


.article-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 24px;
  padding: 0px;
  border-radius: 10px;
}
.next-two-articles > :nth-child(1),
.next-two-articles > :nth-child(2) {
  border-bottom:1px solid;
} 

.latest-article-card .image-container {
  height: 445px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}


.latest-article-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}


.image-bottom-left {
  position: absolute;
  bottom: 12px;
  left: 12px;
  width: calc(100% - 24px);
}

.article-title {
  color: white;
  font-size: 20px;
  line-height: 1.4;
  margin: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.articles{
  margin-top: 7rem;
  margin-bottom: 5rem;
}

.articles-studies-navigate{
  display: flex;
  justify-content: flex-end;
}

/* single case study post page */
.case-header-image-container {
    position: relative;
    width: 100%;
    max-height: 600px;
    overflow: hidden;
}

.case-header-image-container img {
   width: 100%;
    height: 38.75rem;
    object-fit: cover;
    display: block;
}

.case-title-overlay {
    position: absolute;
    left: 70px;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-size: 2.8rem;
    font-weight: bold;
    text-shadow: 0px 2px 6px rgba(0, 0, 0, 0.6);
    max-width: 40%;
}

.case-meta{
  display: flex;
  flex-direction: column;
  width: 45%;
  justify-content: flex-start;
}
.case-single-chal-context{
  width: 55%;
}

.post-categories{
  padding: 0px;
  margin: 0px;
}

.post-categories li{
  list-style: none;
}

.case-study-single-container{
  display: flex;
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.case-single-chal-context .context h3{
  font-weight: 600;
  margin-bottom: 1rem;
}

.case-single-chal-context .challenges h3{
  font-weight: 600;
  margin-bottom: 1rem;
}

.case-single-chal-context p{
  color:#999999 ;
}

.case-single-services ul li, p{
  color: #999999;
}

.case-cat{
  margin-bottom: 2rem;
}
.case-meta h5{
  margin-bottom: 1.5rem;
}
.apro-tag{
  border: 1px solid #13B7DA;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 30px;
    font-size: 18px;
    border-radius: 50px;
    background: transparent;
    color: #DDDDDD;
    
}

.banner-container img{
  border-radius: 36px;
}

.single-post-container-wrap{
  max-width: 45.688rem;
  margin: 0 auto;
  color: #999999;
  margin-bottom: 7rem;
}
.single-post-container-wrap h2{
  text-align: center;
  margin-top: 7rem;
  margin-bottom: 2rem;
}

.case-study-process li{
  text-indent: -1.2em;       
  padding-left: 1.2em;       
  line-height: 1.6;
}

/* All Case Studies Page style */

.card-image {
    position: relative;
    overflow: hidden;
}

.case-study-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(310px, 1fr));
    gap: 24px;
}
.case-card {
    display: flex;
    flex-direction: column;
    background: #1D222B;
    border: 1px solid #13B7DA;
    border-radius: 16px;
    padding: 16px;
    height: 100%; 
	text-decoration:none;
}

.case-category{
	color: #DDDDDD;
    padding: 10px 20px;
    background-color: #5A5A5A59;
    border-radius: 22px;
	font-size: 13px;
}
.case-card.hidden {
    display: none !important;
}


.card-image img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    display: block;
    border-radius: 16px;
}

.case-label {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #FFFFFF;
    color: #486284;
    padding: 5px 13px;
    font-size: 14px;
    font-weight: bold;
    border-radius: 12px;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.case-card:hover .case-label {
    opacity: 1;
}
.card-body {
    padding: 16px 0px 0px 0px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.card-tags {
  margin-bottom: 18px;
  text-align: left;
}

.case-tag {
  display: inline-block;
    background-color: #5A5A5A59;
    color: #DDDDDD;
    font-size: 13px;
    padding: 4px 8px;
    border-radius: 32px;
    margin-right: 6px;
}

.card-title {
  font-size: 24px;
  font-weight: 500;
  margin: 0 0 12px;
  flex-grow: 1;
  text-align: left;
}

.case-header-banner-container {
  display: flex;
  align-items: center;        
  justify-content: flex-start; 
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 31rem;
}

.overlay-content-case-study {

  color: white;
  max-width: 600px;
}

.case-header-banner-container .container {
  width: 100%;
}


.case-header-banner-container img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}


/* .overlay-content-case-study {
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translateY(-50%);
    color: white;
    max-width: 34.188rem;
    z-index: 2;
} */

.overlay-content-case-study h1 {
    font-size: 48px;
    margin-bottom: 0.5rem;
}

.overlay-content-case-study p {
    font-size: 24px;
    margin-bottom: 1rem;
}

.case-study-icon{
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: fit-content;
}

.case-study-icon img {
    width: 40px;
    height: auto;
    margin-right: 10px;
}


.portfolio-tags{
	width:50%;
}

.single-page-tag{
	margin:0;
}
.apro-button-tag{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 12px 26px;
    font-size: 14px;
    font-family: "DMSans_regular";
    color: #fff;
    background: transparent;
    border: 1px solid #13B7DA;
    border-radius: 50px;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    transition: border-color 0.4s ease-in-out, color 0.4s ease-in-out;
    margin: 1rem;
}


.apro-button-tag:hover,
.apro-button-tag.active {
    background: linear-gradient(153.53deg, #13B7DA 2.54%, rgba(0, 193, 236, 0.65) 101.34%);
    color: #fff;
}

.case-study-filters{
    display: flex;
    align-items: baseline;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.card-body .card-title{
  color: #DDDDDD;
}

.card-body .read-more-btn{
  font-size:13px ;
  text-align: left;
  font-weight: 600;
}

.card-body .button-icon.readmore-icon {
    width: 20px;
    height: 20px;
	transition:0.5s;
}

.all-case-container{
  margin-bottom: 7rem;
  margin-top: 6rem;
}

.case-header-banner-container{
  height: 31rem;
}

.articles h1{
  padding-bottom: 30px;
}

.all-case-container h1{
  padding-bottom: 30px;
}

.all-case-container p{
 font-size: 16px;
  color: #DDDDDD;

}

.explore-case-studies-btn-service{
  float:right ;
  margin-top: 3rem;
}

.article-item-services img {
    width: 26.25rem;
    height: 16.406rem;
    object-fit: cover;
    border-radius: 18px;
}

.next-two-articles-services {
    display: grid;
    grid-template-columns: 1fr 1fr auto;
    gap: 20px;
}

.articles-services{
  margin-bottom: 5rem;
  padding-top: 4rem;
}
.p-head{
  font-size: 16px !important;
    color: #13B7DA !important;
    text-transform: uppercase !important;
}

.post-card-title{
  font-size: 28px;
  line-height: 33.35px;
  color: #DDDDDD;
}

.p-date{
  margin-bottom: 1rem;
	margin-top: 1rem;
}

/* Team Members CPT section */

.team-grid-cpt{
	  display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 100px;
}
.team-card-cpt {
    border-radius: 10px;
    transition: 0.3s ease;
    overflow: hidden;
    height: 325px;
	width:100%;
    display: block;
    position: relative;
}

.team-member-listing{
	margin-top:2rem;
	margin-bottom:2rem;
}
.team-image-wrapper-cpt {
    position: relative;
    width: 100%;
    height: 325px;
    overflow: hidden;
}

.team-image-wrapper-cpt img {
    width: 100%;
    object-fit: cover;
    display: block;
    transition: opacity 0.3s ease, height 0.3s ease;
    position: absolute;
    top: 0;
    left: 0;
   height: 325px;
}

.img-primary-cpt {
    z-index: 1;
    opacity: 1;
}

.img-hover-cpt {
    z-index: 2;
    opacity: 0;
}

.team-card-cpt:hover .img-primary-cpt {
    opacity: 0;
}

.team-card-cpt:hover .img-hover-cpt {
    opacity: 1;
    height: 240px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}


.team-info-cpt {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 84px;
    padding: 8px 12px;

    z-index: 3;
    display: none;
    box-sizing: border-box;
}

.team-card-cpt:hover .team-info-cpt {
    display: block;
}

.team-info-cpt p:nth-of-type(1) {
   margin: 0 0 4px;
 
   	color:#fff;
}


.team-info-cpt p:nth-of-type(1) {
   margin: 0 0 4px;
	font-size: 18px;
   color:#fff;
}

.team-info-cpt p:nth-of-type(2) {
    margin: 0;
   	color:#fff;
}

.s-head{
	font-size: 48px !important;
	text-align: center;
	margin-bottom: 4rem;
}
.team-m-p{
	font-size:20px;
	line-height:28px;
	text-align:center;
	margin-bottom: 3rem;
}

.join-our-team-sec{
	margin-top: 7rem;
    margin-bottom: 7rem;
}

.j-ot-wrap{
	width:27.75rem;
}

.j-ot-wrap p:nth-of-type(1) {
	font-size: 48px;
    color: #FFFFFF;
}

.j-ot-wrap p:nth-of-type(2) {
	font-size: 20px;
}

.mobile-slider-only {
  display: none;
}


        .desktop-slider {
            display: block;
        }

        .mobile-slider-container {
            display: none;
            position: relative;
            overflow: hidden;
        }

        .slider-track {
            display: flex;
            transition: transform 0.4s ease;
        }

        .mobile-slider-container .slide {
            min-width: 100%;
            flex-shrink: 0;
        }

        .slider-controls {
            position: absolute;
            top: 50%;
            width: 100%;
            display: flex;
            justify-content: space-between;
            transform: translateY(-50%);
        }

        .slider-controls button {
            background: rgba(0,0,0,0.5);
            border: none;
            color: #fff;
            font-size: 2rem;
            cursor: pointer;
        }

        @media (max-width: 1300px) {
            .desktop-slider {
                display: none;
            }

            .mobile-slider-container {
			  overflow: hidden;
			  position: relative;
			  max-width: 100%;
			  margin: 0 auto;
			  display:block;
				margin-top: 7rem;
       		 margin-bottom: 7rem;	
			}

			.slider-track {
			  display: flex;
			  transition: transform 0.5s ease-in-out;
			  will-change: transform;
			}

			.slide {
			  flex: 0 0 50%; /* 2 slides per view */
			  box-sizing: border-box;
			  padding: 10px; /* optional spacing */
			  display: flex;
			  justify-content: center;
			  align-items: center;
			}
        }

.portfolio-grid {
    display: grid;
   justify-content:space-between;
    margin-top: 2rem;
	grid-template-columns: repeat(3, 1fr);
	gap:20px;
	
}

.portfolio-grid img{
    width: 25.313rem;
    height: 31.063rem;
    object-fit: cover;
    border-radius: 24px;
}

.portfolio-filters P{
	font-size: 20px;
    color: #DDDDDD;
}

.case-study-filters p{
	font-size: 20px;
    color: #DDDDDD;
}

.portfolio-filters {
	margin-bottom: 1rem;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: baseline;
}
.filter-btn {
    padding: 8px 16px;
    border: 1px solid #000;
    background: none;
    cursor: pointer;
}
.filter-btn.active {
    background-color: #000;
    color: #fff;
}
.portfolio-our-wrk-bnr{
	height:34rem;
	background-size: cover;
  	background-position: center;
  	display: flex;
  	align-items: center;
}

.portfolio-our-wrk-bnr{
	margin-bottom:7rem;
}

.portfolio-our-wrk-bnr .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start; 
  color: #fff; 
}

.portfolio-our-wrk-bnr p{
	font-size: 10px;
    color: #E2E2E2;
	margin: 0;
}
.portfolio-our-wrk-bnr h1 {
  margin: 0;
  line-height: 1.4;
	font-weight: 700;
	color:#FFFFFF;
}

.portfolio-logo{
	position: absolute; 
	top: 50%; left: 50%; 
	transform: translate(-50%, -50%); 
	padding: 10px; 
	border-radius: 8px;
}

.portfolio-banner{
    background-size: cover;
    background-position: center;
    position: relative;
    height: 14.625rem;
}

.portfolio-head{
	display: flex;
    justify-content: space-between;
	margin: 3rem 0;
	align-items: baseline;
} 

.portfolio-head h1{
	font-size: 31.63px;
    color: #13B7DA;
    font-weight: 700;
}

.portfolio-main-image{
	margin-top:3rem;
}

.portfolio-main-image img{
	width: 100%;
    height: 41.438rem;
    object-fit: cover;
	border-radius: 20px;
}

.portfolio-image-wrapper {
    position: relative;
    overflow: hidden;
}

.portfolio-image-wrapper img {
    display: block;
}

.portfolio-overlay {
    position: absolute;
    inset: 0;
background: ;
background: linear-gradient(180deg, rgba(0, 0, 0, 0.23) 0%, rgba(0, 0, 0, 1) 100%);
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 15px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.portfolio-item:hover .portfolio-overlay {
    opacity: 1;
    pointer-events: auto;
}

.portfolio-icon img {
    width: 60px;
    height: 60px;
}

.portfolio-title p{
    font-size: 24px;
    margin-top: auto;
	text-transform:uppercase;
	color:#FFFFFF;
}

.portfolio{
	margin-bottom:10rem;
}

.portfolio-sub-images {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    margin-top: 2rem;
    flex-wrap: wrap;
}

.portfolio-sub-images img {
    width: 48%;
    height: 45.875rem;
    object-fit: cover; 
    border-radius: 20px;
}


.portfolio-description-second{
	display: flex;
    justify-content: space-between;
}

.portfolio-description-second h2{
	width:50%;
	font-size: 36px;
}
.portfolio-description-second p{
	width:50%;
	font-size: 20px;
}



.custom-meta-layout {
   display: grid;
   grid-template-columns: 1fr 1fr;
   gap: 40px;
   position: relative;
	margin-bottom: 4rem;
}
        .custom-meta-headings {
            position: sticky;
            top: 100px;
            height: fit-content;
            padding: 20px;
            border-radius: 10px;
        }
        .custom-meta-headings a {
            display: block;
            margin-bottom: 15px;
            text-decoration: none;
            color: #999999;
            font-weight: 500;
            transition: all 0.3s ease;
			width: 19.313rem;
        }
        .custom-meta-headings a.active {
            color: #13B7DA;

        }
.custom-meta-headings p{
	font-size: 20px;
    color: #DDDDDD;
}

        .custom-meta-content-section {
            margin-bottom: 100px;
            scroll-margin-top: 120px;
        }
        .custom-meta-content-section img {
            max-width: 100%;
            height: auto;
            border-radius: 10px;
            margin-top: 10px;
	}
.custom-meta-content-section p{
	font-size: 20px;
    line-height: 30px;
	color:#999999;
}

.portfolio-item-scode img{
	object-fit: cover;
    height: 31rem;
    width: 25rem;
	border-radius: 20px;
}

.portfolio-shortcode-wrapper{
	display: grid;
    grid-template-columns: repeat(auto-fill, minmax(310px, 1fr));
    gap: 24px;
}

.portfolio-main-description{
	font-size:20px;
}

.menu-wrap{
	display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 80vh;
}

header{
	position: sticky;
    top: 0px;
    background: #000;
    z-index: 99;
}

.portfolio-description-2{
	font-size:20px;
	color:#999999;
}

.articles-wrapper-services{
	margin-top:3rem;
}


/* .hover-effect-box {
  position: relative;
  min-width: 400px;
  height: 100%;
  background-color: #111;
  overflow: hidden;
  border-radius: 8px;
} */


.hover-light {
    z-index: 9;
    position: absolute;
    width: 200px;
    height: 200px;
    pointer-events: none;
    background: radial-gradient(circle, #13B7DA 0%, transparent 60%);
    filter: blur(90px);
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity 0.1s;
    border-radius: 50%;
}



/*------------------------------ Mobile Responsive ----------------------- */

@media (max-width: 1150px) {
/* 	.why-coose-us-mobile{
	display:block;
}

	.desktop-choose-us{
		display:none !important;
	} */

	.case-study-fea-img-single img {
    height: 372px;
    width: 100%;
    object-fit: cover;
    border-radius: 16px;
}
	.case-study-grid-list {
    display: flex;
    gap: 100px;
    margin-top: 5rem;
    flex-direction: column;
}
	.case-study-single {
    display: flex;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    text-align: left;
    flex-direction: column;
}
	.image-bottom-left {
    position: absolute;
    bottom: 0px;
    left: 12px;
    width: calc(100% - 24px);
}
	
	.custom-meta-headings {
    	position: unset;
	}
	
	.custom-meta-layout {
		grid-template-columns: 1fr;	
	}
	.portfolio-head {
		flex-direction: column;
	}
	.portfolio-sub-images img{
		width: 100%;
		height: 20.875rem;
		object-fit: cover;
		border-radius: 20px;
	}
	.portfolio-main-image img {
		width: 100%;
		height: 20.875rem;

	}
	.portfolio-description-second p{
    	width: 100%;
		font-size:17px;
	}
	.portfolio-description-second h2{
    	width: 100%;
	}
	.portfolio-description-second{
		flex-direction: column;
		text-align: center;
	}
	.portfolio-sub-images {
    	flex-direction: column;
		margin-top: 1rem;
	}
	.next-two-articles-services {
		display: grid;
		grid-template-columns: 1fr;
		gap: 20px;
	}
	.team-grid-cpt {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 42px;
	}
	
	.article-item-services img {
   	 	width: 100%;
		height: 20.406rem;
		object-fit: cover;
		border-radius: 18px;
		justify-content: space-evenly;
		display: flex;
	}
}
@media (max-width: 1400px) {
	
	.portfolio-grid img {
    	width: 100%;
	}
	.portfolio-grid {
		display: grid;
		margin-top: 2rem;
		gap: 24px;
		grid-template-columns: repeat(2, 1fr);
	}
	.article-item-services img {
		width: 100%;
		height: 22.406rem;
		object-fit: cover;
		border-radius: 18px;
		justify-content: space-evenly;
		display: flex;
	}
	 .mobile-slider-only {
    	display: block;
  	}
	.next-two-articles-services{
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 20px;
	}
	.articles-wrapper {
    display: flex;
    gap: 40px;
    align-items: stretch;
    flex-direction: column;
}
}
.articles-right-mobile{
		display:none;
	}
.custom-meta-content-section li {
    font-size: 20px;
    line-height: 30px;
    color: #999999;
}
@media (max-width: 899px) {
	.textarea-wrap {
    width: 19rem !important;
    display: flex;
    flex-direction: column;
}
	.submit-btn-job{
	width:19rem !important;	
	}
	.modal-content{
		width:100% !important;
		max-width:unset !important;
		height: 100%;
    	overflow: auto;
	}
	.modal-overlay {
    position: absolute !important;
    z-index: 9999;
    left: 0 !important;
    top: 0 !important;
    width: fit-content;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
}
	.banner{
		padding:0px 10px;
	}
	.next-two-articles{
		display:none;
	}
	.articles-right-mobile{
		display:block;
	}
	.case-study-item p {
   
    display: none;
}

	.boxes-container {
		position: unset;
		height: unset;
		overflow: unset;
		margin-top: unset;
	}
	.box-icon {
    	top: 0px;
	}
	.box {
/*         background-image: url(../images/Frame 39678.png); */
       border-radius: 20px;
        padding: 0 40px;
        max-width: 100%;
        height: 23rem;
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        transform: translateY(50px);
        transition: all 0.8s ease;
        background-color: transparent;
        background-position: top right;
        background-size: cover;
        background-repeat: no-repeat;
   }
	
	
	
.latest-article-card .image-container{
    height: 196px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
	.custom-meta-content-section p {
    	font-size: 18px;
	}
		
	.portfolio-grid {
    grid-template-columns: repeat(1, 1fr);
}
	
	.team-grid-cpt {
		display: grid;
		grid-template-columns: repeat(1, 1fr) !important;
		gap: 42px;
	}
	.team-card-cpt {
    width: 100%;
}
	
	
.articles-services {
    padding-top: 2rem;
}

	.overlay-content-case-study p {
    font-size: 18px;
    margin-bottom: 1rem;
}
	.case-study-fea-img-single img {
    height: 15rem;
        width: 100%;
        object-fit: cover;
        border-radius: 16px;
}
  .article-item-services img{
    width: 100%;
    height: 20rem;
}
  .case-study-single {
    grid-template-columns: 1fr;
  }
  .next-two-articles-services {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}

.post-card-title {
    font-size: 20px;
    line-height: 25.35px;
    color: #DDDDDD;
}

.p-date {
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
}
  .container{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
	.testimonial-section{
	margin-top: 2rem;
	}
  .case-study-image {
    width: 100%;
    height: 15rem;
}
	.case-study-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
}
.case-study-item h2 {
    font-size: 18px;
    line-height: 28px;
}
	.explore-case-studies-btn{
    margin-top: 2rem;
    text-decoration: none;
    font-size: 16px;
}

.case-study-grid-list{
    display: flex;
    gap: 50px;
    flex-direction: column;
    margin-top: 3rem;
}

.read-more-btn{
    font-size: 19px;
}
.case-studies-navigate{
    display: flex;
    justify-content: flex-start;
}

.articles{
    margin-bottom: 5rem;
}

.articles-wrapper{
    flex-direction: column;
}
.article-item{
    display: flex;
    align-items: flex-start;
    gap: 12px;
    flex-direction: column;
    margin-bottom: 24px;
    padding: 0px;
    border-radius: 10px;
}

.latest-article-card img{
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 16px;
}

	.articles-left {
		display:none;
	}
.article-item img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.articles-studies-navigate {
    justify-content: flex-start;
}

.slider-row.static-row {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-direction: column;
    flex-wrap: nowrap;
    padding: 20px 0;
}

.shadow-box {
    display: flex;
    justify-content: center;
}

.slide img{
    height: 80px;
    width: 215px;
    display: block;
    object-fit: contain;
}

.custom-slider-container {
    gap: 0px;
}

.custom-slider-container {
    padding: 0px 0px;
}

.case-study-filters {
    flex-wrap: wrap;
}

.case-header-banner-container{
  height: 15rem;
}

.case-study-single-container {
    flex-direction: column;
}

.case-header-banner-container h1{
width: 15.75rem;
        font-size: 25px;
}
.case-single-chal-context ,.case-meta{
  width: 100%;
}

.banner-container img{
  height: 10rem;
  object-fit: cover;
  width: 100%;
}

}

.box-one{
		background-image: url(../images/box-1.png);
	}
	.box-two{
		background-image: url(../images/box-2.png);
	}
	
	.box-three{
	background-image: url(../images/box-4.png);
	}
	
	.box-four{
		background-image: url(../images/box-3-new.png);
	}

.next-two-articles-mobile {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 16px;
}

.article-item-mobile {
  background-color: #1D222B;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.article-item-mobile img {
  width: 100%;
  height: auto;
  display: block;
  background-color:#000;		
}

.article-details-mobile {
  padding: 16px 16px 16px 0px;
  color: #fff;
	background:black;
}

.article-details-mobile .meta {
  font-size: 14px;
  margin-bottom: 8px;
}

.article-details-mobile .article-title a {
  font-size: 18px;
  font-weight: 200;
  color: #fff;
  text-decoration: none;
}

.article-details-mobile .article-title a:hover {
  text-decoration: underline;
}

.article-details-mobile .article-date {
  font-size: 13px;
  color: #aaa;
  margin-top: 8px;
}


form#apro-job-form {
  max-width: fit-content;
  padding: 20px 20px 20px 0px;
  background: #111;
  color: #fff;
  border-radius: 10px;
}
.form-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 15px;
}
.form-row input,
.form-row select,
.form-row textarea {
  flex: 1;
  background: #1a1a1a;
  border: 1px solid #444;
  padding: 12px;
  color: #75756A;
  border-radius: 5px;
	font-size: 14px;
}

.form-row input, select{
	width:23rem;
}
.submit-btn-job {
 padding: 12px;
    background: linear-gradient(90deg, #13B7DA, #00C1ECA6);
    border: none;
    border-radius: 25px;
    /* font-weight: bold; */
    cursor: pointer;
    font-size: 13px;
    width: 24rem;
    color: #DDDDDD;
}


.modal-overlay {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0; top: 0;
  width: 100%; height: 100%;
  background: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
}

.modal-overlay.show {
  display: flex;
	font-family: DMSans_regular;
}

.modal-content {
  background: #111;
  padding: 30px;
  border-radius: 10px;
  max-width: 80rem;
  width: 90%;
  color: white;
  position: relative;
	border: 1px solid #1b1b1b;
}

.modal-close {
  position: absolute;
  right: 20px; top: 15px;
  font-size: 24px;
  cursor: pointer;
  color: #ccc;
}

.modal-close:hover {
  color: white;
}

.job-enroll-logo{
	height: 75px;
    width: 100px;
}

.modal-content h1{
	font-size:34px;
}

.single-input{
	display: flex;
	flex-direction: column;
}

.single-input label{
	font-size:13px;
	color:#B3B3B3;
}

.textarea-wrap{
	width:100%;
	display: flex;
    flex-direction: column;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  box-shadow: 0 0 0 1000px #1a1a1a inset !important;
  -webkit-text-fill-color: #fff !important;
  caret-color: #B3B3B3;
}

.wpcf7 form .wpcf7-response-output {
  color: #fff !important;
}

.grecaptcha-badge {
  visibility: hidden;
}
