body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
   overflow-x: hidden !important;
   font-family: 'Open Sans', Arial, Helvetica, sans-serif !important;
   background: #fff;
   color: #000;
}
@font-face {
    font-family: 'OpenSans';
    src: url('../fonts/OpenSans-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'OpenSans';
    src: url('../fonts/OpenSans-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'OpenSans';
    src: url('../fonts/OpenSans-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'OpenSans';
    src: url('../fonts/OpenSans-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'OpenSans';
    src: url('../fonts/OpenSans-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'OpenSans';
    src: url('../fonts/OpenSans-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
/* Nav bar  */
.fa-phone {
    transform: scaleX(-1);
}
.site-header {
    position: sticky;
    top: 0;
    z-index: 1030;
    background: linear-gradient(90deg, #000 0%, #000 40%, #0b59db 100%);
    padding: 10px;
    transition: background 0.3s ease;
}
.site-header.scrolled {
    background: #ffffff;
}
.top-header {
    position: relative;
    padding: 8px;
    font-size: 16px;
    background: #028fcd;
}
.brand-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
}
.brand-wrap span {
    font-size: 16px;
    color: #000;
    font-weight: 700;
}
.whatsApp {
    background: #f5f5f5;
    border-radius: 20px;
    padding: 10px;
    color: #179d0d;
}
.whatsApp a {
    color: #000;
    font-size: 16px;
    font-weight: 600;
}
.brand-wrap img {
    height: 40px;
    width: auto;
}
.header-contact a {
    text-decoration: none;
    color: #fff;
    margin-left: 18px;
    font-weight: 600;
}
.header-contact i {
    margin-right: 6px;
    font-size: 16px;
}
.main-navbar {
   position: relative;
    padding: 0px !important;
    font-size: 16px;
}
.main-navbar .nav-link {
    font-size: 16px;             
    font-weight: 700;
    color: #fff;
    padding: 10px;           
}
.navbar-nav {
    gap: 20px;  
}
.main-navbar .nav-link.active {
    font-weight: 700;
    border-bottom: 2px solid #fff;
    color: #fff;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #fff !important;
}
.offcanvas {
    height: 100vh;
}
.offcanvas-body {
    overflow-y: auto;
    padding-bottom: 30px;
}
.offcanvas-header {
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 10;
    border-bottom: 1px solid #e5e5e5;
}
.offcanvas .nav-link {
    font-size: 16px;
    font-weight: 600;
    padding: 8px 0;
    color: #000;
}
.offcanvas .nav-link.active {
    font-weight: 700;
}
.mobile-submenu {
    max-height: 220px;
    overflow-y: auto;
    margin-top: 6px;
    padding-left: 12px;
    border-left: 3px solid #cfcfcf;
}
.mobile-submenu li a {
    display: block;
    font-size: 14px;
    padding: 6px 0;
    color: #000;
    text-decoration: none;
}
.offcanvas-body .nav-item {
    margin-bottom: 10px;
}
.mobile-social {
    border-top: 1px solid #e5e5e5;
    padding-top: 15px;
    margin-top: 15px;
}
.mobile-social .social-icon {
    width: 40px;
    height: 40px;
    border: 2px solid #000;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    color: #000;
}
.header-link {
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    font-size: 16px;
}
.navbar .dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    border: 1px solid #ccc;
    min-width: 260px;
    padding: 8px 0;
    z-index: 1050;
}
.navbar .dropdown:hover .dropdown-menu {
    display: block;
    background: #fff;
}
.dropdown-item {
    font-size: 16px;
    padding: 8px 16px;
    color: #000;
    font-weight: 700;
}
.dropdown-item:hover,
.dropdown-item.active {
    background: #fff;
    font-weight: 700;
    font-size: 16px;
}
.offcanvas-body {
    overflow-y: auto;
}
.mobile-submenu {
    overflow-y: auto;
    padding-left: 10px;
    border-left: 3px solid #ccc;
    margin-top: 6px;
}
.mobile-submenu li a {
    display: block;
    padding: 6px 0;
    font-size: 16px;
    color: #000;
    text-decoration: none;
}
.mobile-submenu li a:hover {
    font-weight: 600;
}
.menu-arrow {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-left: 6px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(45deg);
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff !important;
    text-decoration: none;
    background-color: #028fcd !important;
    font-weight: 700;
    font-size: 16px;
}
.main-navbar .nav-link {
    color: #fff;
    transition: color 0.3s ease;
}
.main-navbar .nav-link:hover {
    color: #fff;
    transition: color 0.3s ease;
}
.menu-arrow {
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transition: border-color 0.3s ease;
}
.site-header.scrolled .main-navbar .nav-link {
    color: #000;
}
.site-header.scrolled .main-navbar .nav-link.active {
    border-bottom: 2px solid #028fcd;
    color: #028fcd !important;
}
.site-header.scrolled .menu-arrow {
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
}
a {
    text-decoration: none !important;
}
@media (min-width: 1400px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1620px !important;   
    }
}
/* Hero Banner */
.hero-banner {
    position: relative;
    overflow: hidden;
    padding: 50px 0 0;

    background: url(../images/hero14-bg.png),
        linear-gradient(90deg, #000 0%, #000 40%, #0b59db 100%);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.hero-banner .container {
    position: relative;
    z-index: 2;
}
.hero-banner .sub-title {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
    position: relative;
    padding-left: 40px;
}
.hero-banner .sub-title:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 30px;
    height: 2px;
    background: #1e90ff;
    transform: translateY(-50%);
}
.hero-banner .hero-title {
    font-size: 40px;
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 20px;
}
.paragraph {
    font-size: 16px;
    text-align: justify;
    color: #fff;
    font-weight: 500;
    line-height: 1.75;
    margin-bottom: 20px;
}
.hero-banner .hero-title span {
    font-weight: 700;
}
.hero-banner .btn-group {
    display: flex;
    gap: 20px;
}
.hero-banner .th-btn {
    padding: 16px 30px;
    border-radius: 50px;
    font-weight: 500;
    transition: 0.3s;
}
.hero-banner .style3 {
    background: #1e63ff;
    color: #fff;
}
.hero-banner .style3:hover {
    background: #1552d6;
}
.hero-banner .style2 {
    border: 1px solid #fff;
    color: #fff;
    background: transparent;
}
.hero-banner .style2:hover {
    background: #fff;
    color: #000;
}
.hero-img {
    position: relative;
    text-align: right;
}
.hero-img img {
    max-width: 100%;
    position: relative;
    z-index: 2;
    margin-right: 15%;
}
.hero-img:before {
    content: "";
    position: absolute;
    width: 550px;
    height: 1100px;
    background: #fff;
    border-radius: 300px 300px 0 0;
    transform: rotate(-45deg);
    bottom: -510px;
    right: -70px;
    z-index: 1;
}
.hero-img:after {
    content: "";
    position: absolute;
    width: 650px;
    height: 650px;
    border-radius: 50%;
    background: #ffffff;
    opacity: 0.15;
    bottom: -100px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 0;
}
.hero-banner:after {
    content: "";
    position: absolute;
    right: -200px;
    top: -200px;
    width: 800px;
    height: 800px;
    background: radial-gradient(circle, rgba(255,255,255,0.08) 0%, transparent 70%);
    z-index: 1;
}
.hero-banner .row {
    min-height: 700px;
    align-items: center;
}
.structure1 {
    display: flex;
    align-items: center;
    justify-content: center;
}
.structure ul {
  list-style: none;
  padding: 0;
  margin: 10px 0 0;
}
.structure ul li {
    position: relative;
    padding-left: 32px;
    margin-bottom: 14px;
    font-size: 16px;
    line-height: 1.6;
    color: #000;
    font-weight: 500;
}
.structure ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: linear-gradient(to right, #e5e7eb 50%, #028fcd 50%);
}
/* Sec2 */
.sp1 {
    margin-top: 50px;
}
.img-box3 {
    position: relative;
}
.img-box3 .img1 img{
    width: 80%;
    height: auto;
}
.about-item {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    margin-bottom: 10px;
}
.about-item_img {
    width: 60px;
    height: 60px;
    background: #0b59db;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.about-item_img img {
    width: 28px;
    filter: brightness(0) invert(1);
}
.box-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 6px;
    color: #111;
}
.about-item_text {
    font-size: 15px;
    color: #6b7280;
    margin: 0;
}
.th-btn.black-btn {
    background: #0f172a;
    color: #fff;
    padding: 14px 28px;
    border-radius: 10px;
    font-weight: 600;
    transition: 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.th-btn.black-btn:hover {
    background: #0b59db;
    color: #fff;
}
.about-area .sub-title {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
    position: relative;
    padding-left: 40px;
    color: #000;
}
.about-area .sub-title:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 30px;
    height: 2px;
    background: #1e90ff;
    transform: translateY(-50%);
}
.about-area .hero-title {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 20px;
}
.paragraph1 {
    font-size: 16px;
    text-align: justify;
    color: #000;
    font-weight: 500;
    line-height: 1.75;
    margin-bottom: 20px;
}
/* Sec3 */
.counter-box {
    position: relative;
    padding: 10px;
    border-radius: 18px;
    transition: 0.3s;
}
.counter-box .inner-box {
    background: #ffffff;
    border-radius: 14px;
    padding: 35px 20px;
    box-shadow:
        0 15px 25px rgba(0, 0, 0, 0.15),   /* bottom shadow */
        0 5px 10px rgba(0, 0, 0, 0.08),    /* soft mid shadow */
        -4px -4px 10px rgba(0, 0, 0, 0.04); /* top/left slight depth */    
    transition: all 0.3s ease;
}
.counter-box h5 {
    font-size: 28px;
    font-weight: 700;
    margin: 10px 0 5px;
    color: #000;
}
.counter-box p {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 0;
}
.counter-box .icon {
    font-size: 24px;
    margin-bottom: 8px;
}
.counter-box::after {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 25px;
    width: 60px;
    height: 6px;
    border-radius: 4px;
}
.counter-box.orange {
    border: 3px solid #ff8c1a;
}
.icon img {
    width: 60px;
    height: 60px;
}
.counter-box.orange .icon,
.counter-box.orange p {
    color: #ff8c1a;
}
.counter-box.orange::after {
    background: #ff8c1a;
}
.counter-box.cyan {
    border: 3px solid #35c1cc;
}
.counter-box.cyan .icon,
.counter-box.cyan p {
    color: #35c1cc;
}
.counter-box.cyan::after {
    background: #35c1cc;
}
.counter-box.pink {
    border: 3px solid #01274c;
}
.counter-box.pink .icon,
.counter-box.pink p {
    color: #01274c;
}
.counter-box.pink::after {
    background: #01274c;
}
.counter-box.purple {
    border: 3px solid #8e44ad;
}
.counter-box.purple .icon,
.counter-box.purple p {
    color: #8e44ad;
}
.counter-box.purple::after {
    background: #8e44ad;
}
.counter-box:hover {
    transform: translateY(-5px);
}
.cardgap {
    gap: 50px;
}
/* Sec4 */
.why-img-box2 img {
    width: 100%;
    border-radius: 20px;
    height: 550px;
    object-fit: cover;
}
.why-feature-wrap {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.why-feature-card2 {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  background: #f5f5f5;
  padding: 25px 30px;
  border-radius: 18px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.04);
  transition: all 0.3s ease;
}
.why-feature-card2:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.06);
}
.why-feature-card2 .box-icon img {
  width: 45px;
  height: 45px;
  filter: brightness(0) saturate(100%) 
          invert(42%) sepia(86%) 
          saturate(744%) hue-rotate(165deg) 
          brightness(95%) contrast(92%);
}
.box-title {
  font-size: 24px;
  font-weight: 600;
  color: #000;
  margin-bottom: 8px;
}
.box-text {
    font-size: 16px;
    line-height: 1.6;
    color: #000;
    margin: 0;
    text-align: justify;
    font-weight: 500;
}
.btn-wrap .th-btn {
  background: #6c63ff;
  color: #fff;
  padding: 14px 28px;
  border-radius: 50px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
  box-shadow: 0 10px 25px rgba(108, 99, 255, 0.25);
}
.bold {
    font-weight: 800;
}
.btn-wrap .th-btn:hover {
  background: #574fd6;
  transform: translateY(-3px);
}
@media (max-width: 991px) {
  .hero-style14 .hero-title {
    font-size: 32px;
  }
  .paragraph1 {
    max-width: 100%;
  }
}
/* Sec5 */
.glass-section {
  background: linear-gradient(90deg, #01274c 0%, #000 40%, #028fcd 100%);
  padding: 50px 0;
}
.glass-section1 {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: auto;
}
.glass-card {
    position: relative;
    height: 350px;
    background-size: cover;
    background-position: center;
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.glass-overlay {
  width: 85%;
  padding: 30px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: #fff;
  text-align: center;
  transition: 0.4s ease;
}
.glass-overlay h4 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
}
.glass-overlay p {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  text-align: justify;
}
.glass-card:hover .glass-overlay {
  transform: translateY(-8px);
  background: rgba(255, 255, 255, 0.22);
}
/* Sec7 */
.quick-stripe {
  background: url(../images/stripe.webp);
  color: #fff;
  padding: 50px 0;
  overflow: hidden;
}
.stripe-item {
  font-size: 40px;
  font-weight: 600;
  padding: 10px 0;
}
#quickStripeSlider .carousel-item {
  transition: transform 0.8s ease-in-out;
}
#quickStripeSlider .carousel-item-next,
#quickStripeSlider .active.carousel-item-end {
  transform: translateX(100%);
}
#quickStripeSlider .carousel-item-prev,
#quickStripeSlider .active.carousel-item-start {
  transform: translateX(-100%);
}
/* Sec8 */
.about-circle-wrap {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
}
.about-circle {
    display: flex;
    align-items: center;
    gap: 20px;
}
.progressbar {
    width: 90px;
    height: 90px;
    position: relative;
}
.progressbar .circle {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: conic-gradient(#0B59DB calc(var(--percent) * 1%), #1c2e55 0%);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.progressbar .circle::before {
    content: "";
    position: absolute;
    width: 70px;
    height: 70px;
    background: #071a3c;
    border-radius: 50%;
}
.circle-num {
    position: relative;
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    z-index: 2;
}
.media-body .box-title {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    color: #e5ecff;
    max-width: 160px;
}
.img-box14 {
    position: relative;
    text-align: center;
}
.img-box14 .img1 img {
    width: 100%;
    height: auto;
}
@media (max-width: 991px) {
    .hero-style14 .hero-title {
        font-size: 32px;
    }
    .about-circle-wrap {
        gap: 25px;
    }
    .about-circle {
        flex-direction: column;
        align-items: flex-start;
    }
}
/* Sec9 */
.img-box15 .img1 img {
    max-width: 100%;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
}
.about-15-title-box {
    position: relative;
}
.about-feature-wrap {
    margin-top: 20px;
}
.about-feature-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.about-feature-list ul li {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    margin-bottom: 15px;
}
.about-feature-icon {
    width: 40px;
    height: 40px;
    min-width: 28px;
    background: #01274c;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
}
.about-feature-icon img {
    width: 30px;
    height: auto;
}
.th-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #0B59DB;
    color: #fff;
    padding: 14px 28px;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}
.th-btn:hover {
    background: #084bb8;
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(11, 89, 219, 0.25);
}
.shape-mockup img {
    opacity: 0.6;
    animation: floatY 4s ease-in-out infinite;
}
@keyframes floatY {
    0%,100% { transform: translateY(0); }
    50% { transform: translateY(-15px); }
}
@media (max-width: 1199px) {
    .about-area {
        padding: 90px 0;
    }
    .sec-title {
        font-size: 34px;
    }
}
@media (max-width: 767px) {
    .about-area {
        padding: 70px 0;
    }

    .sec-title {
        font-size: 28px;
    }
    .img-box15 {
        margin-bottom: 30px;
    }
}
/* Sec10 */
.category-area {
    position: relative;
    overflow: hidden;
    background-image: url(../images/sec10bg.jpg);
    width: 100%;
    height: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0;
}
.categorySlider {
    overflow: visible !important;
    perspective: 1600px;
    padding: 60px 0;
}
.categorySlider .swiper-wrapper {
    transition-timing-function: linear !important;
    align-items: center;
}
.categorySlider .swiper-slide {
    width: 312px !important;
    height: auto;
    display: flex;
    justify-content: center;
    transition: transform 0.25s ease, opacity 0.25s ease;
    will-change: transform;
}
.categorySlider .category-card {
    width: 350px;
    height: auto;
    background: #ffffff;
    border-radius: 24px;
    padding: 24px;
    text-align: center;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
    transition: box-shadow 0.4s ease;
}
.categorySlider .category-card:hover {
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.15);
}
.categorySlider .box-img {
    height: auto;
    width: 300px;
    overflow: hidden;
    border-radius: 18px;
    margin-bottom: 20px;
}
.categorySlider .box-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 18px;
    transition: transform 0.5s ease;
}
.categorySlider .category-card:hover .box-img img {
    transform: scale(1.05);
}
.categorySlider .box-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
}
.categorySlider .box-title a {
    text-decoration: none;
    color: #111827;
    transition: color 0.3s ease;
}
.categorySlider .box-title a:hover {
    color: #0B59DB;
}
.categorySlider .sec-text {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    line-height: 1.7;
}
.categorySlider .swiper-pagination,
.categorySlider .swiper-button-next,
.categorySlider .swiper-button-prev {
    display: none !important;
}
@media (max-width: 992px) {
    .categorySlider .swiper-slide {
        width: 260px !important;
    }
}
@media (max-width: 576px) {
    .categorySlider .swiper-slide {
        width: 220px !important;
    }
}
/* Sec11 */
.cta.about-area {
    position: relative;
}
.cta.about-area::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: radial-gradient(#e6e9f2 1px, transparent 1px);
    background-size: 40px 40px;
    opacity: 0.4;
}
.cta.about-area .row {
    align-items: center;
    position: relative;
}
.about-area6 {
    background: #fff;
    padding: 70px;
    border-radius: 28px;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.07);
    position: relative;
    z-index: 3;
    width: 100%;
    height: 700px;
}
@media (min-width: 1200px) {
    .about-area6 {
        transform: translateX(80px);
    }
}
.img-box5 {
    position: relative;
    z-index: 1;
}
.img-box5 .img1 img {
    width: 100%;
    border-radius: 35px;
    box-shadow: 0 40px 90px rgba(0, 0, 0, 0.08);
}
.about-item {
    display: flex;
    gap: 20px;
    margin-bottom: 25px;
}
.about-item .icon {
    width: 55px;
    height: 55px;
    background: #eef2ff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2d6cdf;
    font-size: 20px;
    flex-shrink: 0;
}
.box-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #111827;
}
.about-item_text {
    font-size: 14px;
    color: #6b7280;
    line-height: 1.6;
}
.th-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 30px;
    background: #01274c;
    color: #fff;
    border-radius: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}
.th-btn:hover {
    background: #1e4fbf;
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(45, 108, 223, 0.3);
}
.feelfree .about-feature-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.feelfree .about-feature-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.feelfree .about-feature-list ul li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    background: #dbd9d9;
    padding: 20px;
    border-radius: 16px;
    margin-bottom: 18px;
    transition: all 0.3s ease;
    text-align: left;
}
.feelfree .about-feature-list ul li:hover {
    background: #ffffff;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.06);
    transform: translateY(-4px);
}
.feelfree .about-feature-icon {
    width: 55px;
    height: 55px;
    min-width: 55px;
    border-radius: 12px;
    background: linear-gradient(135deg, #01274c, #028fcd);
    display: flex;
    align-items: center;
    justify-content: center;
}
.feelfree .about-feature-icon img {
    width: 26px;
}
.feelfree .bold {
    font-weight: 800;
    color: #000;
    margin-right: 6px;
    font-size: 16px;
}
.feelfree .about-feature-list ul li {
    font-size: 16px;
    color: #000;
    line-height: 1.7;
    align-items: center;
}
@media (max-width: 576px) {
    .feelfree .about-feature-list ul li {
        flex-direction: column;
        align-items: flex-start;
    }
}
/* Sec12 */
.logo-marquee{
background: transparent;
}
.logo-slider{
position:relative;
width:100%;
overflow:hidden;
}
.logo-track{
display:flex;
align-items:center;
width:max-content;
animation: scrollLogo 25s linear infinite;
}
.logo-track img {
    height: auto;
    margin: 0 50px;
    opacity: 0.8;
    transition: all .3s ease;
    width: 100%;
}
.logo-track img:hover{
opacity:1;
transform:scale(1.1);
}
@keyframes scrollLogo{
0%{
transform:translateX(0);
}
100%{
transform:translateX(-50%);
}
}
/* Sec13 */
.faq-section {
     position: relative;
    overflow: hidden;
    background-image: url(../images/sec10bg.jpg);
    width: 100%;
    height: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0;
}
.accordion-item{
border:none;
margin-bottom:10px;
border-radius:6px;
overflow:hidden;
box-shadow:0 2px 10px rgba(0,0,0,0.05);
}
.accordion-button{
font-weight:600;
font-size:18px !important;
padding:15px 18px;
color: #000 !important;
}
.accordion-button:not(.collapsed){
background:#0d6efd;
color:#fff;
}
.accordion-body {
    font-size: 16px;
    line-height: 1.7;
    color: #000;
    font-weight: 500;
    text-align: justify;
}
.accordion-button::after{
display:none;
}
.accordion-button{
position:relative;
padding-right:40px;
}
.accordion-button::before{
content:"−";
position:absolute;
right:18px;
font-size:22px;
font-weight:600;
color:#0d6efd;
}
.accordion-button.collapsed::before{
content:"+";
}
/* Sec14 */
.blogs-area {
    background: #ffffff;
}
.blog-card {
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid #ebe9e8;
    box-shadow: 0 8px 30px rgba(0,0,0,0.04);
    transition: all 0.3s ease;
    height: 100%;
}
.blog-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 45px rgba(0,0,0,0.08);
}
.blog-img {
    position: relative;
    height: 300px;
    overflow: hidden;
}
.blog-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.blog-tag {
    position: absolute;
    top: 15px;
    left: 15px;
    background: linear-gradient(135deg, #896b4c, #c2a574, #896b4c);
    color: #fff;
    padding: 5px 12px;
    font-size: 12px;
    border-radius: 20px;
}
.blog-content {
    padding: 22px;
}
.blog-content h4 {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    margin-bottom: 10px;
}
.blog-content p {
    font-size: 16px;
    color: #000;
    font-weight: 500;
    line-height: 1.7;
    text-align: justify;
}
.blog-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 18px;
}
.blog-date {
    font-size: 16px;
    color: #000;
    font-weight: 500;
}
.read-more {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    text-decoration: none;
    background: #01274c;
    color: #fff;
    padding: 10px;
    border-radius: 10px;
}
.read-more:hover {
    background: #01274c;
    color: #fff;
}
p {
    font-weight: 500 !important;
}
.btn-dark  {
    background: #01274c !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    color: #fff;
}
.hero-buttons .btn:hover {
    background: #01274c;
}
.btn-dark:hover {
    background:#01274c !important;
    color: #fff !important;
}
.blog-meta {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    color: #000;
    font-weight: 500;
}
.blog-meta span{
margin:0 8px;
}
.meta-icon{
width:16px;
height:16px;
object-fit:contain;
margin-right:4px;
}
/* Footer */
.footer-layout10 {
    background: linear-gradient(90deg, #01274c 0%, #000 40%, #028fcd 100%);
    color: #fff;
    position: relative;
    overflow: hidden;
    padding: 50px 0 0 0;
}
.shadow-title{
position:absolute;
right:5%;
top:20px;
font-size:220px;
font-weight:800;
color:rgba(255,255,255,0.03);
pointer-events:none;
}
.about-logo img {
    width: 100%;
    margin-bottom: 20px;
    height: auto;
}
.about-text {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 20px;
    color: #fff;
    text-align: justify;
    font-weight: 500;
}
.th-social{
display:flex;
gap:12px;
}
.th-social a{
width:40px;
height:40px;
border-radius:50%;
border:1px solid rgba(255,255,255,0.2);
display:flex;
align-items:center;
justify-content:center;
color:#fff;
font-size:14px;
transition:0.3s;
}
.th-social a:hover{
background:#0b5ed7;
border-color:#0b5ed7;
}
.widget_title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #fff;
    border-bottom: 2px solid #fff;
    width: fit-content;
    padding-bottom: 5px;
}
.footer-widget ul{
padding:0;
margin:0;
list-style:none;
}
.footer-widget ul li{
margin-bottom:14px;
}
.footer-widget ul li a {
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    transition: .3s;
    font-weight: 500;
}
.footer-widget ul li a:hover{
color:#fff;
padding-left:6px;
}
.info-box_text{
display:flex;
gap:15px;
margin-bottom:20px;
align-items:flex-start;
}
.info-box_text .icon {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.info-box_text .icon img{
width:20px;
height: 20px;
}
.info-box_text .details p {
    margin: 0;
    font-size: 16px;
    color: #fff;
    text-align: justify;
    font-weight: 500;
}
.info-box_link{
color:#fff;
text-decoration:none;
}
.info-box_link:hover{
color:#fff;
}
.footer-newsletter-style3 h4{
font-size:22px;
margin-bottom:25px;
color:#fff;
}
.newsletter-title{
font-size:15px;
margin-bottom:10px;
color:#cfd6e4;
}
.footer-search-contact form{
position:relative;
}
.footer-search-contact input{
width:100%;
padding:15px 60px 15px 20px;
border-radius:30px;
border:1px solid rgba(255,255,255,0.15);
background:rgba(255,255,255,0.05);
color:#fff;
outline:none;
}
.footer-search-contact input::placeholder{
color:#9aa6b2;
}
.icon-btn{
position:absolute;
right:6px;
top:6px;
width:44px;
height:44px;
border-radius:50%;
background:#0b5ed7;
border:none;
color:#fff;
display:flex;
align-items:center;
justify-content:center;
font-size:16px;
transition:.3s;
}
.icon-btn:hover{
background:#0a4cb3;
}
.copyright-wrap{
border-top:1px solid rgba(255,255,255,0.08);
margin-top:50px;
padding:20px 0;
}
.copyright-text{
margin:0;
font-size:16px;
color:#fff;
font-weight: 500;
text-align: center;
}
.copyright-text a{
color:#fff;
text-decoration:none;
}
.footer-links ul{
display:flex;
gap:30px;
justify-content:flex-end;
padding:0;
margin:0;
list-style:none;
}
.footer-links ul li a{
font-size:14px;
color:#9aa6b2;
text-decoration:none;
transition:.3s;
}
.footer-links ul li a:hover{
color:#fff;
}
@media (max-width:991px){
.footer-links ul{
justify-content:center;
margin-top:10px;
}
.shadow-title{
display:none;
}
}
.footer-blog{
margin-top:15px;
}
.footer-blog-item{
display:flex;
align-items:center;
gap:12px;
margin-bottom:18px;
}
.footer-blog-img{
width:70px;
height:55px;
overflow:hidden;
border-radius:4px;
flex-shrink:0;
}
.footer-blog-img img{
width:100%;
height:100%;
object-fit:cover;
}
.footer-blog-content a {
    font-size: 16px;
    color: #ffffff;
    line-height: 1.7;
    text-decoration: none;
    transition: 0.3s;
    display: block;
    font-weight: 500;
}
.footer-blog-content a:hover{
color:#1ea4ff;
}
/* Subbanner */
.breadcumb-area{
    background-image: url(../images/breadcumb-bg.jpg);
}
.breadcumb-wrapper{
position:relative;
background-size:cover;
background-position:center;
background-repeat:no-repeat;
padding:50px 0;
border-radius:20px;
overflow:hidden;
}
.breadcumb-wrapper::before{
content:"";
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
background:rgba(3,24,46,0.85);
z-index:1;
}
.breadcumb-content{
position:relative;
z-index:2;
text-align:center;
color:#fff;
}
.breadcumb-title{
font-size:36px;
font-weight:700;
margin-bottom:15px;
color:#fff;
}
.breadcumb-menu{
list-style:none;
padding:0;
margin:0;
display:flex;
justify-content:center;
align-items:center;
gap:10px;
font-size:18px;
}
.breadcumb-menu li {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}
.breadcumb-menu li a{
color:#fff;
text-decoration:none;
transition:0.3s;
}
.breadcumb-menu li a:hover{
color:#0ea5e9;
}
.breadcumb-menu li + li::before{
content:"»";
margin-right:10px;
color:#fff;
}
/* Portfolio Sec1 */
.portfolio-section{
background:#f7f9fc;
padding:80px 0;
}
.portfolio-search input {
    height: 50px;
    border-radius: 6px;
    color: #000;
    font-size: 16px;
    font-weight: 500;
}
.portfolio-card {
    display: flex;
    gap: 18px;
    padding: 18px;
    background: #fff;
    padding: 20px;
    box-shadow:0 6px 18px rgba(0,0,0,0.08);
    border-radius: 8px;
    margin-bottom: 20px;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.portfolio-card img{
width:100%;
height:auto;
object-fit:cover;
border-radius:6px;
}
.portfolio-content h5{
font-size:18px;
font-weight:600;
margin-bottom:5px;
}
.portfolio-content p {
    font-size: 16px;
    color: #000;
    margin: 0;
    line-height: 1.7;
    text-align: justify;
}
.portfolio-sidebar{
background:#fff;
padding:25px;
border-radius:8px;
box-shadow:0 6px 18px rgba(0,0,0,0.08);
position: sticky;
top:120px;   /* distance from top when scrolling */
}
.portfolio-sidebar a {
    text-decoration: none;
    color: #0d6efd;
    font-size: 16px;
    transition: 0.3s;
    font-weight: 500;
}
.portfolio-sidebar ul{
list-style:none;
padding:0;
margin:0;
}
.portfolio-sidebar li{
margin-bottom:10px;
}
.portfolio-sidebar a{
text-decoration:none;
color:#0d6efd;
font-size:15px;
transition:0.3s;
}
.portfolio-sidebar a:hover{
padding-left:6px;
color:#000;
}
.portfolio-sidebar a.active{
color:#000;
font-weight:700;
padding-left:6px;
}
#categoryFilter a.active{
font-weight:600;
color:#0d6efd;
}
.portfolio-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin-right: auto;
    padding-left: 20px;
    gap: 15px;
    margin-top: 10px;
}
@media(max-width:768px){
.portfolio-card{
flex-direction:column;
align-items:flex-start;
}
.portfolio-card img{
width:100%;
height:auto;
}
}
/* About sec1 */
.about-area{
position:relative;
overflow:hidden;
}
.title-area .sub-title{
display:inline-block;
font-size:14px;
font-weight:600;
color:#2563eb;
margin-bottom:10px;
}
.sec-title{
font-size:48px;
font-weight:700;
line-height:1.2;
color:#111827;
max-width:520px;
}
.sec-text{
font-size:16px;
line-height:1.8;
color:#6b7280;
max-width:520px;
}
.img-box8{
position:relative;
}
.img-box8 .img1,
.img-box8 .img2{
border-radius:25px;
overflow:hidden;
}
.img-box8 img{
width:100%;
display:block;
border-radius:25px;
}
.img-box8 .img3{
border-radius:30px;
overflow:hidden;
margin-bottom:40px;
}
.img-box8 .img3 img {
    width: 100%;
    border-radius: 30px;
    height: 400px;
    object-fit: cover;
}
.about-item-wrap{
margin-top:20px;
}
.about-item{
display:flex;
gap:20px;
align-items:flex-start;
margin-bottom:25px;
}
.about-item_img{
width:55px;
height:55px;
min-width:55px;
background:#2563eb;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
}
.about-item_img img{
width:20px;
filter:brightness(0) invert(1);
}
.box-title{
font-size:20px;
font-weight:600;
color:#111827;
margin-bottom:5px;
}
.about-item_text{
font-size:15px;
color:#6b7280;
line-height:1.6;
max-width:380px;
}
@media (max-width:1200px){
.sec-title{
font-size:40px;
}
}
@media (max-width:992px){
.about-area{
padding:70px 0;
}
.img-box8 .img3{
margin-top:30px;
}
.sec-title{
font-size:34px;
}
}
@media (max-width:576px){
.sec-title{
font-size:28px;
}
.sec-text{
font-size:14px;
}
.about-item{
flex-direction:column;
align-items:flex-start;
}
.about-item_img{
margin-bottom:10px;
}
}
/* Sec2 */
.process-section {
     position: relative;
    overflow: hidden;
    background-image: url(../images/sec10bg.jpg);
    width: 100%;
    height: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0;
}
.process-section .container {
    max-width: 1200px !important;
    height: auto;
}
.process-title{
    text-align:center;
    margin-bottom:70px;
}
.process-title span{
    color:#5d5df6;
    font-weight:600;
}
.process-title h2{
    font-size:40px;
    margin-top:10px;
}
.process-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:40px;
}
.process-card {
    background: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 220px 220px 220px 220px;
    padding: 120px 40px 10px;
    text-align: center;
    position: relative;
    width: 300px;
    height: 580px;
    margin: auto;
}
.process-image {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    padding: 10px; 
    background: linear-gradient(90deg, #01274c 0%, #000 40%, #028fcd 100%);
}
.process-image img{
    width:100%;
    height:100%;
    border-radius:50%;
    object-fit:cover;
}
.process-card h3 {
    font-size: 20px;
    margin-bottom: 12px;
    color: #000;
    margin-top: 100px;
    font-weight: 700;
}
.process-card p{
    font-size:16px;
    line-height:1.7;
    color:#000;
    text-align: justify;
}
@media(max-width:1200px){
    .process-grid{
        grid-template-columns:repeat(3,1fr);
    }
}
@media(max-width:900px){
    .process-grid{
        grid-template-columns:repeat(2,1fr);
    }
}
@media(max-width:600px){
    .process-grid{
        grid-template-columns:1fr;
    }
}
/* Sec4 */
.ml-section{
background:#fff;
}
.ml-card{
background:
linear-gradient(
135deg,
rgba(1,39,76,1) 0%,
rgba(1,112,163,0.8) 50%,
rgba(2,143,205,0.6) 100%
),
url("../images/cardbgmist.jpg");
background-size:cover;
background-position:center;
background-repeat:no-repeat;
padding:45px 40px;
border-radius:30px;
position:relative;
height:450px;
width:450px;
transition:0.3s;
clip-path: polygon(
0% 0%,
85% 0%,
100% 15%,
100% 100%,
15% 100%,
0% 85%
);
display:flex;
flex-direction:column;
}
.ml-card:hover{
transform:translateY(-6px);
}
.read-more1{
font-weight:600;
color:#000;
background: #fff;
text-decoration:none;
font-size:16px;
margin-top:auto;
align-self:flex-end;
}
.read-more1 span{
margin-left:6px;
}
.ml-icon {
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    padding: 30px;
}
.ml-icon img{
width:30px;
height: auto;
}
.ml-card h3{
font-size:24px;
font-weight:700;
color:#fff;
margin-bottom:15px;
}
.ml-card p{
font-size:16px;
line-height:1.7;
color:#fff;
margin-bottom:15px;
font-weight: 500;
text-align: justify;
}
/* Web services Sec1 */
.webpageimg img{
    border-radius: 30px;
}
/* Sec2 */
.process-box-img-wrap{
position:relative;
width:100%;
height:auto;
display: flex;
align-items: center;
justify-content: center;
z-index: 1;
margin: 50% 30% 0 -25%;
}
.process-box-img{
position:absolute;
top:50%;
left:50%;
width:600px;
height:500px;
transform-origin:center;
transition:all .6s cubic-bezier(.25,.8,.25,1);
border-radius:20px;
overflow:hidden;
box-shadow:0 20px 40px rgba(0,0,0,0.15);
}
.box-img{
width:100%;
height:100%;
object-fit:cover;
}
.process-box-img:nth-child(1) {
    transform: translate(-10%,0%) rotate(0deg);
    z-index: 5;
}
.process-box-img:nth-child(2) {
    transform: translate(-17%,-10%) rotate(-5deg);
    z-index: 4;
}
.process-box-img:nth-child(3) {
    transform: translate(-23%,-22%) rotate(-10deg);
    z-index: 3;
}
.process-box-img:nth-child(4) {
    transform: translate(-33%,-37%) rotate(-15deg);
    z-index: 2;
}
.process-box-img:nth-child(5) {
    transform: translate(-41%,-50%) rotate(-15deg);
    z-index: 1;
}
.process-box-img.active-img{
transform: translate(-10%,0%) rotate(0deg);
z-index:10;
box-shadow:0 30px 60px rgba(0,0,0,0.25);
}
.process-card4{
display:flex;
justify-content:space-between;
align-items:center;
padding:28px 30px;
margin-bottom:20px;
border-radius:10px;
background:#fff;
box-shadow:0 10px 25px rgba(0,0,0,0.08);
cursor:pointer;
transition:all .3s ease;
}
.process-card4:hover{
background:#01274c;
color:#fff;
transform:translateX(8px);
}
.process-card4:hover .box-number{
color:#028fcd;
}
.box-title1{
font-size:20px;
font-weight:700;
margin-bottom:8px;
color: #000;
}
.box-text1 {
    font-size: 16px;
    color: #000;
    font-weight: 500;
    text-align: justify;
    width: 80%;
}
.process-card4:hover .box-text1, .process-card4:hover .box-title1 {
    color: #fff;
} 
.box-number {
    font-size: 80px;
    font-weight: 700;
    color: #d1d5db;
}
/* Sec3 */
.project-box-wrapper .project-card-items h4 {
    position: absolute;
    top: 55px;
    left: 55px;
    font-size: 36px;
    font-weight: 700;
    color: #d1d5db;
}
.project-box-wrapper .project-card-items .project-content h3 a:hover {
    color: var(--theme);
    background-size: 100% 2px;
    background-image: linear-gradient(180deg, var(--theme) 0%, var(--theme) 100%);
}
.project-box-wrapper .project-card-items .project-content h3 a {
    background-position: 0 95%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    display: inline;
}
.project-box-wrapper .project-card-items .project-content p {
    max-width: 601px;
    margin-bottom: 25px;
      text-align: justify;
}
.theme-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    -webkit-appearance: none;
    appearance: none;
    outline: none !important;
    border: none;
    font-weight: 700;
    font-size: 16px;
    color: #000;
    padding: 16px 40px 14px;
    transition: 0.5s ease-in-out;
    text-transform: capitalize;
    overflow: hidden;
    gap: 10px;
    text-align: center;
    background-color: #fff;
    z-index: 1;
    border-radius: 100px;
    border: 1px solid #000;
}
.theme-btn:hover {
  color: #000 !important;
}
.project-box-wrapper .project-card-items .project-content .list li a {
    border: 1px solid rgba(2, 6, 10, 0.1);
    border-radius: 35px;
    font-size: 15px;
    font-weight: 600;
    padding: 4px 8px;
    margin: 0 2px;
}
.project-box-wrapper .project-card-items .project-thumb img {
    width: 100% !important;
    height: 100% !important;
    border-radius: 10px;
}
a {
    text-decoration: none;
    outline: none !important;
    cursor: pointer;
    color: #000;
    transition: all 0.4s ease-in-out;
}
.fix {
    overflow: hidden;
}
.project-box-wrapper {
    margin-top: 8px;
}
.section-title {
    position: relative;
    margin-bottom: 30px;
}
.project-box-wrapper .project-card-items {
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 10px 10px 100px;
    border-radius: 10px;
    position: relative;
    margin-bottom: 25px;
    border: 1px solid #e5e7eb;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    margin-bottom: 20px;
}
.project-box-wrapper .project-card-items .project-content h3 {
    font-size: 30px;
    font-weight: 700;
    color: #01274c;
    margin-bottom: 20px;
    width: 601px;
}
/* Sec4 */
.faq-section1 {
     position: relative;
    overflow: hidden;
    background-image: url(../images/faqbg2.jpg);
    width: 100%;
    height: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0;
}
.faq-section1 .hero-title {
    color: #fff;
}
/* Webservices Sec1 */
.course-card {
    position: relative;
    border-radius: 26px;
    padding: 30px;
    height: 250px;
    overflow: hidden;
    transition: 0.3s;
}
.course-card:hover{
transform:translateY(-6px);
}
.bg-green{ background:#01274c; }
.bg-orange{ background:#028fcd; }
.bg-blue{ background:#01274c; }
.course-content{
position:absolute;
bottom:30px;
left:30px;
z-index:2;
max-width:55%;
}
.badge-level{
display:inline-block;
font-size:12px;
border:1px solid #000;
border-radius:20px;
padding:3px 12px;
margin-bottom:10px;
}
.course-card h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #fff;
}
.course-card p{
color: #fff
}
.course-img {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 150px;
    height: auto;
    border-radius: 16px;
    overflow: hidden;
}
.course-img img{
width:100%;
height:100%;
object-fit:cover;
}
.arrow-btn {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: none;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    font-size: 20px;
    font-weight: 800;
}
.layout-middle .course-content{
top:30px;
bottom:auto;
}
.layout-middle .course-img{
top:auto;
bottom:25px;
right:25px;
}
.layout-middle .arrow-btn{
top:auto;
bottom:25px;
}
/* Webdeveleopment sec1 */
.service-card{
background:url("../images/cardbg2.jpg");
border-radius:14px;
padding:40px 25px;
color:#fff;
position:relative;
overflow:hidden;
width: 100%;
height: auto;
display:flex;
flex-direction:column;
justify-content:center;
}
.service-card *{
position:relative;
z-index:2;
}
.service-icon {
    margin-bottom: 20px;
}
.service-icon img{
width:100px;
}
.service-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #fff;
}
.service-buttons a {
    color: #000;
    padding: 10px;
    font-size: 16px;
    font-weight: 500;
    background: #fff;
    border-radius: 30px;
}
.service-buttons a:hover {
    color: #000;
    padding: 10px;
    font-size: 16px;
    font-weight: 500;
    background: #fff;
    border-radius: 30px;
}
.service-buttons{
display:flex;
justify-content:center;
gap:12px;
flex-wrap:wrap;
}
.btn-explore{
background:#1e90ff;
color:#fff;
padding:8px 20px;
border-radius:30px;
font-size:14px;
}
.btn-portfolio{
background:#0b6ccf;
color:#fff;
padding:8px 20px;
border-radius:30px;
font-size:14px;
}
/* Sec6 */
.marquee-section{
background:#0a1f44;
overflow:hidden;
padding: 20px;
}
.marquee{
width:100%;
overflow:hidden;
white-space:nowrap;
}
.marquee-track{
display:inline-flex;
gap:60px;
animation:marquee 20s linear infinite;
}
.marquee-track span {
    color: #fff;
    font-size: 26px;
    font-weight: 600;
    white-space: nowrap;
}
@keyframes marquee{
0%{
transform:translateX(0);
}
100%{
transform:translateX(-50%);
}
}
/* Services-details page 3 */
.detailsimg img{
    border-radius: 30px;
}
/* Services page 2 */
.location-grid {
    position: relative;
    overflow: hidden;
    color: #fff;
    padding: 15px;
    background: linear-gradient(135deg, #01274c 0%, #0170a3 50%, #028fcd 100%);
    font-size: 16px;
    font-weight: 500;
    border-radius: 5px;
    text-align: center;
}
.location-grid::before {
    content: "";
    position: absolute;
    top: 0;
    left: -150%;
    width: 60%;
    height: 100%;
    background: linear-gradient(
        120deg,
        transparent 0%,
        rgba(255, 255, 255, 0.35) 50%,
        transparent 100%
    );
    animation: shineMove 2.5s linear infinite;
}
@keyframes shineMove {
    0% {
        left: -150%;
    }
    100% {
        left: 150%;
    }
}
/* Sec2 */
.cta-strip{
width: 100%;
height: auto;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
padding: 20px 0;
position:relative;
background: url(../images/ctabtn.jpg);
}
.cta-strip .container{
position:relative;
z-index:2;
}
.cta-text{
color:#fff;
font-size:28px;
font-weight:600;
margin:0;
}
.cta-btn{
background:#39b54a;
color:#fff;
padding:10px 28px;
border-radius:40px;
text-decoration:none;
font-weight:600;
display:inline-flex;
align-items:center;
gap:8px;
font-size:16px;
}
.cta-btn i{
font-size:20px;
}
.cta-btn:hover{
background:#2da63d;
color:#fff;
}
/* Sec1 */
.image-card {
    padding: 12px;
}
.image-card img {
  width: 100%;
  height: 550px;
  object-fit: cover;
}
.info-card {
    background: #fff;
    border-radius: 16px;
    padding: 22px;
    height: 100%;
    box-shadow: 0 6px 20px rgba(0,0,0,0.06);
}
.info-card.wide {
    background: #ffffff;
}
.bg-light .info-card h5 {
    font-weight: 800;
    color: #1d4e77;
    margin-bottom: 8px;
    font-size: 20px;
}
.info-card p {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.7;
    margin-bottom: 0;
}
.feature-list {
    list-style: none;
    padding-left: 0;
    margin: 0;
}
.feature-list li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
    color: #000;
    font-size: 18px;
    font-weight: 500;
    text-align: left;
    line-height: 1.7;
}
.feature-list li::before {
    content: "⚽";
    position: absolute;
    left: 0;
    color: #0d6efd;
    font-weight: 600;
}
.bg-light {
    background-color: #15304b !important;
    padding: 50px 0;
}
/* Sec2 */
.testimonial-section{
position:relative;
padding:50px 0;
background-image:url("../images/testi_bg_1.jpg");
background-size:cover;
background-position:center;
}
.testimonial-section .testi-card{
background:#061a33;
border-radius:30px;
padding:30px;
display:flex;
align-items:center;
gap:50px;
color:#fff;
}
.testimonial-section .testi-content{
max-width:520px;
}
.testimonial-section .box-text{
color:#fff;
margin-bottom:15px;
}
.testimonial-section .box-profile{
display:flex;
align-items:center;
gap:15px;
}
.testimonial-section .box-avater img{
width:60px;
height:60px;
border-radius:50%;
object-fit:cover;
}
.testimonial-section .box-title{
font-size:20px;
margin-bottom:3px;
}
.testimonial-section .box-desig{
font-size:14px;
color:#4da3ff;
}
.testimonial-section .testi-image{
position:relative;
}
.testimonial-section .testi-image img{
width:260px;
height:320px;
object-fit:cover;
border-radius:18px;
display:block;
}
.testimonial-section .consult-btn{
position:absolute;
bottom:15px;
left:50%;
transform:translateX(-50%);
background:#0d6efd;
color:#fff;
padding:10px 22px;
font-size:14px;
border-radius:25px;
text-decoration:none;
font-weight:500;
transition:0.3s;
white-space:nowrap;
}
.testimonial-section .consult-btn:hover{
background:#084298;
color:#fff;
}
@media (max-width:992px){
.testimonial-section .testi-card{
flex-direction:column;
text-align:center;
}
.testimonial-section .testi-image img{
width:100%;
height:auto;
}
}
/* Sec3 */
.optimizated{
position:relative;
overflow:hidden;
}
.squre-shape{
display:inline-block;
width:8px;
height:8px;
background:#0B59DB;
}
.about-wrap13{
display:grid;
grid-template-columns:repeat(3, 1fr);
gap:20px;
align-items:center;
margin-top:10px;
}
.about-wrap-counter{
display:flex;
flex-direction:column;
gap:30px;
}
.about-circle2{
background:#071a34;
color:#fff;
border-radius:18px;
padding:35px 25px;
text-align:center;
box-shadow:0 20px 40px rgba(0,0,0,0.1);
}
.about-circle2 .box-title{
font-size:16px;
margin-top:15px;
line-height:1.5;
color:#fff;
}
.img-box13-2 img{
width:100%;
border-radius:14px;
}
.about-wrapp-content{
max-width:520px;
}
.sec-text{
color:#6c7380;
line-height:1.7;
font-size:15px;
}
.about-item-wrap {
    margin-top: 0px;
    display: flex;
    flex-direction: column;
    gap: 0px;
}
.about-item{
display:flex;
gap:18px;
align-items:flex-start;
}
.about-item_img{
background:#eef1f7;
width:60px;
height:60px;
border-radius:12px;
display:flex;
align-items:center;
justify-content:center;
}
.about-item_img img{
width:28px;
}
.about-item_centent .box-title{
font-size:20px;
font-weight:600;
color:#1c2430;
margin-bottom:4px;
}
.about-item_text{
font-size:14px;
color:#6c7380;
line-height:1.6;
}
.th-btn{
background:#0b1a33;
color:#fff;
padding:14px 28px;
border-radius:40px;
text-decoration:none;
display:inline-flex;
align-items:center;
gap:10px;
font-size:15px;
}
.th-btn:hover{
background:#0B59DB;
color:#fff;
}
.img-box13-1{
position:relative;
}
.img-box13-1 img{
width:100%;
border-radius:18px;
}
.about-wrap-counter.style2{
position:absolute;
bottom:-40px;
right:-40px;
background:#1e5bd8;
border-radius:18px;
padding:25px;
color:#fff;
width:200px;
box-shadow:0 20px 40px rgba(0,0,0,0.15);
}
.about-wrap-counter.style2 .box-title{
font-size:15px;
margin-top:10px;
color:#fff;
}
.discount-tag{
position:absolute;
top:-40px;
right:40px;
text-align:center;
}
.discount-tag .icon img{
width:60px;
}
.discount-wrapp{
margin-top:10px;
font-size:12px;
letter-spacing:2px;
color:#333;
}
@media (max-width:1200px){
.about-wrap13{
grid-template-columns:1fr;
gap:40px;
}
.about-wrap-counter.style2{
position:relative;
bottom:auto;
right:auto;
margin-top:20px;
}
.discount-tag{
display:none;
}
}
/* Sec4 */
.card-section{
background: linear-gradient(135deg, #01274c 0%, #0170a3 50%, #028fcd 100%);
padding:50px 0;
}
.card-section .process-card {
    background: #fff;
    padding: 20px;
    border-radius: 30px;
    position: relative;
    clip-path: polygon(0 0,80% 0,100% 18%,100% 100%,20% 100%,0 82%);
    transition: 0.3s;
    height: auto;
    display:flex;
flex-direction:column;
justify-content:center;
align-items:center;
}
.card-section .process-card:hover{
transform:translateY(-6px);
box-shadow:0 15px 40px rgba(0,0,0,0.08);
}
.card-section .step-badge{
position:absolute;
top:18px;
left:18px;
background:#565a6b;
color:#fff;
padding:6px 18px;
border-radius:20px;
font-size:14px;
font-weight:500;
}
.card-section .icon-box {
    width: 100px;
    height: 100px;
    background: #eef1f6;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px auto 20px;
}
.card-section .icon-box img{
width: 60px;
height: 60px;
}
.card-section .process-card h4{
font-size:20px;
font-weight:600;
margin-bottom:15px;
color: #01274c;
}
.card-section .process-card p{
font-size:15px;
color:#6b7280;
line-height:1.7;
margin:0;
}
.read-more2{
font-weight:600;
color:#fff;
background: #01274c;
text-decoration:none;
font-size:16px;
display:inline-flex;
align-self:flex-end;
}
.read-more2 span{
margin-left:6px;
}
/* Sec5 */
.choose__img-three {
    margin-left: 35px;
    clip-path: polygon(22.689% 0%, 22.689% 0%, 23.219% 0.054%, 23.732% 0.213%, 24.224% 0.471%, 24.69% 0.823%, 25.126% 1.263%, 25.527% 1.787%, 25.889% 2.387%, 26.205% 3.059%, 26.472% 3.798%, 26.685% 4.598%, 27.342% 7.551%, 27.342% 7.551%, 27.555% 8.351%, 27.822% 9.09%, 28.138% 9.762%, 28.499% 10.363%, 28.9% 10.886%, 29.336% 11.326%, 29.803% 11.678%, 30.295% 11.936%, 30.808% 12.095%, 31.337% 12.15%, 95.745% 12.15%, 95.745% 12.15%, 96.435% 12.241%, 97.09% 12.507%, 97.7% 12.932%, 98.258% 13.502%, 98.754% 14.203%, 99.179% 15.019%, 99.525% 15.938%, 99.783% 16.943%, 99.944% 18.022%, 100% 19.159%, 100% 92.991%, 100% 92.991%, 99.944% 94.128%, 99.783% 95.206%, 99.525% 96.212%, 99.179% 97.13%, 98.754% 97.947%, 98.258% 98.648%, 97.7% 99.218%, 97.09% 99.643%, 96.435% 99.908%, 95.745% 100%, 4.255% 100%, 4.255% 100%, 3.565% 99.908%, 2.91% 99.643%, 2.3% 99.218%, 1.742% 98.648%, 1.246% 97.947%, 0.821% 97.13%, 0.475% 96.212%, 0.217% 95.206%, 0.056% 94.128%, 0% 92.991%, 0% 7.009%, 0% 7.009%, 0.056% 5.872%, 0.217% 4.794%, 0.475% 3.788%, 0.821% 2.87%, 1.246% 2.053%, 1.742% 1.352%, 2.3% 0.782%, 2.91% 0.357%, 3.565% 0.092%, 4.255% 0%, 22.689% 0%);
    position: relative;
    width: 100%;
    height: auto;
    object-fit: cover;
}
/* Sec6 */
.faq-section2 {
     position: relative;
    overflow: hidden;
    background-image: unset;
    width: 100%;
    padding: unset;
}
/* E-Tech Sec1 */
.img-box3 .img2 img {
    width: 100%;
    height: 600px;
    object-fit: contain;
}
/* Sec2 */
.about-company-section{
background: #01274c;
padding: 50px 0 0;
position: relative;
}
.arch-img{
overflow:hidden;
border-radius:350px 350px 0px 0px;
background:#ddd;
padding: 0;
box-shadow:0 10px 25px rgba(0,0,0,0.1);
}
.arch-img img{
width:100%;
height:100%;
object-fit:cover;
}
.about-images .center img {
    height: 500px;
}
.about-images .left img, .about-images .right img {
    height: 400px;
}
.about-images{
position:relative;
}
.about-images .col-md-4 {
    padding: 0 0 0 1px;
}
@media(max-width:768px){
.arch-img{
height:220px;
}
.arch-img.center{
height:240px;
}
}
/* Sec3 */
.e-tech .icon_box_all {
    background-color: #ffffff;
    border-radius: 12px;
    border: 1px solid #01274c;
    padding: 30px 20px;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.1); /* even shadow on all sides */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.e-tech .icon_box_all:hover {
    transform: translateY(-5px);
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.15); /* stronger even shadow on hover */
}
.e-tech .icon_box_all .icon_content .icon {
    width: 60px;
    height: 60px;
    background-color: #01274c;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}
.e-tech .icon_box_all .icon_content .icon img {
   width: 40px;
   height: 40px;
}
.e-tech .icon_box_all {
    position: relative; /* ensure absolute small positions relative to this box */
}
.e-tech .icon_box_all .icon_content small {
    display: block;
    font-size: 36px;
    font-weight: 700;
    color: #c5d1f3; /* Light blue number */
    position: absolute;
    top: 20px;  /* consistent spacing from top */
    right: 20px; /* consistent spacing from right */
}
.e-tech .icon_box_all .icon_content .text_box h2,
.e-tech .icon_box_all .icon_content .text_box p {
    font-size: 16px;
    color: #000;
    line-height: 1.7;
    font-weight: 500;
}
.font-20 {
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 20px;
    color: #000;
}
.e-tech .icon_box_all .icon_content .text_box h2 {
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 20px;
}
.e-tech ul.newlist {
    list-style: none;
    padding-left: 0;
    margin: 0;
}
.e-tech ul.newlist li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
    color: #000;
    font-size: 16px;
    font-weight: 500;
}
.e-tech ul.newlist li span {
    position: absolute;
    left: 0;
    top: 0;
    color: #000;
    font-weight: 700;
}
@media (max-width: 991px) {
    .e-tech .title_all_box .title_sections .title {
        font-size: 24px;
    }
    .e-tech .icon_box_all .icon_content small {
        font-size: 28px;
        top: 15px;
        right: 15px;
    }
}
@media (max-width: 575px) {
    .e-tech .icon_box_all {
        padding: 20px 15px;
    }
    .e-tech .icon_box_all .icon_content .icon {
        width: 45px;
        height: 45px;
    }
}
/* Sec4 */
.hex-design {
     display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}
.page-wrap {
     display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.infographic-svg1 { 
    width: 100%; 
    height: auto; 
    display: block; 
    overflow: visible; 
}
/* Sec5 */
.card-design {
    display: flex;
    justify-content: center;
    align-items: center;
}
.card-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.infographic-svg {
    width: 100%;
    height: auto;
}
/* Sec6 */
.illustrator{
position:relative;
z-index:1;
}

/* background illustration */

.illustrator::before{
content:"";
position:absolute;
left:-150px;
top:-180px;
width:1000px;
height:1000px;
background-image:url("../images/illuimg1.webp"); /* your illustrator image */
background-repeat:no-repeat;
background-size:contain;
background-position:left center;
opacity:0.15;
z-index:-1;
}
/* E-Cloud Sec1 */
.illustrator1{
position:relative;
z-index:1;
}
.illustrator1::after{
content:"";
position:absolute;
right:-180px;
bottom:-40px;
width:380px;
height:380px;
background-image:url("../images/illuimg1.webp"); /* right illustrator image */
background-repeat:no-repeat;
background-size:contain;
background-position:right center;
opacity:0.12;
z-index:-1;
}
/* Sec2 */
.cloud-zigzag-section{
padding:50px 0;
background:linear-gradient(135deg,#01274c 0%,#0170a3 50%,#028fcd 100%);
}
.zigzag-sub{
text-align:center;
margin:auto;
margin-bottom:20px;
color:#fff;
font-size:16px;
font-weight:500;
}
.zigzag-wrapper{
max-width:1200px;
margin:auto;
display:grid;
grid-template-columns:repeat(5,1fr);
align-items:center;
gap:40px;
}
.zigzag-item:nth-child(even){
margin-top:120px;
}
.zigzag-content{
width:220px;
height:220px;
background:white;
box-shadow:0 15px 35px rgba(0,0,0,0.06);
transform:rotate(45deg);
display:flex;
align-items:center;
justify-content:center;
border-radius:12px;
margin:auto;
}
.diamond-inner{
transform:rotate(-45deg);
text-align:center;
padding:10px;
}
.diamond-number {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: linear-gradient(135deg,#2563eb,#06b6d4);
    color: white;
    font-size: 30px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px auto;
}
.diamond-inner h4{
font-size:20px;
margin-bottom:6px;
font-weight:700;
}
.zigzag-footer{
margin-top:70px;
background:white;
padding:30px;
border-radius:12px;
text-align:center;
max-width:750px;
margin-left:auto;
margin-right:auto;
box-shadow:0 10px 30px rgba(0,0,0,0.05);
}
/* Sec3 */
.dashboard-grid{
display:grid;
grid-template-columns:2fr 1fr 1fr;
grid-template-rows:repeat(5,120px);
gap:15px;
margin:auto;
}
.dashboard-card {
    background: white;
    border-radius: 14px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.06);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 10px;
    border: 3px solid #01274c;
    transition: .35s;
    height: 100px;
}
.dashboard-card:hover{
transform:translateY(-6px);
box-shadow:0 18px 40px rgba(0,0,0,0.12);
}
.dashboard-card h4 {
    font-size: 18px;
    font-weight: 500;
    color: #000;
    line-height: 1.7;
}
.dashboard-card.hero{
grid-column:1;
grid-row:1 / span 4;
padding:0;
border:none;
height: auto;
}
.dashboard-card.hero img{
width:100%;
height:100%;
object-fit:cover;
border-radius:14px;
}
.dashboard-card.wide:first-of-type{
grid-column:1;
grid-row:5;
}
.dashboard-card.wide:last-of-type{
grid-column:2 / span 2;
grid-row:5;
}
.dashboard-footer {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    color: #000;
    line-height: 1.7;
}
.wide {
    height: 80px;
}
/* Sec4 */
.bg-dark-cloud{
background:#01274c;
padding:50px 40px;
border-radius:30px;
align-items:center;
}
.bg-dark-cloud > div[class*="col-"]{
flex:0 0 33.333%;
max-width:33.333%;
text-align:center;
}
.cta-img3-1 img,
.cta-img3-2 img{
width:100%;
border-radius:12px;
}
.cta-img3-1 .img{
transform:skewX(-8deg);
overflow:hidden;
}
.cta-img3-2 .img{
transform:skewX(8deg);
overflow:hidden;
}
.cta-img3-1 img,
.cta-img3-2 img{
transform:skewX(8deg);
}
.structure2{
display:inline-block;
text-align:left;
margin:20px auto 0;
padding-left:20px;
}
.structure2 li{
margin-bottom:10px;
font-size:16px;
color: #fff !important;
font-weight: 500;
}
/* Sec6 */
.why-mist .process-item{
max-width:180px;
}
.why-mist .process-row{
margin-top:50px;
}
.why-mist .process-circle{
width:110px;
height:110px;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
font-size:30px;
color:#fff;
margin:auto;
position:relative;
}
.why-mist .process-circle i{
background:#fff;
color:#000;
width:90px;
height:90px;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
font-size:50px;
}
.why-mist .fw-bold{
line-height:1.5;
}
.why-mist .teal{background:#1bb3a9;}
.why-mist .yellow{background:#d9d637;}
.why-mist .green{background:#7ac943;}
.why-mist .blue{background:#5c7ea3;}
.why-mist .orange{background:#f6a623;}
.why-mist .process-circle::after{
content:"";
position:absolute;
width:110px;
height:60px;
background-size:contain;
background-repeat:no-repeat;
z-index:1;
}
.why-mist .teal::after {
    background-image: url("../images/arrowup.png");
    right: -116px;
    top: 85px;
    transform: rotate(30deg);
}
.why-mist .yellow::after {
    background-image: url("../images/arrowdown.png");
    right: -131px;
    top: 75px;
    transform: rotate(9deg);
}
.why-mist .green::after {
    background-image: url("../images/arrowup.png");
    right: -116px;
    top: -35px;
    transform: rotate(0deg);
}
.why-mist .blue::after {
    background-image: url("../images/arrowdown.png");
    right: -120px;
    top: -40px;
    transform: rotate(-36deg);
}
.why-mist .orange::after{
display:none;
}
@media (max-width:768px){
.why-mist .process-circle{
width:90px;
height:90px;
}
.why-mist .process-circle i{
width:70px;
height:70px;
font-size:35px;
}
.why-mist .process-circle::after{
display:none;
}
}
/* E-Secure Sec2 */
.payment .feat-grid {
    width: 100%;
    max-width: 1000px;
    height: auto;
    align-items: center;
    justify-content: center;
    margin: auto;
  }
.payment .feat-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: 175px 58px 175px;
    position: relative;
  }
.payment .feat-grid::after {
    content: '';
    position: absolute;
    left: 8%;
    right: 3%;
    top: calc(175px + 29px);
    transform: translateY(-50%);
    height: 1.5px;
    background: linear-gradient(135deg, #01274c 0%, #0170a3 50%, #028fcd 100%);
    z-index: 0;
    width: 80%;
}
.payment .ct { 
    grid-row: 1; 
    display: flex; 
    flex-direction: column; 
    align-items: center; 
    justify-content: flex-end; 
}
.payment .cm { 
    grid-row: 2; 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    position: relative; 
    z-index: 2; 
}
.payment .cb { 
    grid-row: 3; 
    display: flex; 
    flex-direction: column; 
    align-items: center; 
    justify-content: flex-start; 
}
.payment .lbl {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    text-align: center;
    line-height: 1.5;
}
.payment .lbl-above { 
    margin-bottom: 14px; 
}
.payment .lbl-below { 
    margin-top: 14px; 
}
.payment .num {
    font-size: 1.7rem;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.5px;
    background: transparent;
    position: relative;
    z-index: 3;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: linear-gradient(135deg, #01274c 0%, #0170a3 50%, #028fcd 100%);;
}
.payment .house {
    width: 90px;
    height: 88px;
    background: linear-gradient(135deg, #01274c 0%, #0170a3 50%, #028fcd 100%);;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    box-shadow: 0 8px 22px rgba(24, 185, 140, 0.38);
    flex-shrink: 0;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.payment .house:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 30px rgba(24, 185, 140, 0.5);
}
.payment .house-up {
    clip-path: polygon(50% 0%, 100% 32%, 100% 100%, 0% 100%, 0% 32%);
}
.payment .house-dn {
    clip-path: polygon(0% 0%, 100% 0%, 100% 68%, 50% 100%, 0% 68%);
}
.payment .house i {
    color: #fff;
    font-size: 50px;
    position: relative;
    z-index: 1;
}
.payment .house-up i { 
    margin-top: 8px; 
}
.payment .house-dn i { 
    margin-bottom: 8px; 
} 
/* Sec4 */
.gateway-premium-section{
padding:50px 0;
background:#01274c;
color:#fff;
position:relative;
overflow:hidden;
}
.gateway-premium-title{
font-size:40px;
font-weight:700;
margin-bottom:15px;
}
.gateway-premium-sub{
color:#d6d6d6;
max-width:700px;
margin:auto;
margin-bottom:60px;
}
.gateway-premium-card {
    background: rgba(255,255,255,0.08);
    backdrop-filter: blur(10px);
    border-radius: 14px;
    padding: 20px 20px;
    position: relative;
    transition: 0.4s;
    border: 1px solid rgba(255,255,255,0.15);
    height: 100%;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
}
.gateway-premium-card h5{
font-weight:600;
margin-bottom:10px;
}
.gateway-premium-card:hover{
transform:translateY(-10px) scale(1.03);
background:rgba(255,255,255,0.15);
box-shadow:0 15px 40px rgba(0,0,0,0.4);
opacity: 1;
}
.gateway-badge{
position:absolute;
top:15px;
right:15px;
font-size:12px;
padding:5px 10px;
border-radius:20px;
background:linear-gradient(45deg,#00c6ff,#0072ff);
color:#fff;
font-weight:500;
}
.paragraph3 {
    font-size: 20px;
    text-align: justify;
    color: #000;
    font-weight: 500;
    line-height: 1.75;
    margin-bottom: 20px;
}
/* Sec4 */
.payment-features-section .payment-row{
display:flex;
justify-content:space-between;
align-items:center;
flex-wrap:wrap;
}
.payment-features-section .feature-box{
text-align:center;
flex:1;
padding:20px;
}
.payment-features-section .feature-icon{
width:150px;
margin-bottom:15px;
transition:0.3s;
}
.payment-features-section .feature-box:hover .feature-icon{
transform:translateY(-8px) scale(1.08);
}
.payment-features-section .feature-box h6 {
    font-weight: 500;
    font-size: 18px;
    color: #000;
}
@media(max-width:991px){
.payment-features-section .feature-box{
flex:0 0 33.33%;
margin-bottom:30px;
}
}
@media(max-width:576px){
.payment-features-section .feature-box{
flex:0 0 50%;
}
}
/* Sec6 */
.payment-process-section .pest-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: repeat(6, 52px);
  align-items: center;
  gap: 0px;
  position: relative;
   width: 900px;
    height: auto;
    justify-content: center;
    margin: auto;
}
.payment-process-section .left-hex {
      display: flex;
      align-items: center;
      height: 90px;
      position: relative;
}
.payment-process-section .left-hex-body {
      width: 100%;
      height: 90px;
      display: flex;
      align-items: center;
      padding: 0 48px 0 28px;
      clip-path: polygon(0 18px, 18px 0, calc(100% - 32px) 0, 100% 50%, 
        calc(100% - 32px) 100%, 18px 100%, 0 calc(100% - 18px));
      position: relative;
}
 
.payment-process-section .left-hex-text .lh-title {
    font-weight: 700;
    font-size: 24px;
    color: #c0405a;
    letter-spacing: 0.3px;
    display: block;
}
.payment-process-section .left-hex-text .lh-desc {
      font-size: 16px;
      color: #b06070;
      line-height: 1.5;
      display: block;
}
.payment-process-section .icon-box {
      width: 58px;
      height: 58px;
      border-radius: 10px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.3rem;
      color: #fff;
      position: relative;
      z-index: 4;
      justify-self: center;
      box-shadow: 0 4px 18px rgba(0,0,0,0.22);
      transition: transform 0.2s;
}
.payment-process-section .icon-box:hover { 
    transform: scale(1.08);
}
.payment-process-section .right-hex {
      display: flex;
      align-items: center;
      height: 90px;
      position: relative;
}
 
.payment-process-section .right-hex-body {
      width: 100%;
      height: 90px;
      display: flex;
      align-items: center;
      padding: 0 28px 0 48px;
      clip-path: polygon(32px 0, calc(100% - 18px) 0, 100% 18px, 100% calc(100% - 18px), calc(100% - 18px) 100%, 32px 100%, 0 50%);
}
 
.payment-process-section .right-hex-text .rh-title {
      font-weight: 700;
      font-size: 24px;
      color: #fff;
      display: block;
}
 
.payment-process-section .right-hex-text .rh-desc {
      font-size: 16px;
      color: rgba(255,255,255,0.82);
      line-height: 1.5;
      display: block;
}
.l-row-1 { grid-column: 1; grid-row: 1 / 3; }
.l-row-2 { grid-column: 1; grid-row: 3 / 5; }
.l-row-3 { grid-column: 1; grid-row: 5 / 7; }
.r-row-1 { grid-column: 2; grid-row: 2 / 4; }
.r-row-2 { grid-column: 2; grid-row: 4 / 6; }
.r-row-3 { grid-column: 2; grid-row: 6 / 8; }
.pest-grid {
      grid-template-rows: repeat(8, 46px);
}
.l-row-1 .left-hex-body { background: #f5c5ce; }
.l-row-2 .left-hex-body { background: #edb8c8; }
.l-row-3 .left-hex-body { background: #ddb0cc; }
.l-row-2 .lh-title { color: #b03060; }
.l-row-3 .lh-title { color: #8040a0; }
.l-row-2 .lh-desc  { color: #a06080; }
.l-row-3 .lh-desc  { color: #9060a0; }
.ic-1 .icon-box { background: linear-gradient(135deg, #d04060, #a02060); }
.ic-2 .icon-box { background: linear-gradient(135deg, #9040a0, #6030c0); }
.ic-3 .icon-box { background: linear-gradient(135deg, #6050b8, #4040a0); }
.r-row-1 .right-hex-body { background: linear-gradient(135deg, #8878c8, #6060b8); }
.r-row-2 .right-hex-body { background: linear-gradient(135deg, #7070c0, #5050b0); }
.r-row-3 .right-hex-body { background: linear-gradient(135deg, #4868b8, #3055a8); }
/* E-inventory Sec2 */
.hiring-section {
      padding: 60px 20px 70px;
      background: #fff;
}
.circles-row-wrapper {
      position: relative;
}
.connector-line {
      position: absolute;
      top: 72px; /* vertically centered on circles */
      left: calc(6.25% + 36px);
      right: calc(6.25% + 36px);
      height: 3px;
      background: #1a3a8c;
      z-index: 0;
}
.circle-card {
      display: flex;
      flex-direction: column;
      align-items: center;
      position: relative;
      z-index: 1;
} 
.circle-outer {
      width: 144px;
      height: 144px;
      border-radius: 50%;
      background: #fff;
      border: 3px solid #1a3a8c;
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      box-shadow: 0 6px 24px rgba(26,58,140,0.13);
      transition: transform 0.25s ease, box-shadow 0.25s ease;
} 
.circle-outer:hover {
      transform: translateY(-6px) scale(1.04);
      box-shadow: 0 14px 36px rgba(26,58,140,0.22);
} 
.circle-inner {
      width: 108px;
      height: 108px;
      border-radius: 50%;
      background: #1a3a8c;
      display: flex;
      align-items: center;
      justify-content: center;
} 
.circle-inner svg {
      width: 44px;
      height: 44px;
      fill: none;
      stroke: #fff;
      stroke-width: 1.8;
      stroke-linecap: round;
      stroke-linejoin: round;
}
.circle-tag {
    margin-top: -2px;
    background: #1a3a8c;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 4px 14px 6px;
    clip-path: polygon(0 0, 100% 0, 100% 70%, 50% 100%, 0 70%);
    line-height: 1.4;
    text-align: center;
    min-width: 90px;
} 
.circle-label {
      margin-top: 14px;
      font-size: 0.82rem;
      font-weight: 700;
      letter-spacing: 1.2px;
      text-transform: uppercase;
      color: #1a2c5b;
      text-align: center;
      line-height: 1.3;
      min-height: 2.4em;
} 
.circle-desc {
    margin-top: 8px;
    font-size: 16px;
    color: #000;
    text-align: center;
    line-height: 1.5;
    max-width: 120px;
    font-weight: 500;
}
.circle-card.up   { 
    padding-top: 0;   
    padding-bottom: 0; 
}
.circle-card.down { 
    padding-top: 0;   
    padding-bottom: 0; 
}
.circles-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: nowrap;
    gap: 10px;
} 
.circle-card.up   { 
    margin-top: 0; 
}
.circle-card.down { 
    margin-top: 60px; 
}
@media (max-width: 991px) {
.circles-row {
        flex-wrap: wrap;
        gap: 28px;
        justify-content: center;
}
.connector-line { 
    display: none; 
}
.circle-card.down { 
    margin-top: 0; 
}
}
/* Sec3 */
.inventory-bento-premium{
padding:50px 0;
background:#000;
position:relative;
overflow:hidden;
color:#fff;
}
.inventory-bento-premium::before{
content:"";
position:absolute;
width:700px;
height:700px;
background:radial-gradient(circle,#4f46e5,transparent 70%);
top:-200px;
left:-200px;
opacity:.25;
}
.inventory-bento-premium::after{
content:"";
position:absolute;
width:600px;
height:600px;
background:radial-gradient(circle,#4f46e5,transparent 70%);
bottom:-200px;
right:-200px;
opacity:.25;
}
.inventory-bento-premium .bento-subtitle{
color:#bfc7d5;
margin-top:10px;
}
.inventory-bento-premium .premium-bento-grid{
display:grid;
grid-template-columns:repeat(4,1fr);
grid-auto-rows:170px;
gap:28px;
position:relative;
z-index:2;
}
.inventory-bento-premium .premium-card{
background:linear-gradient(145deg,#151a2b,#0f1320);
border-radius:22px;
padding:28px;
box-shadow:
0 20px 50px rgba(0,0,0,0.6),
inset 0 1px 0 rgba(255,255,255,0.05);
transition:all .4s ease;
position:relative;
overflow:hidden;
display:flex;
flex-direction:column;
justify-content:center;
}
.inventory-bento-premium .premium-card::before {
    content: "";
    position: absolute;
    width: 200px;
    height: 200px;
    background: radial-gradient(circle,rgba(79,70,229,0.3),transparent);
    top: -60px;
    right: -60px;
    border-radius: 120px;
}
.inventory-bento-premium .premium-card:hover{
transform:translateY(-12px) scale(1.02);
box-shadow:
0 30px 70px rgba(0,0,0,0.7),
0 0 30px rgba(79,70,229,0.4);
}
.inventory-bento-premium .card-large{
grid-column:span 2;
grid-row:span 2;
background:linear-gradient(145deg, #151a2b, #0f1320);
}
.inventory-bento-premium .card-tall{
grid-row:span 2;
background:linear-gradient(145deg, #151a2b, #0f1320);
}
.inventory-bento-premium .premium-card h3 {
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 1.5;
}
.inventory-bento-premium .premium-card h4 {
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 1.5;
}
.inventory-bento-premium .premium-card p{
font-size:16px;
line-height:1.6;
color:#fff;
margin:0;
text-align: justify;
}
@media(max-width:992px){
.inventory-bento-premium .premium-bento-grid{
grid-template-columns:repeat(2,1fr);
}
.inventory-bento-premium .card-large{
grid-column:span 2;
}
}
@media(max-width:576px){
.inventory-bento-premium .premium-bento-grid{
grid-template-columns:1fr;
}
.inventory-bento-premium .card-large{
grid-column:span 1;
}
}
/* Sec4 */
.separate-online .card-wrap {
      flex-direction: column;
      display: flex;
} 
.separate-online .card-title {
      font-size: 1.5rem;
      font-weight: 600;
      color: #222;
      text-align: center;
      margin-bottom: 38px;
}
.separate-online .body-row {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    gap: 150px;
}
.separate-online .labels-left {
    display: flex;
    flex-direction: column;
    gap: 90px;
    width: 300px;
    flex-shrink: 0;
    margin-bottom: 0px;
}
.separate-online .labels-right {
    width: 300px;
    margin-top: 60px;
    flex-shrink: 0;
} 
.separate-online .lbl-title {
    font-size: 30px;
    font-weight: 700;
    color: #000;
    margin-bottom: 5px;
}
.separate-online .lbl-desc {
      font-size: 16px;
      color: #000;
      line-height: 1.7;
      font-weight: 500;
} 
.separate-online .labels-left .lbl-item { 
    text-align: right; 
}
.separate-online .labels-right .lbl-item { 
    text-align: left; 
}
.separate-online .hex-cluster {
      position: relative;
      width: 245px;
      height: 350px;
      flex-shrink: 0;
} 
.separate-online .hex {
    width: 200px;
    height: 180px;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.18s ease;
}
.separate-online .hex:hover { 
    transform: scale(1.04);
}
.separate-online .hex-1 { 
    background: #f5adb0; 
    top: 0;   
    left: 0;     
    z-index: 1; 
}
.separate-online .hex-2 {
    background: #c1304d;
    top: 90px;
    left: 150px;
    z-index: 2;
}
.separate-online .hex-3 {
    background: #e0737f;
    top: 180px;
    left: 0px;
    z-index: 3;
} 
.separate-online .hex svg {
      width: 32px;
      height: 32px;
      fill: none;
      stroke: rgba(255,255,255,0.92);
      stroke-width: 1.7;
      stroke-linecap: round;
      stroke-linejoin: round;
}
/* Sec5 */
.e-inventory .zigzag-wrapper{
max-width:1200px;
margin:auto;
display:grid;
grid-template-columns:repeat(4,1fr);
align-items:center;
gap:40px;
}
/* Sec6 */
.e-benefits .steps-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 22px;
      margin: 0 auto;
}
.e-benefits .step-card {
      background: #fff;
      border-radius: 14px;
      box-shadow: 0 6px 28px rgba(0,0,0,0.13);
      display: flex;
      align-items: stretch;
      position: relative;
      min-height: 130px;
      overflow: visible;
}
.e-benefits .step-left {
      width: 90px;
      flex-shrink: 0;
      border-radius: 14px 0 0 14px;
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      z-index: 2;
}
.e-benefits .step-left::after {
      content: '';
      position: absolute;
      right: -22px;
      top: 50%;
      transform: translateY(-50%);
      width: 44px;
      height: 80px;
      border-radius: 50%;
      z-index: 3;
}
.e-benefits .step-label {
    font-size: 20px;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    writing-mode: horizontal-tb;
    text-align: center;
    line-height: 1.3;
    position: relative;
    z-index: 4;
}
.e-benefits .step-right-tab {
      width: 90px;
      flex-shrink: 0;
      border-radius: 0 14px 14px 0;
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      z-index: 2;
}
.e-benefits .step-right-tab::before {
      content: '';
      position: absolute;
      left: -22px;
      top: 50%;
      transform: translateY(-50%);
      width: 44px;
      height: 80px;
      border-radius: 50%;
      z-index: 3;
}
.e-benefits .step-content {
      flex: 1;
      padding: 18px 16px 16px 20px;
      display: flex;
      flex-direction: column;
      justify-content: center;
}
.e-benefits .step-content.right-pad {
      padding: 18px 20px 16px 16px;
} 
.e-benefits .step-headline {
      font-size: 0.82rem;
      font-weight: 800;
      text-transform: uppercase;
      letter-spacing: 0.06em;
      margin-bottom: 7px;
      display: flex;
      align-items: center;
      gap: 8px;
}
.e-benefits .step-body {
    font-size: 16px;
    color: #000;
    line-height: 1.7;
    margin-bottom: 0;
    font-weight: 500;
}
.e-benefits .theme-red .step-left        { background: linear-gradient(135deg, #e53935, #b71c1c); }
.e-benefits .theme-red .step-headline    { color: #e53935; }
.e-benefits .theme-orange .step-right-tab        { background: linear-gradient(135deg, #fb8c00, #e65100); }
.e-benefits .theme-orange .step-headline         { color: #fb8c00; }
.e-benefits .theme-green .step-left        { background: linear-gradient(135deg, #43a047, #1b5e20); }
.e-benefits .theme-green .step-headline    { color: #43a047; }
.e-benefits .theme-purple .step-right-tab        { background: linear-gradient(135deg, #8e24aa, #4a148c); }
.e-benefits .theme-purple .step-headline         { color: #8e24aa; }
.e-benefits .theme-magenta .step-left        { background: linear-gradient(135deg, #e91e8c, #880e4f); }
.e-benefits .theme-magenta .step-headline    { color: #e91e8c; }
.e-benefits .theme-cyan .step-right-tab        { background: linear-gradient(135deg, #00acc1, #006064); }
.e-benefits .theme-cyan .step-headline         { color: #00acc1; }
.e-benefits .left-tab-card {
      border-left: none;
}
.e-benefits .right-tab-card {
      border-right: none;
}
.e-benefits .step-card::before {
      content: '';
      position: absolute;
      inset: 0;
      border-radius: 14px;
      box-shadow: inset 0 2px 6px rgba(255,255,255,0.6), inset 0 -2px 6px rgba(0,0,0,0.06);
      pointer-events: none;
      z-index: 10;
}
.e-benefits .divider-line {
      height: 1px;
      background: #eee;
      margin: 8px 0;
} 
@media (max-width: 640px) {
    .steps-grid { 
        grid-template-columns: 1fr; 
    }
}
/* Sec7 */
.why-inventory .cta-sec6{
    background:#0b59db;
    border-radius:40px;
    position:relative;
    overflow:hidden;
    opacity: 1;
}
.why-inventory .cta-area6 {
    padding: 80px 30px;
    position: relative;
    z-index: 2;
}
.why-inventory .cta6-shape {
    position: absolute;
    top: 0;
    right: 5%;
    height: auto;
    width: auto;
    z-index: 3;
}
.why-inventory .cta6-shape img{
    height:100%;
    width:100%;
    object-fit:cover;
}
.why-inventory .inventory-mockup{
    position:absolute;
    right:0;
    top:0;
    width:55%;
    height:100%;
}
.why-inventory .inventory-mockup img{
    width:100%;
    height:100%;
    object-fit:cover;
}
.why-inventory .discount-text{
    display:block;
    font-size:20px;
    font-weight:600;
    letter-spacing:1px;
    margin-bottom:12px;
    opacity:.9;
}
.why-inventory .cta-area6 p {
    font-size: 16px;
    color: #fff;
    margin-bottom: 0px;
    width: 90%;
}
.why-inventory .th-btn{
    display:inline-flex;
    align-items:center;
    gap:10px;
    padding:16px 34px;
    background:#0c1524;
    color:#fff;
    text-decoration:none;
    font-weight:500;
    border-radius:40px;
    transition:.3s;
}
.why-inventory .th-btn i{
    font-size:14px;
}
.why-inventory .th-btn:hover{
    background:#000;
}
/* E-Seo Sec2 */
.e-seo .wrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width:640px;
margin:auto;
}
.e-seo .canvas { 
position: absolute; 
top: 0; 
left: 0; 
pointer-events: none;
width: 800px; 
height: auto;
}
.e-seo .info {
     position: absolute;
    font-size: 16px;
    line-height: 1.6;
    color: #fff;
    width: 160px;
    font-weight: 500;
}
.e-seo .ico {
    position: absolute;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.e-seo .ico svg { 
    width: 100%; 
    height: 100%; 
}
.e-seo .vector-label {
    position: absolute;
    bottom: 16px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 4px;
    color: #333;
    white-space: nowrap;
}
.e-seo .info1 {
    top: 305px;
    left: 55px;
    text-align: right;
}
.e-seo .info2 {
    top: 380px;
    left: 240px;
    text-align: center;
}
.e-seo .info3 {
    top: 300px;
    left: 370px;
    text-align: center;
}
.e-seo .info4 {
    top: 200px;
    right: 105px;
}
.e-seo .info5 {
    top: 85px;
    right: 230px;
}
.e-seo .info6 {
    top: 190px;
    right: 360px;
}
/* Sec3 */
.seo-bento{
background:#01274c;
padding:50px 0;
}
.seo-bento .bento-card{
background:#fff;
padding:35px;
border-radius:18px;
box-shadow:0 15px 35px rgba(0,0,0,0.06);
height:100%;
transition:all .35s ease;
}
.seo-bento .bento-card:hover{
transform:translateY(-6px);
box-shadow:0 25px 45px rgba(0,0,0,0.12);
}
.seo-bento .bento-card h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #000;
}
.seo-bento  .bento-card p{
font-size:16px;
line-height:1.7;
color:#000;
text-align: justify;
margin-bottom: 0;
}
.seo-bento .bento-card.large{
padding:45px;
}
.seo-bento .bento-card.wide{
padding:40px;
}
.seo-bento .bento-card.highlight {
    background: #fff;
    color: #000;
}
.seo-bento .bento-card.highlight p{
color:#000;
}
.seo-bento .gradient-card{
background:linear-gradient(135deg,#f8f9ff,#eef2ff);
}
.seo-bento .seo-list{
margin:0;
padding-left:18px;
}
.seo-bento .seo-list li {
    margin-bottom: 10px;
    font-size: 16px;
    color: #000;
    font-weight: 500;
}
/* Sec5 */
.why-mist-glass{
background-image:url("../images/faqbg2.jpg"); /* your background */
background-size:cover;
background-position:center;
background-repeat:no-repeat;
position:relative;
padding:50px 0;
width:100%;
}
.why-mist-glass::before{
content:"";
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
background:rgba(0,0,0,0.55);
}
.why-mist-glass .glass-box{
position:relative;
background:rgba(255,255,255,0.15);
backdrop-filter:blur(14px);
-webkit-backdrop-filter:blur(14px);
border-radius:20px;
padding:50px 60px;
border:1px solid rgba(255,255,255,0.3);
box-shadow:0 20px 50px rgba(0,0,0,0.25);
color:#fff;
}
.why-mist-glass .glass-box h2{
font-size:36px;
font-weight:700;
margin-bottom:20px;
color:#fff;
}
.why-mist-glass .glass-box p{
font-size:16px;
line-height:1.8;
color:#f1f1f1;
margin-bottom:15px;
}
/* E-Support Sec2 */
.zigzag-process .process-wrapper{
max-width:600px;
margin:auto;
}
.zigzag-process .setter {
    width: 60%;
    height: auto;
    align-items: center;
    justify-content: center;
    margin: auto;
    margin-bottom: 10px;
}
.zigzag-process .step{
display:flex;
align-items:center;
width:420px;
border-radius:50px;
padding:10px 18px;
margin:14px 0;
color:#fff;
box-shadow:0 8px 18px rgba(0,0,0,0.08);
}
.zigzag-process .step.left{
margin-right:auto;
}
.zigzag-process .step.right{
margin-left:auto;
}
.zigzag-process .content{
font-size:16px;
line-height:1.5;
font-weight: 500;
padding: 0 10px;
text-align: center;
}
.zigzag-process .content p{
    margin-bottom: 0;
}
.zigzag-process .num {
    width: 46px;
    height: 46px;
    background: #fff;
    color: #000;
    font-weight: 700;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}
.zigzag-process .yellow{background:linear-gradient(90deg,#ffc400,#f39c12);}
.zigzag-process .red{background:linear-gradient(90deg,#ff5252,#d81b60);}
.zigzag-process .purple{background:linear-gradient(90deg,#c2185b,#8e24aa);}
.zigzag-process .blue{background:linear-gradient(90deg,#2f80ed,#1565c0);}
.zigzag-process .cyan{background:linear-gradient(90deg,#26c6da,#00838f);}
.zigzag-process .green{background:linear-gradient(90deg,#2ecc71,#16a085);}
@media(max-width:768px){
.zigzag-process .step{
width:100%;
margin-left:0!important;
margin-right:0!important;
}
}
/* Sec3 */
.maintenance-section {
padding:50px 0;
background-image: url(../images/faqbg4.jpg);
background-size: cover;         
background-position: center;    
background-repeat: no-repeat; 
background-attachment: fixed;
width:100%;
position:relative;
}
.maintenance-section .maintenance-text{
font-size:16px;
color:#666;
margin-bottom:20px;
line-height:1.7;
}
.maintenance-section .maintenance-note{
font-weight:500;
color:#444;
}
.maintenance-section .service-item {
    background: #f8f9ff;
    padding: 16px 20px;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    transition: 0.3s;
    border: 1px solid #eef0ff;
}
.maintenance-section .service-item:hover{
transform:translateY(-5px);
box-shadow:0 10px 25px rgba(0,0,0,0.08);
background:#ffffff;
}
/* Sec4 */
.ecom-support-section .support-card{
position:relative;
margin-top:60px;
text-align:center;
}
.ecom-support-section .pill-bg{
width:200px;
height:60px;
background:linear-gradient(135deg,#7b8cff,#4f5bd5);
border-radius:50px;
transform:rotate(-30deg);
margin:auto;
}
.ecom-support-section .support-img{
width:100px;
height:auto;
position:absolute;
top:-70px;
left:50%;
transform:translateX(-50%);
}
.ecom-support-section .support-role {
    font-size: 16px;
    color: #000;
    font-weight: 500;
    margin-bottom: 0;
    margin-top: 46px;
}
/* Sec5 */
.software-support-section {
    background: #f5f5f5;
    padding: 50px 0;
}
.software-support-section .section-small{
font-size:12px;
letter-spacing:2px;
color:#6c757d;
font-weight:600;
margin-bottom:10px;
}
.software-support-section .section-title{
font-size:36px;
font-weight:700;
margin-bottom:15px;
}
.software-support-section .section-desc{
color:#666;
max-width:450px;
}
.software-support-section .graphic-box{
position:relative;
width:100%;
height:320px;
display:flex;
justify-content:flex-end;
align-items:flex-start;
}
.software-support-section .graphic-img {
    position: relative;
    width: 90%;
    height: 420px;
    border-radius: 12px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.2);
    z-index: 2;
    object-fit: cover;
}
.software-support-section .shape1 {
    position: absolute;
    right: -60px;
    top: 10px;
    width: 100%;
    height: 100%;
    background: #2f6dfc;
    transform: skew(-20deg);
    border-radius: 10px;
    z-index: 1;
}
.software-support-section .shape2 {
    position: absolute;
    right: -60px;
    top: 90px;
    width: 100%;
    height: 100%;
    background: #6ea2ff;
    transform: skew(-20deg);
    border-radius: 10px;
    z-index: 9;
    opacity: 0.5;
}
.software-support-section .feature-box{
background:#fff;
padding:30px 25px;
border-radius:10px;
box-shadow:0 10px 25px rgba(0,0,0,0.05);
transition:0.3s;
}
.software-support-section .feature-box:hover{
transform:translateY(-6px);
box-shadow:0 15px 40px rgba(0,0,0,0.1);
}
.software-support-section .feature-icon{
font-size:28px;
margin-bottom:12px;
}
.software-support-section .feature-box p {
    font-size: 16px;
    color: #000;
    font-weight: 500;
    margin-bottom: 0;
    text-align: justify;
}
.software-support-section .hero-title{
    color: #000;
}
@media (max-width:991px){
.software-support-section .graphic-box{
justify-content:center;
margin-top:30px;
}
.software-support-section .graphic-img{
width:70%;
}
}
/* Sec6 */ 
.cyber-section .hero-title {
    color: #000;
}   
.cyber-section  .service-card {
text-align: left;
background:url("../images/cardbg2.jpg");
border-radius:14px;
padding:10px;
color:#fff;
position:relative;
overflow:hidden;
width: 100%;
height: auto;
display:flex;
flex-direction:column;
justify-content:center;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
} 
.cyber-section .circle-img-wrap {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    overflow: hidden;
    margin: 15px;
    background: #e9ecef;
    border: 3px solid #dee2e6;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.cyber-section .service-card.active .circle-img-wrap {
      border: 4px solid #1a56f0;
      box-shadow: 0 0 0 3px rgba(26, 86, 240, 0.15);
}
.cyber-section .circle-img-wrap img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 50%;
}
.cyber-section .circle-img-wrap .img-placeholder {
      width: 100%;
      height: 100%;
      border-radius: 50%;
      background: linear-gradient(135deg, #dde3ec 0%, #c8d0dc 100%);
      display: flex;
      align-items: center;
      justify-content: center;
      color: #8a96a8;
      font-size: 0.75rem;
      font-weight: 600;
      text-align: center;
      padding: 10px;
      letter-spacing: 0.03em;
}
.cyber-section .service-card.active .circle-img-wrap .img-placeholder {
      background: linear-gradient(135deg, #dbe6ff 0%, #bcd0ff 100%);
      color: #1a56f0;
    }
.cyber-section .service-card .card-title {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    text-align: center;
}
.cyber-section .service-card .card-desc {
      font-size: 0.875rem;
      color: #6b7280;
      line-height: 1.6;
      font-weight: 400;
}
 @media (max-width: 768px) {
.cyber-section .section-title {
        font-size: 1.8rem;
      }
.cyber-section .circle-img-wrap {
        width: 150px;
        height: 150px;
}
.cyber-section .service-card {
        text-align: center;
        margin-bottom: 30px;
}
}
/* Sec7 */
.collab-section .top-bar {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      margin-bottom: 24px;
} 
.collab-section .section-heading {
      font-size: 2.4rem;
      font-weight: 800;
      color: #4f46e5;
      letter-spacing: -0.5px;
      line-height: 1.1;
} 
.collab-section  .partnership-label {
      font-size: 0.72rem;
      font-weight: 600;
      color: #7c7c99;
      text-transform: uppercase;
      letter-spacing: 0.08em;
      text-align: right;
      margin-top: 6px;
}
.collab-section .collab-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-template-rows: auto auto;
      gap: 16px;
}
.collab-section  .collab-card {
      background: #fff;
      border-radius: 10px;
      overflow: hidden;
      position: relative;
      display: flex;
      flex-direction: column;
}
.collab-section .card-image-full {
      height: 260px;
      position: relative;
} 
.collab-section .card-image-full .img-slot {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      background: #c8c8d8;
}
.collab-section .card-text {
      padding: 28px 28px 28px 32px;
      border-left: 5px solid #4f46e5;
      min-height: 260px;
      display: flex;
      flex-direction: column;
      justify-content: center;
}
.collab-section .card-text .card-label {
      font-size: 1.05rem;
      font-weight: 700;
      color: #1a1a2e;
      margin-bottom: 14px;
}
.collab-section .card-text .card-body-text {
      font-size: 0.78rem;
      color: #5a5a72;
      line-height: 1.75;
      font-weight: 400;
}
.collab-section .card-bottom-left {
    background: #fff;
    border-radius: 10px;
    padding: 24px 26px;
    border-left: 5px solid #4f46e5;
    height: 260px;
    display: flex;
    flex-direction: column;
    justify-content: center;
} 
.collab-section  .card-bottom-left .card-label {
      font-size: 1rem;
      font-weight: 700;
      color: #1a1a2e;
      margin-bottom: 12px;
} 
.collab-section .card-bottom-left .card-body-text {
      font-size: 0.76rem;
      color: #5a5a72;
      line-height: 1.75;
} 
.collab-section .card-bottom-right {
      background: #fff;
      border-radius: 10px;
      overflow: hidden;
} 
.collab-section .card-bottom-right .img-slot {
    width: 100%;
    height: 260px;
    object-fit: cover;
    display: block;
    background: #c8c8d8;
}
@media (max-width: 768px) {
.collab-section { padding: 24px 20px 32px; }
.collab-section .collab-grid { grid-template-columns: 1fr; }
.collab-section .section-heading { font-size: 1.8rem; }
.card-image-full { height: 200px; }
}
/* Web-Redesign Sec1 */
.researchers-section .researcher-card {
      position: relative;
      display: flex;
      flex-direction: column;
      align-items: center;
      padding: 0 10px;
      margin-top: 20px;
}
.researchers-section .hex-wrap {
      position: relative;
      width: 200px;
      height: 220px;
      margin: 0 auto 24px;
}
.researchers-section .hex-shape{
width:200px;
height:220px;
clip-path:polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%);
background:#e8f0fe;
overflow:hidden;
position:relative;
z-index:2;
}
.researchers-section .hex-shape img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
}
.researchers-section .hex-bg {
    position: absolute;
    width: 200px;
    height: 220px;
    clip-path: polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%);
    background: #1a56f0;
    top: -5px;
    left: 20px;
    z-index: 0;
}
.researchers-section .hex-accent {
      position: absolute;
      width: 52px;
      height: 58px;
      clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
      background: #1a56f0;
      bottom: -4px;
      left: -10px;
      z-index: 2;
}
.researchers-section .hex-accent::after {
      content: '';
      position: absolute;
      width: 28px;
      height: 32px;
      clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
      background: #fff;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
}
.researchers-section .researcher-name {
      font-size: 0.95rem;
      font-weight: 700;
      color: #0d1b2a;
      margin-bottom: 4px;
}
.researchers-section .researcher-role {
      font-size: 0.78rem;
      font-weight: 500;
      color: #1a56f0;
      margin-bottom: 12px;
}
.researchers-section .researcher-desc {
      font-size: 16px;
      color: #000;
      line-height: 1.7;
      margin: 0 auto;
}
.researchers-section .col-divider {
      border-right: 1px solid #e5e8ef;
}
@media (max-width: 768px) {
.researchers-section .col-divider { border-right: none; }
.researchers-section .researcher-card { margin-bottom: 40px; }
}
/* Sec3 */
.web-bento-section{
background:linear-gradient(135deg, #01274c 0%, #0170a3 50%, #028fcd 100%);
padding: 50px 0;
}
.web-bento-section .bento-card{
background:#ffffff;
border-radius:14px;
padding:35px 30px;
height:100%;
box-shadow:0 10px 30px rgba(0,0,0,0.06);
transition:all .3s ease;
}
.web-bento-section .bento-card:hover{
transform:translateY(-8px);
box-shadow:0 20px 40px rgba(0,0,0,0.12);
}
.web-bento-section .bento-card h4 {
    font-size: 20px;
    font-weight: 700;
}
.web-bento-section .bento-card p{
font-size:16px;
color:#000;
font-weight: 500;
line-height:1.7;
}
.web-bento-section .bento-icon{
width:70px;
height:70px;
margin:0 auto 20px;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
background:linear-gradient(135deg,#0170a3,#028fcd);
color:#fff;
font-size:28px;
box-shadow:0 8px 20px rgba(0,0,0,0.15);
}
.web-bento-section .bento-icon img {
    width: 50px;
    height: 50px;
}
.web-bento-section .bento-card{
text-align:center;
}
.web-bento-section .bento-large{
min-height:240px;
}
.web-bento-section .bento-wide{
min-height:180px;
}
@media (max-width:991px){
.web-bento-section .bento-large,
.web-bento-section .bento-wide{
min-height:auto;
}
}
/* Sec4 */
.timeline-work{
  position: relative;
  padding: 30px 0px;
}

.timeline-work .sec-title h2{
  line-height: 30px;
  margin-bottom: 30px;
}

.timeline-work .inner-content .single-item{
  position: relative;
  float: left;
  width: 20%;
  text-align: center;
}

.timeline-work .inner-content .single-item:first-child,
.timeline-work .inner-content .single-item:nth-child(3),
.timeline-work .inner-content .single-item:last-child{
  padding-top: 51px;
}

.timeline-work .inner-content .single-item .year{
  position: relative;
  display: inline-block;
  width: 180px;
  height: 180px;
  line-height: 100px;
  background: #fff;
  border-radius: 50%;
  border: 43px solid #0071dc;
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  color: #222;
  margin-top: 115px;
  box-shadow: inset 0 0px 10px 0px rgba(0, 0, 0, 0.2);
  transition: all 1500ms ease;
}

.timeline-work .inner-content .single-item:hover .year{
  transform: rotate(360deg);
}

.timeline-work .inner-content .single-item:nth-child(2) .year,
.timeline-work .inner-content .single-item:nth-child(4) .year{
  margin-bottom: 56px;
  margin-top: 62px !important;
}

.timeline-work .inner-content .single-item:nth-child(2) .year{
  border-color: #0071dc;
}

.timeline-work .inner-content .single-item:nth-child(4) .year{
  border-color: #0071dc;
}

.timeline-work .inner-content .single-item:nth-child(3) .year{
  border-color: #0071dc;
}

.timeline-work .inner-content .single-item:last-child .year{
  border-color: #0071dc;
}

.timeline-work .inner-content .single-item .year:before{
  position: absolute;
  content: '';
  background: #0071dc;
  width: 50px;
  height: 50px;
  left: 50%;
  margin-left: -25px;
  clip-path: polygon(0% 0%, 50% 0%, 100% 100%, 0% 100%, 50% 0%);
}

.timeline-work .inner-content .single-item:first-child .year:before,
.timeline-work .inner-content .single-item:nth-child(3) .year:before,
.timeline-work .inner-content .single-item:last-child .year:before{
  bottom: -70px;
  transform: rotate(180deg);
}

.timeline-work .inner-content .single-item:nth-child(3) .year:before{
  background: #0071dc;
}

.timeline-work .inner-content .single-item:last-child .year:before{
  background: #0071dc;
}

.timeline-work .inner-content .single-item:nth-child(4) .year:before{
  background: #0071dc;
}

.timeline-work .inner-content .single-item:nth-child(2) .year:before,
.timeline-work .inner-content .single-item:nth-child(4) .year:before{
  top: -70px;
}

.timeline-work .inner-content .single-item:nth-child(2) .year:before{
  background: #0071dc;
}

.timeline-work .inner-content .single-item:first-child:after,
.timeline-work .inner-content .single-item:nth-child(3):after, 
.timeline-work .inner-content .single-item:last-child:after{
  top: 177px;
}

.timeline-work .inner-content .single-item .text {
    position: relative;
    font-size: 16px;
    line-height:1.7;
    margin-top: 74px;
    font-weight: 500;
    color: #000;
}

.timeline-work .inner-content .single-item:nth-child(2) .text,
.timeline-work .inner-content .single-item:nth-child(4) .text{
margin-top: 165px;
}

.timeline-work .inner-content .single-item .month{
  position: relative;
  font-size: 30px;
  line-height: 40px;
  font-weight: 500;
  color: #0071dc;
}

.timeline-work .inner-content .single-item .month:before{
  position: absolute;
  content: '';
  background: #d0d2db;
  width: 1px;
  height: 55px;
  left: 50%;
  transform: translateX(-50%);
}

.timeline-work .inner-content .single-item:first-child .month:before,
.timeline-work .inner-content .single-item:nth-child(3) .month:before,
.timeline-work .inner-content .single-item:last-child .month:before{
  
  bottom: -86px;
}

.timeline-work .inner-content .single-item:nth-child(2) .month:before,
.timeline-work .inner-content .single-item:nth-child(4) .month:before{
  top: -94px;
}

.timeline-work .inner-content .single-item .month:after{
  position: absolute;
  content: '';
  background: #0071dc;
  width: 20px;
  height: 20px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
}

.timeline-work .inner-content .single-item:first-child .month:after,
.timeline-work .inner-content .single-item:nth-child(3) .month:after,
.timeline-work .inner-content .single-item:last-child .month:after{
  bottom: -30px;
}

.timeline-work .inner-content .single-item:nth-child(2) .month:after,
.timeline-work .inner-content .single-item:nth-child(4) .month:after{
  top: -40px;
}

.timeline-work .inner-content .single-item:nth-child(2) .month:after{
  background: #0071dc;
}

.timeline-work .inner-content .single-item:nth-child(4) .month:after{
  background: #0071dc;
}

.timeline-work .inner-content .single-item:nth-child(3) .month:after{
  background: #0071dc;
}

.timeline-work .inner-content .single-item:last-child .month:after{
  background: #0071dc;
}

.timeline-work .inner-content .single-item:nth-child(2) .month,
.timeline-work .inner-content .single-item:nth-child(4) .month{
  margin-top: 70px;
 /* padding-bottom: 52px;*/
}

.timeline-work .inner-content .single-item:nth-child(2) .month{
  color: #0071dc;
}

.timeline-work .inner-content .single-item:nth-child(4) .month{
  color: #0071dc;
}

.timeline-work .inner-content .single-item:nth-child(3) .month{
  color: #0071dc;
}

.timeline-work .inner-content .single-item:last-child .month{
  color: #0071dc;
}
.timeline-work .inner-content .single-item:after{
  position: absolute;
  content: '';
  background: url(../images/pattern-30.png);
  width: 238px;
  height: 60px;
  left: 50%;
  transform: translateX(-50%);
  background-repeat: no-repeat;
}

.timeline-work .inner-content .single-item:nth-child(2):after,
.timeline-work .inner-content .single-item:nth-child(4):after{
  background: url(../images/pattern-30.png);
  transform: rotate(181deg) translateX(49%) translateY(10px);
  height: 66px;
  background-repeat: no-repeat;
}
.timeline-work .inner-content .single-item:nth-child(2):after{
  bottom: 129px;
}
.timeline-work .inner-content .single-item:nth-child(4):after{
  bottom: 126px;
}
.mar-0-a{
    margin: 0 auto;
}
.year img {
    width: 50px;
    height: 50px;
}
.paragraph4 {
    font-size: 18px;
    font-weight: 700;
    color: #000;
}
/* Sec5 */
.web-research-section{
background:#0d6efd;
padding:50px 0 40px;
}

.web-research-section .research-top{
margin-bottom:30px;
}

.web-research-section .research-img {
    border-radius: 20px;
    height: 400px;
    object-fit: cover;
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.web-research-section .research-bottom{
background:#fff;
border-radius:20px;
padding:30px;
margin-top:-60px;
box-shadow:0 10px 25px rgba(0,0,0,0.1);
}

.web-research-section .small-text{
color:#888;
font-size:14px;
margin-bottom:10px;
}

.web-research-section .research-title{
font-weight:700;
color:#1e3a5f;
font-size:26px;
}

.web-research-section .circle-box{
padding:10px;
}

.web-research-section .circle{
width:70px;
height:70px;
border-radius:50%;
border:6px solid #0d6efd;
display:flex;
align-items:center;
justify-content:center;
margin:auto;
font-weight:700;
color:#0d6efd;
background:#fff;
}

.web-research-section .circle-text{
font-size:13px;
margin-top:10px;
color:#666;
}
/* Sec6 */
.web-redesign-faq {
    background: #01274c;
    padding: 50px 0;
}
.web-faq-img img{
width:100%;
border-radius:20px;
margin-top:20px;
}

/* LEFT HELP FORM */

.faq-contact-box{
background:#e9ecf2;
padding:30px;
border-radius:20px;
margin-top:40px;
}

.faq-contact-box h4{
font-weight:600;
margin-bottom:20px;
}

.faq-contact-box input,
.faq-contact-box textarea{
width:100%;
border:none;
padding:15px;
border-radius:12px;
margin-bottom:15px;
}

.faq-contact-box button{
background:#2563eb;
border:none;
padding:14px;
width:100%;
color:#fff;
border-radius:12px;
font-weight:500;
}

/* RESPONSIVE */

@media (max-width:991px){

.web-redesign-faq .sec-title{
font-size:36px;
}

#faqAccordion .accordion-button{
font-size:16px;
padding:16px 22px;
}

}