/* Removed unused Gowun Batang import to avoid render-blocking font request */

.corp-container {
	max-width:100%;
	padding: 0px 100px;
}
.corp-container-fluid {
	max-width:100%;
	padding: 0px 0px;
	margin:0px auto;
}
body {
	font-size:20px;
	line-height:25px;
	font-weight:600;
	color:#666666;
	font-family: "Bai Jamjuree", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
.font-poppins, h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, .main-navigation ul li a,
.btn {
  	font-family: "Bai Jamjuree", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
.bai, .our-services-name {
  	font-family: "Bai Jamjuree", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
.font-w700, h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, .banner-section-items-contact-wrapper a {
	font-weight:700;
}

/* HOMEPAGE USED COMMON CSS */
.text-white {
	color:#ffffff;
}
.text-black {
	color:#000000;
}
.text-yellow {
	color:#FE9E06;
}
.text-blue {
	color:#0063CC;
}
.text-center {
	text-align:center;
}
.text-justify, .home-why-choose-us-section-col2 p, .accordion__body p,
.home-why-choose-us-section-col2 ul li {
	text-align:justify;
}
.text-uppercase {
    text-transform: uppercase;
}
.btn {
    display: inline-block;
    padding: 10px 25px 10px 25px;
}
.btn img {
    position: relative;
    top: 5px;
    margin-right: 10px;
	display: inline-block !important;
}
.btn-primary {
    background-color: #0063cc;
    color: #ffff !important;
    border-radius: 10px;
}
.btn-secondary {
	background-color: #f50303;
    color: #ffffff !important;
    border-radius: 10px;
}
.btn-secondary:hover {
	background-color: #f1c6c6;
    color: #000000 !important;
    border-radius: 10px;
}
.text-red{
	color:#f50303;
}

.section-top {
	margin-top:40px;
}

/* h1-h6 */
h1, .h1 {
	font-size:45px;
	line-height:65px;
}
h2, .h2 {
	font-size:39px;
	line-height:60px;
	margin-top:0px;
}
h3, .h3 {
	font-size:30px;
	line-height:35px;
}
h4, .h4 {
	font-size:25px;
	line-height:38px;
}
h5, .h5{
	font-size:22px;
	line-height:35px;
}
h6, .h6{
	font-size:20px;
	line-height:30px;
}

a, a:visited {
    color: #ffffff !important;
}


/* header and menu */
/* Remove background color & shadow from header */






/* 🟡 HEADER must be positioned relative */



.about-button {
    animation: blink-pop 1.5s infinite ease-in-out;
    transition: transform 0.5s ease;
}
@keyframes blink-pop {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.8;
    transform: scale(1.08);
  }
}

.fixed-whatsapp {
    display: inline-block;
    position: fixed;
    right: 20px;
     bottom: 16%;
	z-index:999;
}
.fixed-whatsapp img {
    width: 50px;
}




/* /home company logos  */
/* Section Styling */
.company-we-work-section {
  margin-bottom:30px;
	padding:20px;
}

/* Section Title */
.company-section-title {
    font-family: "Bai Jamjuree", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-weight: 100;
    color: #58468C;
    text-align: center;
    font-size: 35px;
    line-height: 55px;
    font-style: normal;
    padding-bottom: 2rem;
    padding-top: 2rem;
}
.company-section-title::after {
  content: '';
  display: block;
  width: 80%;
  height: 1px;
  background-color: #888585;
  margin:auto;
}

/* Logo Grid */
.company-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* 4 per row on desktop */
  gap: 0px;
  justify-items: center;
  align-items: center;
    width: 80%;
    margin: auto;
}

/* Individual Logo Block */
.company-logo {
  padding: 20px;
  border-radius: 15px;
  background: #fff;
/*   transition: all 0.3s ease; */
  text-align: center;
}

/* Logo Image Styling */
.company-logo img {
  height: auto;
  filter: grayscale(100%);

/*   transition: all 0.3s ease; */
  max-width: 100%;
	height:auto;
}

/* Hover Effects */
.company-logo:hover {
  box-shadow: 0px 25px 50px -10px rgba(100, 115, 255, 0.2);
/*   transform: translateY(-1px); */
border:1px solid #e1e8ff;
}

.company-logo:hover img {
  filter: grayscale(0%);
  opacity: 1;
/*   transform: scale(0.05); */
}

/* Service image overlay polish */
.staff-image-card {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}
.staff-image-card .staff-image {
  display: block;
  width: 100%;
  height: auto;
}
.staff-image-card .staff-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 16px 18px;
  color: #ffffff;
  background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(9,15,26,.65) 50%, rgba(9,15,26,.85) 100%);
  backdrop-filter: saturate(120%) blur(2px);
  text-align: right;               /* right-align inline content */
  display: flex;                   /* align both caption + subtext to right edge */
  flex-direction: column;
  align-items: flex-end;
}
.staff-image-card .staff-caption {
  color: #ffffff !important;
  margin: 0 0 6px;
  font-weight: 700;
  font-size: clamp(16px, 2vw, 20px);
  line-height: 1.3;
  text-shadow: 0 1px 2px rgba(0,0,0,.35);
  text-align: right;
}
.staff-image-card .staff-overlay .staff-subtext {
  margin: 0;
  max-width: 58ch;
  font-size: clamp(13px, 1.7vw, 15px);
  line-height: 1.65;
  color: #f2f3f5;
  text-shadow: 0 1px 2px rgba(0,0,0,.25);
  text-align: right;
  margin-left: auto;               /* push block to the right when constrained by max-width */
}
/* ensure paragraphs inside subtext also align right and remove extra gaps */
.staff-image-card .staff-overlay .staff-subtext p {
  margin: 0 0 6px 0;
  text-align: right;
}

/* Responsive Grid */
@media (max-width: 1024px) {
  .company-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .company-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
    .company-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}


/*accelerate Layout with no gap */
/* Layout */
.accelerate-wrapper {
    display: flex;
/*  flex-wrap: wrap; */
     align-items: center;
	justify-content:center;
    padding: 0;
	width: 80%;
    margin: auto;
}

.accelerate-image {
  flex: 0 0 50%;
  max-width: 50%;
  position: relative;
  overflow: visible;
  display: flex;
  justify-content: center;
  align-items: center;
}


.image-animate-wrapper {
  position: relative;
  width: 100%;
/*   max-width: 450px; */
  height: auto;
	  display: flex;
    justify-content: flex-end;
}

/* First Image (Mobile Mockup) */
.img-slide-left {
/*   width: 100%; */
  max-width: 100%;
  height: auto;
  opacity: 0;
  transform: translateX(-80px);
  transition: all 1s ease-out;
}

/* Second Image (Character/Illustration) */
.img-pop-up {
  position: absolute;
  bottom: 36px;
  right: -30px !important;
  
  opacity: 0;
  transform: scale(0.8);
  transition: all 1s ease-out;
}

/* Triggered Animations */
.img-slide-left.animate-in {
  opacity: 1;
  transform: translateX(0);
}

.img-pop-up.animate-in {
  opacity: 1;
  transform: scale(1);
}

/* Responsive Fixes */
@media (max-width: 991px) {
  .accelerate-wrapper {
    flex-direction: column;
	  width:100%;
  }

  .accelerate-image, .accelerate-content {
    flex: 100%;
    max-width: 100%;
    text-align: center;
  }

  .img-pop-up {
    right: -10px;
    bottom: -20px;
    
  }
}



@media (width: 1366px){
    .accelerate-image {
    flex: 0 0 60%;
    max-width: 100%;
    position: relative;
    overflow: visible;
    display: flex;
    justify-content: center;
    align-items: center;
    /*height: 926px !important;*/
   }
    .accelerate-wrapper {
        /*flex-direction: column;*/
        width:100%;
    }
}

@media (width: 1728px){
    .accelerate-image {
        flex: 0 0 65%;
        max-width: 100%;
        position: relative;
        overflow: visible;
        display: flex;
        justify-content: center;
        align-items: center;
        /*height: 926px !important;*/
    }
    .accelerate-wrapper {
        /*flex-direction: column;*/
        width:90%;
    }
}

:root {
    --cta-from: #ff6a5f;
    --cta-to: #ff8a5c;
    --cta-to-hover: #ff7a5e;
    --cta-text: #ffffff;
    --ring: rgba(88, 70, 140, .35);
}
.accelerate-title {
    color: #58468c;
    font-size: 35px;
    font-style: normal;
    font-weight: 200;
    padding-bottom: 0px;
    text-transform: capitalize;
}
.accelerator-subtext {
    color: #716c80;
    font-family: 'Bai Jamjuree', sans-serif;
    font-size: 16px;
    line-height: 28px;
    font-style: normal;
    font-weight: 300;
    margin-bottom: 30px;
}

.accelerate-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.accelerate-item {
  margin-bottom: 10px;
}

.text-percentage {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
  color: #333;
}

/* Prevent jitter while percentage text updates */
.accelerate-section .item-number {
  display: inline-block;
  min-width: 4ch; /* reserve space up to 100% */
  text-align: right;
  font-variant-numeric: tabular-nums;
  font-feature-settings: "tnum" 1;
}

.progress-bar-wrapper {
  background-color: #eee;
  border-radius: 3px;
  height: 4px;
  width: 100%;
  overflow: hidden;
}

.progress-bar {
  height: 100%;
  border-radius: 3px;
  transition: width 1s ease-in-out;
  width: 0%; /* Start with 0 width */
}

/* Bar Colors */
.bar-1  { background: #7bb9ff; }
.bar-2  { background: #5580ff; }
.bar-3  { background: #ff8a73; }
.bar-4  { background: #ececec; }
.bar-5  { background: #ff8a73; }
.bar-6  { background: #9b2008; }
.bar-7  { background: #04307e; }
.bar-8  { background: #a8675b; }
.bar-9  { background: #001f4d; }
.bar-10 { background: #804000; }

/* Responsive */
@media (max-width: 991px) {
  .accelerate-wrapper {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }

  .accelerate-title {
    text-align: center;
  }
}

.home-delivering-section {
  padding: 60px 0;
  background-color: #0d2e52;
  color: #fff;
}

.delivering-wrapper {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  align-items: flex-start;
	    width: 90%;
    margin: auto;
}

.delivering-left {
  flex: 1;
  min-width: 300px;
}

.delivering-left img {
  width: 100%;
  height: auto;
  border-radius: 4px;
}

.delivering-right {
  flex: 2;
  min-width: 300px;
}

.delivering-title {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 15px;
  color:white;
}

.delivering-desc {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 30px;
}

.delivering-grid {
  display: grid;
/*   grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); */
	grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.delivery-box {
background-color: #0d2e52;
    border-radius: 2px;
    padding: 20px;
    transition: 0.3s ease;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
}

.delivery-box:hover {
  transform: translateY(-5px);
}

.delivery-icon {
  margin-bottom: 15px;
  text-align: center;
}

.delivery-icon img {
  width: 50px;
  height: auto;
}

.delivery-box-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #fff;
  text-align: center;
	    margin: 0;
    line-height: 30px;
}

.delivery-box-desc {
  font-size: 14px;
  line-height: 1.5;
  color: #ddd;
  text-align: center;
    font-weight: 300;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .delivering-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .delivering-right {
    text-align: center;
  }

  .delivering-title {
    font-size: 28px;
  }
}

@media (max-width: 480px) {
	.delivering-grid{
		grid-template-columns: repeat(1, 1fr) !important;
	}
}

.delivering-left {
    position: relative;
    width: 100%;
    height: 100%;
}

.video-wrapper {
    position: relative;
    width: 100%;
    height: 100% !important;
    overflow: hidden;
    display: flex;
}

.video-wrapper video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Overlay */
.video-wrapper .video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #103358;
    opacity: 0.5; /* Adjust opacity as needed */
    pointer-events: none;
}





.home-build-smarter-section {
/*     padding: 30px 20px; */
    background: #fff;
}

.build-smarter-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
        width: 80%;
    margin: 0 auto;
}

.build-smarter-left {
    flex: 1 1 50%;
    padding: 20px;
}

.build-smarter-left h2 {
    /*font-size: 46px;*/
    /*color: #4c2882;*/
    /*margin-bottom: 20px;*/
    /*font-weight: 300;*/
    font-family: "Bai Jamjuree", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-weight: 100;
    color: #58468C;
    text-align: center;
    font-size: 35px;
    line-height: 55px;
    font-style: normal;
    padding-bottom: 2rem;
    padding-top: 2rem;
}

.build-smarter-left .description {
    color: #716c80;
    font-family: 'Bai Jamjuree', sans-serif;
    font-size: 16px;
    line-height: 28px;
    font-style: normal;
    font-weight: 400;
}
.build-smarter-left .description .strong{
	font-weight:500;
}

.cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    padding: 12px 28px;
    color: var(--cta-text);
    background: linear-gradient(90deg, var(--cta-from), var(--cta-to));
    border-radius: 10px;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: .2px;
    transition: transform .22s cubic-bezier(.2,.6,.2,1), box-shadow .22s cubic-bezier(.2,.6,.2,1), background .22s linear, filter .22s linear;
    box-shadow: 0 6px 16px rgba(0, 0, 0, .08);
    will-change: transform, box-shadow, background;
    font-size: 17px;
}
.cta-section h3 {
    font-size: 1.5rem;
    color: #58468c;
    margin-bottom: 0px;
    font-weight: 500;
}


.cta-section p {
    font-weight: 200;
}

.build-smarter-right {
    flex: 1 1 45%;
    text-align: center;
    margin-bottom: -6%;
	padding:20px;
	  position: relative;
     display: flex;
   justify-content: center;
   align-items: center;
}

.right-full-img {
    width: 100%;
    height: auto;
    max-width: 550px;
}

.right-image-wrapper {
  position: relative;
  width: 100%;
  max-width: 500px;
  height: auto;
  min-height: 550px; 
}
.right-image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  opacity: 1;
  transform: scale(1);
}


.bg-img {
  z-index: 1;
}

.main-img {
  z-index: 2;
}

.text-img {
  z-index: 3;
  top: 10%;
  left: 10%;
  width: 80%;
}

/* Build Smarter images: base hidden state for replayable animation */
.fade-img {
  opacity: 0;
  transform: scale(0.98);
  transition: opacity 1s ease-out, transform 1s ease-out;
  will-change: transform, opacity;
}

.fade-img.visible {
  opacity: 1;
  transform: scale(1);
}

/* More engaging per-layer animations */
.home-build-smarter-section .bg-img {
  transition: opacity 1.2s ease-out, transform 1.2s ease-out;
}

.home-build-smarter-section .main-img {
  /* slide in from right */
  transform: translateX(40px) scale(1);
  opacity: 0;
}
.home-build-smarter-section .main-img.visible {
  transform: translateX(0) scale(1);
  opacity: 1;
  transition: transform 0.9s cubic-bezier(.22,1,.36,1), opacity 0.9s ease;
}

.home-build-smarter-section .text-img {
  /* subtle rise */
  transform: translateY(20px) scale(1);
  opacity: 0;
}
.home-build-smarter-section .text-img.visible {
  transform: translateY(0) scale(1);
  opacity: 1;
  transition: transform 0.9s cubic-bezier(.22,1,.36,1), opacity 0.9s ease;
}

/* Ensure animations target inner img elements for reliable transforms */
.right-image-wrapper .fade-img img {
  opacity: 0;
  transform: scale(0.98);
  transition: opacity 1s ease-out, transform 1s ease-out;
  will-change: transform, opacity;
}
.right-image-wrapper .fade-img.visible img {
  opacity: 1;
  transform: scale(1);
}

.home-build-smarter-section .main-img img { transform: translateX(40px) scale(1); opacity: 0; }
.home-build-smarter-section .main-img.visible img { transform: translateX(0) scale(1); opacity: 1; transition: transform 0.9s cubic-bezier(.22,1,.36,1), opacity 0.9s ease; }

.home-build-smarter-section .text-img img { transform: translateY(20px) scale(1); opacity: 0; }
.home-build-smarter-section .text-img.visible img { transform: translateY(0) scale(1); opacity: 1; transition: transform 0.9s cubic-bezier(.22,1,.36,1), opacity 0.9s ease; }


/* Responsive */
@media screen and (max-width: 768px) {
    .build-smarter-wrapper {
        flex-direction: column;
         width: 100%;
        text-align: justify;
    }

    .build-smarter-left, .build-smarter-right {
        flex: 1 1 100%;
		width:100%;
    }

    .right-full-img {
        max-width: 100%;
    }
}
@media screen and (max-width: 480px) {
	.home-build-smarter-section{
		padding:0px !important;
	}
span.item-text {
    text-align: left;
}
	.right-image-wrapper{
		min-height:350px;
	}
}
.home-about-smarter-section {
    position: relative;
    overflow: hidden;
    height: 80vh;
    width: 100%;
}

.video-background-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
	z-index: 1; /* Reduced from 999 to ensure it stays below header */
}

.background-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.video-overlay {
    position: relative;
    z-index: 2; /* Keep this higher than video background but lower than header */
    height: 100%;
   background: rgba(16, 51, 88, 0.4);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 20px;
}

.content-wrapper {
    color: white;
    max-width: 60% !important;
    text-align: left;
    position: relative;
    left: 10px;
    padding: 0 100px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
}

.content-wrapper h1 {
    font-size: 3rem;
    margin-bottom: 20px;
    color:white;
    line-height: 55px;
}

.content-wrapper .description {
    font-size: 1.2rem;
    margin-bottom: 25px;
    line-height: 1.6;
    font-weight: 400;
	text-align:justify;
}

.video-cta {
    background: #ff5c5c;
    color: #fff;
    padding: 10px 20px;
    border-radius: 50px;
    /* font-weight: bold; */
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
}

/* Responsive */
@media (max-width: 768px) {
    .content-wrapper h1 {
        font-size: 2rem;
    }

    .content-wrapper .description {
        font-size: 1rem;
    }
}
@media (max-width: 480px) {
	.content-wrapper{
		max-width:100% !important;
		padding: 0px !important;
		left:0px;
	}
}


.technology-section {
  background-color: #0e2a4c;
  padding: 60px 20px;
  color: #fff;
  text-align: center;
}
.technology-title{
	font-size:40px ;
    color:white;
    font-weight: 600 !important;
}

.tech-tabs {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
  /*margin-bottom: 40px;*/
}

.tech-tab {
  background: none !important;
  border: none;
  font-size: 1rem;
  color: #fff;
  padding: 10px 20px;
  cursor: pointer;
  border-bottom: 3px solid transparent;
  transition: 0.3s ease;
    font-family: "Bai Jamjuree", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.tech-tab.active {
  color: #f39c12;
  border-color: #f39c12;
  background: transparent !important;
}

.tech-tab:hover{
	background:transparent !important;
    color: #f39c12;
}

.tech-content-wrapper {
  width: 100%;
}

.tech-content {
  display: none;
  /* Stack subheading above icons and keep everything centered */
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
}

/* Show first tab content by default */
.tech-content.frontend {
  display: flex;
}

/* Subheading inside each technology tab */
.tech-blurb {
  max-width: 1100px;
  margin: 18px auto 32px; /* top and bottom spacing */
  line-height: 1.6;
  text-align: center;
  font-size: 22px;
  font-weight: 200;
}

@media (max-width: 768px) {
  .tech-blurb {
    margin: 14px auto 26px;
    padding: 0 16px;
  }
}

.tech-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.tech-box {
  text-align: center;
  width: 100px;
}

.tech-icon {
  border: 2px solid #fff;
  border-radius: 50%;
  padding: 10px;
  width: 100px;
  height: 100px;
  margin: 0 auto 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tech-icon img {
    max-width: 90%;
    max-height: 75%;
  object-fit: contain;
}

.tech-title {
  font-size: 0.9rem;
  font-weight: bold;
}

/* Responsive */
@media (max-width: 768px) {
  .tech-grid {
    gap: 20px;
  }

  .tech-box {
    width: 80px;
  }

  .tech-icon {
    width: 70px;
    height: 70px;
  }

  .tech-title {
    font-size: 0.8rem;
  }
}

@media (max-width: 480px) {
  .section-title {
    font-size: 1.5rem;
  }

  .tech-tab {
    font-size: 0.9rem;
    padding: 8px 16px;
  }
}







/* testimonial */

.testimonial-title{
	    color: #58468c;
    font-size: 45px;
    line-height: 55px;
    font-style: normal;
    font-weight: 600;
    text-transform: capitalize;
}

.testimonials-desc{
	width:80%;
	margin:auto;
	 color: #716c80;
    font-family: 'Bai Jamjuree', sans-serif;
    font-size: 16px;
    line-height: 28px;
    font-style: normal;
    font-weight: 300;
}

.testimonial-slider-wrapper {
  width: 80%;
  margin: 0 auto;
  position: relative;
}

.testimonials-slider {
  display: flex;
  
}


.testimonial-card {
  background: #f9f9fb;
  border-radius: 10px;
  padding: 30px 20px;
  text-align: center;
  width: 100%;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  margin: 0 !important;
}

.testimonial-avatar {
  display: flex;
  justify-content: center;
  align-items: center;
}

.testimonial-avatar img {
  width: 280px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 20px;
}

.testimonial-quote-icon {
  font-size: 40px;
  color: #6759cc;
  margin-bottom: 15px;
}

.testimonial-text {
   color: #58468c;
    font-size: 22px;
    line-height: 29px;
    font-style: normal;
    font-weight: 500;
    text-transform: capitalize;
	    margin: 0 0 1.3em;
}

.testimonial-author {
  font-weight: bold;
  font-size: 18px;
  color: #3f2b6d;
}

.testimonial-role {
  font-size: 14px;
  color: #888;
}

/* Slick dots */
.slick-dots {
  bottom: -30px;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
}

.slick-dots li button:before {
  font-size: 12px;
  color: #6759cc;
  opacity: 0.5;
}

.slick-dots li.slick-active button:before {
  opacity: 1;
  color: #6759cc;
}

/* Arrows */
.button-slider:hover,
.button-slider:focus,
.button-slider:active {
  background-color: transparent !important;
  box-shadow: none !important;
  outline: none !important;
	color:yellow;
}

.button-slider {
  background: transparent;
  border: none;
  position: absolute;
  top: 40%;
  z-index: 10;
  width: 20px;
  height: 20px;
  padding: 0;
  cursor: pointer;
}

.prev-arrow {
  left: -50px;
  background: url('/wp-content/uploads/2025/07/left-arrow.svg') no-repeat center center;
  background-size: contain;
}

.next-arrow {
  right: -50px;
  background: url('/wp-content/uploads/2025/07/right-arrow.svg') no-repeat center center;
  background-size: contain;
}


/* Responsive */
@media screen and (max-width: 1024px) {
  .testimonial-card {
    padding: 20px;
  }
}


/* faq section */
.accordion__header {
    padding: 10px;
    background-color: #f5faff;
    margin-top: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
	border-bottom: dashed 2px #007BFF;
}
.accordion__header > * {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
    color: #0063CC;
    line-height: 30px;
	font-weight: 500;
}
.accordion__header.is-active {
	background-color: #f5faff;
	color: #fff;
	border-bottom: 0px;
}
.accordion__toggle {
	margin-left: 10px;
	height: 3px;
	background-color: #0063CC;
	width: 13px;
	display: block;
	position: relative;
	flex-shrink: 1;
	border-radius: 2px;
}
.accordion__toggle::before {
	content: "";
	width: 3px;
	height: 13px;
	display: block;
	background-color: #0063CC;
	position: absolute;
	top: -5px;
	left: 5px;
	border-radius: 2px;
}
.is-active .accordion__toggle {
	background-color: #0063CC;
}
.is-active .accordion__toggle::before {
	display: none;
}
.accordion__body {
    display: none;
    padding: 10px;
    border: 0px;
    border-top: 0;
    background-color: #f5faff;
}
.accordion__body.is-active {
	display: block;
}
.accordion__body p {
    margin-bottom: 0px;
}
.faq-section-wrapper {
    display: flex;
    column-gap: 40px;
    max-width: 1544px;
    margin: 0px auto;
	align-items: center;
}
.faq-section-col1, .faq-section-col2 {
    width: 50%;
}

/* //footer top */
.footer-contact-wapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-contact-section {
  display: flex;
  justify-content: center;
  background-color: #f5efe8;
  padding: 40px 20px;
  text-align: center;
  flex-wrap: wrap;
  gap:10%;
  width:1200px;
  border-bottom: 1px solid rgba(56, 84, 105, 0.2);
}

.footer-box {
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 10px 0;
	text-align: left;
}

.footer-icon {
    width: 65px;
    height: 65px;
    line-height: 65px;
    text-align: center;
    position: relative;
    border: 2px dotted #F39F5F;
    border-radius: 50%;
	display: flex;
    justify-content: center;
    align-items: center;
}
.footer-image {
    display: flex;
}
.footer-image img {
  width: 30px;
  height: 30px;
}

.footer-text span {
  display: block;
  color: #555;
  font-size: 14px;
}

.footer-text strong {
    color: #385469;
    font-size: 17px;;
}


/*  footer */
.site-footer {
    background: #123458;
    margin-top: 0px;
	
	
}
.site-footer .widgets {
    padding: 40px 0px 20px 0px;
	    display: flex;
    justify-content: center;
	
}
.site-footer .widgets.widgets-4 .widget{
	width:20%;
}

.site-footer .widgets .widget{
	color:white;
}

.widgets.widgets-3 {
    display: flex;
/*     max-width: 1544px; */
    margin: 0px auto;
    padding: 40px 100px 120px;
    position: relative;
    z-index: 9;
}
.contact-info ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.contact-info li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 12px;
  color: #ffffff;
  font-size: 0.95rem;
}

.contact-info .icon img {
  width: 18px;
  height: 18px;
  display: inline-block;
  margin-top: 3px;
}

.contact-info a {
  color: #ffffff;
  text-decoration: none;
  word-break: break-word;
}

.contact-info a:hover {
  text-decoration: underline;
}

.site-footer .widgets.widgets-5 .widget{
	width:16%;
}

aside#nav_menu-2 {
    margin-left: 80px;
}


.footer-logo, .footer-col-content {
    margin-bottom: 20px;
/* width: 220px; */
}
.footer-col-content, .foo-location {
    color: #ffffff;
	 font-size: 16px;
	font-weight: 300;
}
ul.footer-social {
    display: flex;
    column-gap: 20px;
}
.footer-social img {
    width: 30px;
}
.footer-img{
	width:300px;
	    margin: 15px 0 0px;
}

.site-footer .widgets .widget .widget-title {
	color: #ffffff;
    font-size: 22px;
    font-weight: 600;
    text-transform: capitalize;
	font-weight: 500;
	    margin: 0;
}
.site-footer .widgets .widget a {
    color: #ffffff !important;
    font-size: 16px;
	font-weight: 300;
}
.site-footer .widget ul li {
    line-height: 35px;
    font-size: 16px;
	font-weight: 300;
}

.site-footer .widget ul li strong{
	font-weight: 400;
}

.foo-location {
    font-size: 16px;
}
.site-footer .bottom-bar {
    background: #042a59;
    color: #ffffff;
    padding: 10px 0;
 
}
.foo-call, .foo-location {
    margin-bottom: 15px;
}
.foo-call, .foo-location, .foo-email {
    position: relative;
    padding-left: 30px;
}
.foo-call:before, .foo-location:before, .foo-email:before {
    position: absolute;
    content: '';
   	left: 0;
    background-repeat: no-repeat;
    background-size: contain;
}
.foo-call:before {
   	background-image: url(/wp-content/uploads/2025/02/svgviewer-output-2.svg);
    top: 8px;
	width: 25px;
    height: 25px;
}
.foo-location:before {
	background-image: url(/wp-content/uploads/2025/02/svgviewer-output-1.svg);
    top: 0px;
    width: 34px;
    height: 33px;
}
.foo-email:before {
	background-image: url(/wp-content/uploads/2025/02/svgviewer-output.svg);
    top: 8px;
	width: 25px;
    height: 25px;
}
.site-footer .site-info {
/*    	border-top: 1px solid #4B3C63; */

	font-weight: 300;
}

@keyframes rounded {
50% {
    transform: rotate(20deg);
}
}
.frame-shape img {
     animation: 5s linear 0s infinite normal none running rounded;
	margin-top:-60px;
}

@keyframes floatUpDown {
  0%   { transform: translateY(0); }
  50%  { transform: translateY(-30px); }
  100% { transform: translateY(0); }
}

.zebra-shape.float-bob-y img {
  animation: floatUpDown 5s ease-in-out infinite;
}
.site-footer .bottom-bar a {
    color: white;
}

.site-footer .bottom-bar a:hover {
    color: white;
}
.contact-info ul li{
	font-size:14px !important;
}


@media (max-width:767px) {
	.corp-container {
    	max-width: 100%;
    	padding: 0px 20px;
	}
	#mobile-menu-button svg path {
    	fill: #fcb034;
	}
	#mobile-menu-button {
   		position: absolute;
    	right: 20px;
		top: 0px;
    }
	#mobile-navigation ul li a {
    	color: #0063CC !important;
		font-family: "Bai Jamjuree", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    }
	#mobile-navigation i.icon-angle-down {
		border: solid #0063CC;
		border-width: 0 3px 3px 0;
		display: inline-block;
		padding: 3px;
		transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
	}
	#mobile-navigation {
    	background: #F5FAFF;
    }
	body {
		font-size: 16px;
		line-height: 26px;
    }
	h1, .h1, h2, .h2 {
    	font-size: 28px !important;
    	line-height: 40px !important;
    }
	.section-top {
    	margin-top: 20px;
	}
	.site-branding {
    	max-width: 200px;
	}
	
	.animated-circles {
    display: none;
}
	.btn-primary{
		font-size:14px;
	}
	.btn{
		padding: 10px 15px 10px 15px;
	}
	
	.widgets.widgets-3, .home-our-services-sec-wrapper {
    	flex-direction: column;
	}
	.home-why-choose-us-section-wrapper, .faq-section-wrapper {
    	flex-direction: column-reverse;
	}
	.home-why-choose-us-section-col1, .home-why-choose-us-section-col2, .home-our-services-sec-items,
	.faq-section-col1, .faq-section-col2 {
    	width: 100%;
	}

	.home-why-choose-us-section-col2 ul li:before {
    	width: 20px;
    	height: 20px;
    }
	.home-why-choose-us-section-wrapper:before {
    	left: 0;
    	opacity: 0.4;
	}
	.home-our-services-sec-items {
    	margin: 0px;
    	margin-bottom: 15px;
	}
	.our-services-name {
        font-size: 20px !important;
    }
	.blogs-items-inner {
    	margin: 0px;
    }
	.accordion__header > * {
   		font-size: 16px !important;
		max-width: 90%;
        line-height: 30px !important;
    }
	.faq-section-col1 {
    	margin-top: 30px;
	}
	aside#nav_menu-2 {
    	margin-left: 0px;
	}
	.site-footer .widgets {
    	padding: 40px 0px 0px 0px;
		flex-direction:column;
	}
	.site-footer .widgets .widget a, .foo-location {
    	font-size: 16px;
	}
	aside#custom_html-7{
		margin-left:0px !important;
	}
	.company-logo img{
		width: 200px;
         /*height: 75px;*/
	}
}
@media (min-width: 1024px) and (max-width: 1540px) {
    header.site-header > .corp-container {
        padding-left: 25px !important;
        padding-right: 25px !important;
    }
}

@media (min-width:768px) and (max-width:1024px) {
    .corp-container {
    	max-width: 100%;
    	padding: 0px 20px;
    }
    h1, .h1 {
        font-size: 35px;
        line-height: 45px;
    }
    h2, .h2 {
        font-size: 30px;
        line-height: 40px;
    }
    .banner-email:before { display:none; }
    .widgets.widgets-3 { flex-direction: column; }
    .home-why-choose-us-section-wrapper, .faq-section-wrapper { flex-direction: column-reverse; }
    .home-why-choose-us-section-col2, .faq-section-col1, .faq-section-col2 { width: 100%; }
    .home-why-choose-us-section-col1 { display:none; }
    .home-why-choose-us-section-wrapper:before { left: 0; opacity: 0.4; }
    .home-our-services-sec-wrapper { justify-content: space-evenly; }
    .home-our-services-sec-items { width: 100%; }
    .our-services-name { font-size: 20px; }
    .faq-section-col1 { margin-top: 30px; }
    aside#nav_menu-2 { margin-left: 0px; }
    .site-footer .widgets .widget { margin-bottom: 3%; }
    .site-footer .bottom-bar { padding: 0px 0px 20px 0px; }
}

@media (max-width:1280px) {
	h1, .h1 {
    	font-size: 40px;
    	line-height: 60px;
	}
	h2, .h2 {
    	font-size: 32px;
    	line-height: 50px;
    }
	.main-navigation ul li {
    	margin: 0 30px -10px 0;
    }

	.our-services-name {
    	font-size: 16px;
    }
	.achievements-container{
		flex-wrap:wrap !important;
	}
}

@media (max-width:1370px){

	.about-us-right .title{
		font-size:28px;
	}
	.why-left h2{
		font-size:28px;
	}
	.category-heading h2{
		font-size:28px;
	}
	.box p{
		font-size:14px;
	}
	.box h4{
		font-size:18px;
	}
	.pattern-layer-one{
		right:2%;
	}
	.fixed-whatsapp{
		bottom:15%;
	}
}


@media (max-width:1580px){
	.achievements-container{
		flex-wrap:nowrap;
	}
	.achievements_description p{
		width:90% !important;
	}
	
}

@media (min-width:1600px) {
	h1, .h1 {
		font-size:50px;
		line-height:80px;
	}
	.main-navigation ul li {
    	margin: 0 25px -10px 0;
    }

	.our-services-name {
    	font-size: 24px; 
		text-align:center;
    }
	.corp-container-fluid{
		max-width:100% !important;
	}
}


/* home four block section */

.home-four-block-section-wrapper {
    display: flex;
    column-gap: 50px;
    background-color: #ebfaf7;
    padding: 50px 40px;
	justify-content:center;
}

.home-left-right-category-section-wrapper img{
    max-width: 60%;
}
.home-four-block-section-item {
    width: 25%;
    display: flex;
    column-gap: 30px;
    align-items: center;
}
.home-four-block-section-item-col1 img {
    width: 80px;
    height: 80px;
	display: block;
}
.home-four-block-section-item-col2 h5 {
    margin-bottom: 0px;
	margin-top:0px;
	font-weight: 600;
}
.home-four-block-section-item-col2 p {
    margin-bottom: 0px;
}
.home-four-block-section-item img {
    transition: transform 0.4s ease;
}
.home-four-block-section-item:hover img {
    animation: tada 0.8s ease-out;
}
@keyframes tada {
    0% {
        transform: scale(1);
    }
    10% {
        transform: scale(1.1) rotate(3deg);
    }
    20% {
        transform: scale(0.9) rotate(-3deg);
    }
    30% {
        transform: scale(1.1) rotate(3deg);
    }
    40% {
        transform: scale(1) rotate(-3deg);
    }
    50% {
        transform: scale(1.1);
    }
    60% {
        transform: scale(1) rotate(3deg);
    }
    70% {
        transform: scale(1.1);
    }
    80% {
        transform: scale(1);
    }
    100% {
        transform: scale(1);
    }
}



@media (max-width: 1024px) {
    .home-four-block-section-wrapper {
        text-align:left;
        justify-content: center;
        padding: 40px 30px;
    }

    .home-four-block-section-item {
        width: 60%; 
        margin-bottom: 20px;
        justify-content: center;
    }

    .home-four-block-section-item-col1 img {
        width: 70px;
        height: 70px;
    }

    .home-four-block-section-item-col2 h5 {
        font-size: 16px;
    }

    .home-four-block-section-item-col2 p {
        font-size: 13px;
    }
}


@media (max-width: 768px) {
    .home-four-block-section-wrapper {
        flex-direction: column;
        align-items: center;
        padding: 30px 20px;
    }

    .home-four-block-section-item {
        width: 100%; 
        text-align: center;
        flex-direction: column;
        gap: 10px;
    }

    .home-four-block-section-item-col1 img {
        width: 60px;
        height: 60px;
    }

    .home-four-block-section-item-col2 h5 {
        font-size: 15px;
    }

    .home-four-block-section-item-col2 p {
        font-size: 12px;
    }
}
@media (max-width:768px){
		.second-logo{
		display:none !important;
	}
	.site-header .site-branding img {
		width:160px !important;
	}

}

@media (max-width: 480px) {



    .home-four-block-section-wrapper {
        padding: 20px 10px;
    }

    .home-four-block-section-item {
        padding: 15px;
    }

    .home-four-block-section-item-col1 img {
        width: 50px;
        height: 50px;
    }

    .home-four-block-section-item-col2 h5 {
        font-size: 14px;
    }

    .home-four-block-section-item-col2 p {
        font-size: 12px;
    }
	.second-logo{
		display:none !important;
	}
	.site-header .site-branding img {
		width:170px !important;
        padding-top: 3%;
	}
	.achievements_description p{
		font-size:12px;
	}
	.frame-shape{
		display:none;
	}
	.zebra-shape.float-bob-y{
		display:none;
	}
}
#scroll-to-top{
	bottom:10%;
}

@media (max-width: 1370px) {

	.company-grid{
		width:100%;
	}
	.delivering-grid{
		grid-template-columns: repeat(3, 1fr);
	}
	.delivering-desc {
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 30px;
    font-weight: 400;
}
	.build-smarter-wrapper{
		width:100% !important;
	}
	.content-wrapper h1{
		    font-size: 26px;
		    line-height: 40px;
	}
	.content-wrapper .description{
		 font-size:14px;
	}
	.technology-title {
        font-size: 32px;
	}
	aside#nav_menu-2{
		margin-left:20px;
	}
	.site-footer .widget ul li{
		font-size:14px;
	}
}

/* ul#mega-menu-menu-1 > li > ul {
    background: #123458  !important;
    width: 1920px !important;
    position: absolute !important;
    top: 65px !important;
    left: -81% !important;
    height: 350px !important;
} */

/* ========== Global ========== */
body {
  margin: 0;
  overflow-x: hidden;
  font-family: "Bai Jamjuree";
}

/*!* ========== Banner Slider Container ========== *!*/
.banner-slider {
  position: relative;
  width: 100%;
  height: 825px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  z-index: 1;
  background-image: url("/wp-content/uploads/2025/07/main-new-banner.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* Static Layer using ::before */
.banner-slider::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("/wp-content/uploads/2025/07/bg-layer1.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
  pointer-events: none;
}

/* Animated Layer using ::after */
.banner-slider::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("/wp-content/uploads/2025/07/bg-layer2.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  animation: shakeLayer 15s ease-in-out infinite;
  z-index: -1; /* Move animated layer behind text */
  pointer-events: none;
}



/* Shake animation for after layer */
@keyframes shakeLayer {
  0%, 100% { transform: translate(0, 0); }
  20% { transform: translate(-20px, -10px); }
  40% { transform: translate(20px, 10px); }
  60% { transform: translate(-20px, 10px); }
  80% { transform: translate(20px, -10px); }
}

.banner-slider::before,
.banner-slider::after {
  opacity: 0;
  transition: opacity 1s ease;
}

.banner-slider.fade-bg::before,
.banner-slider.fade-bg::after {
  opacity: 1;
}

/* ========== Individual Slide ========== */
.banner-slide {
  position: relative;
  width: 100%;
  height: 825px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

/* ========== Content ========== */
.banner-content {
   text-align: center;
    max-width: 900px;
    position: relative;
    z-index: 100 !important; /* Ensure text is above circles */
    margin-bottom: 13%;
    opacity: 1;
    transition: opacity 0.5s ease, transform 0.5s ease;
}

/* Additional specificity to ensure banner content is above circles */
.slide-2 .banner-content {
    z-index: 1000 !important;
    position: relative;
    background: transparent; /* Ensure it has a stacking context */
    isolation: isolate; /* Create new stacking context */
}

.banner-content h1, h2 {
    font-family: "Bai Jamjuree", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 40px;
    font-weight: 300;
    color: rgb(88, 70, 140);
    letter-spacing: 0px;
    line-height: 50px;
    padding-bottom: 3%;
    margin: 0;
}
.video-title{
    color: white;
}

.banner-content p {
    font-family: "Bai Jamjuree";
    font-size: 22px;
    font-weight: 300;
    color: rgb(113, 108, 128);
    text-transform: none;
    text-decoration: none;
    letter-spacing: 0px;
    line-height: 33px;
    text-align: center;
    margin-top: 10px;
}

/* Buttons */
.btn {
    display: inline-block;
    padding: 10px 25px;
    margin: 10px;
    border-radius: 30px;
    color: white;
    font-weight: 400;
    text-decoration: none;
    transition: background 0.3s ease;
    font-size: 15px;
}
.read {
  background-color: #ff6f61;
}
.contact {
  background-color: #5a6dfd;
}

@media (max-width: 767px) {
    /* Hide slider completely on mobile for performance */
    .banner-slider,
    .banner-slide {
        display: none !important;
    }
    
    /* Ensure mobile banner is the only visible banner element */
    .mobile-static-banner {
        display: block !important;
        position: relative !important;
        z-index: 1 !important; /* Reduced from 1000 to ensure it stays below header (z-index: 999) and mobile navigation (z-index: 10) */
    }
    
    /* Ensure mobile banner stays below mobile navigation when open */
    #mobile-navigation {
        z-index: 10 !important; /* Ensure mobile navigation stays above banner */
    }
    
    /* Prevent any desktop banner styles from affecting mobile */
    .banner-slider,
    .banner-slide,
    .layer-left,
    .layer-right,
    .layer-center,
    .banner-content {
        display: none !important;
        visibility: hidden !important;
        opacity: 0 !important;
        height: 0 !important;
        width: 0 !important;
        overflow: hidden !important;
    }

    .banner-slider::before,
    .banner-slider::after {
        background-size: cover;
        background-position: center;
    }

    .banner-content {
        max-width: 95vw;
        margin-bottom: 8%;
        padding: 0 10px;
    }

    .banner-content h1 {
        font-size: 22px !important;
        line-height: 30px !important;
        margin-bottom: 8px;
    }

    .banner-content p {
        font-size: 13px !important;
        line-height: 20px !important;
        margin-top: 6px;
    }

    .btn {
        font-size: 12px !important;
        padding: 7px 14px !important;
        margin: 6px 4px !important;
        border-radius: 20px !important;
    }
}

/* ========== Layer Styling ========== */
.layer-left,
.layer-right,
.layer-center {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  z-index: 1;
  transition: transform 1s ease, opacity 1s ease;
}

/* Offscreen Start States */
.layer-left.start {
  transform: translateX(-100%);
  opacity: 0;
}
.layer-right.start {
  transform: translateX(100%);
  opacity: 0;
}
.layer-center.start {
  transform: scale(0.5);
  opacity: 0;
}

/* Animated Entry States */
.layer-left.animate {
  transform: translateX(0);
  opacity: 1;
  transition-delay: 0.1s;
}
.layer-right.animate {
  transform: translateX(0);
  opacity: 1;
  transition-delay: 0.3s;
}
.layer-center.animate {
  transform: scale(1);
  opacity: 1;
  transition-delay: 0.6s;
}

/* Optional for smoother transitions */
.slick-active .banner-content {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

@keyframes float {
  0%, 100% { transform: translateY(0px); }
  50% { transform: translateY(-20px); }
}
/* Slide 1 images */
.slide-1 .layer-left {
  background-image: url("/wp-content/uploads/2025/07/left-image-2.png");
}
.slide-1 .layer-right {
  background-image: url("/wp-content/uploads/2025/07/right-image-2.png");
}
.slide-1 .layer-center {
  background-image: url("/wp-content/uploads/2025/07/b1-bag-settiing.png");
}

/* Slide 2 images */
.slide-2 .layer-left {
  background-image: url("/wp-content/uploads/2025/07/b2-left-image.png");
}
.slide-2 .layer-right {
  background-image: url("/wp-content/uploads/2025/07/b2-right-image.png");
}
.slide-2 .layer-center {
  background-image: url("/wp-content/uploads/2025/07/b2-center-image.png");
}

/* Slide 3 images */
.slide-3 .layer-left {
  background-image: url("/wp-content/uploads/2025/07/b3-left-image.png");
}
.slide-3 .layer-right {
  background-image: url("/wp-content/uploads/2025/07/b3-right-image.png");
}
.slide-3 .layer-center {
  background-image: url("/wp-content/uploads/2025/07/b3-center-image.png");
}

/* Common circle base */
.slide-2 .circle {
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  /* opacity: 0; */
  z-index: 1;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  transition: transform 1s ease, opacity 1s ease;
}

/* Initial state: hidden and translated left */
.slide-2 .circle.start {
  transform: translateX(-100%) rotate(0deg);
  opacity: 0;
}

/* Animate state: visible and placed at final position */
.slide-2 .circle.animate {
  transform: translateX(0) rotate(0deg); /* initial position for rotation */
  opacity: 0.6;
}

.slide-2 .circle1 {
    width: 260px;
    height: 240px;
    background-image: url("/wp-content/uploads/2025/07/circle-1.png");
    top: 58%;
    left: 25%;
    animation-name: spin1;
    animation-duration: 20s;
}

.slide-2 .circle2 {
    width: 200px;
    height: 150px;
    background-image: url("/wp-content/uploads/2025/07/circle-2.png");
    top: 53%;
    left: 39%;
    animation-name: spin2;
    animation-duration: 10s;
}

.slide-2 .circle3 {
    width: 100px;
    height: 100px;
    background-image: url("/wp-content/uploads/2025/07/circle-3.png");
    top: 37%;
    left: 21%;
    animation-name: spin3;
    animation-duration: 15s;
}

/* Rotate using keyframes that do not touch translate */
@keyframes spin1 {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}
@keyframes spin2 {
  from { transform: rotate(0deg); }
  to { transform: rotate(-360deg); }
}
@keyframes spin3 {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}


/* Shake animation for layer-left */
@keyframes shakeLeft {
  0%   { transform: translate(0, 0); }
  20%  { transform: translate(-5px, 2px); }
  40%  { transform: translate(5px, -2px); }
  60%  { transform: translate(-5px, -1px); }
  80%  { transform: translate(5px, 1px); }
  100% { transform: translate(0, 0); }
}

.layer-left.animate.shake-left {
  animation: shakeLeft 2.5s ease-in-out infinite;
}



/* ========== RESPONSIVE ========== */

/* 1370px and below */
@media screen and (max-width: 1370px) {
  .banner-content h1 {
    font-size: 48px;
    line-height: 58px;
  }
  .banner-content p {
    font-size: 16px;
  }

  .slide-2 .circle1 {
    width: 220px;
    height: 200px;
    top: 58%;
    left: 22%;
  }

  .slide-2 .circle2 {
    width: 160px;
    height: 130px;
    top: 53%;
    left: 38%;
  }

  .slide-2 .circle3 {
    width: 80px;
    height: 80px;
    top: 37%;
    left: 20%;
  }
}

/* 1024px and below */
@media screen and (max-width: 1024px) {
  .banner-content h1 {
    font-size: 42px;
    line-height: 52px;
  }

  .banner-content p {
    font-size: 15px;
  }

  .btn {
    padding: 8px 20px;
    font-size: 14px;
  }

  .slide-2 .circle1 {
    width: 180px;
    height: 160px;
    top: 60%;
    left: 20%;
  }

  .slide-2 .circle2 {
    width: 130px;
    height: 110px;
    top: 55%;
    left: 35%;
  }

  .slide-2 .circle3 {
    width: 70px;
    height: 70px;
    top: 35%;
    left: 22%;
  }
}

/* 768px and below */
@media screen and (max-width: 768px) {
  .banner-content {
    padding: 0 20px;
    margin-bottom: 18%;
  }

  .banner-content h1 {
    font-size: 34px;
    line-height: 42px;
  }

  .banner-content p {
    font-size: 14px;
  }

  .btn {
    padding: 8px 18px;
    margin: 6px;
    font-size: 13px;
  }

  .slide-2 .circle1 {
    width: 140px;
    height: 130px;
    top: 60%;
    left: 18%;
  }

  .slide-2 .circle2 {
    width: 110px;
    height: 100px;
    top: 50%;
    left: 32%;
  }

  .slide-2 .circle3 {
    width: 60px;
    height: 60px;
    top: 34%;
    left: 20%;
  }
}

/* 480px and below */
@media screen and (max-width: 480px) {
  .banner-content {
    padding: 0 15px;
    margin-bottom: 20%;
  }

  .banner-content h1 {
    font-size: 26px;
    line-height: 34px;
  }

  .banner-content p {
    font-size: 13px;
  }

  .btn {
    padding: 6px 14px;
    margin: 4px;
    font-size: 12px;
  }

  .slide-2 .circle1 {
    width: 100px;
    height: 90px;
    top: 62%;
    left: 15%;
  }

  .slide-2 .circle2 {
    width: 80px;
    height: 70px;
    top: 52%;
    left: 28%;
  }

  .slide-2 .circle3 {
    width: 50px;
    height: 50px;
    top: 30%;
    left: 20%;
  }
}



/* footer top form section  */

.footer-top-section {
  padding: 80px 20px;
  background-color: #fff;
  color: #58468c;
}

.footer-top-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: center;
    align-items: flex-start;
    width: 80%;
    margin: auto;
}

/* === Left Form === */
.footer-form {
  flex: 1 1 45%;
  min-width: 320px;
}

.footer-form h2 {
    font-size: 45px;
    line-height: 55px;
    font-style: normal;
    font-weight: 300;
    text-transform: capitalize;
    color: #58468c;
}

.footer-form p {
  font-size: 16px;
  color: #716c80;
  margin-bottom: 25px;
}

/* === Contact Form 7 Styling === */
.footer-form .wpcf7-form input[type="text"],
.footer-form .wpcf7-form input[type="email"],
.footer-form .wpcf7-form .footer-form-row input[type="tel"],
.footer-form .wpcf7-form textarea {
  width: 100%;
  padding: 14px 18px;
  background: #f5f6ff;
  border: none;
  border-radius: 10px;
  font-size: 14px;
  margin-bottom: 18px;
  color: #333;
  box-sizing: border-box;
}

.footer-form .wpcf7-form .footer-form-row {
  display: flex;
  gap: 20px;
}
.wpcf7-form-control-wrap {
    position: relative;
    width: 100%;
}

.footer-form .wpcf7-form .footer-form-row input {
  flex: 1;
}

.footer-form .wpcf7-form textarea {
  resize: none;
  min-height: 130px;
}

.footer-form .wpcf7-form input[type="submit"] {
  background-color: #ff7e6d;
  color: #fff;
  font-weight: 600;
  border: none;
  border-radius: 30px;
  padding: 12px 40px;
  text-transform: uppercase;
  cursor: pointer;
  font-size: 14px;
  transition: background 0.3s ease;
}

.footer-form .wpcf7-form input[type="submit"]:hover {
  background-color: #e06356;
}

/* === Right Info === */
.footer-info {
  flex: 1 1 45%;
  min-width: 300px;
}

.footer-info h2 {
    font-size: 45px;
    line-height: 55px;
    font-style: normal;
    font-weight: 300;
    text-transform: capitalize;
    color: #58468c;
}

.footer-info p {
    color: #888;
    font-size: 15px;
    line-height: 1.7;
    /* margin-bottom: 30px; */
    margin: 0;
    text-align: left;
    font-weight: 500;
}

.info-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}

.info-box h4 {
  font-size: 22px;
  font-weight: 500;
  text-transform: uppercase;
  color: #58468c;
  margin-bottom: 6px;
}

.info-box p {
  font-size: 14px;
  color: #777;
  margin: 0;
}

/* === Responsive Styles === */
@media (max-width: 1024px) {
  .footer-top-wrapper {
    flex-direction: column;
  }

  .footer-form, .footer-info {
    flex: 1 1 100%;
  }

  .info-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .footer-form h2 {
    font-size: 28px;
    text-align: center;
  }

  .footer-info h2 {
    text-align: center;
  }

  .info-grid {
    grid-template-columns: 1fr;
    text-align: center;
	  gap:0px !important;
  }
}

@media (max-width: 480px) {
	.footer-top-section{
		padding:30px 20px;
	}
  .footer-form .wpcf7-form .footer-form-row {
    flex-direction: column;
  }

  .footer-form .wpcf7-form input,
  .footer-form .wpcf7-form textarea {
    font-size: 13px;
  }

  .footer-form .wpcf7-form input[type="submit"] {
    width: 100%;
    padding: 12px 0;
  }

  .info-box h4 {
    font-size: 14px;
  }

  .info-box p {
    font-size: 13px;
	  text-align:center;
  }
	.company-we-work-section{
		padding:0px;
	}
	.footer-top-wrapper{
		width:100% !important;
	}
}

@media (min-width: 1921px) and (max-width: 3000px) {
	.image-animate-wrapper {
		justify-content: center !important;
	}
	.video-wrapper {
		height: 710px !important;
	}
	.content-wrapper {
		max-width: 50% !important;
	}
	.footer-top-wrapper {
		width: 68% !important;
	}
	.img-pop-up {
		right: 26px !important;
	}
	.banner-slider {
		height: 80vh !important;
	}
	.banner-slide {
		height: 80vh !important;
	}
}


.yellow-menu >a{
	color:#fe9e06 !important;
}


/* my changes */

.delivering-wrapper {
    display: flex !important;
    align-items: stretch !important;
    width: 90% !important; /* or 100% as needed */
    margin: auto;
}

.delivering-left {
    flex: 1.2 1 0 !important;   /* 1.2 part of the total width */
    min-width: 0 !important;
    align-self: stretch !important;
    /* No height set here! */
    box-sizing: border-box;
}

.delivering-right {
    flex: 2 1 0 !important;     /* 2 parts of the total width */
    min-width: 0 !important;
    align-self: stretch !important;
    /* No height set here! */
    box-sizing: border-box;
}

/* First Image (Mobile Mockup) */
.img-slide-left {
/*   width: 100%; */
        max-width: 100%;
        height: auto;
  opacity: 0;
  transform: translateX(-80px);
  transition: all 1s ease-out;
}

/*!* ===== MOBILE STATIC BANNER ===== *!*/
/*.mobile-static-banner {*/
/*  display: none; !* Hidden by default on desktop *!*/
/*  position: relative;*/
/*  width: 100%;*/
/*  height: 700px;*/
/*  margin: 0;*/
/*  !* background-image: url('https://staging.lokudigital.com/wp-content/uploads/2025/08/Collaborative-Puzzle-Connection-1.png'); *!*/
/*  background-size: cover;*/
/*  background-position: center;*/
/*  background-repeat: no-repeat;*/
/*  overflow: hidden;*/
/*  !* Performance optimizations *!*/
/*  contain: layout style paint; !* CSS containment for better performance *!*/
/*  will-change: transform; !* Optimize for GPU acceleration *!*/
/*  transform: translateZ(0); !* Force GPU layer *!*/
/*}*/

/*.mobile-banner-bg {*/
/*  position: absolute;*/
/*  top: 20%;*/
/*  left: 0;*/
/*  width: 100%;*/
/*  height: 80%;*/
/*  !* background-image: url('https://staging.lokudigital.com/wp-content/uploads/2025/06/home-1-phone-11.png'); *!*/
/*  background-size: contain;*/
/*  background-position: center;*/
/*  background-repeat: no-repeat;*/
/*  z-index: 1;*/
/*  will-change: transform; !* Optimize for GPU acceleration *!*/
/*  transform: translateZ(0); !* Force GPU layer for better performance *!*/
/*}*/

/*.mobile-banner-content {*/
/*  position: relative;*/
/*  z-index: 2;*/
/*  height: 100%;*/
/*  display: flex;*/
/*  flex-direction: column;*/
/*  !*justify-content: center;*!*/
/*  align-items: center;*/
/*  text-align: center;*/
/*  padding: 20px;*/
/*    margin-top: 10%;*/
/*}*/

/*.mobile-banner-content h1 {*/
/*  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;*/
/*  font-size: 32px;*/
/*  font-weight: 400;*/
/*  color: rgb(88, 70, 140);*/
/*  letter-spacing: 0px;*/
/*  line-height: 40px;*/
/*  margin: 0 0 15px 0;*/
/*}*/

/*.mobile-banner-content p {*/
/*  font-family: "Bai Jamjuree";*/
/*  font-size: 16px;*/
/*  font-weight: 300;*/
/*  color: rgb(113, 108, 128);*/
/*  text-transform: none;*/
/*  text-decoration: none;*/
/*  letter-spacing: 0px;*/
/*  line-height: 24px;*/
/*  text-align: center;*/
/*  margin: 0 0 25px 0;*/
/*}*/

/*.mobile-banner-buttons {*/
/*  display: flex;*/
/*  flex-direction: row;*/
/*  gap: 10px;*/
/*  align-items: center;*/
/*}*/

/*.mobile-banner-buttons .btn {*/
/*  min-width: 140px;*/
/*  text-align: center;*/
/*}*/

/*!* Mobile-first responsive design *!*/
/*@media (max-width: 767px) {*/
/*  .mobile-static-banner {*/
/*    display: block; !* Show on mobile *!*/
/*  }*/
/*  */
/*  .banner-slider {*/
/*    display: none !important; !* Hide slider on mobile *!*/
/*  }*/
/*  */
/*  !* Ensure no other background images are rendered on mobile *!*/
/*  .banner-slider,*/
/*  .banner-slide,*/
/*  .layer-left,*/
/*  .layer-right,*/
/*  .layer-center {*/
/*    background-image: none !important;*/
/*  }*/
/*  */
/*  !* Hide all slider-related elements completely *!*/
/*  .banner-slider * {*/
/*    display: none !important;*/
/*  }*/
/*  */
/*  !* Adjust mobile banner size for smaller screens - LCP OPTIMIZATION *!*/
/*  .mobile-static-banner {*/
/*    height: 700px;*/
/*  }*/
/*  */
/*  .mobile-banner-content h1 {*/
/*    font-size: 28px;*/
/*    line-height: 36px;*/
/*  }*/
/*  */
/*  .mobile-banner-content p {*/
/*    font-size: 14px;*/
/*    line-height: 20px;*/
/*  }*/
/*}*/

/*@media (max-width: 480px) {*/
/*  .mobile-static-banner {*/
/*    height: 700px;*/
/*    width: 100%;*/
/*  }*/
/*  */
/*  .mobile-banner-content h1 {*/
/*    font-size: 24px;*/
/*    line-height: 32px;*/
/*  }*/
/*  */
/*  .mobile-banner-content p {*/
/*    font-size: 13px;*/
/*    line-height: 18px;*/
/*  }*/
/*  */
/*  .mobile-banner-buttons .btn {*/
/*    min-width: 120px;*/
/*    font-size: 14px;*/
/*    padding: 8px 16px;*/
/*  }*/
/*}*/

/* ===== Modal (Contact) ===== */
.modal {
	position: fixed;
	inset: 0;
	display: none;
	align-items: center;
	justify-content: center;
	z-index: 10000;
	padding: 20px; /* allow some breathing room on small screens */
}

.modal--open {
	display: flex !important; /* override any inline block from JS */
}

.modal__overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.5);
}

.modal__dialog {
	position: relative;
	background: #ffffff;
	width: 100%;
	max-width: 720px;
	max-height: 90vh;
	overflow: auto;
	border-radius: 10px;
	padding: 24px;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
}

.modal__title {
	margin: 0 0 12px 0;
	color: #333333;
    text-align: center;
    width: 100%;
}

.modal__close {
	position: absolute;
	top: 10px;
	right: 12px;
	border: 0;
	background: transparent;
	color: #333333;
	font-size: 24px;
	line-height: 1;
	cursor: pointer;
}

body.no-scroll {
	overflow: hidden;
}

/* Center the form within the modal */
.modal .wpcf7-form {
    max-width: 560px;
    margin: 0 auto; /* center horizontally */
}

.modal .wpcf7-form .wpcf7-form-control-wrap {
    width: 100%;
    display: block;
}

.modal .wpcf7-form input[type="text"],
.modal .wpcf7-form input[type="email"],
.modal .wpcf7-form input[type="tel"],
.modal .wpcf7-form textarea,
.modal .wpcf7-form select {
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.modal .wpcf7-form input[type="submit"] {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
}

/* Hide CF7 default tips/messages inside modal */
.modal .wpcf7-not-valid-tip,
.modal .wpcf7-response-output {
	display: none !important;
}

/* Invalid field styling and shake animation */
.modal input.wpcf7-not-valid,
.modal textarea.wpcf7-not-valid,
.modal select.wpcf7-not-valid,
.modal input.field-error,
.modal textarea.field-error,
.modal select.field-error {
	border: 2px solid #e74c3c !important;
	outline: none;
	box-shadow: none;
}

@keyframes modal-shake {
	0%, 100% { transform: translateX(0); }
	20% { transform: translateX(-6px); }
	40% { transform: translateX(6px); }
	60% { transform: translateX(-4px); }
	80% { transform: translateX(4px); }
}

.modal .field-shake {
	animation: modal-shake 0.3s ease-in-out;
}

