 * {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

 body {
  background-color: rgb(255, 255, 255, 0);
  color: rgba(37, 43, 55, 1);
  font-family: 'Geist', sans-serif;
  background: none;
 }

.product {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-top: 20px;
}

.pro {
  display: flex;
  justify-content: space-between; 
  align-items: center;
  width: 100%; 
  padding: 10px 50px;
  box-sizing: border-box;
}

.things a {
  text-decoration: none;
  color: inherit;
  margin: 0 15px;
  cursor: pointer;
  font-weight: 500;
}

.things a:hover {
  color: #007bff; /* or whatever highlight color you want */
}

.rt {
  font-weight: bold;
}

.let {
  font-size: 16px;
}

.iux {
  font-size: 60px; 
  line-height: 1.1; 
  margin: 0; 
}

.iuxh {
  color: #c6c4c4;
}
.linee p {
  line-height: 1.6; 
  margin-top: 10px; 
}


.things {
  display: flex;
  gap: 24px;
  font-size: 16px;
  justify-content: center;
  flex: 1; 
}

.rich {
  font-size: 20px;
}

.iux {
  font-size: 60px;
  font-family: 'Geist', sans-serif;
}

.frox {
  display: flex;
  flex-direction: column;
  align-items: center;     
  justify-content: center; 
  text-align: center;
  padding: 20px;
  padding-top: 100px;
}

.prx {
  display: flex;
  text-align: left;
  align-items: center;
  justify-content: center; 
  gap: 200px;               
  flex-wrap: wrap;        
}

.linee {
  display: flex;
  align-items: center;
  text-align: left;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;         
}

.ltvmy {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  margin-top: 30px;
}

.ltvmy a {
  color: inherit;             
  text-decoration: none;      
}

.ltvmy a:visited {
  color: inherit;              
}

.ltvmy a:hover {
  color: #ff0000;              
}

.ltvmy p {
  color: white;
  padding: 12px 24px;
  border-radius: 100px;
  cursor: pointer;
  font-weight: 500;
  margin: 0;
  text-align: center;
}

.ltvmy p:first-child {
  background-color:  rgba(11, 67, 230, 1);
  border: 2px solid rgba(11, 67, 230, 1);
}

.ltvmy p:last-child {
  background-color: #000;    
  border: 2px solid #000;
}

.tal {    
  background-color: blue;     
  border-radius: 100px;      
  padding: 16px;
  display: inline-block;  
  color: white; 
  margin-left: 50px;
}

.sket {
  font-family: 'AtlandSketchesBB', cursive;
  color: blue; 
}

.fro {
  background-color:rgb(211, 215, 219);
  color: rgba(113, 118, 128, 1);
  border-radius: 15px;
  text-align: center;
  display: inline-block;   
  padding: 10px 15px;       
  margin: 0;
  font-size: 16px;    
}

.textt {
  font-size: 12px;
  text-align: center;
}

.viewlive {
  border-radius: 10px;
}

.text-image-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 20px;
  padding-top: 100px;
}

.desi {
  color: blue;
}

.h2 {
  line-height: 60px;
  font-size: 48px;
}

.text-box {
  flex: 1 1 400px;
  max-width: 600px;
  align-items: center;
  padding-left: 50px;
}

.text-box p {
  font-size: 16px;
  color: rgba(113, 118, 128, 1);
}

.right-image {
  flex: 1 1 300px;
  height: 550px;
  object-fit: contain;
  border-radius: 10px;
  padding-left: 50px;
  width: 550px;
  margin-top: 20px;
}

.hih {
  width: 100%;
  display: flex;
  justify-content: center;
  text-align: center;
  padding-top: 80px;
}

.hih h3 {
  font-size: 48px;
}

.services {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 30px;
  flex-wrap: wrap;
  padding: 40px 0;
  background: #fff; 
}

.service-box {
  width: 380px;
  background: #f2f2f2; 
  border-radius: 16px;
  padding: 20px;
  text-align: left;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}

.service-box img {
  width: 100%;
  border-radius: 12px;
  margin-bottom: 15px;
}

.service-box h3 {
  margin-bottom: 10px;
  font-size: 20px;
}

.service-box p {
  margin-bottom: 10px;
  line-height: 1.5;
  color: #333;
}

.service-box .title {
  font-weight: bold;
  margin-top: 15px;
}

.service-box ul {
  
  list-style: none;
  padding: 0;
  margin: 0;
}

.service-box li {
  margin: 6px 0;
  position: relative;
  padding-left: 25px;
}

.service-box li::before {
  content: "✔";
  color: #4a90e2; 
  position: absolute;
  left: 0;
  top: 0;
}


.black {
  padding-top: 100px;
  padding-bottom: 100px;
  background: black;
  color: white;
  margin-top: 50px;
}

.bla h2 {
  font-size: 48px;
  margin-bottom: 50px;
  font-family: 'Instrument Sans', sans-serif;
  text-align: center;
}


.help-grid {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

.row-one {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}

.row-two {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
  margin-top: -20px; 
}

.black-box {
  background: #171717; 
  border-radius: 16px;
  padding: 20px 25px;
  width: 260px;
  text-align: left;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.black-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}

.black-box img {
  margin-bottom: 10px;
}

.black-box h3 {
  font-size: 18px;
  margin-bottom: 8px;
  color: white;
}

.black-box p {
  color: white;
  font-size: 15px;
  line-height: 1.4;
}

.white {
  background-color: white;
  color: black;
  border-radius: 15px;
  text-align: center;
  display: inline-block;   
  padding: 10px 15px;       
  margin: 0;
  font-size: 16px;           
}

.bull {
  font-size: 24px;
}

.beau {
  font-size: 16px;
}

.bla h2 {
  font-size: 48px;
}

.services-row {
  display: flex;
  gap: 30px; 
  justify-content: center;
  align-items: flex-start;
  flex-wrap: nowrap; 
  text-align: left;
}

.mp {
  justify-content: center;
  text-align: center;
  padding-top: 100px;
  font-size: 48px;
}

.ddd {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0;
  padding: 40px;
}

.dds {
  font-size: 24px;
  font-family: 'Geist', sans-serif;
}

.dset h3 {
  margin: 0;
  font-size: 24px;
}

.dset p {
  font-size: 14px;
  margin: 5px 0 0 0;
}

.dset:first-child {
  margin-left: 0;
}

.brap {
  text-align: center;
  padding-top: 100px;
  font-size: 16px;
}

.down-image {
  flex: 1 1 300px;
  width:100%;
  height: 600px;
  object-fit: contain;
  border-radius: 10px;
  padding-top: 100px;
}

.down {
  text-align: center;
  padding: 50px 20px;
  background-color: #f5f5f5; 
}

.h2 {
  font-size: 2em;
  margin-bottom: 40px;
}

.logo-container {
  display: flex;
  justify-content: space-between;
  gap: 10px; 
  align-items: center;
  padding: 20px;
}

.logo-container img {
  width: 60px; 
  height: auto;
}


.imagespot {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 50px;
}

.kadan-kadan {
  flex: 1 1 45%; 
  max-width: 48%;
  text-align: left;
}

.kadan-kadan img {
  width: 632px; 
  height: 648px; 
  object-fit: cover;
  display: block;
}

.hover-content {
  padding: 25px;
  background: white;
}

.kadan-ka {
  font-size: 1.8rem;
  color: #111;
  margin-bottom: 10px;
  font-weight: 600;
}

.kadan-kadan p {
  font-size: 1rem;
  color: #555;
  line-height: 1.6;
}

.sss {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 30px;
}

  
.sss {
  font-size: 48px;
}

.wrapper {
  text-align: center;
  padding: 60px 0;
  overflow: hidden;
  width: 100%;
  background: #fff;
}

.text {
  text-align: center;
  justify-content: center;
  padding-top: 100px;
}

.text h1 {
  font-size: 36px;
  margin-bottom: 40px;
  font-family: 'Instrument Sans', sans-serif;
  font-weight: 600;
}

.top-icons {
  display: flex;
  gap: 40px;
  width: max-content; 
  animation: scrollLeft 25s linear infinite;
}

.wrapper .scroll-container {
  display: flex;
  width: 100%;
  overflow: hidden;
}

.icon {
  background: #f5f5f5;
  border-radius: 12px;
  padding: 25px;
  width: 220px;
  text-align: center;
}

.icon img {
  display: block;
  margin: 0 auto 15px auto;
}

.icon h4 {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
}

.icon p {
  font-size: 14px;
  line-height: 1.4;
}

@keyframes scrollLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.wrapper:hover .top-icons {
  animation-play-state: paused;
}

.wht {
  color: rgba(37, 43, 55, 0.3);
}

.brap {
   margin-top: 100px;
}

.slider-scroll {
  overflow: hidden;
  white-space: nowrap;
  padding: 20px 0;
  padding-top: 150px;
}

.eve {
   font-size: 48px;
   padding-left: 50px;
}

.scroll-track {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  padding: 20px;
}

.event-card {
  flex: 0 0 auto;
  width: 416px;
  text-align: center;
}

.event-card img {
  width: 100%;
  height: 315px;
  object-fit: cover; 
  border-radius: 10px; 
}

.scroll-track {
  display: inline-flex;
  animation: scrollLeft 15s linear infinite;
  gap: 40px; 
}

.scroll-track:hover {
  animation-play-state: paused; 
}

.event-card {
  display: inline-block;
  text-align: center;
}

.event-card p {
  font-size: 24px;
  font-family: 'Instrument Sans', sans-serif;
}

@keyframes scrollLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.revi h2 {
  font-size: 48px;
}

.study {
  display: flex;
  gap: 50px;
  justify-content: center;
  text-align: left;
  align-items: center;
}

.text-part {
   color: rgba(0, 0, 0, 0.692);
   font-size: 16px;
}

.huu h3 {
  font-size: 36px;
  line-height: 100%;
}

.talk-let {
  background-color: rgba(70, 70, 248, 0.781);
  color: white;
  border-radius: 100px;
  text-align: center;
  display: inline-block;   
  padding: 16px;       
  margin: 0;
  font-size: 16px;    
}

.hey {
  text-align: center;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap; 
  background-color: rgb(8, 48, 163, 1);
  padding-top: 150px;
  padding-bottom: 150px;
  color: white;
}

.hh1 {
  font-size: 72px;
}

.richard {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 20px;
  padding-top: 50px;
  flex-wrap: wrap; 
}

.richard-left h3 {
  font-size: 20px;
}

.richard-left,
.richard-center,
.richard-right {
  flex: 1;
}

.richard-center {
  text-align: center;
  font-size: 14px;
  color: black;
}

.richard-right {
  text-align: right;
}

.richard-center img {
  width: 24px;
  height: 24px;
  margin-left: 10px;
}

img {
  max-width: 100%;
  height: auto;
}



@keyframes slideLoop {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}

.my-carousel-section {
    max-width: 1200px; 
    width: 100%;
    margin: 40px auto; 
    overflow: hidden;
    position: relative;
    padding: 20px; 
}

.my-carousel-section .carousel-inner {
    position: relative;
    padding: 0; 
}

/* Hide Radio Buttons */
.my-carousel-section input[type="radio"] {
    display: none;
}

/* Carousel Slides Wrapper */
.my-carousel-section .carousel-slides {
    display: flex;
    transition: transform 0.6s ease-in-out; /* Smooth slide transition */
}

.my-carousel-section .carousel-slide {
    flex-shrink: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 40px;
    border-radius: 10px; /* Inner slide border-radius */
    overflow: hidden; /* Important for image rounding to work within this */
}

/* Content & Image Styling */
.my-carousel-section .slide-content {
    flex: 1;
    padding-right: 30px;
    max-width: 50%;
}

.my-carousel-section .slide-image {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 50%;
}

.my-carousel-section .slide-image img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    object-fit: cover; 
}

/* Carousel Navigation Arrows */
.my-carousel-section .carousel-navigation {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex; /* Kept for flex properties, but individual labels are positioned */
    justify-content: space-between;
    transform: translateY(-50%);
    pointer-events: none; /* Allows clicks to pass through to individually positioned labels */
    padding: 0 15px; /* Space arrows from the carousel edges */
    z-index: 10;
}

.my-carousel-section .nav-button {
    cursor: pointer;
    background-color: rgba(203, 203, 203, 0.9);
    color: #333;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    transition: background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
    pointer-events: auto; 
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    position: absolute; 
}

/* Arrow icons using unicode characters */
.my-carousel-section .nav-button.prev-button::before { content: '‹'; }
.my-carousel-section .nav-button.next-button::before { content: '›'; }

/* Hide all nav buttons by default, show based on checked radio */
.my-carousel-section .carousel-navigation label {
    display: none; /* Hide all nav labels initially */
}

/* Previous Button Logic - show specific prev button based on active slide */
#slide1:checked ~ .carousel-navigation .prev-button[for="slide3"] { display: flex; left: 0; }
#slide2:checked ~ .carousel-navigation .prev-button[for="slide1"] { display: flex; left: 0; }
#slide3:checked ~ .carousel-navigation .prev-button[for="slide2"] { display: flex; left: 0; }

/* Next Button Logic - show specific next button based on active slide */
#slide1:checked ~ .carousel-navigation .next-button[for="slide2"] { display: flex; right: 0; }
#slide2:checked ~ .carousel-navigation .next-button[for="slide3"] { display: flex; right: 0; }
#slide3:checked ~ .carousel-navigation .next-button[for="slide1"] { display: flex; right: 0; }


/* Carousel Dots */
.my-carousel-section .carousel-dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    z-index: 10;
}

.my-carousel-section .dot {
    width: 12px;
    height: 12px;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease, border 0.3s ease;
    border: 2px solid transparent;
}

.my-carousel-section .dot:hover {
    background-color: rgba(0, 0, 0, 0.4);
}

.slide-title {
  font-size: 36px;
  font-family: instrument sans, sans-serif;
}

.slide-description {
  font-size: 24px;
  font-family: instrument sans, sans-serif;
}

/* Active Dot Styling */
#slide1:checked ~ .carousel-dots label[for="slide1"],
#slide2:checked ~ .carousel-dots label[for="slide2"],
#slide3:checked ~ .carousel-dots label[for="slide3"] {
    background-color: #0038E6;
    border-color: #0038E6;
    transform: scale(1.2);
}

#slide1:checked ~ .carousel-slides { transform: translateX(0%); }
#slide2:checked ~ .carousel-slides { transform: translateX(-100%); }
#slide3:checked ~ .carousel-slides { transform: translateX(-200%); }

@media (max-width: 768px) {
  .pro {
    flex-direction: row; 
    padding: 10px 20px;
  }

  .things {
    margin-top: 15px;
    gap: 15px;
    flex-wrap: wrap; 
    justify-content: center;
  }

  .let {
    margin-top: 15px;
    margin-left: 0; 
  }

 
  .frox {
    padding-top: 50px;
  }

  .prx {
    flex-direction: column;
    gap: 50px;
    text-align: center; 
  }

  .iux {
    font-size: 48px; 
  }

  .linee {
    flex-direction: column; 
    gap: 5px;
  }

  .ltvmy {
    flex-direction: column; 
    gap: 15px;
  }

  .text-image-container {
    flex-direction: column; 
    display: flex;
    align-items: center;
    padding-top: 50px;
    gap: 30px;
    padding-right: 0;
    padding-left: 10px;
  }

  .right-image {
    width: 80%; 
    height: auto; 
    padding-right: 0; 
    margin-top: 0;
  }

  .text-box {
    padding-left: 0; 
    max-width: 100%; 
    text-align: left;
  }

  .h2 {
    font-size: 36px; 
    line-height: 1.2;
  }

  .text h1 {
    font-size: 30px;
  }

  .top-icons {
    gap: 20px;
  }

  .icon {
    width: 200px;
    padding: 20px;
  }

  
  .sss {
    font-size: 36px;
  }

  .imagespot {
    flex-direction: column; 
    gap: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .kadan-kadan {
    flex: 1 1 100%; 
    max-width: 100%;
  }

  .kadan-kadan img {
    height: 648px; 
  }

  .hih h3 {
    font-size: 36px;
  }

  .services {
    flex-direction: row; 
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .service-box {
    width: 100%; 
    max-width: 400px; 
  }

  .bla h2 {
    font-size: 36px;
  }

  .help-grid {
    gap: 20px;
  }

  .row-one,
  .row-two {
    flex-direction: row; 
    gap: 20px;
  }

  .black-box {
    width: 80%; 
    max-width: 300px; 
  }

  .down .h2 {
    font-size: 36px;
  }

  .process-container {
    grid-template-columns: 1fr; 
    padding-left: 20px;
    padding-right: 20px;
  }

  .process-box.wide {
    grid-column: auto; 
  }

  .revi h2 {
    font-size: 36px;
  }

  .slider {
    height: auto; 
  }

  .dep {
    flex-direction: column; 
    gap: 20px;
    text-align: center;
    padding: 20px;
  }

  .ddimg {
    width: 100px;
    height: 100px;
  }

  .epf {
    font-size: 24px;
  }

  .epff, .epfg {
    font-size: 16px;
  }

  .logo-container {
    flex-wrap: wrap; 
    justify-content: center;
    gap: 50px;
  }

  .eve {
    font-size: 36px;
    padding-left: 20px;
  }

  .scroll-track {
    animation: none; /* Disable auto-scroll for smaller screens, if desired */
    flex-wrap: nowrap; /* Keep cards in a row for manual scroll */
    overflow-x: auto; /* Enable horizontal scrolling */
    -webkit-overflow-scrolling: touch; /* Smooth scrolling on iOS */
    padding-left: 20px;
    padding-right: 20px;
  }

  .event-card {
    flex: 0 0 auto; /* Prevent cards from shrinking */
    width: 80%; /* Adjust card width for better scrolling */
    max-width: 300px; /* Limit card width */
    margin-right: 20px; /* Space between cards */
  }
  .event-card:last-child {
    margin-right: 0;
  }

  .mcour {
    font-size: 36px;
  }

  .study {
    flex-direction: column; /* Stack image and text vertically */
    text-align: center;
    gap: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .study img {
    width: 90%;
    height: auto;
  }

  .puu h3 {
    font-size: 28px;
  }

  .lerm {
    margin-top: 40px;
  }

  .hey {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .hh1 {
    font-size: 48px;
  }

  .richard {
    flex-direction: column; /* Stack footer items */
    gap: 20px;
    text-align: center;
  }

  .richard-left,
  .richard-center,
  .richard-right {
    flex: none; /* Reset flex */
    width: 100%;
    text-align: center;
  }

  .brap {
    margin-top: 350px;
  }

  .puu img {
    width: 72px;
    height: 28px;
  }

  .scroll-track {
    animation: scrollLeft 20s linear infinite; /* slightly faster for small screens */
    gap: 20px;
  }

  .event-card {
    width: 300px; /* smaller cards for small devices */
  }

  .event-card img {
    height: 200px;
  }

  .slider {
    display: flex;
    flex-direction: column; /* Stack the cards */
    animation: none; /* stop animation on small devices */
    gap: 20px;
    align-items: center;
  }

  .dep {
    flex-direction: column; /* Stack image and text */
    min-width: auto;
    width: 90%;
    text-align: center;
  }

  .ddimg {
    width: 100%;
    height: auto;
  }

  .brap {
   margin-top: 30px;
  }

  .eve {
    text-align: center;
  }
  .help-grid {
    padding-left: 15px;
  }

  .row-two {
    margin-top: 20px; 
  }

  .black-box {
     padding: 20px 25px;
     width: 360px;
  }

  .dep {
    flex-direction: column; /* Stack image and text vertically on smaller screens */
    text-align: center;
    gap: 20px;
    padding: 15px 20px;
  }
  .ddimg {
    width: 180px; /* Adjust image size for smaller screens */
    height: 180px;
  }
  .carousel-button-css {
    padding: 8px 12px;
    font-size: 1.2em;
    width: 35px;
    height: 35px;
  }

  .my-carousel-section .carousel-slides {
    transform: none !important;
    flex-direction: column !important;
    transition: none !important;
  }

  /* Stack each slide vertically */
  .my-carousel-section .carousel-slide {
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: left !important;
    padding: 20px !important;
  }

  /* Make content and image full width */
  .my-carousel-section .slide-content,
  .my-carousel-section .slide-image {
    max-width: 100% !important;
    width: 100% !important;
    padding: 0 !important;
  }

  /* Responsive image */
  .my-carousel-section .slide-image img {
    width: 100% !important;
    height: auto !important;
    border-radius: 10px !important;
     margin-bottom: 20px !important; 
  }

  /* Stop all animations / transitions */
  .my-carousel-section,
  .my-carousel-section * {
    animation: none !important;
    transition: none !important;
  }

  /* Hide arrows on mobile (optional, they overlap otherwise) */
  .my-carousel-section .carousel-navigation {
    display: none !important;
  }

  /* Adjust dots for smaller screens */
  .my-carousel-section .carousel-dots {
    bottom: 10px !important;
    gap: 6px !important;
  }
  .my-carousel-section .dot {
    width: 10px !important;
    height: 10px !important;
  }

   .carousel-dots, .dot {
    display: none;
  }

   .kadan-kadan img {
  width: 343px; 
  height: 355px; 
  object-fit: cover;
  display: block;
  margin: 0 auto;
  }
}

@media (max-width: 480px) {
  body {
    font-size: 14px; 
    margin: 0;
  }

   .pro {
    flex-direction: row; 
    padding: 10px 20px;
  }

  .rich {
    font-size: 18px;
  }

  .let p {
    font-size: 14px;
  }

  .right-image {
    width: 343px; 
    height: 343px; 
    padding-right: 25px;
    margin: 0;
    object-fit: contain;
  }
  
  .text-box {
   text-align: left;
  }
  .things {
    display: none;
  }
  .iux {
    font-size: 36px;
  }

  .h2 {
    font-size: 28px;
  }

  .linee p {
    text-align: center;
  }
   .slider {
    display: flex;
    flex-direction: column; /* Stack the cards */
    animation: none; /* stop animation on small devices */
    gap: 20px;
    align-items: center;
  }

  .dep {
    flex-direction: column; /* Stack image and text */
    min-width: auto;
    width: 90%;
    text-align: center;
  }

  .ddimg {
    width: 100%;
    height: auto;
  }
  
  .ltvmy {
     flex-direction: row; 
  }

  .text h1, .sss, .hih h3, .bla h2, .down .h2, .revi h2, .mcour {
    font-size: 28px;
  }

  .text-image-container {
    width: 100%;           
    display: flex;         
    justify-content: center; 
  }

  .text-image-container img {
    width: 100%;          
    height: auto;          
    margin: 0;
    object-fit: cover;       
    display: block;  
    padding: 20px;      
    padding-left: 10px;  
  }

  .help-grid {
    padding-left: 15px;
  }

  .row-two {
    margin-top: 20px; 
  }

  .black-box {
     padding: 20px 25px;
     width: 260px;
  }

  .icon {
    width: 150px;
    padding: 15px;
  }

  .event-card {
    width: 90%; 
  }

  .puu h3 {
    font-size: 24px;
  }

  .hh1 {
    font-size: 36px;
  }

  .richard-center img {
    width: 20px;
    height: 20px;
    margin-left: 8px;
  }

  .puu img {
    width: 72px;
    height: 28px;
  }

  .revi {
    padding-bottom: 50px;
    padding-top: 20px;
  }

  .brap {
   padding-top: 20px;
   padding-bottom: 20px;
  }

  .logo-container {
  display: flex;
  justify-content: space-between;
  gap: 10px; 
  align-items: center;
  padding: 10px;
}

.logo-container img {
  width: 30px; 
  height: auto;
}
  .frsr {
    flex-direction: column; 
    gap: 30px;
    padding: 50px 20px;  
    text-align: center; 
  }

  .research p {
    font-size: 18px; 
    line-height: 30px; 
    padding: 10px 15px; 
  }

  .see-all {
      padding: 12px 20px; 
      font-size: 14px; 
  }

  .scroll-track {
    animation: scrollLeft 20s linear infinite; 
    gap: 20px;
  }

  .event-card {
    width: 300px; 
  }

  .kadan-kadan img {
    height: 422px; 
    width: 343px;
  }

  .event-card img {
    height: 200px;
  }

  .slider-container p {
    text-align: left;
  }

  .dep {
    flex-direction: column;
    text-align: center;
    gap: 20px;
    padding: 15px 20px;
  }

  .ddimg {
    width: 343px; 
    height: 343px;
  }

  .dep p {
    text-align: left;
  }

  .slider-scroll {
    padding-top: 20px;
  }

   /* Stop slide shifting */
  .my-carousel-section .carousel-slides {
    transform: none !important;
    flex-direction: column !important;
    transition: none !important;
  }

  /* Stack each slide vertically */
  .my-carousel-section .carousel-slide {
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: left !important;
    padding: 20px !important;
  }

  /* Make content and image full width */
  .my-carousel-section .slide-content,
  .my-carousel-section .slide-image {
    max-width: 100% !important;
    width: 100% !important;
    padding: 0 !important;
  }

  /* Responsive image */
  .my-carousel-section .slide-image img {
    width: 100% !important;
    height: auto !important;
    border-radius: 10px !important;
     margin-bottom: 20px !important; 
  }

  /* Stop all animations / transitions */
  .my-carousel-section,
  .my-carousel-section * {
    animation: none !important;
    transition: none !important;
  }

  /* Hide arrows on mobile (optional, they overlap otherwise) */
  .my-carousel-section .carousel-navigation {
    display: none !important;
  }

  /* Adjust dots for smaller screens */
  .my-carousel-section {
    bottom: 10px !important;
    gap: 6px !important;
  }
 
  .slide-title {
    font-size: 16px;
  }

  .carousel-dots, .dot {
    display: none;
  }

.richard-left,
.richard-center,
.richard-right {
  width: 100%;
  text-align: left;
}

.richard-center {
  display: flex;
  gap: 12px;
  justify-content: flex-start;
  align-items: center;
}

.richard-center img {
  width: 22px;
  height: 22px;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.richard-center img:hover {
  transform: scale(1.1);
}

.kadan-kadan img {
  width: 343px; 
  height: 355px; 
  object-fit: cover;
  display: block;
}

  .carousel-dots {
    display: none; /* ✅ hides dots on screens 600px wide or smaller */
  }
}

@media  (max-width: 1024px)  {
   /* Stop slide shifting */
  .my-carousel-section .carousel-slides {
    transform: none !important;
    flex-direction: column !important;
    transition: none !important;
  }

  /* Stack each slide vertically */
  .my-carousel-section .carousel-slide {
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: left !important;
    padding: 20px !important;
  }

  /* Make content and image full width */
  .my-carousel-section .slide-content,
  .my-carousel-section .slide-image {
    max-width: 100% !important;
    width: 100% !important;
    padding: 0 !important;
  }

  /* Responsive image */
  .my-carousel-section .slide-image img {
    width: 100% !important;
    height: auto !important;
    border-radius: 10px !important;
     margin-bottom: 20px !important; 
  }

  /* Stop all animations / transitions */
  .my-carousel-section,
  .my-carousel-section * {
    animation: none !important;
    transition: none !important;
  }

  /* Hide arrows on mobile (optional, they overlap otherwise) */
  .my-carousel-section .carousel-navigation {
    display: none !important;
  }

  /* Adjust dots for smaller screens */
  .my-carousel-section .carousel-dots {
    bottom: 10px !important;
    gap: 6px !important;
  }
  .my-carousel-section .dot {
    width: 10px !important;
    height: 10px !important;
  }

  .kadan-kadan img {
  width: 343px; 
  height: 355px; 
  object-fit: cover;
  display: block;
  }

}