@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap");

body {
  font-family: "Poppins", sans-serif;
  margin: 0;
  padding: 0;
  background-color: #f9f9f9;
  color: #2c2c2c;
  letter-spacing: 0.5px;
  line-height: 1.6;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.layout_padding {
  padding-top: 90px;
  padding-bottom: 90px;
}

.layout_padding2 {
  padding: 45px 0;
}

.layout_padding2-top {
  padding-top: 45px;
  padding-bottom: 45px;
}

.layout_padding2-bottom {
  padding-bottom: 45px;
}

.layout_padding-top {
  padding-top: 90px;
}

.layout_padding-bottom {
  padding-bottom: 90px;
}

.heading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.heading_container h2 {
  padding-left: 5px;
  position: relative;
  /* border-left: 7px solid #1d4980; */
  font-weight: bold;
}

.custom-swiper-container {
  width: 99vw;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.custom-slide {
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slider-overlay {
  text-align: center;
  color: #fff;
  z-index: 2;
  position: relative;
  background: rgba(0, 0, 0, 0.4);
  padding: 2rem;
  border-radius: 10px;
}

.slider-title {
  font-size: 3rem;
  font-weight: 700;
  display: block;
  margin-bottom: 1rem;
}

.slider-desc {
  font-size: 1.5rem;
  font-weight: 400;
}

/* Responsive */
@media (max-width: 768px) {
  .slider-title {
    font-size: 2rem;
  }

  .slider-desc {
    font-size: 1rem;
  }
}

/* Header Section */
.header_section {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  background-color: transparent;
  color: #fff;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.header_section.sticky-header {
  background-color: #1d4980;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
}

.navbar-brand img {
  height: 50px;
}

/* Navigation Links */
.nav-links {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-links li a {
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 10px 15px;
  transition: color 0.3s ease, transform 0.3s ease;
}

.nav-links li a:hover {
  color: red;
  font-weight: bold;
  transform: translateY(-3px);
}

.nav-links a.active-tab {
  color: red;
  font-weight: bold;
}

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

.menu-bar {
  width: 25px;
  height: 3px;
  background: #fff;
  transition: 0.3s ease;
}

/* Mobile Styles */
@media (max-width: 768px) {
  .nav-links {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 60px;
    right: 0;
    background-color: #1d4980; /* Matches sticky header color */
    width: 100%;
    text-align: center;
    padding: 20px;
    z-index: 999;
  }

  .nav-links.open {
    display: flex;
  }

  .nav-links li {
    margin: 10px 0;
  }

  .menu-toggle-btn {
    display: flex;
  }
}

/* Sticky Header Shadow Transition */
.header_section.sticky-header .menu-bar {
  background: #fff; /* Ensure menu bars remain visible when sticky */
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-item .nav-link {
  padding: 10px 15px;
  color: #060606;
  text-align: center;
  text-transform: uppercase;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-item.active .nav-link,
.custom_nav-container.navbar-expand-lg .navbar-nav .nav-item:hover .nav-link {
  color: #3554d1;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.navbar-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.custom_nav-container {
  z-index: 99999;
  padding: 0;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler .navbar-toggler-icon {
  background-image: url(../images/menu.png);
  background-size: 50px;
  width: 30px;
  height: 30px;
}

.custom_menu-btn {
  z-index: 9;
  position: absolute;
  right: 15px;
  top: 7px;
}

.custom_menu-btn button {
  margin-top: 12px;
  outline: none;
  border: none;
  background-color: transparent;
}

.custom_menu-btn button span {
  display: block;
  width: 50px;
  height: 5px;
  background-color: #fff;
  margin: 6px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.menu_btn-style {
  position: fixed;
  right: 40px;
  top: 7px;
}

.custom_menu-btn .s-2 {
  width: 25px;
  margin-left: auto;
}

.custom_menu-btn .s-3 {
  width: 25px;
  margin-left: auto;
}

.menu_width {
  width: 100%;
}

.about_section {
  position: relative;
  padding-top: 75px;
}

.about_section .img-box img {
  width: 100%;
  border-radius: 10px;
}

.about_section .detail-box p {
  margin-top: 15px;
}

.about_section .detail-box a {
  display: inline-block;
  padding: 7px 30px;
  background-color: transparent;
  color: #3554d1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #3554d1;
  border-radius: 25px;
  margin-top: 25px;
}

.about_section .square-box {
  position: absolute;
  right: 25px;
  bottom: 0;
  width: 75px;
}

.about_section .square-box img {
  width: 100%;
}

.video-container {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.background-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.video-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: white;
  z-index: 1;
}

.video-title {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

.video-description {
  font-size: 1.5rem;
  margin-bottom: 2rem;
}

.us_section .heading_container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 45px;
}

.us_section .heading_container h2 {
  /* border-left-color: #1d4980; */
  color: #060606;
}

.us_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  color: #ffffff;
  margin: 25px 0;
}

.us_section .box .img-box {
  margin-bottom: 15px;
}

.us_section .box .img-box img {
  width: 100%;
}

.us_section .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 20px;
}

.us_section .btn-box a {
  padding: 7px 30px;
  background-color: #ffffff;
  color: #252525;
  border-radius: 25px;
}

.client_section .heading_container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 45px;
}

.client_section .client_container {
  width: 85%;
  margin: auto;
  border: 1px solid #252525;
}

.client_section .client_container .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 55px 2%;
}

.client_section .client_container .box .img-box {
  min-width: 100px;
  margin-right: 15px;
}

.client_section .client_container .box .img-box img {
  width: 100%;
}

.client_section .client_container .box .detail-box h5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.client_section .client_container .box .detail-box h5 hr {
  width: 45px;
  height: 5px;
  margin: 0;
  margin-left: 5px;
  border: none;
  background-color: #252525;
}

.client_section .client_container div#carouselExampleControls {
  padding: 0 10%;
}

.client_section .client_container div#carouselExampleControls::before {
  content: "";
  width: 50px;
  height: 155px;
  background-color: #1d4980;
  position: absolute;
  left: 10%;
  top: 37px;
}

.client_section .client_container .carousel-control-prev,
.client_section .client_container .carousel-control-next {
  width: 45px;
  height: 45px;
  background-color: #1d4980;
  border-radius: 100%;
  top: 50%;
  opacity: 1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-size: 10px;
  background-position: center;
  background-repeat: no-repeat;
}

.client_section .client_container .carousel-control-prev {
  background-image: url(../images/prev-white.png);
  left: 10px;
}

.client_section .client_container .carousel-control-next {
  background-image: url(../images/next-white.png);
  right: 10px;
}

/* General Footer Styling */
.info_section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: #1d4980;
  color: #fff;
  padding: 40px 20px;
  border-radius: 8px;
}

.info_section h5 {
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 20px;
  color: #fff;
}

.info_section p {
  color: #ecf0f1;
  font-size: 1rem;
  margin: 0;
  line-height: 1.6;
}

/* Contact Information */
.info_contact {
  margin-bottom: 20px;
}

.info_contact .info-item {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.info_contact .img-box {
  margin-right: 10px;
}

.info_contact p {
  font-size: 1rem;
  color: #ecf0f1;
  line-height: 1.6;
}

/* Logo Styling */
.info_section .col-md-4 img {
  max-width: 100%;
  height: auto;
  width: 150px; /* Default width */
}

/* Links Section */
.info_links ul {
  list-style-type: none;
  padding-left: 0;
}

.info_links ul li {
  margin-bottom: 12px;
}

.info_links ul li a {
  font-size: 1rem;
  color: #ecf0f1;
  text-decoration: none;
  transition: color 0.3s ease, font-weight 0.3s ease;
  position: relative; /* Needed for positioning the underline */
}

.info_links ul li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: red;
  transition: width 0.3s ease;
}

.info_links ul li a:hover {
  color: red;
}

.info_links ul li a:hover::after {
  width: 100%;
}

.interactive-link {
  color: #fff;
  text-decoration: none; /* Remove default underline */
  transition: color 0.3s ease, font-weight 0.3s ease;
  position: relative; /* Needed for positioning the underline */
}

.interactive-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0; /* Initially hidden */
  height: 2px; /* Thickness of the underline */
  background-color: red; /* Underline color */
  transition: width 0.3s ease; /* Smooth transition for the underline */
}

.interactive-link:hover {
  color: red; /* Text color on hover */
}

.interactive-link:hover::after {
  width: 100%; /* Underline expands to full width on hover */
}

/* Social Media Icons */
.social_box {
  display: flex;
  gap: 15px;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.social-icon {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #2e6bb6;
  border-radius: 50%;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.social-icon:hover {
  background-color: red;
  transform: scale(1.1);
}

.social-icon img {
  width: 25px;
  height: 25px;
}

/* Footer Bottom Section */
.footer_section {
  background-color: #1d4980;
  color: #ecf0f1;
  padding: 20px 0;
  text-align: center;
  border-top: 1px solid #ecf0f1;
}

.footer_section p {
  font-size: 1.1rem;
  margin: 0;
  color: #ffffff;
}

.footer_section a {
  color: red;
  text-decoration: none; /* Remove default underline */
  font-weight: bold;
  position: relative; /* Needed for positioning the underline */
}

.footer_section a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0; /* Initially hidden */
  height: 2px; /* Thickness of the underline */
  background-color: red; /* Underline color */
  transition: width 0.3s ease; /* Smooth transition for the underline */
}

.footer_section a:hover {
  text-decoration: none; /* Ensure no default underline appears */
}

.footer_section a:hover::after {
  width: 100%; /* Underline expands to full width on hover */
}

.info_section .col-md-4 img {
  width: 100%;
}

/* Media Queries */
@media (max-width: 1024px) {
  .info_section {
    flex-direction: column;
    text-align: center;
    padding: 30px 20px;
  }

  .info_section > div {
    margin-bottom: 30px;
  }

  .info_links ul li a {
    font-size: 0.9rem;
  }

  .social_box {
    justify-content: center;
  }

  .info_section .col-md-4 img {
    width: 220px;
  }
}

@media (max-width: 768px) {
  .info_section {
    padding: 30px 15px;
  }

  .info_section h5 {
    font-size: 1.4rem;
  }

  .info_contact .info-item {
    justify-content: center;
  }

  .social_box {
    gap: 10px;
  }

  .social-icon {
    width: 45px;
    height: 45px;
  }

  .social-icon img {
    width: 20px;
    height: 20px;
  }

  .info_section .col-md-4 img {
    width: 200px;
  }
}

@media (max-width: 480px) {
  .info_section h5 {
    font-size: 1.2rem;
  }

  .info_links ul li a {
    font-size: 0.85rem;
  }

  .footer_section p {
    font-size: 0.9rem;
  }

  .social-icon {
    width: 40px;
    height: 40px;
  }

  .social-icon img {
    width: 18px;
    height: 18px;
  }

  .info_section .col-md-4 img {
    width: 150px;
  }
}

/* User Form */
.form-container {
  background: #ffffff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.form-container form {
  display: flex;
  flex-direction: column;
}

.form-group {
  margin-bottom: 20px;
}

.form-group input,
.form-group textarea {
  width: 100%;
  padding: 15px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 14px;
  color: #333;
  transition: border-color 0.3s ease;
  background-color: #f9f9f9;
}

.form-group input:focus,
.form-group textarea:focus {
  outline: none;
  border-color: #1d4980;
  background-color: #fff;
}

textarea.message-box {
  resize: none;
}

.button-container {
  text-align: center;
}

.button-container button {
  background-color: #ffffff;
  color: #1d4980;
  padding: 15px 25px;
  font-size: 16px;
  font-weight: bold;
  border: 1px solid #1d4980;
  border-radius: 25px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  width: 100%;
}

.button-container button:hover {
  background-color: #1d4980;
  color: #ffffff;
}

@media (max-width: 768px) {
  .form-container {
    margin: 20px;
  }

  .button-container button {
    font-size: 14px;
  }
}

/* Contact Us */
.contact-hero-section {
  position: relative;
  background: url("/images/slider-images/s-1.jpg") no-repeat center center;
  background-size: cover;
  height: 400px;
  color: #fff;
  text-align: center;
}

.contact-hero-section .hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* dark overlay for contrast */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.contact-hero-section .hero-overlay h1 {
  font-size: 3rem;
  margin: 0;
}

.contact-hero-section .hero-overlay p {
  font-size: 1.2rem;
  margin-top: 15px;
}

/* Contact Section */
.contact_section {
  padding: 40px 20px;
  background-color: #fff;
}

.contact_section .heading_container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px;
}

.contact_section .heading_container h2 {
  font-size: 2.5rem;
  color: #333;
}

.contact_section .contact_section_row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.contact_section .contact_section_row .map_container {
  flex: 1;
  margin-right: 20px;
}

.contact_section .contact_section_row .map_container .map-responsive {
  overflow: hidden;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  max-width: 100%;
}

.map-responsive {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.map-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* Project Section */
.project-section-container {
  display: flex;
  flex-direction: column;
  gap: 60px;
  padding: 40px 20px;
  background-color: #f9f9f9;
}

.project-section {
  display: flex;
  align-items: center;
  gap: 40px;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  padding: 30px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.project-section:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.2);
}

.project-section.image-right {
  flex-direction: row;
}

.project-section.image-left {
  flex-direction: row-reverse;
}

.project-content {
  flex: 1;
  text-align: left;
}

.project-content h2 {
  font-size: 1.8rem;
  color: #1d4980;
  margin-bottom: 15px;
  font-weight: bold;
}

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

.project-video {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.project-image {
  flex: 1;
  text-align: center;
  position: relative;
}

.project-badge {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 5px 10px;
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  font-size: 12px;
  font-weight: bold;
  border-radius: 5px;
}

.project-badge.live {
  background-color: green;
}

.project-badge.upcoming {
  background-color: orange;
}

.project-image img {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  height: 100%;
}

.project-image img:hover {
  transform: scale(1.05);
}

.title-with-logo {
  display: flex;
  align-items: center;
  gap: 15px;
}

.project-logo {
  width: 100px;
  height: auto;
  object-fit: contain;
}

.project-section-container {
  margin: 20px auto;
}

.project-section {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .title-with-logo {
    flex-direction: column;
    align-items: flex-start;
  }
}

.image-right .project-content {
  order: 2;
}

.image-left .project-content {
  order: 1;
}

.button-container {
  display: flex;
  gap: 10px;
}

@media (max-width: 768px) {
  .project-section {
    flex-direction: column;
  }

  .project-section.image-left {
    flex-direction: column;
  }

  .project-section.image-right {
    flex-direction: column;
  }

  .project-image img {
    max-width: 100%;
  }
}

/* About Section */
.timeline-container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
}

.timeline-item {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 80px;
  position: relative;
}

.timeline-item.left .timeline-content {
  text-align: right;
}

.timeline-item.right .timeline-content {
  text-align: left;
}

.timeline-content {
  flex: 1;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
  padding: 30px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.timeline-content h2 {
  font-size: 2rem;
  color: #1d4980;
  margin-bottom: 10px;
}

.timeline-content h3 {
  font-size: 1.5rem;
  color: #1d4980;
  margin-bottom: 15px;
}

.timeline-content p {
  font-size: 1rem;
  color: #555;
  line-height: 1.8;
}

.timeline-content:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2);
}

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

.timeline-image img {
  width: 100%;
  max-width: 500px;
  border-radius: 12px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.timeline-image img:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
}

.timeline-container::before {
  content: "";
  position: absolute;
  left: 50%;
  width: 4px;
  height: 100%;
  background: #1d4980;
  top: 0;
  transform: translateX(-50%);
  z-index: 1;
}

.timeline-item::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: #1d4980;
  border: 4px solid #ffffff;
  border-radius: 50%;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
}

.timeline-item.left::before {
  left: calc(50% - 10px);
}

.timeline-item.right::before {
  right: calc(50% - 10px);
}

.partners-section {
  padding: 60px 0;
  background-color: #f9f9f9;
}

.partners-section h2 {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 30px;
}

.partners-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.partner {
  display: flex;
  align-items: center;
  margin: 20px;
  padding: 10px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  max-width: 400px;
}

.partner-image {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin-right: 20px;
}

.partner-info h4 {
  font-size: 1.25rem;
  font-weight: bold;
}

.partner-info p {
  font-size: 0.9rem;
  color: #555;
}

@media (max-width: 768px) {
  .timeline-item {
    flex-direction: column;
    align-items: flex-start;
  }

  .timeline-content {
    text-align: left;
  }

  .timeline-image img {
    max-width: 100%;
  }

  .timeline-container::before {
    left: 10px;
  }

  .timeline-item::before {
    left: calc(10px - 12px);
  }
}

/* Intro container styling */
.katha-intro-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  text-align: center;
  width: 100%;
}
.intro-container {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  background-color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.intro-heading,
.intro-text {
  font-weight: bold;
  color: #1d4980;
  opacity: 0;
  animation: fadeIn 1.5s ease forwards;
}

.intro-heading {
  animation-delay: 0s;
}

.intro-logo {
  max-width: 300px;
  margin: 20px 0;
  opacity: 0;
  animation: fadeIn 2s ease forwards;
  animation-delay: 0.5s;
}

.intro-text {
  animation-delay: 1s;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Loading Logo */
.katha-loading-intro-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  text-align: center;
  width: 100%;
}
.loading-intro-container {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 82%;
  background-color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.loading-intro-heading,
.loading-intro-text {
  font-weight: bold;
  color: #1d4980;
  opacity: 1;
}

.loading-intro-logo {
  max-width: 300px;
  margin: 20px 0;
  opacity: 1;
}

/* On Going Projects */
.sale-section {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  padding: 60px 20px;
  position: relative;
  overflow: hidden;
}

.sale-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="%23ffffff" opacity="0.1"/><circle cx="75" cy="75" r="1" fill="%23ffffff" opacity="0.1"/><circle cx="50" cy="10" r="0.5" fill="%23ffffff" opacity="0.1"/><circle cx="10" cy="60" r="0.5" fill="%23ffffff" opacity="0.1"/><circle cx="90" cy="40" r="0.5" fill="%23ffffff" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
  pointer-events: none;
}

.sale-section .heading_container {
  text-align: center;
  margin-bottom: 50px;
  position: relative;
  z-index: 1;
}

.sale-section .heading_container h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #1d4980;
  margin-bottom: 15px;
  position: relative;
  display: inline-block;
}

.sale-section .heading_container h2::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: #1d4980;
  border-radius: 2px;
}

.carousel-container {
  padding-top: 30px;
  position: relative;
  z-index: 1;
}

.project-card {
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  height: 100%;
  display: flex;
  flex-direction: column;
}

.project-card:hover {
  transform: translateY(-15px) scale(1.02);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.image-container {
  position: relative;
  overflow: hidden;
}

.image-container img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.project-card:hover .image-container img {
  transform: scale(1.1);
}

.status-badge {
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 8px 16px;
  font-size: 11px;
  font-weight: 700;
  border-radius: 25px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(10px);
}

.status-badge.live {
  background: linear-gradient(135deg, #28a745, #20c997);
}

.status-badge.upcoming {
  background: linear-gradient(135deg, #ffc107, #fd7e14);
}

.status-badge.completed {
  background: linear-gradient(135deg, #6c757d, #495057);
}

.content {
  display: flex;
  flex-direction: column;
  padding: 25px;
  flex: 1;
  gap: 20px;
}

.project-logo {
  text-align: center;
  margin-bottom: 10px;
}

.project-logo img {
  width: 80px;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}

.content-details {
  flex: 1;
  text-align: center;
}

.content-details h4 {
  font-size: 18px;
  color: #1d4980;
  margin-bottom: 15px;
  font-weight: 700;
  line-height: 1.3;
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.details,
.location {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 14px;
  color: #6c757d;
  margin-bottom: 8px;
  font-weight: 500;
}

.details img,
.location img {
  width: 16px;
  height: 16px;
  opacity: 0.7;
}

.btn-find-more {
  font-size: 13px;
  display: inline-block;
  padding: 12px 30px;
  border: 2px solid #1d4980;
  color: #1d4980;
  border-radius: 30px;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  transition: all 0.3s ease;
  cursor: pointer;
  letter-spacing: 0.5px;
  background: transparent;
  position: relative;
  overflow: hidden;
  margin-top: auto;
}

.btn-find-more::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #1d4980;
  transition: left 0.3s ease;
  z-index: -1;
}

.btn-find-more:hover {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(29, 73, 128, 0.3);
}

.btn-find-more:hover::before {
  left: 0;
}

.explore-more-project {
  display: flex;
  justify-content: center;
  padding-top: 40px;
  position: relative;
  z-index: 1;
}

.explore-more-project .btn-find-more {
  background: #1d4980;
  color: #fff;
  border: none;
  padding: 15px 40px;
  font-size: 14px;
  box-shadow: 0 8px 25px rgba(29, 73, 128, 0.3);
}

.explore-more-project .btn-find-more:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(29, 73, 128, 0.4);
}

/* Swiper Customization */
.sale-section .swiper {
  padding: 20px 0;
}

.sale-section .swiper-slide {
  height: auto;
}

.sale-section .swiper-button-next,
.sale-section .swiper-button-prev {
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  transition: all 0.3s ease;
}

.sale-section .swiper-button-next:hover,
.sale-section .swiper-button-prev:hover {
  background: #fff;
  transform: scale(1.1);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.sale-section .swiper-button-next::after,
.sale-section .swiper-button-prev::after {
  font-size: 18px;
  color: #1d4980;
  font-weight: bold;
}

/* Swiper Pagination */
.sale-section .swiper-pagination {
  position: relative;
  margin-top: 30px;
}

.sale-section .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: rgba(29, 73, 128, 0.3);
  opacity: 1;
  transition: all 0.3s ease;
  margin: 0 6px;
}

.sale-section .swiper-pagination-bullet-active {
  background: #1d4980;
  transform: scale(1.2);
  box-shadow: 0 2px 8px rgba(29, 73, 128, 0.4);
}

/* Touch improvements for mobile */
.project-card {
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}

.btn-find-more {
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}

/* Loading animation for images */
.image-container img {
  opacity: 0;
  animation: fadeInImage 0.6s ease forwards;
}

@keyframes fadeInImage {
  from {
    opacity: 0;
    transform: scale(0.95);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

/* Smooth scrolling for better mobile experience */
.sale-section {
  scroll-behavior: smooth;
}

/* Better focus states for accessibility */
.btn-find-more:focus {
  outline: 2px solid #1d4980;
  outline-offset: 2px;
}

.project-card:focus-within {
  outline: 2px solid #1d4980;
  outline-offset: 4px;
  border-radius: 20px;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .sale-section {
    padding: 50px 15px;
  }

  .sale-section .heading_container h2 {
    font-size: 2.2rem;
  }

  .image-container img {
    height: 250px;
  }
}

@media (max-width: 768px) {
  .sale-section {
    padding: 40px 10px;
  }

  .sale-section .heading_container h2 {
    font-size: 1.8rem;
  }

  .sale-section .heading_container h2::after {
    width: 60px;
    height: 3px;
  }

  .carousel-container {
    padding: 0 5px;
  }

  .project-card {
    border-radius: 15px;
  }

  .image-container img {
    height: 200px;
  }

  .content {
    padding: 20px;
    gap: 15px;
  }

  .project-logo img {
    width: 60px;
  }

  .content-details h4 {
    font-size: 16px;
    min-height: auto;
    margin-bottom: 12px;
  }

  .details,
  .location {
    font-size: 13px;
    margin-bottom: 6px;
  }

  .details img,
  .location img {
    width: 14px;
    height: 14px;
  }

  .btn-find-more {
    font-size: 12px;
    padding: 10px 25px;
  }

  .explore-more-project .btn-find-more {
    padding: 12px 30px;
    font-size: 13px;
  }

  .sale-section .swiper-button-next,
  .sale-section .swiper-button-prev {
    width: 40px;
    height: 40px;
  }

  .sale-section .swiper-button-next::after,
  .sale-section .swiper-button-prev::after {
    font-size: 14px;
  }

  .sale-section .swiper-pagination {
    margin-top: 20px;
  }

  .sale-section .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 4px;
  }
}

@media (max-width: 480px) {
  .sale-section {
    padding: 30px 5px;
  }

  .sale-section .heading_container h2 {
    font-size: 1.5rem;
  }

  .sale-section .heading_container h2::after {
    width: 50px;
    height: 2px;
  }

  .image-container img {
    height: 180px;
  }

  .content {
    padding: 15px;
    gap: 12px;
  }

  .project-logo img {
    width: 50px;
  }

  .content-details h4 {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .details,
  .location {
    font-size: 12px;
    margin-bottom: 5px;
  }

  .details img,
  .location img {
    width: 12px;
    height: 12px;
  }

  .btn-find-more {
    font-size: 11px;
    padding: 8px 20px;
  }

  .explore-more-project .btn-find-more {
    padding: 10px 25px;
    font-size: 12px;
  }

  .status-badge {
    top: 15px;
    right: 15px;
    padding: 6px 12px;
    font-size: 10px;
  }

  .sale-section .swiper-pagination {
    margin-top: 15px;
  }

  .sale-section .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 3px;
  }
}

/* Container */
.pd-container {
  /* margin: 0 auto; */
  /* max-width: 1200px; */
  /* padding: 0 20px; */
}

/* Hero Section */
.pd-hero {
  position: relative;
  display: inline-block;
}

.pd-hero-img {
  width: 100%;
  height: auto;
}

.pd-hero-label {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background-color: white;
  color: red;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: bold;
  border-radius: 4px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

/* Main Content: Image and Details */
.pd-image-details-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 40px 20px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
}

/* Left Side: Image */
.pd-image-container {
  max-width: 50%;
  padding: 20px;
}

.pd-image {
  width: 100%;
  border-radius: 12px;
  object-fit: cover;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

/* Right Side: Details */
.pd-details-container {
  max-width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
}

/* Logo and Title Row */
.pd-logo-title-row {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.pd-logo {
  width: 100px;
  height: auto;
  margin-right: 20px;
  object-fit: contain;
}

.pd-info-title {
  font-size: 1.6rem;
  color: #1d4980;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

/* Project Details */
.pd-info p {
  font-size: 1.1rem;
  color: #555;
  margin-bottom: 1rem;
  line-height: 1.6;
}

.pd-description p {
  font-size: 1rem;
  color: #666;
  margin-bottom: 1.2rem;
  line-height: 1.8;
  text-align: justify;
}

/* Buttons */
.pd-buttons {
  display: flex;
  gap: 20px;
  padding-top: 30px;
}

.contact-email {
  color: #666;
  text-decoration: none;
  position: relative;
}

.contact-email::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #2e6bb6;
  transition: width 0.3s ease;
}

.contact-email:hover {
  color: #2e6bb6;
  text-decoration: none;
}

.contact-email:hover::after {
  width: 100%;
}

/* Responsive Design */
@media (max-width: 768px) {
  .pd-image-details-container {
    flex-direction: column;
    margin-top: 0;
  }

  .pd-image-container,
  .pd-details-container {
    max-width: 100%;
  }

  .pd-logo-title-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .pd-info-title {
    margin-top: 10px;
  }
}

/* Section Styling */
.pd-section {
  padding: 60px 20px;
  background-color: #f9f9f9;
  margin-top: 20px;
  border-radius: 8px;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
}

.pd-section-title {
  font-size: 2rem;
  color: #1d4980;
  text-align: center;
  margin-bottom: 30px;
  font-weight: 600;
}

/* Amenities and Features Grid */
.pd-amenities,
.pd-features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
}

/* Card Design */
.pd-card {
  background-color: #fff;
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s, box-shadow 0.2s;
}

.pd-card:hover {
  transform: translateY(-5px);
  box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.15);
}

.pd-card p {
  font-size: 1rem;
  color: #555;
  margin: 0;
}

/* Responsive Grid Adjustments */
@media (max-width: 768px) {
  .pd-amenities,
  .pd-features {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  }
}

.error {
  font-size: 12px;
  color: red;
  padding-left: 5px;
}

/* Get in Touch Button */

.gt-btn-div {
  display: flex;
  justify-content: center;
  padding: 1rem;
  padding-bottom: 4rem;
}

.learn-more {
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  border: 0;
  vertical-align: middle;
  text-decoration: none;
  background: transparent;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
  width: 12rem;
  height: auto;
}

.learn-more .circle {
  position: relative;
  display: block;
  margin: 0;
  width: 3rem;
  height: 3rem;
  background: #1d4980;
  border-radius: 1.625rem;
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
}

.learn-more .circle .icon {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: white;
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
}

.learn-more .circle .icon.arrow {
  left: 0.625rem;
  width: 1.125rem;
  height: 0.125rem;
  background: none;
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
}

.learn-more .circle .icon.arrow::before {
  position: absolute;
  content: "";
  top: -0.25rem;
  right: 0.0625rem;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 0.125rem solid white;
  border-right: 0.125rem solid white;
  transform: rotate(45deg);
}

.learn-more .button-text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.75rem 0;
  margin: 0 0 0 1.85rem;
  color: #1d4980;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
}

.learn-more:hover .circle {
  width: 100%;
}

.learn-more:hover .circle .icon.arrow {
  background: white;
  transform: translate(1rem, 0);
}

.learn-more:hover .button-text {
  color: white;
}

/* Broucher form */
/* Modal Background */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  padding: 1rem;
  box-sizing: border-box;
}

/* Modal Content */
.modal-content {
  background: #fff;
  width: 100%;
  max-width: 400px;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  animation: fadeIn 0.3s ease-in-out;
  text-align: center;
}

/* Modal Header */
.modal-content h2 {
  font-size: 1.5rem;
  color: #333;
  margin-bottom: 1rem;
}

/* Input Field */
.modal-content label {
  display: block;
  font-size: 0.9rem;
  color: #000;
  margin-bottom: 0.3rem;
  text-align: left;
}

.modal-content input {
  width: 100%;
  padding: 10px;
  margin-bottom: 1rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1rem;
  box-sizing: border-box;
}

.modal-content input:focus {
  border-color: #1d4980;
  outline: none;
  box-shadow: 0px 0px 4px rgba(0, 123, 255, 0.5);
}

@media (max-width: 768px) {
  .modal-content {
    max-width: 90%;
    padding: 15px;
  }

  .modal-content h2 {
    font-size: 1.25rem;
  }

  .modal-content input {
    padding: 8px;
    font-size: 0.9rem;
  }
}

/* Animation */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

/* Testimonials Section */
.testimonials_section {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  padding: 80px 20px;
  position: relative;
  overflow: hidden;
}

.testimonials_section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="testimonial-grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="%23ffffff" opacity="0.1"/><circle cx="75" cy="75" r="1" fill="%23ffffff" opacity="0.1"/><circle cx="50" cy="10" r="0.5" fill="%23ffffff" opacity="0.1"/><circle cx="10" cy="60" r="0.5" fill="%23ffffff" opacity="0.1"/><circle cx="90" cy="40" r="0.5" fill="%23ffffff" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23testimonial-grain)"/></svg>');
  pointer-events: none;
}

.testimonials_section .heading_container {
  text-align: center;
  margin-bottom: 60px;
  position: relative;
  z-index: 1;
}

.testimonials_section .heading_container h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #1d4980;
  margin-bottom: 15px;
  position: relative;
  display: inline-block;
}

.testimonials_section .heading_container h2::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: #1d4980;
  border-radius: 2px;
}

.section-subtitle {
  font-size: 1.1rem;
  color: #6c757d;
  margin-top: 10px;
  font-weight: 400;
}

.testimonials_container {
  position: relative;
  z-index: 1;
}

.testimonial-card {
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}

.testimonial-card::before {
  content: '"';
  position: absolute;
  top: 20px;
  right: 25px;
  font-size: 4rem;
  color: rgba(29, 73, 128, 0.1);
  font-family: serif;
  line-height: 1;
}

.testimonial-card:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}

.testimonial-header {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 25px 25px 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.customer-avatar {
  flex-shrink: 0;
}

.customer-avatar img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #1d4980;
  box-shadow: 0 4px 12px rgba(29, 73, 128, 0.2);
}

.customer-info {
  flex: 1;
}

.customer-info h4 {
  font-size: 1.1rem;
  font-weight: 700;
  color: #1d4980;
  margin: 0 0 5px 0;
  line-height: 1.2;
}

.customer-location {
  font-size: 0.9rem;
  color: #6c757d;
  margin: 0 0 8px 0;
  font-weight: 500;
}

.rating {
  display: flex;
  gap: 2px;
}

.star {
  color: #ffc107;
  font-size: 1rem;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.testimonial-content {
  flex: 1;
  padding: 20px 25px;
}

.testimonial-content p {
  font-size: 1rem;
  line-height: 1.6;
  color: #495057;
  margin: 0;
  font-style: italic;
  position: relative;
}

.testimonial-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 25px 25px;
  background: linear-gradient(
    135deg,
    rgba(29, 73, 128, 0.05),
    rgba(40, 167, 69, 0.05)
  );
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.project-name {
  font-size: 0.9rem;
  font-weight: 600;
  color: #1d4980;
  background: rgba(29, 73, 128, 0.1);
  padding: 4px 12px;
  border-radius: 15px;
}

.purchase-date {
  font-size: 0.8rem;
  color: #6c757d;
  font-weight: 500;
}

/* Testimonials Swiper Customization */
.testimonials-swiper {
  padding: 20px 0;
}

.testimonials-swiper .swiper-slide {
  height: auto;
}

.testimonials-swiper .swiper-button-next,
.testimonials-swiper .swiper-button-prev {
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 50%;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  transition: all 0.3s ease;
  border: 2px solid rgba(29, 73, 128, 0.1);
}

.testimonials-swiper .swiper-button-next:hover,
.testimonials-swiper .swiper-button-prev:hover {
  background: #fff;
  transform: scale(1.1);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
  border-color: #1d4980;
}

.testimonials-swiper .swiper-button-next::after,
.testimonials-swiper .swiper-button-prev::after {
  font-size: 18px;
  color: #1d4980;
  font-weight: bold;
}

/* Testimonials Pagination */
.testimonials-swiper .swiper-pagination {
  position: relative;
  margin-top: 40px;
}

.testimonials-swiper .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: rgba(29, 73, 128, 0.3);
  opacity: 1;
  transition: all 0.3s ease;
  margin: 0 6px;
}

.testimonials-swiper .swiper-pagination-bullet-active {
  background: #1d4980;
  transform: scale(1.2);
  box-shadow: 0 2px 8px rgba(29, 73, 128, 0.4);
}

/* Touch improvements for mobile */
.testimonial-card {
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}

/* Loading animation for testimonials */
.testimonial-card {
  opacity: 0;
  animation: fadeInTestimonial 0.8s ease forwards;
}

@keyframes fadeInTestimonial {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Responsive Design for Testimonials */
@media (max-width: 1024px) {
  .testimonials_section {
    padding: 60px 15px;
  }

  .testimonials_section .heading_container h2 {
    font-size: 2.2rem;
  }

  .testimonial-header {
    padding: 20px 20px 15px;
  }

  .testimonial-content {
    padding: 15px 20px;
  }

  .testimonial-footer {
    padding: 12px 20px 20px;
  }
}

@media (max-width: 768px) {
  .testimonials_section {
    padding: 50px 10px;
  }

  .testimonials_section .heading_container h2 {
    font-size: 1.8rem;
  }

  .testimonials_section .heading_container h2::after {
    width: 60px;
    height: 3px;
  }

  .section-subtitle {
    font-size: 1rem;
  }

  .testimonial-card {
    border-radius: 15px;
  }

  .testimonial-card::before {
    font-size: 3rem;
    top: 15px;
    right: 20px;
  }

  .testimonial-header {
    padding: 20px 20px 15px;
    gap: 12px;
  }

  .customer-avatar img {
    width: 50px;
    height: 50px;
  }

  .customer-info h4 {
    font-size: 1rem;
  }

  .customer-location {
    font-size: 0.85rem;
  }

  .star {
    font-size: 0.9rem;
  }

  .testimonial-content {
    padding: 15px 20px;
  }

  .testimonial-content p {
    font-size: 0.95rem;
  }

  .testimonial-footer {
    padding: 10px 20px 20px;
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
  }

  .project-name {
    font-size: 0.85rem;
  }

  .purchase-date {
    font-size: 0.75rem;
  }

  .testimonials-swiper .swiper-button-next,
  .testimonials-swiper .swiper-button-prev {
    width: 40px;
    height: 40px;
  }

  .testimonials-swiper .swiper-button-next::after,
  .testimonials-swiper .swiper-button-prev::after {
    font-size: 14px;
  }

  .testimonials-swiper .swiper-pagination {
    margin-top: 30px;
  }

  .testimonials-swiper .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 4px;
  }
}

@media (max-width: 480px) {
  .testimonials_section {
    padding: 40px 5px;
  }

  .testimonials_section .heading_container h2 {
    font-size: 1.5rem;
  }

  .testimonials_section .heading_container h2::after {
    width: 50px;
    height: 2px;
  }

  .section-subtitle {
    font-size: 0.9rem;
  }

  .testimonial-card::before {
    font-size: 2.5rem;
    top: 12px;
    right: 15px;
  }

  .testimonial-header {
    padding: 15px 15px 12px;
    gap: 10px;
  }

  .customer-avatar img {
    width: 45px;
    height: 45px;
  }

  .customer-info h4 {
    font-size: 0.95rem;
  }

  .customer-location {
    font-size: 0.8rem;
  }

  .star {
    font-size: 0.85rem;
  }

  .testimonial-content {
    padding: 12px 15px;
  }

  .testimonial-content p {
    font-size: 0.9rem;
  }

  .testimonial-footer {
    padding: 8px 15px 15px;
  }

  .project-name {
    font-size: 0.8rem;
    padding: 3px 10px;
  }

  .purchase-date {
    font-size: 0.7rem;
  }

  .testimonials-swiper .swiper-pagination {
    margin-top: 25px;
  }

  .testimonials-swiper .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 3px;
  }
}

/* Modern Footer Styling */
.footer-wrapper {
  background: #1d4980;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.footer-wrapper::before {
  display: none;
}

.info_section {
  padding: 60px 0 40px;
  position: relative;
  z-index: 1;
  background: #1d4980;
}

.footer-content {
  display: grid;
  grid-template-columns: 2fr 2fr 1fr 1.5fr;
  gap: 40px;
  align-items: start;
}

.company-info {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.footer-logo {
  margin-bottom: 15px;
}

.logo-img {
  max-width: 180px;
  height: auto;
  filter: none;
  transition: transform 0.3s ease;
}

.logo-img:hover {
  transform: scale(1.05);
}

.company-description {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #fff;
  margin-bottom: 20px;
  opacity: 0.95;
}

.footer-title {
  font-size: 1.2rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 25px;
  position: relative;
  padding-bottom: 10px;
}

.footer-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 3px;
  background: #fff;
  border-radius: 2px;
}

.contact-items {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.contact-item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}

.contact-details {
  flex: 1;
}

.contact-details h6 {
  font-size: 0.9rem;
  font-weight: 600;
  color: #fff;
  margin: 0 0 5px 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.contact-link {
  color: #fff;
  text-decoration: none;
  font-size: 0.9rem;
  line-height: 1.4;
  transition: all 0.3s ease;
  display: block;
  word-wrap: break-word;
}

.contact-link:hover {
  color: #b3c6e7;
  transform: translateX(5px);
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-link {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 500;
  transition: all 0.3s ease;
  padding: 8px 0;
  border-radius: 8px;
  padding-left: 10px;
}

.footer-link:hover {
  color: #b3c6e7;
  background: rgba(255, 255, 255, 0.08);
  transform: translateX(5px);
}

.link-icon {
  font-size: 1.1rem;
  opacity: 0.8;
}

.social-links {
  display: flex;
  gap: 15px;
  margin-bottom: 30px;
}

.social-link {
  width: 45px;
  height: 45px;
  /* background: #fff; */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.3s ease;
  border: 2px solid #1d4980;
}

.social-link img {
  width: 22px;
  height: 22px;
  filter: none;
  transition: filter 0.3s ease;
}

.social-link:hover {
  background: #b3c6e7;
}

.social-link:hover img {
  filter: brightness(0) invert(1);
}

.footer-bottom {
  background: #fff;
  padding: 20px 0;
  border-top: 2px solid #1d4980;
  position: relative;
  z-index: 1;
}

.footer-bottom-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}

.copyright p,
.developer-credit p {
  margin: 0;
  font-size: 0.9rem;
  color: #fff;
}

.developer-link {
  color: #1d4980;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s ease;
}

.developer-link:hover {
  color: #b3c6e7;
  text-decoration: underline;
}

@media (max-width: 1024px) {
  .footer-content {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
  .company-info {
    grid-column: 1 / -1;
  }
  .info_section {
    padding: 50px 0 30px;
  }
}
@media (max-width: 768px) {
  .footer-content {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .info_section {
    padding: 40px 0 25px;
  }
  .footer-title {
    font-size: 1.1rem;
    margin-bottom: 20px;
  }
  .company-stats {
    gap: 20px;
  }
  .stat-number {
    font-size: 1.3rem;
  }
  .contact-item {
    gap: 12px;
  }
  .contact-icon {
    width: 35px;
    height: 35px;
  }
  .contact-icon img {
    width: 16px;
    height: 16px;
  }
  .social-links {
    gap: 12px;
  }
  .social-link {
    width: 40px;
    height: 40px;
  }
  .social-link img {
    width: 18px;
    height: 18px;
  }
  .newsletter-form {
    flex-direction: column;
  }
  .newsletter-input {
    min-width: auto;
  }
  .footer-bottom-content {
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }
}
@media (max-width: 480px) {
  .info_section {
    padding: 30px 0 20px;
  }
  .footer-content {
    gap: 25px;
  }
  .logo-img {
    max-width: 150px;
  }
  .company-description {
    font-size: 0.9rem;
  }
  .company-stats {
    flex-direction: column;
    gap: 15px;
  }
  .stat-item {
    flex-direction: row;
    gap: 10px;
  }
  .contact-item {
    gap: 10px;
  }
  .contact-icon {
    width: 30px;
    height: 30px;
  }
  .contact-icon img {
    width: 14px;
    height: 14px;
  }
  .contact-details h6 {
    font-size: 0.8rem;
  }
  .contact-link {
    font-size: 0.85rem;
  }
  .footer-link {
    font-size: 0.9rem;
    gap: 8px;
  }
  .social-links {
    gap: 10px;
  }
  .social-link {
    width: 35px;
    height: 35px;
  }
  .social-link img {
    width: 16px;
    height: 16px;
  }
  .newsletter-section h6 {
    font-size: 0.95rem;
  }
  .newsletter-section p {
    font-size: 0.8rem;
  }
  .newsletter-input,
  .newsletter-btn {
    padding: 10px 15px;
    font-size: 0.85rem;
  }
  .copyright p,
  .developer-credit p {
    font-size: 0.8rem;
  }
}

/* === Enhanced Footer Styles (Red Accent & Improved Visuals) === */
.enhanced-footer {
  background: #1d4980;
  color: #fff;
  position: relative;
  overflow: hidden;
  padding-top: 0;
}

.enhanced-footer-container {
  padding: 70px 0 0 0;
}

.enhanced-footer-content {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: space-between;
}

.enhanced-footer .footer-column {
  border-radius: 22px;
  box-shadow: 0 8px 32px 0 rgba(30, 60, 120, 0.18);
  padding: 38px 28px;
  min-width: 220px;
  flex: 1 1 240px;
  margin-bottom: 40px;
  transition: box-shadow 0.3s, background 0.3s;
  border: 1.5px solid rgba(255, 59, 63, 0.08);
}

/* Remove card effect from Quick Links only */
.enhanced-footer .enhanced-quick-links {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.enhanced-footer-logo {
  margin-bottom: 22px;
  text-align: left;
}
.enhanced-logo-img {
  width: 130px;
  border-radius: 14px;
  background: #fff;
  padding: 7px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s;
}
.enhanced-logo-img:hover {
  transform: scale(1.09) rotate(-2deg);
}

.enhanced-company-description {
  color: #f3f6fa;
  font-size: 1.08rem;
  margin-top: 10px;
  line-height: 1.8;
}

.enhanced-footer-title {
  font-size: 1.32rem;
  font-weight: 700;
  margin-bottom: 22px;
  color: #fff;
  letter-spacing: 1px;
  position: relative;
  text-shadow: 0 2px 8px rgba(30, 60, 120, 0.1);
}
.enhanced-footer-title::after {
  content: "";
  display: block;
  width: 38px;
  height: 3px;
  background: #ff3b3f;
  border-radius: 2px;
  margin-top: 8px;
}

.enhanced-contact-items {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.enhanced-contact-link {
  color: #ff3b3f;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.2s;
  word-break: break-word;
}
.enhanced-contact-link:hover {
  color: #fff;
  text-decoration: underline;
}

.enhanced-footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.enhanced-footer-link {
  color: #f3f6fa;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.13rem;
  transition: color 0.2s, padding-left 0.2s;
  padding-left: 0;
  letter-spacing: 0.5px;
}
.enhanced-footer-link:hover {
  color: #ff3b3f;
  padding-left: 10px;
}

.enhanced-social-links {
  display: flex;
  gap: 22px;
  margin-top: 14px;
}
.enhanced-social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: rgba(255, 59, 63, 0.13);
  border-radius: 50%;
  transition: background 0.2s, transform 0.2s, box-shadow 0.2s;
  box-shadow: 0 2px 12px rgba(255, 59, 63, 0.1);
  border: 2px solid transparent;
}
.enhanced-social-link img {
  width: 26px;
  height: 26px;
}
.enhanced-social-link:hover {
  background: #ff3b3f;
  transform: scale(1.15);
  box-shadow: 0 4px 18px #ff3b3f44;
  border: 2px solid #fff;
}

.enhanced-footer-bottom {
  background: rgba(0, 0, 0, 0.16);
  padding: 22px 0;
  margin-top: 0;
}
.enhanced-footer-bottom-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}
.enhanced-copyright p {
  color: #f3f6fa;
  font-size: 1.05rem;
  margin: 0;
}
.enhanced-developer-link {
  color: #ff3b3f;
  font-weight: 700;
  text-decoration: none;
  transition: color 0.2s;
}
.enhanced-developer-link:hover {
  color: #fff;
  text-decoration: underline;
}

/* Responsive Styles for Enhanced Footer */
@media (max-width: 1024px) {
  .enhanced-footer-content {
    flex-direction: column;
    gap: 0;
  }
  .enhanced-footer .footer-column {
    margin-bottom: 28px;
    min-width: 0;
  }
  .enhanced-footer-container {
    padding: 44px 0 0 0;
  }
}
@media (max-width: 768px) {
  .enhanced-footer-container {
    padding: 20px 0 0 0;
  }
  .enhanced-footer-content {
    flex-direction: column;
    gap: 0;
  }
  .enhanced-footer .footer-column {
    padding: 16px 4px;
    margin-bottom: 12px;
    border-radius: 14px;
  }
  .enhanced-footer-title {
    font-size: 1.08rem;
  }
  .enhanced-footer-link {
    font-size: 1rem;
  }
  .enhanced-social-link {
    width: 40px;
    height: 40px;
  }
  .enhanced-social-link img {
    width: 20px;
    height: 20px;
  }
  .enhanced-footer-bottom-content {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  .enhanced-footer .footer-column {
    min-width: 0;
    width: 100%;
    box-sizing: border-box;
  }
}
@media (max-width: 480px) {
  .enhanced-footer .footer-column {
    padding: 8px 0;
    border-radius: 8px;
  }
  .enhanced-footer-logo {
    text-align: center;
  }
  .enhanced-footer-bottom-content {
    align-items: center;
    text-align: center;
  }
}
