html,body{
	overflow-x: hidden;
}
p {
	font-family: poppins;
}
h1, h2, h3, h4{
	font-family: roboto;
}
h1{
	font-size: 40px;
}

.cta-btn {
  display: inline-block;
  margin-right: 15px;
}

/* .mega-sub-menu{
	margin-top: 35px !important;
} */

a.cta-btn-ser {
    text-decoration: none;
    padding: 12px 30px;
    border-radius: 16px;
    background-color: #509240;
    color: #fff;
	margin-left: 5px;
	font-size: 16px;
	font-weight: 700;
}

.cta-btn-ser:hover{
	background: linear-gradient(135deg, #002B55, #004B95);
}

.banner-slider .slick-prev,
.banner-slider .slick-next {
  z-index: 99;
}

.banner-slider .slick-prev:before,
.banner-slider .slick-next:before{
    font-size: 28px !important;
}

.banner-slider .slick-prev { left: 20px; }
.banner-slider .slick-next { right: 20px; }

.services-grid .slick-prev:before {
    margin-left: -1em !important;
    font-size: 28px !important;
    color: #000 !important;
}

.services-grid .slick-next:before {
    margin-right: -1em !important;
    font-size: 28px !important;
    color: #000 !important;
}

nav.navbar.navbar-expand-lg.navbar-light.bg-light {
    position: fixed;
    margin-top: 0;
    z-index: 999;
    width: 100%;
	box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.3),
              0 2px 4px -2px rgba(0, 0, 0, 0.3);
}
.banner-slider {
    position: relative;
    margin-top: 7rem;
}

/* Get in Touch Button Styling */
.btn-contact {
  background: linear-gradient(135deg, #002B55, #004B95);
  color: #fff;
  padding: 8px 20px;
  border-radius: 8px;
  font-weight: 600;
  transition: all 0.3s ease;
  margin-left: 20px;
  text-decoration: none;
  display: inline-block;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
    margin-top: 35px;
	margin-right: 100px;
}

/* Hover Effect */
.btn-contact:hover {
  background: #509240;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 43, 85, 0.3);
  color: #fff;
}

/* === Footer Base Styling === */
.site-footer {
  background-color: #0d0c22;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  padding: 60px 20px 20px;
}

.footer-widgets {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
  max-width: 1320px;
  margin: 0 auto;
  border-bottom: 1px solid #333;
  padding-bottom: 40px;
}

.footer-logo-contact {
  flex: 1 1 250px;
}

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

.footer-contact li {
  margin-bottom: 10px;
  font-size: 14px;
}

.footer-contact i {
  margin-right: 8px;
  color: #ff5630;
}

.footer-menu {
  flex: 1 1 180px;
}

.footer-menu h3 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: 600;
}
.footer-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-menu ul li {
  margin-bottom: 10px;
}
.footer-menu ul li a {
  color: #ccc;
  text-decoration: none;
  font-size: 14px;
}

.footer-menu ul li a:hover {
  color: #fff;
}

.request-call-fixed {
    position: fixed;
    z-index: 9;
    top: 48%;
    transform: translateY(-60%);
    left: 0;
    width: 100%;
}
.request-call-fixed a {
    text-decoration: none;
    outline: none;
    color: #fff;
    transition: 0.3s;
	font-size: 13px;
    line-height: 17px;
}

.request-call-box.open {
    display: block;
    left: 0;
}
.call-close {
    right: 2.5rem;
    top: 1.5rem;
    z-index: 9;
}

.call-close {
    position: absolute;
    right: .5rem;
    background: #000;
    filter: invert();
    padding: .5rem;
    border-radius: 100%;
    top: .5rem;
    cursor: pointer;
    height: 3rem;
    width: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fix-btn {
    position: fixed;
    top: 0%;
    background: #509240;
    max-width: 9rem;
    border-radius: 0rem 1.5rem 1.5rem 0;
    font-size: 1.4rem;
    line-height: 1.6rem;
    font-weight: 500;
    padding: .6rem;
    display: flex;
    align-items: center;
    z-index: 99;
    box-shadow: 0 .4rem .5rem #00599542;
    transform: translateY(-0%);
}

.fix-btn img {
    width: 27%;
    background: #fff;
    border-radius: 20px;
    padding: 7px;
    margin: 0px 2px;
}

.request-call-box {
    position: fixed;
    top: 35%;
    left: 0rem;
    z-index: 999;
    max-width: 15rem;
    background: #fff;
    padding: 0 0 3rem 0;
    transform: translateY(-35%);
    border-radius: 0 1.5rem 1.5rem 0;
    box-shadow: 8px -8px 0px #ffffff54;
    transition: 0.3s;
    left: -21rem;
}
.request-call-box p {
    font-weight: 500;
    line-height: 22px;
    padding: .5rem 0.5rem 0 1.5rem;
}
.orng_cta {
    padding: 1rem 4rem 1rem 1.5rem;
    font-size: 1.6rem;
}
.orng_cta {
    background: linear-gradient(135deg, #002B55, #004B95);
    color: #fff;
    border-radius: 2.5rem;
    padding: .5rem 1rem .5rem 1rem;
    font-size: 1.4rem;
    display: inline-block;
    font-weight: 500;
    border: .1rem solid transparent;
    position: relative;
	margin: 0 1.5rem;
}

/* === Footer Bottom === */
.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.footer-bottom p {
  font-size: 14px;
  margin: 0;
}

.footer-social {
  display: flex;
  gap: 15px;
}

.footer-social a {
  color: #fff;
  font-size: 16px;
  transition: color 0.3s ease;
}

.footer-social a:hover {
  color: #ff5630;
}

/* Home Page Banner */
.banner-slider {
  position: relative;
}

.banner-slide {
  position: relative;
  height: 100vh;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: flex-start; /* Align content to the left */
  overflow: hidden;
  max-height: 600px;
}

.banner-slide .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 1;
}

.banner-content {
    position: absolute;
    z-index: 2;
    color: #fff;
    max-width: 63%;
    padding: 60px;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* height: 100%; */
	width: 100%;
    margin: auto;
    text-align: center;
    background: #00000059;
    align-items: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.banner-content h3 {
  font-family: 'Great Vibes', cursive;
  font-size: 20px;
  margin-bottom: 10px;
}

.banner-content h1 {
  font-weight: 600;
  margin-bottom: 20px;
}

.banner-content p {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 30px;
}

/* .cta-btn {
  display: inline-block;
  background-color: #002B55;
  color: #fff;
  font-weight: 600;
  padding: 12px 28px;
  border-radius: 30px;
  text-decoration: none;
  transition: background 0.3s ease, transform 0.3s ease;
  width: auto;     
  max-width: fit-content; 
  white-space: nowrap;    
  margin: auto;
}

.cta-btn:hover {
  background-color: #004B95;
  transform: scale(1.05);
} */

.cta-btn {
  display: inline-flex;          /* allows text + icon alignment */
  align-items: center;
  gap: 8px;                      /* space between text and icon */
  background: linear-gradient(135deg, #002B55, #004B95);
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  padding: 12px 28px;
  border-radius: 16px;           /* softer rounded corners */
  text-decoration: none;
  transition: background 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
  white-space: nowrap;
  margin: auto;
  box-shadow: 0 4px 10px rgba(0, 43, 85, 0.25); /* subtle shadow */
}

.cta-btn svg {
  transition: transform 0.3s ease;
}

.cta-btn:hover {
/*   background: linear-gradient(135deg, #004B95, #0066cc); */
  background: #509240;
  transform: translateY(-2px);   /* gentle lift */
  box-shadow: 0 8px 18px rgba(0, 43, 85, 0.3);
}

.cta-btn:hover svg {
  transform: translateX(4px);    /* arrow slides right */
}

.cta-btn:active {
  transform: translateY(0);      /* reset press effect */
  box-shadow: 0 3px 8px rgba(0, 43, 85, 0.25);
}


/* Home service section */

.services-section {
  padding: 60px 20px;
  text-align: center;
  background-color: #f9f9f9;
}
.subheading {
  font-family: 'Great Vibes', cursive;
  font-size: 20px;
  color: #f7931e;
  margin-bottom: 10px;
}
.heading {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #002B55;
}

.services-section .description {
  max-width: 850px;
  margin: 0 auto 40px;
  font-size: 18px;
  color: #555;
}

.services-grid {
  display: grid;
/*   grid-template-columns: repeat(3, 1fr); */
  gap: 30px;
}

.service-item {
  background: #ffffff;
  border-radius: 16px;
  padding: 20px;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  margin: 0px 5px;
}

.service-item:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  transform: translateY(-5px);
}

.service-item img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  margin-bottom: 15px;
}

.service-item h3 {
/*   font-size: 18px; */
  font-weight: 600;
  margin-bottom: 10px;
  color: #002B55;
}

.service-item p {
  font-size: 18px;
  color: #666;
}

.appointment-section {
  position: relative;
  width: 100%;
  height: 450px;
  overflow: hidden;
}

.appointment-section .bg-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.appointment-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Dark overlay */
  display: flex;
  align-items: center;
  justify-content: center;
}

.appointment-content {
  text-align: center;
  color: #fff;
  padding: 20px;
}

.appointment-content .subtitle {
  font-family: 'Dancing Script', cursive;
  font-size: 28px;
  font-weight: 400;
  margin-bottom: 10px;
  display: block;
}

.appointment-content .title {
  font-size: 48px;
  font-family: 'Georgia', serif;
  font-weight: bold;
}

.appointment-btn {
  display: inline-block;
  padding: 12px 70px;
  background-color: #fff;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 30px;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.appointment-btn:hover {
  background-color: #f7931e;
  color: #fff;
}

/* Blog Section */

.blog-section {
  padding: 60px 20px;
  background-color: #f9f9f9;
  text-align: center;
  font-family: 'Poppins', sans-serif;
}

.blog-header {
  position: relative;
  margin-bottom: 40px;
}

.blog-header p {
  color: #666;
  margin: 10px 0 20px;
  font-size: 16px;
}

.view-all-btn {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #002B55;
  color: #fff;
  padding: 10px 20px;
  border-radius: 6px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.view-all-btn:hover {
  background-color: #004B95;
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(307px, 1fr));
  gap: 24px;
}

.blog-card {
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
  overflow: hidden;
  transition: transform 0.3s ease;
}

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

.blog-card img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.blog-content {
  padding: 20px;
  text-align: left;
}

.blog-date {
  font-size: 14px;
  color: #999;
  display: block;
  margin-bottom: 8px;
}

.blog-title {
  font-size: 20px;
  font-weight: 600;
  color: #222;
  margin-bottom: 12px;
  line-height: 30px;
}

h3.blog-title a {
    text-decoration: none;
    color: #000;
}

.blog-excerpt {
  font-size: 17px;
  color: #555;
  margin-bottom: 16px;
}

.read-more {
  display: inline-block;
  padding: 10px 18px;
  border: 2px solid #002B55;
  border-radius: 8px;
  color: #002B55;
  font-weight: 500;
  text-decoration: none;
  transition: 0.3s ease;
}

.read-more:hover {
  background-color: #004B95;
  color: #fff;
}

.about-section {
  padding: 60px 20px;
  background-color: #f0f0f0;
  font-family: 'Poppins', sans-serif;
}

.about-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
  gap: 40px;
}
.about-image {
  flex: 0 0 40%; /* Image takes up 40% of the container */
  max-width: 40%;
}

.about-image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px; /* Optional: Rounded corners */
}

.about-content {
  flex: 0 0 60%; /* Content takes up 60% of the container */
  max-width: 60%;
}

.about-content {
  flex: 1;
  min-width: 280px;
  max-width: 1320px;
}

.about-content h2 {
  font-size: 36px;
  font-weight: 800;
  color: #222;
  margin-bottom: 20px;
}

.about-content p {
  font-size: 19px;
  color: #444;
  line-height: 1.7;
  margin-bottom: 10px;
}

/* Testimonial Section */

.testimonial-section {
  background: #fef7f9;
  padding: 60px 20px;
  text-align: center;
}

.testimonial-slider {
  display: flex;
  flex-direction: column;
  gap: 30px;
	padding:0 50px;
}

.testimonial-box {
  background: #fff;
  padding: 30px;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  margin: 0px 10px;
}

.testimonial-inner {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}

.testimonial-image {
  flex: 0 0 120px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
}

.testimonial-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.testimonial-content {
  flex: 1;
}

.quote-icon {
  font-size: 32px;
  color: #ff7a3d;
  margin-bottom: 10px;
}

.testimonial-text {
  font-size: 20px;
  font-style: italic;
  color: #555;
  margin-bottom: 20px;
  line-height: 1.6;
}

.client-name {
  font-weight: 600;
  font-size: 18px;
  color: #2c215f;
}

.client-title {
  font-size: 14px;
  color: #777;
}

/* Faq Section */

.styled-faq-section {
  padding: 60px 20px;
  background-color: #f9f9ff;
  font-family: 'Segoe UI', sans-serif;
}

.container-faq {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: auto;
  gap: 40px;
}

.faq-left {
  flex: 1 1 35%;
  padding-right: 20px;
}

.faq-title {
  font-size: 36px;
  font-weight: 700;
  color: #2c215f;
  margin-bottom: 10px;
}

.faq-subtitle {
  font-size: 18px;
  color: #2c215f;
  margin-bottom: 10px;
}

.faq-desc {
  color: #555;
  font-size: 16px;
  margin-bottom: 20px;
}

.faq-more {
  font-size: 16px;
  margin-bottom: 8px;
  color: #2c215f;
}

.faq-button {
  display: inline-block;
  padding: 10px 20px;
  background-color: #002B55;
  color: white;
  border-radius: 6px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.3s ease;
}

.faq-button:hover {
  background-color: #004B95;
}

.faq-right {
  flex: 1 1 60%;
}

.faq-item {
  border-bottom: 1px solid #ddd;
  padding: 20px 0;
  cursor: pointer;
}

.faq-question h3{
  position: relative;
  font-size: 22px;
  font-weight: 600;
  color: #2c215f;
}

.faq-question::after {
  content: '+';
  position: absolute;
  right: 10%;
  margin-top: -2.5%;
  color: #004B95;
  font-size: 24px;
  transition: transform 0.3s;
}

.faq-item.active .faq-question::after {
  content: '−';
  color: #004B95;
}

.faq-answer {
  margin-top: 12px;
  display: none;
  font-size: 16px;
  color: #555;
  line-height: 1.6;
}

.faq-item.active .faq-answer {
  display: block;
}

/* contact help section */

.contact-help-section {
  position: relative;
  overflow: hidden;
  height: auto;
  color: #ffffff;
}

.contact-help-section .bg-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  opacity: 0.25;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.contact-help-overlay {
  background-color: #002B55;
  position: relative;
  z-index: 2;
  padding: 60px 20px;
}

.container-help {
  max-width: 1200px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
  align-items: center;
}

.help-text {
  flex: 1 1 100%;
  text-align: center;
}

.help-text h2 {
  font-size: 36px;
  margin-bottom: 10px;
}

.help-text p {
  font-size: 18px;
  margin-bottom: 30px;
}

.help-boxes {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  width: 100%;
}

.help-box {
  background-color: #f7931e;
  color: #fff;
  padding: 20px;
  border-radius: 10px;
  flex: 1 1 300px;
  display: flex;
  align-items: flex-start;
  gap: 15px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
}

.help-box:hover {
  transform: translateY(-5px);
}

.help-box i {
  font-size: 28px;
  margin-top: 4px;
}

.help-box h4 {
  margin: 0 0 5px;
  font-size: 16px;
  font-weight: 600;
}

.help-box p {
  margin: 0;
  font-size: 15px;
}


/* contact us section */
.contact-hero {
  position: relative;
  overflow: hidden;
  padding: 0px;
  background-color: #002b55;
}

.contact-hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.contact-hero-overlay {
  position: relative;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.88);
  padding: 60px 0;
}

.contact-hero-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  gap: 40px;
}

.contact-hero-left {
  flex: 1 1 45%;
}

.contact-hero-left h2 {
  font-size: 2.5rem;
  margin-bottom: 20px;
  color: #002b55;
}

.contact-hero-left p {
  font-size: 1.1rem;
  color: #444;
}

.contact-hero-right {
  flex: 1 1 50%;
  background-color: #fff;
  border-radius: 20px;
  padding: 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}


.vision-mission-section .section-title {
  font-size: 2.7rem;
  font-weight: 700;
  color: #fff !important;
/*   -webkit-text-stroke: 2px #509240;
  text-stroke: 2px #509240; */
}

.visible_sidebar h2 {
    margin-bottom: 25px;
}

.wp-block-latest-posts__featured-image.alignleft {
    margin-bottom: 1em;
}

a.wp-block-latest-posts__post-title {
    font-size: 17px;
}

/* Enquiery form Home page */
.home-enquiery-form {
  padding: 80px;
  background: #f8f8f8;
}

.form-container {
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

/* Left Side */
.form-left {
  flex: 1;
  background: url("https://visibilitymasters.wadiafoundation.com/wp-content/uploads/2025/09/enquiery-form.jpg") no-repeat center center/cover;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  color: #fff;
  min-height: 500px;
}

.form-text {
  max-width: 500px;
}

.form-text .sub-text {
  color: #ff6f6f;
  font-weight: bold;
  margin-bottom: 15px;
}

.form-text h1 {
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 20px;
}

.form-text .desc {
  font-size: 18px;
  line-height: 1.5;
}

/* Right Side */
.form-right {
  flex: 1;
  padding: 50px;
}

.form-right h2 {
  font-size: 40px;
  margin-bottom: 10px;
}

.form-right h2 span {
  color: #ff6f6f;
}

.form-right .required-text {
  font-size: 14px;
  color: #555;
  margin-bottom: 20px;
}

.home-form .name-row {
    display: flex;
    gap: 15px; /* space between fields */
    width: 100%;
}

.home-form .name-row .first-name,
.home-form .name-row .last-name {
    flex: 1; /* let both fields take equal width */
}

.home-form input {
    width: 100%;
}


.form-row {
  display: flex;
  gap: 15px;
}

.form-row input {
  flex: 1;
}

form input, form textarea {
  padding: 14px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 16px;
  width: 100%;
}

form button, input.wpcf7-form-control.submit-btn, .home-form .wpcf7-submit {
  margin-top: 5px;
  background: linear-gradient(135deg, #002B55, #004B95);
  border: none;
  padding: 14px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  border-radius: 30px;
  cursor: pointer;
  transition: 0.3s ease;
}

form button:hover, input.wpcf7-form-control.submit-btn:hover, .home-form .wpcf7-submit:hover {
  background: #509240;
}


/* Eqiery form home page end */

.aboutus_banner {
    padding: 30px 0px;
    background: #00000059;
}

/* Contact us page */

.inner-banner-wrapper {
    position: relative;
    overflow: hidden;
    height: 450px;
    background-color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
	margin-top: 7rem;
  }

  .inner-banner-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.9; /* adjust as needed */
    z-index: 1;
  }

  .inner-banner-content {
    position: relative;
    z-index: 2;
    width: 100%;
    text-align: center;
    color: #fff;
    padding: 40px 15px;
  }

  .inner-banner-content .page-title {
    font-size: 36px;
    margin-bottom: 10px;
    font-weight: 700;
  }

  .breadcrumb-wrapper {
    font-size: 16px;
	margin: 0 20%;
  }

  .breadcrumb-wrapper a {
    color: #ffffffcc;
    text-decoration: none;
    transition: 0.3s;
  }

  .breadcrumb-wrapper a:hover {
    color: #ffffff;
  }

  .breadcrumb-separator {
    margin: 0 5px;
    color: #ffffff80;
  }

span.wpcf7-spinner {
    display: none !important;
}

/* Popup Overlay */
.popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    z-index: 9999;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

/* Popup Content Box */
.popup-content {
    position: relative;
    max-width: 600px;
    width: 100%;
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.2);
    animation: popupFadeIn 0.3s ease-in-out;
}

/* Close Button */
.popup-close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 26px;
    cursor: pointer;
    color: #333;
    transition: color 0.2s ease;
}
.popup-close:hover {
    color: #ff0000;
}

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

.workflow_section {
  padding: 70px 0;
  background: #f9fafb;
}
.workflow_container {
  width: min(1300px, 92%);
  margin: auto;
}

/* Header */
.workflow_header {
  text-align: center;
  margin-bottom: 50px;
}
.workflow_heading {
  font-size: clamp(26px, 3vw, 38px);
  font-weight: 700;
  margin-bottom: 15px;
}
.workflow_description {
  max-width: 760px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.6;
  opacity: 0.85;
}

/* Fixed 3-column grid */
.workflow_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

/* Cards */
.workflow_card {
  background: #fff;
  border-radius: 18px;
  padding: 30px 24px;
  text-align: center;
  border: 1px solid rgba(0,0,0,0.08);
  box-shadow: 0 8px 20px rgba(0,0,0,0.06);
  transition: transform .25s ease, box-shadow .25s ease;
}
.workflow_card:hover {
  transform: translateY(-5px);
  box-shadow: 0 14px 28px rgba(0,0,0,0.12);
}

/* Number Badge */
.workflow_number {
  width: 64px; height: 64px;
  margin: 0 auto 18px;
  display: flex; align-items: center; justify-content: center;
  font-weight: 700; font-size: 22px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 20%, #e6f0ff, #c7d2fe);
  color: #111827;
  box-shadow: inset 0 1px 2px rgba(255,255,255,.6), 0 6px 14px rgba(0,0,0,.08);
}

/* Titles & Text */
.workflow_title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 12px;
}
.workflow_text {
  font-size: 15px;
  line-height: 1.6;
  opacity: 0.85;
}

.prodigy_section {
  padding: 90px 0;
  background: linear-gradient(135deg, #f8fafc 0%, #e0f2fe 100%);
}

/* Container layout */
.prodigy_container {
  width: min(1200px, 92%);
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
}

/* Text block */
.prodigy_label {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #6b7280;
  margin-bottom: 12px;
}

.prodigy_title {
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 20px;
  color: #0f172a;
}
.prodigy_title span {
  color: #2563eb; /* accent */
}

.prodigy_paragraph {
  font-size: 16px;
  line-height: 1.7;
  color: #334155;
  margin-bottom: 24px;
  max-width: 600px;
}

/* Features list */
.prodigy_features {
  list-style: none;
  padding: 0;
  margin: 0;
}
.prodigy_features li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 14px;
  font-size: 15px;
  color: #1e293b;
}
.prodigy_features li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #10b981;
  font-weight: 600;
}

/* Image */
.prodigy_visual img {
  width: 100%;
  max-width: 480px;
  display: block;
  margin: auto;
  border-radius: 20px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.12);
}

.blog-meta {
  display: flex;
  gap: 5px;
  font-size: 16px;
  color: #333;
}

/* .blog-meta .blog-author::after {
  content: " - ";
  margin-right: 5px;
} */

.service-section {
      display: flex;
      gap: 30px;
      max-width: 1310px;
      margin: 0 auto;
      padding: 60px 10px;
    }

    /* Left column (60%) */
    .service-content {
      flex: 0 0 60%;
    }

    /* Right column (40%) */
    .service-image {
      flex: 0 0 40%;
      position: relative;
    }

   .service-image img {
      width: 100%;
      border-radius: 10px;
      object-fit: cover;
      /* position: sticky; */
      top: 20px; 
   }
  .service-content p {
    text-align: justify;
	}

.metrics-section {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 20px;
  background-color: #f8f8f8;
  padding: 30px;
  border-radius: 8px;
  margin-top: 20px;
}

.metric-box {
  text-align: center;
  background-color: white;
  padding: 25px 15px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
}

.metric-box:hover {
  transform: translateY(-5px);
}

.metric-box h3 {
  font-size: 32px;
  color: #2c3e50;
  margin: 0 0 10px;
}

.metric-box p {
  font-size: 16px;
  color: #555;
  margin: 0;
}

/* === Responsive Design === */
@media (max-width: 992px) {
  .footer-widgets {
    flex-direction: column;
    gap: 30px;
  }
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }	

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    text-align: left;
  }
  .prodigy_container {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .prodigy_paragraph {
    margin-left: auto;
    margin-right: auto;
  }
  .prodigy_features li {
    text-align: left;
    display: inline-block;
  }	
	
  .collapse:not(.show) {
    display: block;
  }
  #mainNavbar {
		gap: 0 !important;
		margin-top: -97px;
	}
 
   #mega-menu-wrap-primary .mega-menu-toggle {
    background: unset !important;
   }
   .mega-toggle-animated-inner::before {
      background-color: #000 !important;
   }
 
   #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner, #mega-menu-wrap-primary .mega-menu-toggle .mega-      toggle-block-0 .mega-toggle-animated-inner::before, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
    background-color: #000000 !important;
  }
	a.btn.btn-contact.pop-up {
    display: none;
   }
	.banner-content{
	padding: 30px;
	max-width: 92%;
   }
	.services-grid .slick-prev:before {
      margin-left: -0.2em !important;
    }
	
    .services-grid .slick-next:before {
       margin-right: -0.2em !important;
    }
	.circle{
		width: 145px;
		height: 145px;
	}

}

/* Responsive Css Start here */

@media (max-width: 768px) {
  .form-container {
    flex-direction: column;
  }
  .form-left, .form-right {
    flex: none;
    width: 100%;
   /*  min-height: auto; */
  }
  .home-enquiery-form {
    padding: 60px 30px;
    background: #f8f8f8;
   }
	.styled-faq-section {
    padding: 60px 30px;
   }
   .faq-question::after {
      margin-top: -5.5%;
   }
  .banner-left-content {
    margin-left: 20px;
    padding: 40px 10px;
    text-align: center;
    align-items: center;
  }
  .banner-left-content h1 {
    font-size: 32px;
  }
  .banner-left-content span {
    font-size: 16px;
  }
  .banner-left-content {
    padding: 20px;
  }
   .appointment-content .title {
    font-size: 32px;
  }
  .appointment-content .subtitle {
    font-size: 20px;
  }
  .appointment-btn {
    padding: 10px 22px;
    font-size: 15px;
  }
   .view-all-btn {
    position: static;
    margin-top: 20px;
    display: inline-block;
  }

  .blog-header {
    text-align: center;
  }
  .testimonial-inner {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .testimonial-image {
    margin-bottom: 20px;
  }	
  .container-faq {
    flex-direction: column;
  }

  .faq-left, .faq-right {
    flex: 1 1 100%;
  }

  .faq-title {
    font-size: 28px;
  }
    .container-help {
    flex-direction: column;
  }

  .help-boxes {
    flex-direction: column;
  }

  .help-box {
    width: 100%;
  }	
  .inner-banner-content .page-title {
      font-size: 28px;
    }

    .breadcrumb-wrapper {
      font-size: 14px;
    }	
	
  .contact-hero-container {
    flex-direction: column;
	  }
   .contact-hero-left,
	  .contact-hero-right {
		flex: 1 1 100%;
	 }
	
	.workflow_grid {
    grid-template-columns: repeat(3, minmax(280px, 1fr));
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }
  .workflow_card {
    min-width: 280px;
    scroll-snap-align: start;
  }
      .service-section {
        flex-direction: column;
      }
      .service-content, .service-image {
        flex: 0 0 100%;
      }
      .service-image img {
        position: relative;
        top: auto;
      }

}

@media (max-width: 576px) {
  .footer-contact li,
  .footer-menu ul li a {
    font-size: 13px;
  }
  .banner-content {
    padding: 20px;
    max-width: 95%;
  }
  .form-right {
    padding: 30px 20px;
  }
	.faq-question::after {
      margin-top: -15.5%;
	  right: 7%;
   }
  .footer-social a {
    font-size: 14px;
  }
 .services-grid {
    grid-template-columns: 1fr;
  }	
	
	
}


  @media (max-width: 480px) {
    .inner-banner-wrapper {
      height: auto;
      padding: 30px 0;
    }

    .inner-banner-content .page-title {
      font-size: 24px;
    }
  }
