/*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;
    letter-spacing: 1px;
}

   .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;
   
}
#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: 2;
      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;
  }
 
@media (max-width: 768px) and (min-width: 360px){
 
  .faq-section {
  padding: 50px 15px;
  }
  .exp-para-1 {
  font-size: 12px;
  }
  .faq-hdr {
  margin-bottom: 35px;
  }
  .accordion-box-four .acc-btn{
    font-size: 13px;
    padding: 5px 25px;
  }
  .text {
  font-size: 13px !important;
}
.mr-bt {
  font-size: 32px;
  margin: unset;
}
}
@media(max-width: 768px) and (min-width: 360px){
    #aboutText-1 {
    display: none;
    }
}
@media(max-width: 1360px) and (min-width: 769px){
    #aboutText-1 {
    font-size: 22px;
    }
}

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

/*About us inner page*/

 
  :root{
      --primary: #db551b;
      --secondary: #010245;
      --light: #fff;
      --dark: #000;
      --button: linear-gradient(126deg, #db551b, #010245);
      --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: 2;
    }
 
 
     .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;
    }
    
  .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::before {
      content: "";
      position: absolute;
      inset: 0;
     background: linear-gradient(#01123096, #1071b696);
      z-index: 0;
    } */
    .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;
}

    /* Responsive */
    @media(max-width: 991px) {
      .working-process-area {
        flex-direction: column;
      }
      .process-item:not(:last-child)::after {
        display: none; /* hide arrows on mobile */
      }
    }
    
    
    .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: 2;
    }

    .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);
    }

    /* Responsive adjustments */
    @media (max-width: 991px) {
      .mvv-content-wrap {
        flex-direction: column;
        text-align: center;
        align-items: center;
      }

      .mvv-title-wrap {
        justify-content: center;
        margin-bottom: 20px;
      }

      .mvv-text-wrap {
        justify-content: center;
      }

      .mvv-desc {
        width: 100%;
      }

      .mvv-bg {
        display: none;
      }
    }
/*-----------------------------------------------------------------------------------------------*/
    /*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 {
  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;
    z-index: 1;
    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;
 } 
@media (max-width: 992px) {
  .contact-us-sec .bg-primary {
    border-radius: 0;
    margin-top: 2rem;
  }
}

@media (max-width: 767px){
    .contact-top-sec {
    padding: 50px 30px;
}
.contact-us-left {
    padding-top: 40px;
}
.cont-heading {
    font-size: 34px;
}
.cont-stasf-wrap .item-text {
    font-size: 40px;
}
.cont-stasf-wrap i {
    font-size: 21px;
    height: 55px;
    width: 55px;
}
.contact-top-sec .row:first-child{
    gap: 20px !important;
}
.cont-top-info-list {
    padding: 15px 20px;
}
.btn-submit {
    padding-top: 13px;
    height: 50px;
    font-size: 14px;
}
}
@media (max-width: 520px){
    .contact-top-sec {
    padding: 30px 20px;
    }

    .contact-us-left {
    padding: 20px 30px !important;
    }
    .contact-us-rgt{
        padding: 20px 30px !important;
    }
    .contact-us-left input{
        width: 100% !important;
    }
}
.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;
        }
        /* Responsive Design */
        @media (max-width: 991px) {
            .reseller .card-img-top {
                height: 250px;
            }
            .reseller {
                padding: 0 30px;
            }
        }

        @media (max-width: 767px) {
            .reseller .reselr-card-body {
                padding: 1.5rem 1rem;
            }
            .top-heading-holder{
                margin-bottom: 15px !important;
            }
        }

        @media (max-width: 575px) {
            /* .reseller .icon-circle {
                top: -25px;
                left: 20px;
                width: 50px;
                height: 50px;
            } */

            .reseller .icon-circle i {
                font-size: 20px;
            }
            #sub-text-stock{
                font-size: 34px;
            }
            .reseller {
                padding: 0 10px;
            }
        }
        
        /*--------------------------------------------------------------*/
        /*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;
        }

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

        .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);
        }


        /* 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) {
            
        }
        
        
        /*-----------------------------------------------------------------------------*/
        
        /*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;
        }