 * {
   margin: 0;
   padding: 0;
   box-sizing: border-box;
 }
 html,
 body {
   max-width: 100%;
   overflow-x: hidden;
   padding: 0;
 }
.row{
  margin: auto !important;
}
/* Hide default Google Translate select */
#google_translate_element select {
    display: none !important;
}

/* Custom button styling */
.translate-btn {
    padding: 8px 15px;
    background-color: #4CAF50;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-weight: bold;
    position: relative;
}

/* Dropdown menu */
.translate-dropdown {
    display: none;
    position: absolute;
    top: 40px;
    left: 0;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    z-index: 1000;
    width: 150px;
}

.translate-dropdown div {
    padding: 10px;
    cursor: pointer;
}

.translate-dropdown div:hover {
    background-color: #f1f1f1;
}


 /* body {
   overflow-x: hidden;
   margin: 0;
   padding: 0;
   
   
 } */

 .container {
   max-width: 1200px;
   margin: auto;
   padding: 20px;
 }

 h1,
 h2,
 h3 {
   color: #333;

 }

 h2 {
   font-family: ui-serif, Georgia, Cambria, Times New Roman, Times, serif;
   font-weight: 700;
   font-style: normal;

 }
 h4{
      font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
    background-color: #ffc107;
    padding: 10px;
 }
 h3{
  font-family:  ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
 }


 p {
   color: #212326;
   line-height: 1.6;
   
 }

 a {
   color: #007bff;
   text-decoration: none;
 }

 a:hover {
   text-decoration: underline;
 }

 /* .navbar-custom {
  background-color: #644eee;
  font-size: 1rem;
  padding: 10px 20px;
} */
 /* Add spacing between navbar links */
 .navbar-nav .nav-item {
   margin-left: 0.25rem;
   margin-right: 0.25rem;
 }

 .navbar-custom {
   position: relative;
   z-index: 1050;
   font-size: 1rem;
   padding: 10px 20px;
   /* background: #323815; */
   background: #ffa000;
   color: white;
 }

 .navbar-custom::after {
   content: "";
   position: absolute;
   top: 0;
   left: 33%;
   width: 100%;
   height: 100%;
   background: linear-gradient(to right, #645c9c, #7a6fe0);
   transform: skewX(-25deg);
   z-index: -1;
 }


 .dropdown-menu {
   z-index: 1060;
 }

 .navbar-toggler {
   border: none;
   background: none;
   color: white !important;
 }

 /* Default: hamburger icon visible, close icon hidden */
 .navbar-toggler-icon-close {
   display: none;
   font-size: 2rem;
   color: white !important;
   line-height: 1;
 }

 .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
   display: none;
   color: white !important;
 }

 .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon-close {
   display: inline;
   color: white !important;
 }

 .nav-link {
   color: white !important;
   padding: 8px 15px;
   transition: color 0.3s ease;
 }

 .nav-link:hover {
   color: #ffdc67 !important;
 }

 .navbar-brand img {
   height: 44px;
   width: auto;
   border-radius: 5%;
 }

 .navbar-brand {
   display: flex;
   align-items: center;
   gap: 10px;
   color: white !important;
   font-weight: bold;
   /* font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif; */
 }

 .navbar-nav {
   font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
 }
 .brand-text {
    /* font-family: 'Font Awesome 5 Pro'; */
    font-size: 28px;
  }

  /* Mobile view (below 576px) → font size 0 */
  @media (max-width: 576px) {
    .brand-text {
      font-size: 20px;
    }
    .navbar-custom::after{
    	left: 70%
    }
  }
  @media screen and (width: 1440px) {
  .navbar-custom::after {
      left: 25%;
  }
}
/* ------------menus size------------------- */
.navbar .nav-link {
  font-size: 16px; 
}

@media (min-width: 768px) {
  .navbar .nav-link {
    font-size: 18px;
  }
}

/* @media (min-width: 1200px) {
  .navbar .nav-link {
    font-size: 18px;
  }
} */
/* Full height for XL screens */
/* @media (min-width: 1200px) {
  .full-height-xl {
    min-height: 100vh; 
    display: flex;
    flex-direction: column;
    
  }
  
} */

 /* ------------header search----------------- */
.search {
  width: 100%;
  position: relative;
  display: flex;
}

.searchTerm {
  width: 100%;
  border: 3px solid rgba(13, 110, 253, 0.25);
  border-right: none;
  padding: 10px;
  height: 20px;
  border-radius: 5px 0 0 5px;
  outline: none;
  color: #9DBFAF;
}

.searchTerm:focus{
  color: #000;
}

.searchButton {
  width: 40px;
  height: 26px;
    border: 1px solid rgba(13, 110, 253, 0.25);
    background: rgba(13, 110, 253, 0.25);
    text-align: center;
    color: #fff;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
    font-size: 13px;
}

/*Resize the wrap to see the search bar change!*/
/* .wrap{
  width: 30%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
} */

/* .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='white' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
} */



 /* -------------------slider-------------------- */

 header {
   width: 1140px;
   max-width: 80%;
   margin: auto;
   height: 50px;
   display: flex;
   align-items: center;
   position: relative;
   z-index: 100;
 }

 header a {
   color: #eee;
   margin-right: 40px;
 }

 /* carousel */
 .carousel {
   height: 90vh;
   margin-top: -50px;
   width: 100vw;
   overflow: hidden;
   position: relative;
 }

 .carousel .list .item {
   width: 100%;
   height: 100%;
   position: absolute;
   inset: 0 0 0 0;
 }

 .carousel .list .item img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .carousel .list .item .content {
   position: absolute;
   top: 20%;
   width: 1140px;
   max-width: 80%;
   left: 50%;
   transform: translateX(-50%);
   padding-right: 30%;
   box-sizing: border-box;
   color: #fff;
   text-shadow: 0 5px 10px #0004;
 }

 .carousel .list .item .author {
   font-weight: bold;
   letter-spacing: 10px;
 }

 .carousel .list .item .title,
 .carousel .list .item .topic {
   font-size: 5em;
   font-weight: bold;
   line-height: 1.3em;
 }

 .carousel .list .item .topic {
   color: rgb(255, 193, 7);
 }

 .carousel .list .item .buttons {
   display: grid;
   grid-template-columns: repeat(2, 130px);
   grid-template-rows: 40px;
   gap: 5px;
   margin-top: 20px;
 }

 .carousel .list .item .buttons button {
   border: none;
   background-color: #eee;
   letter-spacing: 3px;
   font-family: Poppins;
   font-weight: 500;
 }

 .carousel .list .item .buttons button:nth-child(2) {
   background-color: transparent;
   border: 1px solid #fff;
   color: #eee;
 }

 /* thumbail */
 .thumbnail {
   position: absolute;
   bottom: 50px;
   left: 50%;
   width: max-content;
   z-index: 100;
   display: flex;
   gap: 20px;
 }

 .thumbnail .item {
   width: 150px;
   height: 220px;
   flex-shrink: 0;
   position: relative;
 }

 .thumbnail .item img {
   width: 100%;
   height: 100%;
   object-fit: cover;
   border-radius: 20px;
 }

 .thumbnail .item .content {
   color: #fff;
   position: absolute;
   bottom: 10px;
   left: 10px;
   right: 10px;
 }

 .thumbnail .item .content .title {
   font-weight: 500;
 }

 .thumbnail .item .content .description {
   font-weight: 300;
 }

 /* arrows */
 .arrows {
   position: absolute;
   top: 80%;
   right: 52%;
   z-index: 100;
   width: 300px;
   max-width: 30%;
   display: flex;
   gap: 10px;
   align-items: center;
 }

 .arrows button {
   width: 40px;
   height: 40px;
   border-radius: 50%;
   background-color: #eee4;
   border: none;
   color: #fff;
   font-family: monospace;
   font-weight: bold;
   transition: .5s;
 }

 .arrows button:hover {
   background-color: #fff;
   color: #000;
 }
 .des{
  font-weight: 700;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    background-color: rgba(13, 110, 253, 0.25);
 }

 /* animation */
 .carousel .list .item:nth-child(1) {
   z-index: 1;
 }

 /* animation text in first item */

 .carousel .list .item:nth-child(1) .content .author,
 .carousel .list .item:nth-child(1) .content .title,
 .carousel .list .item:nth-child(1) .content .topic,
 .carousel .list .item:nth-child(1) .content .des,
 .carousel .list .item:nth-child(1) .content .buttons {
   transform: translateY(50px);
   filter: blur(20px);
   opacity: 0;
   animation: showContent .5s 1s linear 1 forwards;
 }

 @keyframes showContent {
   to {
     transform: translateY(0px);
     filter: blur(0px);
     opacity: 1;
   }
 }

 .carousel .list .item:nth-child(1) .content .title {
   animation-delay: 1.2s !important;
 }

 .carousel .list .item:nth-child(1) .content .topic {
   animation-delay: 1.4s !important;
 }

 .carousel .list .item:nth-child(1) .content .des {
   animation-delay: 1.6s !important;
 }

 .carousel .list .item:nth-child(1) .content .buttons {
   animation-delay: 1.8s !important;
 }

 /* create animation when next click */
 .carousel.next .list .item:nth-child(1) img {
   width: 150px;
   height: 220px;
   position: absolute;
   bottom: 50px;
   left: 50%;
   border-radius: 30px;
   animation: showImage .5s linear 1 forwards;
 }

 @keyframes showImage {
   to {
     bottom: 0;
     left: 0;
     width: 100%;
     height: 100%;
     border-radius: 0;
   }
 }

 .carousel.next .thumbnail .item:nth-last-child(1) {
   overflow: hidden;
   animation: showThumbnail .5s linear 1 forwards;
 }

 .carousel.prev .list .item img {
   z-index: 100;
 }

 @keyframes showThumbnail {
   from {
     width: 0;
     opacity: 0;
   }
 }

 .carousel.next .thumbnail {
   animation: effectNext .5s linear 1 forwards;
 }

 @keyframes effectNext {
   from {
     transform: translateX(150px);
   }
 }

 /* running time */

 .carousel .time {
   position: absolute;
   z-index: 1000;
   width: 0%;
   height: 3px;
   background-color: #7a6fe0;
   left: 0;
   top: 0;
 }

 .carousel.next .time,
 .carousel.prev .time {
   animation: runningTime 3s linear 1 forwards;
 }

 @keyframes runningTime {
   from {
     width: 100%
   }

   to {
     width: 0
   }
 }


 /* prev click */

 .carousel.prev .list .item:nth-child(2) {
   z-index: 2;
 }

 .carousel.prev .list .item:nth-child(2) img {
   animation: outFrame 0.5s linear 1 forwards;
   position: absolute;
   bottom: 0;
   left: 0;
 }

 @keyframes outFrame {
   to {
     width: 150px;
     height: 220px;
     bottom: 50px;
     left: 50%;
     border-radius: 20px;
   }
 }

 .carousel.prev .thumbnail .item:nth-child(1) {
   overflow: hidden;
   opacity: 0;
   animation: showThumbnail .5s linear 1 forwards;
 }

 .carousel.next .arrows button,
 .carousel.prev .arrows button {
   pointer-events: none;
 }

 .carousel.prev .list .item:nth-child(2) .content .author,
 .carousel.prev .list .item:nth-child(2) .content .title,
 .carousel.prev .list .item:nth-child(2) .content .topic,
 .carousel.prev .list .item:nth-child(2) .content .des,
 .carousel.prev .list .item:nth-child(2) .content .buttons {
   animation: contentOut 1.5s linear 1 forwards !important;
 }

 @keyframes contentOut {
   to {
     transform: translateY(-150px);
     filter: blur(20px);
     opacity: 0;
   }
 }

 @media screen and (max-width: 678px) {
   .carousel .list .item .content {
     padding-right: 0;
     
   }

   .carousel .list .item .content .title {
     font-size: 30px;
   }
   .carousel{
     height: 60vh;
   }
   .topic{
      font-size: 2.5em !important;
   }
   
 }
 /* ------------------------------------------- */



 /* -----------------about-------------------------- */
 .banner {
   background-image: url('../img/about-bg.jpg');
   background-size: cover;
   background-position: center;
   height: 38vh;
   display: flex;
   align-items: center;
   justify-content: center;
   color: white;
   text-align: center;
 }
 .btn {
   background: #fbbf24;
   border: none;
   color: #111;
   font: 500 1rem sans-serif;
   padding: 1.5rem 3rem;
   position: relative;
   cursor: pointer;
   margin: 1rem;
 }

 .border-animation::before,
 .border-animation::after {
   content: '';
   position: absolute;
   width: 24px;
   height: 24px;
   border: 0px solid transparent;
 }

 .border-animation::before {
   top: -4px;
   left: -4px;
   border-top: 3px solid #fbbf24;
   border-left: 3px solid #6f42c1;
 }

 .border-animation::after {
   bottom: -4px;
   right: -4px;
   border-bottom: 3px solid #fbbf24;
   border-right: 3px solid #6f42c1;
 }

 .border-animation:hover::before,
 .border-animation:hover::after {
   width: calc(100% + 6px);
   height: calc(100% + 6px);
 }


 .icon-circle {
   width: 50px;
   height: 50px;
   background: linear-gradient(to right, #7e5bef, #5e4ee5);
   border-radius: 50%;
   display: flex;
   align-items: center;
   justify-content: center;
   color: white;
   font-size: 20px;
   box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
   margin-top: -25px;
   margin-left: auto;
   margin-right: auto;
 }

 .service-box {
   border: 1px solid #ddd;
   padding: 1rem;
   border-radius: 8px;
   text-align: center;
   position: relative;
   background-color: #fff;
   height: 230px;
 }

 /* .service-title {
   font-weight: 600;
   font-size: 1.1rem;
 } */

 .check-icon {
   color: #6f42c1;
   margin-right: 8px;
 }

 .btn-purple {
   background-color: #6f42c1;
   color: white;
   border-radius: 6px;
   padding: 0.6rem 1.5rem;
   font-weight: 500;
   transition: 0.3s;
 }

 .btn-purple:hover {
   background-color: #5a34a0;
   color: #fff;
 }

 .rounded-img {
   border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
   object-fit: cover;
   width: 100%;
   height: 100%;
   max-height: 450px;
 }
 /* -----------------------impacts-------------------------------- */
  .impacts-section {
      /* background: linear-gradient(135deg, #2b2b2b, #1a1a1a); */
      background-image: url('../img/impacts.jpg');
      padding: 60px 15px;
      font-family: sans-serif;
    }

    .glass-card {
      /* background: rgba(255, 255, 255, 0.1); */
      background: rgb(0 0 0 / 15%);
      border-radius: 20px;
      border: 1px solid rgba(255, 255, 255, 0.15);
      backdrop-filter: blur(10px);
      -webkit-backdrop-filter: blur(10px);
      padding: 20px 20px;
      text-align: center;
      color: white;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .glass-card:hover {
      transform: translateY(-6px);
      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);
    }

    .glass-card i {
      font-size: 36px;
      background-color: rgba(255, 255, 255, 0.1);
      border-radius: 50%;
      padding: 15px;
      width: 60px;
      height: 60px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto 20px;
    }

    .glass-title {
      text-transform: uppercase;
      font-size: 14px;
      font-weight: bold;
      letter-spacing: 1px;
    }
    .number {
  font-size: 24px;
  font-weight: bold;
}

 /* ---------------------What We Do-------------------------------- */
 .service-section {
   padding: 10px 0;
   text-align: center;
 }

 .section-title {
   color: #292541;
   font-weight: 700;
   font-size: 2.5rem;
 }

 .service-card {
   border-radius: 12px;
   box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
   overflow: hidden;
   background-color: #fff;
   transition: transform 0.4s ease, box-shadow 0.4s ease;
 }

 .service-card:hover {
   transform: translateY(-10px) scale(1.02);
   box-shadow: 0 12px 25px rgba(0, 0, 0, 0.1);
 }

 .card-top {
   background: linear-gradient(180deg, #f0efff 0%, #ffffff 100%);
   padding: 30px 20px 10px;
 }

 .service-number {
   background-color: #645c9c;
   color: white;
   font-weight: bold;
   font-size: 1.25rem;
   width: 60px;
   height: 60px;
   line-height: 60px;
   margin: 0 auto 20px;
   border-radius: 50%;
 }

 .service-title {
   font-size: 1.2rem;
   font-weight: 700;
   color: #292541;
 }

 .service-desc {
   font-size: 0.95rem;
   color: #6c6e7e;
   margin-top: 15px;
 }

 .card-img {
   width: 100%;
   height: 180px;
   object-fit: cover;
   border-top: 1px solid #eee;
 }

 @media (max-width: 768px) {
   .service-card {
     margin-bottom: 30px;
   }
 }

 /* ----------------home page gallery----------------------- */

 .parent {
   display: grid;
   grid-template-columns: repeat(5, 1fr);
   grid-template-rows: repeat(4, 1fr);
   gap: 8px;
 }

 .div2 {
   grid-row: span 2 / span 2;
   grid-column-start: 1;
   grid-row-start: 2;
 }

 .div6 {
   grid-row: span 4 / span 4;
   grid-column-start: 3;
   grid-row-start: 1;
 }

 .div8 {
   grid-row: span 2 / span 2;
   grid-column-start: 2;
   grid-row-start: 1;
 }

 .div9 {
   grid-row: span 2 / span 2;
   grid-column-start: 2;
   grid-row-start: 3;
 }

 .div10 {
   grid-row: span 2 / span 2;
   grid-column-start: 4;
   grid-row-start: 1;
 }

 .div11 {
   grid-row: span 2 / span 2;
   grid-column-start: 4;
   grid-row-start: 3;
 }

 .div13 {
   grid-row: span 2 / span 2;
   grid-column-start: 5;
   grid-row-start: 2;
 }
/* ---------------- gallery----------------------- */
.folder-section {
  /* background: #f1e9f7; */
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  margin-top: 20px;
}

.folder img {
  width: 100%;
  border-radius: 8px;
  border: 2px solid #212529;
}

.folder-name {
  font-weight: bold;
  color: #fff;
  margin-top: 10px;
  text-align: center;
  background: #645c9c;
  padding: 10px;
  border-radius: 10px;
}

.gallery-bg {
  background-color: #f1e9f7;
}

.gallery-video {
  position: relative;
  width: 100%;
  height: 54vh;
  overflow: hidden;

}

#modalImage {
  max-width: 100%;
  max-height: 80vh;
  object-fit: contain;
}

.gallery-nav-icon {
  font-size: 2rem;
  color: #ffc107;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

.gallery-prev-icon {
  left: 10px;
}

.gallery-next-icon {
  right: 10px;
}
/* -------arrow--------------- */
    /* .gallery-nav-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 2.5rem;  
  color: #fff;        
  cursor: pointer;
  z-index: 10;
  opacity: 0.7;
  transition: opacity 0.2s ease-in-out;
} */

.gallery-nav-icon:hover {
  opacity: 1;
}

.gallery-prev-icon {
  left: 15px;  /* distance from left */
}

.gallery-next-icon {
  right: 15px; /* distance from right */
}
/* ---------------------gallery end---------------------- */
 /* ----------------------why chouse------------------------------- */
 .why-choose {
   position: relative;
   background-color: #1f1c3b;
   color: white;
   overflow: hidden;
   padding: 34px 0;
 }

 .why-choose::after {
   content: "";
   position: absolute;
   top: 0;
   right: 0;
   width: 50%;
   height: 100%;
   background: linear-gradient(to right, #645c9c, #7763dd);
   clip-path: polygon(20% 0%, 100% 0%, 100% 100%, 0% 100%);
   z-index: 1;
 }

 .choose-content {
   position: relative;
   z-index: 2;
 }

 .choose-image {
   position: relative;
   z-index: 3;
   max-width: 100%;
   border-radius: 10px;
 }

 .icon-box {
   background: white;
   color: #1f1c3b;
   text-align: center;
   padding: 25px;
   border-radius: 50%;
   width: 140px;
   height: 140px;
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
   box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
 }

 .icon-box i {
   font-size: 1.8rem;
   background: #645c9c;
    color: white;
    padding: 23px;
    border-radius: 40% 16%;
    margin-bottom: 10px;
 }

 .highlight-box {
   position: absolute;
   bottom: 50px;
   right: 0;
   background: rgba(0, 0, 0, 0.125);
   padding: 20px 30px;
   color: white;
   display: flex;
   align-items: center;
   gap: 15px;
   z-index: 4;
   backdrop-filter: blur(6px);
 }

 .highlight-box i {
   font-size: 2rem;
 }

 @media (max-width: 768px) {
   .why-choose::after {
     clip-path: none;
     width: 100%;
     height: 300px;
     top: auto;
     bottom: 0;
   }

   .highlight-box {
     position: relative;
     margin-top: 30px;
     justify-content: center;
   }

   .icon-box {
     width: 120px;
     height: 120px;
     padding: 15px;
     font-size: 0.9rem;
   }
 }

 /* --------------------testimonial---------------------------------- */
 .testimonial-wrapper {
   display: flex;
   flex-wrap: wrap;
   max-width: 1140px;
   margin: 50px auto;
   background: #fff;
   border-radius: 12px;
   box-shadow: 0 5px 20px #7f62f9;
   overflow: hidden;
 }

 .left-image {
   flex: 1 1 50%;
   background: url('https://images.unsplash.com/photo-1603415526960-f7e0328f7db4') no-repeat center center/cover;
   min-height: 400px;
 }

 .slider-testimonial {
   flex: 1 1 50%;
   padding: 40px 30px;
   position: relative;
   /* border: 1px solid #7f62f9; */
 }

 .slides-testimonial {
   display: none;
   text-align: center;
 }

 .profile-img {
   width: 145px;
   height: 145px;
   margin: 0 auto 20px;
   border-radius: 50%;
   overflow: hidden;
   border: 4px solid white;
   box-shadow: 0 0 0 3px #8b67e7;
 }

 .profile-img img {
   width: 100%;
   height: 100%;
   object-fit: cover;
 }

 .testimonial-text {
   font-size: 1.1rem;
    color: #5e5b71;
    line-height: 1.7;
    margin-bottom: 25px;
    text-align: justify;
    /* margin-left: -56px; */
    padding: 0px 13px 0px 0px;
 }

 .testimonial-name {
   font-weight: bold;
   color: #333;
 }

 .testimonial-role {
   font-size: 0.85rem;
   color: #888;
 }

 input[type="radio"] {
   display: none;
 }

 #t1:checked~.s1,
 #t2:checked~.s2,
 #t3:checked~.s3 {
   display: block;
 }

 .dots {
   position: absolute;
   top: 50%;
   right: 20px;
   transform: translateY(-50%);
   display: flex;
   flex-direction: column;
   gap: 10px;
 }

 .dots label {
   width: 10px;
   height: 10px;
   border-radius: 50%;
   background: #ccc;
   cursor: pointer;
   transition: 0.3s;
 }

 #t1:checked~.dots label[for="t1"],
 #t2:checked~.dots label[for="t2"],
 #t3:checked~.dots label[for="t3"] {
   background: #7f62f9;
   transform: scale(1.2);
 }

 @media (max-width: 768px) {
   .testimonial-wrapper {
     flex-direction: column;
   }

   .left-image {
     min-height: 250px;
   }

   .dots {
     flex-direction: row;
     justify-content: center;
     right: 50%;
     top: auto;
     bottom: 10px;
     transform: translateX(50%);
   }
 }

 /* ----------------footer----------------------    */
 .footer-dark {
   background-image: url('../img/footer-bg.jpg');
   background-size: cover;
   background-position: center;
   /* background-color: #151421;
  background-image: radial-gradient(circle at top left, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 20px 20px; */
 }
 .footer-dark h5{
  font-family: ui-serif, Georgia, Cambria, Times New Roman, Times, serif;
 }

 .footer-bottom {
   border-top: 1px solid rgba(255, 255, 255, 0.1);
 }

 .btn-purple {
   background-color: #6f42c1;
   color: #fff;
 }

 .text-purple {
   color: #6f42c1 !important;
 }

 .btn-purple:hover {
   background-color: #5936a6;
 }

 .social-icon {
   display: inline-flex;
   align-items: center;
   justify-content: center;
   background-color: transparent;
   border: 1px solid #ffc107;
   border-radius: 50%;
   width: 36px;
   height: 36px;
   font-size: 16px;
   color: #fff;
   transition: all 0.3s ease;
 }

 .social-icon:hover {
   background-color: #ffc107;
   color: #fff;
   transform: scale(1.1);
   box-shadow: 0 0 5px #ffc107;
 }

 /* -----------Stories--------------------- */
 .carousel-item img {
  height: 350px;       
  width: 100%;
  object-fit: cover;   
}

/* ✅ Mobile (smaller screens) */
@media (max-width: 768px) {
  .carousel-item img {
    height: 200px;     
  }
}
.carousel-item p{
text-align: justify;
}



/* #slider-story {
  position: relative;
  width: 50%;
  height: 37vw;
  margin: 73px auto;
  font-family: 'Helvetica Neue', sans-serif;
  perspective: 1400px;
  transform-style: preserve-3d;
}


#slider-story input[type=radio] {
  position: absolute;
  bottom: -45px; 
  left: 50%;
  transform: translateX(-50%);
  appearance: none;
  width: 16px;
  height: 16px;
  margin: 0 6px;
  border-radius: 50%;
  border: 2px solid #555;
  background: #ffff;
  cursor: pointer;
  display: inline-block;
}


#slider-story input[type=radio]:nth-of-type(1) { margin-left: -60px; }
#slider-story input[type=radio]:nth-of-type(2) { margin-left: -30px; }
#slider-story input[type=radio]:nth-of-type(3) { margin-left: 0px; }
#slider-story input[type=radio]:nth-of-type(4) { margin-left: 30px; }
#slider-story input[type=radio]:nth-of-type(5) { margin-left: 60px; }


#slider-story input[type=radio]:checked {
  background: #333;
}
#slider-story label {
  position: absolute;
  width: 100%;
  height: 80%;
  left: 0;
  top: 0;
  border-radius: 3px;
  cursor: pointer;
  display: flex;                
  align-items: center;
  justify-content: space-between;
  padding: 40px;
  box-sizing: border-box;
  background: #f9f9f9;
  transition: transform 400ms ease;
}


.slide-col {
  flex: 1;
}


.left-col {
  flex: 1;
  padding-right: 20px;
  z-index: 1;                    
}

.left-col h2 {
  font-size: 28px;
  margin-bottom: 15px;
}

.left-col p {
  font-size: 14px;
  line-height: 1.4;
  text-align: justify;
}


.right-col {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.right-col img {
  max-width: 100%;    
  height: auto;
  border-radius: 12px;
  box-shadow: 0 6px 12px rgba(0,0,0,0.2);
  object-fit: contain;
}

#slider-story label,
#slider-story label img {

  left: 0;
  top: 0;
  color: white;
  font-size: 70px;
  font-weight: bold;
  border-radius: 3px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 400ms ease;
  background-color: #86b7fe;
}


#s1:checked ~ #slide1,
 #s2:checked ~ #slide2,
  #s3:checked ~ #slide3,
   #s4:checked ~ #slide4,
    #s5:checked ~ #slide5 {
  box-shadow: 0 13px 26px rgba(0,0,0, 0.3), 0 12px 6px rgba(0,0,0, 0.2);
  transform: translate3d(0%, 0, 0px);
}


#s1:checked ~ #slide2,
 #s2:checked ~ #slide3,
  #s3:checked ~ #slide4,
   #s4:checked ~ #slide5,
    #s5:checked ~ #slide1 {
  box-shadow: 0 6px 10px rgba(0,0,0, 0.3), 0 2px 2px rgba(0,0,0, 0.2);
  transform: translate3d(20%, 0, -100px);
}



#s1:checked ~ #slide3,
 #s2:checked ~ #slide4,
  #s3:checked ~ #slide5,
   #s4:checked ~ #slide1,
    #s5:checked ~ #slide2 {
  box-shadow: 0 1px 4px rgba(0,0,0, 0.4);
  transform: translate3d(40%, 0, -250px);
}


#s1:checked ~ #slide4,
 #s2:checked ~ #slide5,
  #s3:checked ~ #slide1,
   #s4:checked ~ #slide2,
    #s5:checked ~ #slide3 {
  box-shadow: 0 1px 4px rgba(0,0,0, 0.4);
  transform: translate3d(-40%, 0, -250px);
}


#s1:checked ~ #slide5,
 #s2:checked ~ #slide1,
  #s3:checked ~ #slide2,
   #s4:checked ~ #slide3,
    #s5:checked ~ #slide4 {
  box-shadow: 0 6px 10px rgba(0,0,0, 0.3), 0 2px 2px rgba(0,0,0, 0.2);
  transform: translate3d(-20%, 0, -100px);
}



@media (max-width: 768px) {
  #slider-story {
    width: 90%;        
    height: 91vh;      
  }

  #slider-story label {
    flex-direction: column;   
    padding: 20px;
    height: auto;
  }


  .right-col img {
    max-width: 90%;  
  }


  #slider-story input[type=radio] {
    bottom: -30px;
  }
} */