/*---Start of General Style--*/
* {
  padding: 0;
  margin: 0;
  text-decoration: none;
  list-style: none;
  box-sizing: border-box;
}
body {
  font-family: "Montserrat", sans-serif;
}
body {
  overflow-x: hidden;
}
/* ===== PAGE LOAD FADE IN ===== */
body {
  opacity: 0;
  transform: translateY(15px);
  transition: opacity 1s ease, transform 1s ease;
}

body.loaded {
  opacity: 1;
  transform: translateY(0);
}
/* Reset */
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
}

body{
  background-color: #f4f6f8;
}

/* ================= NAVBAR ================= */

nav {
  position: sticky;
  top: 0;
  width: 100%;
  height: 85px;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(8px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 6%;
  box-shadow: 0 4px 20px rgba(0,0,0,0.05);
  z-index: 1000;
  transition: 0.3s ease;
}

/* Logo */
.logo img {
  height: 48px;
}

/* Hide checkbox */
#check {
  display: none;
}

/* Desktop Menu */
.NavbarMenu {
  display: flex;
  gap: 35px;
}

.NavbarMenu__List {
  list-style: none;
}

.NavbarMenu__List a {
  position: relative;
  font-size: 17px;
  font-weight: 600;
  color: #00008B;
  text-decoration: none;
  padding: 5px 0;
  transition: 0.3s ease;
}

/* Hover underline animation */
.NavbarMenu__List a::after {
  content: "";
  position: absolute;
  width: 0%;
  height: 2px;
  bottom: -5px;
  left: 0;
  background: #006400;
  transition: 0.3s ease;
}

.NavbarMenu__List a:hover::after,
.NavbarMenu__List a.active::after {
  width: 100%;
}

.NavbarMenu__List a:hover {
  color: #006400;
}

/* ================= HAMBURGER ================= */

.checkbtn {
  font-size: 28px;
  color: #00008B;
  cursor: pointer;
  display: none;
  z-index: 1100;
}

/* ================= MOBILE ================= */

@media (max-width: 991px) {

  .checkbtn {
    display: block;
  }

  .NavbarMenu {
    position: fixed;
    top: 0;
    left: -100%;
    width: 280px;
    height: 100vh;
    background: #ffffff;
    flex-direction: column;
    align-items: flex-start;
    padding: 120px 35px;
    gap: 30px;
    transition: 0.4s ease;
    box-shadow: 8px 0 30px rgba(0,0,0,0.1);
  }

  .NavbarMenu__List a {
    font-size: 18px;
  }

  /* Slide in */
  #check:checked ~ .NavbarMenu {
    left: 0;
  }

  /* Dark overlay */
  #check:checked ~ .overlay {
    opacity: 1;
    visibility: visible;
  }
}

/* ================= OVERLAY ================= */

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0,0,0,0.4);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
  z-index: 900;
}

/* ================= DROPDOWN ================= */

.dropdown {
  position: relative;
}

.dropdown-menu {
  position: absolute;
  top: 40px;
  left: 0;
  background: #fff;
  list-style: none;
  padding: 15px 0;
  width: 200px;
  border-radius: 10px;
  box-shadow: 0 15px 35px rgba(0,0,0,0.1);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: 0.3s ease;
}

.dropdown-menu li {
  padding: 8px 20px;
}

.dropdown-menu li a {
  color: #00008B;
  font-weight: 500;
}

.dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

@media (max-width: 991px) {

  .dropdown-menu {
    position: static;
    box-shadow: none;
    padding-left: 15px;
    opacity: 1;
    visibility: visible;
    transform: none;
    display: none;
  }

  .dropdown.active .dropdown-menu {
    display: block;
  }
}
@media (max-width: 991px) {
  .mobile-logo {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 40px; /* spacing from menu items */
  }

  .mobile-logo img {
    height: 60px; /* adjust as needed */
    object-fit: contain;
  }
}
/*==== Start of Body Style =====*/
/*---Start of First Section--*/


/* End of Carousel */
/*---End of First Section--*/

/*---Start of Second Section---*/
.second-section {
  width: 100%;
  background-color: #ffffff;
  overflow: hidden;
}
.first-begin {
  width: 90%;
  height: auto;
  margin: auto;
  margin-top: 8%;
  margin-bottom: 8%;
  position: relative;
  display: grid;
  grid-template-columns: auto auto;
}
.first-image {
  width: 100%;
  height: 100%;
}
.first-image-img {
 position: relative;
 width: 650px;
 min-height: 509px;
 background: url(home-1.jpg);
 background-repeat: no-repeat;
 background-size: cover;
}
.first-image-img::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(mask1.png);
  background-repeat: no-repeat;
  background-size: 100%;
  mix-blend-mode: screen;
}
.first-text {
  padding: 1% 2%;
  margin: auto;
  box-sizing: border-box;
}

.first-text h2 {
  font-size: 2.4rem;
  line-height: 2;
} 
.first-text h3 {
  font-size: 1.75rem;
  text-wrap: wrap;
  color: #000;
  line-height: 2;
}
.first-text p {
  font-size: 1.37rem;
  line-height: 1.5;
}
.container-first {
  width: 90%;
  display: flex;
  margin: auto;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  font-family: 'Poppins', sans-serif;
  margin-top: 4%;
  margin-bottom: 4%;
}
.card-first {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 30%;
  border-radius: 25px;
  background-color: #ffffff;
  cursor: pointer;
  box-shadow: 2px 0 30px rgba(0, 0, 0, 0.3);
  overflow: hidden;
}
.card-first:nth-child(1) {
  margin-right: 50px;
} 
.card-first:nth-child(2) {
  margin-right: 50px;
} 
.card-first:hover{
  filter:blur(0);
  transform: scale(0.9);
  opacity: 1;
  transition: 0.9s;
}
.card-first img {
  width: 100%;
  height: auto;
  top: 0;
}
.card-first h4 {
  text-align: left;
  margin:20px 0px 10px 20px;
  font-size: 1.5rem;
  font-weight: 600;
  text-transform: uppercase;
  color:#fff;
  mix-blend-mode: difference;
}
.card-first p {
  left: 0;
  bottom: 0;
  margin: 0 20px 60px 20px;
  font-size: 16px;
  color: #ffffff;
  mix-blend-mode: difference;
} 

/*---End of Second Section---*/

/*---Start of Third Section---*/
.third-section {
  position: relative;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background: #fdf8f8;
}

/*---End of Third Section---*/

/*---Start of Fourth Section---*/


/*---Start of Fifth Section---*/
.section-third {
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.container-values {
  width: 90%;
  margin: 50px auto;
}
.heading-values h2 {
  text-align: center;
  font-size: 2.4rem;
  margin-bottom: 50px;
}
.row-values {
  display: flex;
  justify-content: space-around;
  flex-flow: wrap;
}
.card-values {
  width: 20%;
  background: #fff;
  border: 1px solid #ccc;
  margin-bottom: 50px;
  transition: 0.3s;
}
.card-value-header {
  text-align: center;
  padding: 50px 10px;
  background-size: cover;
  color: #000;
}
.card-value-body {
  padding: 30px 20px;
  text-align: center;
  font-size: 18px;
}
.card-value-body p {
  font-size: 1.2rem;
}
.card-values:hover {
  transform: scale(1.1);
  box-shadow: 0 0 40px -10px rgba(0, 0, 0, 0.25);
}
/*---End of Fifth Section---*/

/*---Start of Sixth Section---*/
.sixth-section {
  background: linear-gradient(
    135deg,
    #0a1f44,
    #123a73,
    #0f5132
  );
  padding: 70px 20px;
  text-align: center;
}

.sixth-section h2 {
  font-size: 2.2rem;
  margin-bottom: 50px;
  color: #ffffff;
}

.trust-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 20px;
  max-width: 1100px;
  margin: auto;
}

.trust-card {
  background: #ffffff;
  padding: 35px 25px;
  border-radius: 18px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.trust-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 45px rgba(0,0,0,0.15);
}

.trust-card i {
  font-size: 40px;
  color: #126a02;
  margin-bottom: 20px;
}

.trust-card h3 {
  font-size: 1.3rem;
  margin-bottom: 10px;
  color: #000;
}

.trust-card p {
  font-size: 0.95rem;
  color: #555;
  line-height: 1.6;
}
/*---End of Sixth Section---*/


/*---Start of Footer Style---*/
.footer {
  width: 100%;
  display: flex;
  align-items: flex-end;
}
footer {
  background-color: #000567;
  color: #fff;
  font-size: 16px;
}
footer * {
  font-family: "Poppins", sans-serif;
  box-sizing: border-box;
  border: none;
  outline: none;
}
.row {
  padding: 16px 16px;
}
.row.primary {
  width: 80%;
  margin: auto;
  display: grid;
  grid-template-columns: 2.5fr 1.75fr 1.75fr;
  justify-content: space-around;
  align-items: stretch;
}
.column {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 0 32px;
  min-height: 240px;
}
h3 {
  width: 100%;
  text-align: left;
  color: #fff;
  font-size: 22.4px;
  white-space: nowrap;
}
.links ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
}
.links li:not(:first-child) {
  margin-top: 12.8px;
}
.links ul li a {
  color: #fff;
  text-decoration: none;
}
.links ul li a:hover {
  color: #2a8ded;
}
.about p {
  text-align: justify;
  line-height: 2;
  margin: 0;
}

div.social {
  width: 70%;
  display: flex;
  justify-content: space-around;
  font-size: 38.4px;
  flex-direction: row;
  margin-top: 8px;
}
.social a {
  height: 40px;
  width: 40px;
  margin: 0 8px;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-size: 17px;
  text-decoration: none;
  transition: all 0.4s ease;

}
.social a:nth-child(1){
  background: #4267B2;
}
.social a:nth-child(1):hover{
  color: #4267B2;
  background: #fff;
}
.social a:nth-child(2){
  background: #E1306C;
}
.social a:nth-child(2):hover{
  color: #E1306C;
  background: #fff;
}
.social a:nth-child(3){
  background: #0077B5;
}
.social a:nth-child(3):hover{
  color: #0077B5;
  background: #fff;
}
.social a:nth-child(4){
  background: #FF0000;
}
.social a:nth-child(4):hover{
  color: #FF0000;
  background: #fff;
}

.footer-menu {
  float: left;
  margin-top: 10px;
}
.copyright {
  padding: 04.8px 16px;
  background-color: #000567;
}
.copyright p {
  font-size: 14.4px;
  text-align: center;
  color:#fff;
}
.whatsapp_float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 30px;
  right: 30px;
  line-height: 60px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}
.whatsapp-icon {
  margin-top: 16px;
}
/*---End of Footer Style--*/


/*---Start of Responsive Media Query code for the Website---*/
/*__On Larger Screens__*/
@media (max-width: 1680px) {
  /* Header */
.content-firsttext {
    gap: 5%;
} 
.content-firsttext h1{
    font-size: 2.8rem;
}
.content-firsttext h2 {
    font-size: 1.44rem;
}  
.firsttext-image {
  width: 480px;
  height: 480px;
}
.firsttext-image img {
  width: 460px;
  height: 460px;
}
 .container-benefits {
  width: 90%;
}

/* First Section */
.first-begin {
  width: 90%;
 }
.first-image-img {
 width: 610px;
 min-height: 477px;
}
.first-text h2 {
  font-size: 2.23rem;
}
.first-text h3 {
  font-size: 1.65rem;
}
.first-text p {
  font-size: 1.31rem;
}


/* Third Section */
.intro-text h2 {
  font-size: 2.23rem;
}
.mySlides .slidefade P {
  font-size: 1.31rem;
}

/* Fourth Section */

/* Fifth Section */
.our-services {
  width: 75%;
} 
.service-list {
  margin: 20px;
}  
.heading-services h2,
.heading-values h2 {
  font-size: 2.23rem;
}
.service-list .service-list-content {
  font-size: 1.31rem;
}
.card-value-body p {
  font-size: 1.15rem;
}

/* Sixth Section */

 }
 
 /*__On Large Screens__*/
 @media (max-width: 1440px) {
  /* Header */
.content-firsttext {
  gap: 4%;
} 
.content-firsttext h1{
  font-size: 2.6rem;
  margin-top: 2%;
  letter-spacing: 1.5px;
}
.content-firsttext h2 {
  font-size: 1.5rem;
  margin-top: 4.2%;
  line-height: 1.3;
}  
.firsttext-image {
  width: 440px;
  height: 440px;
}
.firsttext-image img {
  width: 420px;
  height: 420px;
}
/*  */


/* First Section */
.first-image-img {
 width: 580px;
 min-height: 454px;
}
.first-text h2 {
  font-size: 2.06rem;
}
.first-text h3 {
  font-size: 1.55rem;
}
.first-text p {
  font-size: 1.248rem;
}
.card-first h4 {
  font-size: 1.42rem;
}

/* Second Section */
.intro-text h2 {
  font-size: 2.22rem;
}
.slideshow-container {
  width: 70%;
}
.container-left .title {
  font-size: 1.64rem;
}
.mySlides .slidefade P {
 font-size: 1.24rem;
}
.container-right img {
  width: 360px;
}



/* Second Section */
.intro-text h2 {
  font-size: 2.06rem;
}

/* Third Section */ 
.heading-services h2,
.heading-values h2 {
  font-size: 2.06rem;
}
.service-list .service-list-content {
  font-size: 1.248rem;
}
.card-value-body p {
  font-size: 1.1rem;
}

/* Fourth Section */ 

 }

 /*__On Medium Screens__*/
 @media (max-width: 1279px) {
  
.content-firsttext {
  gap: 3%;
}
.content-firsttext h1{
    font-size: 2.4rem;
}
.content-firsttext h2 {
    font-size: 1.32rem;
}   
.firsttext-image {
  width: 420px;
  height: 420px;
}
.firsttext-image img {
  width: 400px;
  height: 400px;
}
/*  */
.services {
  max-width: 1200px;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
/* First Section */
.first-image-img {
 width: 510px;
 min-height: 399px;
}
.first-text h2 {
  font-size: 1.89rem;
}
.first-text h3 {
  font-size: 1.45rem;
}
.first-text p {
  font-size: 1.186rem;
}
.card-first {
  width: 28%;
}
.card-first h4 {
  font-size: 1.34rem;
}
/* styling the button */
.hm-btn {
  min-width: 100px;
  height: 44px;
  padding: 0 24px;
  line-height: 40.99px;
}

/* Second Section */
.intro-text h2 {
  font-size: 1.89rem;
}
.container-left .title {
  font-size: 1.53rem;
}
.mySlides .slidefade P {
 font-size: 1.186rem;
}
.container-right img {
  width: 320px;
}
/* Slideshow container */
.slideshow-container {
  width: 80%;
}
.container-right img {
  width: 350px;
}

/* Third Section */
.our-services {
  width: 90%;
} 
.heading-services h2,
.heading-values h2 {
  font-size: 1.89rem;
}
.service-list {
  margin: 15px;
}
.card-values {
  width: 24%;
}
.service-list .service-list-content {
  font-size: 1.186rem;
}
.card-value-body p {
  font-size: 1.05rem;
}

/* Fourth Section */ 
.heading-contact h2 {
  font-size: 1.89rem;
}
 }
 
 /*__On Tablet Screens__*/
 @media (max-width: 1023px) {
  /* Header */ 
.content-firsttext {
  gap: 2%;
}
.content-firsttext h1{
  font-size: 2.2rem;
  margin-top: 2%;
}
.content-firsttext h2 {
  font-size: 1.26rem;
  margin-top: 3.4%;
}  
.firsttext-image {
  width: 370px;
  height: 370px;
}
.firsttext-image img {
  width: 350px;
  height: 350px;
}

/* First Section */

.container-first {
  width: 90%;
}
.first-begin {
  width: 98%;
  grid-template-columns: 2fr 3fr;
}
.first-image-img {
 width: 370px;
 min-height: 289px;
}
.first-text h2 {
  font-size: 1.73rem;
}
.first-text h3 {
  font-size: 1.35rem;
}
.first-text p {
  font-size: 1.124rem;
}
.card-first {
  width: 35%;
  margin-bottom: 3%;
}
.card-first h4 {
  font-size: 1.26rem;
}
.card-first:nth-child(1) {
  margin-right: 20px;
} 
.card-first:nth-child(2) {
  margin-right: 20px;
} 
/* styling the button */
.hm-btn {
  min-width: 93.34px;
  height: 42px;
  padding: 0 22px;
  line-height: 38.66px;
}

/* Second Section */
.intro-text h2 {
  font-size: 1.73rem;
}
.container-left .title {
  font-size: 1.42rem;
}
.mySlides .slidefade P {
 font-size: 1.124rem;
}
.container-right img {
  width: 280px;
}

/* Slideshow container */
.slideshow-container {
  width: 85%;
}

/* Third Section */
.services-content {
  margin: 5px;
}
.our-services {
  width: 100%;
  gap: 2%;
} 
.heading-services h2,
.heading-values h2 {
  font-size: 1.73rem;
}
.service-list {
  margin: 10px;
}
.service-list .service-list-content {
  font-size: 1.1rem;
}
.container-values {
  width: 80%;
}
.card-values {
  width: 30%;
}
.card-values:nth-child(1) {
  margin-right: 30px;
} 
.card-values:nth-child(2) {
  margin-right: 30px;
} 
.service-list .service-list-content {
  font-size: 1.124rem;
}
.card-value-body p {
  font-size: 1rem;
}

/* Fourth Section */ 
.heading-contact h2 {
  font-size: 1.73rem;
}
 }
 
 /*__on Small screens__*/
 @media (max-width: 768px) {
 
.content-firsttext {
  width: 80%;
  grid-template-columns: 1fr;
}
.content-firsttext h1{
    font-size: 2rem;
}
.content-firsttext h2 {
    font-size: 1.2rem;
} 
.firsttext-image {
  width: 320px;
  height: 320px;
  margin-top: 0%;
  margin: auto;
}
.firsttext-image img {
  width: 300px;
  height: 300px;
  margin-top: 0%;
}
.content-firsttext .cn-link {
  min-width:120px;
  height: 34px;
  padding: 0 15px;
  line-height: 32px;
}

/* First Section */
.first-begin {
  width: 75%;
  margin-top: 15%;
  grid-template-columns: 1fr;
}
.first-text h2 {
  font-size: 1.56rem;
}
.first-text h3 {
  font-size: 1.25rem;
}
.first-text p {
  font-size: 1.062rem;
}
.container-first {
  width: 90%;
}
.first-image {
  margin: auto;
}
.first-image-img {
 width: 370px;
 min-height: 289px;
}
.card-first {
  width: 50%;
  margin-bottom: 5%;
}
.card-first h4 {
  font-size: 1.2rem;
}


/* Second Section */
.intro-text h2 {
  font-size: 1.25rem;
}
.slideshow-container {
  width: 70%;
}
.container-left {
  width: 100%;
  text-align: center;
}
.container-left .title {
  font-size: 1.31rem;
}
.mySlides .slidefade P {
 font-size: 1.06rem;
}
.container-left p {
  text-align: center;
}
.slide-content {
  margin-bottom: 5%;
}
.container-right {
  float: none;
}
.container-right img {
  width: 240px;
}

/* Third Section */
.our-services {
  width: 100%;
  grid-template-columns: 1fr;
  margin-left: 20%;
  align-items: center;
} 
.heading-services h2,
.heading-values h2 {
  font-size: 1.25rem;
}
.card-values {
  width: 42%;
}
.service-list .service-list-content {
  font-size: 1.06rem;
}
.card-value-body p {
  font-size: 0.95rem;
}

/* Fourth Section */ 
.md-wrapper {
    flex-direction: column;
  }
.md-image img {
    height: 320px;
  }
/* Fifth Section */

/* Sixth Section */
.trust-section h2 {
    font-size: 1.7rem;
  }

/* Footer */
  .row.primary {
   grid-template-columns: 1fr;
   grid-template-rows: 1.2fr 1fr 1fr;
   }  
   /*Whatsapp*/
   .whatsapp-icon {
     margin-top: 10px;
     }
   .whatsapp_float {
     width: 40px;
     height: 40px;
     line-height: 40px;
     bottom: 20px;
     right: 10px;
     font-size: 22px;
    }
 }
 
 /*__On Smaller Screens__*/
 @media only screen and (max-width: 480px) {
 
.firsttext-image {
  width: 270px;
  height: 270px;
}
.firsttext-image img {
  width: 250px;
  height: 250px;
}
.services {
  max-width: 200px;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}
/* First Section */
.first-begin {
  width: 98%;
}
.first-image-img {
 width: 300px;
 min-height: 235px;
 margin: auto;
}
.first-text h2 {
  font-size: 1.4rem;
} 
.first-text h3 {
  font-size: 1.15rem;
}
.first-text p {
  font-size: 1rem;
}
.container-first {
  width: 85%;
}
.card-first {
  width: 70%;
  margin-bottom: 10%;
}
.card-first h4 {
  font-size: 1.8rem;
}
/* styling the button */
.hm-btn {
  min-width: 80px;
  height: 38px;
  padding: 0 18px;
  line-height: 34px;
}

/* Second Section */
.intro-text h2 {
  font-size: 1.4rem;
}
.container-left .title {
  font-size: 1.2rem;
}
.mySlides .slidefade P {
 font-size: 1rem;
}
.container-right img {
  width: 200px;
}

/* Third Section */
.card-values {
  width: 60%;
}
.heading-services h2,
.heading-values h2 {
  font-size: 1.4rem;
}
.service-list .service-list-content {
  font-size: 1rem;
}
.card-value-body p {
  font-size: 0.9rem;
}

/* Fourth Section */ 
.heading-contact h2 {
  font-size: 1.4rem;
}
/* Contact Form */
form {
    width: 80%;
}

/* Footer */
   footer {
     font-size: 14px;
     }
   h3 {
     font-size: 16px;
     }
   input,
   button {
     font-size: 12.8px;
     padding: 12.8px;
     }
   div.social {
     font-size: 32px;
     }
   .social a {
     height: 30px;
     width: 30px;
     line-height: 30px;
     font-size: 14px;
     }
   .copyright p {
     font-size: 11.2px;
     }
   }

	
 /*---End of Responsive Media Query code for the Website---*/
/* Terms Modal Styles */
.terms-modal {
  display: block;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.6);
}

.terms-modal-content {
  background-color: #fff;
  margin: 5% auto;
  padding: 20px 30px;
  border-radius: 10px;
  width: 80%;
  max-width: 600px;
  text-align: left;
  font-family: 'Poppins', sans-serif;
  box-shadow: 0 5px 20px rgba(0,0,0,0.3);
  max-height: 80vh;
  display: flex;
  flex-direction: column;
}

.terms-scroll {
  overflow-y: auto;
  margin-top: 10px;
  padding-right: 5px;
}

.terms-scroll p,
.terms-scroll ul {
  font-size: 0.95rem;
  margin-bottom: 15px;
}

.terms-scroll h3 {
  margin-top: 20px;
  font-size: 1.1rem;
}

.modal-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
}

.modal-buttons button {
  padding: 10px 25px;
  border: none;
  border-radius: 6px;
  font-size: 1rem;
  cursor: pointer;
  font-weight: 500;
  transition: 0.3s ease;
}

#agreeBtn {
  background-color: #28a745;
  color: #fff;
}

#agreeBtn:hover {
  background-color: #218838;
}

#disagreeBtn {
  background-color: #dc3545;
  color: #fff;
}

#disagreeBtn:hover {
  background-color: #c82333;
}

/* Responsive */
@media (max-width: 480px) {
  .terms-modal-content {
    width: 95%;
    padding: 15px 20px;
  }
  .modal-buttons {
    flex-direction: column;
  }
  .modal-buttons button {
    width: 100%;
  }
}



