@import url("https://fonts.googleapis.com/css?family=Montserrat:400,500,700");
html {
  overflow-x: hidden;
}
/* Headline styling */
#hero-area h1 {
  font-size: 2.5rem;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 1.4;
}

#hero-area h1 .blue {
  color: #0099ff;
  font-size: 50px;
}
#hero-area h1 .white {
  color: #fff;
  font-size: 50px;
}
.learn-btn:hover, .btn-primary:hover {
  color: #3498db !important;   /* blue text */
  border-color: #3498db !important; /* match border */
  background-color: white !important;
  font-size: 15px;
}

.learn-btn {
  color: #fff !important;         /* white text on hover */
  background-color: #3498db !important; /* blue fill on hover */
  border-color: #5f5757 !important;
  
}


@media (max-width: 768px) {
  #hero-area h1 {
    font-size: 1.8rem;
  }
}

body {
  background: #fff;
  font-size: 14px;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: subpixel-antialiased;
  color: #abacae;
  line-height: 25px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow-x: hidden;
}

h1, h2, h3, h4 {
  font-size: 38px;
  color: #646464;
  font-weight: 300;
  font-family: 'Montserrat', sans-serif;
}

a {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

a:hover {
  text-decoration: none;
}
 
a a:focus {
  outline: none;
}

p {
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
  margin: 0px;
  font-size: 14px;
}

ul, ol {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

ul li, ol li {
  list-style: none;
}

.section-title-header p {
  text-align: center;
  font-weight: 400;
  line-height: 26px;
  padding-bottom: 36px;
}

.section-title {
  color: #585b60;
  font-size: 38px;
  text-align: center;
  letter-spacing: 1px;
  line-height: 1;
  margin-bottom: 40px;
  padding-bottom: 5px;
  position: relative;
}

.padding-none {
  padding: 0px;
}

.btn {
  font-size: 14px;
  padding: 10px 30px;
  cursor: pointer;
  font-weight: 400;
  color: #fff;
  border-radius: 30px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  display: inline-block;
}

.btn:focus,
.btn:active {
  box-shadow: none;
  outline: none;
  color: #fff;
}

.btn-common {
  background-color: #137ED9;
  position: relative;
  z-index: 1;
}

.btn-common:hover {
  color: #fff;
  background-color: #4297e0;
  box-shadow: 0 6px 22px rgba(0, 0, 0, 0.1);
  transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
}

.btn-border {
  color: #137ED9;
  background-color: transparent;
  border: 1px solid #137ED9;
  transition: all 0.3s ease;
  animation: wiggle 4s 2s infinite;
}

@keyframes wiggle {
	5%,
	50% {
		transform: scale(1);
	}
	10% {
		transform: scale(0.9);
	}
	15% {
		transform: scale(1.15);
	}
	20% {
		transform: scale(1.15) rotate(-5deg);
	}
	25% {
		transform: scale(1.15) rotate(5deg);
	}
	30% {
		transform: scale(1.15) rotate(-3deg);
	}
	35% {
		transform: scale(1.15) rotate(2deg);
	}
	40% {
		transform: scale(1.15) rotate(0);
	}
}

.btn-border:hover,
.btn-border:focus {
  color: #fff;
  border-color: #137ED9;
  background-color: #137ED9;
  animation: wiggle 0.5s ease;
}


.btn-lg {
  padding: 14px 33px;
  text-transform: uppercase;
  font-size: 16px; 
}

.btn-rm {
  padding: 7px 18px;
  text-transform: capitalize;
}

button:focus {
  outline: none !important;
}

.icon-close, .icon-check {
  color: #137ED9;
}

.social-icon a {
  color: #666;
  background: #fff;
  width: 32px;
  height: 32px;
  line-height: 34px;
  display: inline-block;
  text-align: center;
  border-radius: 100%;
  font-size: 16px;
  margin: 15px 6px 12px 4px;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}

.social-icon a:hover {
  color: #fff !important;
}

.social-icon .facebook:hover {
  background: #3b5999;
}

.social-icon .twitter:hover {
  background: #4A9CEC;
}

.social-icon .instagram:hover {
  background: #D6274D;
}

.social-icon .linkedin:hover {
  background: #1260A2;
}

.social-icon .google:hover {
  background: #CE332A;
}

/* ScrollToTop */
a.back-to-top {
  display: none;
  position: fixed;
  bottom: 18px;
  right: 15px;
  text-decoration: none;
}

a.back-to-top i {
  display: block;
  font-size: 22px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  background: #137ED9;
  border-radius: 30px;
  text-align: center;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
}

a.back-to-top:hover, a.back-to-top:focus {
  text-decoration: none;
}

.section-padding {
  padding: 90px 0;

}

hr {
  border-top: 1px dotted #ddd;
}

#feature {
  background: #f8f9fb;
}

.text-wrapper {
  height: 100%;
  display: table;
  padding-left: 140px;
}

.text-wrapper > div {
  vertical-align: middle;
  display: table-cell;
}

#feature .feature-thumb {
  text-align: center; /* Centers the image */
}
/* Floating Animation */
@keyframes float {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-15px); /* Move up */
  }
  100% {
    transform: translateY(0px); /* Back to original */
  }
}

#feature .feature-thumb img {
  max-width: 70%; /* Smaller size */
  height: auto;
  margin-top: 150px;
  animation: float 3s ease-in-out infinite; /* Floating effect */
  border-radius: 50px;
}
.title-hl {
  font-size: 40px;
  margin-top: 80px;
}

.features-box {
  margin-top: 15px;
  margin-bottom: 15px;
}

.features-box .features-icon {
  margin-bottom: 15px;
}

.features-box .features-icon i {
  color: #137ED9;
  font-size: 30px;
}

.features-box .features-content h4 {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 5px;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}


.navbar-nav { 
  margin: 0 auto;              /* push items to center */
  display: flex;
  justify-content: center;     /* align horizontally center */
  width: 100%;                 /* take full space */
  gap: 5%;
}

.top-nav-collapse {
  background: #fff;
  z-index: 999999;
  top: 0px !important;
  min-height: 58px;
  box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.06);
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  background: #ffffff !important;
}

.top-nav-collapse .navbar-brand {
  top: 0px;
}

.top-nav-collapse .navbar-brand img {
  width: 70%;
}

.top-nav-collapse .navbar-nav .nav-link {
  color: #585b60 !important;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.top-nav-collapse .navbar-nav .nav-link:hover {
  cursor: pointer;
  color: #137ED9 !important;
}

.top-nav-collapse .navbar-nav li.active a.nav-link {
  color: #137ED9 !important;
}

.indigo {
  background: transparent;
}

.menu-bg {
  background: transparent;
}

.navbar-expand-lg .navbar-nav .nav-link i {
  font-size: 14px;
  margin-left: 5px;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.navbar-expand-lg .navbar-nav .nav-link {
  position: relative; /* required for underline animation */
  color: #585b60;
  font-weight: 400;
  padding: 8px 17px;
  margin-top: 2px;
  margin-bottom: 15px;
  line-height: 40px;
  text-transform: uppercase;
  cursor: pointer;
  background: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* Animated underline (center outward) */
.navbar-expand-lg .navbar-nav .nav-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: #137ED9;
  transition: width 0.3s ease-in-out;
}

.navbar-expand-lg .navbar-nav .nav-link:hover::after {
  width: 60%;
}

.navbar-expand-lg .navbar-nav .nav-item.active .nav-link::after {
  width: 60%; /* underline stays for active item */
}

/* 🔹 Fix for Services dropdown staying underlined when open */
.navbar-expand-lg .navbar-nav .nav-item.show > .nav-link::after,
.navbar-expand-lg .navbar-nav .nav-item.active > .nav-link::after {
  width: 60%;
}

.navbar-expand-lg .navbar-nav li a:hover,
.navbar-expand-lg .navbar-nav li .active > a,
.navbar-expand-lg .navbar-nav li a:focus {
  color: #137ED9;
  outline: none;
}

.navbar-expand-lg .navbar-nav .active > .nav-link,
.navbar-expand-lg .navbar-nav .nav-link.active,
.navbar-expand-lg .navbar-nav .nav-link.open,
.navbar-expand-lg .navbar-nav .open > .nav-link {
  color: #137ED9 !important;
}

.navbar-expand-lg .navbar-nav .nav-link:focus,
.navbar-expand-lg .navbar-nav .nav-link:hover {
  color: #137ED9 !important;
}

.navbar {
  padding: 0;
}

.navbar li.active a.nav-link {
  color: #137ED9;
}

.dropdown-toggle::after {
  display: none;
}

.dropdown-menu {
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99;
  min-width: 210px;
  background-color: #fff;
  white-space: nowrap;
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  animation: fadeIn 0.4s;
  -webkit-animation: fadeIn 0.4s;
  -moz-animation: fadeIn 0.4s;
  -o-animation: fadeIn 0.4s;
  -ms-animation: fadeIn 0.4s;
}

.dropdown-menu:before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 100%;
  left: 20%;
  margin-left: -5px;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #fff;
}

.dropdown:hover .dropdown-menu {
  display: block;
  position: absolute;
  text-align: left;
  top: 100%;
  border: none;
  animation: fadeIn 0.4s;
  -webkit-animation: fadeIn 0.4s;
  -moz-animation: fadeIn 0.4s;
  -o-animation: fadeIn 0.4s;
  -ms-animation: fadeIn 0.4s;
}

.dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  padding: 12px 20px;
  font-size: 14px;
  color: #333;
  border-bottom: 1px solid #f1f1f1;
  text-decoration: none;
  display: inline-block;
  clear: both;
  position: relative;
  outline: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}

/* underline effect */
.dropdown .dropdown-menu .dropdown-item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 6px; /* adjust distance from text */
  width: 0%;
  height: 2px;
  background: #137ED9;
  transition: width 0.3s ease-in-out;
}

.dropdown .dropdown-menu .dropdown-item:hover::after {
  width: 50%;
}

.dropdown .dropdown-menu .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.dropdown .dropdown-menu .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.dropdown .dropdown-item:focus,
.dropdown .dropdown-item:hover,
.dropdown .dropdown-item.active {
  color: #137ED9;
  background: #f7f7f7;
}

.dropdown-item.active,
.dropdown-item:active {
  background: transparent;
}

.fadeInUpMenu {
  -webkit-animation-name: fadeInUpMenu;
  animation-name: fadeInUpMenu;
}

.slicknav_btn {
  border-color: #137ED9;
}

.slicknav_menu .slicknav_icon-bar {
  background: #137ED9;
}


/* only small tablets */
@media (min-width: 768px) and (max-width: 991px) {
  #nav-main li a.nav-link {
    padding-top: 18px;
  }
}

.navbar-toggler {
  display: none;
}

.mobile-menu {
  display: none;
}

.slicknav_menu {
  display: none;
}

@media screen and (max-width: 991px) {
  .navbar-header {
    width: 100%;
  }
  .navbar-brand {
    position: absolute;
    padding: 15px 15px;
    top: 0;
  }
  .navbar-brand img {
    width: 75%;
  }
  .slicknav_menu {
    display: block;
  }
  .slicknav_nav a:hover,
  .slicknav_nav a:focus,
  .slicknav_nav .active {
    color:#137ED9;
    outline: none;
    background: #f8f9fa;
  }
}

@media screen and (max-width: 768px) {
  .navbar-header {
    width: 100%;
  }
  .navbar-brand {
    position: absolute;
    padding: 7px 15px;
    top: 0;
  }
  .navbar-brand img {
    width: 75%;
  }
  #mobile-menu {
    display: none;
  }
  .slicknav_menu {
    display: block;
  }
  .slicknav_nav .active a {
    background:#137ED9;
    color: #fff;
  }
  .slicknav_nav a:hover,
  .slicknav_nav a:focus,
  .slicknav_nav .active {
    color: #137ED9;
    outline: none;
    background: #f8f9fa;
  }
}

/* ==========================================================================
3. Hero Area
========================================================================== */
#hero-area {
  color: #fff;
  overflow: hidden;
  position: relative;
  background: rgba(255, 255, 255, 0.8);
}
#hero-area .contents {
  position: relative;
  top: -120px; /* move further up */
  padding: 100px 0px 50px; /* keep hero spacing intact */
}

#hero-area .contents h5 {
  font-size: 50px;
}

#hero-area .contents .head-title {
  color: #585b60;
  font-size: 34px;
  line-height: 48px;
  font-weight: 700;
  margin-bottom: 30px;
}

.sloder-img {
  background: #34363a;
}

 
  /* Team Item */
/* Base hidden state */
.team-item, #contact {
  opacity: 0;
  transform: translateY(50px);
}

/* Animate visible */
.animate {
  opacity: 1;
  transform: translate(0,0);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.form-control {
  width: 100%;
  margin-bottom: 20px;
  font-size: 14px;
  border-radius: 30px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  padding: 8px 20px;
  border: 1px solid #abacae;
}

.form-control:focus {
  border-color: #137ED9;
  box-shadow: none;
  outline: none;
}

textarea {
  border-radius: 4px !important;
}

.form-control:focus {
  box-shadow: none;
  outline: none;
}

.btn.disabled, .btn:disabled {
  opacity: 1;
}
/* Contact Section Animation */
#contact {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

#contact.animate {
  opacity: 1;
  transform: translateY(0);
}

.contact-wrapper {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 40px;
  margin-top: 20px;
  flex-wrap: wrap;
}

.contact-form {
  flex: 1;
  min-width: 320px;
}

.contact-info {
  flex: 0.6; /* makes it narrower than the form */
  min-width: 220px;
  max-width: 350px; /* reduce wrapper size */
  padding: 10px 15px; /* less padding */
}

.contact-info ul {
  list-style: none;
  padding: 0;
  margin-top: 15px;
}

.contact-info li {
  margin: 8px 0;
  font-size: 16px;
  text-align: justify;

}

.contact-info i {
  margin-right: 6px;
  color: #007bff;
}

.contact-logo {
  max-width: 250px;
  width: 100%;
  height: auto;
  margin-bottom: 15px;
  border-radius: 6px;
}



@media (max-width: 768px) {
  .contact-wrapper {
    flex-direction: column;
    align-items: center;
    text-align: justify;
  }

  .contact-info {
    text-align: justify;
  }

  .contact-info .contact-logo {
    margin: 0 auto 1rem;
  }
}

.text-danger {
  font-size: 14px;
  margin-top: 10px;
}

.list-unstyled li {
  color: #d9534f;
}

#conatiner-map {
  margin-top: 30px;
  text-align: center;
  background-color: #fff;
  height: 480px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 101;
  width: 100%;
}

.h3 {
  font-size: 16px;
  margin-top: 26px;
}

.subscribes {
  background: #f8f9fb;
}

.subscribes h4 {
  text-align: center;
  font-size: 40px;
}

.subscribes p {
  font-size: 14px;
  text-align: center;
  margin-bottom: 30px;
}

.subscribe {
  margin-top: 5px;
  width: 100%;
  text-align: center;
}

.subscribe .form-control {
  width: 100%;
  border-radius: 50px;
  position: relative;
  height: 52px;
  border: 1px solid #137ED9;
}

.subscribe .btn-submit {
  border: none;
  cursor: pointer;
  background: transparent;
}

.subscribe .btn-submit i {
  width: 48px;
  height: 48px;
  background: #137ED9;
  cursor: pointer;
  display: block;
  color: #fff;
  line-height: 48px;
  border-radius: 50%;
}
.footer-area {
  background: #0d1b2a;
  color: #fff;
  padding: 20px 10px 10px 10px;
  font-size: 14px;
}

.footer-logo img {
  max-width: 250px;
}

.footer-title {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #fff;
}

.footer-contact li,
.footer-links li {
  list-style: none;
  margin-bottom: 2px;
  padding-bottom: 5px;
}

.footer-contact li i {
  margin-right: 10px;
  color: #007bff;
}

.footer-links li a {
  color: #bbb;
  text-decoration: none;
  transition: color 0.3s ease, transform 0.3s ease;
  display: inline-block;
}

.footer-links li a:hover {
  color: #007bff;
  transform: scale(1.1);
}

.footer-map iframe {
  margin-top: 10px;
  border-radius: 8px;
}

.footer-bottom {
  margin-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 15px;
  font-size: 13px;
  color: #aaa;
}

/* Ensure Quick Links + Businesses align nicely */
.footer-links-group {
  align-items: flex-start;   /* Align headings at the top */
}

/* Keep both sub-columns tidy */
.footer-subcol {
  min-width: 200px;          /* Prevent too narrow on smaller screens */
}

#copyright {
  background: #34363a;
  border-top: 2px dotted #3b3d42;
  padding: 10px;
}

#copyright p {
  line-height: 42px;
  color: #fff;
  text-align: center;
  margin: 0;
}

#copyright p a {
  color: #fff;
}

#copyright p a:hover {
  color: #137ED9;
}
form label {
    display: block;
    margin-bottom: 5px;
    color: #333;
    font-weight: bold;
}

form input, form textarea {
    width: 100%;
    padding: 12px 15px;
    margin-bottom: 20px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 16px;
    transition: all 0.3s ease;
}

form input:focus, form textarea:focus {
    border-color: #137ED9;
    box-shadow: 0 0 5px rgba(19,126,217,0.3);
    outline: none;
}

form button {
    width: 100%;
    padding: 12px;
    background: #137ED9;
    color: #fff;
    font-size: 18px;
    border-radius: 10px;
    cursor: pointer;
    transition: background 0.3s ease;
}

form button:hover {
    background: #fff;
    color: #137ED9;
    border-color: #137ED9 !important;
}

.success {
    text-align: center;
    padding: 15px;
    background: #d4deed;
    color: #152c57;
    border-radius: 6px;
    margin-bottom: 20px;
}
/* Popup inside contact section aligned right */
#contact .popup {
    position: fixed;
    top: 125px;   /* move below navbar */
    right: 20px;
    background: #fff;
    border-radius: 6px;
    padding: 15px 20px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
    font-size: 16px;
    font-weight: bold;
    opacity: 0;
    transform: translateY(-20px);
    transition: all 0.4s ease;
    z-index: 999;
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 280px;
    max-width: 350px;
}

#contact .popup.success {
    background: #d4e7ed;
    color: #152457;
    border-left: 5px solid #2863a7; 
}

#contact .popup.error {
    background: #f8d7da;
    color: #721c24;
    border-left: 5px solid #dc3545;
}

#contact .popup.show {
    opacity: 1;
    transform: translateY(0);
}

#popup-close {
    background: none;
    border: none;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    color: inherit;
    margin-left: auto;
}

@media (max-width: 991.98px) {
  /* Stack columns vertically on tablets and below */
  .container-fluid > .row > .col-lg-6 {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
  
  /* Add some bottom margin to text wrapper */
  .text-wrapper {
    padding: 0 15px;
  }
}

@media (max-width: 575.98px) {
  /* For smaller devices, ensure features-box stack nicely */
  .features-box {
    display: block !important;
    margin-bottom: 20px;
  }

  /* Icons and content stacked */
  .features-icon,
  .features-content {
    display: block;
    width: 100%;
  }
  
  .features-icon {
    margin-bottom: 8px;
  }
}

#hero-area h1 {
  font-family: 'Orbitron', sans-serif;
  font-size: 46px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #fff;
}

#hero-area p {
  font-family: 'Inter', sans-serif;
  font-size: 17px;
  line-height: 1.6;
  font-weight: 300;
  color: #ddd;
  max-width: 650px;
  margin: 0 auto 30px;
}

/* Hero Background */
#hero-area {
  background: url('bg.png') no-repeat center center;
  background-size: cover;          /* Always cover */
  background-attachment: fixed;    /* Parallax effect on desktop */
  position: relative;
  padding: 140px 20px;
  margin-top: 70px;
  color: #fff;
  overflow: hidden;
  opacity: 0;
  transform: translateY(40px);
  animation: fadeUp 1.2s ease-out forwards;
}

/* Remove fixed background on mobile (for better support) */
@media (max-width: 768px) {
  #hero-area {
    background-attachment: scroll; /* Prevents zoom bug */
    padding: 100px 15px;           /* Reduce padding */
    text-align: center;            /* Center content */
  }
}

@media (max-width: 480px) {
  #hero-area {
    padding: 80px 10px;            /* Even smaller padding */
  }
}

#hero-area .overlay {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.35);
  z-index: 1;
}

#hero-area .container {
  position: relative;
  z-index: 2;
}

.hero-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
}

/* Text Block */
.text-block {
  flex: 1;
  min-width: 300px;
}

.text-block h1 {
  font-size: 40px;
  margin-bottom: 20px;
  line-height: 1.3;
}

.text-block p {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.6;
}

.blue { color: #137ED9; }
.white { color: #fff; }

.learn-btn {
  padding: 10px 20px;
  border: 2px solid #fff;
  border-radius: 25px;
  background: transparent;
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
}
.learn-btn:hover {
  background: #137ED9;
  border-color: #137ED9;
}

/* Responsive */
@media (max-width: 768px) {
  .hero-content {
    flex-direction: column;
    text-align: center;
  }
  .text-block h1 {
    font-size: 28px;
  }
}

/* Animation */
@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
 /* Section Background */
    .section-padding {
      padding: 120px 0; /* keeps spacing consistent */
    }
    .why-us {
      color: #333;
      background: #f8f9fa;
    }

    .why-choose p {
      margin-top: 40px;
      font-size: 14px;
      color: #666;
      max-width: 600px;
      margin: 0 auto 40px;
      line-height: 1.6;
    }

    .features {
      display: flex;
      justify-content: center;
      gap: 30px;
      flex-wrap: wrap;
    }
    .feature {
      flex: 1 1 220px;
      max-width: 250px;
      text-align: center;
    }
    .icon {
      width: 80px;
      height: 80px;
      background: #007bff;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto 15px;
      transition: transform 0.3s ease;
    }

    .icon i {
      font-size: 32px;
      color: #fff;
    }

    /* Title under icon */
    .feature h3 {
      font-size: 14px;
      font-weight: 600;
      color: #333;
      text-transform: uppercase;
      margin-bottom: 10px;
    }

    /* Small text under title */
    .feature p {
      font-size: 13px;
      color: #666;
      line-height: 1.5;
    }

    /* Hover effect */
    .feature:hover .icon {
      transform: scale(1.1);
    }
    
/* Preloader background */
    #preloader {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: #fff;
      z-index: 9999999;
      display: flex;
      justify-content: center;
      align-items: center;
      transition: opacity 0.5s ease, visibility 0.5s ease;
    }
    #preloader.hidden {
      opacity: 0;
      visibility: hidden;
    }

    /* Loader wrapper */
    .loader {
      width: 80px;
      height: 80px;
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    /* Blue spinner */
    .loader::before {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      border-radius: 50%;
      border: 6px solid #137ED9; /* blue ring */
      border-top-color: transparent; /* makes it look like a spinner */
      animation: spin 1s linear infinite;
    }

    /* Logo */
    .loader-logo {
      width: 70px;
      height: auto;
      z-index: 2;
      user-select: none;
      -webkit-user-drag: none;
    }

    /* Spin animation */
    @keyframes spin {
      0% { transform: rotate(0deg); }
      100% { transform: rotate(360deg); }
    }
  