@import url("https://fonts.googleapis.com/css2?family=Karla:ital,wght@0,200..800;1,200..800&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Karla", sans-serif;
  margin: 0;
  padding: 0;
  background-color: #f8f9fa;
  color: #333;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

p {
  margin: 0 0 1rem 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #555;
}

h1,
h2,
h3,
h4,
h5 {
  margin: 0 0 1rem 0;
  font-weight: 600;
  line-height: 1.2;
  color: #0c2d63;
}

.nav-container {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.nav-item {
  font-size: 1rem;
  font-weight: 600;
  color: #333;
  transition: color 0.3s ease;
}
.nav-item:hover {
  color: #0693e3;
}

@media (max-width: 768px) {
  #nav-btn {
    display: none;
  }
}
#home {
  background: url("./assets/banner-bg-scaled.jpeg") no-repeat center center/cover;
  position: relative;
}
#home::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}

.home-section {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-align: center;
  padding: 5rem;
  position: relative;
}
@media (max-width: 768px) {
  .home-section {
    height: auto;
    min-height: 100vh;
    padding: 1.5rem;
    flex-direction: column;
  }
}

#form1 {
  position: relative;
  box-shadow: 0 0.25rem 0.375rem rgba(0, 0, 0, 0.1);
}

.form-btn {
  color: white;
  display: inline-flex;
  overflow: hidden;
  position: relative;
  width: 100%;
  padding: 10px 10px;
  background-color: #0c2d63;
  border-radius: 8px;
  align-items: center;
  justify-content: center;
  border: none;
}

.form-btn:hover {
  background-color: #09234d;
}

.home-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: start;
  gap: 1.5rem;
  width: 70%;
  z-index: 1;
}
.home-content h1 {
  font-size: 3.125rem;
  font-weight: 700;
  color: white;
  margin-bottom: 1rem;
}
.home-content p {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
  color: #d2d2d2;
  margin-bottom: 1.5rem;
}
.home-content .home-btn {
  all: unset;
  display: inline-flex;
  background-color: #f8f9fa;
  padding: 0.75rem 2.5rem;
  color: #333;
  border-radius: 0.5rem;
  font-weight: 600;
  transition: all 0.3s ease;
  cursor: pointer;
}
.home-content .home-btn:hover {
  background-color: #dae0e5;
  transform: translateY(-2px);
}
@media (max-width: 768px) {
  .home-content {
    width: 100%;
    margin-top: 5rem;
  }
  .home-content h1 {
    font-size: 2.1875rem;
  }
}

form {
  background: white;
  max-width: 400px;
  padding: 1.25rem;
  margin-top: 1.25rem;
  border-radius: 0.625rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
@media (max-width: 768px) {
  form {
    width: 100%;
  }
}
form .form-heading {
  font-family: "Karla", sans-serif;
  font-size: 24px;
  font-weight: 800;
  color: #0c2d63;
  padding-bottom: 10px;
}
@media (max-width: 768px) {
  form .form-heading {
    font-family: "Karla", sans-serif;
    font-size: 18px;
  }
}

.call-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #076aaa;
  padding: 0.5rem 1rem;
  color: #f8f9fa;
  border-radius: 0.5rem;
  gap: 0.625rem;
  font-weight: 600;
  transition: all 0.3s ease;
  cursor: pointer;
  border: none;
  font-family: "Karla", sans-serif;
}
.call-btn:hover {
  background-color: #054b79;
  transform: translateY(-2px);
}
.call-btn.white-btn {
  background-color: white;
  color: #333;
}
.call-btn.white-btn:hover {
  background-color: #e6e6e6;
}

.custom-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #076aaa;
  padding: 0.5rem 1rem;
  color: #f8f9fa;
  border-radius: 0.5rem;
  gap: 0.625rem;
  font-weight: 600;
  transition: all 0.3s ease;
  cursor: pointer;
  border: none;
  font-family: "Karla", sans-serif;
}
.custom-btn:hover {
  background-color: #054b79;
  transform: translateY(-2px);
}
.custom-btn.white-btn {
  background-color: white;
  color: #333;
}
.custom-btn.white-btn:hover {
  background-color: #e6e6e6;
}

#our-client {
  margin: 1.875rem 0;
}

#client-section-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1.25rem 0;
  text-align: center;
}
#client-section-heading h2 {
  font-size: 3.375rem;
  color: #0c2d63;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
#client-section-heading p {
  color: rgba(108, 114, 122, 0.7764705882);
  font-size: 1.125rem;
  font-weight: 600;
  max-width: 800px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  #client-section-heading h2 {
    font-size: 2.5rem;
  }
}

.logo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.25rem;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}
@media (max-width: 768px) {
  .logo-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.logo-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  border: 1px solid rgba(174, 174, 174, 0.33);
  border-radius: 0.25rem;
  transition: all 0.3s ease;
  background: white;
}
.logo-item:hover {
  transform: scale(1.05);
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1);
}
.logo-item img {
  width: 100%;
  height: auto;
  max-height: 80px;
  object-fit: contain;
}

#testimonials {
  background-color: #0c2d63;
  color: white;
  padding: 3rem 0;
}
#testimonials h2 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  text-align: center;
}
#testimonials p {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 1.25rem;
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
#testimonials .testimonial-video {
  border-radius: 0.5rem;
  margin-bottom: 1.25rem;
  overflow: hidden;
}
#testimonials .testimonial-video iframe {
  width: 100%;
  height: 300px;
  border: none;
}
#testimonials .btn-container {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}

.offer-section, .we-offer,
.we-offer-section-2,
.we-offer-section-3,
.we-offer-section-5,
.we-offer-section-6,
.we-offer-section-7 {
  width: 100%;
  margin: 2.5rem 0;
  font-family: "Karla", sans-serif;
}
.offer-section .offer-heading, .we-offer .offer-heading,
.we-offer-section-2 .offer-heading,
.we-offer-section-3 .offer-heading,
.we-offer-section-5 .offer-heading,
.we-offer-section-6 .offer-heading,
.we-offer-section-7 .offer-heading {
  text-align: center;
  padding: 2.5rem 0.625rem;
}
.offer-section .offer-heading span, .we-offer .offer-heading span,
.we-offer-section-2 .offer-heading span,
.we-offer-section-3 .offer-heading span,
.we-offer-section-5 .offer-heading span,
.we-offer-section-6 .offer-heading span,
.we-offer-section-7 .offer-heading span {
  font-size: 3.125rem;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 0.5rem;
}
.offer-section .offer-heading .highlight, .we-offer .offer-heading .highlight,
.we-offer-section-2 .offer-heading .highlight,
.we-offer-section-3 .offer-heading .highlight,
.we-offer-section-5 .offer-heading .highlight,
.we-offer-section-6 .offer-heading .highlight,
.we-offer-section-7 .offer-heading .highlight {
  color: #0693e3;
}
.offer-section .offer-container, .we-offer .offer-container,
.we-offer-section-2 .offer-container,
.we-offer-section-3 .offer-container,
.we-offer-section-5 .offer-container,
.we-offer-section-6 .offer-container,
.we-offer-section-7 .offer-container {
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  padding: 0 2rem;
  gap: 4rem;
}
@media (max-width: 768px) {
  .offer-section .offer-container, .we-offer .offer-container,
  .we-offer-section-2 .offer-container,
  .we-offer-section-3 .offer-container,
  .we-offer-section-5 .offer-container,
  .we-offer-section-6 .offer-container,
  .we-offer-section-7 .offer-container {
    flex-direction: column;
    gap: 1.5rem;
  }
}
.offer-section .offer-content, .we-offer .offer-content,
.we-offer-section-2 .offer-content,
.we-offer-section-3 .offer-content,
.we-offer-section-5 .offer-content,
.we-offer-section-6 .offer-content,
.we-offer-section-7 .offer-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.offer-section .offer-img, .we-offer .offer-img,
.we-offer-section-2 .offer-img,
.we-offer-section-3 .offer-img,
.we-offer-section-5 .offer-img,
.we-offer-section-6 .offer-img,
.we-offer-section-7 .offer-img {
  flex: 1;
  min-width: 300px;
  border-radius: 0.5rem;
  overflow: hidden;
}
.offer-section .offer-img img, .we-offer .offer-img img,
.we-offer-section-2 .offer-img img,
.we-offer-section-3 .offer-img img,
.we-offer-section-5 .offer-img img,
.we-offer-section-6 .offer-img img,
.we-offer-section-7 .offer-img img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.5s ease;
}
.offer-section .offer-img img:hover, .we-offer .offer-img img:hover,
.we-offer-section-2 .offer-img img:hover,
.we-offer-section-3 .offer-img img:hover,
.we-offer-section-5 .offer-img img:hover,
.we-offer-section-6 .offer-img img:hover,
.we-offer-section-7 .offer-img img:hover {
  transform: scale(1.03);
}
.offer-section .offer-container-heading h2, .we-offer .offer-container-heading h2,
.we-offer-section-2 .offer-container-heading h2,
.we-offer-section-3 .offer-container-heading h2,
.we-offer-section-5 .offer-container-heading h2,
.we-offer-section-6 .offer-container-heading h2,
.we-offer-section-7 .offer-container-heading h2 {
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 1rem;
  color: #0c2d63;
}
@media (max-width: 768px) {
  .offer-section .offer-container-heading h2, .we-offer .offer-container-heading h2,
  .we-offer-section-2 .offer-container-heading h2,
  .we-offer-section-3 .offer-container-heading h2,
  .we-offer-section-5 .offer-container-heading h2,
  .we-offer-section-6 .offer-container-heading h2,
  .we-offer-section-7 .offer-container-heading h2 {
    font-size: 1.5rem;
  }
}
.offer-section .icon-box, .we-offer .icon-box,
.we-offer-section-2 .icon-box,
.we-offer-section-3 .icon-box,
.we-offer-section-5 .icon-box,
.we-offer-section-6 .icon-box,
.we-offer-section-7 .icon-box {
  display: flex;
  align-items: center;
  padding: 0.625rem 0;
  gap: 0.625rem;
  padding-bottom: 0.3125rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
.offer-section .icon-box:hover, .we-offer .icon-box:hover,
.we-offer-section-2 .icon-box:hover,
.we-offer-section-3 .icon-box:hover,
.we-offer-section-5 .icon-box:hover,
.we-offer-section-6 .icon-box:hover,
.we-offer-section-7 .icon-box:hover {
  border-color: #0693e3;
}
.offer-section .icon-box img, .we-offer .icon-box img,
.we-offer-section-2 .icon-box img,
.we-offer-section-3 .icon-box img,
.we-offer-section-5 .icon-box img,
.we-offer-section-6 .icon-box img,
.we-offer-section-7 .icon-box img {
  width: 14px;
  height: 14px;
  opacity: 0.5;
}
.offer-section .icon-box p, .we-offer .icon-box p,
.we-offer-section-2 .icon-box p,
.we-offer-section-3 .icon-box p,
.we-offer-section-5 .icon-box p,
.we-offer-section-6 .icon-box p,
.we-offer-section-7 .icon-box p {
  margin: 0;
  font-weight: 500;
}
.offer-section .offer-btn, .we-offer .offer-btn,
.we-offer-section-2 .offer-btn,
.we-offer-section-3 .offer-btn,
.we-offer-section-5 .offer-btn,
.we-offer-section-6 .offer-btn,
.we-offer-section-7 .offer-btn {
  margin-top: 1.25rem;
  align-self: flex-start;
}
@media (max-width: 768px) {
  .offer-section, .we-offer,
  .we-offer-section-2,
  .we-offer-section-3,
  .we-offer-section-5,
  .we-offer-section-6,
  .we-offer-section-7 {
    margin: 1.25rem 0;
  }
  .offer-section .offer-heading span, .we-offer .offer-heading span,
  .we-offer-section-2 .offer-heading span,
  .we-offer-section-3 .offer-heading span,
  .we-offer-section-5 .offer-heading span,
  .we-offer-section-6 .offer-heading span,
  .we-offer-section-7 .offer-heading span {
    font-size: 2rem;
  }
  .offer-section .offer-img, .we-offer .offer-img,
  .we-offer-section-2 .offer-img,
  .we-offer-section-3 .offer-img,
  .we-offer-section-5 .offer-img,
  .we-offer-section-6 .offer-img,
  .we-offer-section-7 .offer-img {
    order: -1;
    min-width: 100%;
  }
}

.we-offer {
  width: 100%;
  font-family: "Karla", sans-serif;
}
@media (max-width: 768px) {
  .we-offer span {
    font-family: 32px;
  }
}
.we-offer .offer-heading {
  text-align: center;
  padding: 40px 10px;
}
.we-offer .offer-heading span {
  font-size: 3.125rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .we-offer .offer-heading {
    font-size: 2rem;
  }
}
.we-offer .offer-heading #typing {
  color: #0693e3;
}
.we-offer .offer-container {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .we-offer .offer-container {
    flex-direction: column;
  }
}
.we-offer .offer-content {
  display: flex;
}
.we-offer .offer-img {
  min-width: 300px;
  width: 50%;
}
.we-offer .offer-img img {
  width: 100%;
}
@media (max-width: 768px) {
  .we-offer .offer-img {
    min-width: 300px;
    width: 100%;
  }
  .we-offer .offer-img img {
    width: 100%;
  }
}
.we-offer .offer-container-heading {
  font-family: "Karla", sans-serif;
}
.we-offer .offer-container-heading h2 {
  font-weight: 700;
  font-size: 2rem;
}
@media (max-width: 768px) {
  .we-offer .offer-container-heading h2 {
    font-size: 24px;
  }
}
.we-offer .icon-box {
  display: flex;
  padding-top: 10px;
  gap: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid black;
}
.we-offer .offer-btn {
  margin-top: 20px;
}

/* Responsive Grid for Videos */
@media (max-width: 768px) {
  .home-section {
    flex-direction: column;
    justify-content: space-between;
  }
  .testimonial-video {
    flex: 0 0 33.333%;
    padding: 1rem;
  }
  .offer-container {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .offer-container {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .offer-content {
    flex: 1;
    padding-right: 2rem;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .offer-content {
    padding-right: 0;
  }
}
@media (max-width: 768px) {
  .offer-img {
    flex: 1;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .offer-img {
    width: 100%;
  }
  .offer-img img {
    width: 100%;
  }
}
#testimonials-card {
  background-color: #0c2d63;
  color: white;
  padding: 3rem 0;
}
#testimonials-card .testimonial-card {
  background-color: white;
  color: #333;
  border-radius: 0.5rem;
  overflow: hidden;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}
#testimonials-card .testimonial-card:hover {
  transform: translateY(-5px);
}
#testimonials-card .message {
  font-size: 0.875rem;
  padding: 1rem;
  line-height: 1.6;
}
#testimonials-card hr {
  margin: 0;
  border: none;
  border-top: 1px solid #eee;
}
#testimonials-card .card-header {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  padding: 1rem;
}
#testimonials-card .card-header img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
}
#testimonials-card .card-header .card-name {
  display: flex;
  flex-direction: column;
  align-items: start;
}
#testimonials-card .card-header .card-name h5 {
  font-size: 0.875rem;
  font-weight: 600;
  margin: 0;
}
#testimonials-card .card-header .card-name p {
  font-size: 0.75rem;
  font-weight: 500;
  margin: 0.25rem 0 0;
  color: #666;
}

.project-heading {
  background-color: #0c2d63;
  color: white;
  text-align: center;
  font-weight: 600;
  margin: 0.625rem 0.3125rem;
  padding: 0.625rem;
  font-size: 1.25rem;
  border-radius: 0.5rem;
}

.fifth-btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.grugaon-client-img img {
  width: 100%;
  height: auto;
  padding: 0.3125rem;
  display: block;
  border-radius: 0.25rem;
}

.project-colom-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.625rem;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}
.project-colom-section > div {
  flex: 1 1 300px;
  margin: 0.625rem 0;
}

.we-offer-section-8 {
  text-align: center;
  margin-bottom: 2.5rem;
}
.we-offer-section-8 img {
  width: 100%;
  max-width: 1200px;
  height: auto;
  display: block;
  margin: 0.625rem auto;
  border-radius: 0.5rem;
}

.section-8-heading {
  text-align: center;
  background-color: #0c2d63;
  color: white;
  padding: 1.25rem;
  margin-bottom: 1.25rem;
}
.section-8-heading h2 {
  font-weight: 700;
  margin: 0;
}
.section-8-heading p {
  color: rgb(234, 234, 234);
}

#footer {
  background-color: #0c2d63;
  color: white;
  padding: 2.5rem 1.25rem 1.25rem;
}
#footer .footer-heading {
  font-size: 2.25rem;
  font-weight: 800;
  margin-bottom: 0.5rem;
}
#footer .footer-top {
  display: flex;
  gap: 2rem;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
#footer .footer-left {
  flex: 1 1 260px;
}
#footer .footer-right {
  flex: 1 1 320px;
  max-width: 420px;
}
#footer p {
  color: rgba(255, 255, 255, 0.8);
  margin: 0 0 0.75rem 0;
}
#footer .address h4 {
  color: #ffffff;
  margin-bottom: 0.25rem;
}
#footer .address {
  margin-top: 1rem;
}
#footer .footer-extra {
  margin-top: 1rem;
}
.footer-form {
  box-shadow: 0 0.25rem 0.375rem rgba(0, 0, 0, 0.1);
}
#footer .copyright {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin-top: 1rem;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.6);
}
@media (max-width: 768px) {
  #footer .footer-heading {
    font-size: 1.6rem;
  }
  #footer .footer-top {
    flex-direction: column;
  }
  #footer .footer-right {
    max-width: 100%;
  }
  #footer .copyright {
    flex-direction: column;
    gap: 0.5rem;
  }
}

@media (max-width: 768px) {
  body {
    font-size: 16px;
  }
  h1 {
    font-size: 2rem;
  }
  h2 {
    font-size: 1.75rem;
  }
  .home-content h1 {
    font-size: 2rem;
  }
  .home-content p {
    font-size: 1rem;
  }
  .logo-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .offer-section .offer-container, .we-offer .offer-container,
  .we-offer-section-2 .offer-container,
  .we-offer-section-3 .offer-container,
  .we-offer-section-5 .offer-container,
  .we-offer-section-6 .offer-container,
  .we-offer-section-7 .offer-container {
    flex-direction: column;
  }
  .offer-section .offer-img, .we-offer .offer-img,
  .we-offer-section-2 .offer-img,
  .we-offer-section-3 .offer-img,
  .we-offer-section-5 .offer-img,
  .we-offer-section-6 .offer-img,
  .we-offer-section-7 .offer-img {
    order: -1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fade-in {
  animation: fadeIn 0.6s ease forwards;
}

/* Popup Styles */
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.popup-overlay.active {
  opacity: 1;
  visibility: visible;
}

.popup-container {
  background: white;
  border-radius: 10px;
  max-width: 500px;
  margin: 1rem;
  padding: 1rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(20px);
  transition: transform 0.3s ease;
}

.popup-overlay.active .popup-container {
  transform: translateY(0);
}

.popup-close {
  position: absolute;
  top: 15px;
  right: 15px;
  background: none;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
  color: #666;
  transition: color 0.2s ease;
}

.popup-close:hover {
  color: #333;
}

.popup-content h3 {
  color: #767676;
  margin-top: 1rem;
  font-size: 1rem;
  text-align: center;
  font-weight: 800;
}

.popup-form .form-group {
  margin-bottom: 1rem;
}

/*# sourceMappingURL=styles.css.map */
