@font-face {
    font-family: 'Unbounded';
    src: url('../fonts/unbounded-ba48510e.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
     font-display: swap;
}

@font-face {
    font-family: 'spacegrotesk';
    src: url('../fonts/spacegrotesk-32ad369a.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
     font-display: swap;
}

body {
    background: #fafafa;
    font-family: "Poppins", serif;
    font-optical-sizing: auto;
    overflow-x: hidden;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

ul,
li,
ol {
    list-style: none;
}

a {
    text-decoration: none;
    font-family: inherit;
    font-weight: 500;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-family: 'Unbounded', sans-serif !important;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
    text-transform: capitalize;
}

p {
    font-family: "spacegrotesk";
    line-height: 1.4rem;
    font-size: 16px;
    letter-spacing: 0.5px;
}

a {
    font-family: "spacegrotesk";
    font-size: 17px;
}

.banner_bg h2 b {
    position: relative;
    color: #39a79c;
}

h1 {
    font-size: 30px;
    position: relative;
    z-index: 1;
    font-family: "Arimo";
    color: #fff;
}

h2 {
    font-size: 30px;
    position: relative;
    display: inline-block;
    color: #39a79c !important;
    z-index: 1;
}

h3 {
    font-size: 22px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 21px;
    color: #000000;
    position: relative;
    padding-left: 32px;
    display: inline-block;
    letter-spacing: 1px;
}

h6::after {
    position: absolute;
    top: 8px;
    left: 0;
    width: 26px;
    height: 7px;
    content: "";
    background-color: #39a79c;
}

h6::before {
    position: absolute;
    top: 8px;
    left: -2px;
    width: 16px;
    height: 7px;
    content: "";
    background-color: rgb(29, 39, 46);
    z-index: 1;
}

.umiko-btn a {
  padding: 1rem 2.5rem;
  color: #fff !important;
  border-radius: 2rem;
  background: linear-gradient(95deg, #01c3c1 0%, #39A79C 100%);
  border: none;
  font-family: "spacegrotesk";
  font-size: 18px;
  text-transform: capitalize;
  display: inline-block;
  position: relative;
  overflow: hidden;
  transition: 0.35s ease;
}


.umiko-btn a:hover {
  background: linear-gradient(95deg, #39A79C 0%, #01c3c1 100%);
  box-shadow: 0px 8px 18px rgba(1, 195, 193, 0.35);
  color: #fff;
}

.umiko-btn a::after {
  content: "";
  position: absolute;
  top: 0;
  left: -120%;
  width: 50%;
  height: 100%;
  background: rgba(255, 255, 255, 0.25);
  transform: skewX(-20deg);
  transition: 0.5s ease;
}

.umiko-btn a:hover::after {
  left: 120%;
}


.black-btn {
    padding: 1rem 2.5rem;
    color: #fff;
    border-radius: 3rem;
    background: linear-gradient(95deg, #000000 0%, #1a1a1a 100%);
    border: none;
}

.small-h-text {
    font-size: 22px;
    font-weight: 800;
    color: #39a79c;
    letter-spacing: 1px;
    text-transform: uppercase;
}

/* img animation ============ */

.overlay-anim::before {
    background: rgba(255, 255, 255, 0.3);
    content: "";
    border-radius: 11px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    opacity: 1;
    z-index: 9;
    pointer-events: none;
}

.overlay-anim:hover::before {
    height: 100%;
    opacity: 0;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}

/* img animation ================ */

/*===== loader start============= */

.loader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-image: url("../img/logo.png");
    background: linear-gradient(to left, #19191f, #101014);
    display: flex;
    align-items: center;
    justify-content: center;
}

.loader img {
    pointer-events: none;
    animation: preLogoMovAnim 2s infinite;

    position: relative;
}

.hamburger {
  width: 32px;
  height: 18px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  border: none;
}

.hamburger,
.hamburger:focus,
.hamburger:active {
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
}

.hamburger span {
  display: block;
  background: #fff;
  height: 2.5px;
  border-radius: 3px;
  transition: 0.3s ease;
}

.hamburger span:nth-child(1),
.hamburger span:nth-child(3) {
  width: 60%;
}
.hamburger span:nth-child(2) {
  width: 100%;
}

.hamburger span:nth-child(1) { align-self: flex-end; }
.hamburger span:nth-child(3) { align-self: flex-start; }

.hamburger:hover span:nth-child(1),
.hamburger:hover span:nth-child(3) {
  width: 70%;
}
.hamburger:hover span:nth-child(2) {
  transform: scaleX(1.1);
}


@keyframes preLogoMovAnim {
    0% {
        transform: scale(1);
        transition: 0.3s;
    }

    50% {
        transform: scale(1.1);
        transition: 0.3s;
    }

    100% {
        transform: scale(1);
        transition: 0.3s;
    }
}

/* ============== loader end ====   */

/* cursur pointer style */

.cursor {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    border: 1px solid #39a79c;
    transition: all 200ms ease-out;
    position: fixed;
    pointer-events: none;
    left: 0;
    top: 0;
    transform: translate(calc(-50% + 15px), -50%);
    z-index: 999;
}

.cursor2 {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #39a79c;
    opacity: 1;
    position: fixed;
    transform: translate(-50%, -50%);
    pointer-events: none;
    transition: width 0.3s, height 0.3s, opacity 0.3s;
    z-index: 999;
}

.hover {
    background-color: #39a79c;
    opacity: 0.6;
}

.cursorinnerhover {
    width: 50px;
    height: 50px;
    opacity: 0.5;
}

/* Back to top button */

.go-top {
    position: fixed;
    bottom: 9%;
    right: 3%;
    padding: 20px;
    display: none;
    cursor: pointer;
    -webkit-font-smoothing: antialiased;
    z-index: 991;
}

.go-top:after {
    font-family: FontAwesome;
    content: "\f062";
    padding: 13px 15px;
    color: #fff;
    position: absolute;
    bottom: 10px;
    font-size: 16px;
    background: #39a79c;
    -webkit-animation: spineer 2s infinite;
    animation: spineer 2s infinite;
    border-radius: 50pc;
    left: 0;
}

.go-top-text {
    position: absolute;
    width: 60px;
    text-align: center;
    font-family: "Questrial";
    line-height: 1.5;
    letter-spacing: 3px;
    font-size: 12px;
    margin: 20px 0 0 -4px;
}

/* Back to top button */

/* ============= btan ============ */

.btan {
    position: relative;
    padding: 9px 12px;

    color: #fff;
    letter-spacing: 1.2px;
    border-radius: 4px;
    z-index: 1;
}

.btan::after {
    position: absolute;
    background-color: #09484f;
    left: 50%;
    right: 50%;
    width: 0;
    top: 0;
    height: 100%;
    content: "";
    z-index: -1;
    transition: 0.3s;
}

.btan:hover:after {
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    transition: 0.3s;
}

/* STICKY STYLES
    –––––––––––––––––––––––––––––––––––––––––––––––––– */
.navbar {
  padding:10px 40px;
  border-bottom:1px solid #eee;
  background:linear-gradient(135deg, #1D272E 0%, #106E74 100%);
  backdrop-filter:blur(6px);
}
.navbar .contact-btn {
  border:2px solid #ffffff;
  background:transparent;
  padding:8px 28px;
  font-size:16px;
  border-radius:25px;
  color:#ffffff;
    font-family: "spacegrotesk";
  transition:all 0.3s ease;
}
.contact-btn:hover {
  background:#fff;
  color:#106E74;
}

/* OFFCANVAS RIGHT */
.offcanvas-custom {
  width:100% !important;
  min-height:100vh !important;

      background-image: url(../img/about-banner_bg.webp);
  padding:15px 40px;
  overflow-y:auto;
  transition:all 0.4s ease;
      font-family: "spacegrotesk";
}

/* Desktop 35% width */
@media (min-width:992px) {
  .offcanvas-custom {
    width:30% !important;
    border-left:1px solid rgba(0,0,0,0.1);
  }
}

.offcanvas-header .btn-close-custom {
  font-size:2rem;
  background:none;
  border:none;
  cursor:pointer;
  transition:0.3s;
}
.offcanvas-header .btn-close-custom:hover {
  transform:rotate(90deg);
}

/* MENU */
.menu {
  margin-top:30px;
}
.menu-link {
  text-transform:uppercase;
  font-size:15px;
  letter-spacing:1.5px;
  padding:14px 0;
  display:flex;
  justify-content:space-between;
  align-items:center;
  border-bottom:1px solid rgba(0,0,0,0.08);
  cursor:pointer;
  color:#111;
  font-weight: 600;
}
.menu-link:hover { color:#106E74; }

/* SUBMENU */
.submenu {
  display:none;
  padding:10px 0 12px 18px;
}
.submenu a {
  display:block;
  padding:6px 0;
  font-size:16px;
  text-decoration:none;
  color:#444;
  margin-left: .5rem;
  position: relative;
}
.submenu a:hover { color:#106E74; }
.submenu a::before {
  content: "→"; 
  position: absolute;
  left: -1.5rem;
  top: 50%;
  transform: translateY(-50%);

}
/* CONTACT INFO BOX */
.info-box {
  margin-top:40px;
  padding:22px 0px;
  border-radius:14px;
  backdrop-filter: blur(8px);
  gap:18px;
}

.info-item {
  display:flex;
  align-items:flex-start;
  gap:14px;
  margin-bottom: 1rem;
}

.info-item i {
  font-size:18px;
  background:#106E74;
  color:#fff;
  width:40px;
  height:40px;
  border-radius:10px;
  display:flex;
  align-items:center;
  justify-content:center;
}

.info-item strong {
  font-size:14px;
  text-transform:uppercase;
  letter-spacing:1px;
}

.info-item span {
  display:block;
  margin-top:3px;
  font-size:14px;
  color:#333;
}

/* Desktop: 2 items per row */
@media (min-width:992px) {
  .info-box {
    grid-template-columns:1fr 1fr;
  }
}

/* SOCIAL ICONS */
.social {
  margin-top:30px;
  display:flex;
  gap:12px;
}
.social a {
  width:36px;
  height:36px;
  border-radius:50%;
  display:flex;
  justify-content:center;
  align-items:center;
  color:white;
  font-size:16px;
}

/* Brand Colors */
.facebook { background:#1877F2; }
.instagram { background:#E1306C; }
.linkedin { background:#0A66C2; }
.twitter { background:#1DA1F2; }
.youtube { background:#FF0000; }

/*  ============= header style start ============= */

/* ========= banner section start ========== */

/* ========================= INDEX PAGE CSS  ===============================  */

#index-banner {
    position: fixed;
    top: 0;
    width: 100%;
    /* background-color:#faf8f6; */
    background-color: #F9F3EE;
    background-image: url("../img/about-banner_bg.webp");
    padding: 100px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    height: 100vh;
    z-index: 0;
}

.banner-logo img {
    animation: rotate360 10s linear infinite;
}

.h-100vh {
    height: 100vh;
    position: relative;
    z-index: -2;
}

.banner-content {
    width: 80%;
}

.banner-left {
    flex: 1;
    min-width: 300px;
}

.semi-text {
    font-size: 22px;
}

.small-text {
    font-size: 16px;
    color: #444;
    margin-bottom: 10px;
}

.big-heading {
    font-size: 4vw;
    height: 3vw;
    font-weight: 600;
    line-height: 1.1;
    color: #39a79c !important;
    display: flex;
    /* font-family: 'Playfair Display', serif; */
}

.big-heading span {
    display: block;
    color: #39a79c;
}

.banner-info {
    max-width: 800px;
}

.banner-info h3 {
    font-size: 30px;
    line-height: 40px;
}

.banner-info p {
    color: #555;
    line-height: 1.6;
    font-size: 16px;
    margin: 0;
}

.view-link {
    display: inline-block;
    margin-top: 10px;
    color: #000;
    font-weight: 600;
    text-decoration: none;
}


/* Web Design Button */
.web-design-btn {
    display: flex;
    align-items: center;
    background: #ccff00;
    border-radius: 50px;
    padding: 10px 20px;
    width: fit-content;
    margin-top: 40px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.icon-box {
    width: 60px;
    height: 60px;
    background: #000;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-right: 15px;
}

.icon-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.btn-text h5 {
    font-size: 18px;
    line-height: 1;
    color: #000;
}

/* Right Side Review Section */
.banner-right {
    flex-shrink: 0;
}

.review-box {
    text-align: right;
}

.review-avatars {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: -10px;
    position: relative;
}

.review-avatars img {
    width: 50px;
    height: 50px;
    border: 2px solid #39a79c;
    border-radius: 50%;
    margin-left: -10px;
}

.review-count {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 20px;
    padding: 5px 10px;
    font-size: 12px;
    margin-left: 5px;
}

.review-box p {
    font-size: 14px;
    color: #555;
    margin-top: 5px;
}

.banner-circle {
    position: absolute;
    top: 5%;
    right: -28%;
}

.banner-circle img {
    width: 100%;
    height: 70rem;
    animation: rotate360 30s linear infinite;
    transform-origin: center center;
}

.banner-border {
    width: 60rem;
    height: 60rem;
    border-radius: 50%;
    border: 150px solid #ececec;
    position: absolute;
    top: -15%;
    left: -20%;
    z-index: -1;
}


#index-about {
    padding: 40px 0rem 100px 0px;
    background-color: #f8f9fc !important;
    position: relative;
    width: 100%;
    /* background: url("img/test-bg-shape-1.png"); */
    background-size: cover;
    /* box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px; */
    z-index: 1;
}

#index-about .index-about-des .image img {
    width: 100%;
    height: 20rem;
    border-radius: 5rem;
    object-fit: cover;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    transition: transform 0.5s ease;
}

.index-about-des {
    padding-bottom: 3rem;
    border-bottom: 1px solid #000;
}

/* .index-about-des::before{
  content: "";
  background: url("img/index-about.jpg");
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background-size: cover;

} */
.border-line {
    border-right: 1px solid #000;
}

#index-about .index-about-des .image img:hover {
    transform: scale(1.03);
}

/* ---- Text Section ---- */
#index-about .about-brief {
    padding-left: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#index-about .about-brief h1 {
    color: #000;
    margin-bottom: 10px;
    font-weight: 800;
}

#index-about .about-brief p {
    color: #555;
    line-height: 1.5;
    font-size: 1rem;
    margin-bottom: 20px;
    text-align: justify;
}

.mission-box {
    padding: 1.8rem 1rem;
}

.mission-box h3 {
    font-size: 22px;
    font-weight: 600;
}

.yellow-card {
    background-color: #39a79c;
    padding: 2.8rem 1rem;
    border-radius: 3rem;
    text-align: center;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.yellow-card h3 {
    font-size: 45px;
}

.mission-box p {
    text-align: justify;
}





#index-about .index-figure h5 {
    font-size: 45px;
    font-weight: 600;
    color: #39a79c;
}

#index-about .index-figure p {
    color: #666;
    font-size: 0.95rem;
    margin: 0;
}


/* ====== SERVICE SECTION ====== */
#index-service {
    padding: 80px 0px;
    background-color: rgb(29, 39, 46);
    background-image: url("../img/white-grey-bg.webp");
    background-attachment: fixed;
    background-size: contain;
    color: #fff;
    position: relative;
    z-index: 1;
}

#index-service .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}



#index-service .service-card {
    position: relative;
    background: #fff;
    border-radius: 16px;
    padding: 40px 30px;
    overflow: hidden;
    z-index: 1;
}

#index-service .service-card::before, #team-crousal .team-card::before{
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 16px;
    padding: 2px;
    /* Border thickness */
    background: linear-gradient(90deg, #39a79c, #f39c12, #d62976, #39a79c);
    background-size: 300% 300%;
    animation: moveGradient 6s linear infinite;
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: 0;
}

@keyframes moveGradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

/* Keep content above the border effect */
#index-service .service-card * {
    position: relative;
    z-index: 2;
}


.index-service .section-tag,
#service .section-tag {
    color: #f39c12;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

#index-service h1 {
    color: #39a79c;
}

#index-service .service-header {
    text-align: left;
    margin-bottom: 60px;
}



#index-service .service-header h1 {
    font-size: 30px;
    line-height: 1.2;
    margin: 20px 0;
    font-weight: 700;
}

#index-service .service-header p {
    max-width: 700px;
    color: #000000;
    font-size: 16px;
    line-height: 1.8;
    border-left: 2px solid #8a8a8a;
    padding-left: 20px;
}

.index-theme-circle {
    position: absolute;
    right: 2%;
    top: 30%;

}

.index-theme-circle img {
    display: none;
    animation: rotate360 10s linear infinite;
}

@keyframes rotate360 {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

#index-service .service-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

#index-service .service-card {
    background: #fff;
    background-image: url("../img/about-banner_bg.webp");
    border: 1px solid #eee;
    border-radius: 16px;
    padding: 40px 30px;
    position: relative;
    transition: all 0.3s ease;
}

.arrow i {
    color: #000;
}

#index-service .service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

#index-service .service-card .category {
    color: #777;
    font-size: 16px;
    font-weight: 500;
}

#index-service .service-card .icon {
    font-size: 30px;
    margin: 20px 0;
    color: #000;
}

#index-service .service-card h3 {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 600;
    color: #111;
}

#index-service .service-card p {
    font-size: 15px;
    color: #666;
    line-height: 1.7;
    margin-bottom: 40px;
}

#index-service .service-card .arrow {
    position: absolute;
    bottom: 25px;
    right: 25px;
    width: 45px;
    height: 45px;
    border: 1px solid #ccc;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}

#index-service .service-card .arrow:hover {
    background: #39a79c;
    color: #fff;
}

#index-service .service-card .arrow:hover i {
    color: #fff;
}


#client-marquee {
    background: #f9f9f9;
    overflow: hidden;
    padding: 60px 0px;
    position: relative;
    z-index: 1;
}

#client-marquee h2 {
    font-size: 30px;
    /*margin-bottom: 2rem;*/
}

.client-xt {
    margin-bottom: 3rem;
}

/* Remove space between rows */
.marquee-row {
    margin-bottom: 0 !important;
}

/* Make logos perfect squares */
.client-logo {
    height: 160px;
    object-fit: contain;
    /* border-radius: 12px; */
    background: #fff;
    border: 2px solid #e5e5e5;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    margin: 0 auto;
}

.client-logo:hover {
    transform: scale(1.05);
}


#client-marquee .owl-carousel .owl-stage-outer {
    padding: 0;
}

/* Remove nav & dots */
.marquee-row .owl-nav,
.marquee-row .owl-dots {
    display: none !important;
}


#workflow {
    padding: 3rem 0rem;
    /* background: linear-gradient(135deg, #f8f9fb, #ffffff); */
    background-color: #fff !important;
    background: url("https://elementor.zozothemes.com/digion/wp-content/uploads/sites/11/2020/07/pattern-bg.png");
    background-attachment: fixed;
    background-size: contain;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.workflow-header {
    margin-bottom: 70px;
}



.workflow-header h2 {
    font-size: 30px;
    font-weight: 700;
    margin-top: 10px;
    color: #000000 !important;
}

/* ===== Steps Layout ===== */
.workflow-steps {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 40px;
}

.step {
    background: #fff;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
    flex: 1;
    min-width: 300px;
    padding: 40px 30px;
    text-align: center;
    transition: all 0.4s ease;
    position: relative;
    text-align: start;
}

.step::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 20px;
    /* background: linear-gradient(135deg, #39a79c33, #ffffff); */
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 0;
}

.step:hover::before {
    opacity: 1;
}

.step:hover {
    box-shadow: 0 6px 28px rgba(57, 167, 156, 0.16);
    transform: translateY(-5px) scale(1.03);
    color: #000;
}

/* ===== Step Header ===== */
.step-top {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}

.icon-wrapper {
    width: 80px;
    height: 80px;
    background: #fff;
    border: 2px solid #39a79c;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
    z-index: 2;
}

.icon-wrapper i {
    font-size: 32px;
    color: #39a79c;
    transition: all 0.3s ease;
}

.work-num {
    position: absolute;
    top: 5%;
    right: 10%;
    font-size: 80px;
    font-weight: 800;
    color: #e4e4e475;
    line-height: 1;
}

/* ===== Hover Animation ===== */
@keyframes shake {

    0%,
    100% {
        transform: rotate(0);
    }

    25% {
        transform: rotate(6deg);
    }

    50% {
        transform: rotate(-6deg);
    }

    75% {
        transform: rotate(6deg);
    }
}

.step:hover .icon-wrapper {
    animation: shake 1s ease;
    background: #39a79c;
    border-color: #39a79c;
}

.step:hover .icon-wrapper i {
    color: #fff;
}

/* ===== Text ===== */
.step h4 {
    font-size: 20px;
    color: #222;
    font-weight: 600;
    margin-bottom: 10px;
}

.step p {
    font-size: 15px;
    color: #666;
    line-height: 1.7;
}


#fixed-image {
    position: relative;
    background: url("../img/index-bg.webp") center/cover no-repeat;
    padding: 6rem 1rem;
    display: flex;
    justify-content: start;
    text-align: center;
    z-index: 1;
}

#fixed-image .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.55);
    z-index: 1;
}

/* Text container */
.index-s-banner {
    position: relative;
    z-index: 2;
    width: 70%;
}

.index-s-banner h1 {
    font-size: 30px;
    font-weight: 800;
    line-height: 1.2;
    color: #fff;
}

/* CTA Button */



    #team-experience .num-des h2 {
        color: #fff !important;
        font-size: 30px;
    }
        #team-experience .about-num .num-des::before {
        filter: brightness(0) invert(1);
    }



#why-choose-us {
    padding: 80px 0px;
    background-color: #faf8f6;
    position: relative;
    z-index: 1;
}

.whyus-img img {
    height: 600px;
    object-fit: cover;
}

.choose-us-img {
    position: sticky;
    top: 20%;
}

.choose-us-img img {
    width: 100%;
    height: 40rem;
    object-fit: contain;
}

.btn-orange {
    background-color: #39a79c;
    color: #fff;
    transition: all 0.3s ease;
}

.btn-orange:hover {
    background-color: #39a79c;
    color: #fff;
}

.choose-us a {
    margin-left: 2.2rem;
}

/* TIMELINE LAYOUT */
.timeline-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 5rem;
}

.timeline-box h5 {
    font-size: 22px;
}

.timeline-wrapper::before {
    content: "";
    position: absolute;
    top: -7px;
    bottom: 0;
    width: 2px;
    height: 90%;
    background-color: #59b4abc5;
    left: 50%;
    transform: translateX(-50%);
}

.timeline-item {
    position: relative;
    text-align: center;
    width: 100%;
    margin-bottom: 50px;
}

.timeline-number {
    background-color: #fff;
    border: 2px solid #59b4abc5;
    color: #39a79c;
    font-weight: 600;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.timeline-line {
    width: 2px;
    height: 40px;
    background-color: #59b4abc5;
    margin: 0 auto;
}

.timeline-box {
    border-radius: 16px;
    padding: 25px;
    width: 75%;
    margin: 0 auto;
    margin-top: 25px;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
}

.timeline-box:hover {
    transform: translateY(-5px);
}

.timeline-box .icon i {
    color: #39a79c;
    font-size: 28px;
}


#faq-section {
    padding: 60px 20px;
    background-color: #faf8f6;
    margin: auto;
    position: relative;
    z-index: 1;
}

.faq-title {
    text-align: center;
    font-size:22px;
    margin-bottom: 30px;
    font-weight: 700;
    color: #111;
}

.faq-item {
    border-top: 1px solid #ddd;
}

.faq-item:last-child {
    border-bottom: 1px solid #ddd;
}

.faq-question {
    width: 100%;
    background: none;
    border: none;
    padding: 18px;
    text-align: left;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    transition: 0.3s ease;
    font-family: 'Unbounded', sans-serif !important;
}

.faq-question:hover {
    color: #39a79c;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: all 0.4s ease;
}

.faq-answer.active {
    max-height: 400px;
    padding: 0 20px 20px 20px;
}

.faq-answer p {
    font-size: 16px;
    color: #555;
    line-height: 1.6;
    margin: 0;
}

.icon {
    font-size: 1.5rem;
    transition: 0.3s ease;
    color: #111;
}







/* Section Base */
#index-testimonial {
    background: #ffffff;
    padding: 90px 0 60px 0px;
    position: relative;
    z-index: 1;
}




.testimonial-title {
    color: #222;
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 2rem;
}


.testimonial-slide {
    padding: 10px 0;
}


.testimonial-header {
    gap: 14px;
}

.testimonial-logo {
    width: 90px !important;
    height: 90px;
    border-right: 3px solid #39a79c;
    padding-right: 10px;
    object-fit: contain;
}

.testimonial-company {
    font-weight: 600;
    color: #106e74;
    font-size: 2rem;
}


.testimonial-text {
    font-size: 1.04rem;
    color: #3f3f3f;
    margin-top: 2rem;
    line-height: 1.7;
}

.testimonial-divider {
    margin: 10px 0;
    border-bottom: 2px solid #39a79c;
    width: 25%;
}


.testimonial-footer {
    gap: 24px;
}

.testimonial-stars span {
    color: #fdc836;
    font-size: 1.3rem;
}

.testimonial-stars .inactive {
    color: #ccc;
}

#index-testimonial .owl-carousel .owl-stage-outer {
    padding: 0;
}



.testimonial-image {
    width: 100%;
    max-height: 420px;
    object-fit: cover;
    border-radius: 14px;
    box-shadow: 0 8px 24px rgba(57, 167, 156, 0.12);
}

.i-testimonial h5 {
    letter-spacing: 2px;
}

.i-slider .testimonial-slide {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 16px rgba(57, 167, 156, 0.08);
    padding: 0px 34px 34px 0px;
    margin-bottom: 16px;
    position: relative;
}

.i-slider .testimonial-logo {
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(57, 167, 156, 0.12);
}

.i-testimonial-img img {
    height: 100%;
    min-height: 100%;
    object-fit: cover;
}

#index-testimonial .owl-nav {
    position: absolute;
    right: 10%;
    top: 75%;
}

#index-testimonial .owl-nav .owl-next {
    margin-left: 1.2rem;
}

#index-testimonial .owl-nav-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 2px solid #39a79c;
    color: #39a79c;
    font-size: 1.2rem;
    transition: all 0.3s ease;
    background: #fff;
    box-shadow: 0 3px 8px rgba(57, 167, 156, 0.15);
}

.owl-nav-btn:hover {
    background: #39a79c;
    color: #fff;
    box-shadow: 0 4px 10px rgba(57, 167, 156, 0.3);
}

.owl-nav-btn i {
    pointer-events: none;
}







/* =========================== ABOUT PAGE CSS ============================== */

.about-banner {
    position: relative;
    padding: 80px 20px;
    min-height: 700px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background-color: #F9F3EE;
    background-image: url("../img/about-banner_bg.webp");
    position: relative;
    z-index: 0;
}

/* .about-banner::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(160, 245, 239, 0.7), rgba(193,255,249,0.3), transparent 80%);
  border-radius: 50%;
  animation: moveGlow 8s infinite alternate ease-in-out;
  z-index: -1;
} */

.about-banner-circle {
    position: absolute;
    bottom: 0;
    left: 98%;
    z-index: 2;
}

.about-banner-circle img {
    width: 100px;
    height: 100px;
    animation: rotate360 10s linear infinite;
}

@keyframes rotate360 {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

/* @keyframes moveGlow {
  0%   { transform: translate(-20%, -20%) scale(1); }
  25%  { transform: translate(25%, -15%) scale(1.3); }
  50%  { transform: translate(15%, 20%) scale(1.6); }
  75%  { transform: translate(-25%, 10%) scale(1.2); }
  100% { transform: translate(0, 0) scale(1.4); }
} */




.page-btn {
    padding: 1rem 2.5rem;
    background-color: rgb(29, 39, 46);
    color: #fff;
    border-radius: 2rem;
    font-size: 18px;
    font-family: "spacegrotesk";
    text-transform: capitalize;
}

.about-service-btn {
    padding: 1rem 2.5rem;
    color: #fff;
    border-radius: 2rem;
    background: linear-gradient(95deg, #01c3c1 0%, #39A79C 100%);
    border: none;
    font-size: 18px;
    font-family: "spacegrotesk";
    text-transform: capitalize;
}

/* Layout tweaks */
.about-banner-row {
    align-items: center;
}

/* Text area */
.about-h5 {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #2e867e;
    margin-bottom: 15px;
}

.about-banner-text h1 {
    font-size: 5.3vh;
    font-weight: 800;
    line-height: 1.2;
    color: #000;
    margin-bottom: 25px;
}

.about-banner-text p {
    max-width: 600px;
    font-size: 18px;
    line-height: 1.6;
    color: #555;
    margin-bottom: 35px;
    text-align: justify;
}

.about-banner-btn {
    display: flex;
    gap: 20px;
}

.about-banner-media .about-video video {
    width: 100%;
    height: 270px;
    border-radius: 12rem;
    object-fit: cover;
    object-position: center;
    margin-bottom: 30px;
}

.about-banner-facts {
    margin-top: 30px;
}

.about-banner-facts .fact {
    margin-bottom: 15px;
    color: #222;
      font-family: "spacegrotesk";
    font-size: 18px;
    line-height: 1.6;
    text-align: justify;
}

.about-banner-facts hr {
    border: 0;
    border-top: 1px solid #ddd;
    margin: 10px 0 20px 0;
}

.about-banner-clients {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 40px;
}

.client-images {
    display: flex;
}

.client-images img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid #fff;
    margin-left: -15px;
    transition: all 0.3s ease;
    border: 1px solid #2e867e;
}
 .about-banner-text .changing-word {
        color: #39A79C;
    }

.client-images img:hover {
    transform: scale(1.1);
    z-index: 2;
}

.about-banner-clients p {
    font-weight: 600;
    margin: 0;
    font-size: 16px;
    color: #444;
}


.about-slider {
    overflow: hidden;
}

.big-num {
    position: absolute;
    top: 20%;
}

.big-num h1 {
    font-size: 9rem;
    font-weight: 800;
    color: #ddd;
}

.marquee {
    background: #ffffff;
    padding: 2rem 0;
    overflow: hidden;
    position: relative;
}

.marquee-track {
    display: flex;
    width: fit-content;
    gap: 50px;
    animation: scroll 40s linear infinite;
}

.marquee-content {
    display: flex;
    gap: 50px;
    flex-shrink: 0;
}


.marquee-content span {
    font-size: 25px;
    font-weight: 600;
    color: #000000;
    /* padding: 1rem 3rem; */
    /* border-radius: 3rem; */
    /* box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; */
    white-space: nowrap;
    text-transform: uppercase;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
        /* shift by one block (half of track) */
    }
}


.about-des {
    padding: 3rem 0rem;
}

#about-us {
    padding-bottom: 80px;
    background: #fff;
    position: relative;
    overflow: hidden;
}




.about-detail h3 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.3;
}

.about-detail p {
    font-size: 18px;
    line-height: 1.6;
    color: #555;
    margin-bottom: 35px;
    text-align: justify;
}





/* Right Side Image */
.about-img img {
    width: 100%;
    border-radius: 12px;
    position: relative;
    z-index: 2;
}

.circle-animation {
    position: absolute;
    bottom: -20px;
    left: -20px;
    z-index: 2;
    animation: spin 10s linear infinite;
}

.circle-animation img {
    width: 9rem;
    height: 9rem;
    display: block;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}


.about-num .num-des:nth-child(n+2) {
    position: relative;
    overflow: hidden;
}

.about-num .num-des::before {
    content: "";
    height: 105px;
    width: 22px;
    background-image: url("../img/num-border.webp");
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    opacity: .2;
}

.num-des {
    /* border-right: 1px solid #ddd; */
    padding: 1rem;
}

.num-des h2 {
    font-size: 45px;
    font-weight: 600;
    margin-bottom: 12px
}

.num-des p {
    font-size: 18px;
}




#services {
    padding: 3rem 0rem;
    background-color: rgb(29, 39, 46);
    background-image: url("../img/cube-line-bg.webp");
    background-size: contain;
}

.about-service {
    padding: 3rem 0rem;
}

 .metrics-section {
  padding: 80px 0;
  background: #F6F8FC;
}

.metrics-title {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 10px;
  display:block;
}

.metrics-subtitle {
  text-align: center;
  max-width: 750px;
  margin: 0 auto 40px;
  color: #666;
  font-size: 1rem;
}

.metrics-tabs {
    font-family: "spacegrotesk";
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 12px;
  padding: 12px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.07);
  margin-bottom: 40px;
}

.metrics-tab {
  padding: 12px 18px;
  font-size:18px;
  font-weight:500;
  border: none;
  background: transparent;
  cursor: pointer;
  margin: 5px;
  border-radius: 8px;
  transition: 0.3s;
}

.metrics-tab.active {
  background: #2E8E84;
  color: #fff;
}

.metric-box {
  display: none;
}

.metric-box.active {
  display: block;
}

.metric-box h3 {
  font-size: 1.6rem;
  margin-bottom: 12px;
}



.metric-box ul li {
  margin: 8px 0;
  position: relative;
  padding-left: 26px;
      font-family: "spacegrotesk";
}

.metric-box ul li::before {
  content: "✔";
  color: #39A79C;
  position: absolute;
  left: 0;
}

.about-service h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.3;
}

.cards-section {
    position: relative;
    margin: auto;
}

.card-custom {
    background: #fff;
    background-image: url("../img/about-banner_bg.webp");
    padding: 2rem;
    border: 1px solid #eee;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    position: relative;
    z-index: 1;
    margin-bottom: 2rem;
}

.card-custom h2 {
    font-size: 31px;
    margin-bottom: 1.5rem;
    font-weight: 600;
    text-transform: uppercase;
}

.card-custom p {
    font-size: 18px;
    margin-bottom: 1.5rem;
    opacity: 0.9;
}

.btn-custom {
    display: inline-flex;
    padding: 12px 28px;
    color: #fff;
    border-radius: 2rem;
    background: linear-gradient(95deg, #01c3c1 0%, #39A79C 100%);
    border: none;
    font-family: "spacegrotesk";
    font-size: 18px;
    align-items: center;
    text-transform: capitalize;
    margin-bottom: 1.2rem;
}








.btn-custom i {
    margin-left: 8px;
}

.tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 1rem;
}

.tag {
   background: #f3f3f3;
    padding: 0.8rem 0.9rem;
    font-size: 16px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    color: #444;
    letter-spacing: 1px;
    font-family: "spacegrotesk";
}

.image-box img {
    width: 100%;
    height:350px;
    border-radius: 10px;
    object-fit:cover;
}

.steps-section {
    padding: 60px 0;
    background-image: url("../img/about-banner_bg.webp");
    overflow: visible;
}

.core h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.3;
}





/* Owl dots */
.steps-owl .owl-dots {
    margin-top: 20px;
    text-align: center;
}

.steps-owl .owl-dot span {
    width: 10px;
    height: 10px;
    background: #ddd;
    display: block;
    border-radius: 50%;
    margin: 0 4px;
}

.steps-owl .owl-dot.active span {
    background: #39A79C;
}

.owl-carousel .owl-stage-outer {
    padding: 3rem 0rem 0rem 0rem;
}

.step-card:hover {
    border: 1px solid #2e867e;
}

.step-card:hover .step-number {
    background-color: #2e867e;
    color: #fff;
}

.step-card:hover .step-icon {
    color: #fff;
}


/* ==============ABOUT PAGE CSS END ====================== */



/* ============SERVICE PAGE CSS ==================================== */


#service-banner {
    padding-top: 6rem;
    background-color: #F9F3EE;
    background-image: url("../img/about-banner_bg.webp");
    background-size: cover;
    background-position: center;
    color: #fff;
    position: relative;
    overflow: hidden;
    background-attachment: fixed;
    z-index: 0;
}

.banner-fleximage {
    position: absolute;
    top: 60%;
    left: 50%;
    z-index: 4;
}

.banner-fleximage img {
    width: 100%;
    height: 15rem;
    object-fit: contain;
    animation: floatImg 4s ease-in-out infinite;
}

.service-banner-intro {
    padding-left: 3rem;
}

.service-banner-intro h1 {
    font-size: 5.2vh;
    color: #000;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1.2rem;
}

.typed-text {
    color: #2eaca3;

    padding-left: 5px;
}

.service-btn h3 {
    font-size: 18px;
    font-family: "spacegrotesk" !important;
    margin-bottom: 1rem;
    display: inline-block;
    background: #000000;
    color: #fff !important;
    padding: 1rem 2.5rem;
    border-radius: 2rem;
    font-weight: 300;
    text-decoration: none;
    transition: all 0.3s ease;
}

.service-banner-intro h3 {
    font-size: 18px;

    color: #2eaca3;
    margin-bottom: 1rem;
}

.service-banner-intro p {
    font-size: 1.05rem;
    line-height: 1.8;
    color: #000000;
    max-width: 600px;
}

.btn-main {
    padding: 1rem 2.5rem;
    color: #fff;
    border-radius: 2rem;
    background: linear-gradient(95deg, #01c3c1 0%, #39A79C 100%);
    border: none;
    font-family: "spacegrotesk";
    font-size: 18px;
    text-transform: capitalize;
}

.btn-main:hover {
    background-color: #24948b;
}

.btn-outline {
    border: 2px solid #2eaca3;
    color: #2eaca3;
    padding: 1rem 2.5rem;
    border-radius: 2rem;
    background-color: #fff;

    font-family: "spacegrotesk";
    font-size: 18px;
    text-transform: capitalize;
}

.btn-outline:hover {
    background-color: #2eaca3;
    color: #fff;
}

.service-banner-image {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.banner-mobile-img img {
    width: 80%;
    height: auto;
    object-fit: contain;
    animation: floatImg 4s ease-in-out infinite;
}

@keyframes floatImg {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}


#clients {
    background-color: #fff;
    padding: 0rem;
}


.client-btn {
    padding: 1.2rem 3rem;
    color: #fff;
    border-radius: 3rem;
    background: linear-gradient(95deg, #01c3c1 0%, #39A79C 100%);
    border: none;
    font-weight: 600;
}

.client-card {
    border-right: 1px solid #000;
}

#clients h2 {
    line-height: 1.3;
}

#clients .border {
    border-color: #2b2b2c !important;
}

.about-slider {
    overflow: hidden;
    border-top: 1px solid #000;
    position: relative;
}


.client-marquee {
    /* background: #ffffff; */
    padding: 2rem 0;
    overflow: hidden;
    position: relative;
}

.marquee-track {
    display: flex;
    width: fit-content;
    gap: 50px;
    animation: scroll 40s linear infinite;
}

.marquee-content {
    display: flex;
    gap: 50px;
    flex-shrink: 0;
}


.marquee-content span {
    font-size: 25px;
    font-weight: 600;
    color: #000000;
    /* padding: 1rem 3rem; */
    /* border-radius: 3rem; */
    /* box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; */
    white-space: nowrap;
    text-transform: uppercase;
    overflow: hidden;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}


#our-approch {
    padding: 40px 0;
    background: #f9fafb;
    font-family: "Inter", sans-serif;
}

#our-approch h1 {
    font-size: 2rem;
    font-weight: 700;
    color: #39A79C;
    margin-bottom: 50px;
    position: relative;
}

#our-approch h1::after {
    content: "";
    display: block;
    width: 20%;
    height: 3px;
    margin: 12px auto 0;
    background: #39A79C;
    border-radius: 3px;
}

.service-approch-card {
    border-radius: 14px;
    padding: 28px 22px;
    transition: all 0.3s ease;
    min-height: 250px;
}

.service-approch-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.1);
}

.service-approch-card h3 {
    font-size: 1.1rem;
    font-weight: 600;
    margin: 15px 0 12px;
    color: #111827;
}

.service-approch-card p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #6b7280;
}


.approch-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: linear-gradient(135deg, #4285f4, #34a853);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    color: #fff;
    font-size: 1.4rem;
    box-shadow: 0 4px 12px rgba(66, 133, 244, 0.4);
}


.approch-image {
    position: relative;
    display: inline-block;
}

.approch-image::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 22rem;
    height: 22rem;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
    background:
        linear-gradient(rgba(2, 5, 5, 0.85), rgba(57, 167, 156, 0.85)),
        url("../img/about-banner_bg.webp");
    background-size: cover;
    background-position: center;
    animation: rotateBg 3s linear infinite;
}

@keyframes rotateBg {
    from {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.approch-image img {
    width: 100%;
    height: 28rem;
    object-fit: contain;
    transition: 0.3s ease;
    position: relative;
    z-index: 1;
}

.approch-image img:hover {
    transform: scale(1.05);
}



#click-convert {
    background: -webkit-linear-gradient(right, #39A79C 50%, #2E8E84 50%);
    background: linear-gradient(to right, #39A79C 50%, #2E8E84 50%);
    color: #fff;
    padding: 4rem 0rem;
}

#click-convert .umiko-btn a {
    background: #fff !important;
    color: #000 !important;
}

.leads-convert .service-btn a {
    color: #000000;
    border-radius: 3rem;
    background: linear-gradient(95deg, #ffffff 0%, #ffffff 100%);
    border: none;
        border: none;
    font-family: "spacegrotesk";
    font-size: 18px;
    text-transform: capitalize;
}

.number-card {
    position: relative;
    width: 160px;
    height: 140px;
    margin: 0 auto;
}

.number-card svg {
    overflow: visible;
}

.number-inner {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.number-inner h5 {
    font-size: 1.5rem;
    margin-bottom: 0.3rem;
    font-weight: 700;
    color: #fff;
}

.number-inner p {
    font-size: 0.85rem;
    line-height: 1.2rem;
    color: #fff;
}


.wheel {
    width: 150px;
    height: 140px;
    transform-origin: center;
    animation: spin 15s linear infinite;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}


.circle-text {
    font-size: 14px;
    fill: #ffffff;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 400;
}



#ads-management {
    background: #F6F8FC;
    padding: 2rem 0rem;
    overflow: hidden;
}


.ads-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 300px;

}

.ads-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 6px 22px rgba(0, 0, 0, 0.12);
}

.ads-card img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}

.ads-content {
    flex-grow: 1;
    text-align: start;
}

.service-btn a {
    display: inline-block;
    background: #39A79C;
    color: #fff;
    padding: 1rem 2rem;
    border-radius: 30px;
    text-decoration: none;
    transition: all 0.3s ease;
    font-weight: 600;
}



.ads-content h5 {
    color: #333;
    font-size: 1.05rem;
}

.ads-content p {
    color: #555;
    font-size: 16px;
    margin: 0;
    text-align: start;
}

#ads-management .owl-carousel .owl-item {
    padding: 10px;
}
#why-us{
    padding: 3rem 0rem;
}

#why-us .accordion-button {
    background: #f8f9fa;
    color: #111;
    font-size: 1rem;
    border-radius: 8px;
    box-shadow: none;
    transition: all 0.3s ease;
    position: relative;
}

#why-us .accordion-button:not(.collapsed) {
    background-color: #87CEC7 !important;
    color: #000;
}

#why-us .accordion-body {
    background: #ffffff;
    padding: 1rem 1.2rem;
    line-height: 25px;
}

#why-us h2 {
    color: #111;
}


#service-ads-guide {
    padding: 4rem 0 8rem 0;
    background-color: #1d272e;
    background-image: url(img/cube-line-bg.webp);
    background-size: contain;
    color: #fff;
    background-attachment: fixed;
}

#service-ads-guide .row {
    position: relative;
    z-index: 5;
}




/* ============SERVICE PAGE CSS END ==================================== */

/* ================= OUR TEAM PAGE CSS =====================================  */

#team-head {
    padding-top: 5rem;
    background-color: #F9F3EE;
    background-image: url("../img/about-banner_bg.webp");
    background-size: contain;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.circle {

    width: 120px;
    height: 120px;
    animation: rotateLoop 12s linear infinite;
}

.circle img {
    width: 100%;
    height: auto;
    display: block;
}

@keyframes rotateLoop {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.team-tag h3 {
    font-size: 7vh;
    color: #000;
}

.team-tag h2 {
    font-size: 7.5vh;
    color: #000;
    font-weight: 800;
}

.top-team {
    margin-top: 4rem;
}

.ceo-des h1 {
    font-size: 6rem;
    color: #000;
    font-weight: 800;
}

.ceo-image {
    position: relative;
    z-index: 4;
    height: 500px;
     width: 100%;
}

.quote i {
    font-size: 2rem;
}



.quote a {
    background-color: #58cdbb;
    padding: 1rem 1.5rem;
    color: #fff;
    border-radius: 3rem;
}

.image-shadow {
    position: absolute;
    bottom: 0%;
    width: 100%;
    height: 405px;
    border-radius: 225px 225px 0 0;
    background-color: #39a79c;
    background-image: url('img/team/lines.png');
    background-size: contain;
    background-size: 300% 300%;
    animation: flow 6s infinite ease-in-out;
    z-index: 2;
}

@keyframes flow {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}


.top-team-image{
        object-fit: contain;
    position: relative;
    z-index: 4;
    height: 500px;
}

.image-card-destail {
    position: relative;
    bottom: 0;
    background-color: #fff;
    padding: 12px;
    z-index: 9;
    width: 100%;
}

.social-icon {
    width: 40px;
    height: 40px;
    background: #39a79c;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: 0.3s ease-in-out;
    font-size: 18px;
}

.social-icon:hover {
    background: #15443d;
    transform: scale(1.1);
}



.ceo-exp {
    margin-top: 2rem;
}

#team-experience {
    padding-top: 5rem;
    padding-bottom: 2rem;
    background-color: #39a79c;
    color: #fff;
    background-image: url('img/team/cube-line-bg.webp');
    background-size: contain;
}

.experience-card {

    padding: 2rem 1rem;
    border-radius: 15px;

}

.experience-card h3 {
    color: #ffff;
}

.experience-card .icon {
    font-size: 30px;
    margin-bottom: 15px;
    color: #fff;
}

.experience-card h1 {
    font-size: 2.5rem;
    font-weight: bold;
    margin-top: 10px;
    color: #fff;
}

.experience-card h3 {
    font-size: 1.2rem;
    margin-bottom: 10px;
}

.experience-card p {
    font-size: 0.95rem;
    opacity: 0.9;
}

#team-crousal {
    padding: 4rem 0rem;
    
}

.section-title {
    text-align: center;
    font-size: 2.6rem;
    color: #39a79c;
    font-weight: 700;
}

.subtitle {
    text-align: center;
    color: #000;
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: 400;
}

.team-card {
    border: none;
    border-radius: 15px;
    background: #fff;
    background-image: url(../img/about-banner_bg.webp);
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
    margin: 15px;
    min-height: 420px;
}

.team-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.team-header {
    background: #39a79c;
    color: white;
    text-align: center;
    padding: 45px 20px;
}

.team-header h5 {
    margin: 0;
    font-weight: 700;
    font-size: 22px;
}

.team-header small {
    font-size: 17px;
    display: block;
    margin-top: 5px;
}

.team-img {
    width: 140px !important;
    height: 140px;
    object-fit: cover;
    border-radius: 50%;
    margin: -40px auto 20px;
    display: block;
    border: 5px solid #fff;
    background: #fff;
}

.team-body {
    text-align: center;
    padding: 0 20px 20px;
}

.team-body p {
    font-size: 0.9rem;
    color: #555;
    margin-bottom: 15px;
}

.social-icons a {
    color: #555;
    margin: 0 8px;
    font-size: 1.2rem;
    transition: color 0.3s;
}

.social-icons a:hover {
    color: #4a90a4;
}

#team-crousal .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    pointer-events: none;
}

#team-crousal .owl-nav button {
    background: #39a79c !important;
    color: #fff !important;
    border: none !important;
    border-radius: 50% !important;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: auto;
    transition: 0.3s;
}

#team-crousal .owl-nav button:hover {
    background: #15443d !important;
}

#team-crousal .owl-nav i {
    font-size: 18px;
    line-height: 1;
}



/* ================= OUR TEAM PAGE CSS END =====================================  */

/* ================== OUR WORK PAGE CSS =========================================  */


#work-banner {

    color: #fff;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    padding: 120px 15px 80px;
    position: relative;
    overflow: hidden;
    height: 53rem;
    background-color: #F9F3EE;
    background-image: url("../img/about-banner_bg.webp");
    position: relative;
}

#work-banner .banner-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 15px;
    color: #39A79C;
}

#work-banner .banner-subtext {
    color: #000000;
    max-width: 550px;
    margin: 0 auto 30px;
    font-size: 1rem;
}





.banner-social {
    position: absolute;
    top: 33%;
    left: 10%;
}

.icon-circle {
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    background: #39A79C10;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease;
    box-shadow: 0 0 10px rgba(57, 167, 156, 0.15);
}

.icon-circle img {
    width: 2.5rem;
    height: 2.5rem;
    object-fit: contain;
}

.icon-circle:hover {
    background: #39A79C;
    transform: scale(1.1);
}






#work-banner .work-banner-image {
    position: relative;
    margin-top: 70px;
}

#work-banner .banner-image {
    width: 60%;
    max-width: 90%;
    margin-top: 3rem;
    /* box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.4); */
    animation: float 5s ease-in-out infinite;
}

.work-banner-card {
    position: absolute;
    top: 33%;
    right: 10%;
}

.work-client-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    margin-top: 40px;
}

.client-images {
    display: flex;
}

.client-images img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid #fff;
    margin-left: -15px;
    transition: all 0.3s ease;
    border: 1px solid #2e867e;
}

.client-images img:hover {
    transform: scale(1.1);
    z-index: 2;
}

.work-client-card p {
    font-weight: 600;
    margin: 0;
    font-size: 16px;
    color: #444;
}



/* Floating animation */
@keyframes float {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-15px);
    }

    100% {
        transform: translateY(0px);
    }
}


#work-process {
    background: linear-gradient(135deg, #1D272E 0%, #106E74 100%);
    position: relative;
    padding: 5rem 0;
}

.glass-card {
    background: rgba(255, 255, 255, 0.08);
    border-radius: 24px;
    box-shadow: 0 2px 32px 0 rgba(57, 167, 156, 0.07);
    backdrop-filter: blur(8px);
    border: 1.5px solid rgba(57, 167, 156, 0.14);
    position: relative;
    min-height:160px;
    transition: transform 0.3s, box-shadow 0.3s, border 0.3s;
}

.glass-card:hover {
    transform: translateY(-10px) scale(1.03);
    border: 2px solid #39A79C;
    box-shadow: 0 4px 44px 0 rgba(57, 167, 156, 0.18);
}

.step-icon svg {
    display: block;
    margin: 0 auto;
    filter: drop-shadow(0 2px 6px #39A79C20);
    transition: filter 0.3s;
}

.step-card:hover .step-icon svg {
    filter: drop-shadow(0 4px 16px #39A79C50);
}


.vertical-connector {
    position: absolute;
    left: 50%;
    top: 9%;
    width: 2.5px;
    height: 80%;
    background: linear-gradient(#39A79C 0%, #106E74 100%);
    opacity: 0.33;
    border-radius: 2px;
    z-index: 0;
    animation: connectorGlow 2s ease-in-out infinite;
}

@keyframes connectorGlow {

    0%,
    100% {
        box-shadow: 0 0 6px 0 #39A79C77;
    }

    50% {
        box-shadow: 0 0 16px 5px #39A79C77;
    }
}



#word-collection {
    padding: 3rem 2rem;
    background-color: #fff;
}

/* Button Group */
.btn-group {
    display: inline-flex;
    gap: 1rem;
}

.work-control {
    margin-top: 2rem;
    margin-bottom: 4rem;
}

.filter-btn {
    display: inline-block;
      padding: 1rem 2.5rem;
    color: #fff;
    border-radius: 2rem;
    background: linear-gradient(95deg, #01c3c1 0%, #39A79C 100%);
    border: none;
    font-family: "spacegrotesk";
    font-size: 18px;
    text-transform: capitalize;

}

.filter-btn:hover,
.filter-btn.active {
    background-color: #39A79C;
    color: #fff;
    border: none;
    border: 1px solid #fff;
}

/* Grid Layout */
.collection-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 1.5rem;
    transition: opacity 0.5s ease;
}

.word-card {
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    background: #f9f9f9;
}

.word-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: all 0.5s ease;
}

.word-card:hover img {
    transform: scale(1.05);
}

.word-card:hover {
    transform: translateY(-5px);
}



/* ================== OUR WORK PAGE CSS END =========================================  */

/* ================== OUR CLIENT =========================================  */

 #client-banner {
  position: relative;
  padding: 120px 20px;
  background-color: #F9F3EE;
  background-image: url("img/about-banner_bg.webp");
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

/* ---- Text Styling ---- */
#client-banner .top-hed h5 {
  color: #39a79c;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

#client-banner .top-hed h1 {
  font-size: 3.2rem;
  font-weight: 800;
  line-height: 1.2;
  color: #000;
  margin-bottom: 25px;
}

#client-banner .top-hed h1 span {
  color: #39a79c;
  position: relative;
}

#client-banner .top-hed p {
  margin: 25px 0;
  color: #555;
  line-height: 1.7;
  font-size: 1rem;
  max-width: 520px;
}

/* ---- Buttons ---- */
#client-banner .top-hed a {
  display: inline-block;
  margin-right: 15px;
  padding: 1.1rem 2.8rem;
  border-radius: 3rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

#client-banner .top-hed a:first-child {
  color: #fff;
  background: linear-gradient(95deg, #01c3c1 0%, #39A79C 100%);
}



#client-banner .top-hed a:last-child {
  background-color: #1d272e;
  color: #fff;
}


/* ---- Image Styling ---- */
#client-banner .client-banner-num {
  text-align: center;
  position: relative;
}

#client-banner .client-banner-num img {
  width: 100%;
  max-width: 500px;
  border-radius: 20px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  transition: transform 0.5s ease;
}

#client-banner .client-banner-num img:hover {
  transform: scale(1.03);
}

.client-number{
        padding-top: 5rem;
    padding-bottom: 2rem;
    background-color: #39a79c;
    color: #fff;
}

/* ---- Floating Stats Cards ---- */
.banner-s-card {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 15px;
  background: #fff;
  padding: 12px 20px;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  z-index: 5;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.banner-s-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.banner-s-card i {
  font-size: 1.8rem;
  color: #39a79c;
}

.banner-s-card h4 {
  margin: 0;
  font-size: 1.4rem;
  font-weight: 700;
  color: #000;
}

.banner-s-card p {
  margin: 0;
  font-size: 0.9rem;
  color: #555;
}

/* ---- Card Positions ---- */
.banner-s-card.card-one {
  bottom: 22%;
  right: 5%;
}

.banner-s-card.card-two {
  bottom: 5%;
  right: 15%;
}

/* ---- Animation ---- */
@keyframes fadeInUp {
  0% { opacity: 0; transform: translateY(30px); }
  100% { opacity: 1; transform: translateY(0); }
}

#client-banner .top-hed {
  animation: fadeInUp 0.8s ease forwards;
}

#client-banner .client-banner-num img {
  animation: fadeInUp 1s ease forwards;
  animation-delay: 0.2s;
}
 .about-slider{
    overflow: hidden;
  }
 
.c-marquee {
  background: #ffffff;
  padding: 2rem 0;
  overflow: hidden;
  position: relative;
}

.marquee-track {
  display: flex;
  width: fit-content;
  gap: 50px;
  animation: scroll 40s linear infinite; 
}

.marquee-content {
  display: flex;
  gap: 50px; 
  flex-shrink: 0; 
}


.marquee-content span {
  font-size: 25px;
  font-weight: 600;
  color: #000000;
  /* padding: 1rem 3rem; */
  /* border-radius: 3rem; */
  /* box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; */
  white-space: nowrap;
  text-transform: uppercase;
}
.marquee-content img {
  filter: grayscale(100%);
  transition: filter 0.3s ease;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%); /* shift by one block (half of track) */
  }
}

 .client-timeline {
      background:url("img/white-grey-bg.webp");
      padding: 60px 20px;
      font-family: 'Poppins', sans-serif;
    }

    .timeline {
      position: relative;
    
      margin: 0 auto;
    }

    .timeline::after {
      content: '';
      position: absolute;
      width: 4px;
      background: repeating-linear-gradient(to bottom, #39a79c 0 6px, transparent 6px 12px);
      top: 0;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
      border-radius: 4px;
      opacity: 0.5;
    }

    .client-timeline-item {
      padding: 30px 50px;
      position: relative;
      width: 50%;
    }
.client-timeline-item .left{
    text-align: start;
}
    .client-timeline-item.left { left: 0; text-align: right; padding-right: 4rem; text-align: start; }
    .client-timeline-item.right { left: 50%; padding-left: 4rem; text-align: right;}
      
    .client-timeline-item.left .content{
        padding-right: 7rem;
    }
    .client-timeline-item.right .content{
        padding-left: 7rem;
    }
    .client-timeline-item .content {
      background: #39a79c;
      color: #fff;
      padding: 25px 30px;
      border-radius: 50px;
      position: relative;
      display: inline-block;
      box-shadow: 0 6px 20px rgba(15,108,255,0.25);
      min-width: 300px;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .client-timeline-item .content:hover {
      transform: translateY(-5px);
      box-shadow: 0 12px 25px rgba(15,108,255,0.3);
    }

    .client-timeline-item .icon {
      width: 150px;
      height: 150px;
      border-radius: 50%;
      background: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: -50px;
      border: 4px solid #39a79c;
      box-shadow: 0 6px 15px rgba(0,0,0,0.15);
      padding: 10px;
      overflow: hidden;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .client-timeline-item.right .icon { left: -50px; right: auto; }

    .client-timeline-item .icon img {
      width: 100%;
      height: 100%;
      object-fit: contain;
      /* border-radius: 50%; */
    }

    .client-timeline-item .icon:hover {
      transform: scale(1.1);
      box-shadow: 0 10px 20px rgba(0,0,0,0.25);
    }
    .client-timeline-item h3{
        margin-bottom: 12px;
    }

    .step-number {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      font-size: 2.2rem;
      font-weight: 700;
      color: #39a79c;
      opacity: 0.25;
    }

    .client-timeline-item.left .step-number { right: -90px; }
    .client-timeline-item.right .step-number { left: -90px; }

#testimonial-section {
  font-family: 'Poppins', sans-serif;
  position: relative;
  overflow: hidden;
}


.testimonial-card {
  border: 1px solid #eee;
  transition: all 0.5s ease;
  position: relative;
  min-height: 330px;
}
.testimonial-card:hover {
  transform: translateY(-8px) scale(1.03);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
}


.testimonial-img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 3px solid #39a79c;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(57, 167, 156, 0.3);
  transition: transform 0.5s ease;
}
.testimonial-card:hover .testimonial-img {
  transform: rotate(6deg) scale(1.05);
}
.testimonial-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}


@keyframes fadeInUp {
  0% {
    transform: translateY(40px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.animate-card {
  animation: fadeInUp 0.8s ease forwards;
}


.owl-dots {
  text-align: center;
  margin-top: 25px;
}
.owl-dot span {
  width: 12px;
  height: 12px;
  background: #ccc !important;
  display: inline-block;
  border-radius: 50%;
  margin: 4px;
  transition: 0.3s;
}
.owl-dot.active span {
  background: #39a79c !important;
  transform: scale(1.3);
}












/* ================== Contact PAGE CSS ============================================  */

#contact-banner {
    position: relative;
    padding: 5rem 0 0 0;
    background-image: url("../img/contact2.webp");
    background-size: cover;
    background-position: center;
    color: #fff;
    height: 30rem;
    display: flex;
    align-items: center;
    justify-content: center;
    /*clip-path: polygon(0 0, 100% 0, 100% 85%, 0% 100%);*/
}


/* Overlay */
#contact-banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 0;
}

/* Text container above overlay */
.contact-banner-des {
    position: relative;
    z-index: 1;
    text-align: center;
}

/* Heading style */
.contact-banner-des h1 {
    font-size: 3rem;
    margin-bottom: 1rem;
}

/* Paragraph style */
.contact-banner-des p {
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
}

/* Links style */
.contact-banner-des .contact-links a {
    color: #fff;
    text-decoration: none;
    margin: 0 0.5rem;
    font-weight: 500;
}
.contact-banner-des .contact-links a:hover {
    text-decoration: underline;
}



.contact-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 20px 15px;
    text-align: left;
    transition: all 0.3s ease;
    height: 100%;
}

.contact-card:hover {
    transform: translateY(-6px);
    background-image: url("../img/about-banner_bg.webp");
    box-shadow: 0 0 12px rgba(201, 255, 0, 0.15);
}

.contact-card h5 {
    color: #000000;
    font-size: 1.1rem;
    margin-bottom: 15px;
    font-weight: 600;
}

.contact-icon {
    font-size: 1.6rem;
    color: #106E74;
    margin-bottom: 12px;
}

.contact-card a {
    color: #000000;
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact-card a:hover {
    color: #106E74;
}


#contact-form-section {
    background: #fff;
    padding: 70px 20px;
    background:url("../img/about-banner_bg.webp");
}

.contact-big-img img {
    width: 100%;
    height: 38rem;
    object-fit: cover;
    z-index: 1;
}

.contact-big-img::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000000ab;
    z-index: 2;
}

.conatct-tag-line {
    position: absolute;
    padding: 1rem;
    bottom: 0;
    z-index: 3;
}

.conatct-tag-line p {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    z-index: 3;
}

.office-detail {
    position: absolute;
    top: 0;
    z-index: 3;
    padding: 1.5rem;
}

.detail-box {
    transition: transform 0.3s ease;
}

.detail-box:hover {
    transform: translateX(5px);
}

.detail-icon {
    font-size: 1.8rem;
    background: rgba(255, 255, 255, 0.1);
    padding: 12px;
    border-radius: 50%;
    color: #fff;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.detail-info h5 {
    margin-bottom: 3px;
    color: #fff;
    font-size:16px;
    font-weight: 600;
}

.detail-info a {
    text-decoration: none;
    color: #fff;
    transition: color 0.3s ease;
}

.detail-info a:hover {
    text-decoration: underline;
}


.contact-form-wrapper h2 {
    font-size: 24px;
    font-weight: 700;
    color: #000;
    margin-bottom: 10px;
}
.office-detail h3{
    font-size:18px;
}

.contact-form-wrapper .subtitle {
    color: #555;
    font-size: 1rem;
    margin-bottom: 50px;
}

.contact-form .form-group {
    position: relative;
    margin-bottom: 18px;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    border: none;
    border-bottom: 2px solid #ddd;
    outline: none;
    padding: 10px 0;
    font-size: 1rem;
    color: #000;
    background: transparent;
    transition: border-color 0.3s ease;
}

.contact-form input:focus,
.contact-form textarea:focus {
    border-bottom-color: #000;
}

.contact-form label {
    position: absolute;
    top: 10px;
    left: 0;
    font-size: 0.95rem;
    color: #888;
    pointer-events: none;
    transition: all 0.3s ease;
}

.contact-form input:focus+label,
.contact-form input:valid+label,
.contact-form textarea:focus+label,
.contact-form textarea:valid+label {
    top: -12px;
    font-size: 0.8rem;
    color: #000;
}

.btn-submit {
 padding: 15px 2.5rem;
  color: #fff;
  border-radius: 2rem;
  background: linear-gradient(95deg, #01c3c1 0%, #39A79C 100%);
  border: none;
  font-family: "spacegrotesk";
  font-size: 18px;
  text-transform: capitalize;
  display: inline-block;
  position: relative;
  overflow: hidden;
  transition: 0.35s ease;
}

.btn-submit:hover{
  background: linear-gradient(95deg, #39A79C 0%, #01c3c1 100%);
  box-shadow: 0px 8px 18px rgba(1, 195, 193, 0.35);
}



/* ================== Contact PAGE CSS END ============================================  */

















/* PAGE CONTSCT SECTION CSS  */

#page-contact {
    padding: 2rem 0;
    position: relative;
    background-color: #fff;
    z-index: 1;
}

.page-contact-banner {
    position: relative;
    width: 100%;
    height: 578px;
    background: url("../img/page-contact.webp") center center no-repeat;
    background-size: cover;

}

.page-content-detail {
    color: #fff;
    position: absolute;
    top: 30%;
    left: 40%;
}

.page-content-detail h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #fff !important;
}

.page-content-detail h4 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 1rem;

}

.page-content-detail p {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 2rem;
}

.page-content-detail a {
    display: inline-block;
    background: #fff;
    color: #000;
    padding: 1rem 2rem;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s;
}

.page-content-detail a:hover {
    background: #39A79C;
    color: #fff;
    
}







/* =============footer style start css====== */

.footer_bg {
    /* background-image: url("../img/empowerng_bg.jpg"); */
    background: linear-gradient(135deg, #1D272E 0%, #106E74 100%);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-attachment: fixed;
    z-index: 1;
}

.footer_bg::after {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(29, 39, 46, 0.91);
    content: "";
    z-index: -1;
}

/*.footer_bg::before {*/
/*    position: absolute;*/
/*    width: 643px;*/
/*    height: 358px;*/
/*    top: 73px;*/
/*    right: 0;*/
/*    background-image: url("../img/map_bg.png");*/
/*    content: "";*/
/*    background-size: cover;*/
/*    background-repeat: no-repeat;*/
/*    opacity: 0.6;*/
/*}*/

.footer_main {
    position: relative;
    z-index: 1;
    padding: 90px 0;
    overflow: hidden;
    background:url("../img/footer-shade.webp");
}

.footer_bg a {
    color: #f0f0f0;
    transition: 0.3s;
    line-height: 0;
    font-size:15px;
}

.footer_bg a:hover {
    color: #39a79c;
    transition: 0.3s;
}

.footer_bg h5 {
    margin: 0;
    margin-right: 0px;
    color: #fff;
    font-size: 15px;
}

.footer_bg ul li {
    font-size: 14px;
    line-height: 1.7rem;
}

.footer_bg .footer_collom p {
    line-height: 24px;
    color: #fff;
    margin-bottom: 0;
     font-size:15px;
}

.footer_bg .footer_collom h3 {
    position: relative;
    color: #fff;
    font-size:19px;
}

.footer_bg .footer_collom h3:after {
    position: absolute;
    bottom: -5px;
    left: 0;
    content: "";
    background-color: #39a79c;
    width: 37px;
    height: 3px;
}

.footer_bg .footer_collom li span {
    color: #39a79c;
}

.footer_bg .footer_collom .social_icon li {
    margin-right: 12px;
    padding: 6px 11px;
    border: 2px solid #39a79c;
    border-radius: 25pc;
    height: 37px;
    width: 38px;
    text-align: center;
    align-content: center;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateY(0);
    transition: 0.3s;
}

footer dl,
ol,
ul {
    padding-left: 0;
    margin: 0;
}

.footer_bg .footer_collom .social_icon li:hover {
    transform: translateY(-6px);
    transition: 0.3s;
}

.footer_bg .footer_collom .social_icon li i {
    font-size: 18px;
    color: #ccc;
    transition: 0.3s;
}

.footer_bg .footer_collom .social_icon li:hover i {
    color: #39a79c;
    transition: 0.3s;
}

.footer_bg .copyright {
    border-top: 1px solid #c0c0c0;
}

.footer_bg .copyright p {
    color: #fff;
}

.footer_bg .copyright p a {
    color: #39a79c;
}

.footer_bg .copyright p a:hover {
    text-decoration: underline;
}

/* ============== footer style end ================= */




@media screen and (max-width: 1280px) and (max-height: 800px) {
    .banner-circle {
        top: 10%;
    }
    .banner-info h3 {
    font-size: 24px;
    line-height: 35px;
    width:78%;
}
.big-heading{
    font-size: 3vw;
    margin:1rem 0rem;
}

    .banner-circle img {
        width: 100%;
        height: 58rem;
    }
    .testimonial-title{
        font-size: 1.5rem;
    }
    .client-logo{
        height:130px;
    }
    .page-content-detail h2,.page-content-detail h4{
        font-size:25px;
    }
}



/* ---- Responsive ---- */





@media (max-width: 576px) {
    .step-card {
        padding: 1.5rem 1rem;
    }

    .big-num {
        position: relative;
    }
      #client-banner .top-hed h1 {
    font-size: 1.8rem;
  }

  #client-banner .top-hed a {
    display: block;
    margin: 10px auto;
    width: 70%;
  }
}



@media screen and (min-width: 1281px) and (min-height: 801px) {


    .card-custom p {
        font-size: 18px;
        margin-bottom: 2rem;
        line-height: 31px;
    }



    .image-box img {
        height: 350px;
        object-fit: cover;
    }

    .about-detail h3 {
        font-size: 34px;
    }
    
   


}


@media screen and (max-width: 1280px) and (max-height: 800px) {
h2 {
    font-size: 25px;
}
.about-banner-text h1{
    font-size:4.8vh;
}
.about-detail h3 {
    font-size:25px;
}
.num-des h2{
    font-size:30px;
}
    .card-custom h2 {
        font-size: 24px;
    }
    .workflow-header h2{
        font-size:32px;
    }
    .service-banner-intro h1 {
    font-size: 4vh;
    }


    #service-banner {
        padding-top: 7rem;
        padding-bottom: 3rem;
    }

    #clients h2 {
        font-size: 26px;
        line-height: 1.3;
    }

    .leads-convert h1 {
        font-size: 32px;
    }

    #work-banner .banner-image {
        margin-top: 9.2rem;
    }

    .experience-card h3 {
        font-size: 27px;
    }

    .menu-link {
        font-size: 16px;
    }

    .about-brand h3 {
        font-size: 20px;
    }

    .big-num h1 {
        font-size: 8rem;
    }
    .page-contact-banner{
        height:500px;
    }
    #team-head{
        height: 100vh;
    }
    .ads-management h2{
        font-size:31px;
    }
    #service-ads-guide h2{
        fontsize:2.2rem
    }
    #client-banner .top-hed h1{
        font-size:3rem;
    }
    .contact-form .form-group{
        
    }
    .faq-title{
         font-size:25px;
    }
    .faq-question{
        font-size:16px;
    }
    .faq-answer p{
         font-size:15px;
    }
}


@media screen and (min-width: 1024px) and (max-width: 1024px) and (min-height: 600px) and (max-height: 600px) {
    h1 {
        font-size: 30px;
    }

    .menu-link {
        font-size: 13px;
    }

    .btan {
        display: flex;
        justify-content: center;
        padding: 9px 8px;
        color: #fff;
        letter-spacing: 1.2px;
        border-radius: 4px;
        z-index: 1;
        margin: 0;
        align-items: center;
        gap: 0px;
        font-size: 14px;
    }

    #index-banner{
        height: 40rem;
    }

    #index-banner .banner-logo {
        margin-top: 2rem;
    }

    .big-heading {
        font-size: 3.5vw;
        height: 2vw;
    }

    .banner-info h3 {
        font-size: 27px;
        line-height: 39px;
    }

    .banner-circle img {
        width: 100%;
        height: 39rem;
    }

    .big-num {
        position: absolute;
        top: 70%;
    }

    .big-num h1 {
        font-size: 6.4rem;
    }
    .about-banner{
        min-height: 650px;
    }

    #work-banner {
        height: 100%;
        padding: 120px 14px 0px;
    }
    .about-banner-text h1{
        font-size: 5.5vh;
    }
   

    #work-banner .banner-image {
        margin-top: 10.2rem;
    }

    #work-process .section-title {
        text-align: start;
    }
    .service-banner-intro h1{
        font-size: 4vh;
    }

    .experience-card h3 {
        font-size: 21px;
    }

    .experience-card h1 {
        font-size: 1.8rem;
    }

    .experience-card .icon {
        font-size: 30px;
    }

    #client-banner .top-hed h1 {
        font-size: 2.3rem;
    }
    .about-img img{
        height: 400px;
        object-fit: cover;
    }

   

    .big-heading {
        font-size: 4vw;
        height: 3vw;
    }
  #team-head .banner-border {
    width: 52rem;
    height: 52rem;
    border-radius: 50%;
    border: 150px solid #ececec;
    position: absolute;
    top: -15%;
    left: -20%;
    z-index: -1;
}
.top-team {
    margin-top: 2rem;
}
#team-experience .num-des h2{
 color: #fff !important;
 font-size: 30px;
}
#team-experience .about-num .num-des::before {
    filter: brightness(0) invert(1);
}
.owl-carousel .owl-stage-outer {
    padding: 2rem 0rem 1rem 0rem;
}
.banner-social {
    top: 35%;
}
.icon-circle {
    width: 4rem;
    height: 4rem;
}
.client-timeline-item {
    padding: 8px 5px;
    position: relative;
    width: 50%;
}
  .number-inner h5 {
    font-size: 19px;
}
#service-ads-guide h2 {
    font-size: 30px;
}
.page-contact-banner {
    height: 430px;
}
.page-content-detail {
    color: #fff;
    position: absolute;
    top: 25%;
    left: 32%;
}
.page-content-detail a {
    padding: 1rem 2rem;
}
 .page-content-detail h2 {
        font-size: 31px;
        text-transform: uppercase;
    }

    .page-content-detail h4 {
        text-transform: capitalize;
        font-size: 22px;
    }
   .contact-banner-social {
    display: none;
}
#contact-banner {
    position: relative;
    padding: 180px 20px 80px 20px;
    background-color: #F9F3EE;
    background-image: url(../img/about-banner_bg.webp);
    overflow: hidden;
}

}


/* Responsive */
@media (max-width: 991.98px) {
    .about-banner {
        min-height: auto;
        padding: 85px 0px 10px 0px;
    }

    .big-num {
        position: relative;
    }

    .about-banner-media .about-video video {
        height: 170px;
    }

    .about-banner-text h1 {
        font-size: 28px;
        line-height: 38px;
    }

    .about-banner-btn {
        flex-direction: row;
        align-items: start;
        gap: 10px;
    }
    .circle-animation img {
        width: 7rem;
        height: 7rem;
    }

    .page-btn,
    .about-service-btn {
        padding: 12px 16px;
    }

    .about-banner-text p {
        font-size: 16px;
    }

    .about-banner-facts .fact {
        margin-bottom: 12px;
    }
}

@media (max-width: 991px) {


    .i-slider .testimonial-slide {
        padding: 26px 16px 18px;
    }

    .testimonial-company {
        font-size: 1.4rem;
    }

    .testimonial-title {
        font-size: 1.8rem;
    }

    .testimonial-logo {
        width: 70px;
        height: 70px;
    }

    .timeline-box {
        width: 90%;
        margin-top:0px;
    }

    .timeline-item {
        margin-bottom: 30px;
    }
.timeline-wrapper{
        padding-top: 2rem;
}
    .timeline-number {
        width: 50px;
        height: 50px;
        font-size: 16px;
    }

    #index-about .about-brief {
        padding-left: 0;
        margin-top: 40px;
        text-align: center;
    }

    #index-about .index-figure {
        margin: 10px auto;
    }
    .page-contact-banner{
        height:450px;
    }
    #index-testimonial{
        padding:20px 0px;
    }
  
}



@media (max-width: 992px) {

    h1 {
        font-size: 30px;
    }

    h2 {
        font-size: 25px;
    }

    p {
        font-size: 15px;
    }


    .index-s-banner h1 {
        font-size: 2.4rem;
    }

    #fixed-image {
        padding: 5rem 1.5rem;
    }

    .workflow-steps {
        flex-direction: column;
        align-items: center;
    }

    .step {
        max-width: 100%;
    }

    .work-num {
        font-size: 32px;
    }

    .client-logo {
        width: 120px;
        height: 120px;
    }

    .big-heading {
        font-size: 9vw;
    }

    .banner-content {
        flex-direction: column;
        text-align: center;
    }

    .review-box {
        text-align: center;
        margin-top: 30px;
    }

    .web-design-btn {
        margin: 30px auto;
    }
    .guide-content{
        padding:30px 10px;
    }
    #why-us img{
      
                width: 100%;
        height: 200px;
        object-fit: cover;
    }

    #guideTopics::before {
        left: 5px;
    }

     #client-banner {
    text-align: center;
    padding: 75px 0px 40px 0px;
  }

  #client-banner .top-hed h1 {
    font-size: 2.2rem;
  }

  #client-banner .client-banner-num {
    margin-top: 40px;
  }

  .banner-s-card {
    position: relative;
    display: inline-flex;
    margin-top: 15px;
    justify-content: space-evenly;
  }

  .banner-s-card.card-one, 
  .banner-s-card.card-two {
    right: auto;
    bottom: auto;
  }

    #guideTopics .list-group-btn {
        padding: 12px 15px;
        font-size: 14px;
    }

    .section-title {
        font-size: 2rem;
    }

    .vertical-connector {
        display: none;
    }
    
    #contact-info p {
    color: #000000;
    margin-top: 1rem;
    font-size: 18px;
    line-height: 23px;
}

   


    /* header responsive === */
   
   .metrics-section{
       padding:40px 0px 20px 0px;
   }
   #ads-management{
       padding:2rem 0rem;
   }
   
    #client-marquee{
        padding:40px 0px;
    }
    .workflow-header{
            margin-bottom: 30px;
    }

    

    .overlay.active {
        display: block;
        opacity: 1;
        visibility: visible;
    }


    .banner_wrapp .banner_img img {
        width: 100%;
        height: 100%;
    }

    .banner_text {
        height: 100%;
    }

    .banner_wrapp {
        height: 100%;
    }

    .banner_text .cover {
        padding: 0;
        position: relative;
    }

    .banner_text .cover .header-content {
        padding: 0;
    }

    .banner_text .cover .header-content h2 {
        font-size: 30px;
        font-weight: 600;
        margin: 5px 0 11px;
    }

    .banner_text .cover .header-content p {
        font-weight: 300;
        font-size: 16px;
    }

    /* line */

    .line {
        background: #39a79c;
        transform: rotate(0);
    }

    marquee {
        letter-spacing: 9px;
        padding: 10px 0;
    }

    .line span {
        font-size: 39px;
    }

    /* line */

    .mx-mb {
        padding: 0 !important;
        margin: 0 !important;
    }

    .footer_bg::before {
        position: absolute;
        width: 404px;
        height: 226px;
    }

    /* banner end  */

    /* social media icon */
    .socail_media {
        display: none;
    }
#why-us{
    padding:1.5rem 0rem 1rem 0rem;
}
.client-timeline h3{
    font-size:18px;
}


}







@media only screen and (max-width: 768px) {

    h1 {
        font-size: 24px;
    }


    h2 {
        font-size: 20px !important;
    }


}



@media(max-width:768px) {
    .info-box{
        margin-top:15px;
        padding:5px 0px;
    }
    .menu {
    margin-top: 10px;
}
    .social-bar {
        display: none !important;
    }
.navbar {
    padding:10px 6px;
}
    #index-banner {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: start;
        height: 50rem;
        overflow: hidden;
        z-index: 1;
    }
    .h-100vh{
        height: 100%;
        display: none !important;
    }
    #team-head{
        height:100%!important;
    }
    .page-content-detail{
        top:20%;
    }
    #about-us {
    padding-bottom: 40px;
    }

    .banner-info h3 {
        font-size: 18px;
        line-height: 34px;
    }
    .umiko-btn a {
    padding: 1rem 1.5rem;
    }

    .banner-content {
        width: 100%;
    }

    .banner-circle {
        position: absolute;
        width: 100%;
        top: 92%;
        right: none;
        transform: translate(-28%, -34%);
        overflow: hidden;
    }

    .banner-circle img {
        width: 100%;
        height: 30rem;
        object-fit: contain;
    }

    .review-avatars {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .big-heading {
        justify-content: center;
        align-items: center;
        gap: 10px;
    }

    .small-text,
    .banner-info p {
        font-size: 17px;
    }
    .timeline-box h5 {
    font-size: 17px;
}
.step p{
    font-size: 14px;
}
.step h4 {
    font-size: 19px;
}
.service-card h3 {
    font-size: 18px;
}

    .big-heading {
        font-size: 11vw;
        margin: 2rem 0rem;
    }
    #services {
        padding:1rem 0rem;
    }
    .btn-custom{
        padding: 10px 24px;
        align-items: center;
        margin-bottom: 4px;
    }

    #index-service {
        overflow: hidden;
        padding:40px 0px;
    }
    #workflow{
        padding:40px 0px;
    }

    .big-num h1 {
        font-size: 7rem;
    }

    .about-detail h3 {
        font-size: 20px;
    }
    .about-detail p,.card-custom p{
        font-size: 15px;
    }
.about-banner-clients {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 5px;
    margin-top: 40px;
    text-align: center;
}


    #faq-section {
        padding: 50px 0px;
        position: relative;
        z-index: 1;
    }

    .faq-title {
            margin-bottom: 30px;
        text-align: start;
    }

    .faq-question {
        font-size: 15px;
        padding: 15px;
        font-weight:500;
    }
    .faq-answer p{
        font-size:14px;
    }

    .faq-answer {
        margin-bottom: 1rem;
    }

    .faq-answer.active {
        padding: 0 15px 15px 15px;
    }

    .choose-us-img img {
        height: 22rem;
    }
    #why-choose-us .umiko-btn{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    #why-choose-us{
        padding:50px 0px;
    }

    .choose-us a {
        margin-left: 0rem;
    }


    .index-s-banner {
        width: 100%;
    }

    .index-s-banner h1 {
        font-size: 1.9rem;
    }

    .banner-btn {
        padding: 0.6rem 1.6rem;
        font-size: 0.95rem;
    }

    .client-logo {
        width: 90px;
        height: 90px;
    }
    
     .ceo-image {
         width: 100%;
    position: relative;
    z-index: 4;
    height: 341px;
    object-fit: contain;
}
.image-shadow{
    height: 342px;
}
.top-team-image{
    height: 454px;
}
.metric-box h3{
    font-size:18px;
}
    #client-banner .top-hed h1 {
  font-size:27px;

}

    .client-xt {
        margin-bottom: 0rem;
    }


    #index-service .service-cards {
        grid-template-columns: 1fr;
    }

    #index-service .service-card {
        padding: 30px 20px;
    }

    #index-service .service-header h1 {
        font-size: 25px;
        line-height: 32px;
    }


    #index-about .index-figure h5 {
        text-align: start;
    }

    .yellow-card h3 {
        font-size: 37px;
    }

    #index-about {
        padding: 30px 0;
    }

    #index-about .about-brief h1 {
        font-size: 1.5rem;
    }

    #index-about .index-about-des .image img,
    .yellow-card {
        border-radius: 1rem;
    }

    #page-contact {
        padding: 0;
    }

    .page-content-detail {
        left: 3%;
    }


    .big-num {
        position: relative !important;
        top: 0%;
    }

    .about-brand {
        text-align: center;
    }

    .about-detail {
        margin-bottom: 2rem;
    }

    .col-sm-6 {
        width: 50%;
    }

    .about-service {
        padding: 1rem 0rem;
    }

    .card-custom {
        margin-top: 2rem 1rem;
    }

    .card-custom img {
        width: 100%;
        height: 180px;
        object-fit: cover;
    }

    .owl-carousel .owl-stage-outer {
        padding: 0rem !important;
    }

    #clients h2 {
        font-size: 22px !important;
    }

    .service-banner-intro h3 {
        font-size: 1.2rem;
    }

    .service-banner-intro p {
        font-size: 0.95rem;
    }

    .btn-main,
    .btn-outline {
        padding: 0.6rem 1.5rem;
        font-size: 0.9rem;
    }

    .banner-fleximage {
        display: none;
    }

    #service-banner {
        padding: 6rem 0rem 0rem 0rem;
    }

    .leads-convert {
        text-align: center;
    }

    #team-head {
        padding-top: 4rem;
    }
    .top-team {
    margin-top: 2rem;
}
.signature-div{
    justify-content: center;
}

.page-content-detail h4 {
    font-size: 23px;
    font-weight: 500;
    margin-bottom: 1rem;
}
.page-content-detail h2{
    font-size: 26px !important;
    font-weight: 600;
}

    .team-tag h3 {
        font-size: 2rem;
        color: #000;
    }

    .ceo-info {
        margin-top: 6rem !important;
    }

    .ceo-exp {
        margin-top: 1rem;
    }
 

    #team-experience {
        padding-top: 2rem;
    }

    .experience-card {
        padding: 1rem;
    }

    #work-banner {
        padding: 100px 15px 0px !important;
        height: 100% !important;
    }

    #work-banner .work-banner-image {
        position: relative;
        margin-top: 0px;
    }

    .banner-social {
        position: relative !important;
        left: 0;
    }

    .work-banner-card {
        position: relative !important;
        right: 0;
    }

    #work-banner .banner-title {
        font-size: 27px;
    }

    #work-banner .banner-image {
        width: 90%;
        margin-top: 0px;
        position: relative;
        bottom:-1rem;
    }

    .icon-circle {
        width: 3rem;
        height: 3rem;
    }

    .filter-btn {
        padding: 1rem !important;
    }

    #word-collection {
        padding: 2rem 0rem;
    }

    .contact-form-wrapper {
        text-align: center;
    }

    .contact-form label {
        left: 0px;
    }

    .contact-header {
        text-align: center;
        align-items: center;
    }

    .accent-line {
        margin: 0 auto;
    }

     .testimonial-img {
    width: 80px;
    height: 80px;
  }
  .testimonial-card {
    padding: 2rem 1rem;
  }
  .timeline::after{
    display: none;
  }

   .client-timeline{
            padding:1rem 0rem;
        }
      .timeline::after { left: 8px; }
      .client-timeline-item { width: 100%; padding-left: 0; text-align: center; margin-bottom: 50px; }
      .client-timeline-item.right { left: 0; }
      .client-timeline-item .icon {
        position: relative;
        left: 0;
        top: 0;
        transform: none;
        margin: 0 auto 15px;
        width: 100px;
        height: 100px;
      }
      .client-timeline-item .content {
        display: block;
        border-radius: 25px;
        min-width: unset;
        padding: 20px;
      }
      .client-timeline-item .step-number { display: none; }
       .client-timeline-item.left,.client-timeline-item.right{
        padding: 0;
       }
       .client-timeline-item.left,.client-timeline-item.right{
        text-align: center;
       }
       .client-timeline-item.right .icon{
        left: 0;
       }
      .client-timeline-item.left .content,
      .client-timeline-item.right .content{
        padding: 1rem;
      }

    #contact-info p {
        text-align: center;
    }

    .contact-banner-des h1 {
        font-size: 5vh;
    }

    #contact-banner {
        position: relative;
        padding: 20px 0px;
    }

    #contact-banner {
        text-align: center;
    }

    .contact-banner-social {
        justify-content: center;
    }

    .contact-banner-social {
        position: relative;
        rotate: 0deg;
    }

    .contact-spiner img {
        display: none;
    }

    .contact-header h2 {
        border-right: none !important;
    }

    #contact-form-section {
        padding: 25px 0px;
    }


    .service-banner-intro {
        padding-left: 0;
    }
    .contact-banner-social{
        right: 0rem;
    }

    .service-banner-intro h1 {
        font-size: 28px;
    }
    .service-approch-card{
        padding:1px 22px;
    }

    #our-approch h1 {
        text-align: start;
        font-size: 27px;
        margin-bottom: 20px;
    }

    .leads-convert {
        text-align: start;
    }

    .service-banner-intro h3 {
        font-size: 1.3rem;
    }

    .service-banner-intro p {
        margin: 0 auto;
    }

    .banner-mobile-img img {
        width: 100%;
        margin-top: 2rem;
    }

    .approch-image {
        margin: 30px 0;
    }

    #our-approch {
        padding: 1.5rem 0rem;
        overflow: hidden;
    }

    .banner-s-card {
        width: 100%;
    }
    .team-tag h3 {
    font-size: 5vh;
}
.footer_main{
    padding:20px 0px;
    background-repeat:no-repeat;
    background-size: cover;
}
.footer_bg a{
    font-size:15px;
}
.copyright_containt a ,.copyright_containt p{
    font-size:13px !important;
}
}




@media screen and (min-width: 769px) and (max-width: 844px) {
    .big-heading {
        margin: 2rem 0rem;
    }
}