@font-face {
  font-family: 'abstract-font';
  src: url('fonts/sqr721bt.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

.margin-top-50
{
  margin-top: 50px !important;
}

.margin-top-30
{
  margin-top: 30px !important;
}

.margin-top-20
{
  margin-top: 20px !important;
}
.margin-top-10
{
  margin-top: 10px !important;
}
.links01{
  color: inherit !important;
  text-decoration: none !important;
   font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300 !important;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}



.roboto-regular {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

.font1
{
    font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300 !important;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

.title-01
{
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600 !important;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}


.title-03
{
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600 !important;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

.title-04
{
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300 !important;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

.content1
{
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300 !important;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
    line-height: 1.6;
}

.theme-bgcolor1
{
  background-color: #53a7b0 !important;
}

.theme-bgcolor2
{
  background-color: #2c565a !important;
}


.theme-color1
{
  color: #53a7b0 !important;
}

.theme-bgcolor2
{
  color: #2c565a !important;
}

header
{
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}

.nav-link
{
font-family: "Roboto", sans-serif !important;

  font-weight: 300 !important;
  font-style: normal;

}

.mobile-menu {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-in-out;
}

#mobileToggle
{
  display: none;
}

.mobile-menu.open {
  max-height: 500px; /* Adjust based on how many items you expect */
}

/* Menu items animation */
.mobile-link {
  opacity: 0;
  transform: translateY(-10px);
  text-decoration: none;
  color: black;
  font-size: 1rem;
  margin-bottom: 1rem;
  font-weight: 500;
  transition: transform 0.3s ease, color 0.3s ease, opacity 0.3s ease;
    font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300 !important;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

.mobile-menu.open .mobile-link {
  opacity: 1;
  transform: translateY(0);
}

.mobile-menu.closing .mobile-link {
  opacity: 0;
  transform: translateY(-10px);
}

/* Arrow animation */
.arrow {
  font-size: 1.2rem;
  transition: transform 0.3s ease;
}

.mobile-link:hover {
  transform: translateX(5px);
  color: #53a7b0;
}

.mobile-link:hover .arrow {
  transform: translateX(3px);
}

#slider-section
{
  margin-top: 90px;

}


.slider {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.slide {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transform: scale(1.1);
  opacity: 0;
  transition: opacity 1s ease, transform 2s ease;
  z-index: 1;
}

.slide.active {
  opacity: 1;
  transform: scale(1);
  z-index: 2;
}

.overlay-gradient {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(44, 86, 90, 1), rgba(44, 86, 90,.6) 50%);
  z-index: 2;
}

.slide-content {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  color: white;
}

.slider-caption {
  opacity: 0;
  transform: translateX(50px);
  animation: slideIn 1s forwards;
}

.small-heading {
  font-size: 1.1rem;
  font-weight: 500;
  animation-delay: 0.3s;
}

.small-heading span {
 background-color: rgba(255,255,255,0.1);
 padding: 5px;
 padding-right: 10px;
 border-left: 2px solid white;
}

.main-heading {
  font-size: 2.5rem;
  font-weight: bold;
  margin-top: 10px;
  animation-delay: 0.6s;
}

.description {
  font-size: 1rem;
  margin-top: 15px;
  animation-delay: 0.9s;
}

.slider-button {
  display: inline-block;
  background-color: #ffc107;
  color: #fff;
  font-weight: 500;
  padding: 12px 28px;
  border-radius: 5px;
  text-decoration: none;
  margin-top: 20px;
  animation-delay: 1.2s;
  transition: background-color 0.3s;
}
.slider-button:hover {
  background-color: #e0a800;
}

@keyframes slideIn {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .main-heading {
    font-size: 26px;
  }
  .small-heading {
    font-size: 16px;
  }
  .description {
    font-size: 14px;
  }
  .slider-button {
    padding: 10px 20px;
    font-size: 14px;
  }
}



.about-section
{
  background-image: url(../img/abstract-about020.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

.collage-wrapper {
  position: relative;
  min-height: 300px;
}

.collage-image {
  position: absolute;
  transition: all 0.5s ease;
}

.image-one {
  top: 0;
  left: 0;
  width: 70%;
  z-index: 1;
  animation: fadeInLeft 1s ease-in-out;
}

.image-two {
  bottom: 0;
  right: 0;
  width: 60%;
  z-index: 2;
  animation: fadeInRight 1s ease-in-out;
}

.experience-badge {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  border-radius: 0.5rem;
  z-index: 3;
}

@keyframes fadeInLeft {
  from { opacity: 0; transform: translateX(-40px); }
  to { opacity: 1; transform: translateX(0); }
}

@keyframes fadeInRight {
  from { opacity: 0; transform: translateX(40px); }
  to { opacity: 1; transform: translateX(0); }
}

/* Responsive behavior */
@media (max-width: 767.98px) {
  .collage-wrapper {
    min-height: auto;
  }
  .collage-image,
  .experience-badge {
    position: static;
    transform: none;
    width: 100% !important;
    margin-bottom: 1rem;
    text-align: center;
  }
}

.services-section
{
  padding-top: 75px !important;
  padding-bottom: 75px !important;
}
.service-card {
  position: relative;
  height: 350px;
  overflow: hidden;
  border-radius: 8px;
  cursor: pointer;
  color: white !important;
}

/* Zoomable image background */
.service-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: inherit;
  transition: transform 0.5s ease;
  z-index: 1;
}

.service-card:hover::before {
  transform: scale(1.1);
}

.card-overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 1rem;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85), transparent);
  color: #fff;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  transition: all 0.3s ease-in-out;
}

.service-title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 0.3rem;
  color: white !important;
  text-decoration: none !important;

}

.service-content {
  opacity: 0;
  max-height: 0;
    color: white !important;
  text-decoration: none !important;
  overflow: hidden;
  transform: translateY(10px);
  transition: all 0.4s ease-in-out;
}

.custom-bullets {
  list-style: none;
  padding-left: 0;
}

.custom-bullets li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1rem;
  position: relative;
}

.custom-bullets li::before {
  content: "\2713"; /* Unicode for check mark */
  color: #198754; /* Bootstrap success green or your theme color */
  font-weight: bold;
  margin-right: 0.75rem;
  font-size: 1.2rem;
  line-height: 1.5;
  flex-shrink: 0;
}

.custom-bullets li span {
  display: block;
  line-height: 1.5;
}

.theme-btn {
  display: inline-block;
  padding: 10px 20px;
  background-color: #007bff; /* Theme blue */
  color: white;
  font-weight: 600;
  border: none;
  border-radius: 4px;
  text-decoration: none;
  transition: background-color 0.3s ease, transform 0.3s ease;
  position: relative;
  overflow: hidden;
}

.theme-btn .arrow-icon {
  display: inline-block;
  margin-left: 10px;
  transition: transform 0.3s ease;
}

.theme-btn:hover {
  background-color: #0056b3;
}

.theme-btn:hover .arrow-icon {
  transform: translateX(5px);
}


/* On hover: reveal content smoothly */
.service-card:hover .service-content {
  opacity: 1;
  max-height: 200px;
  transform: translateY(0);
}
.service-card::before {
  will-change: transform;
}


.text-decoration-nill
{
  text-decoration: none !important;
}

.choose-icon {
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  transition: transform 0.3s ease;
}
.choose-icon i {
  color: white;
  font-size: 24px;
}
.choose-card {
  background: rgba(255, 255, 255, 0.05);
  border: 2px solid transparent;
  border-radius: 15px;
  transition: all 0.4s ease;
}
.choose-card:hover {
  border-color: rgba(255,255, 255, 0.5);
  box-shadow: 0 8px 20px rgba(255, 255, 255, 0.15);
  transform: translateY(-5px);
}
.choose-card:hover .choose-icon {
  transform: scale(1.1);
}


#projects {
  background-color: #0b2727;
  padding: 80px 0;
}

.project-card {
  background-color: #0b2727;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0,0,0,0.3);
  transition: transform 0.4s ease;
  margin-bottom: 0;
  position: relative;
  cursor: pointer;
  
}

.project-card:hover {
  transform: scale(1.03);
}

.project-card img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  display: block;
  background-color: red;
}
.project-info {
  background-color: #0b2727;
  color: white;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: background 0.3s ease;
  position: relative;
}

.project-info h5 {
  margin: 0;
  font-size: 18px;
  font-weight: bold;
}

.project-info p {
  margin: 4px 0 0;
  font-size: 14px;
  opacity: 0.9;
}

/* Arrow Animation - Right side */
.arrow-icon {
  opacity: 0;
  transform: translateX(10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  font-weight: bold;
  font-size: 18px;
  color: white;
}

.project-card:hover .arrow-icon {
  opacity: 1;
  transform: translateX(0);
}


.project-card:hover .arrow-icon {
  opacity: 1;
  transform: translateX(0);
}

/* Glare Animation */
.project-card::before {
  content: '';
  position: absolute;
  top: -100%;
  left: -150%;
  width: 300%;
  height: 300%;
  background: linear-gradient(
    120deg,
    transparent 0%,
    rgba(255, 255, 255, 0.15) 50%,
    transparent 100%
  );
  transform: rotate(25deg);
  pointer-events: none;
  opacity: 0;
}

.project-card:hover::before {
  animation: glareMove 2s ease forwards;
  opacity: 1;
}

@keyframes glareMove {
  0% {
    transform: translate(-100%, -100%) rotate(25deg);
  }
  100% {
    transform: translate(100%, 100%) rotate(25deg);
  }
}

/* Remove any spacing below cards if needed */
.project-card:last-child {
  margin-bottom: 0 !important;
}


.explore-projects-btn {
  text-align: center;
  margin-top: 40px;
}

.btn-explore {
  display: inline-block;
  padding: 12px 30px;
  background-color: #53a7b0;
  color: white;
  text-decoration: none;
  border-radius: 10px;
  font-weight: 600;
  font-size: 16px;
  transition: background-color 0.3s ease, transform 0.3s ease;
  position: relative;
  overflow: hidden;
}

.btn-explore:hover {
  background-color: #3d7e84;
  transform: scale(1.05);
}


.contact-section {
  padding: 60px 20px;
  background: linear-gradient(to bottom right, #ffffff, #e0f2ff);
}

.contact-intro {
  text-align: center;
  margin-bottom: 40px;
}

.badge {
  display: inline-block;
  background-color: #007bff;
  color: #fff;
  padding: 6px 16px;
  font-size: 14px;

  font-weight: 600;
}

.contact-heading {
  font-size: 32px;
  margin: 16px 0 8px;
  color: #111;
}

.contact-subtext {
  color: #555;
  font-size: 16px;
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 24px;
  margin-bottom: 60px;
  padding: 0 10%;
}

.info-box {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.info-box i {
  font-size: 24px;
  color: #007bff;
  margin-top: 6px;
}

.info-box h4 {
  margin: 0 0 6px;
  font-size: 18px;
  color: #111;
}

.info-box p {
  margin: 0;
  color: #555;
}

.form-image-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  align-items: center;
  padding: 0 10%;
}

.contact-form-box {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 6px 30px rgba(0, 0, 0, 0.08);
}

.contact-form-box h3 {
  margin-bottom: 20px;
  color: black;
}

.form-group {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px;
  margin-bottom: 16px;
}

input,
textarea {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #ddd;
  border-radius: 0px;
  font-size: 15px;
  background-color: #f4f4f4;
}

textarea {
  resize: vertical;
}

button {
  background-color: #007bff;
  color: #fff;
  padding: 12px 20px;
  font-size: 16px;
  border: none;
  border-radius: 6px;
  margin-top: 12px;
  cursor: pointer;
  transition: all 0.3s ease;
}

button i {
  margin-left: 8px;
  transition: transform 0.3s ease;
}

button:hover i {
  transform: translateX(5px);
}

.image-box {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.image-box img {
  width: 100%;
  border-radius: 10px;
  display: block;
}

.glare {
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(120deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.4) 50%, rgba(255,255,255,0) 100%);
  transform: skewX(-20deg);
  animation: glareMove 2.5s infinite;
}

@keyframes glareMove {
  0% { left: -75%; }
  100% { left: 125%; }
}

@media (max-width: 768px) {
  .form-image-grid {
    grid-template-columns: 1fr;
  }

  .form-group {
    grid-template-columns: 1fr;
  }
}


.boost-section {
  background: linear-gradient(to right, #0b2727, #0b2727);
  padding: 60px 20px;
  color: #fff;

}

.boost-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap; /* prevents wrapping on desktop */
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.boost-text {
  flex: 1 1 70%;
}

.boost-text h2 {
  font-size: 2.2rem;
 
  line-height: 1.4;
  width: 100%; /* fix width to allow space for button */
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400 !important;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

.boost-button {
  flex: 1 1 30%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.btn-contact.button01 {
  background-color: #ffffff;
  color: #0b2727;
  padding: 10px 20px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
}

.btn-contact.button01:hover {
  background-color: #e6e6e6;
  color: #000;
}

/* Mobile View */
@media (max-width: 768px) {
  .boost-container {
    flex-wrap: wrap;
  }

  .boost-text,
  .boost-button {
    flex: 0 0 100%;
  }

  .boost-text {
    text-align: left;
  }

  .boost-text h2 {
    font-size: 1.6rem;
  }

  .boost-button {
    justify-content: flex-start;
    margin-top: 20px;
  }
}


.btn-contact {
  background-color: #fff;
  color: #0b2727;
  font-size: 1.1rem;
  font-weight: 500;
  padding: 14px 28px;
  border-radius: 8px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  transition: all 0.3s ease;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.1);
}

.btn-contact .arrow {
  margin-left: 10px;
  transition: transform 0.3s ease;
}

.btn-contact:hover .arrow {
  transform: translateX(5px);
}

.full-body-optimize-header
{
max-width: 1300px !important;
margin: 0 auto;
  background-color: transparent !important;
}
.full-body-optimize
{
  max-width: 1250px !important;
  margin: 0 auto;
  padding-left: 15px !important;
  padding-right: 15px !important;
}


@media(max-width: 992px)
{
  .full-body-optimize
{
  max-width: 100% !important;
  margin: 0 auto;
  padding-left: 15px !important;
  padding-right: 15px !important;
}
#mobileToggle
{
  display: block;
}
}



.btn-enquiry
{
  color: white;
}
.btn-enquiry:hover{
  color: white;
}

/* Root blue theme */
:root {
  --theme-blue: #0b2727;
}

/* Section structure */
.about-banner {
  position: relative;
  height: 60vh;
   /* Replace with actual image path */
  background-size: cover;
  background-position: center;
  overflow: hidden;
  animation: zoomSlow 20s infinite alternate ease-in-out;
  position: relative;
  margin-top: 90px;
}

/* Slow zoom effect */
@keyframes zoomSlow {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.05);
  }
}

/* Gradient Overlay */
.about-overlay {
  height: 100%;
  width: 100%;
  background: linear-gradient(to top, var(--theme-blue), transparent);

  padding-left: 5%;
}

/* Text content */
.about-content {
  color: white;
  max-width: 1200px;
  position: absolute;
  bottom: 30px;
}

/* Heading animation */
.about-heading {
  font-size: 3rem;
  font-weight: bold;
  opacity: 0;
  transform: translateX(40px);
  animation: fadeInLeft 1s ease-out forwards;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600 !important;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

@keyframes fadeInLeft {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* Subtext animation */
.about-subtext {
  font-size: 1.2rem;
  margin-top: 1rem;
  opacity: 0;
  transform: translateY(-20px);
  animation: fadeInTop 1s ease-out forwards;
  animation-delay: 0.5s;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300 !important;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

@keyframes fadeInTop {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.experience-section {
  position: relative;
  background: url('../img/pexels-rezwan-1145434.jpg') no-repeat center center/cover;
  text-align: left;
  color: white;
  z-index: 1;
}

.experience-overlay {
    background: linear-gradient(to right, var(--theme-blue), rgba(83, 167, 176,.5));
  width: 100%;
  height: 100%;
  padding: 60px 20px;
}

.experience-wrapper {
  max-width: 1200px;
  margin: auto;
  text-align: left;
}

.experience-badge {

  background: rgba(255, 255, 255, 0.1);
  padding: 6px 14px;
  border-radius: 10px;
  font-size: 14px;
  letter-spacing: 1px;
  color: #fff;
  margin-bottom: 10px;
  text-align: left;
}

.experience-title {
  font-size: 32px;
  font-weight: 600;
  margin-top: 10px;
  text-align: left;
}

.experience-separator {
  width: 80px;
  height: 3px;
  background-color: #00b4ff;
  border: none;
  margin: 30px auto 40px auto;
}

.experience-grid {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;

  margin-top: -30px;
}

.experience-item {
  flex: 1;
  min-width: 250px;
  display: flex;
  align-items: flex-start;
  gap: 15px;
  text-align: left;
}

.experience-item i {
  font-size: 30px;
  color: white;
  flex-shrink: 0;
  margin-top: 5px;
}

.experience-text h4 {
  margin: 0 0 5px;
  font-size: 18px;
  font-weight: 600;
}

.experience-text p {
  font-size: 14px;
  margin: 0;
  opacity: 0.85;
}

.experience-description {
  max-width: 700px;
  margin: 0 auto 50px;
  font-size: 15px;
  line-height: 1.8;
  opacity: 0.9;
}

.enquiry-btn-wrap {
  margin-top: 40px;
}

.enquiry-btn {
  display: inline-block;
  background-color: #53a7b0;
  color: #fff;
  padding: 12px 24px;
  font-weight: 600;
  border-radius: 10px;
  text-decoration: none;
  font-size: 16px;
  position: relative;
  overflow: hidden;
  transition: background 0.3s ease;
}

.enquiry-btn .arrow-icon {
  display: inline-block;
  margin-left: 10px;
  transition: transform 0.3s ease;
}

.enquiry-btn:hover {
  background-color: #2c565a;
}

.enquiry-btn:hover .arrow-icon {
  transform: translateX(6px);
}


.service-hero {
  position: relative;
  height: 60vh;
  background: url('../img/pexels-rezwan-1145434.jpg') center/cover no-repeat;
  display: flex;
  align-items: flex-end;

}

.hero-overlay {
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(0,0,0,0.6), rgba(0,0,0,0.2));
  display: flex;
  align-items: flex-end;
    padding: 0 5%;
}

.hero-content {
  color: white;
  margin-bottom: 40px;
  max-width: 600px;
  animation: fadeInSlide 1s ease-out forwards;
}

.fade-in-heading {
  font-size: 48px;
  font-weight: 700;
  opacity: 0;
  animation: fadeInLeft 1s forwards;
   font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600 !important;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

.fade-in-subheading {
  display: flex;
  align-items: center;
  margin-top: 20px;
  font-size: 18px;
  opacity: 0;
  animation: fadeInLeft 1s 0.4s forwards;
   font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300 !important;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

.border-left {
  width: 4px;
  height: 20px;
  background-color: #53a7b0;
  margin-right: 15px;
  border-radius: 0px;
}

/* Animations */
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}


.service-explanation {
  background-color: #ffffff;
  padding-top: 50px;
  padding-bottom: 100px;
  font-family: 'Poppins', sans-serif;
}

/* First Grid */
.service-intro {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 40px;
  margin-bottom: 60px;
}

.badge {
  display: inline-block;
  background-color: #e6f0ff;
  color: #0056b3;
  padding: 6px 14px;
  font-size: 14px;
  font-weight: 600;

  margin-bottom: 15px;
}

.service-heading {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #222;
   font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600 !important;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

.service-description {
  color: #444;
  font-size: 16px;
  line-height: 1.6;
   font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300 !important;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
      line-height: 1.6;
}

.glare-container {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.glare-container img {
  width: 100%;
  display: block;
  animation: glare 8s infinite linear;
}

@keyframes glare {
  0% { transform: scale(1); }
  50% { transform: scale(1.05); }
  100% { transform: scale(1); }
}

/* Cards Grid */
.service-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.card {
  background-color: #fff;
  border-radius: 10px;
box-shadow: rgba(0, 0, 0, 0.2) 0px 18px 50px -10px;
  overflow: hidden;
  transition: transform 0.4s ease;
  border-bottom: 10px solid #53a7b0;
  cursor: pointer;
}

.card:hover {
  transform: scale(1.03);
}

.card img {
  width: 100%;
  display: block;
}

.card-title {
  font-size: 20px;
  font-weight: 600;
  margin: 35px 20px 5px;
  color: #222;
  text-transform: uppercase;
    font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600 !important;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;

}

.card-subtitle {
  font-size: 14px;
  color: #53a7b0;
  margin: 0 20px 10px;
  display: block;
  font-weight: 500;
    font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400 !important;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;

}

.card-description {
  font-size: 15px;
  color: #555;
  margin: 10px 20px 20px;
  line-height: 1.5;
    font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300 !important;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;  line-height: 1.6;

}


@media (max-width: 768px) {
  .service-intro {
    grid-template-columns: 1fr; /* Switch to one column */
    text-align: left; /* Optional: center content */
  }

  .service-intro img {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .about-content {
  color: white;
  max-width: 80%;
  position: absolute;
  bottom: 30px;
}
}





































