body {
  font-family: "Century Grotesk", sans-serif;
}
/********** Template CSS **********/
a.login-nav {
    color: #ffffff;
    background-color: #00a0e3;
    border-radius: 5px;
    padding: 5px 15px;
    margin-left: 29px;
}
@media (max-width: 480px) {
    a.login-nav {
        color: #ffffff;
        background-color: #00a0e3;
        border-radius: 5px;
        padding: 5px 15px;
        margin-left: 5px;
        margin-right: 264px;
    }
}
.text-primary {
  color: #00a0e3 !important;
}
a {
  color: #00a0e3;
  text-decoration: none;
}
.bg-primary {
  background-color: #00a0e3 !important;
}
.btn-check:checked + .btn-primary,
.btn-check:active + .btn-primary,
.btn-primary:active,
.btn-primary.active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #00a0e3 !important;
  border-color: #00a0e3 !important;
}
.btn-primary {
  color: #fff;
  background-color: #00a0e3;
  border-color: #00a0e3;
}

.btn-primary:hover {
  color: #fff;
  background-color: #f6a62c;
  border-color: #f6a62c;
}
.btn-outline-light:hover {
  color: #136195;
  background-color: #e6f0ef;
  border-color: #e6f0ef;
}
.bg-dark {
  background-color: #136195 !important;
}
.btn-check:checked + .btn-outline-primary,
.btn-check:active + .btn-outline-primary,
.btn-outline-primary:active,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show {
  color: #fff;
  background-color: #00a0e3 !important;
  border-color: #00a0e3 !important;
}
.btn-outline-primary:hover {
  color: #00a0e3 !important;
  background-color: #fff !important;
  border-color: #00a0e3 !important;
}
.btn-outline-primary {
  color: #fff;
  border-color: #fff;
}
.text-white-50 {
  color: rgb(255 255 255 / 77%) !important;
}
.bg-light {
  background-color: #cfecff !important;
}

/************* Section 1 ***************/
.h-75 {
  height: 100% !important;
}
.h-25 {
  height: 17% !important;
  width: auto;
}

/*** Spinner ***/
img.logo-img {
  width: 64px;
  height: 62px;
}
.sitename {
  font-weight: 700;
  display: flex;
  align-items: center;
  font-size: 28px;
  font-family: sans-serif;
}

.logo-img {
  height: 50px;
  width: auto;
  margin-right: 10px;
}
.f_sitename {
  font-weight: 700;
  color: #fff;
  display: flex;
  align-items: center;
  font-size: 28px;
  font-family: sans-serif;
}

.navbar-brand {
  display: flex;
  align-items: center;
}

#spinner {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-out, visibility 0s linear 0.5s;
  z-index: 99999;
}

#spinner.show {
  transition: opacity 0.5s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}

.back-to-top {
  position: fixed;
  display: none;
  right: 45px;
  bottom: 45px;
  z-index: 99;
}

/*** Button ***/
.btn {
  transition: 0.5s;
  border-radius: 5px;
}

.btn-square {
  width: 38px;
  height: 38px;
}

.btn-sm-square {
  width: 32px;
  height: 32px;
}

.btn-lg-square {
  width: 48px;
  height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
}

:root {
  --bs-primary: #3498db; /* Blue color for active/hover */
}

/*** Navbar ***/
.sticky-top {
  top: -150px;
  transition: 0.5s;
}

.navbar {
  padding: 15px 0;
  font-family: "Century Grotesk", sans-serif;
  font-size: 18px;
}

.navbar .navbar-nav .nav-link {
  margin-left: 30px;
  padding: 0;
  outline: none;
  color: var(--bs-dark);
  text-decoration: none;
  transition: color 0.3s ease;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
  color: #3498db;
}

.navbar .dropdown-toggle::after {
  border: none;
  content: "\f107";
  font-family: "Century Grotesk", sans-serif;
  font-weight: 900;
  vertical-align: middle;
  margin-left: 8px;
}

@media (max-width: 991.98px) {
  .navbar .navbar-nav .nav-link {
    margin-left: 0;
    padding: 10px 0;
  }
}

@media (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
    display: block;
    border: none;
    margin-top: 0;
    top: 150%;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
  }

  .navbar .nav-item:hover .dropdown-menu {
    top: 100%;
    visibility: visible;
    transition: 0.5s;
    opacity: 1;
  }
}

/*** Hero Header ***/
.hero-header {
  margin-top: -100px;
  padding-top: 150px;
  background: url(../img/hero-bg.jpg) top center no-repeat;
  background-size: cover;
}

.hero-header .breadcrumb-item + .breadcrumb-item::before {
  color: var(--light);
}


.responsive-img {
  width: 100%;
  height: auto;
  display: block;
}

/* Ensures overlay text stays readable */
.text-overlay {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px;
}

.header-carousel {
  position: relative;
  padding: 45px 90px 45px 0;
}

.header-carousel::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: calc(50% + 45px);
  height: 100%;
  background: var(--bs-primary);
  z-index: -1;
}

.header-carousel .owl-dots {
  position: absolute;
  top: 50%;
  right: 38px;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.header-carousel .owl-dot {
  position: relative;
  display: inline-block;
  margin: 5px 0;
  width: 15px;
  height: 15px;
  border: 2px solid var(--bs-white);
  transition: 0.5s;
}

.header-carousel .owl-dot.active {
  height: 30px;
  background: var(--bs-white);
}

/*** About ***/
.about-img {
  position: relative;
  overflow: hidden;
}

.about-img::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../img/bg-about-img.png) top left no-repeat;
  background-size: contain;
}

/*** Project ***/
.project-item img {
  transition: 0.5s;
}

.project-item:hover img {
  transform: scale(1.2);
}

.project-overlay {
  position: absolute;
  padding: 25px;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  background: linear-gradient(rgba(255, 255, 255, 0.1) 50%, var(--bs-dark));
  z-index: 1;
}

/*** Our Team ***/
.team-item img {
  transition: 0.5s;
}

.team-item:hover img {
  transform: scale(1.2);
}

.team-overlay {
  position: absolute;
  padding: 30px;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  background: linear-gradient(rgba(255, 255, 255, 0.1) 50%, var(--bs-dark));
  z-index: 1;
}

.team-overlay small {
  display: inline-block;
  padding: 3px 15px;
  color: var(--bs-white);
  background: var(--bs-primary);
}

/*** Testimonial ***/
.testimonial-img {
  position: relative;
  padding: 45px 0 45px 90px;
}
.testimonial-img::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: calc(50% + 45px);
  height: 100%;
  background: var(--bs-primary);
  z-index: -1;
}
.testimonial-text h5 {
  position: relative;
  padding-left: 45px;
}
.testimonial-text h5::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 40px;
  height: 2px;
  background: var(--bs-primary);
}
.testimonial-carousel .owl-dots {
  position: absolute;
  height: 17px;
  bottom: 0;
  right: 0;
  left: auto;
}
.testimonial-carousel .owl-dot {
  position: relative;
  display: inline-block;
  margin-left: 10px;
  width: 15px;
  height: 15px;
  background: var(--bs-white);
  border: 2px solid var(--bs-primary);
  transition: 0.5s;
}
.testimonial-carousel .owl-dot.active {
  width: 30px;
  background: var(--bs-primary);
}


@media (max-width: 768px) {
  .testimonial-carousel .owl-dots {
    left: 0;
    right: auto;
  }

   .col-6 {
    width: 100%;
    margin-bottom: 15px;
  }

  .testimonial-carousel .owl-dot {
    margin-right: 10px;
    margin-left: 0;
  }
}

/*** Newsletter ***/
.newsletter {
  background: url(../img/hero-bg.jpg) bottom right no-repeat;
  background-size: cover;
}

@media (min-width: 992px) {
  .newsletter .container {
    max-width: 100% !important;
  }

  .newsletter .newsletter-text {
    padding-right: calc(((100% - 960px) / 2) + 0.75rem);
  }
}

@media (min-width: 1200px) {
  .newsletter .newsletter-text {
    padding-right: calc(((100% - 1140px) / 2) + 0.75rem);
  }
}

@media (min-width: 1400px) {
  .newsletter .newsletter-text {
    padding-right: calc(((100% - 1320px) / 2) + 0.75rem);
  }
}

/*** Footer ***/
.footer .btn.btn-link {
  display: block;
  margin-bottom: 10px;
  padding: 0;
  text-align: left;
  color: rgb(255 255 255 / 77%);
  font-weight: normal;
  transition: 0.3s;
}
h6,
.h6 {
  font-size: 1.25rem;
}
.d-flex {
  display: flex !important;
  gap: 9px !important;
}

.footer .btn.btn-link:hover {
  color: var(--bs-white);
  letter-spacing: 1px;
  box-shadow: none;
}

.footer .copyright {
  padding: 25px 0;
  font-size: 14px;
  border-top: 1px solid rgba(256, 256, 256, 0.1);
}

.footer .copyright a {
  color: rgba(255, 255, 255, 0.5);
}

.footer .copyright a:hover {
  color: var(--bs-white);
}

.footer .footer-menu a {
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.footer .footer-menu a:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}
/************* FAQ ************/
@import url("https://fonts.googleapis.com/css2?family=Sora:wght@100;200;300;400;500;600;700&display=swap");
body {
  background: #fafafa;
}
.accordion {
  display: flex;
  flex-direction: column;
  font-family: "Century Grotesk", sans-serif;
  max-width: 991px;
  min-width: 320px;
  margin: 50px auto;
  padding: 0 50px;
}
.accordion h1 {
  font-size: 32px;
  text-align: center;
}
.accordion-item {
  margin-top: 16px;
  border: 1px solid #fcfcfc;
  border-radius: 6px;
  background: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
}
.accordion-item .accordion-item-title {
  position: relative;
  margin: 0;
  display: flex;
  width: 100%;
  font-size: 15px;
  cursor: pointer;
  justify-content: space-between;
  flex-direction: row-reverse;
  padding: 14px 20px;
  box-sizing: border-box;
  align-items: center;
}
.accordion-item .accordion-item-desc {
  display: none;
  font-size: 14px;
  line-height: 22px;
  font-weight: 300;
  color: #444;
  border-top: 1px dashed #ddd;
  padding: 10px 20px 20px;
  box-sizing: border-box;
}
.accordion-item input[type="checkbox"] {
  position: absolute;
  height: 0;
  width: 0;
  opacity: 0;
}
.accordion-item input[type="checkbox"]:checked ~ .accordion-item-desc {
  display: block;
}
.accordion-item
  input[type="checkbox"]:checked
  ~ .accordion-item-title
  .icon:after {
  content: "-";
  font-size: 20px;
}
.accordion-item input[type="checkbox"] ~ .accordion-item-title .icon:after {
  content: "+";
  font-size: 20px;
}
.accordion-item:first-child {
  margin-top: 0;
}
.accordion-item .icon {
  margin-left: 14px;
}

@media screen and (max-width: 767px) {
  .accordion {
    padding: 0 16px;
  }
  .accordion h1 {
    font-size: 22px;
  }
}
/************* FAQ End ************/
/* About Page */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Century Grotesk", sans-serif;
  line-height: 1.6;
  background-color: #f7f7f7;
  color: #333;
}

/* About Us Section */
#about {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}

#about h2 {
  font-size: 2.5em;
  color: #00a0e3;
  margin-bottom: 20px;
}

#about p {
  font-size: 1.1em;
  margin-bottom: 20px;
}

/* Why Choose Section */
#why-choose {
  background-color: #e9f4ff;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}

#why-choose h2 {
  font-size: 2.5em;
  color: #00a0e3;
  margin-bottom: 20px;
}

#why-choose .content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#why-choose .item {
  width: 30%;
  margin-bottom: 20px;
  background-color: white;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

#why-choose .item h3 {
  font-size: 1.5em;
  color: #00a0e3;
  margin-bottom: 10px;
}

#why-choose .item p {
  font-size: 1em;
}

/* Vision & Mission Section */
#vision-mission {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}

#vision-mission h2 {
  font-size: 2.5em;
  color: #00a0e3;
  margin-bottom: 20px;
}

#vision-mission .content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#vision-mission .item {
  width: 45%;
  margin-bottom: 20px;
}

#vision-mission .item h3 {
  font-size: 1.8em;
  color: #00a0e3;
  margin-bottom: 10px;
}

#vision-mission .item ul {
  list-style: none;
  font-size: 1.1em;
  line-height: 1.8;
}

/* Promise Section */
#promise {
  background-color: #e9f4ff;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}

#promise h2 {
  font-size: 2.5em;
  color: #00a0e3;
  margin-bottom: 20px;
}

#promise .content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#promise .item {
  width: 30%;
  margin-bottom: 20px;
  background-color: white;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

#promise .item h3 {
  font-size: 1.5em;
  color: #00a0e3;
  margin-bottom: 10px;
}

#promise .item p {
  font-size: 1.1em;
  line-height: 1.6;
}

/* Responsive Design */
@media (max-width: 768px) {
  #why-choose .content,
  #vision-mission .content,
  #promise .content {
    flex-direction: column;
    align-items: center;
  }

  #why-choose .item,
  #vision-mission .item,
  #promise .item {
    width: 80%;
    margin-bottom: 15px;
  }

  #why-choose h2,
  #vision-mission h2,
  #promise h2 {
    font-size: 2em;
  }
}

.mt-5 {
  margin-top: 1rem !important;
  margin-bottom: 42px;
}
/********* Blog Section  *********/
.blog-section {
  font-family: "Century Grotesk", sans-serif;
  margin: 30px;
  text-align: center;
  margin-top: 80px;
}

.blog-section2 {
  font-family: "Century Grotesk", sans-serif;
  margin: 30px;
  text-align: center;
}

.section-title {
  font-size: 2em;
  font-weight: bold;
  margin-bottom: 44px;
  color: #333;
}


.blog-posts {
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 30px;
    flex-wrap: wrap;
    max-width: 1200px; /* <-- yahan width limit ki gayi hai */
    margin: 0 auto; /* center align */
    padding: 20px;
}
.blog-post {
    flex: 1 1 30%;
    max-width: 360px; /* har card ki max width */
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    text-align: center;
    padding: 20px;
    transition: all 0.3s ease;
}

.blog-post:hover {
  transform: translateY(-5px);
}

.blog-post img {
    width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: 10px;
}

.post-title {
  font-size: 1.25em;
  font-weight: bold;
  color: #333;
  margin: 15px;
}

.post-description {
  font-size: 0.95em;
  color: #555;
  margin: 0 15px 15px;
}

@media (max-width: 1366px) {
  .blog-post {
    width: 30%;
  }
}

@media (max-width: 1280px) {
  .blog-post {
    width: 32%;
  }
}

/* For mobile screens */
@media (max-width: 768px) {
  .blog-posts {
    flex-direction: column;
    align-items: center;
  }

  .blog-post {
    width: 90%;
    max-width: 400px;
  }
}

/* For very small screens */
@media (max-width: 480px) {
  .blog-post {
    width: 100%;
    max-width: 360px;
  }
}


.post-date,
.comments {
  font-size: 0.9em;
  color: #999;
  margin: 0 15px 10px;
}

.all-posts {
  display: inline-block;
  margin-top: 30px;
  font-size: 1em;
  font-weight: bold;
  color: #007bff;
  text-decoration: none;
}

.py-5 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}
/******************** popular Brands Section ********************/
.slider {
  overflow: hidden;
  background-color: #cfecff;
  padding: 20px 0;
  position: relative;
}

.slide-track {
  display: flex;
  width: calc(200px * 20);
  animation: scroll 40s linear infinite;
}

/* When hover on slider, pause animation */
.slider:hover .slide-track {
  animation-play-state: paused;
}

.brand-logo {
  background-color: white;
  padding: 10px 20px;
  border-radius: 10px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 200px;
  height: 100px;
  margin: 0 10px;
  transition: all 0.3s ease;
}

/* Lift up effect on hover */
.brand-logo:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.15);
}

.brand-logo img {
  max-height: 60px;
  max-width: 100px;
  object-fit: contain;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-200px * 10));
  }
}

@media screen and (max-width: 480px) {
  img.logo-img {
    width: 50px;
    height: 50px;
  }
  .img-fluid {
    max-width: 100%;
    height: 229px;
  }
  .footer .btn.btn-link {
    display: block;
    margin-bottom: 10px;
    padding: 0;
    color: rgb(255 255 255 / 77%);
    font-weight: normal;
    transition: 0.3s;
    text-align: center;
  }
  .img-faq {
    max-width: 100%;
    height: 280px;
  }
  .g-5 {
    text-align: start;
    font-size: 14px;
  }
  .footer {
    font-size: 14px;
  }
  .get-in {
    text-align: start;
}
  .class-5 {
    width: 50%;
  }

  .g-5,
  .gy-5 {
    --bs-gutter-y: 2rem;
  }
  .py-5 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .sitename {
    font-size: 22px;
  }
  .d-flex {
    justify-content: start;
    gap: 5px;
  }
  .h-25 {
    width: auto;
  }
  h4,
  .h4 {
    font-size: calc(1.275rem + 0.1vw);
  }
  .blog-post {
    width: 101%;
    margin-bottom: 19px;
  }
  .mb-4 {
    text-align: center;
  }
  .mb-3 {
    justify-content: start;
  }
  .mb-1 {
    padding: 10px 10px;
    text-align: start;
    font-size: 17px;
  }
  img,
  svg {
    vertical-align: middle;
    width: 327px;
  }
  .mb-5 {
    text-align: start;
  }
  .service-content {
    text-align: start;
  }
  h5 {
    font-size: 16px;
  }
  .lh-base {
    font-size: 18px;
  }
  .wow {
    text-align: start;
  }
  .Category {
    text-align: center;
  }
  .mb-1 {
    margin-bottom: 0.25rem !important;
    text-align: start;
  }
  .b {
    width: 100px;
    height: 100px;
  }
  h6,
  .h6 {
    text-align: center;
    font-size: 1.25rem;
  }
  p.card-text {
    font-size: 13px;
  }
}

/******************* About Us  ********************/
.mb-5 {
  margin-bottom: 1rem !important;
}
.mb-1 {
  margin-bottom: 0.25rem !important;
}
p.about_text {
  text-align: center;
  padding-top: 28px;
}
@media screen and (max-width: 480px) {
  .g-3 {
    text-align: start;
  }
  .Exp-btn {
    margin: 0% 23%;
  }
}
.about-img {
  width: 100%;
  height: auto;
  max-width: 100%;
  border-radius: 10px; /* Optional: rounded corners */
  object-fit: cover;
}

/* Adjust for medium screens (tablets) */
@media (max-width: 992px) {
  .about-img {
    margin-top: 30px;
  }
}

/* Adjust for small screens (phones) */
@media (max-width: 576px) {
  .about-img {
    width: 100%;
    height: auto;
  }
}
/*********************************
 Services
*********************************/
.services-section {
  background-color: #f9fafc;
  color: #333;
}

.section-header h2 {
  font-size: 2.2rem;
  font-weight: 700;
  color: #00a0e3;
}

.section-header p.lead {
  font-size: 1.1rem;
  color: #555;
  margin-bottom: 15px;
}

.service-card {
  background: #fff;
  border-radius: 12px;
  padding: 25px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  height: 100%;
}

.service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
}

.service-card h4 {
  font-weight: 600;
  margin-bottom: 8px;
}

.service-card p {
  font-size: 0.95rem;
  color: #555;
  margin-bottom: 12px;
}

.service-card ul {
  padding-left: 18px;
}

.service-card ul li {
  font-size: 0.9rem;
  color: #444;
  margin-bottom: 6px;
  line-height: 1.5;
}

/* Why Choose Section */
.why-choose {
  background: #fff;
  border-radius: 12px;
  padding: 40px 20px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
}

.why-choose h3 {
  color: #00a0e3;
  font-weight: 600;
  margin-bottom: 15px;
}

.why-list {
  list-style: none;
  padding: 0;
  margin-top: 15px;
}

.why-list li {
  display: inline-block;
  margin: 6px 12px;
  background: #e6f0ff;
  padding: 10px 18px;
  border-radius: 25px;
  font-size: 0.95rem;
  color: #00a0e3;
}

/* Responsive */
@media (max-width: 768px) {
  .service-card {
    padding: 20px;
  }

  .section-header h2 {
    font-size: 1.8rem;
  }

  .why-list li {
    display: block;
    margin: 8px auto;
    width: fit-content;
  }
}
/***** Why Choose *****/
.bg-gradient {
  background-color: #cfecff;
}

.card {
  border-radius: 10px;
  background-color: #ffffff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease-in-out;
}

.card:hover {
  transform: translateY(-5px);
}

.card-title {
  font-size: 1.25rem;
  font-weight: 400;
}

.text-primary {
  color: #00a0e3;
}

.mb-4,
.mb-3 {
  margin-bottom: 1.5rem;
}
/************** Product Page *****************/
/* Section Base */
.product-section {
  width: 100%;
  padding: 80px 5%;
  text-align: center;
  color: #fff;
}

/* Center Grid */
.product {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 40px;
  justify-content: center;
  align-items: start;
  max-width: 1300px;
  margin: 0 auto;
}

/* Card Base */
.product-card {
  background: #00a0e3;
  border-radius: 20px;
  overflow: hidden;
  transition: all 0.4s ease;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
  text-align: left;
}

.product-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 30px rgba(90, 200, 250, 0.2);
  border-color: rgba(90, 200, 250, 0.4);
}

/* Card Image */
.product-card img {
  width: 100%;
  height: 274px;
  object-fit: cover;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  display: block;
}

/* Card Content */
.product-info {
  padding: 25px;
}

.product-info h3 {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  margin: 8px 0 10px;
}

.product-info p {
  color: #fff;
  font-size: 0.9rem;
  line-height: 1.5;
  margin-bottom: 15px;
}

/* Technology Tags */
.technologies {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.technologies span {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #d1d1e0;
  font-size: 0.8rem;
  padding: 6px 12px;
  border-radius: 10px;
}

/* Rating */
.rating {
  font-weight: 600;
  color: #f7b731;
  font-size: 0.95rem;
  margin-top: 10px;
}

/* Responsive */
@media (max-width: 768px) {
  .product {
    gap: 25px;
  }
}
/****  Category Section ****/
/* Section Wrapper */
.text-teal {
  color: #00a0e3;
  text-decoration: none;
}
h6.cat-txt {
    font-size: 17px;
}

.text-teal:hover {
  color: #00a0e3;
}

.category-card {
    background: #fff;
    border: 1px solid #e5f4f4;
    border-radius: 16px;
    transition: all 0.3s;
    width: 190px;
    height: 204px;
}

.category-card:hover {
  border-color: #00a0e3; /* Blue border on hover */
}

.icon-wrapper {
  width: 100px;
  height: 100px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.icon-wrapper::before {
  content: "";
  position: absolute;
  inset: 6px;
  background: #00a0e3;
  border-radius: 50%;
  z-index: 1;
}

.icon-wrapper::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 2px dashed #00a0e3;
  border-radius: 50%;
  z-index: 0;
}

.icon-wrapper img {
  width: 60px;
  height: 66px;
  filter: brightness(0) invert(1);
  z-index: 2;
  transition: transform 0.3s ease;
}
@media (max-width: 1390px) {
  .col-lg-2 {
    flex: 0 0 20%;
    max-width: 20%;
  }
}

@media (max-width: 992px) {
  .col-lg-2 {
    flex: 0 0 30%;
    max-width: 30%;
  }
}

@media (max-width: 768px) {
  .col-lg-2 {
    flex: 0 0 45%;
    max-width: 45%;
  }
}

@media (max-width: 480px) {
  /* Make the parent container flex and center content */
  .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; 
    align-items: center;    
  }
 
  .cat-box {
    flex: 0 0 90%;
    max-width: 90%;
    margin: 10px auto; 
    display: flex;
    justify-content: center; 
  }

  .Category {
    padding-bottom: 43px;
}

  /* Optional: center text under icons */
  .category-card {
    margin: 0 auto;
    text-align: center;
  }
}



/* Hover zoom effect only on icon */
.category-card:hover .icon-wrapper img {
  transform: scale(1.2);
}

h5,
.h5 {
  font-size: 1.1rem;
}
.fadeIn1 {
  padding: 10px 19px;
}
/* ===== Service Section ===== */
.service-images .img-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.service-images img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.service-images img:hover {
  transform: scale(1.05);
}

.short1 {
  margin-top: 25%;
}
.short2 {
  margin-left: 25%;
}

.section-title {
  font-weight: 700;
  font-size: 2rem;
}

.service-content p {
  color: #555;
  margin-bottom: 10px;
  line-height: 1.6;
}

.service-stats h3 {
  color: #f6a62c;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 5px;
}

.service-stats p {
  font-size: 0.9rem;
  color: #333;
  text-transform: uppercase;
  line-height: 1.2;
}

.stat-divider {
  width: 2px;
  height: 40px;
  background-color: #f6a62c;
  margin-right: 30px;
}

/* ===== Responsive Layouts ===== */
@media (max-width: 991px) {
  .service-section {
    text-align: center;
  }
  .service-images .img-grid {
    grid-template-columns: 1fr;
  }
  .service-stats {
    justify-content: start;
  }
  .stat-divider {
    display: none;
  }
  .section-title {
    font-size: 1.8rem;
  }
}

/* ===== Mobile: Disable Hover Zoom ===== */
@media (max-width: 767px) {
  .service-images img {
    transition: none;
    transform: none !important;
  }
  .service-images img:hover {
    transform: none !important;
  }
  .w-75 {
    width: 100% !important;
    margin-left: 0;
    margin-top: 0;
  }
}
/*******************  Branches Section ***************/
.branch-list {
    width: 1094px;
    margin-left: 9%;
}

.branch-list p {
  font-size: 17px;
  margin-bottom: 12px;
  line-height: 1.6;
}

.branch-list a {
  font-size: 14px;
  color: #00a0e3;
  text-decoration: none;
}

.branch-list a:hover {
  text-decoration: underline;
}

/* ================================
   RESPONSIVE FIX — ALL SCREENS
================================ */

/* Laptop 1024px */
@media (max-width: 1200px) {
  .branch-list {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
}

/* Tablets 768px */
@media (max-width: 768px) {
  .branch-list {
    width: 100%;
    margin: 0;
    padding: 0 15px;
  }

  .branch-list p {
    font-size: 16px;
  }
}

/* Mobile 480px */
@media (max-width: 480px) {
  .branch-list p {
    font-size: 15px;
    line-height: 1.5;
  }

  .branch-list a {
    font-size: 13px;
  }

  .branch-list hr {
    margin: 15px 0;
  }
}

/**************** Contact *****************/
.contact-info h5 {
  font-weight: 600;
  color: #000;
}

.icon-box {
  min-width: 45px;
  min-height: 45px;
  font-size: 18px;
}

.contact-info p {
  color: #333;
  font-size: 15px;
}

.btn-outline-primary {
  border-width: 1.5px;
}
a.btn.contact-btn {
    color: #fff;
    background-color: #00a0e3;
    border-color: #00a0e3;
}
a.btn.contact-btn:hover {
    color: #fff;
    background-color: #f6a62c;
    border-color: #f6a62c;
}
@media screen and (max-width: 480px) {
a.btn.contact-btn {
    margin-right: 93px;
    width: 155px;
    height: 35px;
}
}

/*******************************************
   BLOG 
****************************************/
.single-blog-container {
  display: flex;
  align-items: center;
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
  margin: 20px 0;
}

.single-blog-image {
  width: 350px;
  height: 274px;
  flex-shrink: 0;
}

.single-blog-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* RIGHT SIDE CONTENT */
.single-blog-content {
  padding: 25px;
  background: #ffffff;
  flex: 1;
  margin-left: 23px;
  text-align: left;
}

.single-blog-content p {
  font-size: 16px;
  line-height: 1.6;
  color: black;
}

/* =====================================
      RESPONSIVE — ALL SCREEN SIZES
===================================== */

/* ---------- Tablet Large (1024px↓) ---------- */
@media (max-width: 1024px) {
  .single-blog-image {
    width: 300px;
    height: 240px;
  }

  .single-blog-content {
    margin-left: 15px;
    padding: 20px;
  }
}

/* ---------- Tablet Medium (768px↓) ---------- */
@media (max-width: 768px) {
  .single-blog-container {
    flex-direction: column;
    text-align: center;
  }

  .single-blog-image {
    width: 100%;
    height: 240px;
  }

  .single-blog-content {
    margin-left: 0;
    padding: 20px;
    text-align: left;
  }
}

/* ---------- Mobile (480px↓) ---------- */
@media (max-width: 480px) {
  .single-blog-content p {
    font-size: 15px;
    line-height: 1.5;
  }

  .single-blog-content {
    padding: 18px;
  }

  .single-blog-image {
    height: 200px;
  }
}