/* custom css */ 
.mainheadrmenu .elementor-item.elementor-item-active {
  font-weight: bold !important;
  text-decoration: underline;
}
html {
  scroll-behavior: smooth;
}

body p {
    padding-bottom: 0;
}
.btn-second .elementor-button-icon svg, 
.btn-white .elementor-button-icon svg, 
.btn-black .elementor-button-icon svg {
    width: 8px;
    transition: all 0.3s ease-in-out;
}
.btn-second .elementor-button {
    transition: all 0.3s ease-in-out;
}
.btn-second .elementor-button:hover svg path {
    fill:#00B6C6;
    stroke: #00B6C6;
}
.who-we-are-para p {
    padding-bottom: 0;
}
.footersocialicons .elementor-icon {
	width: 24px;
	height: 24px;
	display:flex;
	align-items: center;
	justify-content: center;
}
.video-section .videoplayicon {
    border-radius: 16px!important;
    border: 1px solid rgba(221, 231, 242, 0.70)!important;
    background: rgba(241, 245, 249, 0.60)!important;
    backdrop-filter: blur(19px)!important;
    width: 204px!important;
    transition: all 0.3s ease-in-out;
}
.video-section .videoplayicon:hover {
    background: #00B6C6!important;
}
.video-section .videoplayicon img {
    width: 64px!important;
}
.video-section .videoplayicon .elementor-custom-embed-image-overlay {
    position: relative;
    width: 172px;
}
.video-section .videoplayicon .elementor-custom-embed-image-overlay:after {
    position: absolute;
    left: 80px;
    top: 20px;
    content: "Play Video";
    color:  #252C35;
    font-family: "Plus Jakarta Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 133.333% */
    letter-spacing: -0.108px;
}
.video-section .videoplayicon:hover .elementor-custom-embed-image-overlay:after {
  color:  #ffffff;
} 
.power-brand-section .power-brand-image {
    display: none;
}
.power-brand-section {
    position: relative;
}
.power-brand-section:after {
    content: "";
    background-image: url('../img/power-bg.png');
    background-size: cover;
    background-position: center;
    width: 922px;
    height: 820px;
    position: absolute;
    right: 0;
    bottom: 0;
}
.blog-section .blog-post article .elementor-post__card {
    padding-top: 0px!important;
    padding-bottom: 0px!important;
}
.blog-section .blog-post article .elementor-post__thumbnail__link{
    margin-bottom: 0;
    border-radius: 16px;
    overflow: hidden;
    background-color: transparent;
}
.blog-section .blog-post article .elementor-post__badge {
    position: static;
    margin: 24px 0 16px 0;
    padding: 4px 10px;
    border-radius: 100px;
    border: 1px solid #00B6C6;
    background:  rgba(255, 255, 255, 0.00);
    text-transform: none;
    display: inline-block;
    width: fit-content;
}
.blog-section .blog-post article .elementor-post__text {
    margin-top: 0;
}
.blog-section .blog-post article .elementor-post__excerpt p {
    letter-spacing: 0.17px;
}
.blog-section .blog-post article .elementor-post__read-more {
    margin-bottom: 0;
    margin-top: 24px;
    position: relative;
    padding-right: 32px;
    transition: all 0.3s ease-in-out;
}
.blog-section .blog-post article .elementor-post__read-more:hover {
    color: #00B6C6!important;
}
.blog-section .blog-post article .elementor-post__read-more:after {
   content: "";
    background-image: url('../img/chevron_right.svg');
    background-size: cover;
    background-position: center;
    width: 24px;
    height: 24px;
    position: absolute;
    right: 0;
    bottom: -2px;
}   
.blog-section .blog-post article .elementor-post__read-more:hover:after {
    background-image: url('../img/chevron_right_color.svg');
} 
.footer-main {
    background: linear-gradient(103deg, #3CC5D1 -35.17%, #1D222C 84.21%, #151D26 106.96%)!important;
}
.footer-main  .subscribeform {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 16px;
    margin-bottom: 12px;
}
.footer-main  .subscribeform input[type="email"] {
    padding: 6px 0;
    border: none;
    border-bottom: 2px solid #FFF!important;
    background: var(--Opacity-Transparent, rgba(255, 255, 255, 0.00));
    color: #D6F6F8;
    font-family: "Red Hat Display";
    font-size: var(--Text-Sizes-Text-Regular, 16px);
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
    border-radius: 0;
}
.footer-main  .subscribeform input[type="email"]:focus {
    box-shadow: none;
}
.footer-main  .subscribeform input::placeholder {
    color: #D6F6F8;
    font-family: "Red Hat Display";
    font-size: var(--Text-Sizes-Text-Regular, 16px);
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
}
.footer-main  .subscribeform input[type="submit"] {
    border-radius: 100px;
    border: 2px solid var(--Color-White, #FFF);
    padding: 4.5px 14px;    
    color: #FFF;
    font-family: "Sora", Sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; 
    background-color: transparent;
}
.footer-main  .subscribeform input[type="submit"]:hover {
    border: 2px solid #00B6C6;
    background-color: #00B6C6;
}
.footer-main  .subscribeform  .wpcf7-spinner {
    display: none;
}
.footer-main  .subscribeform .wpcf7-not-valid-tip {
    background: transparent;
    padding: 0;
    color: #ffffff;
    font-family: "Red Hat Display";
    font-size:  16px;
    font-style: normal;
    font-weight: 400;
    margin-top: 12px;
    line-height: 150%;
}
.footer-main  form .wpcf7-response-output {
    margin: 0!important;
    border: none!important;
    background: transparent!important;
    color: #fff!important;
    padding: 0 0 12px 0!important;
    font-family: "Red Hat Display"!important;
    font-size:  16px!important;
    font-style: normal!important;
    font-weight: 400!important;
    line-height: 150%!important;
}
#header-main-nav.header-main {
    border-radius: 16px!important;
    border: 1px solid var(--glass-stroke, rgba(221, 231, 242, 0.70))!important;
    background: var(--glass, rgba(241, 245, 249, 0.60))!important;
    backdrop-filter: blur(19px)!important;
    margin-left: 16px!important;
    margin-right: 16px!important;
    width: calc(100% - 32px)!important;
}
.header-main.elementor-sticky {
    inset-inline-start: 0!important;
}
.header-main:before {
    display: none;
}
.header-main .elementor-nav-menu--main .elementor-nav-menu  {
    padding-left: 20px;
}
.header-main .elementor-nav-menu--main .elementor-nav-menu li > a {
    padding-top: 13px;
    padding-bottom: 11px;
}
.header-main .elementor-nav-menu--main .elementor-nav-menu li > a:after {
   display: none;
}
.header-main .elementor-nav-menu--main .elementor-nav-menu li .sub-menu {
    border-radius: 8px;
    background: rgba(241, 245, 249, 0.80);
    padding: 15px 22px;
    min-width: 157px;
}
.header-main .elementor-nav-menu--main .elementor-nav-menu li .sub-menu  li {
    margin-bottom: 13px;
}
.header-main .elementor-nav-menu--main .elementor-nav-menu li .sub-menu  li:last-child {
    margin-bottom: 0;
}
.header-main .elementor-nav-menu--main .elementor-nav-menu li .sub-menu  li a {
    color:  #252C35;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; 
    letter-spacing: -0.09px;
    padding: 0;
    border-inline-start: none;
    font-family: "Sora", Sans-serif;
}
.header-main .elementor-nav-menu--main .elementor-nav-menu li .sub-menu  li a:hover {
    background-color: transparent;
    color: #00B6C6;
}
.header-main .elementor-nav-menu--main .elementor-nav-menu li.menu-item-has-children .sub-arrow {
    position: relative;
    width: 30px;
}
.header-main .elementor-nav-menu--main .elementor-nav-menu li.menu-item-has-children .sub-arrow svg {
    display: none;
}
.header-main .elementor-nav-menu--main .elementor-nav-menu li.menu-item-has-children .sub-arrow:after {
    content: "";
    background-image: url('../img/chevron_right.svg');
    background-size: cover;
    background-position: center;
    width: 26px;
    height: 26px;
    position: absolute;
    right: -4px;
    bottom: -4px;
    transform: rotate(90deg);
}
.header-main .elementor-nav-menu--main .elementor-nav-menu li.menu-item-has-children:hover .sub-arrow:after {
    content: "";
    background-image: url('../img/chevron_right_color.svg');
    background-size: cover;
    background-position: center;
    width: 26px;
    height: 26px;
    position: absolute;
    right: -4px;
    bottom: -4px;
    transform: rotate(90deg);
}
.who-we-are-tab {
    position: relative;
}
.who-we-are-tab:after {
    content: "";
    background-image: url('../img/Ellipse-Blur-Export.png');
    background-size: cover;
    background-position: center;
    width: 708px;
    height: 773px;
    position: absolute;
    left: -246px;
    bottom: -279px;
    z-index: -1;
}
.who-we-serve-event .who-we-are-tab:after {
    left: auto;
    right: -246px;
    bottom: -279px;
}
.who-we-serve-event .who-we-are-tab .e-n-tabs-heading {
    margin: 0!important;
    align-items: flex-start;
    justify-content: flex-start;
    row-gap: 20px;
}
.who-we-serve .e-n-tab-title {
    cursor: pointer;
}
.header-main .loginmenu, 
.header-main .getintouchmenu {
    display: none!important;
}

.video-section .videoplayicon:focus-visible,
.blog-section .blog-post article:focus-visible{
  outline: 2px solid #000;   
  outline-offset: 2px;
}


/* tab section css */

.horizontal-steps-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.horizontal-steps-section .heading-how {
    color: #151D26;
    font-family: "Sora", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    text-align: left;
    margin-top: 0;
    margin-bottom: 20px;
    padding: 6px 8px;
    border-style: solid;
    border-width: 1px;
    border-color: #252c35;
    border-radius: 8px;
    text-align: center;
    margin: 0 auto;
}
 
.horizontal-steps-section .cards-viewport {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  margin-top: 120px;
}
.deliver-clients .horizontal-steps-section .card {
    justify-content: normal;
}
.deliver-clients .horizontal-steps-section .cards-viewport {
    margin-top: 50px;
}
.deliver-clients .horizontal-steps-section .step-description {
    max-width: 490px;
}

.deliver-clients .horizontal-steps-section .card:last-child .step-description {
    max-width: 560px;
}
.deliver-clients .horizontal-steps-section .step-title {
    max-width: 598px;
}
 
.horizontal-steps-section .cards {
  display: flex;
  width: 400%; /* totalCards * 100% */
  height: 100%;
  flex-direction: column;
  row-gap: 50px;

  transition: transform 0.7s ease;
}
.tradiandmodern .spotting-last-child.e-child {
    padding-left: 36px;
}
.compare-bg {
    background: linear-gradient(218deg, rgba(42, 102, 113, 0.33) -26.08%, rgba(255, 255, 255, 0.00) 56.68%, rgba(42, 102, 113, 0.33) 150.77%)
}
.plans-pricing-block {
    position: relative; 
    overflow: hidden; 
} 

.plans-pricing-block::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url('/wp-content/uploads/2025/10/product-banner-bg-1-1.png');
    background-size: auto;
    background-position: 100% -80%;
    background-repeat: no-repeat;
    z-index: -1; 
}
.traditional-block-bg {
    position: relative; 
    overflow: hidden; 
}
.traditional-block-bg::after {
    content: "";
    position: absolute;
    top: 20%;
    bottom: 0;
    right: 0;
    left: 0;
    background-image: url(/wp-content/uploads/2025/10/product-banner-bg-1-1.png);
    background-position: center right;
    background-repeat: no-repeat;
    z-index: 0;
    opacity: 0.7;
}

.traditional-block-bg .e-con-inner {
    position: relative;
    z-index: 1;
}
 
.faq-32 {
    margin-bottom: 32px;
    visibility: hidden;
    line-height: 0;
}
.sub-text-compare {
    color: #D2D7E0;
    font-size: 15px;
    margin-left: -7px;
}
.horizontal-steps-section .card {
  flex: 0 0 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

 
.horizontal-steps-section .inner {
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  gap: 80px;
  padding-left: 10px;
  padding-right: 10px;
}
 
.horizontal-steps-section .inner .left { 
    display:flex; 
    flex-direction: column; 
    justify-content:center; 
}
.horizontal-steps-section  .inner .right {
    overflow: hidden;
 }
.horizontal-steps-section .inner .right img { 
    max-width: 100%;
    height: auto;
}
.headerloginlink svg {
    width: 6.69px !important;
    height: 11.69px !important;
}

.horizontal-steps-section .step-nav {
    display: none !important;
  position: absolute;
  top: 45px;
  left: 0;
  display:flex;
  gap: 4px;
  z-index:10;
  padding: 4px;
  background: rgba(241, 245, 249, 0.60);
      border-radius: 8px;
    border: 1px solid var(--glass-stroke, rgba(221, 231, 242, 0.70));
}

.horizontal-steps-section .step-nav button {
    border-radius: 8px;
    border: none;
    background-color: rgba(241, 245, 249, 0.60);
    display: flex;
    color: #151D26;
    font-family: "Sora", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    transition: all 0.3s ease;
    padding: 12px 24px;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease
}
@media (max-width: 1100px) { 
    .deliver-clients .horizontal-steps-section .step-title {
        font-size: 40px;
        line-height: normal;
    }

}
@media (max-width: 991px) {
    .horizontal-steps-section .inner {
        grid-template-columns: 1fr 1fr;
    }
    .fine-plan-sec h4{
        font-size: 14px !important;
    }
    .deliver-clients .horizontal-steps-section .step-title {
        font-size: 32px;
        margin-bottom: 10px;
    }
    .deliver-clients .horizontal-steps-section .cards-viewport {
        margin-top: 70px;
    }
    .horizontal-steps-section .inner .right img {
        width: 350px;
    }
    .deliver-clients .horizontal-steps-section .step-description {
        max-width: 100%;
    }
    .deliver-clients .horizontal-steps-section .inner .right {
        text-align: center;
    }
    .deliver-clients .horizontal-steps-section .step-buttons {
        margin-top: 10px;
        margin-bottom: 20px;
    }
    .horizontal-steps-section .step-nav button {
        padding: 6px 10px;
        font-size: 12px;
        line-height: normal;
    }

    .faqsaccordion .e-n-accordion-item-title {
        align-items: flex-start !important;
    }
    .faqsaccordion .e-n-accordion-item-title .e-n-accordion-item-title-icon {
        margin-top: 4px;
    }
}
@media (max-width: 1100px) {
    .main-buy-button.second-box-button {
        position: absolute;
        bottom: -95px;
    }
}

@media (max-width: 991px) {
    .main-buy-button.second-box-button {
        bottom: -139px;
    }
}

@media (max-width: 768px) {
    .main-buy-button.second-box-button {
        bottom: -159px;
    }
    .fine-plan-sec h4{
        font-size: 13px !important;
    }
}
@media (max-width: 767px) {
    .main-buy-button.second-box-button {
        position: static;
        z-index: 0;
    }
}


@media (max-width: 991px) {
    .horizontal-steps-section .step-nav button:hover {     
        background-color: rgba(241, 245, 249, 0.60);
        color: #151D26;
    }
    .horizontal-steps-section .step-nav button:focus-visible {
        outline: none;
    }
    .horizontal-steps-section .step-nav button.active {     
        background-color: #00B6C6; 
        color: #fff;
        border:0;
    }
    .horizontal-steps-section .step-nav button {
        outline: none;
        -webkit-tap-highlight-color: transparent;
    }
}

@media (max-width: 767px) {
    .deliver-clients .horizontal-steps-section .step-nav button  {
        font-size: 8px;
        line-height: normal;
        padding: 3px 5px;
    }
    .deliver-clients .horizontal-steps-section .cards-viewport {
        margin-top: 10px;
    }
    .tradiandmodern .spotting-last-child.e-child {
        padding-left: 6px;
        padding-right: 6px;
    }
    .deliver-clients .horizontal-steps-section .inner .right img {
        max-width: 250px;
        height: auto;
    }
    .deliver-clients .horizontal-steps-section .step-buttons {
        margin-bottom: 0px;
    }
}
.horizontal-steps-section .step-nav button.active, 
.horizontal-steps-section .step-nav button:hover {     
    background-color: #00B6C6; 
    color: #fff;
}


.horizontal-steps-section .step-number {
    color:  #151D26;
    font-family: "Sora", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%; /* 25.2px */
    margin: 0;
}
.horizontal-steps-section .step-title {
    color: #151D26;
    font-family: "Sora", sans-serif;
    font-size: 56px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 67.2px */
    letter-spacing: -1.12px;
    margin: 16px 0 24px;
}
.horizontal-steps-section .step-description {
    color: #6C7A8C;
    font-family: "Red Hat Display";
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 30.4px */
    letter-spacing: -0.19px;
    max-width: 461px;
    margin: 0;
}
.horizontal-steps-section .step-buttons {
    margin-top: 32px;
    display: flex;
    align-items: center;
}
.horizontal-steps-section .step-buttons .btn-first{
    border-radius: 100px;
    border: 2px solid  #252C35;
    background:  #252C35;
    padding: 4.5px 14.5px;
    color:  #FFF;
   font-family: "Sora", Sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 22.5px */
    transition: all 0.3s ease-in-out;
    display: inline-block;
}
.horizontal-steps-section .step-buttons .btn-first:hover {
    border: 2px solid  #00B6C6;
    background:  #00B6C6;
}
.horizontal-steps-section .step-buttons .btn-second{
    color:  #252C35;
    font-family: "Sora", Sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 19.5px */
    text-decoration: none;
    position: relative;
    padding: 0 32px 0 24px;
    transition: all 0.3s ease-in-out;
}
.horizontal-steps-section .step-buttons .btn-second:after {
    content: "";
    background-image: url(../img/chevron_right.svg);
    background-size: cover;
    background-position: center;
    width: 24px;
    height: 24px;
    position: absolute;
    right: 0;
    bottom: -2px;
}
.horizontal-steps-section .step-buttons .btn-second:hover:after {
    background-image: url(../img/chevron_right_color.svg);
}
.power-desc p {
    padding-right: 60px;
}


/* banner css */
.hero {
    position: relative;
    height: 100vh;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }
  .hero h1 {
    color: #000;
    font-size: 4rem;
    z-index: 10;
    position: relative;
  }
  .hero img {
    position: absolute !important;
    width: 200px;
    height: 200px;
    object-fit: cover;
    opacity: 1;
    border-radius: 16px!important;
    z-index: 9;
    cursor: pointer;
  }
  .hero img {
    width: 182px;
    height: 121px;
  }
  .hero img.right-center {
    width: 197px;
    height: 131px;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  .hero img.bottom-center {
    width: 158px;
    height: 157px;
  }
  .hero img.left-center {
    width: 194px;
    height: 237px;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
  .hero img.top-left {
    width: 236px;
    height: 157px;
  }
  .hero img.bottom-left {
    width: 256px;
    height: 196px;
  }
  .hero img.bottom-right {
    width: 208px;
    height: 311px;
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important; 
  }
  .hero img.top-right {
    width: 209px;
    height: 262px;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }
  .top-left { top: -19px; left: 204px; }
  .left-center { top: 320px; left: 0px; }
  .top-right { top: 0px; right: 280px; }
  .top-center { top: 148px; left: 40% }
  .bottom-left { bottom: 62px; left: 135px; }
  .bottom-center { bottom: 38px; right: 40%;}
  .bottom-right { bottom: 0px; right: 50px; }
  .right-center { right: 0px; top: 330px; }
  
  @media (min-width: 1600px) {
      .top-left { top: -19px; left: 23%; }
      .top-center {
	    top: 15% ! IMPORTANT;
	    left: 40%;
	}
	.top-right {
	    top: 0px;
	    right: 30%;
	}
	.bottom-center {
	right: 42%;
	bottom: 7%;
	}
  }
.next-section {
  position: absolute !important;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%; 
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.7); /* center + small */
  transform-origin: center center;
  z-index: 5;
  background-repeat: no-repeat;
  background-size: cover;
}
.next-section.static {
  position: relative;
  top: auto;
  left: auto;
  transform: scale(1);
  opacity: 1;
}
.banner-text {
    position: relative;
    z-index: 6;
}
.banner-text h5 {
    color: #151D26;
    text-align: center;
    font-family: "Sora", Sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%; /* 25.2px */
    margin: 0;
    text-transform: none;
    letter-spacing: 0;
}
.banner-text h1 {
    text-align: center;
    font-family: "Sora", Sans-serif;
    font-size: var(--Text-Sizes-Heading-1, 72px);
    font-style: normal;
    font-weight: 600;
    line-height: 110%; /* 79.2px */
    letter-spacing: -0.72px;
    margin: 8px 0;
}
.banner-text p {
    color: var(--Darker, #252C35);
    text-align: center;
    font-family: "Red Hat Display";
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 30.4px */
    letter-spacing: -0.19px;
    margin: 0 auto;
    max-width: 664px;
}
.banner-text .banner-btn {
    text-align: center;
    margin-top: 44px;
}
.banner-text .banner-btn a {
    border-radius: 50px;
    border: 1px solid #252C35;
    background: var(--Darker, #252C35);
    padding: 12px 24px;
    color: var(--Color-White, #FFF);
    font-family: Sora;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 22.5px */
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-right: 60px;
}
.banner-text .banner-btn a:after {
    content: "";
    background-image: url(../img/chevron_right_white.svg);
    background-size: cover;
    background-position: center;
    width: 24px;
    height: 24px;
    position: absolute;
    right: 24px;
    bottom: 11px;
}
.banner-text .banner-btn a:hover {
    border: 1px solid #00B6C6;
    background: #00B6C6;
}
.next-section h2 p {
    font-family: "Sora", Sans-serif;
    font-size: 54px;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: -0.8px;
    color: #FFFFFF;
    margin: 0;
    text-align: center;
}
.who-we-are-tab .e-n-tabs-heading {
    background: var(--glass, rgba(241, 245, 249, 0.60));
    width: fit-content;
    margin: 0 auto;
    padding: 4px;
    border-radius: 8px;
    border-radius: 8px;
    border: 1px solid var(--glass-stroke, rgba(221, 231, 242, 0.70));
}
.who-we-are-tab .e-n-tabs-heading .e-n-tab-title {
    background: var(--glass, rgba(241, 245, 249, 0.60));
}
.inner-first-box {
    border-bottom-left-radius: 16px !important;
    border-bottom-right-radius: 16px !important;
}

/* about us page css */
.your-secret {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 47px;
    height: 47px;
    margin: 0 auto;
}
.who-we-img figure {
	    display: flex;
    align-items: center;
    justify-content: center;
    width: 47px;
    height: 47px;
}
.who-we-img p {
    max-width: 275px;
}
.who-we-img.hand-on p {
    max-width: 270px;
}
.deliver-head  .who-we-img p {
    max-width: 290px;
}
.deliver-head  .who-we-img.hand-on p {
    max-width: 288px;
}
.logo-img.e-con-full  {
    min-height: 343px;
}
.headshotslider .forphotoslider  .swiper-horizontal {
    padding-bottom: 76px!important;
}

.why-inner-text p {
    margin-bottom: 24px;
}
.why-inner-text p:last-child {
    margin-bottom: 0px;
}
.resourcesbanner  {
    position: relative!important;
    overflow: hidden!important;
    z-index: 2!important;
}
.resourcesbanner > .e-con-inner  {
    position: relative!important;
    z-index: 2!important;
}
.resourcesbanner::after {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: -160px;
    right: 0;
    background-image: url('../img/resources-bg2.png');
    width: 372px;
    height: 775px;
    background-repeat: no-repeat;
    background-size: contain;
}
.blog-section .elementor-posts__hover-gradient .elementor-post__card .elementor-post__thumbnail__link:after {
    background-image: none!important;
    opacity: 1!important;
}
.footer-main.resourcesform .subscribeform input[type="email"] {
    padding: 7px 0;
}
.footer-main.resourcesform .subscribeform input[type="submit"] {
    padding: 6px 16px;
}
.footer-main.resourcesform  .subscribeform input[type="submit"]:hover {
    border: 2px solid #00B6C6!important;
    background-color: #00B6C6!important;
    color: #fff !important;
}
.footer-main.resourcesform  form .wpcf7-response-output {
    color: #151D26 !important;
}



/* Resouces Page */
.top-pickup article .elementor-post__read-more::after{
	background-image: url('../img/chevron_right_white.svg') !important;
}
.top-pickup article .elementor-post__read-more:hover::after{
	background-image: url('../img/chevron_right_color.svg') !important;
}
.resourcesform .subscribeform input::placeholder {
  color: #6C7A8C !important;
}
.footer-main.resourcesform{
  background: none !important;
}

.resourcesform  .subscribeform input[type="email"] {
  border-bottom: 2px solid #6C7A8C !important;
  color: #6C7A8C !important;
}

.resourcesform .subscribeform input[type="submit"] {
  border: 2px solid #151D26 !important;
  color: #151D26 !important;
}
.resourcesform .subscribeform .wpcf7-not-valid-tip {
  color: #151D26;
}
.footer-list-first ul li {
    width: fit-content;
}

/* Blog page css */
.single-post  .blog-hero {
    padding: 212px 0 155px;
    background-image: url('../img/grainy-gradientblog.png');
    background-repeat: no-repeat;
    background-size: cover;
    
}
.single-post  .blog-hero .container {
    max-width: 1052px;
    padding: 0;
}
.single-post  .blog-hero .blog-subheading {
    font-family: "Sora", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: -0.32px;
    color: #ADEDF1;
    text-align: center;
    margin-bottom: 18px;
}
.single-post .blog-hero .blog-title {
    font-family: "Sora", Sans-serif;
    font-size: 56px;
    font-weight: 600;
    line-height: 118%;
    letter-spacing: -1.12px;
    color: #ffffff;
    max-width: 988px;
    margin: 0 auto;
    padding-bottom: 82px;
    text-align: center;
    text-transform: initial;
}
.single-post  .blog-hero .blog-desc{
    font-family: "Red Hat Display", Sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -1%;
    color: #ffffff;
    max-width: 768px;
    margin: 0 auto;
    padding-bottom: 61px;
    text-align: center;
}
.single-post  .blog-hero  .blog-meta {
    display: flex; 
    justify-content: space-between; 
    align-items: center;
    max-width: 804px;
    margin: 0 auto;
}
.single-post  .blog-hero  .blog-meta .author-info, 
.single-post  .blog-hero  .blog-meta .post-author {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.single-post  .blog-hero  .blog-meta .post-author img {
    margin-right: 12px;
    border-radius: 50px;
    width: 28px;
    height: 28px;
}
.single-post  .blog-hero  .blog-meta .author-info span {
    font-family: "Red Hat Display", Sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0px;
    color: #ffffff;
    gap: 0;
}
.single-post  .blog-hero  .blog-meta .social-share {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0px;
}
.single-post  .blog-hero  .blog-meta .social-share .copy-link-box {
    position: relative;
    display: flex;
}
.single-post  .blog-hero  .blog-meta .social-share .copy-link-box #copyLinkBtn {
    background: transparent;
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 5px 9px;
    cursor: pointer;
}
.single-post  .blog-hero  .blog-meta .social-share .copy-link-box img {
    margin-right: 7px;
    max-width: 16px;
}
.single-post  .blog-hero  .blog-meta .social-share .copy-link-box span {
    font-family: "Sora", Sans-serif;
    font-size: 9px;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: 0%;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.single-post  .blog-hero  .blog-meta .social-share #copyMsg {
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
}

.single-post  .blog-featured-image {
    text-align:center; 
    margin-top: -135px;
    max-width: 1037px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    display: flex;
}
.single-post  .blog-featured-image img {
    border-radius: 16px; 
    max-width:100%; 
    height:auto;
    width: 100%;
}
.single-post .post-tags {
    padding-top: 27px;
    padding-bottom: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.single-post .post-tags .tags-wrapper {
    gap: 15px!important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.single-post .post-tags .tags-wrapper a {
    padding: 8px 25px;
    border-radius: 35px;
    border: 1px solid #36414F;
    font-family: "Sora", Sans-serif;
    font-size: 9px;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: 0px;
    color: #36414F;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 100px;
}
.single-post .post-tags .tags-wrapper a:hover {
    border: 1px solid #00B6C6 !important;
    background-color: #00B6C6 !important;
    color: #fff !important;
}
.single-post .post-tags .all-topic-links a {
    font-family: "Sora", Sans-serif;
    font-size: 9px;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: 0%;
    color: #151D26;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0;
    border: none!important;
    min-width: auto;
}
.single-post .post-tags .all-topic-links a:hover {
    border:none!important
}
.single-post .post-tags .all-topic-links a:hover {
    color: #151D26!important;
    background-color: transparent!important;
}
.single-post .post-tags .all-topic-links a span {
    display: flex;
    align-items: center;
    justify-content: center;
}
.single-post .post-tags .all-topic-links a span svg {
    width: 5px;
}

.single-post  .heateor_sss_sharing_ul .heateor_sss_svg svg {
    display: none !important;
}
.single-post  .heateor_sss_sharing_ul a {
    margin: 0!important;
}
.single-post  .heateor_sss_sharing_ul .heateor_sss_svg  {
    background-color: transparent!important;
    width: 26px!important;
    height: 26px!important;
    margin-left: 13px;
}
.single-post  .heateor_sss_facebook .heateor_sss_svg {
    background-image: url('../img/Facebook.svg') !important;
    background-size: cover !important;
}
 
/* X (Twitter) */
.single-post  .heateor_sss_button_x .heateor_sss_svg {
    background-image: url('../img/X.svg') !important;
    background-size: cover !important;
}
 
/* LinkedIn */
.heateor_sss_button_linkedin .heateor_sss_svg {
    background-image: url('../img/LinkedIn.svg') !important;
    background-size: cover !important;
}

.single-post .blog-content .container {
    max-width: 1052px;
    padding: 0;
}
.single-post .blog-content .posttopcontent {
    margin-bottom: 80px;
    border-radius: 16px;
    padding: 50px 50px;
    background: #29A8B1;
}
.single-post .blog-content .posttopcontent h4 {
    border: none;
    padding: 0;
    font-family: "Red Hat Display", Sans-serif;
    font-size: 19px;
    font-weight: 700;
    line-height: 160%;
    letter-spacing: -0.19px;
    color: #FFFFFF;
    margin-bottom: 20px; 
}
.single-post .blog-content .posttopcontent ul {
    margin-bottom: 0;
    display: block;
    column-count: 2;
    margin-left: 10px;
    column-gap: 50px;
}
.single-post .blog-content .posttopcontent ul li {
    font-family: "Red Hat Display", Sans-serif;
    font-size: 19px;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: -0.19px;
    color: #FFFFFF;
    padding-left: 28px;
    list-style-type: none;
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}
.single-post .blog-content .posttopcontent ul li a {
    font-family: "Red Hat Display", Sans-serif;
    font-size: 19px;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: -0.19px;
    color: #FFFFFF;
    list-style-type: none;
    position: relative;
    display: flex;
    align-items: center;
    text-decoration-line: underline;
    text-decoration-thickness: 2px;
    text-decoration-style: solid; 
    text-underline-offset: 2px; 
    text-underline-position: from-font;
}
.single-post .blog-content .posttopcontent ul li:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 6px;
    left: 0;
    background-image: url(../img/chevron_right_light.svg);
    width: 10px;
    height: 18px;
    background-repeat: no-repeat;
    background-size: contain;
}


.wpb_wrapper h2 {
    font-family: "Sora", Sans-serif;
    font-size: 40px;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: -0.8px;
    color: #151D26;
    margin-top: 70px;
    margin-bottom: 39px;
}
.single-post .blog-content .wp-block-image {
    margin-top: 70px;
    margin-bottom: 70px;
}
.single-post .blog-content .wp-block-image img {
    border-radius: 16px;
}
.single-post .blog-content .posticonlist {
    margin-bottom: 24px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-left: 0;
}
.single-post .blog-content .posticonlist li {
    font-family: "Red Hat Display", Sans-serif;
    font-size: 19px;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: -0.01em;
    color: inherit;
    padding-left: 72px;
    list-style-type: none;
    position: relative;
    min-height: 30px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.single-post .blog-content .posticonlist li strong {
    font-weight: 700;
    font-family: "Red Hat Display", Sans-serif;
    margin-right: 5px;
}
.single-post .blog-content .posticonlist li:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0px;
    left: 25px;
    background-image: url(../img/check_color.svg);
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: contain;
}
.single-post .blog-content .postimagewithcaption {
    margin-top: 70px;
    margin-bottom: 70px;
}
.single-post .blog-content .postimagewithcaption img {
    border-radius: 16px;
}
.single-post .blog-content .postimagewithcaption .wp-element-caption {
    margin-top: 16px;
    margin-bottom: 0;
    text-align: center;
    font-family: "Red Hat Display", Sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0%;
    color: #36414F;
}
.single-post .blog-content .postblugbgcontent {
    margin-top: 70px;
    margin-bottom: 70px;
    border-radius: 16px;
    padding: 50px 95px;
}

.single-post .blog-content .postblugbgcontent h3 {
    font-family: "Red Hat Display", Sans-serif;
    font-size: 19px;
    font-weight: 700;
    line-height: 160%;
    letter-spacing: -0.19px;
    color: #FFFFFF;
    margin-bottom: 18.5px;
}
.single-post .blog-content .postblugbgcontent p {
    font-family: "Red Hat Display", Sans-serif;
    font-size: 19px;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: -0.19px;
    color: #FFFFFF;
    margin-bottom: 0px;
}
.single-post .blog-content .postblugbgcontent p .bold,
.single-post .blog-content .postblugbgcontent p strong,
.single-post .blog-content .postblugbgcontent p b {
    font-family: "Red Hat Display", Sans-serif;
    font-size: 19px;
    font-weight: 700;
    line-height: 160%;
    letter-spacing: -0.19px;
    color: #FFFFFF;
}
.single-post .blog-content .postblugbgcontent ul {
    margin-bottom: 0;
}
.single-post .blog-content .postblugbgcontent ul li {
    font-family: "Red Hat Display", Sans-serif;
    font-size: 19px;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: -1%;
    color: #FFFFFF;
}
.single-post .blog-content .postblugbgcontent ul li:after {
    background-image: url(../img/check_light.svg);
}
.single-post .blog-content .postbluecode {
    margin-top: 70px;
    margin-bottom: 70px;
    padding: 0;
    max-width: 784px;
    background: transparent;
    border-left: 12px solid #00B6C6;
}
.single-post .blog-content .postbluecode code {
    background: transparent;
    padding: 0;
    margin: 0;
    padding-left: 61px;
    font-family: "Sora", Sans-serif;
    font-size: 23px;
    font-weight: 300;
    line-height: 140%;
    letter-spacing: 0%;
    color: #000000;
}
.single-post .blog-content .postbluecode code strong {
    font-family: "Sora", Sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: 0%;
    color: #00B6C6;
}
.single-post .blog-content .postbluecode code em {
    font-family: "Red Hat Display", Sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 1%;
    color: #000000;
    font-style: normal;
}
.single-post .blog-content .faq-block {
    margin-top: 80px;
    margin-bottom: 80px; 
}
.single-post .blog-content .faq-block .faq-heading {
    font-family: "Sora", Sans-serif;
    font-size: 40px;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: -2%;
    color: #151D26;
    margin-bottom: 42px;
}

.single-post .blog-content .faq-block .faq-accordion .faq-item {
    padding: 0;
    border-bottom: 2px solid var(--glass-stroke, #DDE7F2B2);
}
.single-post .blog-content .faq-block .faq-accordion .faq-item:first-child {
    border-top: 2px solid var(--glass-stroke, #DDE7F2B2);
}
.single-post .blog-content .faq-block .faq-accordion .faq-question {
    margin-top: 24px;
    margin-bottom: 24px;
    padding: 0;
    font-family: "Sora", Sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: 0%;
    color: #151D26;
}
.single-post .blog-content .faq-block .faq-accordion .faq-answer {
    padding: 0px;
    color: #6C7A8C;
    max-width: 980px;
}
.single-post .blog-content .faq-block .faq-accordion .faq-answer p {
    margin-bottom: 26px;
    padding: 0;
    font-family: "Red Hat Display", Sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 1%;
    color: #6C7A8C;
}
.single-post .blog-content .cta-block {
    margin-top: 80px;
    margin-bottom: 80px;
    padding: 132px 91px;
    border-radius: 16px!important;
    position: relative;
    z-index: 2;
}
.single-post .blog-content .cta-block:after {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: 0px;
    right: 0;
    top: 0;
    left: 0;
    background: #00000080;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 16px;
}
.single-post .blog-content .cta-block  .cta-content {
    position: relative;
    z-index: 2;
}
.single-post .blog-content .cta-block  .cta-content .cta-subheading {
    font-family: "Sora", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: -2%;
    color: #ADEDF1;
    margin-bottom: 11px;
}
.single-post .blog-content .cta-block  .cta-content .cta-heading {
    font-family: "Sora", Sans-serif;
    font-size: 40px;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: -2%;
    color: #FFFFFF;
    margin-bottom: 37px;
}
.single-post .blog-content .cta-block  .cta-content .cta-description{
    margin-bottom: 37px;
    font-family: "Red Hat Display", Sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 1%;
    color: #FFFFFF;
    max-width: 448px;
}
.single-post .blog-content .cta-block  .cta-content .cta-button {
    border-radius: 100px;
    border: 2px solid #FFFFFF;
    padding: 7px 48px 7px 12px;
    font-family: "Sora", Sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: 0%;
    color: #FFFFFF;
    position: relative;
}
.single-post .blog-content .cta-block  .cta-content .cta-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 2px;
    right: 6px;
    background-image: url(../img/chevron_right_blog.svg);
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: contain;
}
.single-post .blog-content .cta-block  .cta-content .cta-button:hover {
    background-color: #00B6C6;
    border: 2px solid #00B6C6;
}
.single-post .blog-content .wp-block-separator {
    border-top: 1px solid #d2d7e0;
    margin-bottom: 0;
    margin-top: 70px;
}
.single-post .author-box {
    padding-top: 105px;
    padding-bottom: 135px;
}
.single-post .author-box .container {
    max-width: 1052px;
    padding: 0; 
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 86px;
}
.single-post .author-box .author-left img {
    width: 305px;
    height: 305px;
    border-radius: 12px;
}
.single-post .author-box .author-right .author-label {
    font-family: "Sora", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: 0%;
    color: #151D26;
    margin-bottom: 9px;
}
.single-post .author-box .author-right .author-name {
    font-family: "Sora", Sans-serif;
    font-size: 40px;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: -2%;
    color: #151D26;
    margin-bottom: 9px;
}
.single-post .author-box .author-right .author-social {
    display: flex;
    align-items: center;
    gap: 12px;
}
.single-post .author-box .author-right .author-bio {
    font-family: "Red Hat Display", Sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 1%;
    color: #36414F;
    margin-top: 25px;
    margin-bottom: 37px;
    max-width: 640px;
}
.single-post .author-box .author-right .author-post-link {
    font-family: "Sora", Sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0%;
    color: #252C35;
    display: flex;
    gap: 10px;;
}
.single-post .author-box .author-right .author-post-link span {
    display: flex;
    align-items: center;
}
.single-post .blogpostlist h3.elementor-post__title, 
.single-post .blogpostlist h3.elementor-post__title a {
    font-size: 23px!important;
    font-weight: 400!important;
    line-height: 120%!important;
}
.single-post .blogpostlist .blog-section .blog-post article .elementor-post__read-more {
    font-size: 15px!important;
}
.single-post .blogpostlist .blog-section .blog-post article .elementor-post__read-more:after {
    bottom: -1px;
}

/* case study page css */
.single-case_study .blog-hero {
    padding: 203px 0 103px;
    background: var(--gradient-2, linear-gradient(284deg, #3CC5D1 -37.23%, #1D222C 59.19%, var(--darkest, #151D26) 77.57%));
    background-repeat: no-repeat;
    background-size: cover;    
}
.single-case_study .blog-hero-main {
    display: flex;
    max-width: 1440px;
    margin: 0 auto;
    overflow: hidden;
}
.single-case_study .blog-hero-main .blog-hero-left {
    padding-left: 80px;
    width: 59%;
}
.single-case_study .blog-hero-main .blog-hero-right {
    width: 41%;
}
.single-case_study .blog-hero-main .blog-hero-right img {
    max-width: 100%;
    height: auto;
    border-radius: 16px;
    margin-left: 6px;
}
.single-case_study .blog-hero .sub-heading {
    font-family: "Sora", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: -0.32px;
    color: #ADEDF1;
    text-align: left;
    margin-bottom: 18px;
}
.single-case_study .blog-hero .blog-hero-left h1 {
    font-family: "Sora", Sans-serif;
    font-size: 56px;
    font-weight: 600;
    line-height: 118%;
    letter-spacing: -1.12px;
    color: #ffffff;
    max-width: 815px;
    margin: 0 auto;
    padding-bottom: 58px;
    text-align: left;
    text-transform: initial;
    max-width: 768px;
    padding-right: 20px;
}
.single-case_study .tags-wrapper {
    gap: 15px!important;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 58px;
}
.single-case_study  .tags-wrapper a {
    padding: 8px 16px;
    border-radius: 35px;
    border: 1px solid #D2D7E0;
    font-family: "Sora", Sans-serif;
    font-size: 9px;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: 0;
    color: #D2D7E0;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 80px;
}
.single-case_study  .tags-wrapper a:hover {
    border: 1px solid #FFFFFF;
    background-color: transparent;
    color: #fff;
}
.single-case_study .tags-wrapper  a.view-all {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: transparent;
    padding-left: 0px;
    padding-right: 0px;
    color: #fff; 
}
.single-case_study .tags-wrapper  a.view-all:hover {
    border:none!important;
    background-color: transparent!important;
}
.single-case_study .tags-wrapper  a.view-all span {
    display: flex;
    align-items: center;
    justify-content: center;
}


.single-case_study  .heateor_sss_sharing_ul .heateor_sss_svg svg {
    display: none !important;
}
.single-case_study  .heateor_sss_sharing_ul a {
    margin: 0!important;
}
.single-case_study  .heateor_sss_sharing_ul .heateor_sss_svg  {
    background-color: transparent!important;
    width: 26px!important;
    height: 26px!important;
    margin-left: 13px;
}
.single-case_study  .heateor_sss_facebook .heateor_sss_svg {
    background-image: url('../img/Facebook.svg') !important;
    background-size: cover !important;
} 
/* X (Twitter) */
.single-case_study  .heateor_sss_button_x .heateor_sss_svg {
    background-image: url('../img/X.svg') !important;
    background-size: cover !important;
} 
/* LinkedIn */
.single-case_study .heateor_sss_button_linkedin .heateor_sss_svg {
    background-image: url('../img/LinkedIn.svg') !important;
    background-size: cover !important;
}
.single-case_study .social-share {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0px;
}
.single-case_study .social-share .copy-link-box {
    position: relative;
    display: flex;
}
.single-case_study .social-share .copy-link-box #copyLinkBtn {
    background: transparent;
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 5px 9px;
    cursor: pointer;
}
.single-case_study .social-share .copy-link-box img {
    margin-right: 7px;
    max-width: 16px;
}
.single-case_study .social-share .copy-link-box span {
    font-family: "Sora", Sans-serif;
    font-size: 9px;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: 0; 
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.single-case_study .social-share #copyMsg {
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
}
.single-case_study .social-share .copy-link-box img {
    margin-right: 7px;
    max-width: 16px;
}
.single-case_study .blog-content .container {
    max-width: 1052px;
    padding: 0;
}


.single-case_study  .blog-content .posttopcontent {
    margin-top: 73px;
    margin-bottom: 80px;
    border-radius: 16px;
}
.single-case_study  .blog-content .posttopcontent h4 {
    border: none;
    padding: 0;
    font-family: "Red Hat Display", Sans-serif;
    font-size: 19px;
    font-weight: 700;
    line-height: 160%;
    letter-spacing: -0.19px;
    color: #151D26;
    margin-bottom: 20px;
}
.single-case_study  .blog-content .posttopcontent ul {
    margin-bottom: 0;
    display: block;
    column-count: 2;
    margin-left: 31px;
}
.single-case_study  .blog-content .posttopcontent ul li {
    font-family: "Red Hat Display", Sans-serif;
    font-size: 19px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.19px;
    color: #151D26;
    padding-left: 28px;
    list-style-type: none;
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 12px;   
}
.single-case_study  .blog-content .posttopcontent ul li a {
    font-family: "Red Hat Display", Sans-serif;
    font-size: 19px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.19px;
    color: #151D26;
    list-style-type: none;
    position: relative;
    display: flex;
    align-items: center;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-color: var(--shdae-2, #29A8B1);
    text-decoration-thickness: 2px;
    text-underline-offset: 2px;
    text-underline-position: from-font;
}
.single-case_study  .blog-content .posttopcontent ul li:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 6px;
    left: 0;
    background-image: url(../img/right-chevron-color.svg);
    width: 10px;
    height: 18px;
    background-repeat: no-repeat;
    background-size: contain;
}
.single-case_study .counter-block-main {
    margin: 80px auto;
}
.single-case_study .counter-block-inner {
    border-radius: 16px;
    background: var(--gradient-2, linear-gradient(284deg, #3CC5D1 -37.23%, #1D222C 59.19%, var(--darkest, #151D26) 77.57%));
    padding: 50px;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 73px;
}
.single-case_study .counter-column {
    flex:1;
    text-align: left;
    border-left: 1px solid #ffffff;
    padding: 0 20px 0 32px;
}
.single-case_study .counter-column:last-child .counter-desc {
    padding-right: 25px;
}
.single-case_study .counter-number {
    font-family: "Sora", Sans-serif;
    font-size: 72px;
    font-weight: 600;
    line-height: 110%;
    letter-spacing: -0.72px;
    color: #ffffff;
    margin-bottom: 1px;
}
.single-case_study .counter-desc {
    font-family: "Sora", Sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    color: #ffffff;
}
.single-case_study .blog-content h2.wp-block-heading {
    font-family: "Sora", Sans-serif;
    font-size: 44.8px;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -0.02em;
    color: #151D26;
    margin-top: 44px;
    margin-bottom: 24px;
}
.single-case_study .blog-content .postbluecode {
    margin-top: 70px;
    margin-bottom: 70px;
    padding: 0;
    max-width: 850px;
    background: transparent;
    border-left: 12px solid #00B6C6;
}
.single-case_study .blog-content .postbluecode code {
    background: transparent;
    padding: 0;
    margin: 0;
    padding-left: 61px;
    font-family: "Sora", Sans-serif;
    font-size: 23px;
    font-weight: 300;
    line-height: 140%;
    letter-spacing: 0;
    color: #000000;
}
.single-case_study .blog-content .postbluecode code strong {
    font-family: "Sora", Sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: 0;
    color: #00B6C6;
}
.single-case_study .blog-content .postbluecode code em {
    font-family: "Red Hat Display", Sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.17px;
    color: #000000;
    font-style: normal;
}
.single-case_study .blog-content .wp-block-image {
    margin-top: 70px;
    margin-bottom: 70px;
}
.single-case_study .explore-cta-block {
    margin-top: 70px;
    margin-bottom: 70px;
    padding: 50px;
    border-radius: 16px;
    background: var(--gradient-2, linear-gradient(284deg, #3CC5D1 -37.23%, #1D222C 59.19%, var(--darkest, #151D26) 77.57%));
}
.single-case_study .explore-cta-block h3 {
    font-family: "Sora", Sans-serif;
    color:#fff;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: -0.8px;
    margin-bottom: 27px;
    text-align: center;
}
.single-case_study .explore-cta-block-main {
    display: flex; 
    gap: 24px; 
    justify-content: center;  
    flex-wrap:  wrap;
}
.single-case_study .explore-cta-block-main a {
    border-radius: 100px;
    border: 2px solid  #00B6C6;
    background: #00B6C6;
    padding: 6px 16px;
    border-radius: 50px;
    font-family: "Sora", Sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; 
    color: #000;
}
.single-case_study .explore-cta-block-main a:hover {
    border: 2px solid  #ffffff;
    background: #ffffff;
}
.single-case_study .blog-content .cta-block {
    margin-top: 70px;
    margin-bottom: 70px;
    padding: 120px 91px;
    border-radius: 16px!important;
    position: relative;
    z-index: 2;
}
.single-case_study .blog-content .cta-block  .cta-content {
    position: relative;
    z-index: 2;
}
.single-case_study .blog-content .cta-block  .cta-content .cta-subheading {
    font-family: "Sora", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: -0.32px;
    color: #ADEDF1;
    margin-bottom: 11px;
}
.single-case_study .blog-content .cta-block  .cta-content .cta-heading {
    font-family: "Sora", Sans-serif;
    font-size: 40px;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: -0.8px;
    color: #FFFFFF;
    margin-bottom: 37px;
}
.single-case_study .blog-content .cta-block  .cta-content .cta-description{
    margin-bottom: 37px;
    font-family: "Red Hat Display", Sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.17px;
    color: #FFFFFF;
    max-width: 448px;
}
.single-case_study .blog-content .cta-block  .cta-content .cta-button {
    border-radius: 100px;
    border: 2px solid #FFFFFF;
    padding: 7px 48px 7px 12px;
    font-family: "Sora", Sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: 0;
    color: #FFFFFF;
    position: relative;
}
.single-case_study .blog-content .cta-block  .cta-content .cta-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 2px;
    right: 6px;
    background-image: url(../img/chevron_right_blog.svg);
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: contain;
}
.single-case_study .blog-content .cta-block  .cta-content .cta-button:hover {
    background-color: #00B6C6;
    border: 2px solid #00B6C6;
}
.single-case_study .blog-content .wp-block-separator {
    border-top: 1px solid #d2d7e0;
    margin-bottom: 0;
    margin-top: 70px;
}





.trusted-head h4 {
    margin-left: -5px; 
    margin-right: -5px;
}
.shot-head h2 b, 
.scale-head h2 b, 
.share-head h2 b, 
.spot-head h2 {
    font-weight: 700;
    font-family: "Sora", Sans-serif;
}
.shot-head h2 {
    padding-right: 45px;
}
.shot-desc p {
    padding-right: 26px;
}
.shot-head p {
    padding-right: 13px;
}
.share-desc p {
    padding-right: 37px;
}
#event-traditional  .spotting-last-child.e-child {
    padding-left: 24px;
}
#event-traditional .tradiandmodernlast .e-child {
    padding-bottom: 24px;
    justify-content: center !important;
}
.events-slider .swiper-horizontal {
    padding-top: 10px;
    padding-bottom: 0!important;
}
.event-top-main {
    position: relative;
    z-index: 1;
}
.event-top-main  #event-top {
    position: absolute;
    right: 107px;
    bottom: 268px;
    padding: 24px 40px 24px 26px;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 2;
    background-image: url(../img/Union.png);
    background-position: bottom right;
    border-radius: 16px 40px 0 0;
}
.event-lists ul {
    padding-top: 8px!important;
    padding-bottom: 8px!important;
}
.fas-main .elementor-widget-text-editor p {
    margin-bottom: 24px;
}
.fas-main .elementor-widget-text-editor p:last-child {
    margin-bottom: 0px;
}
.fas-main .elementor-widget-text-editor p a {
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
}



@media (max-width: 1024px) {
    .banner-text h1 {
        font-size: 40px;
    }

    .cloud-bg-bottom {
        background-size: 50% !important;
    }
    .plans-pricing-block::after {
        top: -22%;
        background-position: top right;
    }
    .top-left {
        left: 50px;
    }
    .top-right {
        right: 40px;
    }
    .bottom-left {
        bottom: 135px;
        left: 50px;
    }
    .right-center {
        right: 0px;
    }
    .hero img.top-right {
        width: 180px;
        height: 195px;
    }
    .hero img.top-left {
        width: 200px;
        height: 145px;
    }
    .hero img.left-center {
        width: 180px;
        height: 210px;
    }
    .hero img.bottom-left {
        width: 200px;
        height: 130px;
    }
    .hero img.right-center {
        width: 130px;
        height: 110px;
    }
    .hero img.bottom-right {
        width: 150px;
        height: 190px;
    }
    .hero img.bottom-center {
        width: 130px;
        height: 130px;
    }
    .hero img.left-center {
        width: 150px;
        height: 170px;
    }
    .hero img.bottom-left {
        width: 210px;
        height: 150px;
    }

}





/* Responsive CSS */
@media screen and (min-width: 1600px) {
    .lookingtousspot {
        background-position: center center!important;
    }
    .lookingtousspot.resources {
       background-position: top center!important;
    }
}

@media screen and (max-height: 901px) {
    .banner-text .banner-btn {
        margin-top: 12px;
    }
    .hero img.top-center {
        width: 150px;
        height: 100px;
        top: 22px;
    }
    .bottom-center {
        bottom: 15px;
    }
    .bottom-left {
        bottom: 15px;
    }
    .left-center {
        top: 230px;
    }
    .right-center {
        top: 160px;
    }
    .hero img.top-right {
        width: 160px;
        height: 180px;
    }
    .banner-text h1 {
        font-size: var(--Text-Sizes-Heading-1, 55px);
        line-height: 100%;
    }
    .hero img.top-left {
        width: 190px;
        height: 145px;
    }
    .hero img.left-center {
        width: 150px;
        height: 160px;
    }
    .hero img.bottom-left {
        width: 190px;
        height: 140px;
    }
    .hero img.bottom-center {
        width: 158px;
        height: 157px;
    }
    .hero img.bottom-right {
        width: 150px;
        height: 230px;
    }
}
@media screen and (max-height: 750px) {
    .horizontal-steps-section .card {
        align-items: center;
    }
    
    .hero img.top-center {
    	top: 13%;
    }

}
@media screen and (max-height: 902px) {
    
    .hero img.top-center {
    	top: 13%;
    }
    
}

@media (max-width: 1400px) { 
    .horizontal-steps-section .inner {
        gap: 40px;
    }
    .banner-text h1 {
        font-size: 40px;
    }
    .top-left {
        left: 15%;
        border-top-right-radius: 0 !important;
        border-top-left-radius: 0 !important;
    }
    .top-right {
        right: 24%;
    }
    .bottom-right {
        right: 13%;
    }
    .right-center {
        right: 0px;
        bottom: 50%;
        top: auto;
    }
    .bottom-center {
        bottom: 1%;
    }
    .top-center {
        top: 15%;
    }
    .hero img.top-right {
        width: 180px;
        height: 195px;
    }
    .hero img.top-left {
        width: 200px;
        height: 145px;
    }
    .hero img.left-center {
        width: 180px;
        height: 210px;
        top: 165px;
    }
    .hero img.bottom-left {
        width: 200px;
        height: 130px;
        bottom: 20px;
    }
    .hero img.right-center {
        width: 130px;
        height: 110px;

    }
    .hero img.bottom-right {
        width: 150px;
        height: 190px;
    }
    .hero img.bottom-center {
        width: 130px;
        height: 130px;
    }
    .hero img.left-center {
        width: 150px;
        height: 170px;
    }
    .hero img.bottom-left {
        width: 210px;
        height: 150px;
    }

}
@media (min-width: 1024px) and (max-width: 1200px) {
   .header-main .toggle-menu-main .elementor-nav-menu--stretch .elementor-nav-menu li a {
        padding-left: 8px!important;
        padding-right: 8px!important;
    }
    .header-main .elementor-element.elementor-element-4f42a0f .elementor-button {
        padding: 14px 15px 14px 15px!important;
    }
}
@media (max-width: 1240px) { 
    .power-brand-section:after {
        width: 700px;
        height: 623px;
    }
    .who-we-serve .who-we-are-tab {
        padding-left: 0px!important;
        padding-right: 0px!important;
    }
    .single-post .blog-hero, 
    .single-post .blog-featured-image, 
    .single-post .post-tags, 
    .single-post .blog-content, 
    .single-post .author-box, 
    .single-case_study .blog-content, 
    .single-case_study .blog-hero {
        padding-left: 20px;
        padding-right: 20px; 
    }
    
 
}

@media (max-width: 1024px) { 
    .power-brand-section:after {
        width: 500px;
        height: 445px;
        display: none;
    }
    .blog-section .blog-post article .elementor-post__badge {
        margin-left: auto;
        margin-right: auto;
    }
    .who-we-are-tab:after {
        bottom: -450px;
      
    }
    .horizontal-steps-section .inner {
        gap: 30px;
    }
    .horizontal-steps-section .step-description {
        padding-right: 25px;
    }
    .header-main .loginmenu, .header-main .getintouchmenu {
        display: flex !important;
    }
    .next-section h2 p {
        font-size: 30px;
    }
    .logos-section.elementor-element .swiper .swiper-pagination-bullets.swiper-pagination-horizontal {
        bottom: -15px;
    }
    .logos-section.elementor-element .swiper {
        max-height: 110px;
    }
    .power-desc p {
       padding-right: 0;
    }
      .logos-section .swiper-pagination-bullet {
        width: 12px!important;
        height: 12px!important;
    }
    .spotlogoslider .swiper-slide img {
        height: 60px;
        object-fit: contain;
    }
     
     .top-right {
        right: 9%;
    }
    .left-center {
    	top: 34% !important;
    }
    .single-post .blog-hero {
        padding: 140px 20px 100px;
    }
    .single-post .blog-featured-image {
        margin-top: -70px;
    }
    .single-post .blog-content .postblugbgcontent {
        padding: 40px 50px;
    }
    .single-post .blog-content .postbluecode code {
        padding-left: 30px;
    }
    .single-post .blog-content .postbluecode {
        border-left: 12px solid #3CC5D1;
    }
    .single-post .blog-content .cta-block {
        padding: 80px 60px;
    }
    .single-post .author-box {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .single-post .author-box .container {
        gap: 50px;
    }
    .logo-img.e-con-full {
        min-height: auto;
    }
    .event-top-main #event-top {
        right: 14px;
        padding: 20px 20px;
    }
    .single-case_study .blog-content .postbluecode code {
        padding-left: 30px;
    }
    .single-case_study .blog-content .postbluecode {
        border-left: 12px solid #3CC5D1;
    }
    .single-case_study .blog-hero {
        padding: 140px 20px 70px;
    }
    .single-case_study .blog-hero-main .blog-hero-left {
        padding-left: 0;
        padding-right: 10px;
    }
    .single-case_study .blog-hero .blog-hero-left h1 {
        font-size: 30px;
        line-height: 38px;
        padding-bottom: 24px; 
    }
    .single-case_study .tags-wrapper {
        margin-bottom: 24px;
    }
    .single-case_study .blog-hero-main {
        align-items: center;
    }
    .single-case_study .counter-block-inner {
        gap: 40px;
    }
    .single-case_study .counter-number {
        font-size: 40px;
    }
    .single-case_study .counter-column:last-child .counter-desc {
        padding-right: 0;
    }
    .single-case_study .blog-content .cta-block {
        padding: 70px 50px;
    }
    .single-case_study .blog-hero-main .blog-hero-right img {
        margin-left: 0px;
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
    .blog-section .btn-black {
        min-width: 235px!important; 
    }
    .footer-main .subscribeform {
        flex-direction: column;
    }
}

@media (max-width: 991px) {
.banner-text p {
	max-width: 500px;
}
}

@media (max-width: 768px) {
.banner-text p {
	max-width: 400px;
     }
}
.dots {
display:none;
}

@media (min-width: 768px) {
    .inner-first-box {
        height: 100% !important;
    }
}
@media (max-width: 767px) { 
    .power-brand-section:after {
        display: none;
    }
    .who-we-are-tab .e-n-tabs-heading {
    	max-width: 350px !important;
        margin: 0 auto !important;
        justify-content: center !important;
    }
    .horizontal-steps-section .cards-viewport {
        margin-top: 10px;
    }
    
    .horizontal-steps-section {
        height: auto !important;
    }
    
    span.dot {
        width: 10px;
        display: block;
        height: 10px;
        background: white;
        border-radius: 50px;
        border: 1px solid #00B6C6;
    }

    span.dot.active {
    background: #00B6C6;
    }

    .dots{
        position: absolute;
        top: 14%;
        display: flex;
        gap: 15px;
        left: 50%;
        transform: translate(-50%, 10px);
    }    
    .marqueelogo .ame-marquee__item {
        width: 120px !important;
        height: 73px !important;
        display:flex;
        align-items: center;
        justify-content: center;
    }
    .marqueelogo .ame-marquee__item_inner img {
        width: 100%;
        height: 60px !important;
        object-fit: contain;
    }
    .marqueelogo .ame-marquee__image {
        display:flex;
        align-items: center;
        justify-content: center;
    } 
    .who-we-are-tab .elementor-widget-image img {
        height: 200px;
        object-fit: cover;
        border-radius: 32px;
        object-position: 0 -50px;
    }
    .horizontal-steps-section .step-number {
        font-size: 15px;
        line-height: 21px;
        color: #29A8B1;
        margin-bottom: 12px;
    }    
    .horizontal-steps-section .step-buttons {
        justify-content: flex-start;
    }
    .horizontal-steps-section .step-buttons .btn-first {
        padding: 6px 16px;
        font-size: 13px;
        line-height: 19.5px;
    }
    .horizontal-steps-section .step-buttons .btn-second {
        font-size: 13px;
        line-height: 19.5px;
        padding: 0 30px 0 24px;
    }
    .blog-section .blog-post article h3, 
    .blog-section .blog-post article p {
        text-align: center;
    }
    .blog-section .blog-post article .elementor-post__read-more {
        display: flex;
        align-items: center;
        justify-content: center;
        width: fit-content;
        margin-left: auto;
        margin-right: auto;
    }
    .horizontal-steps-section .step-nav {
        flex-wrap: nowrap;
        justify-content: center;
        width: 100%;
        /* new */
        display: none;
    }
    .horizontal-steps-section .inner {
        grid-template-columns: 1fr;
        display: flex;
        flex-direction: column;
    }
    .horizontal-steps-section .inner .left {
        order: 2;
    }
    .horizontal-steps-section .inner .right {
        order: 1;
    }
    .horizontal-steps-section .cards {
        width: 100%;
        align-items: flex-start;
    }
    .horizontal-steps-section .inner {
        padding: 0px 5px;
        gap: 24px;
        padding-top: 30px;
    }
    .horizontal-steps-section .card {
        display: block;
        padding-top: 0px;
    }
    .horizontal-steps-section .cards {
        flex-direction: column;
         row-gap: 0;
    }
    .horizontal-steps-section .step-title {
        font-size: 40px;
        margin: 0px 0 20px;
        line-height: 48px;
        letter-spacing: -0.8px;
        text-align: left;
        font-weight: 600; 
    }
    .horizontal-steps-section .step-nav button {
        font-size: 15px;
        line-height: 21px;
        padding: 11.6px 16px;
        background-color: rgba(241, 245, 249, 0.60);
        border-radius: 8px;
        text-wrap: nowrap;
        transition: background-color 0.3s ease, color 0.3s ease
    }
    .horizontal-steps-section .step-nav button:hover {
        border: 0px solid transparent;
        background-color: rgba(241, 245, 249, 0.60);
        color: #151D26;
    }
    .horizontal-steps-section .step-nav button.active {
        border: 0px solid #00B6C6;
        background-color: #00B6C6;
        color: #fff;
    }
    .horizontal-steps-section .inner .left {
        align-items: flex-start;
    }
    .horizontal-steps-section .step-description {
        padding-right: 0;
        max-width: 100%;
        text-align: left;
        font-size: 15px;
        line-height: 22.5px;
    }
    .horizontal-steps-section .inner .right {
        text-align: center;
    }
    .horizontal-steps-section .heading-how {
        padding-left: 0px;
        padding-right: 0px;
        text-align: left;
        padding-top: 0px;
        font-size: 15px;
        line-height: 21px;
        margin-bottom: 0;
        /* new */
        padding: 6px 8px;
        border-style: solid;
        border-width: 1px;
        border-color: #252c35;
        border-radius: 8px;
        text-align: center;
        margin: 0 auto;

    }
    .toggle-menu-main .elementor-menu-toggle {
        margin-right: 0!important;
        margin-top: -35px!important;
    }
     .hero img.top-left {
        width: 120px;
        height: 85px;
        left: 20px;
        top: 0;
        border-top-right-radius: 0 !important;
        border-top-left-radius: 0 !important;
    }
    .hero img.top-right {
        width: 100px;
        height: 105px;
        right: 0;
    }
    .hero img.top-center {
        width: 120px;
        height: 80px;
        top: 12%;
    }
    .hero img.bottom-left {
        width: 100px;
        height: 125px;
        left: 0px !important;
        bottom: 15px;
        border-top-left-radius: 0 !important;
        border-bottom-left-radius: 0 !important;
        
    }
    .hero img.bottom-right {
        width: 90px;
        height: 135px;
        right: 15px;
    }
    .hero img.bottom-center {
        width: 100px;
        height: 90px;
    }
    .hero img.right-center {
        width: 95px;
        height: 90px;
        right: 0;
        top: 65%;
    }
    .hero img.left-center {
        width: 80px;
        height: 95px;
        top: 20% !important;
    }
   
    .banner-text {
        padding-left: 15px;
        padding-right: 15px;
    }
    .our-impact .elementor-counter .elementor-counter-title {
        text-align: left;
    }
    .horizontal-steps-section .step-buttons {   
        flex-wrap: wrap;
        gap: 16px;
        margin-top: 24px;
    }
    .horizontal-steps-section .step-buttons .btn-second {
        padding-left: 0;
    }
    .blog-section .blog-post article .elementor-post__card {
        padding-bottom: 30px !important;
    }
    .header-main .elementor-nav-menu--dropdown.elementor-nav-menu__container {
        top: 0!important;
    }
    .our-impact .elementor-widget-counter {
        width: 100%;
    }
    .who-we-are-tab .e-n-tabs-heading {
        width: fit-content;
        margin: 0;
        width: fit-content;
       justify-content: flex-start!important;
       row-gap: 10px!important;
    }
     .who-we-are-tab .e-n-tabs-heading .e-n-tab-title-text {
    	text-wrap: nowrap;
    	justify-content: center;
    }
    .widget-n-tabs .e-n-tabs {
    	gap: 20px;
    }
    .horizontal-steps-section .step-nav {
        flex-wrap: nowrap;
        justify-content: center;
        width: fit-content;
        margin: 0 auto;
        align-items: center;
        display: flex;
        top: 35px;
        border: none;
        overflow: scroll;
        max-width: auto;
        justify-content: flex-start;
    }
    .deliver-clients .horizontal-steps-section .step-nav {
        justify-content: center;
        width: fit-content;
        margin: 0 auto;
        align-items: center;
        display: flex;
        top: 35px;
        overflow: scroll;
        max-width: auto;
        justify-content: flex-start;
        border: 1px solid var(--glass-stroke, rgba(221, 231, 242, 0.70));
        flex-wrap: wrap;
    }
    .deliver-clients .horizontal-steps-section .step-nav button {
        font-size: 12px;
     }
     .who-we-serve-event .who-we-are-tab:after {
        display: none;
    }
    .who-we-serve-event .who-we-are-tab .e-n-tabs-heading {
        max-width: 100%!important;
    }
    .logos-section .swiper-pagination-bullet {
        width: 10px!important;
        height: 10px!important;
    }
    .hero {
	    	perspective: 100svh;
	    	
	}
    .banner-text h5 {
        font-size: 15px;
        line-height: 21px;
    }
    .banner-text h1 {
        margin: 9px 0 13px;
        font-size: 38px;
        line-height: 38px;
        letter-spacing: -0.76px;
    }
    .banner-text p {
        font-size: 12px;
        line-height: 18px;
    }
     .banner-text .banner-btn {
        margin-top: 26px;
    }
    .banner-text .banner-btn a {
        padding: 6px 16px;
        font-size: 13px;
        line-height: 19.5px;
        padding-right: 33px;
    }
    .banner-text .banner-btn a:after {
        right: 5px;
        bottom: 4px;
    }
    .who-we-img p, 
    .who-we-img.hand-on p, 
    .deliver-head  .who-we-img p, 
    .deliver-head  .who-we-img.hand-on p {
        max-width: 100%;
    }

    .resourcesbanner::after {
        bottom: auto;
        top: 0;
        display: none;
    }
    .redefin-main {
        background-size: 110%!important;
        background-image: none!important;
    }
     .ryanjacob .elementor-image-box-wrapper {
        display: flex;
        align-items: center;
    }
    .ryanjacob .elementor-image-box-wrapper .elementor-image-box-img {
        margin-right: 20px!important;
    }
    .ryanjacob .elementor-image-box-wrapper .elementor-image-box-img img {
        width: 135px;
        height: 134px;
        min-width: 135px;
    }
    .blog-section .blog-post article .elementor-post__badge {
        display: none;
    }
    .blog-section .blog-post article h3 {
        margin-top: 20px;
    }
    .resourcesform .subscribeform input[type="submit"] {
        font-size: 12px;
    }
    .resourcesform .subscribeform input[type="email"] {
        font-size: 12px;
    }
    .single-post .blog-hero .blog-subheading {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .single-post .blog-hero .blog-meta .author-info span {
        font-size: 13px;
    }
    .single-post .blog-hero {
        padding: 140px 20px 80px;
    }
    .single-post .blog-content .posttopcontent h4 {
        font-size: 17px;
        margin-bottom: 15px;
    }
    .single-post .blog-hero .blog-title {
        font-size: 28px;
        line-height: 38px;
        padding-bottom: 20px;
    }
    .single-post .blog-hero .blog-desc {
        font-size: 17px;
        padding-bottom: 30px;
    }
    .single-post .blog-hero .blog-meta {
        flex-direction: column;
        gap: 20px;
    }
    .single-post .blog-featured-image {
        margin-top: -50px;
    }
    .single-post .post-tags {
        padding-top: 20px;
        padding-bottom: 35px;
    }
    .single-post .blog-content .posttopcontent {
        margin-bottom: 35px;
        padding: 30px 20px;
    }
    .single-post .blog-content .posttopcontent ul {
        column-count: 1; 
    }
    .single-post .blog-content .posttopcontent ul li, 
    .single-post .blog-content .posttopcontent ul li a {
        font-size: 16px;
    }
    .single-post .blog-content .posttopcontent ul li:after {
        top: 7px;
    }
    .wpb_wrapper h2 {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 20px;
        margin-top: 35px;
    }
    .single-post .blog-content .posticonlist {
        margin-bottom: 20px;
    }
    .single-post .blog-content .posticonlist li,
    .single-post .blog-content .postblugbgcontent ul li {
        font-size: 16px;
        display: block;
    }
    .single-post .blog-content .posticonlist li {
        padding-left: 46px;
    }
    .single-post .blog-content .posticonlist li:after {
        left: 0px;
    }
    .single-post .blog-content .postimagewithcaption {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .single-post .blog-content .postimagewithcaption .wp-element-caption {
        font-size: 14px;
    }
    .single-post .blog-content .postblugbgcontent {
        margin-top: 35px;
        margin-bottom: 35px;
        border-radius: 16px;
        padding: 50px 30px;
    }
    .single-post .blog-content .postblugbgcontent p, 
    .single-post .blog-content .postblugbgcontent p .bold, 
    .single-post .blog-content .postblugbgcontent p strong, 
    .single-post .blog-content .postblugbgcontent p b {
        font-size: 17px;
        margin-bottom: 0px;
    }
    .single-post .blog-content .postblugbgcontent h3 {
        font-size: 17px;
        margin-bottom: 20px;
    }
    .single-post .blog-content .postbluecode code {
        font-size: 19px;
        padding-left: 20px;
    }
    .single-post .blog-content .postbluecode code strong {
        font-size: 16px;
    }
    .single-post .blog-content .postbluecode code em {
        font-size: 15px;
    }
    .single-post .blog-content .postbluecode {
        margin-top: 35px;
        margin-bottom: 35px;
        border-left: 12px solid #3CC5D1;
    }
    .single-post .blog-content .faq-block .faq-heading {
        font-size: 28px;
        line-height: 38px;
        margin-bottom: 20px;
    }
    .single-post .blog-content .faq-block .faq-accordion .faq-question {
        margin-top: 16px;
        margin-bottom: 16px;
        font-size: 16px;
    }
    .single-post .blog-content .faq-block .faq-accordion .faq-answer p {
        margin-bottom: 20px;
        font-size: 15px;
    }
    .single-post .blog-content .faq-block {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .single-post .blog-content .cta-block {
        margin-top: 40px;
        margin-bottom: 40px;
        padding: 30px 20px;
    }
    .single-post .blog-content .cta-block .cta-content .cta-subheading {
        font-size: 14px;
        margin-bottom: 8px; 
    }
    .single-post .blog-content .cta-block .cta-content .cta-heading {
        font-size: 28px;
        line-height: 38px;
        margin-bottom: 20px;
    }
    .single-post .blog-content .cta-block .cta-content .cta-description {
        margin-bottom: 20px;
        font-size: 15px;
    }
    .single-post .blog-content .wp-block-separator {
        margin-top: 35px;
    }
    .single-post .author-box {
        padding-top: 35px;
        padding-bottom: 35px;
    }
    .single-post .author-box .container {
        gap: 30px;
        flex-direction: column;
    }
    .single-post .author-box .author-right .author-label {
        font-size: 14px;
        text-align: center;
    }
    .single-post .author-box .author-right .author-name {
        font-size: 28px;
        line-height: 38px;
        text-align: center;
    }
    .single-post .author-box .author-right .author-bio {
        font-size: 15px;
        margin-top: 10px;
        margin-bottom: 20px;
        text-align: center;
    }
    .single-post .author-box .author-right .author-post-link {
        font-size: 12px;
        align-items: center;
        justify-content: center;
    }
    .single-post .author-box .author-right .author-social {
        align-items: center;
        justify-content: center;
    }
    .blogpostlist .e-con-inner {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }
    .single-post .blogpostlist h3.elementor-post__title, 
    .single-post .blogpostlist h3.elementor-post__title a {
        font-size: 16px !important;
        font-weight: 400 !important;
        line-height: 24px !important;
    }
    .single-post .blogpostlist .blog-section .blog-post article .elementor-post__read-more {
        font-size: 13px !important;
    }
    .single-post .blogpostlist .blog-section .blog-post article .elementor-post__read-more:after {
        bottom: -2px;
    }
    .single-post .blog-content .cta-block .cta-content .cta-button {
        font-size: 13px;
        padding: 7px 40px 7px 12px;
    }
    .single-post .blog-content .cta-block .cta-content .cta-button:after {
        top: 3px;
        right: 6px;
        width: 26px;
        height: 26px;
    }
    .single-post .blog-content .wp-block-image {
        margin-top: 35px;
        margin-bottom: 35px;
    }
    .headshotslider .forphotoslider .swiper-horizontal {
        padding-bottom: 40px !important;
    }
    .event-top-main #event-top {
        display: none;
    }
    .banner-first-image {
        text-align: center!important;
    }
    .banner-first-image img {
        width: auto!important;
    }
    #event-traditional .spotting-last-child.e-child {
        padding-left: 6px;
    }
    .single-case_study .blog-hero {
        padding: 140px 20px 50px;
    }
    .single-case_study .blog-hero-main {
        flex-direction: column;
    }
    .single-case_study .blog-hero-main .blog-hero-left {
        padding-right: 0;
        width: 100%;
    }
    .single-case_study .blog-hero-main .blog-hero-right {
        width: 100%;
        padding-top: 40px;
        text-align: center;
    }
    .single-case_study .blog-hero .sub-heading {
        font-size: 14px;
        margin-bottom: 10px;
        text-align: center;
    }
    .single-case_study .blog-hero .blog-hero-left h1 {
        font-size: 28px;
        line-height: 38px;
        padding-bottom: 20px;
        text-align: center;
        padding-right: 0;
    }
    .single-case_study .tags-wrapper {
        margin-bottom: 20px;
        justify-content: center;
    }
    .single-case_study .social-share {
        justify-content: center;
    }
    .single-case_study .blog-content .posttopcontent {
        margin-top: 35px;
        margin-bottom: 35px;
    }
    .single-case_study .blog-content .posttopcontent h4 {
        font-size: 17px;
        margin-bottom: 15px;
    }
    .single-case_study .blog-content .posttopcontent ul {
        column-count: 1;
        margin-left: 10px;
    }
    .single-case_study .blog-content .posttopcontent ul li, 
    .single-case_study .blog-content .posttopcontent ul li a {
        font-size: 16px;
    }
    .single-case_study .counter-block-inner {
        gap: 40px;
        flex-direction: column;
    }
    .single-case_study .counter-block-main {
        margin: 35px auto;
    }
    .single-case_study .explore-cta-block-main a {
        font-size: 13px;
    }
    .single-case_study .counter-block-inner {
        padding: 50px 40px;
    }
    .single-case_study .counter-number {
        font-size: 36px;
    }
    .single-case_study .counter-desc {
        font-size: 14px;
    }
    .single-case_study .blog-content .postbluecode {
        margin-top: 35px;
        margin-bottom: 35px;
        border-left: 12px solid #3CC5D1;
    }
    .single-case_study .blog-content .postbluecode code {
        font-size: 16px;
        padding-left: 20px;
    }
    .single-case_study .blog-content .postbluecode code strong {
        font-size: 16px;
    }
    .single-case_study .blog-content .postbluecode code em {
        font-size: 15px;
    }
    .single-case_study .blog-content .wp-block-image {
        margin-top: 35px;
        margin-bottom: 35px;
    }
    .single-case_study .explore-cta-block {
        margin-top: 35px;
        margin-bottom: 35px;
        padding: 50px 30px;
    }
    .single-case_study .explore-cta-block h3 {
        margin-bottom: 20px;
        font-size: 24px;
        line-height: 32px;
    }
    .single-case_study .blog-content .cta-block {
        padding: 50px 30px;
        margin-top: 35px;
        margin-bottom: 35px;
    }
    .single-case_study .blog-content .cta-block .cta-content .cta-subheading {
        font-size: 14px;
    }
    .single-case_study .blog-content .cta-block .cta-content .cta-heading {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 20px;
    }
    .single-case_study .blog-content .cta-block .cta-content .cta-description {
        margin-bottom: 24px;
        font-size: 15px;
        max-width: 100%;
    }
    .single-case_study .blog-content .wp-block-separator {
        margin-top: 35px;
    }
   
}

@media (max-width: 430px) { 
    .deliver-clients .horizontal-steps-section .step-nav button {
        font-size: 12px;  
     }
}

@media (max-width: 414px) {
    .deliver-clients .horizontal-steps-section .step-nav button {
        font-size: 11px;
     }
}

@media (max-width: 370px) {
    .deliver-clients .horizontal-steps-section .step-nav button {
        font-size: 10px;
     }
}

@media (max-width: 450px) {
    .bottom-center {
    	bottom: 15%;
    }
    .cloud-bg-bottom {
        background-size: contain !important;
    }
    .banner-img-shadow::after {
        content: "";
        position: absolute;
        top: 0;
        right: -21px;
        bottom: 0;
        left: 0;
        background-image: url('/wp-content/uploads/2025/11/bg-mobile.png');
        background-position: 100% 45px;
        background-repeat: no-repeat;
        z-index: 0;
        opacity: 1;
        background-size: contain;
    }

}


@media (max-width: 380px) { 

    .hero img.top-left {
        width: 120px;
        height: 85px;
    }
    .hero img.top-right {
        width: 100px;
        height: 100px;
    }
    .hero img.left-center {
        width: 90px;
        height: 100px;
    }
    .bottom-left {
        bottom: 129px;
        width: 120px;
        height: 85px;
    }
    .hero img.right-center {
        width: 90px;
        height: 80px;
        bottom: 175px;
        right: -20px;
    }
    .bottom-center {
    	bottom: 16%;
    }


}

@media (max-width: 374px) { 
.banner-text h1 {
        font-size: 34px;
    }
    .our-impact .btn-first a, 
    .our-impact .btn-second a {
        font-size: 11px!important;
    }
    .who-we-are-tab .e-n-tabs-heading .e-n-tab-title-text {
        font-size: 8px;
    }
    .who-we-serve .e-n-tab-title {
        padding: 3px 5px !important;
    }
    .horizontal-steps-section .step-nav button {
        font-size: 13px;
        padding: 9.6px 13px;
    }
    .horizontal-steps-section .step-buttons .btn-first, 
    .horizontal-steps-section .step-buttons .btn-second {
        font-size: 11px;
    }
    .who-we-are-tab .e-n-tabs-content .elementor-button {
        font-size: 11px!important;
    }
    .mobileimgformbl {
        width: 100%!important;
    }
}


/* Product Page */

.product_bg_banner {
    background-image: url('/wp-content/uploads/2025/10/product-banner-bg.png');
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
}
.fine-plan-sec.e-con-boxed .e-con-inner .e-con-full .e-child {
    padding-right: 12px;
    padding-left: 12px;
}
.cloud-bg-bottom {
    background-image: url('/wp-content/uploads/2025/10/cloud-enable-1.png');
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: auto; 
}

.amazon-line-height {
    line-height: 24px !important;
}
.main-buy-button {
    height: 52px !important;
}
.dhead .eael-dch-title-lead {
  font-size: 40px !important;
  font-weight: 600 !important;
  letter-spacing: -0.8px!important;
  
}
.dhead  .title.eael-dch-title {
   margin: 0!important; 
}
.fine-plan-sec h4 {
    letter-spacing: 0.17px!important; 
}


.annual-dhead .eael-dual-header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.faqsaccordion .e-n-accordion-item[open] summary {
  border-bottom: none !important;
}

.faqsaccordion .e-n-accordion-item-title{
  justify-content: space-between !important;
}

.faqsaccordion .e-n-accordion-item-title .e-n-accordion-item-title-icon{
  margin-right: 10px;
}


.faqsaccordion .e-n-accordion-item:last-child{
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  border-color: #DDE7F2B2;
}

@media (min-width: 1025px) and (max-width: 1200px) {
.dhead .eael-dch-title-lead {
  font-size: 30px !important;
  font-weight: 600 !important;
}
}

@media (min-width: 768px) and (max-width: 1024px) {
.dhead .eael-dch-title-lead {
  font-size: 18px !important;
  font-weight: 600 !important;
}
}
@media (min-width: 320px) and (max-width: 767px) {
.dhead .eael-dch-title-lead {
  font-size: 24px !important;
  font-weight: 600 !important;
}
#about-header .dualcolorheading {display: inline;}

}




/* Css fpr production to live page */


.nectar-button {
  border-radius: 50px !important;
}

.nectar-cta .link_wrap {
  border-radius: 50px !important;
}

@media (max-width: 767px) {
.row.pricing-table{
  display: flex;
  flex-direction: column;
  gap: 25px;
  margin: 0px !important;
}

.pricing-column{
  width: 100% !important;
}
}

