/* fonts imports */

@font-face {
    font-family: 'Arial MT';
    src: url('../fonts/ArialMT.woff2') format("woff2"), 
        url('../fonts/ArialMT.woff') format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* @font-face {
    font-family: 'Arial BoldMT';
    src: url('../fonts/Arial-BoldMT.woff2') format("woff2"),
         url('../fonts/Arial-BoldMT.woff') format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
} */
 


:root {
  /*heading,body font variables*/
  --font-arial-bold-mt: "Arial MT", sans-serif;
  /* --font-arial-bold-mt: "Arial BoldMT", sans-serif; */

  /* fonts-sizes */
  --font-H1: 60px;
  --font-H2: 44px;
  --font-H3: 32px;
  --font-H4: 24px;
  --font-H5: 20px;
  --font-H6: 18px;
  --font-p: 16px;

  --lineheight-H1: 75px;
  --lineheight-H2: 52px;
  --lineheight-H3: 40px;
  --lineheight-H4: 32px;
  --lineheight-H5: 28px;
  --lineheight-H6: 26px;
  --lineheight-p: 24px;


  /* Colors */

  /* shadows */
  --black: #000000;
  --black-30:rgba(0, 0, 0, 0.3);
  --black-50:rgba(0, 0, 0, 0.5);
  --black-60:rgba(0, 0, 0, 0.6);
  --black-70:rgba(0, 0, 0, 0.7);
  --black-80:rgba(0, 0, 0, 0.8);
  --black-99:#00000099;

  --white: #FFFFFF;
  --white-smoke: #F5F5F5;
  --light-gray: #D3D3D3;
  --smoke: #E9E9E9;
  --white-15: rgba(255, 255, 255, 0.15);
  --white-20: rgba(255, 255, 255, 0.20);
  --white-25: rgba(255, 255, 255, 0.25);
  --white-30: rgba(255, 255, 255, 0.3);
  --white-40: rgba(255, 255, 255, 0.4);
  --white-50: rgba(255, 255, 255, 0.5);
  --white-70:rgba(255, 255, 255, 0.7);
  --white-80:rgba(255, 255, 255, 0.8);


  /*  */
  --powder-petel:#FDEAE0;
  --yale-blue:#01426a;
  --ocean-mint:#5ec4b4;





  /* Spacing */

  --space-div: 30px;

  /* container */
  --container-size: 1200px;
  --container-space:35px;

  /*  */
  --border-radius-30: 30px;

  --border-radius-theme: 30px 30px 0 30px;
  --border-radius-theme-inner: 15px 15px 0 15px;

  /* desltop-sticky header */
  --desktop-header-height: 100px;

}

/* General Design */

* {
  box-sizing: border-box !important;
}

html {
  scroll-behavior: smooth;
}

*::-webkit-scrollbar {
  height: 10px;
  width: 7.5px;
}
*::-webkit-scrollbar-thumb {
  background-color: var(--yale-blue);
  border-radius: 5px;
}
*::-webkit-scrollbar-track {
  background-color: var(--ocean-mint);
}

body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  font-size: var(--font-p);
  line-height: var(--lineheight-p);
  font-family: var(--font-arial-bold-mt) !important;
  font-weight: 400;
  color: var(--black);
  letter-spacing: 0;
}

p {
  font-size: var(--font-p);
  line-height: var(--lineheight-p);
  margin: 0;
  font-family: var(--font-arial-bold-mt) !important;
  font-weight: 400;
  color: var(--black);
  letter-spacing: 0px;
}

.elementor .elementor-widget-text-editor{
  font-family: var(--font-arial-bold-mt) ;

}

/* common spacing  */
ul {
  list-style-type: disc;
  font-family: var(--font-arial-bold-mt);
  font-weight: 400;
  color: var(--black);
  font-size: var(--font-p);
  line-height: var(--lineheight-p);
  margin: 0px 0px 20px 20px;
}

ol {
  margin: 0;
  margin-left: 24px;
}



ol li::marker {
  font-weight: 600;
}


.elementor-element p:has(+ *){
  margin-bottom: 16px;
}
ul + p,strong + ul{
  margin-top: 15px;
}

a:hover{
  color: var(--white-80);
}

.entry-content a, .edit-link a{
  color: var(--black);
  font-weight: 500;
}
.entry-content a:hover, .edit-link a:hover{
  color: var(--yale-blue);
}
body :is(h1, h2, h3, h4, h5, h6) {
  font-family: var(--font-arial-bold-mt);
}

body h1,
.zak-page-header .zak-page-title,.intesols-slider-heading,.hero-title,.intesols-slider-desc h2,body .elementor-widget-heading h1.elementor-heading-title{
  font-family: var(--font-arial-bold-mt);
  font-weight: 700;
  font-size: var(--font-H1);
  line-height: var(--lineheight-H1);
  color: var(--white);
  /* text-transform: capitalize; */
  letter-spacing: 0.16px;
}


body h2,body .elementor-widget-heading h2.elementor-heading-title{
  font-family: var(--font-arial-bold-mt);
  font-weight: 500;
  font-size: var(--font-H2);
  line-height: var(--lineheight-H2);
  color: var(--black);
  /* text-transform: capitalize; */
  letter-spacing: 0.16px;
}


.elementor .elementor-widget-heading .elementor-heading-title{
  color: var(--yale-blue);
}


/* body h3{
  font-family: var(--font-arial-bold-mt);
  font-weight: 400;
  font-size: var(--font-H5);
  line-height: var(--lineheight-H4);
  color: var(--black);
  text-transform: uppercase;
} */

/* h3,body .elementor-widget-heading h3.elementor-heading-title{
  font-family: var(--font-lexend);
  font-weight: 400;
  font-size: var(--font-H4);
  line-height: var(--lineheight-H4);
  text-transform: capitalize;
  color: var(--black);

} */

body blockquote{
  background-color: var(--black-30);
  border-color: var(--black);
  margin-block: 20px;
}

.elementor .elementor-widget-image-box .elementor-image-box-title{
  font-family: var(--font-arial-bold-mt);
  font-weight: 600;
  letter-spacing: 0.16px;
  font-size: var(--font-p);  
  line-height: 19px;
  color: var(--black);
  text-transform: capitalize;
  margin: 0;
  text-align: left;
  margin-bottom: 4px;
}

/* elementor global button css */
.elementor-widget-button{
  height: fit-content;
}


.elementor .gallery{
  margin: 0;
}
.elementor .elementor-widget-heading .elementor-heading-title{
  font-family: var(--font-arial-bold-mt);
}



/*  */
.elementor-lightbox .elementor-slideshow__header>svg{
  padding: 0;
  margin-block: 3.5px;
}




.elementor .elementor-widget-button .elementor-button,.banner-info-wrap a{
  border: 0px solid var(--white);
  background-color: var(--white);
  padding: 15px 25px;
  color: var(--black);
  font-family: var(--font-arial-bold-mt);
  font-size: var(--font-p);
  font-weight: 400;
  line-height: 19px;
  text-transform: capitalize;
  display: flex;
  border-radius: var(--border-radius-30);
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-width: 199px;
  gap: 8px;

  transition:
    background-color 0.2s ease,
    color 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}




.elementor .elementor-widget-button .elementor-button:hover,.banner-info-wrap a:hover{
  background-color: var(--ocean-mint);
  color: var(--white);
  border-color: var(--yale-blue);

  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
}


:focus-visible{
  outline: 0;
}

.elementor .elementor-widget-icon-box .elementor-icon-box-title,.elementor .elementor-widget-icon-box .elementor-icon-box-title a{
  font-family: var(--font-arial-bold-mt);
  color: var(--black);
}


body .elementor > .e-con.all-solutions-wrap.elementor-element{
  padding-block: 15px 20px;
}

.zak-breadcrumbs{
  display: none;
}
.elementor .all-solutions-wrap.elementor-element {
    background:var(--white);
    background-size: 400% 400%;
    animation: gradientShift 15s ease infinite;
    padding: 90px 20px;

    min-height: clamp(400px, calc(100dvh - 117.83px - 119px),calc(100dvh - 117.83px - 119px));
    padding-top: 30px;

}

.elementor .all-solutions-wrap.elementor-element > .e-con-inner{
  justify-content: center;
  gap: 20px;
}

@keyframes gradientShift {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}



/* global zak-footer-builder css */

body .zak-page-header .zak-row{
  gap: 15px 15px;
  justify-content: center;
}

.zak-footer-builder .zak-footer-top-row .zak-footer-col{
  width: fit-content;
}
.zak-footer.zak-footer-builder .zak-footer-top-row .zak-main-row{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
}

/* zakra general css */

body.home .zak-entry-thumbnail{
    display: none;
}
body #page{
  min-height: fit-content;
}
.zak-entry-thumbnail{
  margin: 0;
}
body .zak-container {
  max-width: 100%;
  padding: 0px;
}

.zak-page-header .zak-page-header__title {
  width: 100%;
}

body .zak-header-builder{
    border: 0;
      position: sticky;
    top: 0;
    z-index: 999;
}

.zak-header-builder .zak-desktop-row.zak-main-header .zak-container,body .zak-footer .zak-container,.zak-page-header .zak-row,.intesols-slide-second{
  max-width: var(--container-size);
  margin: 0 auto;
  justify-content: space-between;
}

.intesols-slider-buttons{
  display: flex;
  align-items: flex-end;
}


.intesols-slide-second{
  display: flex;
  max-width: var(--container-size);
  margin-inline: auto;
  z-index: 0;
  position: relative;
  padding-bottom: 50px;
}
.zak-primary{
    padding: 0;
    gap: 0;
}
body:not(.tg-container--separate) #page{
  background-color: var(--white);
}

body .zak-footer{
  background-color: #012f4e;
}



/* elementor general css */
.zak-content .zak-row{
  padding: 0;
}
.elementor-element,.e-con.e-flex>.e-con-inner,.e-con-full.e-flex,body .e-con{
  padding: 0;
}
body .elementor > .e-con:not(:has(.intesols-slider,.full-wrap,.no-space)):not(:where(.home-services-wrap)){
  padding-block: var(--space-div);
}



body .elementor > .e-con:not(:where(.bg-platinum,.full-img-wrap,.explore-potential-wrap,.our-journey-wrap,.bg-orange)):not(:has(form,.intesols-slider,.elementor-widget-n-accordion)) + .e-con:not(:has(.intesols-slider,.full-wrap.slick-slider,.ti-reviews-container,form,.services-grid,.elementor-widget-n-accordion,.the-media-list )):not(:where(.bg-platinum,.bg-orange,.bg-black,.explore-potential-wrap,.our-journey-wrap,.all-solutions-wrap)){
  padding-top: 0;
}



.elementor .elementor-widget-image-box:has(:hover) .elementor-image-box-title,.elementor .elementor-widget-image-box:has(:focus) .elementor-image-box-title{
  color: unset;
}
.zak-footer-builder .zak-container > div .zak-footer-col .widget .widget-title{
  padding-bottom: 0;
  border-bottom: 0;
  color: var(--white);
  text-transform: capitalize;
  font-weight: 700;

}
.zak-footer-builder .zak-container > div .zak-footer-col .widget .widget-title::before{
  content: none;
}

body .zak-footer-builder .widget ul{
  color: var(--white);
  font-size: var(--font-H6);
  line-height: 22px;
}



body .elementor > .e-con.full-wrap,body .elementor > .e-con:has(.elementor-widget-google_maps):not(:has(form)){
  padding-block: 0;
  
}
body .full-wrap.e-con>.e-con-inner,body .elementor .e-con:has(.swiper)>.e-con-inner {
  max-width: 100%;
}


.elementor-widget-google_maps:only-child iframe{
  min-height: 485px;
}

.elementor-widget-google_maps:not(:only-child) iframe{
  min-height: 311px;
  border-radius: 20px 20px 0 20px;
}


/* single text block condition */

body .elementor > .e-con:not(:only-child):not(:first-child):not(:last-child):has( .e-con-inner > .elementor-widget-text-editor:only-child):not(:where(.bg-platinum)):not(:has(.elementor-widget-n-accordion)){
  padding-top: 0;
}

body .e-con>.e-con-inner{
  max-width: 100%;
  gap: 30px;
}
body .e-con:not(.full-img-wrap)>.e-con-inner:not(:has(.intesols-slider,.full-wrap,.no-space,.services-grid.slick-slider,.elementor-widget-google_maps:only-child)){
  max-width: var(--container-size);
}


.entry-content p:not(:last-child):has(+ p){
  margin-bottom: 15px;
}



/* header */
.zak-header-builder .site-branding{
  gap: 0;
}
.zak-header-builder .site-branding img{
  max-width: 250px;
  object-fit: contain;
}

.zak-header-builder .zak-header-main-row{
  background-color: white;
}





.elementor-icon-list-items{
  display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 15px;
}

.elementor-icon-list-items .elementor-icon-list-item {
    max-width: calc(100% / 2  - 30px /3);
    width: 100%;
        background-color: #f2f5f7;
        border-radius: 12px;
        overflow: hidden;


}

.elementor-icon-list-items .elementor-icon-list-item a{

        border-radius: 0px;

            /* padding: 15px 40px 15px 15px; */
            padding: 10px 40px 10px 15px;

    background-color: #f2f5f7;
    width: 100%;
    height: 100%;
    position: relative;
    text-decoration: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='17' viewBox='0 0 20 17'%3E%3Cg stroke='%2301426A' stroke-width='2' fill='none' fill-rule='evenodd' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M1 8.062h18M12 1l7 7.062-7 7.062'/%3E%3C/g%3E%3C/svg%3E");
    background-position: right 15px center;
    background-repeat: no-repeat;
    background-size: 18px;
    width: 100%;
    -webkit-transition: 0.3s;
    gap: 10px;
    transition: 0.3s
}

.elementor-icon-list-items .elementor-icon-list-item a:hover {
    background-position: right 11px center;
}
.elementor-icon-list-items .elementor-icon-list-item:has( a:hover) {
    background-color: #01426a21;
}



.elementor .elementor-icon-list-items  .elementor-icon-list-icon svg{
  /* width: 50px;
  height: 50px; */
  width: 40px;
  height: 40px;
}

.elementor-widget-icon-list .elementor-icon-list-text{
  font-family: var(--font-arial-bold-mt);
  color: #212121;

}
.elementor-icon-list-items .elementor-icon-list-item:nth-child(5n+1) {
  border-left: 7px solid #287DB4;
}

.elementor-icon-list-items .elementor-icon-list-item:nth-child(5n+2) {
  border-left: 7px solid #007A7C;
}

.elementor-icon-list-items .elementor-icon-list-item:nth-child(5n+3) {
  border-left: 7px solid #E7C952;
}

.elementor-icon-list-items .elementor-icon-list-item:nth-child(5n+4) {
  border-left: 7px solid #32194B;
}

.elementor-icon-list-items .elementor-icon-list-item:nth-child(5n+5) {
  border-left: 7px solid #C3463B;
}


.industry-wrap.elementor-element{
    position: relative;
    min-height: 400px;
    /* min-height: calc(100vh - 111px - 73px - 128px); */
    min-height: clamp(400px, calc(100vh - 1125px),calc(100vh - 1125px));
    display: flex;
    align-items: center; 
     justify-content: center;
         filter: drop-shadow(2px 4px 6px black);
  }
body:not(.home) .elementor{
      position: relative;
    min-height: calc(100vh - 117.83px - 117px  - 119px);
    display: flex;
    align-items: center; 
     justify-content: center;
}
.elementor .industry-wrap.elementor-element > .e-con-inner{
  justify-content: center;
  align-items: center;
}  

.industry-wrap.elementor-element::before {
  content: "";
  position: absolute;
  inset: 0;
  /* background: linear-gradient(
    55deg,
    rgba(0, 66, 107, 0.85) 57%,
    rgba(20, 114, 133, 0.85) 100%
    ); */
    background-color: #01426a;
    z-index: 0;
  }
  
/* .industry-wrap.elementor-element::after{
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: url("../images/main-bg-img.png") center/cover no-repeat;
    z-index: 1;
    mix-blend-mode: multiply;

} */

.industry-wrap.elementor-element::after {
  content: "";
   position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;

  /* Base wave pattern */
  background: 
    radial-gradient(circle at top left, transparent 25%, #00000015 25.5%, #00000015 36%, transparent 37%, transparent 100%),
    radial-gradient(circle at bottom right, transparent 34%, #00000015 34.5%, #00000015 45.5%, transparent 46%, transparent 100%);
  
  background-size: 3em 3em;
  background-repeat: repeat;

  /* Smooth horizontal infinite animation */
  animation: wave-horizontal 5s linear infinite;
  z-index: 1;
}

@keyframes wave-horizontal {
  from {
    background-position: 0 0, 0 0;
  }
  to {
    background-position: 3em 0, 3em 0;
  }
}

.elementor .industry-wrap.elementor-element  h2{
  color: var(--white);
  font-weight: 900;
  text-align: center;
}
  


.elementor .elementor-widget-icon-list .elementor-icon-list-text{
  color: var(--black);
  font-weight: 500;
}

.industry-wrap.elementor-element > .e-con-inner{
  z-index: 2;
  position: relative;
}

.zak-footer-builder p{
  color: var(--white);
}

body .zak-footer-builder .zak-footer-bottom-row{
  background: #03253c;
  position: relative;
  position: fixed;
    bottom: 0;
    padding-block: 10px;
    width: 100%;
}

body .zak-footer-builder .zak-footer-bottom-row p{
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6;
}

/* body .zak-footer-builder .zak-footer-main-row{
  padding-bottom: 80px;
} */

/* body .zak-footer-builder .zak-footer-bottom-row::before{
  content: "";
  width: var(--container-size);
  position: absolute;
  height: 1px;
  background-color: var(--white);
  top: 0;
  left: 50%;
  transform: translateX(-50%);
} */


body .zak-header-buttons .zak-header-button .zak-button{
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
        padding: 15px 25px;
        border: 0;
        background-color: var(--yale-blue);
        color: var(--white);
        border-radius: 1000px;
}
.zak-header-buttons .zak-header-button .zak-button:hover{
  border: 0;
      background-color:  var(--ocean-mint);
        color: var(--white);

}
.zak-primary-nav .zak-primary-menu > li > a:hover{
  color: var(--ocean-mint);
}


body .zak-header-builder .zak-header-main-row {
    padding-block: 5px;
}


.zak-header-builder.sticky .zak-header-main-row{
  position: fixed;
  /* background: var(--dark-coffee); */
  animation: slide-down 0.7s;
  box-shadow: 0px 25px 20px -20px var(--white-25); 
  top: 0;
    left: 0;
    width: 100%;
    z-index: 10;


}
@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}



.breadcrumbs .trail-items li:after,.zak-breadcrumbs .trail-items li:after {
    content: "  /  ";
    display: inline-flex;
    font-weight: 400;
    font-size: 16px;
    height: 100%;
    color: var(--white);
    margin-inline:8px;
    width: fit-content;
}



.breadcrumbs .trail-items a,.zak-breadcrumbs .trail-items a {
    color: var(--white);
    text-decoration: none;
}

.breadcrumbs .trail-items a:hover,.zak-breadcrumbs .trail-items a:hover {
    color: var(--ocean-mint);
}

body:not(.home) .zak-page-header__title {
    display: inline-flex;
    justify-content: flex-start;
    text-align: center
}

body:not(.home) .zak-page-title {
    font-size: calc(var(--font-H2) + 6px);
    line-height: var(--lineheight-H1);
    position: relative;
    /* text-transform: capitalize; */
    width: fit-content;
    color: var(--yale-blue);
    margin: 0 auto;
}

.zak-breadcrumbs .trail-items li {
    color: #D3D3D3;
}

body:not(.home) .zak-page-header {
    min-height: 100px;
    padding-block: 20px;
    display: flex;
    align-items: center;
    /* background:url("../images/main-bg-img.png") center / cover no-repeat,#01426a; */
    /* background-blend-mode: multiply; */
    background-color: var(--white);
    border-top: 1px solid var(--yale-blue);
    border-bottom: 1px solid var(--yale-blue);
}




/* scroll btn */
.zak-scroll-to-top {
  right: var(--container-space);
  bottom: var(--container-space);
  width: 45px;
  height: 45px;
  background-color: var(--yale-blue); 
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); 
  border-radius: 6px;
  border: 2px solid var(--white);
  transition: background-color 0.3s, box-shadow 0.3s ease-in-out, transform 0.2s ease-in-out;
  z-index: 9;
  box-shadow: 0 0 15px var(--yale-blue); 
  transition: all 0.5s ease;

}

.zak-scroll-to-top .zak-icon {
  fill: var(--white); 
  width: 16px;
  height: 16px;
}

/* .zak-scroll-to-top.zak-scroll-to-top--show{
  transform: unset;
} */


.zak-scroll-to-top:hover {
  background-color: var(--ocean-mint); 
  border-color: var(--ocean-mint);
}

.zak-scroll-to-top:hover .zak-icon {
  fill: var(--white); 
}


.zak-footer-builder .zak-footer-main-row{
  padding-block: 20px 55px;
}
.zak-footer-builder .zak-footer-main-row .zak-footer-col p{
  text-align: center;
  font-size: 14px;
  line-height: 22px;
}

.zak-footer-builder .zak-footer-main-row .zak-footer-col p a{
  color: #8bb5d9;
}
.zak-footer-builder .zak-footer-main-row .zak-footer-col p a:hover{
  color: var(--ocean-mint);
}

.elementor .elementor-widget-heading h1.elementor-heading-title{
  color: var(--white);
  text-align: center;
}

.all-solutions-wrap h2{
  font-size: var(--font-H3);
  line-height: var(--lineheight-H3);
  text-align: center;
}

.all-solutions-wrap .elementor-widget-text-editor p{
  text-align: center;
}
.all-solutions-wrap .elementor-widget-heading:has(+ .elementor-widget-text-editor) h2{
  margin-bottom: -7.5px;
}

#all-solutions {
    scroll-margin-top: 0px;
}

.industry-wrap {
    opacity: 0;
    transform: translateY(40px) scale(0.98);
    animation: smoothReveal 1.2s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

@keyframes smoothReveal {
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}


/* all solution wrap animation start */


/* Remove default list styling */


/* Card styling */
.all-solutions-wrap .elementor-icon-list-item a {
    display: block;
    /* padding: 28px 24px; */
    background-color: transparent;
    border-radius: 0;
    text-decoration: none;
    transition: all 0.35s cubic-bezier(0.22, 1, 0.36, 1);
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
    border: 1px solid white;
    height: 100%;
}

/* Text styling */
.all-solutions-wrap .elementor-icon-list-text {
    font-weight: 600;
    font-size: 16px;
    color: #1a1a1a;
    line-height: 1.4;
}



/* Optional: section background */
.all-solutions-wrap {
    padding: 80px 20px;
    background: var(--white);
}

.all-solutions-wrap .elementor-icon-list-item {
    opacity: 0;
    transform: translateY(30px);
    background-color: var(--white);
    animation: cardFadeUp 0.8s ease forwards;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}

.all-solutions-wrap .elementor-icon-list-item:nth-child(1) { animation-delay: 0.1s; }
.all-solutions-wrap .elementor-icon-list-item:nth-child(2) { animation-delay: 0.2s; }
.all-solutions-wrap .elementor-icon-list-item:nth-child(3) { animation-delay: 0.3s; }
.all-solutions-wrap .elementor-icon-list-item:nth-child(4) { animation-delay: 0.4s; }
.all-solutions-wrap .elementor-icon-list-item:nth-child(5) { animation-delay: 0.5s; }
.all-solutions-wrap .elementor-icon-list-item:nth-child(6) { animation-delay: 0.6s; }
.all-solutions-wrap .elementor-icon-list-item:nth-child(7) { animation-delay: 0.7s; }
.all-solutions-wrap .elementor-icon-list-item:nth-child(8) { animation-delay: 0.8s; }
.all-solutions-wrap .elementor-icon-list-item:nth-child(9) { animation-delay: 0.9s; }

@keyframes cardFadeUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/* all solution wrap animation end */



.zak-footer-bottom-row p:not(.zak-footer-bottom-row p a){
      color: var(--white);
}

.zak-footer-bottom-row p a{
        color: var(--white);
}
.zak-footer-bottom-row p a:hover{
  color: var(--ocean-mint);
}

.elementor .elementor-widget-heading h2.elementor-heading-title{ 
  font-weight: 700;
}

.zak-main-header{
  background: white;

}

@media (max-width: 1240px) {
  :root{
    --space-div: 60px;
        --font-H1: 40px;
    --lineheight-H1: 50px;
    --font-H2: 32px;
    --lineheight-H2: 40px;
    
}
  body .elementor > .e-con:not(:has(.intesols-slider,.full-wrap,.no-space)):not(:where(.home-services-wrap)),.zak-header-builder .zak-main-header,body .zak-footer-builder .zak-footer-bottom-row,.zak-footer.zak-footer-builder .zak-footer-main-row{
    padding-inline: 20px;
  }


  body .zak-footer-builder .zak-footer-bottom-row::before{
    width: calc(100% - var(--container-space));
  }

}

@media (max-width: 991px) {
  .zak-footer-builder .zak-footer-main-row {
    padding-block: 30px 75px;
}
}

@media (max-width : 767.99px) {
  
 :root {

    --font-H1: 30px;
    --lineheight-H1: 38px;
    --font-H2: 26px;
    --lineheight-H2: 34px;
    --font-H3: 24px;
    --lineheight-H3: 32px;
    --container-space: 15px;
    --space-div:45px;
        --space-div: 30px;
          --container-space:15px;
    }



  body .zak-header-builder .zak-header-main-row,body .elementor > .e-con:not(:has(.intesols-slider,.full-wrap,.no-space)):not(:where(.home-services-wrap)),.zak-header-builder .zak-main-header,body .zak-footer-builder .zak-footer-bottom-row,.zak-footer.zak-footer-builder .zak-footer-main-row{
    padding-inline: 15px;
  }

  .zak-header-builder .site-branding img {
    max-width: 200px;
  }

  body .zak-footer-builder .zak-footer-bottom-row p{
  line-height: 1.4;
}




  /* mobile menu */
   /* header */
  .zak-header-builder .zak-mobile-row {
      display: block;
  }
  .zak-header-builder .zak-desktop-row {
      display: none;
  }
  .zak-toggle-menu {
      display: flex;
      margin: 0;
  }
  .zak-toggle-menu .zak-menu-toggle {
      padding: 7.5px;
      background-color: var(--white);
      border-radius: 0;

  }
  .zak-toggle-menu .zak-icon {
      width: 30px;
      height: 30px;
  }
  .zak-toggle-menu .zak-menu-toggle{
    padding: 7px;
    border-radius:5px;
    background-color: var(--yale-blue);


    
  }

  body .zak-header-buttons .zak-header-button .zak-button{
    padding: 12px 24px;
  }
  .zak-header-builder{
    margin-bottom: 0;
    position: sticky;
    top: 0;
    z-index: 10;
  }
  .zak-mobile-nav--opened{
    border-bottom: 1px solid var(--white);
  }
  .zak-mobile-nav--opened .zak-mobile-nav-close svg{
    fill: var(--yale-blue);
  }
  .zak-toggle-menu .zak-icon{
    fill: var(--white);
  }
  .zak-toggle-menu .zak-menu-toggle:hover{
    background-color: var(--yale-blue);
  }
  /* .zak-toggle-menu .zak-menu-toggle:hover .zak-icon{
    fill: var(--white);
  } */
  .zak-header-builder .zak-header-main-row{
    padding-block: 0;
  }


  .zak-header-builder.sticky .zak-header-main-row{
    padding-block: 0;
  }
  /*  */




/*  */
.zak-header-builder{
  border: 0;

}
.zak-header-builder .zak-header-main-row{
  margin-bottom: 0;
  /* position: sticky; */
  top: 0;
  z-index: 10;
}



/* mobile menu */
.zak-mobile-nav{
  background:  white;
  border-bottom: 0;
  background-position: center;
    background-size: cover;
    border-bottom: 1px solid var(--yale-blue);
}
.zak-mobile-menu li, .zak-mobile-menu .menu-item-has-children .sub-menu{
  border-color: var(--yale-blue);
}
.zak-mobile-menu a:hover{
  color: var(--ocean-mint);
}
.zak-mobile-menu a{
  font-size: 15px;
  color: var(--yale-blue);
  padding: 10px;
}
.zak-header-builder .zak-mobile-nav{
  gap: 0;
}

body .zak-header-buttons .zak-header-button .zak-button{
      font-size: 16px;
    }

.elementor-icon-list-items .elementor-icon-list-item{
  max-width: 100%;
}

body .zak-footer.zak-footer-builder .zak-footer-bottom-row{
  padding-block: 15px;
}


.zak-footer.zak-footer-builder .zak-footer-main-row{
  padding-block: 15px;
}

.elementor .elementor-widget-button .elementor-button, .banner-info-wrap a{
  padding: 12px 24px;
  min-width: unset;
}

#all-solutions {
    scroll-margin-top: 80px;
}

.zak-footer.zak-footer-builder .zak-footer-main-row{
    padding-bottom: 70px;
}


body .elementor > .e-con.all-solutions-wrap.elementor-element {
    padding-block: 15px 30px;
}

body h2, body .elementor-widget-heading h2.elementor-heading-title{
  font-size: var(--font-H1);
  line-height: var(--lineheight-H2);
}

}


@media (max-width : 576px) {
      body .zak-footer.zak-footer-builder .zak-footer-bottom-row {
        padding-block: 10px;
    }
}

@media (max-width : 425px) {


      .zak-header-builder .site-branding img {
        max-width: 100%;
    }
    .zak-header-builder .zak-main-row .zak-header-left-col{
          max-width: calc(100% - 180px);
    }
    .zak-header-builder .zak-main-row .zak-header-right-col{
      gap: 7.5px;
    }
    .elementor .elementor-icon-list-items .elementor-icon-list-icon svg{
      width: 48px;
      height: 48px;
    }
    .elementor-icon-list-items .elementor-icon-list-item a{
          padding: 10px 40px 10px 10px;
    }
 .zak-footer.zak-footer-builder .zak-footer-main-row{
    padding-bottom:75px;
}

    
}