/********** Template CSS **********/
:root {
  --primary: #13c5dd;
  --secondary: #354f8e;
  --light: #eff5f9;
  --dark: #1d2a4d;
}

.btn {
  font-weight: 700;
  transition: 0.5s;
}

.btn:hover {
  -webkit-box-shadow: 0 8px 6px -6px #555555;
  -moz-box-shadow: 0 8px 6px -6px #555555;
  box-shadow: 0 8px 6px -6px #555555;
}

.btn-primary {
  color: #ffffff;
}

.btn-square {
  width: 36px;
  height: 36px;
}

.btn-sm-square {
  width: 28px;
  height: 28px;
}

.btn-lg-square {
  width: 46px;
  height: 46px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}

.back-to-top {
  position: fixed;
  display: none;
  right: 30px;
  bottom: 0;
  border-radius: 50% 50% 0 0;
  z-index: 99;
}

.navbar-light .navbar-nav .nav-link {
  font-family: "Poppins", sans-serif;
  position: relative;
  margin-left: 30px;
  padding: 25px 0;
  font-size: 18px;
  font-weight: 500;
  color: var(--dark);
  outline: none;
  transition: 0.5s;
}

.navbar-light .navbar-nav .nav-link {
  padding: 15px 15px;
  transition: 0.3s;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
  color: #fff;
  background: #273272;
}

@media (min-width: 992px) {
  .navbar-light .navbar-nav .nav-link::before {
    position: absolute;
    content: "";
    width: 0;
    height: 5px;
    bottom: 0;
    left: 50%;
    transition: 0.5s;
  }

  .navbar-light .navbar-nav .nav-link:hover::before,
  .navbar-light .navbar-nav .nav-link.active::before {
    width: 100%;
    left: 0;
  }
}

@media (max-width: 991.98px) {
  .navbar-light .navbar-nav .nav-link {
    margin-left: 0;
    padding: 10px 0;
  }
}

.hero-img {
  height: 550px;
  object-fit: cover;
}

/* Mobile view */
@media (max-width: 768px) {
  .hero-img {
    height: 180px;
  }
}
/* //////////////////////////////////////////////////////////////////////////////// */
.about-section {
  background: #ffffff;
}

.main-title {
  font-weight: 600;
  font-size: 40px;
}

.main-title span {
  color: #3511a8;
}

.subtitle {
  font-weight: 700;
  font-size: 16px;
}

.divider {
  margin: 15px 0;
}

.divider span {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #3511a8;
  border-radius: 50%;
  margin: 0 3px;
}

.about-title {
  color: #3511a8;
  font-weight: 600;
  font-size: 32px;
  margin-bottom: 20px;
}

.about-section p {
  font-size: 16px;
  color: #000;
  text-align: justify;
}

.about-img-box {
  border: 10px solid #342173;
  border-radius: 20px;
  padding: 20px;
  background: #fff;
  margin-left: 80px;
}

.about-img-box img {
  max-height: 350px;
  object-fit: contain;
}

/* Mobile */
@media (max-width: 768px) {
  .main-title {
    font-size: 28px;
  }

  .about-title {
    text-align: center;
  }

  .about-img-box {
    margin-left: 0px;
  }
}
/* //////////////////////////////////////////////////////////////////////////////////////// */
.lens-section {
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)),
    url("../img/home-service-bg.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  padding: 80px 0;
  padding-left: 150px;
  padding-right: 150px;
}

/* Card */
.lens-card {
  width: 98%;
  height: 100%;
  border: 2px solid #5a4fd6;
  border-radius: 25px;
  padding: 30px 25px;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(8px);
  transition: 0.4s;
}

.lens-card:hover {
  transform: translateY(-10px);
}

/* Lens Image */
.lens-img {
  height: 150px;
  margin-bottom: 20px;
}

/* Divider */
.divider {
  width: 60px;
  height: 4px;
  background: #4c39c5;
  margin: 15px auto;
}

/* Title */
.title {
  color: #2535a1;
  font-size: 24px;
  font-weight: 600;
}

/* Description */
.desc {
  color: #2535a1;
  font-size: 20px;
  font-weight: 600;
}

/* Specs */
.spec {
  font-size: 12px;
  font-weight: 600;
  color: #2535a1;
}

/* Button */
.price-btn {
  background: #3b1f8f;
  color: white;
  border: none;
  padding: 10px 18px;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .lens-section {
    padding-left: 0px;
    padding-right: 0px;
  }
}
/* /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.experience-section {
  background: url("../img/counter-bg.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  padding: 100px 0;
  color: #fff;
}

.exp-box h2 {
  font-size: 35px;
  font-weight: 700;
}

.exp-box p {
  font-size: 25px;
  font-weight: 600;
}
/* ///////////////////////////////////////////////////////////////////////////////// */
.footer-section {
  position: relative;
  background: #ffffff;
}

/* Top Curve */

/* Titles */
.footer-title {
  font-weight: 800;
  margin-bottom: 20px;
  color: #273171;
  margin-top: 10%;
}

/* Links */
.footer-section a {
  text-decoration: none;
  color: #333;
}

.footer-section a:hover {
  color: #007bff;
}
.social-icons {
  margin-top: 20px;
}

.circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 10px;
  color: #fff;
  font-size: 16px;
  transition: 0.3s;
}

.circle:hover {
  transform: scale(1.1);
  opacity: 0.9;
}

/* Colors */
.blue {
  background: #3b5998;
} /* Facebook */
.pink {
  background: #e1306c;
} /* Instagram */
.red {
  background: #ff0000;
} /* YouTube */
/* Map */
.map-frame {
  width: 100%;
  height: 150px;
  border: 0;
  border-radius: 5px;
}

/* Bottom Bar */
.footer-bottom {
  background: #000;
  color: #fff;
  padding: 15px 10px;
  font-size: 16px;
  font-weight: 500;
}
/* /////////////////////////////////////////////////////////////////////////////////////////// */
.about-hero {
  position: relative;
  height: 500px;
  background: url("../img/about-bg.jpg") center/cover no-repeat;
  background-attachment: fixed;
}

/* Dark overlay */
.about-hero .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.35);
}

/* Content on top */
.about-hero .container {
  position: relative;
  z-index: 2;
}

/* Text styling */
.about-hero h1 {
  font-size: 40px;
  font-family: Poppins;
  font-weight: 600;
  color: white;
}

/* ////////////////////////////////////////////////////////////////////////// */
/* Section with background */
.story-section {
  position: relative;
  padding: 120px 0;
  padding-bottom: 220px;
  background: url("../img/about-bg2.jpg") center/cover no-repeat;
  background-attachment: fixed;
}

/* Light overlay (like screenshot fade) */
.story-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(128, 128, 128, 0.7);
}

/* Card */
.story-card {
  position: relative;
  z-index: 2;
  background: #fff;
  padding: 60px 80px;
  max-width: 1100px;
  margin: auto;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  margin-top: -170px;
}

/* Headings */
.story-card h2 {
  font-weight: 700;
  font-size: 30px;
}

.story-card h2 span {
  color: #221d94;
  font-size: 35px;
}

/* Subheading */
.story-card h4 {
  margin-top: 15px;
  color: #3b4a7a;
  font-weight: 600;
}

/* Paragraph */
.story-card p {
  margin-top: 20px;
  line-height: 1.8;
  color: #333;
  text-align: justify;
}
@media (max-width: 768px) {
  .story-section {
    background-size: contain; /* reduces image size */
    background-attachment: scroll;
    padding: 50px 15px;
  }

  .story-card {
    padding: 30px 25px;
    margin-top: -80px;
  }

  .story-card h2 {
    font-size: 22px;
  }

  .story-card h2 span {
    font-size: 24px;
  }

  .story-card h4 {
    font-size: 16px;
  }

  .story-card p {
    font-size: 14px;
  }
}
/* //////////////////////////////////////////////////////////////////////////// */
.gallery-img {
  overflow: hidden;
  border-radius: 10px;
}

.gallery-img img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  transition: 0.4s;
}

.gallery-img img:hover {
  transform: scale(1.08);
}
/* /////////////////////////////////////////////////////////////////////////////////////// */
.contact-card {
  background: #fff;
  padding: 40px 25px;
  border-radius: 6px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
  transition: 0.3s ease;
  height: 100%;
}

.contact-card:hover {
  transform: translateY(-5px);
}

.icon-circle {
  width: 90px;
  height: 90px;
  border: 2px solid #1e2f7a;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}

.icon-circle i {
  font-size: 36px;
  color: #1e2f7a;
}

.contact-card h4 {
  color: #1e2f7a;
  font-weight: 700;
  margin-bottom: 15px;
}

.contact-card p {
  color: #333;
  font-size: 16px;
  line-height: 1.6;
}
.map-section iframe {
  width: 100%;
  height: 450px;
  display: block;
}
