.nav-item{
    width: 170px;
    text-align: center;
  
    color: #fff;
    margin-right: 15px;
    text-align: center;
    display: flex;
    justify-content: end;
    align-items: center;
  }
  
  .ul-list li{
    font-size: 18px !important;
  }

  .h5-4th-card{
    color: #000 !important;
    margin-top: 20px;
    padding-bottom: .4rem;
  }
  .logo{
    text-align: left;
    margin-top: 0px;
  }
  .car-h{
  padding-top: 15px;}
  /* .car-h:hover{
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
    border-radius: 25px;
    
  } */
  
  
  .sparkle {
    max-width: 10em;
    color: #441151;
    margin: auto auto;
  }
  .sparkle:hover {
    /* cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px; */
   
  }
  
  .u-hover--sparkle {
    box-sizing: border-box;
    position: relative;
    padding: 0.75em;
  }
  .u-hover--sparkle::before, .u-hover--sparkle::after {
    content: "";
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    transform-origin: center;
  }
  .u-hover--sparkle::before {
    border-top: 0.2em solid #4d797a;
    border-bottom: 0.2em solid #4d797a;
    border-radius: 25px;
    transform: scale3d(0, 1, 1);
  }
  .u-hover--sparkle::after {
    border-left: 0.2em solid #4d797a;
    border-right: 0.2em solid #4d797a;
    border-radius: 25px;
    transform: scale3d(1, 0, 1);
  }
  .u-hover--sparkle:hover::before, .u-hover--sparkle:hover::after {
    transform: scale3d(1, 1, 1);
    transition: transform 900ms;
  
  }
  .car{
    padding: 10px;
    position: relative;
  }
  
  
  .car:hover {
    height: 600px;
    animation-name: hoverPop;
   border: 2px solid green;
    animation-duration: 0.4s;
    border-radius: 15px;
    animation-fill-direction: forward;
  }
  .car:hover img {
    box-shadow: 2px 2px 4px 0px rgba(10, 12, 15, 0.27);
    box-shadow: 0px 0px 30px 0px rgba(10, 12, 15, 0.27);
  }
  .car:hover::before {
    animation: slick-hover-2 3s 0.4s linear infinite;
    transform: translateY(-20px) translateX(-20px);
  }
  .car:hover::after {
    animation: slick-hover 3s 0.4s linear infinite reverse;
    transform: translateY(20px) translateX(20px);
  }
  
  @keyframes hoverPop {
    0%, 100% {
      transform: scale(1);
    }
    33% {
      transform: scale(1.05);
    }
    66% {
      transform: scale(0.9);
    }
  }
  @keyframes slick-hover {
    0.00% {
      transform: translateY(20px) translateX(20px);
    }
    16.67% {
      transform: translateY(-13px) translateX(-9px);
    }
    33.33% {
      transform: translateY(4px) translateX(12px);
    }
    50.00% {
      transform: translateY(20px) translateX(-20px);
    }
    66.67% {
      transform: translateY(-3px) translateX(8px);
    }
    83.33% {
      transform: translateY(-15px) translateX(-11px);
    }
    100.00% {
      transform: translateY(20px) translateX(20px);
    }
  }
  @keyframes slick-hover-2 {
    0.00% {
      transform: translateY(-20px) translateX(-20px);
    }
    16.67% {
      transform: translateY(3px) translateX(-5px);
    }
    33.33% {
      transform: translateY(18px) translateX(-10px);
    }
    50.00% {
      transform: translateY(-20px) translateX(20px);
    }
    66.67% {
      transform: translateY(15px) translateX(-4px);
    }
    83.33% {
      transform: translateY(-1px) translateX(15px);
    }
    100.00% {
      transform: translateY(-20px) translateX(-20px);
    }
  }
  
  /* .nav-link2-org:hover{
    background: #fff !important;
  }  */
  
  
  .steps {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  .steps li {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
  }
  
  .steps li .number {
    width: 45px;
    height: 45px;
    background-color: #FF6600; /* Orange color */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    margin-right: 15px;
    flex-shrink: 0;
  }
  
  .steps li .text {
    font-size: 18px;
    line-height: 1.5;
  }
  
  .card-body p{
    margin-bottom: 3px;
    line-height: 1.6;
    font-size: 17px;
  }
  .main{
    /* font-family: "Philosopher", Sans-serif !important; */
  }
  .nav-item a{
    padding: 10px;
  }
  /* The flip box container - set the width and height to whatever you want. We have added the border property to demonstrate that the flip itself goes out of the box on hover (remove perspective if you don't want the 3D effect */
  .flip-box {
  background-color: transparent;
  width: 300px;
  height: 200px;
  border: 1px solid #f1f1f1;
  perspective: 1000px; /* Remove this if you don't want the 3D effect */
  }
  .social-icons1 img:hover{
        /* background-color: #8600e7; */
        transform: scale(1.1);
  }
  .login-btn{
    color: #fd6c1d;
    border: 2px solid #fd6c1d;
    border-radius: 10px;
   padding: 8px 14px;
   margin-right: 21px;
   list-style: none;
   border-radius: 10px;
   text-decoration: none;
  }
  .login-btn:hover{
    color:#ffffff;
    background: #fd6c1d;
  }
  .nav-link1{
    background: #fd6c1d;
    /* border: 2px solid #000; */
    border-radius: 10px;
    PADDING: 20PX;
    color: #fff !important;
  }
  .nav-link2{
    background: #000;
    /* border: 2px solid #000; */
    border-radius: 10px;
    PADDING: 20PX;
    text-align: center;
    color: #fff !important;
  }
  .h2{
    color: #000;
      font-size: 26px !important;
      font-weight: 700 !important;
  }
  /* This container is needed to position the front and back side */
  .flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
  }
  
  /* Do an horizontal flip when you move the mouse over the flip box container */
  .flip-box:hover .flip-box-inner {
  transform: rotateY(180deg);
  }
  
  /* Position the front and back side */
  .flip-box-front,
  .flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
  }
  
  /* Style the front side (fallback if image is missing) */
  .flip-box-front {
  background-color: #13315c;
  color: black;
  }
  
  /* Style the back side */
  .flip-box-back {
  background-color: #13315c;
  color: white;
  transform: rotateY(180deg);
  }
  
  .main-box-text{
    text-align: center;
    margin-top: 35px;
  }
  
  .main-box-text p{
    margin: auto;
    width: 640px;
    margin-bottom: 10px;
  }
  
  p{
  color: #000;
  font-size: 20px;
  line-height: 1.8;
  }
  
  .fas{
    color: #8600e7;
   padding-right: 5px;
  }
  .key-features {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 33px;
    font-weight: bold;
    text-transform: uppercase;
    color: #333;
  }
  .card {
    background: transparent !important;
  }
  .key-features .dot {
    width: 15px;
    height: 15px;
    background-color: #3baeb0; /* Orange color */
    border-radius: 50%;
    margin: 0 10px; /* Space between dot and text */
  }
  
  .key-features .text {
    color: #333; /* Dark text color */
    font-family: Arial, sans-serif; /* Font style */
  }
  
  .section .col-md-6 h2 {
    font-size: 25px;
    /* font-weight: 900; */
    padding-bottom: 10px;
  }
  
  .bg-img{
    background-image: url('./images/About\ SNS\ System\ Banner.png');
    background-size: cover;
    background-repeat: no-repeat;
    height:auto;
    margin-top: 3%;
    margin-bottom: 0px;
  }
  .about-sns-img{
    height: 424px;
      width: 100%;
      margin-top: -421px;
      margin-left:654px;
  }
  ul{
    padding-left: 25px !important;
  }
  li{
    font-size: 18px;
    display: list-item;
    /* line-height: 2; */
    align-items: baseline;
  }
  li i {
    padding-right: 10px;
  }
  .fa-check{
    color: #3baeb0 !important;
    font-size: 22px !important;
    font-weight: 700 !important;
  
  }
  .nav-link1:hover{
  background: #000;
  color: #fff !important;
  }
  
  /* Style 7
     ----------------------------- */
     .seven p {
      text-align: center;
          font-size:35px; font-weight:500; color:#fff; letter-spacing:1px;
          text-transform: uppercase;
      margin-top: 40px;
          display: grid;
          grid-template-columns: 1fr max-content 1fr;
          grid-template-rows: 27px 0;
          grid-gap: 20px;
          align-items: center;
      }
      
      .seven p:after,.seven p:before {
          content: " ";
          display: block;
          border-bottom: 1px solid #000;
          border-top: 1px solid #000;
          height: 5px;
        background-color:#fff;
      }
  
      .seven1 p {
        text-align: center;
            font-size:30px; font-weight:bold; color:#000; letter-spacing:1px;
            text-transform: uppercase;
        margin-top: 40px;
            display: grid;
            grid-template-columns: 1fr max-content 1fr;
            grid-template-rows: 27px 0;
            grid-gap: 20px;
            align-items: center;
        }
        
        .seven1 p:after,.seven1 p:before {
            content: " ";
            display: block;
            border-bottom: 1px solid #fff;
            border-top: 1px solid #fff;
            height: 5px;
          background-color:#000;
        }
      
  
 .text-center .col{
    color: #000 !important;
    background:#fff;
    padding: 10px;
  }
  .text-center .col:hover{
    color: white !important;
    background: #000 !important;
  }
 
  
  /* .nav-link2:hover{ */
  /* background: #8600e7; */
  /* color: #fff !important; */
  /* border: 1px solid #8600e7; */
  /* background: #000 !important; */
  /* } */
  /* .nav-link3:hover{ */
    /* background: #8600e7; */
    /* color: #fff !important; */
    /* border: 1px solid #8600e7; */
    /* background: #0000 !important; */
    /* } */
    
  
  /* .nav-link2:hover .col{
    color: #000 !important;
  } */
  
  .fa-instagram{
    /* padding: 7px;
    background:#8600e7;
    color: #fff;
    border-radius: 20px; */
  }
  .lets{
  font-weight: 700;
    font-size: 48px;
  }
  .fa-instagram:before {
    content: "\f16d";
    color: #000;
  }
  .fab ,.fa-brands {
    color: #000 !important;
    font-size: 25px;
    margin-right: 20px;
  }
  .fa-instagram:before{
    color: #000;
  }
  
  .fab:hover ,.fa-brands:hover {
    color: #3baeb0 !important;
  
  }
  .fa-instagram:hover:before {
    color: #3baeb0; /* Change to the color you want on hover */
  }
  /* .nav-link{
    color: #8600e7 !important;
  } */
  .main-div{
    max-width: 1440px;
    margin: 0 auto;
  }
  .main-div1{
    margin: 0 auto;
    background-color:  #fd6c1d;
  }
  .main{
  overflow: hidden;
  }
  
  .hero-banner{
  /* background: url(./images/BANNER-4.jpg); */
  background-color: #011a84;
  background-size: cover;
  background-position: center;
  height: auto;
  visibility: visible;
  }
  .form-banner{
    background-color: #011a84;
    background-size: cover;
    background-position: center;
    height: 407px;
    }
    .form-inp{
      width: 340px;
      padding: 7px 14px;
      margin-bottom: 18px;
      border-radius: 10px;
    }
    .form-btn{
      background: #fd6c1d;
      width: 340px;
      padding: 7px 14px;
      margin-bottom: 18px;
      border-radius: 10px;
    }
    .form-btn:hover{
      background: black;
      color: white;
    }
  /* .nav-link2{
    background: #fd6c1d; */
    /* border: 2px solid #000; */
    /* border-radius: 10px;
    PADDING: 20PX;
    text-align: center;
    color: #000 !important;
  } */
  /* .nav-link2:hover{ */
    /* background: #8600e7; */
    /* color: #000 !important; */
    /* border: 1px solid #8600e7; */
    /* background: #fff !important; */
    /* } */
  .hero-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
     /* Black overlay with 50% opacity */
    pointer-events: none; /* Ensure the shadow is non-interactive */
  }
  .text-mg{
    text-align: left !important;
  }
  
  .bnr-txt{
      /* background: rgba(0, 0, 0, 0.7); */
      color: #2f2f2f !important;
      margin-top: 0%;
      padding: 0%;
  }
  .new-text{
    margin-bottom: 0%;
  }
  .hero-banner h1 {
    font-size:45px;
    /* margin-bottom: 40px; */
    font-weight: 700;
    /* color: #000 !important; */
    text-align: left;
    /* background: rgba(0, 0, 0, .75) */
  }
  .hero-banner .btn  , .col-md-6 .btn{
    position: relative;
    overflow: hidden;
    z-index: 9;
  }
  .hero-banner .btn-primary {
    color: #12a2a241;
    background-color: rgba(1, 164, 121, 0.1);
    border-color: #3baeb0;
  }
  
  .hero-banner .btn:before , .col-md-6 .btn:before{
    content: "";
    background: #000;
    
    width: 4px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
  }
  
  /*animation element sliding left*/
  /* .animation-element.slide-left {
  opacity: 0;
  transition: all 500ms linear;
  transform: translate3d(-100px, 0px, 0px);
  }
  
  .animation-element.slide-left.in-view {
  opacity: 1;
  transform: translate3d(0px, 0px, 0px);
  }
  .animation-element.slide-right {
  opacity: 0;
  transition: all 500ms linear;
  transform: translate3d(100px, 0, 0);
  }
  
  .animation-element.slide-right.in-view {
  opacity: 1;
  transform: translate3d(0px, 0px, 0px);
  }
  .animation-element.slide-up {
  opacity: 0;
  transition: all 500ms linear;
  transform: translate3d(0, 100px, 0);
  }
  
  .animation-element.slide-up.in-view {
  opacity: 1;
  transform: translate3d(0px, 0px, 0px);
  } */
  .dashboard-cards {
    position: relative;
    padding-bottom: 70px;
    margin: 0 !important;
  }
  
  .dashboard-cards .card {
    background: #ffffff;
    display: inline-block;
    perspective: 1000;
    z-index: 20;
    padding: 0 !important;
    margin: 5px 5px 10px 5px;
    position: relative;
    text-align: left;
    transition: all 0.3s 0s ease-in;
    z-index: 1;
    /* width: calc(50% - 10px); */
    cursor: pointer;
    transition: all 0.3s ease;
  }
  
  .dashboard-cards .card:hover {
    box-shadow: 0 15px 10px -10px rgba(31, 31, 31, 0.5);
    transition: all 0.3s ease;
  }
  .fa-caret-down:before {
    content: "\f0d7";
    color: #fff !important;
  }
  
  .nav-link2:hover{
  
  }
  .dashboard-cards .card .card-title {
    background: #3baeb0;
    padding: 20px 15px;
    height: initial !important;
    position: relative;
    z-index: 0;
    margin: 0;
      border: 1px solid gold;
  }
  
  .dashboard-cards .card .card-title h2 {
    font-size: 18px;
    /* letter-spacing: -0.06em; */
    margin: 0;
    padding: 0;
    text-align: left;
    color: #fff;
  }
  
  .dashboard-cards .card .card-title h2 small {
    display: block;
    font-size: 14px;
    margin-top: 8px;
    letter-spacing: -0.025em;
  }
  
  .dashboard-cards .card .card-description {
    position: relative;
    font-size: 14px;
    border-top: 1px solid #ddd;
    padding: 10px 15px 0 15px;
  }
  
  .dashboard-cards .card .card-actions {
    box-shadow: 0 2px 0px 0 rgba(0, 0, 0, 0.075);
    padding: 10px;
    text-align: center;
  }
  
  .dashboard-cards .card .card-flap {
    background: #d9d9d9;
    position: absolute;
    width: 100%;
    transform-origin: top;
    transform: rotateX(-90deg);
  }
  
  .dashboard-cards .card .flap1 {
    transition: all 0.3s 0.3s ease-out;
    z-index: -1;
  }
  
  .dashboard-cards .card .flap2 {
    transition: all 0.3s 0s ease-out;
    z-index: -2;
  }
  
  .dashboard-cards.showing .card {
    cursor: pointer;
    opacity: 0.6;
    transform: scale(0.88);
  }
  
  .dashboard-cards .no-touch .dashboard-cards.showing .card:hover {
    opacity: 0.94;
    transform: scale(0.92);
  }
  
  .dashboard-cards .card.d-card-show {
    opacity: 1 !important;
    transform: scale(1) !important;
  }
  
  .dashboard-cards .card.d-card-show .card-flap {
    background: #ffffff;
    transform: rotateX(0deg);
  }
  
  .dashboard-cards .card.d-card-show .flap1 {
    transition: all 0.3s 0s ease-out;
  }
  
  .dashboard-cards .card.d-card-show .flap2 {
    transition: all 0.3s 0.2s ease-out;
  }
  
  .dashboard-cards .card .task-count {
    width: fit-content;
    /* height: 38px; */
    position: absolute;
    padding: 2px 5px;
    top: 13px;
    right: 10px;
   
    text-align: center;
    line-height: 40px;
    /* border-radius: 100%; */
    color: #333333;
    font-weight: 600;
    transition: all 0.2s ease;
  }
  
  .dashboard-cards .task-list {
    padding: 0 !important;
    list-style: none;
  }
  
  .dashboard-cards .task-list li {
    padding: 10px 0;
    padding-left: 10px;
    margin: 3px 0;
    font-size: 17px;
    display: list-item;
    list-style-type: none;
    border-bottom: 1px solid #e9ebed;
    border-left: 3px solid #3baeb0;
    transition: all 0.2s ease;
  }
  
  .dashboard-cards .task-list li:hover {
    background: #ecf0f1;
    transition: all 0.2s ease;
  }
  .sm-container {
    max-width: 900px;
    margin: 0 auto !important;
  }
  .dashboard-cards .task-list li span {
    /* float: right;
    color: #3baeb0; */
    /* margin-right: 5px; */
  }
  
  .dashboard-cards.showing .card.d-card-show .task-count {
    color: #ffffff;
    background: #3baeb0;
    transition: all 0.2s ease;
  }
  
  .dashboard-cards .card-actions .btn {
    color: #333;
  }
  
  .dashboard-cards .card-actions .btn:hover {
    color: #3baeb0;
  }
  
  /* .btn:hover {
  color: #fff !important;
  }
  .btn:hover:before {
    width: 100%;
    color: #fff;
  } */
  
  
  .section .row{
    margin-top: -4%;
     align-items: center; 
  
  }
  .section .row .col-md-6{
  
  
  }
  
  .fa-circle {
    padding-right: 30px;
  }
  .section h2{
    color: #000;
    font-size: 42px;
    font-weight: bold;
  }
  .section p{
    margin-top: 3%;
    color: #000;
    font-size: 18px;
    margin-bottom: 5%;
  
  }
  .section img
  {
    max-width: 100%;
    text-align: center;
    display: inline-block;
     /* border: 2px solid #3baeb0;  */
  }
  h5{
  font-weight: 700 !important;
    font-size: 22px !important;
    color: #000 !important;
  }
  .card-text:last-child{
  font-size: 18px;
  }
  .card-img-top {
    /* width: 25% !important; */
  }
  .card{
    border: none !important;
     /* background-color: #8600e73d !important;  */
    /* padding-top: 3%; */
  }
  body, .main{
    /* background: #fcf8ec; */
  }
  .card-body div{
  height: 386px;
  /* box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; */
  text-align: left;
  background: #fff;
  margin: 10px;
  padding: 20px 29px 5px;
  border-radius: 20px;
  
  }
  .card-body div:hover{
   /* background: #efefef !important; */
   /* box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; */
    }
  .card-body {
    flex: 1 1 auto;
    color: #000;
    padding: 0rem 0 !important;
    background: transparent; 
  }
  .card-title{
    margin-top: 7%;
    color: #000 !important;
    font-size: 20px !important;
  }
  .card-text{
    color: #000;
    font-size: 18px !important;
  
  }
  
  
  .wrapper{ display: flex; flex-flow: row; flex-wrap: wrap; justify-content: center; }
  .wrapper > *{ margin: 0 1rem 2rem;margin-top: 5%; }
  .col-md-8 h2{
  font-size: 25px;
  font-weight: 700;
  }
  .col-md-8 p {
  font-size: 18px;
  }
  .card1{
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    width: 420px; /* Box dimensions */
    height: 400px; 
    
    border-radius: 4px; /* Styling */
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);  
    transition: box-shadow 0.56s ease-in-out; /* Animation */
    /* background-color: rgba(0,0,0,.2); /* for debugging */
  }
  /* Shows an outer shadow */
  .card1:hover{ /* Just for styling */
    cursor: pointer;
    box-shadow: 0 24px 38px 3px rgba(0,0,0,0.14), 0 9px 46px 8px rgba(0,0,0,0.12), 0 11px 15px -7px rgba(0,0,0,0.2);
  }
  .card1 p {
    font-size: 19px;
    align-self: flex-end;
    padding: 1rem;
    color: rgba(255,255,255,.90);
    /* font-size: 2rem; */
    line-height: 1.3;
   
  }
  /* Cards titles styling
  ------------------------------------------ */
  .card__title{ /* Just for styling */
      /* align-self: flex-end;  */
      padding: 0 1rem;
      color: rgba(255,255,255,.90); font-size: 2rem;
      line-height: 1;font-weight: 600; }  
  
  /* Styles for:
  ** - Using IMG tag inside a container
  ------------------------------------------ */
  /* The image container */
  .card__thumbnail{
    position: relative;
    overflow: hidden;  
    display: flex;
    justify-content: center; /* horizontal center */
    align-items: center; /* vertical center */
    
    width: 100%; /* Thumbnail dimensions. */
    height: 100%; /*** Change the height to make the image smaller ***/
    /* background-color: rgba(0,0,0,.2);  /* for debugging */
    
  }
  /* Sets the image dimensions */
  .card__thumbnail > img{ /* Tip: use 1:1 ratio images */
    height: 100%; /* or width when img.width > img.height */ 
  }  
  /* Styles the title inside the img container */
  .card__thumbnail > .card__title{ /* Just for styling */
    position: absolute; left: 0; bottom: 0; }
  
  
  /* Styles for:
  ** - Using background-size on CSS
  ** - Using background-size on HTML
  ** - Using background-size on JS
  ------------------------------------------ */
  /* Prepares a container to have cover background */
  .has-bg-img{
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  .contact-item{
    padding-top: 7%;
  }
  .social-logos{
    padding-top: 18%;
  }
  /* Loads a specific image to a container */
  .bg-img-nature{
    background-image: url(./images/REGULAR\ TESTING.png);
  }
  .bg-img-nature1{
    background-image: url(./images/Cybersecurity\ \ Measures.png);
  }
  .bg-img-nature2{
    background-image: url(./images/Geographical\ \ Redundancy.png);
  }
  
  
  .form-group.input-material {
    position: relative;
    /* margin-top: 50px; */
    margin-bottom: 25px;
    /* textarea label */
  }
  .form-group.input-material label {
    color: #482260;
    font-size: 16px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 5px;
    bottom: 1px;
    transition: 0.1s ease all;
    -moz-transition: 0.1s ease all;
    -webkit-transition: 0.1s ease all;
  }
  .form-group.input-material textarea.form-control ~ label {
    bottom: 90%;
    bottom: calc(100% - 38px);
  }
  
  
  .form-group.input-material .form-control, .form-group.input-material .form-select {
    border: none;
    border-bottom: 2px solid #555555;
    border-radius: 0px;
    background-color: transparent;
    padding-left: 5px;
    box-shadow: none;
    padding-top: 10px;
    /* required fields */
    /* active state */
    /* invalid state */
  }
  .form-group.input-material .form-control:required ~ label::after, .form-group.input-material .form-select:required ~ label::after {
    content: "*";
    color: #dc3545;
    padding-left: 2px;
    font-size: 0.8em;
  }
  .form-group.input-material .form-control:focus, .form-group.input-material .form-control[value]:not([value=""]), .form-group.input-material .form-select:focus, .form-group.input-material .form-select[value]:not([value=""]) {
    border-bottom-color: #007bff;
    color: #000;
  }
  .form-group.input-material .form-control:focus ~ label, .form-group.input-material .form-control[value]:not([value=""]) ~ label, .form-group.input-material .form-select:focus ~ label, .form-group.input-material .form-select[value]:not([value=""]) ~ label {
    top: unset;
    bottom: 100%;
    bottom: calc(100% - 16px);
    font-size: 14px;
    color: #007bff;
    font-weight: 500;
  }
  .form-group.input-material .form-control:focus.invalid, .form-group.input-material .form-control.invalid, .form-group.input-material .form-control:focus.parsley-error, .form-group.input-material .form-control[value]:not([value=""]).parsley-error, .form-group.input-material .form-select:focus.invalid, .form-group.input-material .form-select.invalid, .form-group.input-material .form-select:focus.parsley-error, .form-group.input-material .form-select[value]:not([value=""]).parsley-error {
    border-bottom-color: #dc3545;
  }
  .form-group.input-material .form-control:focus.invalid ~ label, .form-group.input-material .form-control.invalid ~ label, .form-group.input-material .form-control:focus.parsley-error ~ label, .form-group.input-material .form-control[value]:not([value=""]).parsley-error ~ label, .form-group.input-material .form-select:focus.invalid ~ label, .form-group.input-material .form-select.invalid ~ label, .form-group.input-material .form-select:focus.parsley-error ~ label, .form-group.input-material .form-select[value]:not([value=""]).parsley-error ~ label {
    color: #dc3545;
  }
  .form-group.input-material .form-select {
    background-position: right 0 center;
    padding-left: 0;
  }
  .form-group.input-material .parsley-errors-list {
    color: #dc3545;
    list-style: none;
    font-size: 0.7em;
    padding-left: 5px;
    position: absolute;
    top: 107%;
  }
  
  .copyright-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* height: 100vh; */
    padding: 3px;
  
  
  }
  .take{
    flex: 1;
  }
  
  .copyright-text {
    margin-right: 20px;
    color: #fff;
  }
  
  .social-icons1 img {
    font-size: 24px;
    margin: 0 10px;
    border: 1px solid;
    width: 11%;
    color: white;
    /* background-color: #3b5998; */
    /* border-radius: 50%; */
   
  }
  
  .benfits{
    
    text-align: center;
  }
  
  .card-title {
    height: 50px;
    text-align: left;
  }
  .pizza{
    max-width:100% ;text-align: right;position: relative;margin-top: -120px;
  }
  
  .p5 {
  padding: 3rem;
  }
  .m5 {
  margin: 3rem;
  }
  .ourdic{
  width: 100%;
  }
  .nav-link3 a{
    color: #000 !important;
  }
  /* .nav-link3:hover {
    color: #fff !important;
    background: #000 !important;
  }
  .nav-link3:hover a {
    color: #fff !important;
    
  } */
  .card-title h2{
    color: #000;
  }
  
  .nav-link1-org:hover{
    background: #fff !important;
    color: #000 !important;
  }
  
  /* @media (min-width: 576px){
  .card-group>.card {
    flex: 1 0 50% !important;
    margin-bottom: 0;
  }} */
  
  
  .how {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 95%;
    min-height: max-content;
    margin: 0 auto;
  }
  
  .timeline {
    position: relative;
    max-width: 800px;
    width: 50%;
    /* background-color: white; */
    border-radius: 10px;
    /* box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1); */
    padding: 20px;
  }
  
  .timeline::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 4px;
    height: 100%;
    background-color: #3baeb0;
    transform: translateX(-50%);
  }
  
  .step {
    position: relative;
    width: 100%;
    padding: 20px;
    display: flex;
    align-items: baseline;
    box-sizing: border-box;
    text-align: center;
    background-color: #fff;
    margin-bottom: 20px;
    border-radius: 10px;
    box-shadow:0 2px 10px rgb(0 0 0 / 53%);
    transition: transform 0.3s, box-shadow 0.3s;
  }
  
  .step:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  }
  .step-content b{
    color: #3baeb0;
  }
  .step .number {
    /* position: absolute; */
    display: none !important;
    top: 50%;
    left: 11%;
    width: 30px;
    height: 30px;
    background-color: #3baeb0;
    color: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: bold;
    /* transform: translate(-50%, -50%); */
  }
  
  .step:nth-child(odd) {
    left: 50%;
    transform: translateX(-100%);
  }
  
  .step:nth-child(even) {
    left: 50%;
    transform: translateX(0);
  }
  
  /* .step-content {
    padding: 20px;
    background-color: #f7f7f7;
    border-radius: 10px;
    margin-top: 10px;
  } */
  
  .step-content h3 {
    margin-bottom: 0px;
    color: #333;
    font-size: 16px;
    text-align: left;
    margin-left: 10px;
  }
  
  .step-content p {
    color: #666;
    line-height: 1.6;
  }
  
  .form-b-p{
    color: white;
    text-align: left;
    margin-left: 133px;
  }
  
  .sns-p{
   margin-top: -180px;
  }
  .new-h{
   color: #fff !important;
   text-align: left;
  }
  .form-div{
   position: relative;
   z-index: 9999;
   padding: 10px 25px;
  }
  .main-bn{
    margin-top: 1.5rem ;
  }
  .new-one{
    width: 100%;
  }
  .new-section{
    margin-top: 6%;
    padding: 23px 0px;
  }
  .sns-system-img{
    max-width:100% ;text-align: right;float: right;margin-top: -14px;margin-right: 17px;
  }
  .cont-n{
   height: 750px;
  }
  @media screen and (max-width: 900px) {
    .cont-n{
      /* max-width: 1611px; */
      height: 1600px;
    }
    .sns-system-img{
      margin-right: 0px;
      padding-top: 26px;
    }
    .main-div1{
      padding: 1%;
    }
    .main-bn{
      padding-top: 3% ;
    }
  
    .h5-4th-card{
      padding-bottom: .6rem;
    }
    .about-sns-img {
      margin: auto;
      width: 100%;
      max-width: 250%;
      margin-top: -529px;
      margin-left: 183px;
  }
    .new-one{
      margin: auto;
      width: 180%;
    }
    .main-bn{
      margin-top: 0px;
    }
    .hero-banner h1 {
      width: 339px;
      font-size: 27px;
     }
     .form-banner {
      height: 426px;
  }
    .form-div{
      padding: 0px 0px;
    }
    .bg-img{
      height: auto;
      margin-bottom: 0px;
    }
    
    .btn_four{
      width: 323px;
    }
    .dashboard-cards .card{
  
      width: calc(100% - 10px);
  
    }
  
    .card-title {
      height: 80px;
  }
  
  p {
    color: #000;
    font-size: 18px;
    line-height: 1.4;
  }
  .fit{
    width: 750px !important;
  }
    .card-title h2{
      color: #000;
    }
  
  .last{
    margin-top: 25px !important;
  }
  .hero-banner{
    height: 285px;
  }
  .hero-banner img{
   margin-top: 23px ;
  }
  .card-group>.card {
    flex: 1 0 50% !important;
    margin-bottom: 0;
  }
  /*animation element sliding left*/
  .animation-element.slide-left {
  opacity: initial !important;
  transition:initial !important;
  transform: initial !important;
  }
  
  .animation-element.slide-left.in-view {
  opacity:initial !important;
  transform: initial !important;
  }
  .animation-element.slide-right {
  opacity:initial !important;
  transition: initial !important;
  transform: initial !important;
  }
  
  .animation-element.slide-right.in-view {
  opacity: initial !important;
  transform: initial !important;
  }
  .animation-element.slide-up {
  opacity: initial !important;
  transition:initial !important;
  transform: initial !important;
  }
  
  .animation-element.slide-up.in-view {
  opacity: initial !important;
  transform: initial !important;
  }
  
  .navbar-brand{
    flex: 2;
    justify-content: end;
  }
  .j2{
    flex: 1;
  }
  .navbar-brand img{
    width: 68% !important;
  }
    .card1{
        width: 300px !important;
    }
    .offset-lg-1{
        text-align: center;
    }
  
  
    .section h2 {
      color: #000;
      font-size: 30px;
  }
  .section{
    margin-bottom: 50px;
  }
  .pd{
    padding: 0 20px !important;
  }.lets{
    font-weight: 700;
      font-size: 30px;
  }
  .fab, .fa-brands {
    color: #000 !important;
    font-size: 18px;
    margin-right: 20px;
  }
  .cc{
    align-items: center !important;
    padding-bottom: 30px;
  }
  .bnr-txt {
    /* background: rgba(0, 0, 0, 0.5); */
    /* color: #fff !important; */
    /* padding-top: 7%; */
    
  }
  
  /* .social-icons1 img{
    width: 25%;
  } */
  .copyright-text p{
    font-size: 21px !important;
  }
  .d-flex{
    align-items: center;
  }
  h5{
    font-size: 20px !important;
  }
  li{
    padding-right: 10px;
  }
  .pizza{
    width: 31%;
    text-align: right;
    position: relative;
    margin-top: -54px;
  }
  /* .section .mblrow{
    flex-direction: column-reverse;
  } */
  
  .card-body {
    flex: 1 1 auto;
    color: #000;
    padding: 0rem 0rem 0rem 0rem !important;
    /* background: #fff; */
  }
  img{
    max-width: 100% !important;
  }
  
  .dashboard-cards {
    position: relative;
    padding-bottom: 110px;
    margin: 0 !important;
  }
  /* .col-md-6 {
    flex: 0 0 auto;
    width: 100% !important;
  } */
  
  .section h2 {
    color: #000;
    font-size: 30px !important;
    padding-top: 30px ;
  }
  .card2{
    padding-bottom: 50px;
  }
  
  .step .number {
    left: 20px;
    width: 55px;
    height: 35px;
  }
  .card11{
    padding-bottom: 25px;
  }
  .dashboard-cards .card .card-title{
    height: initial !important;
  }
  
  .car {
    flex: 3 !important;
  }
  li {
    line-height: 1.5;
    padding-right: 4px;
  }
  li i {
    font-size: 10px;
  }
  
  li {
    display: list-item;
  }
  .card-body div{
    height: 545px;
  }
  .sns-p{
    margin-top: -182px;
  }
  .dashboard-cards .task-list li span {
  
    float: initial !important;
  }
  }
  
  @media screen and (max-width: 430px) {
    .cont-n{
      height: 1921px;
    }
    .sns-system-img{
      margin: auto;
      padding-top: 10px
    }
    .new-section{
      padding: 23px 0px;
    }
    .text-center-new{
      text-align: center;
    }
    .h2-mob{
      margin-left: 4px;
    }
    .h5-4th-card{
      padding-bottom: .0rem;
    }
    .main-box-text{
      margin-top: 0px;
      text-align: left;
    }
    .main-box-text h2{
      padding-left: 28px;
    }
    .about-sns-img{
      height: auto;
      width: 95%;
      margin-top: 19px;
      margin-left: 0px;
  
    }
      .spc-new{
      padding-bottom: 33px;
    }
    .cnt-box{
      margin-top: -35px;
    }
    .new-h{
      margin-top: -20px;
      text-align: center;
     }
    .sns-p{
      margin-top: 0px;
    }
   
    .form-banner{
      height: 618px;
      }
      .form-b-p{
        text-align: center;
        margin-left: 0px;
      }
      .form-inp{
        width: 300px;
      }
      .form-btn{
        width: 300px;
      }
      .bg-img{
        height: 885px;
        margin-top: 0%;
        text-align: center;
        background-color: #f86060;
        margin-bottom: 0px;
      }
    .btn_four{
      width: 323px;
    }
    .main-box-text p {
      /* width: 338px; */
      width: auto;
      padding: 0px 29px;
    }
    .dashboard-cards {
      position: relative;
      padding-bottom: 160px;
      margin: 0 !important;
    }
    .dashboard-cards .card .card-title h2{
      width: 90%;
    }
    .card2{
      padding-bottom: 0px;
    }
    .card11{
      padding-bottom: 0px;
    }
    .carddiv{
      padding-top: 0 !important;
    }
    .card-group .card:first-child .carddiv{
      padding-top: 10% !important;
    }
    .navbar-nav{
  margin-bottom: 15px  !important;
    }
    .btn-login{
      margin-left: -30px;
    }
    .how{
      margin-top: 5% !important;
    }
  
  .last{
    margin-top: 0px !important;
  }
  .chngecolor{
    font-size: 15px;
  }
  .flx-dire{
  flex-direction: column-reverse;}
  
  .d-flex{
    flex-direction: column;
  }
  .nn{
    padding-left: 0px;
  }
  
  .hero-banner{
    height: 430px;
    background-position: right;
  }
  .flx-row{
    flex-direction: column-reverse;
  }
  .flx-rr{
    flex-direction: column-reverse;
  }
  .seven p , .seven1 p {
  
    display: block;
  }
  
  .hero-banner img{
    margin-top: -67px;
  }
  .pizza {
    width: 39%;
    text-align: right;
    position: relative;
    margin-top: -20px;
  }
  .text-mg{
    text-align: center !important;
  }
    .section{
        padding:0  20px !important;
    }
    .col-lg-8{
        width: auto !important;}
        .market{
          margin-top: 20px;
        }
  
        .navbar-expand-sm {
            /* background: #7c787680; */
        }
        .navbar-brand img {
          width: 38% !important;
          text-align: center;
          margin: 0 auto;
          align-items: center;
          display: flex;
      }
      .nav-item{
        margin: 20px 0 0;
      }
  .sm-container .col-md-12{
  margin-top: 20px;
    justify-content: start !important;
  }
      .col-md-9 p{
        text-align: center !important;
      }
      .bnr-txt {
        /* background: rgba(0, 0, 0, 0.5); */
        color: #000 !important;
        padding-top: 3%;
        margin: 0;
    }
  
    .fit{
      width: 395px !important;
    }
    .comp{
      font-size: 24px !important;
      padding-top: 30px;
    }
    .card-body div{
      height: fit-content;
      /* padding-bottom: 20px; */
    }
  
    p {
  
      /* font-size:20px !important; */
      line-height: 1.5 !important;
    }
  
    .flx-r{
      flex-direction: column;
    }
      .bottom-img{
        background: url(./images/black-section.jpg);
      background-size: cover;
      background-repeat: no-repeat;
      height: fit-content !important;
      padding: 0px 0; 
      }
        .navbar-nav {
            display: flex;
            /* flex-direction: row !important; */
            padding-left: 0;
            margin-bottom: 0;
            /* align-items: center; */
            justify-content: center !important;
            list-style: none;
        }
        .j1{
          display: none;
        }
        .j2{
          flex: initial !important;
        }
        .section h2{
          color: #000;
          font-size: 30px;
          padding-top: 20px;
      }
      .collapse:not(.show){
        display: block !important;
      }
      .container{
        padding: 0 25px !important;
      }
      .p6 {
        margin: 3rem 0rem!important;
        padding: 2rem!important;
    }
    .col-md-6{
      padding-top: 0px;
    }
  
    .section{
      margin-bottom: 30px;
    }
    .wrapper h1{
      padding-bottom: 50px !important;
      padding-top: 30px !important;
    }
    .hero-banner h1{
      font-size: 24px;
      margin-bottom: 20px;
      margin-top: 10px;
    }
    .hero-banner{
      background-color: #011a84;
      background-size: cover;
      background-position: center;
      height: 467px;
      visibility: visible;
      padding-top: 7%;
      }
      .desk-only{
        visibility: hidden;
      }
  
    .key-features {
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 20px;
      font-weight: bold;
      text-transform: uppercase;
      color: #333;
      margin: 20px 0 !important;
  }
  
  .card-title {
    height: 40px;
  }
  
  .seven p {
  
    padding-bottom: 20px;
  }
    .col-lg-6 p {
      /* font-size: 14px !important; */
      margin-top: 10px;
    }
    .cont{
      display: contents;
      padding-bottom: 30px;
    }
    .flx{
      margin-top: -30px !important;
    }
  .social-icons1{
  text-align: center;
  display: flex;
  padding: 10px 0;
  }
  
  .social-icons1 i {
  font-size: 16px;
  margin: 0 10px;
  /* border: 1px solid; */
  color: #fff;
  /* background-color: #3b5998; */
  /* border-radius: 50%; */
  padding: 5px;
  }
  .copyright-text {
    padding-top: 8px;
  margin-right: 20px;
  font-size: 12px;
  }
  .rwr{
  flex-direction: row-reverse;
  }
  .rwr button{
  margin-top: -50px;
  }
  
  
  
  .dashboard-cards .task-list li{
    font-size: 15px;
  }
  .benfits{
    font-size: 26px !important;
    text-align: center;
  }
  .order-lg-1{
  padding-top: 0;
  }
  .copyright-section{
  flex-direction: column;
  }
  .nav-link1 {
    border-radius: 10px;
    padding: 10px !important;
    PADDING: 20PX;
    color: #fff !important;
  }
  .social-icons1 img {
    width: 70%;
  }
  .section .mblrow{
    flex-direction: column-reverse;
  }
    }
  
  
    
   
  @media screen and (max-width: 480px) {
    .btn_four{
      width: 323px;
    }
      .timeline::before {
          left: 30px;
      }
  
      .step {
          /* padding-left: 70px; */
      }
  
      .step:nth-child(odd),
      .step:nth-child(even) {
          left: 0;
          transform: translateX(0);
          text-align: left;
      }
  
      .step .number {
          left: 20px;
          width:70px;
          height: 30px;
          font-size: 14px;
      }
  }
  @media screen and (max-width:480px) {
      .timeline{
          width: 90%;
      }
  }
  @media (max-width: 576px) {
    /* Adjust the login and register buttons */
    .login-btn, .nav-link1 {
        display: block; /* Stack the buttons vertically */
        width: 100%;    /* Full width buttons */
        text-align: center; /* Center the text */
        margin-bottom: 10px; /* Add spacing between buttons */
    }
  
    /* Adjust the margin for the login button */
    .login-btn {
        margin-top: 15px;
    }
  
    /* Optional: Make the navbar brand (logo) smaller on mobile */
    .navbar-brand img {
        width: 50%; /* Adjust logo size on mobile */
    }
  }
  @media only screen and (max-width: 768px) {
    h5.card-title {
        padding-bottom: .8rem;
    }
  }
  
  h1 {
    text-align: center;
    color: #f4811f;
    margin-top: 20px;
  }
  
  .modules-container {
    padding: 20px;
  }
  
  .modules-grid {
    padding-top: 2%;
    padding-bottom: 1%;
    display: flex;
    justify-content: space-evenly;
    /* display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); */
    gap: 20px;
    margin: 20px;
    flex-wrap:wrap ;
  }
  
  .module {
    width: 320px;
    border: 1px solid #ccc;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1); 
  }
  .module:hover{
    background-color: #e0e0e0;
  }
  
  .module h3 {
    font-size: 18px;
    color: #000;
    margin-bottom: 10px;
  }
  
  .module ul {
    
    padding: 0;
  }
  
  .module ul li {
    margin: 5px 0;
    color: #333;
    font-size: 14px;
  }
  
  /* Media Queries for responsive design */
  @media (max-width: 768px) {
    
      .module-3 {
       justify-content: center;
      }
    
    h1 {
        font-size: 24px;
    }
    .module {
        padding: 15px;
    }
  }
  
  @media (max-width: 480px) {
    h1 {
        font-size: 20px;
    }
    .module {
        padding: 10px;
    }
  }
   .course-details {
              text-align: center;
              padding: 2rem;
          }
  
          .course-details h1 {
              font-size: 2.5rem;
              margin-bottom: 1rem;
          }
  
          .course-details p {
              font-size: 1.2rem;
              margin-bottom: 3rem;
          }
  
          .course-container {
              display: flex;
              justify-content: space-around;
              padding: 0 2rem;
              flex-wrap: wrap; /* For responsiveness */
          }
  
          .course-box {
              background-color: rgba(0, 0, 0, 0.1); /* Semi-transparent box background */
              padding: 2rem;
              border-radius: 10px;
              text-align: center;
              margin: 1rem;
              width: 30%;
              box-sizing: border-box;
          }
  
          .course-box h2 {
              font-size: 4rem;
              margin-bottom: 1rem;
              color: #ffffff;
          }
  
          .course-box h3 {
              font-size: 1.5rem;
              margin-bottom: 0.5rem;
              color: #ffffff;
          }
  
          .course-box p {
              font-size: 1rem;
              color: #ffffff;
          }
  
          /* Responsive design */
          @media screen and (max-width: 900px) {
              .course-box {
                  width: 45%;
              }
          }
  
          @media screen and (max-width: 600px) {
              .course-box {
                  width: 100%;
              }
          }
          

        
          .container-1 {
            background-color: #011a84; /* Same background as the previous section */
            color: white; /* Text color */
            padding: 2rem;
            text-align: center;
        }

        .container-1 h1 {
            font-size: 2.5rem;
            margin-bottom: 1rem;
            color: white;
        }

        .container-1 .subtitle2{
           
            margin-bottom: 2rem;
            color: white;
        }
        .subtitle2{
          font-size: 30px;
        }

        #main-box{
            display: flex;
            justify-content: center;
            flex-wrap: wrap;
            gap: 1rem;
            
        }

        .text-box-1, .text-box {
            background-color: #f8f9fa; /* Semi-transparent boxes */
            padding: 2rem;
            border: 2px solid black;
            border-radius: 10px;
            text-align: left;
            flex-basis: 22%;
            min-width: 250px;
            color: #000;
        }
        /* .text-box-1:hover, .text-box:hover{
            border: 2px solid white;
        } */

        .text-box-1 h2, .text-box h2 {
            font-size: 2rem;
            margin-bottom: 1rem;
        }

        .text-box-1 h3, .text-box h3 {
            font-size: 1.2rem;
            margin-bottom: 1rem;
        }

        .text-box-1 ul, .text-box ul {
            
            padding-left: 0;
        }

        .text-box-1 ul li, .text-box ul li {
            font-size: 1rem;
            line-height: 1.5;
        }

        /* Responsive Design */
        @media (max-width: 900px) {
            .text-box-1, .text-box {
                flex-basis: 45%;
            }
        }

        @media (max-width: 600px) {
            .text-box-1, .text-box {
                flex-basis: 100%;
            }
        }
        .five-box{
          margin: 40px 0px;
      }

      .five-box h4{
          margin-bottom: 40px;
          text-align: center;
          padding: 10px;
      }
      .text-box-2, .text-boxs {
        background-color: white; 
        border: 2px double #02474d;
        box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
        padding: 1rem;
        height: auto;
        border-radius: 10px;
        text-align: left;
        /* flex-basis: 25%; */
        text-align: center;
       min-width: auto;
        transition-property: all;
  transition-duration: 2s;
  transition-timing-function: linear;
  transition-delay: eesy-in-out;
    }
    .text-box-2:hover, .text-boxs:hover{
      background-color: rgb(206 213 233 / 68%);
      border: 2px solid black;
    } 

    .text-box-2 h2, .text-boxs h2 {
        font-size: 2rem;
        margin-bottom: 1rem;
    }

    .text-box-2 h3, .text-boxs h3 {
        font-size: 1.2rem;
        margin-bottom: 1rem;
    }

    .text-box-2 ul, .text-boxs ul {
        
        padding-left: 0;
    }

    .text-box-2 ul li, .text-boxs ul li {
        font-size: 1rem;
        line-height: 1.5;
    }

    /* Responsive Design */
    @media (max-width: 900px) {
        .text-box-2, .text-boxs {
            flex-basis: 45%;
        }
    }

    @media (max-width: 600px) {
        .text-box-2, .text-boxs {
            flex-basis: 100%;
            padding-left: 24px;
           padding-top: 24px;
           margin: 0px 20px;
        }
    }
    .heading-h1{
      font-size: 40px;
      margin: auto;
      color: #000;
      font-weight: bold;

    }

    .heading-cards h2 {
      color: #212529;
      font-size: 2rem;
      padding-top: 35px;
      font-weight: bolder;
    }
    
    .features-section {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 20px;
      padding: 40px 40px 0px 40px;
    }
    
    .feature-card {
      background: #f9f5ff;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
      border-radius: 10px;
      text-align: center;
      padding: 20px;
      flex: 1 1 calc(33.33% - 20px);
      max-width: calc(31.89% - 20px);  
      transition: transform 0.3s ease;
      cursor: pointer;
      text-decoration: none;
      color: inherit;
    }
    
    .feature-card:hover {
      transform: translateY(-10px);
    }
    
    .feature-icon img {
      max-width: 80%;
      width: 100%;
    }
    .para-d p {
      color: #000;
      font-size: 18px;
      line-height: 1.6;
  }
    .feature-title {
      font-size: 16px;
      font-weight: bold;
      margin: 10px 0;
      color: #212529;
      text-align: left;
    }
    .feature-card:hover .feature-title {
      color: #000066;
    }
    
    .feature-icon img:hover {
      transform: scale(1.1);
    }
    .feature-icon{
      overflow: hidden;
    }
    .feature-icon img {
        max-width: 30%;
    }
    
    .feature-icon img {
    
    
      transition: 0.5s;
    }
    .para-d {
      text-align: left;
    }
    /* Responsive styles for smaller screens */
    @media (max-width: 768px) {
      .feature-card {
        flex: 1 1 calc(33% - 20px);
        max-width: calc(50% - 20px);
    
      }
    }
    
    @media (max-width: 480px) {
      .feature-card {
        flex: 1 1 100%;
        max-width: 100%;
      }
      .feature-icon img:hover {
        transform: scale(1);
      }
      .heading-cards h2 {
        font-size: 20px;
    }
    }