    html, body {
      height: 100%;
      margin: 0;
      /* overflow-y: scroll; */
      scroll-snap-type: y mandatory; /* snap scrolling */
      scroll-behavior: smooth;
      padding-top: 70px;
      font-family: Futura,Trebuchet MS,Arial,sans-serif;
    }

	section {
	  height: 100vh; /* subtract navbar height */
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  scroll-snap-align: start;
	  font-family: Futura,Trebuchet MS,Arial,sans-serif;
	}
    
	/* Common background style for all sections */
	.sec1, .sec2, .sec3, .sec4, .sec5, .sec6, .sec7, .sec8, .sec9, .sec10,.sec4a,.sec3s,.secl2,.secp2,.secp12 {
	  background-repeat: no-repeat;
	  background-position: center center;
	  background-size: cover;
	}
	
	/* Desktop background images */
	.sec1 { background-image: url("../../assets/img/bg1.jpg"); }
	.sec2 { background-image: url("../../assets/img/bg2.jpg"); }
	.sec3 { background-image: url("../../assets/img/bg3.jpg"); }
	.sec4 { background-image: url("../../assets/img/bg4.jpg"); }
	.sec5 { background-image: url("../../assets/img/bg1.jpg"); }
	.sec6 { background-image: url("../../assets/img/bg2.jpg"); }
	.sec7 { background-image: url("../../assets/img/bg4.jpg"); }
	.sec8 { background-image: url("../../assets/img/bg3.jpg"); }
	.sec9 { background-image: url("../../assets/img/bg9.jpg"); }
	.sec10 { background-image: url("../../assets/img/bg9.jpg"); }
	.sec4a { background-image: url("../../assets/img/abg1.jpg"); }
	.sec3s { background-image: url("../../assets/img/bgs.jpg"); }
	.secl2 { background-image: url("../../assets/img/bg_labs.jpg"); }
	.secp2 { background-image: url("../../assets/img/bg1.jpg"); }
	.secp12 { background-image: url("../../assets/img/bg12.jpg"); }
	
	/* Mobile background images (single mobile version for all) */
	@media (max-width: 768px) {
	  .sec1, .sec2, .sec3, .sec4, .sec5, .sec6, .sec7, .sec8, .sec9, .sec10,.sec4a,.sec3s,.secl2,.secp2,.secp12 {
	    background-image: url("../../assets/img/bgM.jpg");
	  }
	}


    /* Push content below navbar */
	.section-content {
	  margin-top: 0;      /* remove extra margin */
	  padding-top: 56px;  /* push down safely inside the section */
	}
/* .nav-item{
	transition: transform 0.3s ease;
}	
.nav-item:hover {
  transform: translateY(-5px);
}

.active{
	font-weight: bolder;
}	 */

.nav-item a {
  padding: 0.5em 1em;
  text-decoration: none;
  transition: all 0.3s ease;
  border-radius: 6px;
}

/* Active Nav Item Style */
.nav-item a.active {
  font-weight: 700;
  color: #545454;              /* highlight color */
  /* background: rgba(255, 195, 84, 0.15); */  /* subtle background */
  border-bottom: 3px solid #ffe962;      /* underline highlight */
  transform: scale(1.05);     /* slight zoom */
}

/* Optional: Hover Effect */
.nav-item a:hover {
  color: #595959;
  background: rgba(255, 195, 84, 0.1);
}




.icon-button {
  display: inline-flex;
  align-items: center;
  justify-content: left;
  gap: 0.6em;
  color: #545454;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-top: -2em;
  width: 50%;
}

/* Make icon larger than text height */
.icon-img {
  height: 5em;   /* Larger than text */
  width: auto;
  /* margin-top: -0.2em; */ /* Slight vertical adjust */
  cursor: pointer;
  z-index: 1;
}

.icon-label {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
  border: 2px solid #666;
  padding: 0.5em;
  background: #e2d795;
  position: relative;
  width: 52%;
  left: -2em;
  text-align: right;
  border-bottom-right-radius: 50px;
  border-top-right-radius: 50px;
  
}

/* Optional: For mobile scaling */
@media (max-width: 768px) {
  .icon-button {
    padding: 0.5em 1em;
    justify-content: center;
  }

  .icon-img {
    height: 4em;
  }

  .icon-label {
    font-size: 0.7rem;
    width: 62%;
    left: -1.7em;
  }
}

/* Overlay and content container */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.overlay-content {
  position: relative;
  width: 90%;
  max-width: 900px;
  background: transparent;
}

/* Responsive video wrapper with 16:9 ratio */
.video-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 ratio */
  height: 0;
  overflow: hidden;
  border-radius: 10px;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

/* Close button */
.close-btn {
  position: absolute;
  top: -15px;
  right: -15px;
  background: white;
  color: black;
  border: none;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  font-size: 20px;
  cursor: pointer;
  z-index: 1000000;
}

/* Limit max size but keep responsiveness */
.logo-img {
  max-height: 75px;   /* keeps navbar compact */
  height: auto;
  width: auto;
}

.accent-line {
  display: inline-block;
  width: 60px;
  height: 5px;
  background: #ffc107; /* yellow accent */
  border-radius: 3px;
}

.highlight{
	background-color: #ffe962;
	font-family: Futura,Trebuchet MS,Arial,sans-serif; 
	line-height: 1.4;
}

/* Animate image from top when section loads */
/* Initial hidden state */
.animate-image {
  opacity: 0;
  transform: translateY(-50px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}

/* Active when in view */
.animate-image.show {
  opacity: 1;
  transform: translateY(0);
}

.section2-title {
  margin-top: 2em;
  color: #545454;
}

.section2-image {
  width: 25%;
  margin-top: 2em; /* default for desktop */
}

.custom-btn-spacing {
  margin-top: -40px; /* space above button */
}

.rounded-0 {
    border-radius: 16px !important;
}

.card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); /* default shadow */
}

.card:hover {
  transform: scale(1.05); /* zoom out effect */
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2); /* stronger shadow on hover */
}

.card-title{
	color: #545454;
}

#sec3stitle{
	font-size:1rem; 	
}

.right-col{
	margin-top: 10em;
}

@keyframes slideDown {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* timeline css */

.timeline {
  position: relative;
  margin: 0 auto;
  padding: 0rem 0;
  width: 90%;
  max-width: 1000px;
  height: auto;
}

/* center vertical line */
.timeline::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 2px;
  background: #ccc;
  transform: translateX(-50%);
}

/* timeline item wrapper */
.timeline-item {
  position: relative;
  width: 60%;
  padding-right: 1rem;
  padding-left:1rem;
  box-sizing: border-box;
}

/* align left and right */
.timeline-item.left {
  left: -10%;
  text-align: right;
}

.timeline-item.right {
  left: 50%;
  text-align: left;
}

/* card style */
.timeline-card {
  position: relative; /* needed for absolute positioning of icon */
  display: inline-block;
  background: #d6cec4;
  border-radius: 6px;
  min-width: 220px;
  text-align: center;
  font-family: Futura,Trebuchet MS,Arial,sans-serif;
  padding: 0.5rem 0.5rem 0.5rem; /* extra top padding for icon */
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2); 
}

 .timeline-card .title {
  display: block;
  font-size: 1.25rem;
  font-weight: 600;
  color: #333;
}



.timeline-card .subtitle {
  display: block;
  font-size: 1.1rem;
  color: #555;
  line-height: 1.5;
}


/* /* Common icon style */
.timeline-card .icon {
  position: absolute;
  top: 5px;
  font-size: 1.2rem;
  color: #fff;
  background: transparent;
  border-radius: 50%;
  padding: 5px;
  line-height: 0;
}

Icon for left cards
.timeline-item.left .timeline-card .icon {
  left: -25px;
}

Icon for right cards
.timeline-item.right .timeline-card .icon {
  right: 5px;
} */

/* connector line */
.timeline-item::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 20px;
  height: 2px;
  background: #ccc;
}

/* Title inside card */
.timeline-card .title {
  display: block;
  font-size: 1.25rem;
  font-weight: 600;
  color: #333;
}

/* Subtitle inside card */
.timeline-card .subtitle {
  display: block;
  font-size: 1.1rem;
  color: #555;
  line-height: 1.5;
}

.timeline-item.left::after {
  right: 0px;
}

.timeline-item.right::after {
  left: 0px;
}

/* custom colors for demo (optional) */
.timeline-item:nth-child(1) .timeline-card { background: #cfc7be;}
.timeline-item:nth-child(2) .timeline-card { background: #c18272;}
.timeline-item:nth-child(3) .timeline-card { background: #a8b5ad;}
.timeline-item:nth-child(4) .timeline-card { background: #566f72;}
.timeline-item:nth-child(5) .timeline-card { background: #9ba6a5;}
.timeline-item:nth-child(6) .timeline-card { background: #7a6f60;}

  .home-section {
    width: 85%;
    text-align: left;
    color: #545454;
    padding: 1em 0.5em;
  }


/* Default (desktop keeps your style) */
#payilIndro {
  width: 70%;
  float: right;
  color: #545454;
}

/* === Section 3 Styling === */
.sec3 {
  padding: 0;
  position: relative;
  overflow: hidden;
}

/* === Left & Right Background Panels === */
.sec3 .left-bg,
.sec3 .right-bg {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center; /* anchor content to bottom */
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 400px;
  overflow: hidden;
}

/* Background Images */
.sec3 .left-bg {
  background-image: url("../../assets/img/section3/left-bg.png");
}

.sec3 .right-bg {
  background-image: url("../../assets/img/section3/right-bg.png");
}

/* Make both halves full height on desktops */
@media (min-width: 992px) {
  .sec3 .left-bg,
  .sec3 .right-bg {
    height: 70vh;
  }
}

/* === Quote Content === */
.quote-content {
  font-size: 1.2rem; /* fixed font size for all desktop widths */
  color: #f6f6f6;
  position: absolute;
  bottom: 25%;
  line-height: 1.4;
  letter-spacing: 0.3px;
  transition: all 0.3s ease-in-out;
  text-align: center;
}

/* Left & Right alignment */
  .left-quote {
    width: 80%;
    font-size: 1.2rem;
    bottom: auto;
    text-align: left;
    margin: 0em auto;
    padding: 0em 5em 0em 0em;
  }
  
  .right-quote{
    width: 80%;
    font-size: 1.2rem;
    bottom: auto;
    text-align: left;
    margin: 0em auto;
    padding: 0em 0em 0em 5em;
  }

/* about page */
  .left-quote-a {
    width: 75%;
    font-size: 1.2rem;
    bottom: auto;
    text-align: center;
    margin: 0em auto;
    padding: 1em;
    background: #6c6cee;
    height: 250px;
    border-radius: 16px;
    border: 5px solid yellow;
  }
  
  .right-quote-a{
    width: 75%;
    font-size: 1.2rem;
    bottom: auto;
    text-align: center;
    margin: 0em auto;
    padding: 1em;
    background: #6c6cee;
    height: 250px;
    border-radius: 16px;
    border: 5px solid yellow;
  }

	.sec3a .left-bg-a{
	  position: relative;
	  display: flex;
	  justify-content: right;
	  align-items: center; /* anchor content to bottom */
	  background-size: contain;
	  background-position: center;
	  background-repeat: no-repeat;
	  min-height: 400px;
	  overflow: hidden;
	}
	
	.sec3a .right-bg-a {
	  position: relative;
	  display: flex;
	  justify-content: left;
	  align-items: center; /* anchor content to bottom */
	  background-size: contain;
	  background-position: center;
	  background-repeat: no-repeat;
	  min-height: 500px;
	  overflow: hidden;
	}

	.quote-icon-a {
	  width: 25%; /* adjust size as needed */
	  height: auto;
	  display: block;
	  position: absolute;
	}
	
	.quote-icon-a {
	    width: 32%;
	    height: auto;
	    display: block;
	    position: absolute;
	}
	#qi-left{
		left: 1em;
	}
	
	#qi-right {
	  right: -1.5em;
	}


/* === Author Text === */
.quote-author {
  margin-top: 0.9rem;
}

.author-name {
  font-weight: bold;
  display: block;
}

.author-role {
  opacity: 0.85;
  font-size: 1.2rem;
}

/* === Responsiveness === */
/* Base quote styling for desktops */

/* Quote Icon Styling */
.quote-icon {
  width: 35%; /* adjust size as needed */
  height: auto;
  display: block;
  position: absolute;
}

/* Section 6 Base */
.sec6 {
  padding: 5rem 0;
  color: #545454;
  font-family: Futura,Trebuchet MS,Arial,sans-serif;
}

/* Card Container (3 columns) */
.sec6 .card-section {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 2rem;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
}

/* Each set (Title + Description) */
.sec6 .card-group6 {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 1rem;
  flex: 1 1 300px;
  position: relative;
  font-family: Futura,Trebuchet MS,Arial,sans-serif;
}

/* Card Styling */
.sec6 .card {
  background: #ffebcd;
  border-radius: 16px;
  padding: 1.5rem;
  backdrop-filter: blur(10px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: center;
}

/* Title Card */
.sec6 .title-card {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  background: #ffd699;
}

.sec6 .title-card h3 {
  font-size: 1.6rem;
  margin: 0;
  color: #545454;
}

/* Description Card */
.sec6 .desc-card p {
  font-size: 1rem;
  line-height: 1.6;
  color: #545454;
  margin: 0;
  height: 100px;
}

/* Hover animation */
.sec6 .card-group6:hover .card {
  transform: translateY(-6px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

/* Responsive */
@media (max-width: 992px) {
  .sec6 .card-section {
    flex-direction: column;
    gap: 2.5rem;
  }
}

/* Subtle fade animation */
.sec6 .card {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.sec6 .card.show {
  opacity: 1;
  transform: translateY(0);
}

/* Icons */
.icon-wrapper {
  border-radius: 50%;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  position: absolute;
  z-index: 2;
}

.icon-wrapper img {
  width: 75px;
  height: 75px;
  object-fit: contain;
}

/* Top and Bottom icon positions */
.top-left-icon {
  left: -35px
}

.top-right-icon {
  right: -35px
}

/* Centered bottom icon position */
.bottom-icon {
  position: absolute;
  bottom: -35px;
  left: 50%;
  transform: translateX(-50%);
}

/* section8 */
.sec8 {
  position: relative; /* so the absolute image stays within this section */
}

.top-right-img {
  position: absolute;
  top: 1.5em;       /* adjust vertical position */
  right: 0px;     /* adjust horizontal position */
  width: 25%;    /* adjust image size */
  height: auto;
  z-index: 10;     /* ensures it stays on top */
}

.border-box {
  position: relative;
  border: 0.5em solid #000;
  height: 60vh;
  width: 90%;
  margin: 0 auto;

  /* Center content */
  display: flex;
  flex-direction: column;   /* stack title and list vertically */
  align-items: center;      /* horizontal center */
  justify-content: center;  /* vertical center */
  padding-top: 2em;         /* optional: keep some spacing for top icon */
  box-sizing: border-box;
  background: #f4efde;
  /* border-radius: 16px; */
}

/* Wrapper keeps icon centered relative to border box */
.title-wrapper {
  position: absolute;
  top: 2em;
  left: 50%;
  transform: translate(-50%, -100%);
  z-index: 2;
}

/* The top icon itself */
.top-icon {
  display: flex;             /* change from block to flex */
  align-items: center;       /* vertical center */
  justify-content: center;   /* horizontal center */
  width: 250px;
  height: 75px;
  background: #65c7b0;
  border: 0.3em solid #000;
  border-radius: 10px;
  color: #545454;
  font-size: 1.3rem;
  padding: 0.5em;
  text-align: center;        /* fallback for inline content */
  font-weight: bolder;
  font-family: Futura,Trebuchet MS,Arial,sans-serif;
}

.icon-list {
  list-style: none;
  padding: 0;               /* remove extra padding */
  margin: 0;                /* reset margin */
  font-family: Futura, Trebuchet MS, Arial, sans-serif;
}

.icon-list li {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.icon-list .icon {
  width: 40px;   /* icon size */
  height: 40px;
  margin-right: 15px;
}

.icon-list .text {
  display: flex;
  flex-direction: column;
  text-align: left;
}

.icon-list .title {
  font-weight: bolder;
  font-size: 1.1rem;
}

.icon-list .subtitle {
  font-size: 1rem;
  color: #545454;
  font-weight: bold;
}

.right-form {
  display: flex;
  flex-direction: column;
  gap: 1em;               /* space between rows */
  width: 65%;             /* adjust form width */
  margin: 0 auto;         /* center form horizontally */
  padding-top: 2em;       /* optional spacing from top */
}

.right-form-c {
  display: flex;
  flex-direction: column;
  gap: 0.2em;               /* space between rows */
  width: 35%;             /* adjust form width */
  margin: 0 auto;         /* center form horizontally */
  margin-top: -5em;
  position: relative;
  z-index: 2;
}

.contactButton {
  display: flex;
  flex-direction: column;
  gap: 0.2em;               /* space between rows */
  width: 30%;             /* adjust form width */
  margin: 0 auto;         /* center form horizontally */
  margin-top: -5em;
  position: relative;
  z-index: 2;
}

.form-row {
  display: flex;
  flex-direction: column;
}

.form-input {
  padding: 0.75em 1em;
  font-size: 1rem;
  border: 2px solid #feea6c;
  border-radius: 8px;
  outline: none;
  background: #f3f3be;

  /* Box shadow */
  box-shadow: 0px 25px 50px 50px rgba(254, 234, 108, 0.5);
}

.form-input:focus {
  border-color: #feea6c;
  box-shadow: 0 0 15px rgba(254, 234, 108, 0.7);
}


.submit-btn {
  padding: 0.75em 1.5em;
  font-size: 1.3rem;
  background: #ffc354;
  color: #545454;
  border: 5px solid #ececec;
  border-radius: 10px;
  cursor: pointer;
  font-weight: bold;
}

.submit-btn:hover {
  background: transparent;
}

@media (min-width: 1920px) {
  .right-form {
    width: 90%;           /* slightly wider on big screens */
    gap: 1.5em;           /* more spacing between rows */
    padding-top: 5em;     /* more spacing from top */
  }

  .form-input {
    padding: 1em 1.5em;   /* bigger input padding */
    font-size: 1.2rem;    /* larger font */
    box-shadow: 0px 25px 50px 50px rgba(254, 234, 108, 0.5); /* stronger shadow */
  }

  .submit-btn {
    padding: 1em 2em;      /* larger button */
    font-size: 1.5rem;     /* bigger text */
    border-radius: 12px;   /* slightly bigger corners */
  }
	.top-right-img {
	  position: absolute;
	  top: 10px;       /* adjust vertical position */
	  right: 0px;     /* adjust horizontal position */
	  width: 30%;    /* adjust image size */
	  height: auto;
	  z-index: 10;     /* ensures it stays on top */
	}
.border-box {
  height: 70vh;
}
  
}


.sec7-left-bg {
  position: relative;
  overflow: hidden;
}

.sec7-left-bg .left-bg {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 10px;
}


/* Overlay text */
.sec7-overlay-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #545454;
  text-align: left;
  padding: 2em;
  border-radius: 10px;
  width: 75%;
}

.sec7-overlay-text p {
  font-size: 1.2em;
  line-height: 1.2;
}

.test-name{
	font-size: 1.1em;
  	font-weight: bold;
  	display: block;
}
.test-role{
	opacity: 0.85;
	font-size: 1rem;
}

/* ✅ Bottom-left overlay image */
.top-left-img {
  position: absolute;
  top: 0em;   /* distance from bottom */
  left: 0em;     /* distance from left */
  width: 20%;   /* adjust as needed */
  height: auto;
  z-index: 5;     /* ensure it's above main image */
}

.bottom-right-img {
  position: absolute;
  bottom: 1em;   /* distance from bottom */
  right: -1.5em;     /* distance from left */
  width: 25%;   /* adjust as needed */
  height: auto;
  z-index: 5;     /* ensure it's above main image */
}

.sec7-right-bg {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2em;
  perspective: 1200px; /* Adds realistic depth */
}

/* Monitor body */
.monitor {
  background: linear-gradient(145deg, #ddd 0%, #f0f0f0 100%);
  border: 6px solid #bdbdbd;
  border-radius: 16px;
  width: 100%;
  max-width: 400px;
  position: relative;
  box-shadow: 0 20px 40px rgba(0,0,0,0.3);
  
  /* 👇 Tilt to mimic iMac look */
  transform: rotateY(-25deg) rotateX(8deg);
  transform-style: preserve-3d;
  transition: transform 0.6s ease;
}

.monitor::after {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%) rotateY(-25deg);
  width: 60%;
  height: 15px;
  background: rgba(0, 0, 0, 0.3);
  filter: blur(8px);
  border-radius: 50%;
  z-index: -1;
}

/* Optional subtle hover animation */
/* .monitor:hover {
  transform: rotateY(-15deg) rotateX(5deg);
} */

/* Screen inside */
.monitor-screen {
  background: #000;
  border-radius: 10px;
  overflow: hidden;
  aspect-ratio: 16 / 9;
}

/* Video fill */
.monitor-screen video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Stand (optional, can remove if you want floating look) */
.monitor-stand {
  width: 80px;
  height: 18px;
  background: #ccc;
  margin: 10px auto 0 auto;
  border-radius: 3px;
  position: relative;
  top: 2em;
}

/* Base (optional) */
.monitor-base {
  width: 150px;
  height: 10px;
  background: #bdbdbd;
  margin: 0px auto 0 auto;
  border-radius: 5px;
  box-shadow: 0 6px 12px rgba(0,0,0,0.3);
  position: relative;
  top: 1.5em;
  
}

.slider-wrapper {
  position: relative;
  overflow: hidden;
}
.sec7-slide {
  flex: 0 0 100%;
  width: 100%;
  box-sizing: border-box;
  display: none; /* hide by default */
}
.sec7-slide.active {
  display: block; /* show active slide */
}

/* Bottom Center Navigation */
.slider-bottom-nav {
  position: absolute;
  bottom: 15px;
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 20px; /* space between arrows */
  z-index: 10;
}

.slider-btn {
  background: rgba(0,0,0,0.5);
  color: #fff;
  border: none;
  font-size: 1.5em;
  cursor: pointer;
  padding: 0.5em 0.8em;
  border-radius: 50%;
  transition: background 0.3s;
}
.slider-btn:hover { background: rgba(0,0,0,0.8); }


/* section10 css */

.sec10 {
  padding: 4rem 0;
  position:relative; 
}

.sec10 .row {
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}

/* Box layout */
.sec10-box {
  background: #f6f6f6;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: transform 0.3s ease;
}

.sec10-box:hover {
  transform: translateY(-6px);
}

/* Header area */
.sec10-header {
  background: #939393;
  padding: 1em;
  text-align: center;
}

.sec10-header h3 {
  margin: 0;
  color: #fff;
  font-size: 1.2rem;
}

/* Divider line between header and body */
.sec10-body {
  padding: 1em;
  background: transparent;
  border-top: 10px solid #f5e9d6; /* subtle separation */
}

/* Body list styling */
.sec10-body ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
}

.sec10-body ul li {
  padding: 0.4rem 0;
  color: #222;
  font-size: 1rem;
  border-bottom: 1px solid #ddd;
}

.sec10-body ul li:last-child {
  border-bottom: none;
}

.sec10 .bottom-left-img {
  position: absolute;
  bottom: 2em;
  left: 0;
  width: 20%; /* adjust as needed */
  height: auto;
  z-index: 1; /* keep behind other overlay elements if needed */
  opacity: 0.9; /* optional subtle transparency */
}

.sec10 .bottom-img {
  position: absolute;
  bottom: 0em;
  left: 0;
  width: 100%; /* adjust as needed */
  height: auto;
  z-index: 1; /* keep behind other overlay elements if needed */
  opacity: 1; /* optional subtle transparency */
}

.footer-sec10 {
  position: absolute;
  right: 0;           /* Float from right */
  bottom: 0;          /* Stick to bottom */
  z-index: 2;         /* Above bottom image */
  padding: 0.1em 1em;
  color: #f6f6f6;
  width: 90%;         /* Not full width — floats inward */
  display: block;
}

.footer-sec10-mobile, #thambaa-img-mobile {
  display: none;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: flex-end;
  gap: 20em;
  max-width: 100%;
  float: right;
}

.footer-col {
  flex: 1 1 50px;
  text-align: left;
}

.footer-col h4 {
  margin-bottom: 0.5em;
  color: #f6f6f6;
  font-weight: 700;
  margin-top: 1em;
}

.footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-col ul li {
  margin-bottom: 0.5em;
}

.footer-col ul li a {
  text-decoration: none;
  color: #555;
  transition: color 0.3s ease;
}

.footer-col ul li a:hover {
  color: #ffb200;
}

.footer-icons {
  display: flex;
  gap: 1em;           /* space between icons */
  align-items: flex-end;
  margin-bottom: 0.5em;
  width: 60%;
}

.footer-icons img {
  transition: transform 0.3s ease, opacity 0.3s ease;
  width: 30%;
}

.footer-icons img:hover {
  transform: scale(1.1); /* slight hover zoom */
  opacity: 0.8;
}

  #footer-center{
  	text-align: center;
  	position: relative;
  	left: -30em;
  }

  #footer-right{
  	text-align: right;
  }
  #thambaa-img{
	  width: 35%; /* adjust as needed */
  }

@media (min-width: 1920px) {
	.sec10 .bottom-left-img {
	  position: absolute;
	  bottom: 2em;
	  left: 0;
	  width: 22%; /* adjust as needed */
	  height: auto;
	  z-index: 1; /* keep behind other overlay elements if needed */
	  opacity: 0.9; /* optional subtle transparency */
	}
	.sec10 .bottom-img {
	    position: absolute;
	    bottom: 0em;
	    left: 0;
	    width: 100%;
	    height: 75%;
	    z-index: 1;
	    opacity: 1;
	}	
}
  
/* about card css */
.cards-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1em 0;
}

.card-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2em;
  width: 80%;
  max-width: 1200px;
  margin-bottom: 1em;
}

/* Each Card */
.card-about {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48%;
  background: #fff;
  border-radius: 16px;
  /* box-shadow: 0 4px 10px rgba(0,0,0,0.1); */
  overflow: hidden;
  /* transition: transform 0.3s ease; */
  border: 0px;
}

.card-about:hover {
  transform: translateY(-5px);
}

/* Image and Text Ratio */
.card-image {
  flex: 1; /* 1 part */
  display: flex;
  justify-content: left;
  align-items: center;
}

.card-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  /* border-radius: 50%; */
}

.card-text {
  flex: 2; /* 2 parts */
  padding: 1.5em;
  text-align: center;
}

.member-description{
	text-align: left;
}

/* Alternate alignment for right card */
.card-left {
  flex-direction: row;
}

.card-right {
  flex-direction: inherit;
}
.headText{
	font-size: 2rem;
	padding-bottom: 0.4em;
	color: #df5745;
}
/* Responsive for Mobile */
@media (max-width: 768px) {
  .card-row {
    flex-direction: column;
    gap: 1.5em;
  }

  .card {
    width: 100%;
    flex-direction: column;
    text-align: center;
  }

  .card-right {
        flex-direction: column-reverse;
   }

  .card-text {
    padding: 1em;
  }
  .card-about{
  	width: 100%;
  }
  .card-left {
    flex-direction: column;
	}

	.headText{
		font-size: 1.5rem;
	}
	
	.lead {
    font-size: 1.2rem;
    font-weight: 300;
	}
}


	.sec3s .left-bg-s{
	  position: relative;
	  display: flex;
	  justify-content: right;
	  align-items: center; /* anchor content to bottom */
	  background-size: contain;
	  background-position: center;
	  background-repeat: no-repeat;
	  min-height: 400px;
	  overflow: hidden;
	}
	
	.sec3s .right-bg-s {
	  position: relative;
	  display: flex;
	  justify-content: left;
	  align-items: center; /* anchor content to bottom */
	  background-size: contain;
	  background-position: center;
	  background-repeat: no-repeat;
	  min-height: 400px;
	  overflow: hidden;
	}

/* about page */
.left-quote-s {
  width: 80%;
  font-size: 1.2rem;
  text-align: center;
  margin: 0 auto;
  padding: 1.5em;
  height: 250px;
  border-radius: 16px;

  /* ✨ Glass effect */
  background: transparent; /* light transparent layer */
  backdrop-filter: blur(10px); /* frosted glass blur */
  -webkit-backdrop-filter: blur(10px); /* Safari support */

  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  color: #666; /* for better readability on dark backgrounds */
  font-family: Futura,Trebuchet MS,Arial,sans-serif;
}

  
.right-quote-s{
  width: 80%;
  font-size: 1.2rem;
  text-align: center;
  margin: 0 auto;
  padding: 1.5em;
  height: 250px;
  border-radius: 16px;

  /* ✨ Glass effect */
  background: transparent; /* light transparent layer */
  backdrop-filter: blur(10px); /* frosted glass blur */
  -webkit-backdrop-filter: blur(10px); /* Safari support */

  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  color: #666; /* for better readability on dark backgrounds */
  }
  
  #sqi-left{right: 1em;width: 100%;top: -2.75em;}
  #sqi-right {left: 2em;width: 100%;top: -3.5em;}

.bText_left{
	position: relative;
	top: 9em;
	right: 1em;
}

.bText_right{
	position: relative;
	top: 9em;
	width: 80%;
	text-align: right;
}

/* Floating image at bottom-right corner */
.install-icon {
  position: fixed;
  bottom: 5%;
  right: 3%;
  z-index: 999;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

/* Image inside */
.install-icon .icon-img {
  width: 200px; /* fixed size ensures consistency */
  height: auto;
  object-fit: contain;
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.3);
}

/* Hover effect */
.install-icon:hover {
  transform: scale(1.1);
}

#tmpStyle{
	position: relative;
	width: 60%;
	left: 40%;
}
	
	
/* 🖥️ Large Screens (Desktops ≥1200px) */
@media (min-width: 1200px) {
  .footer-container {
    justify-content: space-between;
    gap: 15em;
  }
}

/* 💻 Medium Screens (Laptops/Tablets 768–1199px) */
@media (max-width: 1199px) and (min-width: 768px) {
  .footer-container {
    justify-content: space-around;
    gap: 8em;
    float: none;
  }
}

.overlay-trigger{
	cursor: pointer;	
}

.overlay {
  position: fixed;
  display: none; /* hidden by default */
  top: 3em;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.7);
  z-index: 1000;
  justify-content: center;
  align-items: center;
}

/* Overlay Content */
.overlay-content {
  position: relative;
  background: #fff;
  width: 90%;
  height: 80%;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0,0,0,0.3);
}

/* Iframe fills the overlay content */
.overlay-content iframe {
  width: 100%;
  height: 100%;
  border: none;
}

/* Close Button */
.close-btn {
  position: absolute;
  top: 15px;
  right: 20px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #fff;
  border: 2px solid #ccc;
  color: #333;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
  transition: all 0.3s ease;
}

.close-btn:hover {
  background-color: #f44336;
  color: #fff;
  border-color: #f44336;
  transform: scale(1.05);
}

.qa-icon {
  position: absolute;
  top: 0em;
  left: 0em;
  width: 40px;   /* adjust icon size */
  transition: transform 0.5s ease;
  z-index: 10;
}

.qa-icon:hover {
  transform: scale(1.1);
}

/* Mobile / small devices */
@media (max-width: 768px) {
  .overlay {
    top: 5em;                   /* cover whole viewport on mobile */
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: env(safe-area-inset-top); /* safe area for notches */
    justify-content: flex-start; /* allow using top area for header */
    align-items: stretch;
    background: rgba(0,0,0,0.75);
  }

  .overlay-content {
    width: 100%;
    height: 100%;
    border-radius: 0;        /* flush full-screen look */
    box-shadow: none;
    overflow: hidden;
    display: flex;
    flex-direction: column;
  }

  /* iframe occupies remaining space (if you add a small header) */
  .overlay-content iframe {
    width: 100%;
    height: 100%;
  }

  /* Bigger, touch-friendly close button in top-right inside overlay-content */
  .close-btn {
    top: env(safe-area-inset-top, 12px);
    right: 12px;
    width: 44px;
    height: 44px;
    font-size: 24px;
    border-radius: 50%;
    box-shadow: 0 6px 18px rgba(0,0,0,0.25);
  }
}

/* Very small phones — ensure padding and text remain usable */
@media (max-width: 420px) {
  .close-btn {
    right: 3em;
    top: 1.5em;
  }

  .overlay-content {
    padding: 0;
  }
}

/* Optional: make overlay content act like a bottom-sheet on narrow-but-tall screens */
@media (max-width: 768px) and (min-height: 700px) {
  .overlay {
    justify-content: flex-end;
    padding: 0;
  }
  .overlay-content {
    height: 85vh;            /* show as bottom sheet */
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
  }
}

	