.common-head {
  font-size: 42px;
  font-weight: 600;
  color: #0d0f30;
  padding: 0 0 5% 0;
}
.common-head h1 {
  font-size: 42px;
}
.common-head span {
  color: #e17b1d;
}
.position-head {
  position: absolute;
  top: 5%;
  left: 0;
  right: 0;
  padding: 0;
  margin: 0;
}


.head-container .contact-heading {
  font-size: 2.5rem;
  font-weight: 700;
  color: #0d0f30;
}

.head-container .contact-heading span {
  color: #E17B1D;
}

.head-container p {
  color: #28282b;
}

/*====== Who We Are =====*/

.section-hero {
  padding: 80px 0;
  background: #f5f5f5;
  overflow: hidden;
}

.section-hero .container-fluid {
  padding: 0 0 0 3%;
}

.section-hero__content {
  max-width: 520px;
}

.section-hero__title {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.3;
  color: #28282b;
}

.section-hero__title span {
  display: block;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 10px;
}

.section-hero__title {
  color: #E17B1D; /* orange */
}

.section-hero__title span {
  color: #28282b; /* dark */
}

.section-hero__desc {
  margin-top: 20px;
  font-size: 16px;
  color: #858688;
  line-height: 1.7;
}

.section-hero__image {
  position: relative;
  text-align: right;
}

.section-hero__image img {
  width: 100%;
  max-width: 500px;
  /*border-radius: 50%;*/
  object-fit: cover;
}

/*Who We Are*/
.section-about {
  padding: 80px 0;
  background: #f5f5f5;
}

.section-about__image img {
  width: 100%;
  border-radius: 6px;
}

.section-about__content {
  padding: 0 0 0 10%;
}

.section-about__title {
  font-size: 35px;
  font-weight: 600;
  color: #E17B1D;
  margin-bottom: 15px;
}

.section-about__highlight {
  color: #E17B1D;
  font-weight: 600;
  margin-top: 10%;
}

.section-about__text {
  color: #858688;
  line-height: 1.7;
  margin-bottom: 10px;
}

.section-about__counter {
  display: flex;
  gap: 40px;
  margin-top: 30px;
}

.counter-box h3 {
  font-size: 32px;
  color: #E17B1D;
  margin-bottom: 5px;
}

.counter-box p {
  font-size: 14px;
  color: #858688;
}

/*Timeline section start*/
.section-timeline {
  position: relative;
  background: url("../assets/img/left-right-banner.svg") no-repeat;
  background-size: cover;
  background-position: center;
  padding: 18% 0 10%;
}

.section-timeline__wrapper {
  position: relative;
  padding: 15% 0 35%;
}

/* Center dashed line */
/*.section-timeline__wrapper::before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 50%;*/
/*    width: 2px;*/
/*    height: 100%;*/
/*    border-left: 2px dashed #ccc;*/
/*    transform: translateX(-50%);*/
/*}*/

/* Timeline Item */
.timeline-item {
  display: flex;
  align-items: center;
  margin-bottom: 80px;
  position: relative;
}

.timeline-card p {
  color: #fff;
}

.timeline-item.left {
  justify-content: flex-start;
}

.timeline-item.right {
  justify-content: flex-end;
}

/* Card */
.timeline-card {
  width: 220px;
  padding: 30px 20px;
  background: linear-gradient(135deg, #5f5aa2, #8a84c1);
  color: #fff;
  text-align: center;
  border-radius: 16px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  transform: rotate(-5deg);
  transition: 0.3s;
  border: 10px solid #fff;
  border-top: 25px solid #fff;
}

.timeline-item.right .timeline-card {
  transform: rotate(5deg);
}

.timeline-card:hover {
  transform: rotate(0deg) scale(1.05);
}

/* Year */
.timeline-card h3 {
  font-size: 32px;
  margin-bottom: 10px;
}

/* Text Content */
.timeline-content {
  width: 300px;
}

.timeline-text {
  font-size: 14px;
  color: #858688;
  line-height: 1.6;
}

/* Spacing */
.timeline-item.left .timeline-content {
  margin-right: 40px;
  text-align: right;
}

.timeline-item.right .timeline-content {
  margin-left: 40px;
}

.section-timeline-absolute {
  padding: 100px 0;
  background: #f5f5f5;
}

/* Background holder */
.timeline-stage {
  position: relative;
  height: 700px; /* adjust based on your image */
  background: url("../img/your-bg.svg") no-repeat center;
  background-size: contain;
}

/* Common card style */
.timeline-box {
  position: absolute;
  width: 200px;
  padding: 25px 15px;
  text-align: center;
  color: #fff;
  background: linear-gradient(135deg, #5f5aa2, #8a84c1);
  border-radius: 16px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}
.section-timeline .dot-path {
  z-index: 0;
  position: absolute;
  top: 18%;
  left: 35%;
  right: 0;
  width: 25%;
}

.top-left {
  position: absolute;
  z-index: 1;
  top: -14%;
  margin: 0;
  padding: 0;
}

.mid-left {
  position: absolute;
  z-index: 1;
  top: 35%;
  margin: 0;
  padding: 0;
}

.bottom-left {
  position: absolute;
  z-index: 1;
  bottom: -14%;
  margin: 0;
  padding: 0;
}

.top-right {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 7%;
  margin: 0;
  padding: 0;
}

.bottom-right {
  position: absolute;
  z-index: 1;
  bottom: 7%;
  right: 0;
  margin: 0;
  padding: 0;
}

/*Mission Vission sec start*/
.section-mission-vision {
  padding: 80px 0;
  background: url("../assets/banner/vission-banner.svg") no-repeat center;
  background-size: cover;
}

.mv-card {
  padding: 7% 15% 6%;
  border-radius: 16px;
  transition: 0.3s;
}

.mv-card--light {
  background: #fff;
  color: #222;
}

.mv-card--gradient {
  background: linear-gradient(135deg, #2b3c9b, #1e90ff);
  color: #fff;
}

.mv-card__icon {
  font-size: 28px;
  margin-bottom: 25px;
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
}
.mv-card__icon img {
  width: 30px;
  height: 30px;
}

.mv-card__title {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 10px;
  text-transform: uppercase;
  margin: 0 0 -3px 0;
  color: #e17b1d;
}

.mv-card__text {
  font-size: 14px;
  line-height: 1.6;
  color: #0d0f30;
  font-weight: 500;
}
.mv-card--gradient .mv-card__text {
  color: #fff;
}
.mv-card:hover {
  transform: translateY(-8px);
}

/*==== Best Company Sec ====*/
.best-company-sec {
  padding: 5% 0;
}
.best-company-sec .mv-wrap {
  /*max-width: 860px;*/
  margin: 0 auto;
  padding: 0 16px;
}

.best-company-sec .mv-card {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 20px 56px rgba(0, 0, 0, 0.18);
  cursor: pointer;
  transition:
    transform 0.4s cubic-bezier(0.23, 1, 0.32, 1),
    box-shadow 0.4s ease;
  padding: 0;
}

.best-company-sec .mv-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 32px 72px rgba(0, 0, 0, 0.24);
}

.best-company-sec .mv-img {
  width: 100%;
  height: clamp(260px, 42vw, 440px);
  object-fit: cover;
  display: block;
  transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

.best-company-sec .mv-card:hover .mv-img {
  transform: scale(1.04);
}

/* Play button */
.best-company-sec .mv-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 68px;
  height: 68px;
  background: none;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #fff;
  transition: transform 0.3s ease;
  z-index: 2;
}

.best-company-sec .mv-play:hover {
  transform: translate(-50%, -50%) scale(1.1);
}

.best-company-sec.mv-ring {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: rgba(245, 130, 13, 0.85);
  backdrop-filter: blur(3px);
  transition: background 0.2s;
}

.best-company-sec .mv-play:hover .mv-ring {
  background: var(--orange);
}

.best-company-sec .mv-play svg {
  position: relative;
  z-index: 1;
  margin-left: 4px;
}

/* Pulse animation */
.best-company-sec .mv-ring::after {
  content: "";
  position: absolute;
  inset: -10px;
  border-radius: 50%;
  border: 2px solid rgba(245, 130, 13, 0.35);
  animation: mv-pulse 2s ease-out infinite;
}

@keyframes mv-pulse {
  0% {
    transform: scale(0.85);
    opacity: 1;
  }
  100% {
    transform: scale(1.4);
    opacity: 0;
  }
}

/*====== What We Do ======*/
.what-we-do {
  background: url("../assets/banner/what-we-banner.svg") no-repeat;
  background-size: cover;
  background-position: center;
}

.section-title {
  font-size: 2.8rem;
  font-weight: 700;
  color: #0D0F30;
}

.section-title span {
  color: #e17b1d;
}

/* Shared card base */
.wwd-card {
  position: relative;
  padding: 2.5rem 1.75rem 2rem;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  transition: background 0.3s ease;
}

.wwd-card::before {
  content: attr(data-num);
  display: block;
  font-size: 0.75rem;
  color: #858688;
  margin-bottom: 4rem;
  letter-spacing: 0.05em;
}

.wwd-card h4 {
  font-size: 1rem;
  font-weight: 600;
  color: #e17b1d;
  margin-bottom: 0.75rem;
}

.wwd-card p {
  font-size: 0.875rem;
  color: #555;
  line-height: 1.6;
  margin: 0;
}

/* Desktop row */
.wwd-row {
  align-items: flex-start;
  gap: 0;
}

.wwd-row .wwd-card {
  flex: 1;
}

.wwd-row .wwd-card:last-child {
  border-right: none;
}

/* Mobile slider */
.wwd-slider .wwd-card {
  border-right: none;
  border-radius: 12px;
  background: #fff;
  margin: 0 0.5rem;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.07);
}

/* Active / highlighted card */
.wwd-card:hover {
  background: linear-gradient(145deg, #261d74, #00a3ff);
  border-radius: 0;
  border-right: none;
  margin-top: 0;
}

.wwd-card:hover::before {
  color: rgba(255, 255, 255, 0.5);
}
.wwd-card:hover h4 {
  color: #fff;
}
.wwd-card:hover p {
  color: rgba(255, 255, 255, 0.8);
}

/*======= Our Team Sec ===== */
.team-section {
  background: #fff;
}

.team-section .team-img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  object-position: top;
  display: block;
}

.team-section .member-role {
  display: block;
  font-size: 0.8rem;
  font-weight: 600;
  color: #e17b1d;
  letter-spacing: 0.03em;
  margin-bottom: 0.25rem;
}

.team-section .member-name {
  font-size: 1.4rem;
  font-weight: 700;
  color: #328586885;
  margin-bottom: 0.75rem;
}

.team-section .member-bio {
  font-size: 0.8rem;
  color: #858688;
  line-height: 1.6;
  margin: 0;
}

/*====== CTA Section Start ======*/
.cta-section {
  padding: 80px 0;
  background: url(../assets/banner/vission-banner.svg) no-repeat center;
  background-size: cover;
}

.cta-section .cta-box {
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  padding: 60px 40px;
  text-align: center;
}

.cta-section .cta-title {
  font-size: 2.2rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0.75rem;
}

.cta-section .cta-sub {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 2rem;
}

.cta-section .cta-btn {
  display: inline-block;
  padding: 14px 36px;
  border: 2px solid #fff;
  border-radius: 6px;
  background: #fff;
  color: #E17B1D;
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
  transition:
    background 0.25s,
    color 0.25s;
}

.cta-section .cta-btn:hover {
  background: transparent;
  color: #fff;
}

.platforms {
  /*background: linear-gradient(135deg, #3b2c85, #2a2a72);*/
  margin: 4% 0 0 0;
  padding: 20px 0;
}

.platforms .platform-box {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  padding: 18px 10px;
  border-radius: 12px;
  font-weight: 500;
  font-size: 16px;
  transition: 0.3s ease;
}

.platforms .platform-box:hover {
  background: rgba(255, 255, 255, 0.15);
}

.get-start-s .cta-contact { width: 30%; padding: 1.2%; margin: 2% auto 0;}

/* -- ===== Blog PG===== -- */
.blog-top-sec {position: relative;}
.blog-top-sec .overlay-g{
      left: 0;
    position: absolute;
    top: -35px;
    background: radial-gradient(ellipse at top left, #F5C4A8 0%, #ffffff 45%);
    height: 400px;
    z-index: 100;
    right: 0;
}

.sec-sh h5 { font-size: 18px; }

.blog-top-sec .container { position: relative; z-index: 105; }

.blog-top-sec .top-title-blog span {
  background-image: linear-gradient(to right, #261d74, #00a3ff);
  color: #fff;
  font-size: 11px;
  padding: 5px 10px;
  border-radius: 6px;
  margin-right: 6px;
  display: inline-block;
}

.blog-top-sec .sub-title-blog span {
  margin-right: 10px;
  color: #858688;
}

.blog-top-sec .sub-title-blog span .blu-txt {
  color: #261d74;
}

.blog-sidebar-wrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.blog-sidebar-wrap__widget {
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.2);
}

/* .blog-comments-section {
    max-width: 800px;
} */

/* Quote */
.blog-comments-section .quote-box {
  background: #f7f7f7;
  border-left: 4px solid #ff7a00;
  font-style: italic;
  border-radius: 6px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

/* Actions */
.blog-comments-section .actions-row {
  border-top: 1px solid #8586888d;
  padding: 3% 0 6%;
  margin: 5% 0 0 0;
}
.blog-comments-section .actions-row .icons span {
  border: 1px solid #85868876;
  padding: 10px 20px;
  margin: 0 5px;
  border-radius: 5px;
}

.blog-comments-section .actions-row .icons i {
  margin-left: 10px;
  cursor: pointer;
}

/* Navigation */
.blog-comments-section .nav-links {
  padding: 2.5%;
  border-radius: 6px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.blog-comments-section .nav-links a {
  color: #858688;
  text-decoration: none;
  font-size: 14px;
}

/* Comments */
.blog-comments-section .comment-box {
  /* border: 1px solid #85868876; */
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  background: #fff;
  margin: 5% 0;
}

.blog-comments-section .comment-box .d-flex {
  align-items: center;
  padding: 2.5% 4%;
}

.blog-comments-section .avatar {
  width: 60px;
  height: 60px;
  background: #ddd;
  margin: 0 2% 0 0;
  border-radius: 50%;
}

/* Reply link */
.blog-comments-section .reply-link {
  font-size: 13px;
  color: #555;
  text-decoration: none;
}

.leave-rply-dv {
  border-top: 1px solid #85868876;
  margin: 5% 0 0 0;
  padding: 3% 0 0 0;
}

/* Form */
.blog-comments-section .reply-form .form-control {
  border-radius: 6px;
}

.blog-comments-section .btn-primary {
  background-image: linear-gradient(to right, #261d74, #00a3ff);
  border: none;
}

/* Search */
.blog-sidebar-wrap__search {
  display: flex;
  align-items: center;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  overflow: hidden;
  padding: 6px 12px;
}

.blog-sidebar-wrap__search input {
  border: none;
  outline: none;
  flex: 1;
  font-size: 14px;
}

.blog-sidebar-wrap__search button {
  background: none;
  border: none;
  cursor: pointer;
  color: #555;
}

/* Widget Title */
.blog-sidebar-wrap__title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 7%;
  color: #1a1a1a;
}

/* Categories */
.blog-sidebar-wrap__category {
  list-style: none;
  padding: 0;
  margin: 0;
}

.blog-sidebar-wrap__category li {
  margin-bottom: 10px;
}

.blog-sidebar-wrap__category li a {
  text-decoration: none;
  font-size: 14px;
  color: #28282b;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 1.5% 0 3.2%;
  transition: color 0.3s;
  border-bottom: 1px solid #8586885c;
}

.blog-sidebar-wrap__category li a:hover {
  color: #e17b1d;
}

/* Recent Posts */
.blog-sidebar-wrap__recent {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.blog-sidebar-wrap__recent li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 2% 0 5%;
  border-bottom: 1px solid #8586885c;
}

.blog-sidebar-wrap__recent li img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 8px;
  flex-shrink: 0;
}

.blog-sidebar-wrap__recent-info a {
  font-size: 15px;
  font-weight: 400;
  color: #28282b;
  text-decoration: none;
  display: block;
  line-height: 1.4;
  margin-bottom: 4px;
  transition: color 0.3s;
}

.blog-sidebar-wrap__recent-info a:hover {
  color: #e17b1d;
}

.blog-sidebar-wrap__recent-info span {
  font-size: 12px;
  color: #858688;
}

/* Tags */
.blog-sidebar-wrap__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.blog-sidebar-wrap__tags a {
  font-size: 12px;
  padding: 5px 12px;
  border: 1px solid #8586885c;
  border-radius: 20px;
  color: #555;
  text-decoration: none;
  transition: all 0.3s;
}

.blog-sidebar-wrap__tags a:hover {
  background: #e17b1d;
  color: #fff;
  border-color: #e17b1d;
}
.blog-top-sec .img-bx img {
  width: 100%;
}
/* ===== Contact Us Section Start ===== */
.contact-section-pg {
  padding: 0% 0 5%;
  margin: 0;
}

.contact-section-pg .main-cntct {
  position: relative;
}

.contact-section-pg .contact-subtext {
  font-size: 0.9rem;
  color: #858688;
  line-height: 1.7;
}

/* Info Card */
.contact-section-pg .contact-info-card {
  background: linear-gradient(145deg, #1a3a8f, #2d5be3);
  border-radius: 0;
  padding: 2rem 1.5rem;
  color: #fff;
  position: absolute;
  width: 25%;
  bottom: 10%;
  z-index: 150;
  left: 12%;
  top: 10%;
}

.contact-section-pg .info-card-title {
  font-size: 1.2rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 1.75rem;
}

.contact-section-pg .info-item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin-bottom: 1.25rem;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.5;
}

.contact-section-pg .info-item img {
  width: 8%;
}

.contact-section-pg .info-socials {
  display: flex;
  gap: 0.6rem;
  flex-wrap: wrap;
  justify-content: space-between;
  position: absolute;
  left: 10%;
  bottom: 10%;
  right: 10%;
}

/* Form Card */
.contact-section-pg .contact-form-card {
  background: #fff;
  position: relative;
  border-radius: 0;
}
.contact-section-pg .pg-formcrd{
    
  padding: 2rem 2rem 2rem 5rem;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
}

.contact-section-pg .form-card-title {
  font-size: 1.4rem;
  font-weight: 700;
  color: #28282b;
  margin-bottom: 0.2rem;
}

.contact-section-pg .form-card-title span {
  color: #E17B1D;
}

.contact-section-pg .form-card-sub {
  font-size: 0.8rem;
  color: #858688;
  margin-bottom: 1.5rem;
}

/* ===== INPUT FIX START (IMPORTANT) ===== */

/* Gradient border wrapper */
.input-box {
  padding: 1.5px 2px; /* border thickness */
  border-radius: 8px;
  margin-bottom: 12px;
  background: linear-gradient(45deg, #261D74, #00A3FF);
}

/* Actual input */
.contact-section-pg .contact-input {
  width: 100%;
  padding: 12px 14px;
  font-size: 0.85rem;
  color: #333;
  border: none;
  outline: none;
  background: #fff;
  border-radius: 8px;
  display: block;
}

/* Focus state */
.contact-section-pg .contact-input:focus {
  box-shadow: 0 0 0 1px rgba(0, 163, 255, 0.3);
}

/* Select */
.contact-section-pg .contact-select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23999' stroke-width='1.5' fill='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 36px;
      appearance: none;
  cursor: pointer;
}

/* Textarea */
.contact-section-pg .contact-textarea {
  min-height: 110px;
  resize: vertical;
}

/* Button */
.contact-section-pg .contact-submit {
  background: #E17B1D;
  color: #fff;
  border: none;
  border-radius: 6px;
  padding: 14px;
  font-size: 0.95rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s;
}

.contact-section-pg .contact-submit:hover {
  background: #e06900;
}

.map {
  margin: 0% 0 5%;
}

/* -- ==== Common Service page css ==== -- */
.common-service-banner {
  background: url("../assets/banner/service-banner.svg") no-repeat;
  background-size: cover;
  background-position: center;
  /* margin: 0 0 5% 0; */
  padding: 4% 0;
}

.common-service-banner .banner-img {
  padding: 5%;
}
.common-service-banner .banner-img img {
  width: 100%;
}

.common-service-banner .container .row {
  align-items: center;
}
.service-banner-heading h1 {
  font-size: 55px;
  color: #fff;
  font-weight: 500;
  line-height: 60px;
}
.service-banner-heading h1 span {
  color: #e17b1d;
}

.custom-servo {
  background: url("../assets/banner/custom-webbanner.svg") no-repeat;
  background-size: cover;
  background-position: center;
  height: 100%;
  margin: 0;
}
.custom-servo h1 {
  font-size: 42px;
}
.right-con-ban {
  padding: 0 5%;
}
.right-con-ban p {
  margin: 0 0 8% 0;
}
.right-con-ban p,
.right-con-ban ul li {
  color: #fff;
  font-size: 16px;
}

.form-popup {
  position: absolute;
  top: -116px;
  right: 5%;
  background: #ff4d4f;
  color: #fff;
  padding: 12px 18px;
  border-radius: 0 0 6px 6px;
  font-size: 14px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  z-index: 9999;
}

.form-popup.show {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

/* -- ==== Common Service page END ==== -- */

/* ==== Feature Section start ==== */
.feature-box .icon-circle {
  border-radius: 50%;
  padding: 6% 5% 0%;
  background-color: #e17b1d29;
  width: 85px;
  height: 85px;
  margin: 0 auto;
}

.feature-box .icon-circle img {
  width: 80%;
}

.features-section {
  /* background: #f7f7f7; */
  background: url('../assets/banner/feature-banner.svg')no-repeat;
  background-size: cover;
  background-position: center;
  padding: 5% 0;
}

.features-section .feature-box {
    padding: 3% 2%;
}

.features-section .section-title{
    color: #0D0F30;
}

.features-section .feature-box h5 {
  font-weight: 600;
  margin-top: 15px;
  color: #0D0F30;
  margin-bottom: 10px;
}

.features-section .feature-box p {
  color: #858688;
  font-size: 14px;
  max-width: 260px;
  margin: 0 auto;
}

/* DOTTED CONNECTOR */
.features-section .connector {
  position: absolute;
  top: 45px;
  left: -50%;
  width: 200%;
  /* border-top: 2px dotted #3fa9f5; */
  z-index: -1;
}
/* ==== Feature Section End ==== */

/* ===== Digital Service Section Start */
.digital-service {
  position: relative;
  color: #fff;
  background: url("../assets/banner/blue-bg.svg") no-repeat;
  background-size: cover;
  background-position: center;
}

.digital-service {
  padding: 5% 0;
  margin: 0 0 2.5%;
}

.digital-service .section-title  { color: #fff !important;}
/* TITLE */
.digital-service .title {
  font-weight: 600;
  color: #fff;
}

.digital-service .title span {
  color: #ff8c1a;
}


.digital-service .row .col-bx {
    margin: 0 0 5% 0;
}

/* CARD */
.digital-service .service-card {
  background: #fff;
  border-radius: 8px;
  padding: 25px 20px 30px;
  text-align: left;
  position: relative;
  height: 100%;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

/* NUMBER */
.digital-service .card-number {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 65px;
  color: #85868833;
  font-weight: 400;
}

/* ICON */
.digital-service .icon-box {
  width: 50px;
  height: 50px;
  margin-bottom: 15px;
}

.digital-service .icon-box img {
  width: 100%;
}

/* TITLE */
.digital-service h6 {
  font-weight: 600;
  padding: 4% 4% 6% 0;
  color: #0d0f30;
  font-size: 22px;
}

/* LIST */
.digital-service ul {
  padding-left: 22px;
  margin-bottom: 0;
}

.digital-service ul li {
  font-size: 14px;
  color: #858688;
  margin-bottom: 6px;
  font-weight: 300;
}

/* ARROW BUTTON */
.digital-service .arrow-btn {
  position: absolute;
  bottom: -22px;
  left: 35px;
  width: 45px;
  height: 45px;
  background: #e17b1d;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
  justify-content: center;
}

/* ==== Design Process Start ===== */
.proces-sec {
  background-color: #ffffff;
}

.proces-sec .section-title {
    color: #0D0F30;
}
/* .process-v2 {
  background: url('../assets/banner/design-process-banner.svg')no-repeat;
  background-size: cover;
  background-position: center;
  padding: 5% 0 5%;
  position: relative;
} */

.process-v2 {
  position: relative;
  padding: 0 0 45%;
}
.process-v2 .banner-s {
  right: 0;
  left: 42%;
  position: absolute;
  top: 5%;
  height: 1040px;
  width: 15%;
}

/* TIMELINE WRAPPER */
.process-v2 .timeline {
  position: relative;
  max-width: 900px;
  margin: auto;
}

/* CENTER LINE */
.process-v2 .center-line img {
  position: absolute;
  left: 40%;
  right: 60%;
  top: -5%;
  /* width: 2px; */
  /* height: 100%; */
  /* background: #ddd;
  transform: translateX(-50%); */
}

/* SVG CURVES */
.process-v2 .timeline-svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.process-v2 .timeline-svg path {
  fill: none;
  stroke: #f28c28;
  stroke-width: 2;
  stroke-dasharray: 6, 6;
}

/* ITEMS */
/* .process-v2 .timeline-item {
  margin: 80px 0;
  position: relative;
} */

/* CONTENT */
.process-v2 .content {
  max-width: 260px;
  margin: auto;
}

.process-v2 .timeline-item .box-m {
  position: relative;
}
.process-v2 .top-left {
  position: absolute;
  top: 150px;
  right: 16%;
}
.process-v2 .mid-left {
  position: absolute;
  top: 290px;
  right: 20%;
}
.process-v2 .bottom-left {
  position: absolute;
  top: 420px;
  right: 22%;
}
.process-v2 .top-right {
  position: absolute;
  top: 230px;
  left: 0%;
}
.process-v2 .mid-right {
  position: absolute;
  top: 355px;
  right: 30%;
}
.process-v2 .bottom-right {
  position: absolute;
  top: 485px;
  right: 30%;
}

/* ICON */
.process-v2 .icon {
  width: 90px;
  height: 90px;
  background: #f28c28;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 10px;
  border: 6px solid #fff;
  box-shadow: 0 0 0 2px #eee;
}

.process-v2 .icon img {
  width: 40px;
}

/* TEXT */
.process-v2 h6 {
  font-weight: 600;
  color: #0D0F30;
  margin-bottom: 5px;
}

.process-v2 p {
  font-size: 13px;
  color: #858688;
}

/* ==== Design Process End ===== */
/* Working with us slider */
.custom-carousel-section {
  background: url("../assets/banner/work-slider.svg") no-repeat;
  background-size: cover;
  background-position: center;
  padding: 5% 0;
}
.custom-carousel-section .header-row p{
  text-align: center;
  margin: -30px 0 0;
  padding: 0 15% 5%;
}
/* CARD - default (side cards) */
.custom-carousel-section .card-box {
  background: #fff;
  color: #858688;
  transform: scale(1);
  opacity: 1;
  margin: 20px 0;
  border-radius: 12px;
  padding: 9% 10% 9%;
  height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  text-align: center;
}

/* CENTER - gradient, big */
.custom-carousel-section .slick-center .card-box {
  background: linear-gradient(135deg, #2b2c7e, #1e88d3);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  padding: 10% 5% 10%;
  margin: 0;
  height: 280px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

/* CENTER - icon */
.custom-carousel-section .slick-center .card-box .icon {
  background-color: #fff;
  padding: 3.2% 3% 3%;
  border-radius: 50%;
  width: 60px;
  height: 60px;
}

/* CENTER - text */
.custom-carousel-section .slick-center h6 {
  color: #fff;
}

.custom-carousel-section .slick-center p {
  color: #fff;
}

/* Align all slides to center vertically */
.custom-carousel-section .slick-slide {
  padding: 0 15px;
  display: flex !important;
  align-items: center;
}

.custom-carousel-section .slick-track {
  display: flex !important;
  align-items: center;
}

/* SIDE CARDS - text */
.custom-carousel-section .slick-slide:not(.slick-center) h6 {
  color: #000;
}

.custom-carousel-section .slick-slide:not(.slick-center) p {
  color: #858688;
}

/* SIDE CARDS - icon */
.custom-carousel-section .slick-slide:not(.slick-center) .card-box .icon {
  background-color: transparent;
  padding: 0;
  width: 50px;
  height: 50px;
}

/* ICON base */
.custom-carousel-section .icon {
  width: 50px;
  height: 50px;
  margin: 0 auto 15px;
}

/* GAP */
.custom-carousel-section .slick-slide {
  padding: 0 15px;
}

.custom-carousel-section .slick-list {
  margin: 0 -15px;
}

.custom-carousel-section .icon img {
  width: 100%;
}

/* TEXT base */
.custom-carousel-section h6 {
  font-weight: 600;
  margin: 10px 0;
  font-size: 18px;
  color: #000;
}

.custom-carousel-section p {
  font-size: 14px;
  color: #858688;
}

/* ARROWS */
.custom-carousel-section .slider-arrows button {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: none;
  background: #fff;
  margin: 0 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.custom-carousel-section .slider-arrows span {
  font-size: 13px;
  color: #fff;
  background-color: #ff7a00;
  padding: 0 7px;
  border-radius: 50%;
}

/* before-after section start */
.custom-design-sec {
  background: url("../assets/banner/before-after-banner.svg") no-repeat;
  background-position: center;
  background-size: cover;
  padding: 5% 0 0;
  margin: 0;
}
.custom-design-sec .content {
  padding: 0 0 0 5%;
  width: 100%;
}
.custom-design-sec .content ul {
  padding: 5% 0 5% 5%;
}
.custom-design-sec .content ul li {
  color: #858688;
  font-size: 16px;
  line-height: 32px;
}

.custom-design-sec .section-title { margin-bottom: 25px;}

.custom-design-sec .content p {
  font-size: 16px;
  color: #858688;
}
.custom-design-sec .col-md-6 {
  padding: 0 0 5% 0;
}
.custom-design-sec .section-title {
  font-size: 40px;
}
.custom-design-sec .img-bx {
  width: 100%;
  height: 500px; /* adjust height as per design */
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}

.custom-design-sec .img-bx img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover; /* better for SVG */
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.custom-design-sec .col-md-5 img{ height: 80%; margin: -100px 0 0 0;}

/* Website-design-frame */
.process-sec {
  padding: 5% 0%;
  /* background: #f5f5f5; */
}

.process-sec .process-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.process-sec .process-fr{
   grid-template-columns: repeat(4, 1fr); 
   margin: 0 0 3% 0;
}

.process-sec .snd-r { padding: 0 10%;}


.process-sec .process-card {
  background: #fff;
  border-radius: 10px;
  padding: 25px;
  position: relative;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  transition: 0.3s ease;
  height: 100%;
  margin: 8px;
}

.process-sec .process-card .step {
  font-size: 60px;
  font-weight: 700;
  color: #858688;
  display: block;
  margin-bottom: 10px;
  opacity: 12.5%;
}


.process-sec .process-card h3 {
  font-size: 20px;
  font-weight: 700;
  color: #0d0f30;
}

.process-fr .process-card  h3, .snd-r .process-card h3 {
    font-size: 17px;
}

.process-sec .process-card ul {
  padding-left: 18px;
  margin: 0;
}

.process-sec .process-card ul li {
  font-size: 13px;
  color: #858688;
  margin-bottom: 6px;
}

/* ACTIVE CARD & hover */
.process-sec .process-card.active {
  background: #e17b1d;
  color: #fff;
}

.process-sec .process-card.active h3,
.process-sec .process-card.active .subtitle,
.process-sec .process-card.active ul li {
  color: #fff;
}

.process-sec .process-card .subtitle {
  font-size: 13px;
  color: #858688;
  margin-bottom: 12px;
}

.process-sec .process-card.active .step {
  color: rgba(255, 255, 255, 0.3);
}

.process-sec .process-card:hover {
  background: #e17b1d;
  color: #fff;
}

.process-sec .process-card:hover h3,
.process-sec .process-card:hover .subtitle,
.process-sec .process-card:hover ul li {
  color: #fff;
}

.process-sec .process-card:hover .step {
  color: rgba(255, 255, 255, 0.3);
}

.cta-sec-custom {
  padding: 80px 20px;
  background: url("../assets/banner/vission-banner.svg") no-repeat center;
  background-size: cover;
  background-position: center;
  position: relative;
}

/* Overlay (for gradient effect like your design) */
/* .cta-sec-custom .cta-overlay {
    background: linear-gradient(135deg, #2c2f8f, #2b7acb);
    padding: 60px 20px;
    border-radius: 12px;
} */

/* Inner Box */
.cta-sec-custom .cta-box {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  padding: 50px 30px;
  border-radius: 16px;
  border: 1px solid rgba(0, 200, 255, 0.4);
  background: rgba(255, 255, 255, 0.05);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
}

/* Heading */
.cta-sec-custom h2 {
  color: #fff;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 30px;
}

/* Form */
.cta-sec-custom .cta-form {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Input */
.cta-sec-custom .cta-form input {
  width: 100%;
  max-width: 400px;
  padding: 14px 18px;
  border-radius: 10px;
  border: 1px solid #00cfff;
  outline: none;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  margin-bottom: 15px;
}

.cta-sec-custom .cta-form input::placeholder {
  color: #ddd;
}

/* Button */
.cta-sec-custom .cta-btn {
  color: #ff8c00;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s;
}

.cta-sec-custom .cta-btn:hover {
  letter-spacing: 1px;
}

.before-after-sec {
  padding: 80px 20px;
  background: #f5f5f5;
}

.before-after-sec .ba-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  gap: 40px;
}

/* IMAGE BOX */
.before-after-sec .ba-img {
  width: 100%;
  height: 450px;
  border-radius: 16px;
  background: #ddd; /* placeholder */
  overflow: hidden;
}

.before-after-sec .arrow img {
  left: 40%;
  position: absolute;
  width: 15%;
  top: 38%;
}

.before-after-sec .ba-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* CONTENT */
.before-after-sec .ba-content {
  text-align: left;
  position: relative;
  height: 100%;
}

.before-after-sec .ba-content .before-block {
  position: absolute;
  top: 0;
  left: 0;
}

.before-after-sec .ba-content .after-block {
  position: absolute;
  bottom: 0;
  right: 0;
}

.before-after-sec h3 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #222;
}

.before-after-sec ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.before-after-sec ul li {
  font-size: 14px;
  color: #858688;
  margin-bottom: 8px;
  position: relative;
}

/* dash style */
.before-after-sec ul li::before {
  content: "–";
  margin-right: 6px;
}

/* ARROW */
.before-after-sec .arrow {
  font-size: 28px;
  color: #e67e22;
  margin: 25px 0;
}

/* AFTER STYLE (slightly darker like design) */
.before-after-sec .after-block h3 {
  margin-top: 10px;
}

.cta-banner-sec {
  padding: 80px 0;
  background: url("../assets/banner/report-banner.svg") no-repeat;
  background-position: bottom right;
  position: relative;
  color: #fff;
}

/* Optional overlay gradient (matches design feel) */
/* .cta-banner-sec::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #3b2f8f, #6a3fa0);
  opacity: 0.9;
} */


.cta-contact {
      background-color: #fff;
    border-color: #fff;
    padding: 2% 5%;
    border-radius: 8px;
    width: 45%;
    margin: 5% 0 3%;
    font-size: 20px;
    color: #261D74;
    font-weight: 600;
}
.cta-contact:hover {
  background-color: transparent;
  border: 1.5px solid #fff;
  color: #fff;
}

.cta-banner-sec .container {
  position: relative;
  z-index: 2;
}

/* LEFT SIDE */
.cta-banner-sec .cta-left h2 {
  font-size: 50px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 15px;
}

.cta-banner-sec .cta-left p {
  font-size: 16px;
  opacity: 0.85;
  color: #fff;
}

/* RIGHT SIDE */
.cta-banner-sec .cta-right ul {
  list-style: disc;
  padding-left: 20px;
  margin: 0;
}

.cta-banner-sec .cta-right ul li {
  font-size: 25px;
  margin-bottom: 12px;
  opacity: 0.95;
}





/* Technical Stack section start */
.tech-stack-sec {
  padding: 80px 0;
  color: #fff;

  /* Add your background image here */
  background: url(../assets/banner/blue-gradient.svg) no-repeat;
    background-position: center;
    background-size: cover;
  position: relative;
}

/* Optional overlay for gradient feel */
/* .tech-stack-sec::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #2b2e83, #1b7acb);
  opacity: 0.95;
  z-index: 0;
} */

.tech-stack-sec .container {
  position: relative;
  z-index: 1;
}

.tech-title {
  font-size: 45px;
  font-weight: 600;
}

.tech-subtitle {
  font-size: 14px;
  opacity: 0.8;
  max-width: 500px;
  margin: 0 auto;
  color: #fff;
}

.tech-card {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  padding: 25px;
  text-align: left;
  border: 1px solid rgba(255,255,255,0.2);
  backdrop-filter: blur(10px);
  transition: 0.3s;
  height: 100%;
}

.tech-card:hover {
  transform: translateY(-5px);
  border-color: #00c6ff;
}

.tech-card h5 {
  font-size: 16px;
  margin-bottom: 15px;
  font-weight: 600;
}

.tech-card ul {
  padding-left: 18px;
  margin: 0;
}

.tech-card ul li {
  font-size: 14px;
  margin-bottom: 6px;
  opacity: 0.9;
}


.tech-card {
  position: relative;
  border-radius: 14px;
  padding: 25px 15px;
  color: #fff;
  /* text-align: center; */
  height: 100%;

  /* GLASS EFFECT */
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(8px);

  /* IMPORTANT */
  z-index: 1;
  overflow: hidden;
}

.tech-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 14px;
  padding: 1.5px;
  /* border thickness */

  background: linear-gradient(135deg, #2b2470, #1f6fbf);

  /* MAGIC PART */
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;

  z-index: -1;
}

.tech-card::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 25%;
  width: 50%;
  height: 3px;
  border-radius: 50px;
  background: linear-gradient(90deg, transparent, #00c6ff, transparent);
  opacity: 0.8;
}

.tech-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.3);
}


/* Righ Digital Marketing Agency */
.marketing-sec {
  overflow: hidden;
      background: url(../assets/banner/blue-gradient.svg) no-repeat;
    background-position: center;
    background-size: cover;
    margin: 5% 0 0;
}

/* LEFT IMAGE */
.marketing-sec .marketing-img img {
  object-fit: cover;
  height: 100%;
  min-height: 500px;
}

/* RIGHT SIDE */
.marketing-sec .marketing-content {
  padding: 80px 60px;
  color: #fff;
  position: relative;
  /* background: linear-gradient(135deg, #2b2e83, #1b7acb); */
}

/* DOTTED BG */
.marketing-sec .marketing-content::before {
  content: "";
  position: absolute;
  right: -100px;
  top: 0;
  width: 300px;
  height: 100%;
  background: radial-gradient(circle, rgba(255,255,255,0.15) 1px, transparent 1px);
  background-size: 12px 12px;
  opacity: 0.3;
}

/* TITLE */
.marketing-sec .title {
  font-size: 45px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 20px;
}

/* DESCRIPTION */
.marketing-sec .desc {
  font-size: 16px;
  opacity: 0.85;
  max-width: 420px;
  color: #fff;
  margin-bottom: 30%;
}

/* CARD */
.marketing-sec .points-card {
  position: relative;
  border-radius: 14px;
  padding: 5% 10%;
  /* max-width: 420px; */
  background: rgba(255,255,255,0.05);
  backdrop-filter: blur(10px);
}

/* GRADIENT BORDER */
.marketing-sec .points-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 14px;
  padding: 1px;
  background: linear-gradient(135deg, #00c6ff, #6a5cff);

  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

/* LIST */
.marketing-sec .points-card ol {
  margin: 0;
  padding-left: 18px;
}

.marketing-sec .points-card ol li {
  margin-bottom: 14px;
  color: #fff;
  font-size: 18px;
}


.sec-timeline {
  /*max-width: 900px;*/
  margin: auto;
  padding: 50px 0;
  background: url(../assets/banner/before-after-banner.svg) no-repeat;
    background-position: center;
    background-size: cover;
    padding: 5% 0 2%;
    margin: 0;
}

.sec-timeline .timeline-con {
    position: relative;
}

/* Center line */
 .sec-timeline .timeline-con::before {
  content: "";
  position: absolute;
  left: 50%;
  height: 81%;
  top: 5%;
  transform: translateX(-50%);
  border-left: 2px dashed #E17B1D; /* 👈 THIS creates dashed line */
}

/* Item */
 .sec-timeline .timeline-item {
  position: relative;
  margin: 50px 0;
}

/* Dot */
 .sec-timeline .timeline-item .dot {
  position: absolute;
  left: 50%;
  width: 16px;
  height: 16px;
  background: transparent;
  border: 1px solid #E17B1D;
  border-radius: 50%;
  transform: translateX(-50%);
  z-index: 2;
  padding: 1.2%;
  top: 8%;
}

 .sec-timeline .timeline-item .dot img { width: 18px; height: 18px;
}
/* Content */
 .sec-timeline .content {
  width: 45%;
  padding: 15px;
  position: relative;
}

 .sec-timeline .content h3 {
  color: #E17B1D;
  margin: 5px 0;
}

 .sec-timeline .content p {
  font-size: 14px;
  color: #858688;
  width: 55%;
}

.sec-timeline .left p{
    margin: 0 0 0 auto;
}

 .sec-timeline .number {
  font-weight: bold;
  display: block;
  margin-bottom: 5px;
}

/* Left */
 .sec-timeline .left {
  text-align: right;
  left: 0;
}

/* Right */
 .sec-timeline .right {
  left: 55%;
}

.why-choose {
  background-color: #261D74;
  color: #fff;
}

.why-choose .section-title {
    color: #fff;
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.4;
}

.why-choose .section-title .highlight { color: #fff;}

.why-choose .why-box {
  text-align: center;
  padding: 10px;
  transition: 0.3s ease;
}

.why-choose .why-box:hover {
  transform: translateY(-5px);
}

.why-choose .icon-circle {
  width: 70px;
  height: 70px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
}

.why-choose .icon-circle img {
  width: 30px;
  height: 30px;
}

.why-choose .why-box p {
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
  color: #e5e5e5;
  font-weight: 600;
}

/* 🔥 Responsive */
@media (max-width: 768px) {
   .sec-timeline .timeline-con::before {
    left: 5%;
        height: 82%;
    top: 5%;
  }
   .sec-timeline{
      background-position: left;
      margin: 10% 0 0;
      padding: 10% 0 0;
  }

  .sec-timeline .timeline-item .dot {
    left: 5%;
    padding: 4.2%;
    top: 8%;
  }

  .sec-timeline .content {
    width: 100%;
    padding-left: 50px;
    text-align: left;
  }

  .sec-timeline .left,
  .sec-timeline .right {
    left: 0;
  }
}



