/*Service inner page*/

  .service {
            padding: 60px 0;
        }
 
        .about-srvcs img {
            width: 65px;
            border-radius: 6px;
        }
 
        .moreabot-srvcs {
            background: #006efe17;
            border-radius: 10px;
            box-shadow: 3px 3px 15px #00000014;
            position: relative;
            transition: all ease-in-out .5s;
            overflow: hidden;
        }
 
        .about-srvcs {
            padding: 20px 12px;
            column-gap: 10px;
        }
 
        .about-srvcs h3 {
            font-size: 25px;
            letter-spacing: 1px;
        }
 
        .srvcdtls img {
            height: 240px;
            object-fit: cover;
            transition: all .5s ease-in-out;
        }
        .srvcdtls figure{
         position:relative;
         overflow:hidden;
         transition: all ease-in-out .5s;
        }
        .srvcdtls figure:after, .srvcdtls figure:before {
    background: #ffffff80 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    transition: all .7s ease 0s;
    right: 0;
    top: 0;
    z-index: 1;
}
  .srvcdtls figure:hover:before {
    left: 50%;
    opacity: 1;
    right: 50%;
}      
.srvcdtls figure:hover:after {
    bottom: 50%;
    opacity: 1;
    top: 50%;
}
 .moreabot-srvcs:hover figure img {
    transform: scale(1.1);
    transition: all .5s ease-in-out;
}
        .service-info {
            padding: 20px 12px 0;
        }
 
        .moreabot-srvcs .btn {
            width: 100%;
            border-radius: 0 0 10px 10px;
        }
        .service .row {
    row-gap: 20px;
}
 
 /*--------------------------------------------------------------------------------------------*/
/*team page css */
.ourteams {
    padding: 60px 0;
}
.about-directors {
    background: #fff;
    padding: 15px;
    text-align: center;
    border-radius: 10px;
    column-gap: 20px;
    transition: background 0.4s ease;
}
/*.about-directors:hover {*/
/*  background: #244cc9;*/
/*  transition: background 0.4s ease;*/
/*}*/
.about-directors img {
    width: 300px;
    object-fit: cover;
    object-position: top;
    border-radius: 10px;
    height: 300px;
}
.directors {
    background: #006efe08;
    padding: 55px 0;
}
 .about-directors span {
    display: block;
    background: var(--button);
    width: fit-content;
    margin: 15px auto;
    padding: 8px 30px;
    border-radius: 50px;
    color: #fff;
    letter-spacing: 1px;
}
.foundredesc h2 {
    font-size: 27px;
}

/*project manager section */
.project-managers {
    padding: 60px 0;
}
.about-managers {
    text-align: center;
    box-shadow: 3px 3px 15px #00000014;
    padding: 42px 20px 30px;
    background: #fff;
    border-radius: 10px;
}
.about-managers img {
    border-radius: 50%;
    height: 200px;
    width: 200px;
    object-fit: cover;
}
.about-managers figure {
    position: relative;
    margin-bottom: 35px !important;
}
.team-shape {
    position: absolute;
    width: 235px !important;
    height: 235px !important;
    top: -17px;
    left: 6px;
}
.team-shape {
  animation: rotateShape 15s linear infinite;
  transform-origin: center;
}

@keyframes rotateShape {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.round {
  height: 50px;
  width: 50px;
  background: #244cc9f5;
  border-radius: 50%;
  position: absolute;
  right: 7px;
  bottom: 6px;
  opacity: .2;
  animation: floatUpDown1 3s ease-in-out infinite;
}

@keyframes floatUpDown1 {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
}


/*team members section */

.nav-tabs .nav-link {
    border: none;
    color: #000;
    font-weight: 500;
    background: #fff;
    padding: 15px 35px;
    font-size: 18px;
    border: 1px solid #297bce5c;
}

  .nav-tabs .nav-link.active {
    background: var(--button) !important;
    color: #fff;
    border-radius: 5px;
    font-size: 17px;
}

   .tab-content {
    border-top: none;
    padding: 20px;
    margin-top: 40px;
    color: #fff;
}

    .tab-pane h4 {
      color: #244cc9;
    }
ul#myTab {
    column-gap: 18px;
    border: unset;
}
ul#myTab .nav-link:hover {
    color: #000!important;
}
.about-members {
    background: #006efe1c;
    text-align: center;
    padding: 40px 20px 25px;
    border-radius: 10px;
}
.about-members img {
    height: 200px !important;
    width: 200px !important;
    border-radius: 50%;
    object-fit: cover;
}
.about-members img.team-shape {
    position: absolute;
    top: 20px;
    left: 18px;
    width: 240px !important;
    height: 240px !important;
}
.about-members figure {
    margin-bottom: 30px !important;
}
.about-members h3 {
    color: #000;
}
.about-members span {
    color: #000;
}
/*---------------------------------------------------------------------------*/
 
    /*Partner Inner Page*/
    
     .partner-section {
      padding: 80px 0;
     
    }
    
    .partner-box {
      border: 1px solid #ddd;
      border-radius: 10px;
      padding: 20px;
      height: 150px;
      width: auto;
      overflow: hidden;
      margin-bottom: 20px;
      text-align: center;
      background: #fff;
      transition: transform 0.3s, box-shadow 0.3s;
      display: flex;
      justify-content: center;
    align-items: center;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    }
    
    .partner-box:hover{
          box-shadow: 0 0 20px rgba(0, 0, 255, 0.123), 0 0 40px #2574fc5e, 0 0 60px rgb(128, 128, 128);

    }
    
      .partner-box::before {
      content: "";
      position: absolute;
      top: -50%;
      left: -50%;
      width: 200%;
      height: 200%;
       background: conic-gradient(
        #15253d,
        #1f7aff,
        #094577,
        #1b9894,
        #ab7917
      );
      transform: rotate(0deg);
      transition: opacity 0.3s ease;
      animation: rotateBorder 2s linear infinite;
      opacity: 0;
    }

    .partner-box:hover::before {
      opacity: 1;
    }

    /* Inner mask to keep border only */
    .partner-box::after {
      content: "";
      position: absolute;
      inset: 4px;
      background: #fff;
      border-radius: 12px;
      z-index: 1;
    }

    @keyframes rotateBorder {
      0% {
        transform: rotate(0deg);
      }
      100% {
        transform: rotate(360deg);
      }
    }


    .partner-box img {
     
      max-width: 100%;
      height: auto;
      position: relative;
      z-index: 2;
      color: #000;
    
    }
   
    .sticky-content {
      position: sticky;
      top: 20px;
      text-align: left;
    }

    .partner-content h2 {
      font-size: 2rem;
      margin-bottom: 15px;
    }

    .partner-content p {
      margin-bottom: 20px;
      color: #555;
    }

    .partner-section .marquee{
        margin-bottom: 3rem;
    }
    
    .partner-section .marquee__content h2 {
        -webkit-text-stroke: 1px var(--primary);
    }
    
    /*------------------------------------------------*/
   /*Faq inner page*/
   
   /* FAQ Section Styling */
.faq-section {
  padding: 80px 0;
  position: relative;
  background: #f9f9ff;
  font-family: "Inter", sans-serif;
}
 
.accordion-box-four {
  list-style: none;
  margin: 0;
  padding: 0;
}
 
.accordion-box-four .block {
  background: #0000000a;
  border-radius: 45px;
  margin-bottom: 20px;
  overflow: hidden;
  transition: all 0.3s ease;
}
 
.accordion-box-four .acc-btn {
  cursor: pointer;
  font-weight: 600;
  font-size: 18px;
  color: #1e1e2f;
  padding: 20px 30px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s ease;
}
 
.accordion-box-four .acc-btn.active {
  background: #0000000a;
  color: var(--primary);
  border-radius: 16px 16px 0 0;
}
 
.accordion-box-four .acc-btn .icon {
  font-size: 22px;
  font-weight: bold;
  transition: all 0.3s ease;
}
 
.accordion-box-four .acc-content {
  background: #0000000a;
  border-radius: 0 0 16px 16px;
  overflow: hidden;
  max-height: 0;
  transition: all 0.4s ease;
}
 
.accordion-box-four .acc-content .text {
  padding: 20px 30px;
  color: #3b3b55;
  font-size: 16px;
  line-height: 1.6;
}
 
.accordion-box-four .block.active-block {
  box-shadow: 0 4px 16px rgba(106, 66, 244, 0.1);
}
 
.accordion-box-four .block:hover {
  transform: translateY(-2px);
}
.faq-section {
    position: relative;
    padding: 120px 70px;
}
.faq-section .shape-2 {
    position: absolute;
    top: 0px;
    right: 0px;
}
.shape-2 {
    width: 749px;
    height: 749px;
   
}
.faq-section .shape-3 {
    position: absolute;
    bottom: 20px;
    left: 0px;
}
.shape-3 {
    width: 732px;
    height: 732px;
   
}

.terms-list li{
    list-style-type: none;
}
#aboutText-1{
      font-size: 3rem;
      font-weight: 900;
      text-transform: uppercase;
      color: transparent;
      -webkit-text-stroke: 1px rgba(0, 0, 0, 0.349);
      text-stroke: 1px var(--light) !important;
      letter-spacing: 10px;
      white-space: nowrap;
      transition: transform 0.2s linear;
      position: relative;
      z-index: 0;
      margin-bottom: 15px;
      text-align: center;
    }
  .about-heading h3 strong{
    font-size: 35px;
    color: var(--primary);
    font-weight: 700;
    font-family: 'Montserrat Alternates', sans-serif;
    line-height: 1.2;
  }
  .faq-hdr {
  margin-bottom: 85px;
  }
  .mr-bt {
  margin: 30px 0px;
    margin-bottom: 30px;
    text-align: center;
  }
  .exp-para-1 {
  text-align: center;
  }
 

/*-----------------------------------------------*/

/*About us inner page*/

 
  :root{
      --primary: #006efe;
      --secondary: #30d1be;
      --light: #fff;
      --dark: #000;
      --button: linear-gradient(126deg, #2872d1, #35dbb7);
      /* --header: linear-gradient(#006efee7, #00000062); */
      --header: linear-gradient(#011230, #1071b6);    
    }
    
 
 .about-inner-section{
        padding-top: 80px;

  }



  .inner-about-heading{
    max-width: 1075px;


  }

  .sub-title{
    font-size: 16px;
    font-weight: 600;
    padding-left: 92px;
    position: relative;
    letter-spacing: 2px;
    margin-bottom: 10px;
    color: #ff4a68;
  }

  .sub-title::before{
    left: 0;
    top: 10px;
    height: 2px;
    content: "";
    width: 80px;
    border-radius: 5px;
    position: absolute;
    background: linear-gradient(90deg, #FF4A68 29.33%, rgba(255, 74, 104, 0) 100%);
  }

  .main-title{
        font-size: 52px;
    font-weight: 600;
    line-height: 1.067;
    letter-spacing: -2px;
    color: black;
    margin-bottom: 3rem;
  }

  .split-line{
        display: block;
    text-align: start;
    position: relative;
    translate: none;
    rotate: none;
    scale: none;
    transform-origin: 50% 0%;
    transform: translate(0px, 0px);
    opacity: 1;

    -webkit-text-stroke: 0px white;
    color: inherit;

  }

  .split-line span{
    font-style: italic;
    font-family: "Playfair", serif;
    color: linear-gradient( #8215FF 15.05%, #2DA9FF 99.63%);  
    background: linear-gradient(92.38deg, #8215FF 15.05%, #2DA9FF 99.63%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
  }

  .exp-area{
    width: 100%;
   
    padding-top: 65px;
    padding-left: 10px;
    position: relative;
    padding-right: 110px;
    padding-bottom: 100px;
  }

  .exp-area::before{
        top: 0;
    left: 0;
    width: 1px;
    opacity: 0.24;
    height: 100%;
    content: "";
    position: absolute;
    background: linear-gradient(180deg, #1C1C2D 0%, rgba(91, 91, 147, 0) 100%);
  }

  .exp-count{
    gap: 10px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
  }

  .inner-about-contain{
    position: relative;
  }
  .exp-count h3{
        line-height: 0.8;
    margin-bottom: 0;
    font-size: 240px;
    font-weight: 700;
    letter-spacing: -5px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-position: 25% 35%;
    background-image: url(https://seox.vikinglab.agency/demo-10/wp-content/uploads/sites/11/2025/08/about-page-sec1-image2.png);

  }

  .exp-count h3 span {
    text-shadow: 10px 8px 0px rgba(28, 28, 45, 0.08);
  }


    
  .exp-count p{
    font-size: 20px;
    line-height: 1.2;
    max-height: 170px;
    writing-mode: vertical-rl;
  }

   .reviews {
      display: flex;
      align-items: center;
      gap: 10px;
      margin-top: 20px;
    }
    .reviews img {
      width: 40px;
      height: 40px;
      border-radius: 50%;
      border: 2px solid #fff;
      margin-left: -20px;
    }

    .exp-para{
        padding: 65px 0px;
    }

    .exp-button a{
        color: #fff;
    font-size: 16px;
    font-weight: 600;
    border-radius: 6px;
    padding: 16px 28px;
    background: var(--button);
    background-size: 200%, 1px;
    text-decoration: none;
    }

  .img-wrapper{
        bottom: 80px;
    width: 100%;
    height: 550px;
    max-width: 680px;
    position: relative;
    }


 
    .item-img1{
        transform: rotate(15deg);
        transform: rotate(15deg);
    position: absolute;
    right: 65px;
    top: -65px;
    }
 
 
    .item-img2{
    top: 0px;
    right: 200px;
    position: absolute;
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
    }
 
    .item-img3{
        left: 20px;
    bottom: 35px;
    position: absolute;
    -webkit-transform: rotate(-9deg);
    transform: rotate(-9deg);
    }

    #aboutText{
            font-size: 5rem;
    font-weight: 900;
    text-transform: uppercase;
    color: transparent;
    -webkit-text-stroke: 1px rgba(0, 0, 0, 0.349);
    text-stroke: 1px var(--light);
    letter-spacing: 10px;
    /*white-space: nowrap;*/
    transition: transform 0.2s linear;
    position: relative;
    z-index: -1;
    }
 
 
     .img-inner{
         translate: none;
     rotate: none;
    scale: none;
    transform: translate(0px, 250px);
    opacity: 1;
    overflow: hidden;
    border-radius: 16px;
    }
 
    .img-inner img{
        border: none;
        border-radius: 0;
        box-shadow: none;
        height: 400px;
    width: 300px;
 
    }

    .specialist h1{
      font-size: 25px;
      font-weight: 700;
    }

    .specialist ul{
      padding-left: 0rem !important;
      margin-bottom: 2rem;
    }

    
    .specialist ul li{
      line-height: 40px;
    }

    
    .specialist ul li i{
      color: var(--primary);
      margin-right: 10px;
      font-size: 20px;
    }

    /* Working Process */

    .working-process {
      background: url('https://storage.yandexcloud.net/moskvichmag/uploads/2025/07/shutterstock_1389400292.jpg') no-repeat center center/cover;
      /*background: var(--header);*/
      padding: 80px 0;
      color: #000;
      position: relative;
      margin: 0 1rem;
      border-radius: 30px;
      z-index: -2;
    }
    
  .working-process .overlay{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(#011230cf, #1071b6db);
  z-index: -1;
  border-radius: 30px;
}


    .working-process-heading p{
      width: 70%;
      margin:0 auto 3rem;
      color: #fff;
    }

    ul li{
        list-style-type: none;
    }
   
    .working-process #aboutText{
      -webkit-text-stroke: 1px #fff;
      font-size: 4rem;
    }

   
    .working-process .content-wrapper {
      position: relative;
      z-index: 1;
      text-align: center;
    }

   .working-process  .tab-buttons {
      display: flex;
      justify-content: center;
      gap: 20px;
      margin-bottom: 40px;
      flex-wrap: wrap;
    }

    .working-process .tab-btn {
      background: var(--button);
      border: none;
     display: flex;
     align-items: center;
     justify-content: center;
     height: 100px;
     width: 130px;
      border-radius: 0;
      clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
      transition: all 0.3s ease;
    }

    .working-process .tab-btn img{
       transition: transform 0.5s ease; 
    }

    .working-process .tab-btn.active{
      background: var(--header);
      color: #fff;
    }

    .tab-btn:hover img{
      transform: rotate(360deg);
    }

    .working-process .tab-content {
      display: none;
      max-width: 800px;
      margin: 0 auto;
    }

    .working-process .project{
      position: relative;
      right: 0;
    }

    .working-process .tab-content.active {
      display: block;
      animation: fadeIn 0.5s ease-in-out;
    }

    .working-process .tab-content p{
      margin-top: 1rem;
      color: #fff;
    }



    @keyframes fadeIn {
      from {opacity: 0; transform: translateY(10px);}
      to {opacity: 1; transform: translateY(0);}
    }

   .stat-box {
      position: relative;
      min-height: 350px; /* Gives space for all three boxes */
    }

    .stat-box .project,
    .stat-box .customer,
    .stat-box .active-customer {
      position: absolute;
      display: flex;
      align-items: center;
      gap: 10px;
   
      transition: transform 0.3s ease;
    }

    .stat-box .project {
      top: 0;
      right: 0;
    }

    .stat-box .customer {
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
    }

    .stat-box .active-customer {
      bottom: 0;
      left: 0;
    }

  
    .stat-box .project:hover,
    .stat-box .customer:hover,
    .stat-box .active-customer:hover {
      transform: scale(1.05);
      z-index: 1;
    }

   
    .stat-box .customer:hover {
      transform: translate(-50%, -50%) scale(1.05);
    }

    .stat-box h4 {
      margin: 0;
      font-size: 30px;
      font-weight: bold;
    }

    .stat-box hr {
      margin: 5px 0;
      width: 100%;
      border-top: 2px solid #000;
    }

    .stat-box p {
      margin: 0;
      font-size: 16px;

    }

    .underline1 {
    height: 2px;
    width: 100px;
    background-color: #fff;
    margin: auto;
    margin-top: 20px;
}
.underline2 {
    height: 4px;
    width: 30px;
    background-color: var(--primary);
    margin: auto;
    margin-top: -3px;
}

.no-margin{
    margin-left: 0px;
 
}

/*Helping Others Succeed*/
.process-section{
 padding: 5rem 0;   
 position:relative;
}

 .section-image {
      position: absolute;
      z-index: -1;
      opacity: 1;
      max-width: 250px;
      transition: all 0.4s ease;
    }

    .section-image.left-top {
      top: 0;
      left: 0;
    }

    .section-image.right-bottom {
      bottom: 0;
      right: 0;
    }

   

.working-process-area {
      display: flex;
      gap: 15px;
      position: relative;
      margin-top: 2rem;
    }
.process-section .underline1 ,.mvv-section .underline1{
    background-color: #000 !important;
}
    .process-item {
      flex: 1;
      background-color: #fff;
      padding: 25px 28px 40px 28px;
      position: relative;
      border-radius: 10px;
      text-align: center;
    }

    .process-step {
      font-size: 120px;
     
      background: linear-gradient(180deg, #1264a1 0%, #fff 90%);
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      display: inline-flex;
      line-height: 1;
      margin-bottom: 16px;
      justify-content: center;
    }

    .title {
        margin-bottom: 20px;
      font-size: 20px;
    }

    .desc {
      margin: 0;
    }

    /* Arrow between cards */
    .process-item:not(:last-child)::after {
  content: "\f061";
  font-family: "Font Awesome 7 Free"; /* updated name */
  font-weight: 900;
  font-size: 24px;
  color: #6298c0;
  position: absolute;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background-color: #fff;
  border: 7px solid #006efe24;
  top: 50%;
  right: -34px;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
}

    
    
    
    .mvv-section{
       padding: 2rem 0;
    background: #1268a91c;
    margin: 1rem;
    border-radius: 20px;

    }
    .mvv-card {
      background: #fff;
      padding: 20px;
      margin-bottom: 40px;
      position: relative;
      border-radius: 12px;
      transition: all 0.3s ease-in-out;
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    }

    .mvv-card:hover {
      transform: translateY(-8px);
    }

    .mvv-content-wrap {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      position: relative;
      z-index: 0;
    }

    .mvv-title-wrap {
      display: flex;
      align-items: center;
      gap: 20px;
      flex: 1;
    }

    .mvv-icon {
      font-size: 36px;
      width: 80px;
      height: 80px;
      background: linear-gradient(-45deg, rgb(7 20 253 / 30%) 0%, rgba(30, 138, 138, 0) 50%, rgb(0 66 255 / 83%) 100%);
      border-radius: 50%;
      border: 1px solid rgba(30,138,138,0.15);
      display: flex;
      align-items: center;
      justify-content: center;
      color: var(--primary);
      transition: all 0.4s ease-in-out;
    }

    .mvv-card:hover .mvv-icon {
      background: var(--primary);
      color: #fff;
    }

    .mvv-title {
      font-weight: 700;
      font-size: 22px;
      color: var(--primary);
      margin-bottom: 0;
    }

    .mvv-text-wrap {
      flex: 2;
      display: flex;
      justify-content: flex-end;
    }

    .mvv-desc {
      width: 85%;
      color: #333;
      font-size: 16px;
      line-height: 1.6;
    }

    .mvv-bg {
      position: absolute;
      top: 50%;
      left: 28%;
      width: 210px;
      height: 220px;
      opacity: 0;
      border-radius: 10px;
      overflow: hidden;
      pointer-events: none;
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
      transform: translate(-50%, -50%) scale(0.7);
      transition: opacity 0.6s, transform 0.5s ease;
      z-index: 1;
    }

    .mvv-card:hover .mvv-bg {
      opacity: 1;
      transform: translate(-50%, -50%) scale(1);
    }

   
/*-----------------------------------------------------------------------------------------------*/
    /*Terms & Condition Inner Page*/
    
    .choose-box {
      position: relative;
      padding-left: 60px;
    }
 
    .choose-box::before {
      content: "";
      position: absolute;
      left: 20px;
      top: 0;
      bottom: -30px;
      width: 2px;
      background: rgba(0, 89, 255, 0.4);
    }
 
    .choose-circle {
      position: absolute;
      left: 10px;
      top: 5px;
      width: 20px;
      height: 20px;
      border: 2px solid var(--primary);
      border-radius: 50%;
      /* background: var(--primary); */
      display: flex;
      align-items: center;
      justify-content: center;
    }
 
    .choose-circle::after {
      content: "";
      width: 8px;
      height: 8px;
      background: #fff;
      border-radius: 50%;
    }
 
    .choose-icon {
      font-size: 28px;
      margin: 20px 0;
    }
 
    .choose-box h5 {
      font-size: 25px;
      font-weight: 800;
      margin-bottom: 10px;
      color: var(--primary);
    }
 
    .choose-box p {
      font-size: 15px;
      color: var(--light);
      margin-bottom: 20px;
    }
    .choose-box.MX-WDTH p{
        max-width: 1200px !important;
    }
    /* FIXED GREEN GLOW */
   .choose-section .right-col::before {
      content: "";
      position: absolute;
      top: 30%;
      left: 40%;
      transform: translate(-50%, -50%);
      width: 600px;
      height: 600px;
      background: radial-gradient(circle, rgba(166,255,0,0.18) 0%, transparent 70%);
      filter: blur(80px);
      z-index: 0;
      pointer-events: none;
    }
 
    .choose-box {
      position: relative;
      z-index: -1;
    }
 
      .choose-icon figure{
      height: 70px;
    width: 70px;
    background: linear-gradient(45deg, var(--primary), var(--secondary));
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    clip-path: polygon(20% 0%, 80% 0%, 100% 20%, 100% 80%, 80% 100%, 20% 100%, 0% 80%, 0% 20%);
     transition: .5s;
    }
 
    .choose-box:hover figure {
        background: #fff;
        border-color: #006efe;
        outline-color: #006efe;
        transform: rotate(360deg);
    }
 
    .choose-box:hover figure img{
      filter: invert(1);
    }
    .data-para{
        color: #333;
    }
    .data-para {
    color: #333 !important;
    }
    .cs-dot::after {
    background: #33333391;
    }
/*    .terms-list {*/
/*  list-style-type: decimal;*/
/*  padding-left: 20px;*/
/*  line-height: 1.8;*/
/*  font-size: 16px;*/
/*  color: #333;*/
/*}*/
 
 .terms-list li::before {
    content: "›";
    color: #006efe;
    font-weight: bold;
    margin-right: 8px;
    font-size: 26px;
}
.terms-list li {
  margin-bottom: 10px;
}
.dark-bg{
    padding: 80px 20px;
    text-align: justify;
}


/*--------------------------------------------------------------------------------------------------------*/
/*Why us inner page*/



section.why_us {
    background: #fff url('../images/bg_sec.png') no-repeat right top; 
    background-size: cover; 
    background-position: center; 
    padding: 40px;
}

p.sec_para {
    font-size: 20px;
    font-weight: 500;
    margin: 20px 10px;
}

h2.why_us-title.aos-init.aos-animate {
    font-size: 40px;
    font-weight: 700;
    color: #000;
}
h2.why_us-title span {
    color: #006efe;
    font-size: 46px;
}

.list-card {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

/* Card style */
.card {
    display: flex;
    align-items: center;
    flex-direction: row;
    padding: 15px 20px;
    border-radius: 10px;
    background-color: transparent;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
    border: none;
}
/* Hover effect: background white + shadow */
.card:hover {
    background-color: #ffffff;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

/* Icon */
.card-icon {
    width: 50px;
    height: 50px;
    margin-right: 20px;
    transition: transform 0.6s ease;
    transform-style: preserve-3d;
    position: relative;
}
img.card-icon::after {
    content: "";
    position: absolute;
    top: 0;
    right: -10px; /* adjust distance from icon */
    width: 2px; /* thickness of the line */
    height: 100%; /* full height of icon */
    background-color: #fff;
}

/* Flip icon on hover */
.card:hover .card-icon {
    transform: rotateY(180deg);
}

/* Card content */
.card-content {
    display: flex;
    flex-direction: column;
    
    padding: 0px 27px;
}

.card-title {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 5px 0;
}

.card-description {
    font-size: 14px;
    color: #555;
    margin: 0;
}

.col-md-6.sec_img {
    position: relative; /* needed for absolute positioning of image */
    display: flex;
    justify-content: center; /* center horizontally */
    align-items: flex-end;   /* align to bottom */
    height: 100%;            /* ensure the column has height */
}

.col-md-6.sec_img img {
    max-width: 100%;        /* responsive width */
    height: auto;           /* maintain aspect ratio */
    object-fit: contain;    /* keep image proportion */
    position: relative;
  }


/* .col-md-6.sec_img::after {
    content: "";
    position: absolute;
    bottom: 6px;
    right: 66px;
    width: 276px;
    height: 151px;
    background: linear-gradient(126deg, #2872d1, #35dbb7);
    background-size: cover;
    border-radius: 12px;
    z-index: 1;
    animation: moveGradient 4s ease-in-out infinite alternate; 
} */

/* Keyframes for smooth left-right movement */
/* @keyframes moveGradient {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(40px); 
    }
} */

/* Keyframes for rotation */
@keyframes rotateStar {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.col-md-6.sec_img:before {
    content: "";
    position: absolute;
    top: 69px;
    left: 98px;
    width: 118px;
    height: 118px;
    background: url('../images/star.png') no-repeat center center;
    background-size: cover;
    border-radius: 42px;
    animation: rotateStar 5s linear infinite;
}




.moving-gradient {
    position: absolute;
    bottom: 6px;
    right: 66px;
    width: 299px;
    height: 171px;
    background: linear-gradient(126deg, #2872d1, #35dbb7);
    border-radius: 12px;
    z-index: 1;
    padding: 56px 16px 6px;
    animation: moveGradient 4s ease-in-out infinite alternate;
}

/* Animation: moves left to right and back smoothly */
@keyframes moveGradient {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(40px); /* adjust distance */
    }
}

.moving-gradient::before {
    content: "";
    position: absolute;
    top: -59px;
    left: -5px;
    width: 106px;
    height: 106px;
    background: #fff url('../images/success\ \(1\).png') no-repeat center center;
    background-size: 40px 40px; 
    border-radius: 50%;
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.6);
    z-index: 2;
}


.moving-gradient h6 {
    color: #fff;
    font-size: 19px;
}
.reveal-text {
    color: #000;
    line-height: 28px;
    font-size: 21px;
    font-weight: 700;
    letter-spacing: 1px;
    display: inline-block;
    transform: translateY(8px);
    /* m: translateY(16px); */
}

section.idea_sec {
    background: #fff url('../images/bg_two.png') no-repeat right top;
    background-size: cover;
    background-position: center;
    padding: 40px 40px 0px;
}
p.idea_text {
    font-size: 18px;
}
.text_area {
    margin-top: 28px;
}

.idea_image.text-center {
    position: relative; /* Required for ::after positioning */
}

.idea_image.text-center::after {
    content: "";
    position: absolute;
    top: -25px;
    right: 139px;
    width: 110px;
    height: 150px;
    background: url('../images/social_image.png') no-repeat center center;
    background-size: cover;
    /* border-radius: 50%; */
    z-index: 2;
    animation: slideLR 8s ease-in-out infinite alternate;
}
/* Animation keyframes */
@keyframes slideLR {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(50px); /* distance to slide */
    }
    100% {
        transform: translateX(0);
    }
}

/* Core value */
.stats_section {
    background: #fff url('../images/bg_sec.png') no-repeat right top;
    background-size: cover;
    background-position: center;
    padding: 120px 60px;
}
/* section.why_us {
    background: #fff url('/images/pattern-5.jpg') no-repeat right top;
    background-size: cover;
    background-position: center;
    padding: 40px;
} */
.stats_section .row.justify-content-center.g-4 {
    row-gap: 82px;
}
.stat_card {
    background: #fff;
    border-radius: 0 0 40px 40px;
    padding: 40px 20px 30px;
    position: relative;
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}





.stat_card::before {
    content: '';
    position: absolute;
    top: -67px;
    left: 0;
    right: 0;
    margin: auto;
    width: 79px;
    height: 34px;
    background: #2872d1;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    border-radius: 10px 10px 0 0;
    animation: floatUpDown 2s ease-in-out infinite alternate;
}

/* Animation keyframes */
@keyframes floatUpDown {
    0% {
        top: -67px;
    }
    50% {
        top: -77px; /* move up 10px */
    }
    100% {
        top: -67px;
    }
}

.stat_icon {
    width: 88px;
    background: linear-gradient(126deg, #2872d1, #35dbb7);
    height: 88px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    font-size: 28px;
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
}

.stat_number {
  font-size: 2rem;
  font-weight: 700;
  color: #000;
  margin-top: 40px;
}

.stat_text {
  font-size: 1rem;
  color: #555;
}

.stat_card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}


/*---------------------------------------------------------*/

/*Google Testimonial*/

.bg-gradient {
    background: linear-gradient(126deg, #2872d1, #35dbb7);
  }

  

  /* Hover Card Effect */
  .testimonial-card {
    transition: all 0.6s ease;
    overflow: hidden;
  }
  .testimonial-card:hover {
    transform: translateY(-10px) scale(1.05);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  }
  .testimonial-card .hover-bg {
    opacity: 0;
    background: linear-gradient(126deg, #2872d1, #35dbb7);
    transition: opacity 0.6s ease;
    z-index: 0;
  }
  .testimonial-card:hover .hover-bg {
    opacity: 1;
  }
  .testimonial-card:hover p,
  .testimonial-card:hover h5,
  .testimonial-card:hover small {
    color: #fff !important;
  }
  .testimonial-card:hover img {
    border-color: #fff !important;
  }
  
  
  
  
  
  
  
  /*-------------------------------------------------------------------------------*/
  
  /*Video testimonial*/
  
  
/* === Layout === */
.testimonial-video-section {
  background: linear-gradient(180deg, #f9fbff, #eef5ff);
  padding: 80px 0;
  text-align: center;
}

.section-title {
  font-size: 2.2rem;
  font-weight: 700;
  color: var(--dark-bg);
  margin-bottom: 40px;
  letter-spacing: 0.5px;
}



/* === Video Grid === */
.video-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 30px;
}

/* === Video Card === */
.video-card {
   background: #fff;
  border-radius: 18px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  border: 2px solid #0ef; /* optional outline */
  /* background: var(--light);
  border-radius: 20px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  transform: translateY(40px);
  opacity: 0;
  transition: all 0.8s ease; */
}
.video-card:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.2);
}
.video-card iframe {
  pointer-events: auto !important;
  z-index: 5;
  position: relative;
}
.video-card.reveal {
  transform: translateY(0);
  opacity: 1;
}

/* === Video Wrapper === */
.video-wrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9 ratio */
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 18px;
  object-fit: cover;
}
.video-wrapper video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  transition: transform 0.5s ease;
}

.video-wrapper:hover video {
  transform: scale(1.05);
}

/* === Overlay with Gradient Play Button === */
.video-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: all 0.4s ease;
  cursor: pointer;
}

.video-overlay span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
  color: #fff;
  background: linear-gradient(126deg, #2872d1, #35dbb7);
  width: 70px;
  height: 70px;
  border-radius: 50%;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
}

.video-wrapper:hover .video-overlay {
  opacity: 1;
}

.video-overlay:hover span {
  transform: scale(1.1);
}

/* === Subtle Glow Border === */
.video-card::before {
  pointer-events: none;
}
.video-card:hover iframe {
  transform: scale(1.05);
  transition: transform 0.3s ease;
}

@keyframes borderFlow {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

/*----------------------------------------------------------------------------*/

/*Contact Us */


 .contact-top-sec {
            padding: 100px 50px;
        }

        .cont-stasf-wrap .item-text {
            font-size: 70px;
            font-weight: 800;
            color: #000000;
        }

        .cont-stasf-wrap p {
            font-weight: 500;
            font-size: 18px;
            color: #1b1b1b;
        }

        .cont-stasf-wrap i {
            font-size: 30px;
            padding: 15px 10px 10px 10px;
            border: 1px solid #006efe;
            color: #006efe;
            height: 70px;
            text-align: center;
            width: 70px;
            border-radius: 50%;
        }

        .cont-heading {
            line-height: 1.2;
            letter-spacing: 4px !important;
            font-family: 'Poppins', sans-serif;
            position: relative;
            text-align: start;
            color: #000000;
            font-size: 42px;
            font-weight: 700;
            letter-spacing: 1px;
            text-transform: capitalize;
        }

        .tx-description {
            font-size: 20px;
            color: #363636;
            margin-bottom: 30px;
            font-weight: 300;
        }

        .cont-top-info-list {
            gap: 30px;
            z-index: 1;
            overflow: hidden;
            padding: 30px 35px;
            border-radius: 20px;
            margin-bottom: 20px;
            border: 1px solid #e7e7e7;
            transition: all 500ms ease-in-out;
        }

        .li-colr1 {
            color: #006efe;
            font-size: 30px;
        }

        .li-colr2 {
            color: #041837;
            font-size: 30px;
        }

        .li-colr3 {
            color: #35dbb7;
            font-size: 30px;
        }
        
        .cont-top-info-text h3 {
            font-size: 24px;
            font-weight: 600;
            margin-bottom: 5px;
        }

        .cont-top-info-list span {
            z-index: -1;
            right: -7px;
            bottom: -30px;
            color: #f2f2f2;
            font-size: 72px;
            font-weight: 900;
            position: absolute;
        }




.contact-us-sec {
  background-color: #0b1423;
  color: #fff;
  margin-bottom: 60px;
}

.contact-us-sec h1 {
  font-weight: 700;
}

.contact-form .form-control {
  border: none;
  width: 100%;
    height: 65px;
    margin-bottom: 6px;
    padding-left: 20px;
    border-radius: 15px;
    background-color: #fff;
}

.contact-us-sec .bg-primary {
  background-color: #244cc9 !important;
}

.colr3{
    color: #35dbb7;
}
.btn-submit{
    display: block;
    text-decoration: none;
    text-align: center;
    padding-top: 18px;
    background: #041837;
    color: #fff;
    width: 100%;
    border: none;
    height: 60px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 100px;
    transition: all 500ms ease-in-out;
 }  
 .btn-submit:hover{
    background: #fff;
    color: #006efe;
 }
 .contact-form textarea{
    height: 170px !important;
    padding-top: 20px;
 } 
 .ss-hdng-bg-white{
    margin-bottom: 40px;
    line-height: 1.2;
    font-family: 'Poppins', sans-serif;
    position: relative;
    text-align: start;
    color: #fff;
    letter-spacing: 4px !important;
    font-size: 35px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: capitalize;
 }   
 .map-container{
    height: 450px;
 } 


.sticky-bg-col {
    position: sticky;
    top: 0px;
    height: 345px;
    background: url("https://www.rsiconcepts.com/blog/wp-content/uploads/2024/05/Enhancing-Accessibility.jpg") no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
}

/*-----------------------------------------------------*/

/*reseller inner Page*/

 .reseller {
            background: #efffff url('assets/shape3.png') no-repeat center;
            background-size: cover;
            padding: 0 50px;
        }

        /* Card Wrapper */
        .reseller .reselr-card-wraper {
            border: 4px solid transparent;
            background: linear-gradient(329.35deg, #57E8DF 0%, #6872fe8f 100%);
            border: 1px solid #c1c1c1;
            border-image-slice: 1;
            border-radius: 30px;
            overflow: hidden;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }

        :root {
            --r: 30px;
            --s: 50px;
            --_m: /calc(2 * var(--r)) calc(2 * var(--r)) radial-gradient(#000 70%, #0000 72%) no-repeat;
        }

        #sub-text-stock {
            font-size: 46px;
            font-weight: 900;
            text-transform: uppercase;
            color: transparent;
            -webkit-text-stroke: 1px rgba(20, 55, 209, 0.815);
            letter-spacing: 7px;
            /* white-space: nowrap; */
            transition: transform 0.2s linear;
            position: relative;
            /* z-index: 2; */
        }
        .reseller .reselr-card-wraper:hover {
            transform: translateY(-6px);
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);
        }

        .reselr-card-wraper:hover .icon-circle {
            background-color: #006efe;
            border: none;
        }

        .reselr-card-wraper:hover .icon-circle i {
            color: #fff;
        }

        /* Card Image */
        .reseller .card-img-top {
            border-radius: 30px;
            height: 220px;
            object-fit: cover;
            mask: calc(var(--s) + var(--r)) 0 var(--_m), 0 calc(var(--s) + var(--r)) var(--_m), radial-gradient(var(--s) at 0 0, rgba(0, 0, 0, 0) 99%, #000 calc(100% + 1px)) var(--r) var(--r) no-repeat, conic-gradient(at calc(var(--s) + 2 * var(--r)) calc(var(--s) + 2 * var(--r)), #000 75%, rgba(0, 0, 0, 0) 0);
        }


        
        .reseller-card {
            padding: 0 25px;
        }

        /* Icon circle */
        .reseller .icon-circle {
            position: absolute;
            top: 7px;
            left: 12px;
            background-color: #081216;
            border-radius: 50%;
            width: 60px;
            height: 61px;
            display: flex;
            align-items: center;
            justify-content: center;
            border: 2px solid #006eff;
            transition: all 0.3s ease;
            margin: 0 !important;
        }

        .reseller .icon-circle i {
            color: #67a9ff;
            font-size: 24px;
            transition: color 0.4s ease;
        }

        /* Card content */
        .reseller .reselr-card-body {
            padding: 20px 15px;
            text-align: left;
        }

        .reseller .card-title {
            font-size: 24px;
            font-weight: 600;
        }

        .reseller .card-text {
            font-size: 16px;
            margin-top: 10px;
        }

        .btn-link-style1 i {
            font-size: 17px;
            transform: rotate(40deg);
            margin-left: 7px;
            transition: all 300ms ease;
        }

        .reselr-card-body:hover .btn-link-style1 i {
            transform: rotate(0deg);
        }

        .btn-link-style1 {
            color: #006efe;
            line-height: 2;
            margin-bottom: 0;
            text-decoration: none;
            position: relative;
            transition: all 300ms ease;
        }

        .reselr-card-body:hover .btn-link-style1 {
            text-decoration: underline;
            color: #000000;
        }
        .heading-center-ss{
            margin-bottom: 15px;
            line-height: 1.2;
            font-family: 'Poppins', sans-serif;
            position: relative;
            color: var(--dark);
            font-size: 35px;
            font-weight: 700;
            letter-spacing: 1px;
            text-transform: capitalize;
        }
        
        .reseller-card-wraper{
            row-gap: 40px;
        }
       

        
        /*--------------------------------------------------------------*/
        /*Reseller Details */
        
          /* Custom Class for Main Container */
        .reseller-details {
            padding-top: 40px;
            padding-bottom: 40px;
        }

        /* Card and Component Styles */
        .card-dark {
            background-color: #18171e;
            border: none;
            border-radius: 0.75rem;
            box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
        }

        .section-header {
            border-bottom: 1px solid #fff;
            padding-bottom: 0.75rem;
            margin-bottom: 1.5rem;
            color: white;
            font-weight: 600;
        }

        .news-item {
            cursor: pointer;
            transition: background-color 0.2s;
            border-radius: 0.5rem;
        }

        .news-item:hover {
            background-color: #272727;
        }

        .news-item-img {
            background-color: #006efe;
            border-radius: 0.5rem;
            overflow: hidden;
            width: 64px;
            height: 64px;
            flex-shrink: 0;
        }

      

        .feature-visual {
            height: 24rem;
            border-radius: 0.75rem;
            margin-bottom: 2rem;
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.5), 0 10px 10px -5px rgba(0, 0, 0, 0.2);
            background: linear-gradient(135deg, #1f1f1f 0%, #000000 50%);
            position: relative;
            overflow: hidden;
        }


        /* reseller-details- card */

        .reseller-details-card {
            background-color: #163b4b;
            border: 1px solid rgba(255, 255, 255, 0.1);
            border-radius: 10px;
            padding: 5px;
            position: relative;
            overflow: hidden;
            transition: box-shadow 0.3s ease;
        }

        .card-icon {
            color: #006efe;
            width: 50px;
            height: 50px;
            margin-bottom: 1.5rem;
        }

        .resdtl-card-content {
                position: relative;
                z-index: 1;
                border: 1px solid #b9b9b991;
                border-radius: 7px;
                padding: 10px;
                background: #163b4b;
        }

        .hover-lines {
            position: absolute;
            width: 0px;
            height: 0px;
            bottom: 0px;
            left: 50%;
            box-sizing: border-box;
            transform: translate3d(-50%, 0px, 0px);
            border-bottom: 4px solid #0dcaf0;
            border-left: 0 solid #0dcaf0;
            border-right: 0 solid #0dcaf0;
            transition: width 0.4s cubic-bezier(0.19, 1, 0.22, 1) 340ms, height 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75) 145ms, border-left-width cubic-bezier(0.25, 0.25, 0.75, 0.75) 340ms, border-right-width cubic-bezier(0.25, 0.25, 0.75, 0.75) 340ms;
        }
        .hover-lines::before, .hover-lines::after {
            position: absolute;
            height: 4px;
            content: "";
            left: 0px;
            top: 0px;
            width: 0%;
            background-color: #0dcaf0;
            transition: width 150ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
        }
        
        /* .reseller-details-card:hover {
            box-shadow: 0 0 20px rgba(255, 215, 0, 0.3);
            border-color: #006efe;
        } */
        .reseller-details-card:hover .hover-lines {
            border-left-width: 4px;
            border-right-width: 4px;
            height: 100%;
            width: 100%;
            transition: width 150ms cubic-bezier(0.25, 0.25, 0.75, 0.75), height 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75) 145ms, border-left-width cubic-bezier(0.25, 0.25, 0.75, 0.75) 145ms, border-right-width cubic-bezier(0.25, 0.25, 0.75, 0.75) 145ms;
        }
        .reseller-details-card:hover .hover-lines::before, .reseller-details-card:hover .hover-lines::after {
            width: 50%;
            transition: width 0.5s cubic-bezier(0.19, 1, 0.22, 1) 340ms;
        }
        .hover-lines::after {
            left: auto;
            right: 0px;
        }
        .heading-ces1{
            margin-bottom: 15px;
            line-height: 1.2;
            font-family: 'Poppins', sans-serif;
            position: relative;
            text-align: start;
            color: #1f1f1f;
            font-size: 32px;
            font-weight: 600;
            letter-spacing: 1px;
            text-transform: capitalize;
        }
        .reseller-details-card figure {
            height: 70px;
            width: 70px;
            background: linear-gradient(45deg, var(--primary), var(--secondary));
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 15px;
            clip-path: polygon(20% 0%, 80% 0%, 100% 20%, 100% 80%, 80% 100%, 20% 100%, 0% 80%, 0% 20%);
            transition: .5s;
        }
        .reseller-details-card figure img {
            height: 50px;
            width: auto;
        }
        .reseller-details-card:hover figure{
            background: #fff;
            border-color: #006efe;
            outline-color: #006efe;
            transform: rotate(360deg);
        }
        .reseller-details-card:hover figure img {
            filter: invert(1);
        }



        @media (max-width: 820px) {
           .resl-dtl-left{
                width: 100%;
            }
            .resl-dtl-rgt{
                width: 100%;
                padding-left: 0px !important;
            }
            .row.g-5.reseller-details-holder {
                row-gap: 30px;
            }
        }
        @media (max-width: 767px) {
           .feature-visual{
            height: 280px;
           }
           .row.g-5.reseller-details-holder {
                row-gap: 30px;
            }
        }

        @media (max-width: 575px) {
            
        }
        @media (max-width: 420px) {
            .heading {
                margin-bottom: 10px;
                font-size: 24px;   
            }
            .heading strong, .leftheading strong {
            font-size: 24px;
        }
        }
         @media (max-width: 360px) {
            
        }
        
        
        /*-----------------------------------------------------------------------------*/
        
        /*Blog Section */
        
         .algo-blog .blog-card {
            background: #fff;
            border-radius: 15px;
            overflow: hidden;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
            transition: all 0.4s ease;
            height: 100%;
        }

        .algo-blog .blog-img {
            position: relative;
        }

        .algo-blog .blog-img img {
            transition: transform 0.5s ease;
        }

        .algo-blog .blog-card:hover .blog-img img {
            transform: scale(1.08);
        }

        .algo-blog .blog-date {
               position: absolute;
                bottom: -58px;
                right: 20px;
                width: 83px;
                height: 100px;
                overflow: hidden;
                border-top-left-radius: 50px;
                flex-direction: column;
                justify-content: center;
                align-items: center;
                display: flex ;
                z-index: 1;
                background: #fff;
                padding: 8px 15px;
        }
        .algo-blog .blog-date:before {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            height: 100%;
            width: 100%;
            pointer-events: none;
            transform: scale(0.8);
            opacity: 0;
            border-top-left-radius: 50px;
            background:linear-gradient(126deg, #2872d1, #35dbb7);
            transition: all 300ms ease;
        }
        .blog-card:hover .blog-date:before {
            opacity: 1;
            transform: scale(1);
        }
        .algo-blog .blog-date h4 {
            position: relative;
            font-size: 26px;
            font-weight: 800;
            transition: all 300ms ease;
            margin: 0;
        }

        .algo-blog .blog-date p {
                position: relative;
                font-size: 18px;
                font-weight: 500;
                text-transform: uppercase;
                transition: all 300ms ease;
        }
        .blog-card:hover .blog-date h4,
        .blog-card:hover .blog-date p {
            color: #fff;
        }
        .algo-blog .blog-meta {
            font-size: 16px;
            color: #6c757d;
        }
        .algo-blog .blog-meta i {
            color: #006efe;
            margin-right: 8px;
        }
        .algo-blog .blog-content h5 {
            color: #111;
            line-height: 1.4;
        }

        .algo-blog .read-more {
            display: inline-flex;
            align-items: center;
            font-weight: 500;
            text-decoration: none;
            color: #000;
            transition: all 0.3s ease;
        }

        .algo-blog .read-more:hover {
            color: #006efe;
        }

        .algo-blog .arrow-circle {
            text-decoration: none;
            border-radius: 50%;
            width: 50px;
            height: 50px;
            font-size: 20px;
            display: inline-flex;
            justify-content: center;
            align-items: center;
            border: 2px solid #006efe;
            transition: all 0.3s ease;
        }
        .blog-card:hover .arrow-circle{
            background: linear-gradient(45deg, #30d1be,#006efe );
            color: #fff;
            border: none;
        }
        .algo-blog .read-more:hover .arrow-circle {
            background: #000;
        }
        .blog-btn-bx{
            display: flex;
            justify-content: space-between;
            align-items: center;
            position: relative;
            position: relative;
            height: 56px;
        }
        .blog-btn-bx::before {
            content: "";
            position: absolute;
            top: 29px;
            left: 30%;
            width: 160px;
            height: 2px;
            background-color: #e6e0fa;
            transition: all 300ms ease;
        }
         .blog-card:hover .blog-btn-bx::before {
            background-color: #006efe;
        }
        .blog-card:hover .blog-content h5 {
            color: #006efe;
        }
        /* Responsive tweaks */
        @media (max-width: 1200px) {
        
        }
        @media (max-width: 1024px) {
        
        }
        @media (max-width: 991px) {
        .algo-blog .container{
            padding: 0 30px;
            width: 100%;
            max-width: 100%;
        }
        }
        @media (max-width: 767px) {
            .algo-blog .blog-card {
                margin-bottom: 30px;
            }
            .blog-img img{
                width: 100%;
            }
        }
        @media (max-width: 520px) {
        .algo-blog .container {
            padding: 0 15px;
        }
        }
        @media (max-width: 420px) {
        
        }
        @media (max-width: 360px) {
        
        }
        
        /*------------------------------------------------------------------------------*/
        /*Single blog css*/
        
          @media (max-width: 1200px) {}

        @media (max-width: 1024px) {}

        @media (max-width: 991px) {}

        @media (max-width: 767px) {}

        @media (max-width: 560px) {
            .blog-image img {
                height: 300px !important;
            }
            .heading {
                font-size: 26px;
            }
            .heading strong, .leftheading strong {
                font-size: 26px;
            }
            .blog-single-meta {
                font-size: 14px;
            }
            .single-blog-page{
                padding: 30px 10px !important;
            }
        }
        @media (max-width: 420px) {
            .single-blog-page .blog-meta i {
                margin-right: 2px;
            }
             .blog-single-meta {
                font-size: 13px;
            }
        }

        @media (max-width: 360px) {}
        @media (max-width: 350px) {
            .blog-single-meta:last-child{
                display: none;
            }
        }
        .single-blog-page {
            background: #fff;
            color: #333;
        }

        /* Blog Content */
        .single-blog-page .blog-details h2 {
            color: #111;
            line-height: 1.4;
        }

        .single-blog-page .blog-meta {
            font-size: 14px;
            color: #6c757d;
        }

        .single-blog-page .blog-meta i {
            color: #006efe;
            margin-right: 5px;
        }

        .single-blog-page .quote-box {
            background: #f8f4ff;
            border-left: 4px solid #006efe;
            color: #444;
            font-size: 15px;
        }

        /* Sidebar */
        .single-blog-page .sgl-blog-widget h5 {
            color: #111;
            border-bottom: 2px solid #006efe;
            display: inline-block;
            padding-bottom: 5px;
        }

        .single-blog-page .sidebar ul {
            margin: 0;
            padding: 0;
        }

        .single-blog-page .sidebar ul li a {
            text-decoration: none;
            font-size: 15px;
            transition: 0.3s;
        }

        .single-blog-page .sidebar ul li a:hover {
            color: #006efe;
        }

        /* Social Media Icons */
        .single-blog-page .social-icon {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            background: #006efe;
            text-decoration: none;
            color: #fff;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s ease;
        }

        .single-blog-page .social-icon:hover {
            background: var(--button);
        }

        /* Tags */
        .single-blog-page .tag {
            display: inline-block;
            padding: 6px 14px;
            background: #f1f1f1;
            border-radius: 20px;
            text-decoration: none;
            color: #333;
            font-size: 14px;
            transition: all 0.3s;
        }

        .single-blog-page .tag:hover {
            background: linear-gradient(126deg, #35dbb7, #2872d1);
            color: #fff;
        }

        /* Responsive */
        @media (max-width: 991px) {
            .single-blog-page .sidebar {
                margin-top: 40px;
            }
        }
        .blog-single-meta{
            font-size: 16px;
        }
            
        .recent-blog-admn-bx small {
        color: #006efe;
        }
        .blog-image img{
            width: 100%;
            height: 400px;
            object-fit: cover;
            object-position: center;
        }
        .sngl-blg-rgt-sdbr{
            position: sticky;
            top: 40px;
            background: #f6f6f6;
            padding: 20px 15px;
        }

        .comment-form .form-control {
            border-radius: 8px;
            padding: 12px 15px;
            font-size: 15px;
            border: 1px solid #ddd;
            transition: all 0.3s ease;
        }
        .comment-form .form-control:focus {
            border-color: #1eacd6;
            box-shadow: 0 0 0 0.2rem rgba(138, 53, 242, 0.1);
        }

        .comment-form .btn-submit {
            background: linear-gradient(126deg, #2872d1, #35dbb7);
            color: #fff;
            font-weight: 600;
            letter-spacing: 0.5px;
            padding: 12px;
            border: none;
            border-radius: 50px;
            transition: all 0.3s ease;
        }

        .comment-form .btn-submit:hover {
            background: linear-gradient(126deg, #35dbb7, #2872d1);
            transform: translateY(-2px);
        }
        .recent-posts li{
            transition: all 0.3s ease;
            padding: 7px;
            border: 1px solid #e3e3e3;
        }
        .recent-posts li:hover{
            background: #efffff;
            outline: none;
            border-radius: 4px;
        }
        /*--------------------------------------------------------*/
        
        
        /*Safari inner page*/
        
    .cont-top-left-img img{
      width: 700px !important;
      border-radius: 20px;
    }

    .contact-top-sec {
      padding: 50px 50px;
    }

    .cont-stasf-wrap .item-text {
      font-size: 70px;
      font-weight: 800;
      color: #000000;
    }

    .cont-stasf-wrap p {
      font-weight: 500;
      font-size: 18px;
      color: #1b1b1b;
    }

    .cont-stasf-wrap i {
      font-size: 30px;
      padding: 15px 10px 10px 10px;
      border: 1px solid #006efe;
      color: #006efe;
      height: 70px;
      text-align: center;
      width: 70px;
      border-radius: 50%;
    }

    .cont-heading {
      line-height: 1.2;
      letter-spacing: 4px !important;
      font-family: 'Poppins', sans-serif;
      position: relative;
      text-align: start;
      color: #000000;
      font-size: 42px;
      font-weight: 700;
      letter-spacing: 1px;
      text-transform: capitalize;
    }

    .tx-description {
      font-size: 20px;
      color: #363636;
      margin-bottom: 30px;
      font-weight: 300;
    }

    .cont-top-info-list {
      gap: 30px;
      z-index: 1;
      overflow: hidden;
      padding: 30px 35px;
      border-radius: 20px;
      margin-bottom: 20px;
      border: 1px solid #e7e7e7;
      transition: all 500ms ease-in-out;
    }

    .li-colr1 {
      color: #006efe;
      font-size: 30px;
    }

    .li-colr2 {
      color: #041837;
      font-size: 30px;
    }

    .li-colr3 {
      color: #35dbb7;
      font-size: 30px;
    }

    .cont-top-info-text h3 {
      font-size: 24px;
      font-weight: 600;
      margin-bottom: 5px;
    }

    .cont-top-info-list span {
      z-index: -1;
      right: -7px;
      bottom: -30px;
      color: #f2f2f2;
      font-size: 72px;
      font-weight: 900;
      position: absolute;
    }

    .contact-us-sec {
      background-color: #0b1423;
      color: #fff;
    }

    .contact-us-sec h1 {
      font-weight: 700;
    }

    .contact-us-sec .form-control {
      border: none;
      width: 100%;
      height: 65px;
      margin-bottom: 6px;
      padding-left: 20px;
      border-radius: 15px;
      background-color: #fff;
    }

    .contact-us-sec .bg-primary {
      background-color: #1a47e8 !important;
    }

    .colr3 {
      color: #35dbb7;
    }

    .btn-submit {
      height: 60px;
      font-size: 16px;
      font-weight: 600;
      border-radius: 100px;
      background: #041837;
      display: block;
      text-align: center;
      padding: 13px 32px;
      text-transform: uppercase;
      font-weight: 700;
      line-height: normal;
      letter-spacing: 1px;
      border: none;
      color: #fff;
      text-decoration: none;
    }

    @media (max-width: 992px) {
      .contact-us-sec .bg-primary {
        border-radius: 0;
        margin-top: 2rem;
      }
    }

    #navboxes {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
      grid-template-rows: 185px;
      justify-items: center;
      align-items: stretch;
    }

    .flip-card {
      background-color: transparent;
      width: 150px;
      height: 150px;
      perspective: 1000px;
    }

    .flip-card-inner {
      position: relative;
      width: 100%;
      height: 100%;
      text-align: center;
      border-radius: 100px;
      transition: transform 0.6s;
      transform-style: preserve-3d;
    }

    .flip-card:hover .flip-card-inner {
      transform: rotateY(180deg);
    }

    .flip-card-front,
    .flip-card-back {
      position: absolute;
      width: 100%;
      height: 100%;
      backface-visibility: hidden;
      border-radius: 100px;
      box-shadow: 5px 5px 20px #cccccc;

    }

    .flip-card-front {
      color: black;
      z-index: 2;
    }

    /*CARD FRONT BORDER COLOR*/
    .dgf {
      border: 2px solid #3b82f6;
    }

    .qaf {
      border: 2px solid #3b82f6;
    }

    .acf {
      border: 2px solid #3b82f6;
    }

    .sff {
      border: 2px solid #3b82f6;
    }

    /*CARD BACK FILL COLOR*/
    .dgb {
      background-color: #3b82f6;
    }

    .qab {
      background-color: #3b82f6;
    }

    .acb {
      background-color: #3b82f6;
    }

    .sfb {
      background-color: #3b82f6;
    }


    .flip-card-back {
      color: white;
      transform: rotateY(180deg);
      z-index: 1;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .flip-card-front img {
      width: 50%;
      position: absolute;
      top: 35px;
      left: 35px;
    }

    .flip-card:hover img {
      display: none;
    }

    .flip-card-back p {
      font-size: 14px;
    }

    .flip-card-back:hover {
      display: flex;
      justify-content: center;
      align-items: center;

    }

    .srcvs-head {
      text-align: center;
      margin-bottom: 70px !important;
    }

    @media (max-width: 768px) {
      .contact-top-sec {
        padding: 50px 20px;
      }

      .cont-heading {
        font-size: 26px;
      }

      .cont-stasf-wrap p {
        font-size: 14px;
        text-align: justify;
      }

      .first-sec {
        gap: 20px;
      }

      .cont-top-info-text h3 {
        font-size: 18px;
      }

      #navboxes {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
      }

      .srcvs-head {
        margin-bottom: 45px !important;
      }
    }

    .servcs-section {
      margin-bottom: 40px;
    }

    /* Portfolio Section */
   .portfolio-container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 2rem;
  background: linear-gradient(to top right, #f7faff, #e0e7ff);
  overflow: hidden; /* ✅ hides all overflowing slider content */
}

.portfolio-carousel-container {
  position: relative;
  width: 100%;
  padding: 2rem 0;
  overflow: hidden; /* ✅ ensures inner slides don’t overflow horizontally */
}

.portfolio-carousel {
  display: flex;
  gap: 2rem;
  transition: transform 0.5s ease-out;
  padding: 1.5rem 0;
  overflow: visible;
  will-change: transform;
}

.portfolio-card {
  flex: 0 0 350px;
  height: 500px;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  cursor: pointer;
  transform-origin: center;
}

.portfolio-card:hover {
  transform: translateY(-15px) scale(1.02);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.portfolio-card-img {
  width: 100%;
  height: 60%;
  overflow: hidden;
}

.portfolio-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s ease;
  transform-origin: center;
}

.portfolio-card:hover .portfolio-card-img img {
  transform: scale(1.1);
}

.portfolio-card-content {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  height: 40%;
}

.portfolio-card-tag {
  font-size: 0.85rem;
  color: #006efe; /* ✅ updated hover color */
  margin-bottom: 0.5rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.portfolio-card-title {
  font-size: 15px;
  margin-bottom: 0.75rem;
  font-weight: 500;
  line-height: 1.5;
}

.portfolio-card-text {
  font-size: 0.95rem;
  color: #b3b3b3;
  line-height: 1.4;
  margin-bottom: 1rem;
}

.portfolio-navigation {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
  gap: 1rem;
}

.portfolio-nav-btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.1);
  color: black;
  font-size: 1.2rem;
  cursor: pointer;
  transition: all 0.3s ease;
}

.portfolio-nav-btn:hover {
  background: #006efe; /* ✅ hover color updated */
  color: white;
  transform: scale(1.1);
}

.portfolio-nav-btn:active {
  transform: scale(0.95);
}


.portfolio-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  cursor: pointer;
  transition: all 0.3s ease;
}

.portfolio-dot.active {
  background: #006efe; /* ✅ updated active color */
  transform: scale(1.3);
}

.portfolio-progress-bar {
  width: 100%;
  height: 5px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 5px;
  margin-top: 1rem;
  overflow: hidden;
}

.portfolio-progress {
  height: 100%;
  background: linear-gradient(90deg, #006efe, #4ecdc4); /* ✅ blue primary color */
  width: 16.66%;
  transition: width 0.3s ease;
}

.portfolio-carousel-container,
.portfolio-container {
  overflow: hidden;
}


    .showcase-card-grid {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      margin: 0 auto;
    }

    .showcase-card {
      width: 400px;
      min-height: 300px;
      cursor: pointer;
      margin: 10px;
      text-decoration: none;
    }

    .showcase-card__img {
      width: 100%;
    }

    .showcase-card__text-container {
      width: 100%;
      transition: all .2s cubic-bezier(0, .87, 1, 1);
      height: 50px;
      margin-top: 20px;
    }

    .showcase-card__text {
      text-decoration: none !important;
      margin: 0 20px 20px 20px;
      transition: all .2s cubic-bezier(0, .87, 1, 1);
    }

    .showcase-card__text h3 {
      font-size: 20px;
      text-decoration: none !important;
    }

    .showcase-card__text p {
      font-size: 12px;
      text-decoration: none !important;
      color: black;
    }

    .showcase-card:hover>.showcase-card__text-container {
      font-size: 2em;
      -webkit-text-stroke-width: 1px;
      text-stroke-width: 1px;
      -webkit-text-stroke-color: #fff;
      text-stroke-color: #fff;
      -webkit-text-fill-color: transparent;
      text-fill-color: transparent;
      transform: translateY(-200px);
    }

    .showcase-card:hover>.showcase-card__img {
      -webkit-filter: blur(2px) grayscale(100%) brightness(50%);
      filter: blur(2px) grayscale(100%) brightness(50%);
    }

    .showcase-section {
      padding: 45px 0px;
      background: url(https://static.vecteezy.com/system/resources/previews/001/123/456/original/modern-white-abstract-background-design-vector.jpg);
      background-repeat: no-repeat;
      background-size: cover;
    }

    .custom-pricing {
      padding: 90px 20px;
      background: linear-gradient(to top right, #f7faff, #e0e7ff);
      text-align: center;
    }

    .custom-heading {
      font-size: 2.6rem;
      margin-bottom: 0.5rem;
      color: #1e1e2f;
    }

    .custom-subheading {
      font-size: 1.15rem;
      margin-bottom: 3rem;
      color: #555;
    }

    .custom-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 2rem;
    }

    .custom-card {
      background: rgba(255, 255, 255, 0.9);
      border-radius: 16px;
      padding: 2.2rem;
      box-shadow: 0 12px 20px rgba(0, 0, 0, 0.07);
      transition: all 0.3s ease;
      text-align: left;
      backdrop-filter: blur(6px);
      position: relative;
    }

    .custom-card:hover {
      transform: translateY(-8px);
      box-shadow: 0 18px 30px rgba(0, 0, 0, 0.12);
    }

    .highlighted {
      /* border: 2px solid #4f46e5; */
      background: linear-gradient(to right, #3b82f67d, #0e55ca);
      color: #fff;
    }

    .highlighted .btn-filled {
      background: #fff;
      color: #4f46e5;
    }

    .custom-icon {
      margin-bottom: 1.2rem;
      color: #4f46e5;
    }

    .highlighted .custom-icon {
      color: #fff;
    }

    .custom-card h3 {
      font-size: 1.4rem;
      margin-bottom: 0.5rem;
    }

    .price {
      font-size: 2rem;
      font-weight: bold;
      margin: 1rem 0;
      color: #333;
    }

    .highlighted .price {
      color: #fff;
    }

    .price span {
      font-size: 1rem;
      color: #888;
    }

    .highlighted .price span {
      color: #e0e0e0;
    }

    .features {
      list-style: none;
      padding: 0;
      margin: 1rem 0 2rem;
    }

    .features li {
      margin-bottom: 0.6rem;
      font-size: 0.95rem;
      color: #333;
      border-bottom: solid 1px #eee;
    }

    .highlighted .features li {
      color: #eaeaea;
    }

    .btn-outline,
    .btn-filled {
      padding: 0.7rem 1.4rem;
      font-size: 0.95rem;
      border-radius: 8px;
      cursor: pointer;
      transition: all 0.3s ease;
      border: 2px solid #4f46e5;
    }

    .btn-outline {
      background: transparent;
      color: #4f46e5;
    }

    .btn-outline:hover {
      background: #4f46e5;
      color: #fff;
    }

    .btn-filled {
      background: #fff;
      color: #4f46e5;
      border: none;
    }

    .btn-filled:hover {
      background: #e6e6ff;
    }

    .social-section-wrapper {
      display: inline-flex;
      list-style: none;
      padding: 0;
      margin: 0;
    }

    .social-section-wrapper .social-section-icon {
      position: relative;
      background: #ffffff;
      border-radius: 50%;
      padding: 15px;
      margin: 10px;
      width: 50px;
      height: 50px;
      font-size: 18px;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
      cursor: pointer;
      transition: all 0.25s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    }

    .social-section-wrapper .social-section-tooltip {
      position: absolute;
      top: 0;
      left: 50%;
      transform: translate(-50%, 10px);
      font-size: 13px;
      background: #ffffff;
      color: #000000;
      padding: 6px 10px;
      border-radius: 6px;
      box-shadow: 0 8px 15px rgba(0, 0, 0, 0.15);
      opacity: 0;
      pointer-events: none;
      white-space: nowrap;
      transition: all 0.35s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    }

    .social-section-wrapper .social-section-tooltip::before {
      position: absolute;
      content: "";
      height: 8px;
      width: 8px;
      background: #ffffff;
      bottom: -4px;
      left: 50%;
      transform: translateX(-50%) rotate(45deg);
    }

    /* Tooltip Hover Animation */
    .social-section-wrapper .social-section-icon:hover .social-section-tooltip {
      top: -65px;
      opacity: 1;
      visibility: visible;
      pointer-events: auto;
      transform: translate(-50%, 0);
    }

    .social-section-wrapper .social-section-icon:hover span,
    .social-section-wrapper .social-section-icon:hover .social-section-tooltip {
      text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.1);
    }

    /* ===== Universal Hover Color ===== */
    .social-section-wrapper .social-section-icon:hover,
    .social-section-wrapper .social-section-icon:hover .social-section-tooltip,
    .social-section-wrapper .social-section-icon:hover .social-section-tooltip::before {
      background: #006efe;
      color: #ffffff;
    }

    .social-feeds {
      text-align: center;
      padding: 20px 0px;
    }

    /* From Uiverse.io by gharsh11032000 — Prefixed with add-ons */
    .add-ons-card {
      position: relative;
      width: 275px;
      height: 130px;
      background: linear-gradient(to right, #3b82f67d, #0e55ca);
      border-radius: 10px;
      display: flex;
      align-items: center;
      justify-content: center;
      overflow: hidden;
      transition: all 0.6s cubic-bezier(0.23, 1, 0.320, 1);
    }

    .add-ons-card svg {
      width: 48px;
      fill: #333;
      transition: all 0.6s cubic-bezier(0.23, 1, 0.320, 1);
    }

    .add-ons-card:hover {
      transform: rotate(-5deg) scale(1.1);
      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    }

    .add-ons-card__content {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%) rotate(-45deg);
      width: 100%;
      height: 100%;
      padding: 20px;
      box-sizing: border-box;
      background-color: #fff;
      opacity: 0;
      transition: all 0.6s cubic-bezier(0.23, 1, 0.320, 1);
    }

    .add-ons-card:hover .add-ons-card__content {
      transform: translate(-50%, -50%) rotate(0deg);
      opacity: 1;
    }

    .add-ons-card__title {
      margin: 0;
      font-size: 24px;
      color: #333;
      font-weight: 700;
    }

    .add-ons-card__description {
      margin: 10px 0 0;
      font-size: 14px;
      color: #777;
      line-height: 1.4;
    }

    .add-ons-card:hover svg {
      scale: 0;
      transform: rotate(-45deg);
    }
    .add-ons-grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 50px;
    justify-content: center;
    }
    .add-ons-section {
    padding: 40px 0px;
    }
    /* Responsive */
    @media (max-width: 768px) {
      .custom-heading {
        font-size: 2rem;
      }
    }

    @media (max-width: 768px) {
      .portfolio-card {
        flex: 0 0 300px;
        height: 450px;
      }
    }

    @media (max-width: 480px) {
      .portfolio-card {
        flex: 0 0 250px;
        height: 400px;
      }

      .portfolio-card-title {
        font-size: 1.2rem;
      }
    }

    @media (max-width: 900px) {
      .portfolio-container {
        overflow-y: hidden;
      }
    }

      .partner-section {

      padding: 80px 0;
      background: linear-gradient(to top right, #f7faff, #e0e7ff);

    }

    .partner-box {

      border: 1px solid #ddd;

      border-radius: 10px;

      padding: 20px;

      height: 150px;

      width: auto;

      overflow: hidden;

      margin-bottom: 20px;

      text-align: center;

      background: #fff;

      transition: transform 0.3s, box-shadow 0.3s;

      display: flex;

      justify-content: center;

    align-items: center;

    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);

    }

    .partner-box:hover{

          box-shadow: 0 0 20px rgba(0, 0, 255, 0.123), 0 0 40px #2574fc5e, 0 0 60px rgb(128, 128, 128);
 
    }

      .partner-box::before {

      content: "";

      position: absolute;

      top: -50%;

      left: -50%;

      width: 200%;

      height: 200%;

       background: conic-gradient(

        #15253d,

        #1f7aff,

        #094577,

        #1b9894,

        #ab7917

      );

      transform: rotate(0deg);

      transition: opacity 0.3s ease;

      animation: rotateBorder 2s linear infinite;

      opacity: 0;

    }
 
    .partner-box:hover::before {

      opacity: 1;

    }
 
    /* Inner mask to keep border only */

    .partner-box::after {

      content: "";

      position: absolute;

      inset: 4px;

      background: #fff;

      border-radius: 12px;

      z-index: 1;

    }
 
    @keyframes rotateBorder {

      0% {

        transform: rotate(0deg);

      }

      100% {

        transform: rotate(360deg);

      }

    }
 
 
    .partner-box img {

      max-width: 100%;

      height: auto;

      position: relative;

      z-index: 2;

      color: #000;

    }

    .sticky-content {

      position: sticky;

      top: 20px;

      text-align: left;

    }
 
    .partner-content h2 {

      font-size: 2rem;

      margin-bottom: 15px;

    }
 
    .partner-content p {

      margin-bottom: 20px;

      color: #555;

    }

   @media (max-width: 900px){
      .btn.btn-primary.aos-init.aos-animate {
  display: block;
  margin-bottom: 20px;
}
.showcase-card-grid{
  gap: 25px;
}
    }
    
/*-----------------------------------------------*/
/*            career Page*/
/*------------------------------------------------------*/

        .carerzar {
            background-color: #efefef;
        }

        .care-row .job-image img {
            transition: transform 0.3s ease;
        }

        .carerzar-card-wrap {
            color: #fff;
        }

        .care-row:hover .job-image img {
            transform: scale(1.07);
        }


        .carerzar .apply-btn {
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
            width: 160px;
            height: 160px;
            background-color: transparent;
            position: relative;
            z-index: 2;
            padding: 15px;
            gap: 10px;
            color: #fff;
            border-width: 1px;
            border-style: solid;
            border-color: rgba(255, 255, 255, 0.15);
            border-image: initial;
            border-radius: 100%;
            transition: 0.35s ease-in-out;
        }

        .carerzar .apply-btn:after {
            position: absolute;
            content: "";
            right: -6px;
            top: -6px;
            width: 100%;
            height: 100%;
            margin: auto;
            border: 1px solid rgba(255, 255, 255, 0.15);
            transition: all 0.35s ease-in-out;
            z-index: -1;
            border-radius: 100%;
        }

        .care-row .apply-btn:hover,
        .care-row .apply-btn:focus {
            border: 1px solid #30d1be;
            background: none;
            color: #30d1be;
        }

        .care-row .apply-btn:hover:after,
        .care-row .apply-btn:focus:after {
            border: 1px solid #30d1be;
        }

        .carrer-aplt-btn-bx {
            justify-content: center;
            display: flex;
        }

        .carrer-info-bx .carier-descp {
            border-bottom: 1px solid #ffffff26;
            padding-bottom: 15px;
        }

        .care-row {
            border: 1px solid #ffffff26;
            background: #10395a;
            padding: 20px;
        }

        .carrer-info-bx h3 {
            font-size: 22px;
            color: #30d1be;
        }

        .carer-heading {
            margin-bottom: 15px;
            line-height: 1.2;
            font-family: 'Poppins', sans-serif;
            position: relative;
            text-align: center;
            color: var(--dark);
            font-size: 35px;
            font-weight: 700;
            letter-spacing: 1px;
            text-transform: capitalize;
        }

        /* popop  */
        .popup {
            visibility: hidden;
            opacity: 0;
            position: fixed;
            z-index: 1000;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.5);
            transition: opacity 0.4s ease, visibility 0.4s ease;
        }

        .popup.active {
            visibility: visible;
            opacity: 1;
        }

        /* Popup content */
        .popup-content {
            background: white;
            margin: 50px auto;
            width: 1050px;
            height: 90vh;
            overflow: auto;
            border-radius: 8px;
            position: relative;
            transition: transform 0.4s ease;
            transform: translateY(-20px);
        }

        .popup.active .popup-content {
            transform: translateY(0);
        }

        /* Close button */
        .close {
            position: absolute;
            right: 50px;
            top: 15px;
            font-size: 30px;
            color: #0dcaf0;
            cursor: pointer;
        }


        .job-container {
            background-color: #ffffff;
            padding: 0 20px 20px 20px;
        }

        .job-section p,
        .job-section li {
            font-size: 1rem;
            line-height: 1.6;
            color: #fff;
        }

        .job-section h5,
        .job-list-section h5 {
            border-bottom: 2px solid #30d1be;
            color: #30d1be;
            display: inline-block;
            padding-bottom: 4px;
        }

        .job-list-section i {
            color: #30d1be;
        }

        .job-top-hder img {
            width: 240px;
            background: #fff;
            padding: 10px;
            border-radius: 5px;
        }

        .job-top-hder {
            padding-top: 20px;
            padding-bottom: 20px;
            border-bottom: 1px solid #ddd;
            position: sticky;
            top: 0;
        }

        .job-footer {
            padding-top: 20px;
            border-top: 1px solid #ddd;
            position: sticky;
            bottom: 0;
            justify-content: end;
        }

        .job-footer .btn-primary {
            width: auto;
            border: 1px solid #ddd;
        }

        .care-card-min {
            height: 240px;
        }

        .job-image img {
            height: 200px;
            width: 100%;
            object-fit: cover;
            object-position: center;
        }

        .job-utility p {
            color: #30d1be;
        }

        .carri-card-body {
            background: linear-gradient(90deg, rgba(1, 65, 97, 1) 0%, rgb(23 141 135) 59%, rgba(10, 131, 240, 0.84) 100%);
        }

        .list-unstyled li {
            color: #fff;
        }

        .job-top-hder h3 {
            color: #fff;
        }

        .job-form {
            padding: 40px 50px;
        }

        .job-form h3 {
            font-weight: 600;
            color: #2c3e50;
            margin-bottom: 30px;
            text-align: center;
        }

        .form-control,
        .form-select {
            border-radius: 10px;
            padding: 12px 15px;
            border: 1px solid #dcdcdc;
            transition: all 0.3s ease;
        }

        .form-control:focus,
        .form-select:focus {
            border-color: #6872fe;
            box-shadow: 0 0 0 0.2rem rgba(104, 114, 254, 0.25);
        }

        .form-label {
            font-weight: 500;
            color: #444;
        }

        .btn-submit {
            background: linear-gradient(329.35deg, #57E8DF 0%, #6872FE 100%);
            color: #fff;
            border: none;
            padding: 12px 35px;
            border-radius: 12px;
            font-weight: 500;
            transition: 0.3s;
        }

        .btn-submit:hover {
            background: linear-gradient(329.35deg, #6872FE 0%, #57E8DF 100%);
        }

        .note {
            font-size: 14px;
            color: #888;
            margin-top: 5px;
        }

        /* RESPONSIVE  */
        @media (max-width: 1024px){
            .job-form{
                padding: 30px 0px !important;
            }
        }
        @media (max-width: 991px) {
            .carerzar .container {
                margin: 0 !important;
                padding: 0pc 30px;
                width: 100% !important;
                max-width: 100%;
            }

            .care-row .col-md-3{
                width: 100% !important;
                margin-bottom: 20px;
            }
            .carrer-info-bx{
                width: 75%;
            }
            .carrer-aplt-btn-bx{
                width: 25%;
            }
            .job-image img {
                height: 280px;
            }
            .carrer-aplt-btn-bx {
                justify-content: end;
            }
            .popup-content { 
                width: 767px;
            }
        }

        @media (max-width: 768px) {
            .carerzar .apply-btn {
                width: 120px;
                height: 120px;
                font-size: 0.9rem;
            }

            .job-container {
                padding: 1.5rem;
            }

            h3 {
                font-size: 1.3rem;
            }

            .job-section p,
            .job-section li {
                font-size: 0.95rem;
            }
             .job-top-hder{
                display: none;
            }
            .popup-content { 
                width: 600px;
            }
        }

        @media (max-width: 568px) {
            .carrer-info-bx {
                width: 100%;
            }
            .carrer-aplt-btn-bx {
                justify-content: center;
                width: 100%;
                margin-top: 12px;
            }
            .carerzar .container {
                padding: 0px !important;
            }
            .carer-heading {
                font-size: 26px;
            }
            .popup-content { 
                width: 400px;
            }
        }
        @media (max-width: 420px){
            .popup-content { 
                width: 380px;
            }
        }
        @media(max-width: 360px){
            .popup-content { 
                width: 340px;
            }
        }

        
/*Service-Details Page*/

        /* Custom Class for Main Container */
        .reseller-details {
            padding-top: 40px;
            padding-bottom: 40px;
        }

        /* Card and Component Styles */
        .service-card-dark {
            background: linear-gradient(#011230, #1071b6);
            border: none;
            border-radius: 30px;
            box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
            padding: 0 !important;
            overflow: hidden;
        }

        .service-header {
            border-bottom: 1px solid #fff;
            padding-bottom: 0.75rem;
            color: white;
            font-weight: 600;
        }

        .news-item {
            cursor: pointer;
            transition: background-color 0.2s;
            border-radius: 0.5rem;
        }

        .news-item:hover {
            background-color: #272727;
        }

        .news-item-img {
            background-color: #006efe;
            border-radius: 0.5rem;
            overflow: hidden;
            width: 64px;
            height: 64px;
            flex-shrink: 0;
        }

        @media (min-width: 768px) {
            .sticky-sidebar-wrapper {
                position: sticky;
                top: 20px;
            }
        }

       .service-feature-visual {
    height: 440px;
    border-radius: 0.75rem;
    margin-bottom: 2rem;
    box-shadow: 0 20px 25px -5px rgb(0 0 0 / 27%), 0 10px 10px -5px rgba(0, 0, 0, 0.2);
    background: linear-gradient(135deg, #1f1f1f 0%, #00000030 50%);
    position: relative;
    overflow: hidden;
}


        /* reseller-details- card */

        .reseller-details-card {
            background-color: #163b4b;
            border: 1px solid rgba(255, 255, 255, 0.1);
            border-radius: 10px;
            padding: 5px;
            position: relative;
            overflow: hidden;
            transition: box-shadow 0.3s ease;
        }

        .card-icon {
            color: #006efe;
            width: 50px;
            height: 50px;
            margin-bottom: 1.5rem;
        }

        .serv-resdtl-card-content {
            position: relative;
            z-index: 1;
            border: 1px solid #b9b9b991;
            border-radius: 7px;
            padding: 10px;
            background: linear-gradient(#011230, #1071b6);
        }

        .hover-lines {
            position: absolute;
            width: 0px;
            height: 0px;
            bottom: 0px;
            left: 50%;
            box-sizing: border-box;
            transform: translate3d(-50%, 0px, 0px);
            border-bottom: 4px solid #0dcaf0;
            border-left: 0 solid #0dcaf0;
            border-right: 0 solid #0dcaf0;
            transition: width 0.4s cubic-bezier(0.19, 1, 0.22, 1) 340ms, height 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75) 145ms, border-left-width cubic-bezier(0.25, 0.25, 0.75, 0.75) 340ms, border-right-width cubic-bezier(0.25, 0.25, 0.75, 0.75) 340ms;
        }

        .hover-lines::before,
        .hover-lines::after {
            position: absolute;
            height: 4px;
            content: "";
            left: 0px;
            top: 0px;
            width: 0%;
            background-color: #0dcaf0;
            transition: width 150ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
        }

        .reseller-details-card:hover .hover-lines {
            border-left-width: 4px;
            border-right-width: 4px;
            height: 100%;
            width: 100%;
            transition: width 150ms cubic-bezier(0.25, 0.25, 0.75, 0.75), height 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75) 145ms, border-left-width cubic-bezier(0.25, 0.25, 0.75, 0.75) 145ms, border-right-width cubic-bezier(0.25, 0.25, 0.75, 0.75) 145ms;
        }

        .reseller-details-card:hover .hover-lines::before,
        .reseller-details-card:hover .hover-lines::after {
            width: 50%;
            transition: width 0.5s cubic-bezier(0.19, 1, 0.22, 1) 340ms;
        }

        .hover-lines::after {
            left: auto;
            right: 0px;
        }

        /* .heading-ces1 {
            margin-bottom: 15px;
            line-height: 1.2;
            font-family: 'Poppins', sans-serif;
            position: relative;
            text-align: start;
            color: black;
            font-size: 35px;
            font-weight: 600;
            letter-spacing: 1px;
            text-transform: capitalize;
        } */

        .reseller-details-card figure {
            height: 70px;
            width: 70px;
            background: linear-gradient(45deg, var(--primary), var(--secondary));
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 15px;
            clip-path: polygon(20% 0%, 80% 0%, 100% 20%, 100% 80%, 80% 100%, 20% 100%, 0% 80%, 0% 20%);
            transition: .5s;
        }

        .reseller-details-card figure img {
            height: 50px;
            width: auto;
        }

        .reseller-details-card:hover figure {
            background: #fff;
            border-color: #006efe;
            outline-color: #006efe;
            transform: rotate(360deg);
        }

        .reseller-details-card:hover figure img {
            filter: invert(1);
        }


        /* Responsive Design */
        @media (max-width: 1024px) {}

        @media (max-width: 991px) {
            .reseller-details .row {
                margin: 0 !important;
                padding: 0 !important;
            }

            .reseller-details .row>* {
                margin: 0 !important;
                padding: 0;
            }

            .resl-dtl-left {
                width: 60%;
            }

            .resl-dtl-rgt {
                width: 40%;
                padding-left: 20px !important;
            }

            .reseller-details {
                padding: 40px 20px;
            }

            .reseller-details-bx {
                padding: 5px 7px !important;

            }
        }

        @media (max-width: 820px) {
            .resl-dtl-left {
                width: 100%;
            }

            .resl-dtl-rgt {
                width: 100%;
                padding-left: 0px !important;
            }

            .row.g-5.reseller-details-holder {
                row-gap: 30px;
            }
        }

        @media (max-width: 767px) {
            .feature-visual {
                height: 280px;
            }

            .row.g-5.reseller-details-holder {
                row-gap: 30px;
            }
        }

        @media (max-width: 575px) {}

        @media (max-width: 420px) {
            .heading {
                margin-bottom: 10px;
                font-size: 24px;
            }

            .heading strong,
            .leftheading strong {
                font-size: 24px;
            }
        }

        @media (max-width: 360px) {}

        .servic-left-li img {
            height: 27px;
            width: auto;
            transform: rotate(-25deg);
            transition: all .2s ease-in;
        }

        .servic-left-li:hover img {
            transform: rotate(0deg);
        }

        .servic-left-li:hover a {
            color: #30d4cc;
        }

        .service-left-list {
            padding: 15px 30px;
        }

        .servic-left-li {
            list-style: none;
            border-bottom: 1px solid #c6c6c661;
            padding-bottom: 10px;
            margin-bottom: 15px;
        }

        .servic-left-li a {
            font-size: 18px;
            color: #fff;
            text-decoration: none;
            display: flex;
            flex-direction: row-reverse;
            align-items: center;
            transition: all .3s ease-in-out;
            justify-content: space-between;
        }

        .bg-hdng-top {
            padding: 15px 30px 0pc;
            background: rgba(0, 0, 0, 0.125);
        }

        .servic-li-structr ul {
            padding: 0 !important;
        }

        .servic-li-structr li {
            list-style: none;
            margin-bottom: 10px;
        }

        .row.servic-li-structr img {
            height: 20px;
            width: auto;
            margin-right: 10px;
        }

        .servic-feature-card {
            padding: 25px 20px;
            background: #163b4b;
            border: 1px solid #f1f1f1;
            border-radius: 20px;
            color: #fff;
        }


        .rank-card {
            background: #1e293b;
            border-radius: 20px;
            overflow: hidden;
            color: #fff;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
            transition: all 0.3s ease;
        }

        .rank-card:hover {
            transform: translateY(-5px);
        }

        .rank-image img {
            width: 100%;
            height: 200px;
            object-fit: cover;
            display: block;
            border-top-left-radius: 20px;
            border-top-right-radius: 20px;
        }

        .rank-content {
            padding: 20px;
            text-align: left;
        }

        .rank-header {
            display: flex;
            align-items: center;
            margin-bottom: 10px;
        }

        .rank-icon {
            width: 62px;
            height: 62px;
            border-radius: 50%;
            /* background: linear-gradient(126deg, #2872d1, #35dbb7); */
            border: 3px solid #0a83f0;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 12px;
            font-size: 18px;
        }

        .rank-icon img {
            height: 50px;
            width: 50px;
            margin-right: 5px;
        }

        .rank-header h3 {
            font-size: 22px;
            margin: 0;
            font-weight: 600;
        }

        .rank-header h3 span {
            color: #0a83f0;
        }

        .rank-content p {
            color: #cbd5e1;
            font-size: 15px;
            margin: 0;
        }

        .rank-footer {
            display: flex;
            align-items: center;
            gap: 8px;
            background: linear-gradient(329.35deg, #57E8DF 0%, #6872fe8f 100%);
            padding: 20px 20px;
            font-size: 18px;
            font-weight: 500;
            color: #fff;
            border-bottom-left-radius: 20px;
            border-bottom-right-radius: 20px;
        }

        .rank-image {
            padding: 20px 20px 0px;
        }
        .rank-footer a, .rank-footer i{
            color: #fff;
            text-decoration: none;
            transition: all .2s ease-in-out;
        }
        .rank-footer a:hover , .rank-footer:hover i{
            color: #57E8DF;
        }

        /* RESPONSIVE SERVICE DETAILS */
        @media (max-width: 1024px) {
            .servic-feature-card.mt-4 h5 {
                font-size: 17px;
            }
            .servic-feature-card.mt-4 p {
                font-size: 15px;
                margin: 0 !important;
            }
            .servic-feature-card{
                display: flex;
                flex-direction: column;
                align-items: left;
                justify-content: center;
            }
            .serv-resdtl-card-content h2{
                font-size: 20px !important;
            }
        }
        @media (max-width: 997px) {
            .resl-dtl-rgt{
                padding: 0 0 0 30px !important;
            }
            .resl-dtl-left{
                padding: 0 30px 0 30px !important;
            }
        }
        @media (max-width: 840px){
            .row.g-5.reseller-details-holder {
                flex-direction: column-reverse !important;
            }
        }
        @media (max-width: 767px) {
            
            .servic-li-structr {
                gap: 20px;
            }
            .resl-dtl-rgt {
                padding: 0px 0 0 0px !important;
            }
            .resl-dtl-left {
                padding: 0 0px 0 0px !important;
            }
            .service-feature-visual {
                height: 290px;
            }
        }
        @media (max-width: 568px) {

        }
        @media (max-width: 414px) {

        }
        @media (max-width: 375px) {

        }
        @media (max-width: 360px) {

        }


/*Pricing Section*/

 section.pricing_section {
    padding: 40px 0px;
}
.top-sec {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

    /* ===== Pricing Card ===== */
    /* .pricing-card {
    position: relative;
    background: #e6e0fa;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgb(0 0 0 / 4%);
    overflow: hidden;
    border: none !important;
    transition: transform 0.3s ease;
    clip-path: polygon(25% 0, 100% 0%, 100% 100%, 0 99%, 0 33%);
    z-index: 1;
} */

  /* .pricing-card:before {
    content: "";
    position: absolute;
    top: 6px;
    left: 6px;
    right: 6px;
    bottom: 6px;
    border-radius: 11px;
    background-color: #fff;
   clip-path: polygon(25% 0, 100% 0%, 100% 100%, 0 99%, 0 33%);
    z-index: -1;
} */
.pricing-content {
    padding: 50px 20px 20px 34px;
}
 
    .pricing-card:hover {
      transform: translateY(-5px);
    }
 
    /* ===== Left Side ===== */
    .pricing-left {
      background: #fafafa;
      padding: 30px;
      border-right: 1px solid #eee;
      text-align: center;
    }
 
   .plan-label {
    background: linear-gradient(126deg, #2872d1, #35dbb7);
    color: #fff;
    padding: 6px 24px;
    border-radius: 82px 9px 11px 90px;
    font-size: 17px;
    display: inline-block;
    margin-bottom: 10px;
}
 
    .course-name {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 5px;
    text-align: center;
}
 
    .course-price {
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--primary);
    text-align: center;
}
 
    /* ===== Right Side (Scrollable) ===== */
    .pricing-right {
      padding: 30px;
      max-height: 250px; /* Set your desired height */
      overflow-y: auto;
    }
 
    .pricing-right h5 {
      font-weight: 600;
      margin-bottom: 10px;
    }
 
    .pricing-right p {
      color: #555;
      line-height: 1.6;
      margin-bottom: 1rem;
    }
 
    /* ===== Custom Scrollbar ===== */
    .pricing-right::-webkit-scrollbar {
      width: 8px;
    }
 
    .pricing-right::-webkit-scrollbar-track {
      background: #f1f1f1;
      border-radius: 10px;
    }
 
    .pricing-right::-webkit-scrollbar-thumb {
      background: var(--primary);
      border-radius: 10px;
    }
 
    .pricing-right::-webkit-scrollbar-thumb:hover {
      background: #501019;
    }
 
    /* ===== Hover Logo Overlay ===== */
    /* .hover-logo {
    position: absolute;
    top: 38%;
    left: 3%;
    width: 100px;
    height: 100px;
    transform: translate(-50%, -50%) scale(0);
    opacity: 0;
    transition: all 0.4s ease;
    z-index: 5;
    pointer-events: none;
} */
 
    /* .pricing-card:hover .hover-logo {
      opacity: 1;
      transform: translate(-50%, -50%) scale(1);
    } */
 
    .hover-logo img {
      width: 100%;
      height: 100%;
      object-fit: contain;
      filter: drop-shadow(0 4px 6px rgba(0,0,0,0.2));
    }
 
    @media (max-width: 767px) {
      .pricing-left {
        border-right: none;
        border-bottom: 1px solid #eee;
      }
      .pricing-right {
        max-height: none;
        overflow: visible;
      }
    }

    h5.top_title.aos-init.aos-animate {
    font-size: 21px;
    font-weight: 600;
}
.top-sec h2 {
    font-size: 32px;
    font-weight: 600;
    margin: 7px auto;
    letter-spacing: 2px;
}
.pricing-card {
    position: relative;
    background: #e7d8d80a;
    border-radius: 16px;
    overflow: hidden;
    border: none;
    transition: transform 0.3s ease;
    clip-path: polygon(8% 0, 100% 0%, 100% 100%, 0 99%, 0 15%);
    z-index: 0;
    border-right: 10px solid #00000021;
    border-bottom: 10px solid #00000021;
}

.pricing-card:before {
  content: "";
  position: absolute;
  inset: 6px;
  border-radius: 11px;
  background-color: #fff;
  clip-path: polygon(25% 0, 100% 0%, 100% 100%, 0 99%, 0 33%);
  z-index: -1; 
}



.hover-logo {
    position: absolute;
    top: 17%;
    left: 12%;
    width: 92px;
    height: 92px;
    transform: translate(-50%, -50%) scale(0);
    opacity: 0;
    transition: all 0.4s ease;
    z-index: 10;
    pointer-events: none;
}

.pricing-card:hover .hover-logo {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.course-details{
    height: 260px;
    overflow-x: hidden;
    margin: 20px 0 30px;
    padding-right: 10px;
}

.pricing-card:hover {
    transform: translateY(-5px);
    border-right: 7px solid linear-gradient(#011230, #1071b6);
    /* border: 1px solid #3a6fc5; */
    border-right: 10px solid #2872d1;
    border-bottom: 10px solid #2872d1;
}
.tag {
        display: flex;
    justify-content: end;
    top: 10px;
    margin-top: 10px;
    position: absolute;
    right: 10px;
}
h3.list_heading {
    font-size: 17px;
    font-weight: 700;
    color: #0a58ca;
}
.bottom_sec {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}
.info-section {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;

  font-family: "Poppins", sans-serif;
}

.info-box {
  text-align: left;
}

.info-box h6 {
  color: #1071b6;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 3px;
}

.info-box p {
  color: #000;
  font-size: 14px;
  margin-bottom: 6px;
}

.info-link {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #0066ff;
  font-weight: 600;
  cursor: pointer;
  font-size: 14px;
}

.info-link i {
  color: #0066ff;
}

.divider {
  height: 45px;
  width: 1px;
  background: #d1d1d1;
}

.counter-section {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 46px;
    padding: 60px 20px;
    flex-wrap: wrap;
    font-family: "Poppins", sans-serif;
    background-image: url(/images/bg_sec.png);
}


.counter-box {
  position: relative;
  background: #fff;
  border-radius: 40px;
  padding: 50px 30px 30px;
  width: 250px;
  text-align: center;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.counter-box:hover {
  transform: translateY(-8px);
}


.icon-box {
    position: absolute;
    top: -44px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(126deg, #2872d1, #35dbb7);
    color: #fff;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    transition: transform 0.6s ease;
    transform-style: preserve-3d;
}


.counter-box:hover .icon-box {
  transform: translateX(-50%) rotateY(180deg);
}


.counter-box h3 {
  font-size: 28px;
  font-weight: 700;
  margin-top: 15px;
  color: #000;
}

.counter-box p {
    font-size: 15px;
    color: #000000;
    margin-top: 4px;
}


.counter-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 27px;
    right: 30px;
    height: 3px;
    background: linear-gradient(90deg, #0066ff, #35dbb7 );
    border-radius: 3px;
}
.icon-box img {
    width: 56px;
    height: 54px;
}
