/*
Theme Name: Agency Institute
Theme URI: https://example.com
Author: Suresh
Author URI: https://example.com
Description: A clean digital agency theme for institutes (UX, UI, SEO, Web Development).
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: agency-institute
*/


body {
  font-family: 'Poppins', sans-serif;
  margin: 0;
  padding: 0;
  background: #f9f9f9; /* light gray */
  color: #333;
  overflow-x: hidden;
}

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

h1, h2, h3 {
  font-weight: 700;
  margin-bottom: 15px;
}

p {
  margin-bottom: 15px;
}

.btn {
  display: inline-block;
  padding: 12px 25px;
  background: #0073e6;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  transition: 0.3s;
}
.btn:hover {
  background: #005bb5;
}

.btn-small {
  padding: 8px 16px;
  font-size: 14px;
}

/* Hero */
/* Hero */

html, body {
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
  scroll-behavior: smooth;
}


.hero {
  position: relative;
  width: 100%;
  height: 55vh;   /* reduced from 70vh to 55vh */
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0; /* less padding */
}

.hero .swiper {
  width: 100%;
  height: 100%;
}

.hero-slide {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  height: 100%;
}

.hero-text h1 {
  font-size: 1.8rem;  /* smaller heading */
}

.hero-text p {
  font-size: 0.95rem;
  max-width: 450px;
}

.hero-lottie lottie-player {
  width: 400px !important;  /* smaller animation */
  height: 400px !important;
}


  .hero-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    gap: 40px;
    padding: 0 10%;
  }

  .hero-text {
    flex: 1;
  }

  .hero-lottie {
    flex: 1;
    display: flex;
    justify-content: center;
  }

  /* Responsive (mobile: text top, lottie bottom) */
  @media (max-width: 768px) {

    .hero-text p {
  font-size: 1rem;
  margin-bottom: 20px;
}

    .hero-text h1 {
    font-size: 1rem;
    margin-bottom: 10px;
  }
    .hero-content {
      flex-direction: column;
      justify-content: center;
      text-align: center;
      padding: 20px;
    }
    .hero-text, .hero-lottie {
      flex: unset;
      width: 100%;
    }
  }

.hero {
  width: 100%;
  color: #fff;
  background: linear-gradient(135deg, #0f2027, #203a43, #2c5364);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 100vh;
  margin-top: 0;
  padding: 0;
}

.hero-text h1 {
  font-size: 3rem;
  margin-bottom: 20px;
}
.hero-text p {
  font-size: 1.2rem;
  margin-bottom: 25px;
}
.btn-primary {
  padding: 12px 28px;
  background: #00bcd4;
  color: #fff;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
}
.btn-primary:hover { background: #0097a7; }

.hero-lottie {
  flex: 1;
  display: flex;
  justify-content: center; /* center animation in its half */
  align-items: center;
}
.hero-lottie lottie-player {
  max-width: 400px;
  width: 100%;
}

/* Swiper buttons/pagination */
.swiper-button-next, .swiper-button-prev { color: #fff; }
.swiper-pagination-bullet { background: #fff; }
.swiper-pagination-bullet-active { background: #00bcd4 !important; }

/* Responsive */
@media (max-width: 768px) {

      .hero-text p {
  font-size: 1rem;
  margin-bottom: 20px;
}

  
  .hero-content {
    flex-direction: column;
    text-align: center;
    padding: 20px;
    gap: 30px;
  }
     .hero-text h1 {
    font-size: 1rem;
    margin-bottom: 10px;
  }
  .about-content {
    flex-direction: column;
    gap: 40px;
  }
  .about-text {
    text-align: center;
    max-width: 100%;
  }
  .about-list {
    text-align: left;
    max-width: 300px;
    margin: 0 auto 30px;
  }
  .about-image lottie-player {
    max-width: 300px;
  }
}

.site-content, .services {
  position: relative;
  z-index: 1;
}

/* About Section */
.about {
  padding: 0px ;
  background: #f9f9f9;
}

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

.about-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}

.about-text {
  flex: 1;
}

.about-text h2 {
  font-size: 2.2rem;
  margin-bottom: 20px;
  color: #333;
  line-height: 1.3;
}

.about-text p {
  font-size: 1.1rem;
  line-height: 1.6;
  color: #666;
  margin-bottom: 25px;
}

.about-list {
  list-style: none;
  padding: 0;
  margin: 0 0 30px 0;
}

.about-list li {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  font-size: 1.1rem;
  color: #444;
}

.about-list li i {
  color: #00bcd4;
  margin-right: 10px;
  font-size: 1.2rem;
}

.about-image {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.about-image lottie-player {
  width: 400px;
  height: 400px;
  max-width: 100%;
}

@media (max-width: 991px) {
  .about-text h2 {
    font-size: 1rem;
  }
  
  .about-text p {
    font-size: 1rem;
  }
  
  .about-list li {
    font-size: 1rem;
  }
  
  .about-image lottie-player {
    width: 350px;
    height: 350px;
  }
}




/* Services */
.services {
  padding: 60px 0;
  text-align: center;
  background: linear-gradient(135deg, #f9f9f9, #eef2f7);
}

.section-title {
  font-size: 36px;
  font-weight: 800;
  margin-bottom: 40px;
  color: #222;
  position: relative;
  display: inline-block;
}



.services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* always 4 in a row on desktop */
  gap: 40px;
}

/* Tablet */
@media (max-width: 992px) {
  .services-grid {
    grid-template-columns: repeat(2, 1fr); /* 2 per row */
  }
}

/* Mobile */
@media (max-width: 600px) {
  .services-grid {
    grid-template-columns: 1fr; /* single column */
  }
}


.service-card {
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
  border-radius: 16px;
  padding: 40px 25px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
  transition: all 0.4s ease;
  border: 2px solid transparent;
}

.service-card:hover {
  transform: translateY(-12px) scale(1.02);
  border-color: #00bcd4;
  box-shadow: 0 15px 35px rgba(0,188,212,0.25);
}

.service-icon {
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
}

.service-card h3 {
  font-size: 22px;
  margin-bottom: 15px;
  color: #333;
}

.service-card p {
  font-size: 15px;
  line-height: 1.6;
  color: #555;
}




/* Portfolio */
.portfolio {
  padding: 60px 0;
  background: #f9f9f9;
}

/* Portfolio Grid */
.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  margin-top: 40px;
}

/* Portfolio Item */
.portfolio-item {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

/* Portfolio Content */
.portfolio-content {
  position: relative;
  width: 100%;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
}

/* Images should fit the container perfectly */
.portfolio-content img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
  transition: transform 0.3s ease;
  background: #fff;
}

.portfolio-content:hover img {
  transform: scale(1.1);
}

/* Overlay */
.portfolio-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  padding: 20px;
}

.portfolio-content:hover .portfolio-overlay {
  opacity: 1;
}

.portfolio-overlay h3 {
  font-size: 1.5rem;
  margin-bottom: 10px;
  color: #fff;
}

.portfolio-overlay p {
  font-size: 1rem;
  margin-bottom: 15px;
  color: rgba(255, 255, 255, 0.9);
}

.portfolio-link {
  width: 40px;
  height: 40px;
  background: #00bcd4;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.portfolio-link:hover {
  background: #008ba3;
}

/* Portfolio Filters */
.portfolio-filters {
  margin-bottom: 30px;
}

.filter-btn {
  padding: 8px 20px;
  margin: 0 5px;
  border: none;
  background: transparent;
  color: #666;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 20px;
}

.filter-btn.active,
.filter-btn:hover {
  background: #00bcd4;
  color: #fff;
}

/* Responsive Portfolio Grid */
@media (max-width: 991px) {
  .portfolio-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

@media (max-width: 576px) {
  .portfolio-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  .portfolio-content {
    height: 250px;
  }
  
  .portfolio-overlay h3 {
    font-size: 1.3rem;
  }
  
  .portfolio-overlay p {
    font-size: 0.9rem;
  }
  
  .filter-btn {
    margin: 5px;
    font-size: 0.9rem;
  }
}
.section-title {
  font-size: 2.5rem;
  margin-bottom: 40px;
}
.portfolio-split {
  padding: 80px 20px;
  background: #fff;
}
.section-title {
  font-size: 2.5rem;
  margin-bottom: 40px;
  text-align: center;
}
.split-slide {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 400px;
}
.split-left, .split-right {
  flex: 1;
  padding: 20px;
}
.split-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}
.split-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.split-right h3 {
  font-size: 1.8rem;
  margin-bottom: 15px;
}
.split-right p {
  font-size: 1rem;
  color: #555;
  line-height: 1.6;
}
.swiper-button-next, .swiper-button-prev {
  color: #000;
}
/* Contact Section */
.contact-section {
    padding: 40px 0;
    background: #f9f9f9;
    background: linear-gradient(135deg, #f9f9f9, #eef2f7);
}

.section-title {
  margin-bottom: 40px;
  font-size: 2.2rem;
  color: #222;
}

.contact-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-items: stretch;
}

/* Left Side (Map + Info) */
.contact-left {
  flex: 1;
  min-width: 320px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.contact-map iframe {
  width: 100%;
  height: 300px;
  border: 0;
  border-radius: 10px;
  margin-bottom: 20px;
}

.contact-info-add {
  background: #fff;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
  text-align: left;
}

.contact-info h3 {
  font-size: 1.4rem;
  color: #0073e6;
  margin-bottom: 10px;
}

.contact-info p {
  margin: 5px 0;
  color: #555;
  font-size: 1rem;
}

/* Right Side (Form) */
.contact-right {
  flex: 1;
  min-width: 320px;
  background: #fff;
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.contact-right form {
  width: 100%;
}

.contact-right input,
.contact-right textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-bottom: 15px;
  font-size: 1rem;
}

.contact-right input:focus,
.contact-right textarea:focus {
  border-color: #0073e6;
  outline: none;
}

.contact-right input[type="submit"],
.contact-right button {
  background: #0073e6;
  color: #fff;
  padding: 12px 25px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-weight: bold;
  transition: 0.3s;
}

.contact-right input[type="submit"]:hover,
.contact-right button:hover {
  background: #005bb5;
}

/* Responsive */
@media (max-width: 768px) {
  .contact-wrapper {
    flex-direction: column;
  }

  .contact-map iframe {
    height: 250px;
  }

  .contact-right {
    padding: 25px;
  }
}

/* CONTACT FORM MOBILE FIX */
@media (max-width: 768px) {
  .contact-right {
    width: 100%;
    max-width: 100%;
    margin-top: 20px;
    padding: 20px;
    box-sizing: border-box;
  }

  /* Make sure form fields fit properly */
  .contact-right form,
  .contact-right input,
  .contact-right textarea,
  .contact-right select {
    width: 95% !important;
  }

  /* Optional: Reduce padding on smaller screens */
  .contact-right {
    padding: 15px;
  }
}


/* Header */


/* Sticky Transparent Header */
.site-header {
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  backdrop-filter: blur(6px);
  height: 80px;
  display: flex;
  align-items: center;
}

.site-header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 32px;
  width: 100%;
}

/* Logo */
.logo a {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
}

/* Navigation Menu */
.main-nav .nav {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 25px;
}

.main-nav .nav a {
  text-decoration: none;
  font-weight: 600;
  color: #fff;
  transition: color 0.3s;
}

.main-nav .nav a:hover {
  color: #00bcd4; /* cyan hover */
}

/* Hamburger */
.menu-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
}

.menu-toggle span {
  width: 25px;
  height: 3px;
  background: #fff;
  border-radius: 3px;
  transition: 0.3s;
}

/* Mobile Styles */
@media (max-width: 768px) {
  .menu-toggle {
    display: flex;
  }

  .main-nav {
    display: none;
    position: absolute;
    top: 70px;
    right: 20px;
    background: rgba(0, 0, 0, 0.9);
    padding: 20px;
    border-radius: 8px;
  }

  .main-nav.active {
    display: block;
  }

  .main-nav .nav {
    flex-direction: column;
    gap: 15px;
  }
}



.about {
  display: flex;
  align-items: center;       /* vertical center */
  justify-content: center;   /* horizontal center if needed */
  min-height: 100vh;         /* optional: full viewport height */
  text-align: center;
}

/* Optional: center the container inside */
.about .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
 
}

.about-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}

.about-text {
  flex: 1;
}

.about-text h2 {
  font-size: 2.2rem;
  margin-bottom: 20px;
  color: #333;
  line-height: 1.3;
}

.about-text p {
  font-size: 1.1rem;
  line-height: 1.6;
  color: #666;
  margin-bottom: 25px;
}

.about-list {
  list-style: none;
  padding: 0;
  margin: 0 0 30px 0;
}

.about-list li {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  font-size: 1.1rem;
  color: #444;
}

.about-list li i {
  color: #00bcd4;
  margin-right: 10px;
  font-size: 1.2rem;
}

.about-image {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.about-image lottie-player {
  width: 400px;
  height: 400px;
  max-width: 100%;
}

@media (max-width: 991px) {
  .about-text h2 {
    font-size: 1rem;
  }
  
  .about-text p {
    font-size: 1rem;
  }
  
  .about-list li {
    font-size: 1rem;
  }
  
  .about-image lottie-player {
    width: 350px;
    height: 350px;
  }
}


@media (max-width: 480px) {
  .about {
    padding: 40px 0;
  }
  
  .about-text h2 {
    font-size: 1rem;
  }
  
  .about-image lottie-player {
    width: 240px;
    height: 240px;
  }
}

.about .section-title {
  text-align: center;
  margin-bottom: 50px;
}

.footer-about{
    padding: -6px 20px !important;
    background: #1a1a1a;


}

.about-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 150px;
  flex-wrap: wrap;
}

/* Responsive styles for About section */
@media (max-width: 768px) {
  .about-content {
    flex-direction: column;
    gap: 30px;
  }
  
  .about-text {
    text-align: center;
    max-width: 100%;
    padding: 0 15px;
  }
  
  .about-text h2 {
    font-size: 1.8rem;
    margin-bottom: 15px;
    line-height: 1.3;
  }
  
  .about-text p {
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 15px;
  }
  
  .about-list {
    text-align: left;
    max-width: 280px;
    margin: 0 auto 20px;
    font-size: 0.95rem;
  }
  
  .about-list li {
    margin-bottom: 8px;
    display: flex;
    align-items: center;
  }
  
  .about-list i {
    font-size: 1rem;
    min-width: 20px;
  }
  
  .about-image {
    padding: 0 15px;
  }
  
  .about-image lottie-player {
    max-width: 280px;
    height: auto;
  }
  
  .about .section-title {
    font-size: 2rem;
    margin-bottom: 30px;
  }
  
  .about .btn-primary {
    padding: 10px 20px;
    font-size: 0.95rem;
  }
}

.about-text {
  flex: 1;
  max-width: 550px;
  text-align: left;
}

.about-text h2 {
  font-size: 2.5rem;
  margin-bottom: 20px;
  color: #222;
  line-height: 1.2;
}

.about-text p {
  font-size: 1.1rem;
  margin-bottom: 20px;
  color: #555;
  line-height: 1.6;
}

.about-list {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.about-list li {
  font-size: 1rem;
  margin-bottom: 10px;
  color: #333;
}

.about-list i {
  color: #00bcd4;
  margin-right: 10px;
}

.about-image {
  flex: 1;
  text-align: center;
}

.about-image lottie-player {
  max-width: 400px;
  width: 100%;
}

/* Testimonials */
.testimonials {
  padding: 60px 0;
  background: #f9f9f9;
  background: linear-gradient(135deg, #f4f6f8 0%, #e9edf2 100%); /* soft gradient */
  text-align: center;
}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.testimonial-card {
  background: #fff;
  padding: 30px 20px;
  border-radius: 16px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.08);
  transition: transform 0.3s;
}

.testimonial-card:hover {
  transform: translateY(-6px);
}

.testimonial-card p {
  font-style: italic;
  color: #555;
  margin-bottom: 20px;
}

.testimonial-author {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.testimonial-author img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

.testimonial-author h4 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
}

.testimonial-author span {
  font-size: 14px;
  color: #888;
}

/* ===== Footer ===== */
.site-footer {
  background: #1a1a1a;
  color: #ccc;
  padding: 40px 0 20px;
  font-size: 0.95rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* exactly 3 equal columns */
  gap: 40px; /* equal gap between all columns */
  align-items: start; /* align content to top */
  margin-bottom: 30px;
}

.footer-col h3 {
  font-size: 1.1rem;
  margin-bottom: 15px;
  color: #fff;
  position: relative;
 
}


.footer-col h3::after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background: #007bff;
  margin-top: 6px;
   text-align: center;
}

.footer-col p {
  line-height: 1.5;
  margin-bottom: 15px;
}

.footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-col ul li {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.footer-col a {
  color: #ccc;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-col a:hover {
  color: #fff;
}

/* Social Links */
.social-links {
  display: flex;
  gap: 12px;
  margin-top: 10px;
}

.social-links a {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: 0.3s;
}

.social-links a:hover {
  background: #007bff;
}

/* Footer Menu */
.footer-menu {
  padding: 0;
  margin: 0;
}

.footer-menu li {
  margin-bottom: 8px;
}

.footer-menu li::before {
  content: "›";
  margin-right: 6px;
  color: #007bff;
}

/* Bottom */
.footer-bottom {
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 15px;
  font-size: 0.85rem;
  color: #999;
}

/* Responsive */
@media (max-width: 768px) {
  .footer-col {
    text-align: center;
  }
  .footer-col h3::after {
    margin: 6px auto 0;
  }
  .social-links {
    justify-content: center;
  }
}

/* Mobile Responsive About Section */
.about {
  padding: 2px 0;
  background: #f9f9f9;
  overflow: hidden;
}

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

.about-content {
  display: flex;
  align-items: center;
  gap: 50px;
  margin-top: 40px;
}

.about-text {
  flex: 1;
}

.about-text h2 {
  font-size: 2.2rem;
  margin-bottom: 20px;
  color: #333;
  line-height: 1.2;
}

.about-text p {
  font-size: 1.1rem;
  line-height: 1.6;
  color: #666;
  margin-bottom: 25px;
}

.about-list {
  list-style: none;
  padding: 0;
  margin: 0 0 30px 0;
}

.about-list li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
  font-size: 1.1rem;
}

.about-list li i {
  color: #00bcd4;
  margin-right: 12px;
  font-size: 1.2rem;
  margin-top: 5px;
  flex-shrink: 0;
}

.about-image {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.about-image lottie-player {
  width: 400px;
  height: 400px;
  max-width: 100%;
}



/* About Section Responsive Styles */
.about-content {
  display: flex;
  align-items: center;
  gap: 50px;
  margin-top: 30px;
}

.about-text {
  flex: 1;
}

.about-text h2 {
  font-size: 2.2rem;
  margin-bottom: 20px;
  color: #333;
  line-height: 1.2;
}

.about-text p {
  font-size: 1.1rem;
  line-height: 1.6;
  color: #666;
  margin-bottom: 25px;
}

.about-list {
  list-style: none;
  padding: 0;
  margin: 0 0 30px 0;
}

.about-list li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
  font-size: 1.1rem;
}

.about-list li i {
  color: #00bcd4;
  margin-right: 10px;
  font-size: 1.2rem;
  flex-shrink: 0;
  margin-top: 4px;
}

.about-list li span {
  flex: 1;
}

.about-image {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.about-image lottie-player {
  width: 400px;
  height: 400px;
  max-width: 100%;
}

/* Tablet Responsive */
@media (max-width: 991px) {
  .about-text h2 {
    font-size: 1.8rem;
  }
  
  .about-text p {
    font-size: 1rem;
  }
  
  .about-list li {
    font-size: 1rem;
  }
  
  .about-image lottie-player {
    width: 350px;
    height: 350px;
  }
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .about {
    padding: 40px 0;
  }

  .about-content {
    flex-direction: column;
    gap: 30px;
  }
  
  .about-text {
    text-align: center;
    padding: 0 15px;
  }
  
  .about-text h2 {
    font-size: 1.6rem;
    margin-bottom: 15px;
  }


  
  .about-text p {
  font-size: 0.90rem;
        margin-bottom: 0px;
        padding: 11px;
  }
  
  .about-list {
    max-width: 280px;
    margin: 0 auto 25px;
  }
  
  .about-list li {
    justify-content: flex-start;
    text-align: left;
    font-size: 0.95rem;
    margin-bottom: 12px;
  }
  
  .about-image lottie-player {
    width: 280px;
    height: 280px;
  }
}

/* Small Mobile Responsive */
@media (max-width: 480px) {
  .about {
    padding: 30px 0;
  }
  
  .about-text h2 {
    font-size: 1em;
  }
  
  .about-image lottie-player {
    width: 240px;
    height: 240px;
  }
  
  .btn-primary {
    padding: 8px 20px;
    font-size: 0.9rem;
  }
}

.logo {
  display: flex;
  align-items: center;
  gap: 10px;
}

.logo img {
height: 200px;
    width: auto;
}

/* All Section Titles Centered */
.section-title {
  font-size: 2.5rem;       /* adjust as needed */
  font-weight: 800;
  text-align: center;       /* center heading */
  margin-bottom: 40px;      /* spacing below heading */
  color: #222;              /* default color */
  display: block;
  width: 100%;
}

/* Optional: Add span styling if used */
.section-title span {
  display: inline-block;
  background: transparent;   /* or custom bg */
  padding: 0 10px;
}

.blog-meta {
  color: #777;
  font-size: 0.95rem;
  margin-bottom: 25px;
  font-style: italic;
}
.blog-meta span {
  margin-right: 10px;
}

.about-lottie {
  width: 520px;
  height: 520px;
  max-width: 100%;
}

@media (max-width: 991px) {
  .about-lottie {
    width: 380px;
    height: 380px;
    margin: 0 auto;
  }
}

/* === FIX: Hero text hidden under header on mobile === */
@media (max-width: 768px) {
  :root { --header-height: 80px; } /* adjust if your header is taller */

  .hero {
    padding-top: calc(var(--header-height) + 10px) !important; /* pushes content below menu */
    height: auto !important;
    min-height: calc(100vh - var(--header-height)) !important;
    box-sizing: border-box;
  }

  /* === Reduce big gap between text & image === */
  .hero-content {
    flex-direction: column;
    gap: 15px !important; /* smaller gap between left text and right image */
    padding: 15px !important;
    align-items: center;
    text-align: center;
  }

  /* Center hero text properly */
  .hero-text {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }

  /* Keep Lottie smaller so it doesn’t push text down */
  .hero-lottie lottie-player,
  .hero-lottie lottie-player[style] {
    max-width: 280px !important;
    height: auto !important;
  }
}