* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.home-list {
  list-style: none;
}
.heading-one {
  font-size: 22px;
}

.about-us-img-01 {
  background-image: url(../img/webp/l-03.webp);
  width: 100%;
  height: 500px;
  background-repeat: no-repeat;
  background-size: cover;
  /* background-attachment: fixed; */
}

.styled-heading {
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    font-size: 24px;
    color: #1a237e;
    background-color: #e8eaf6;
    padding: 12px 20px;
    border-left: 6px solid #d00b6d;
    border-radius: 8px;
    width: fit-content;
    margin-top: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Responsive adjustments for mobile */
@media (max-width: 768px) {
  .about-us-img-01 {
    height: 250px;
    background-attachment: scroll;
    background-position: center;
  }
    .styled-heading {
        font-size: 17px !important;
    }
}

.about-us-img .about-us-bg {
  position: relative;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 1;
}

/* Modern Red & Blue Modal Styles */
.digital-marketing-modal {
  border-radius: 18px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.18);
  border: 2px solid #e80566;
  overflow: hidden;
}
.digital-marketing-modal .modal-header {
  background: #e80566;
  color: #fff;
  border-bottom: none;
}
.digital-marketing-modal .modal-title {
  font-weight: 700;
  letter-spacing: 1px;
}
.digital-marketing-modal .form-control:focus {
  border-color: #e80566;
  box-shadow: 0 0 0 0.2rem rgba(232, 5, 102, 0.15);
}
.digital-btn {
  background: #e80566;
  color: #fff;
  font-weight: 600;
  border: none;

  border-radius: 25px;
  transition: 0.3s;
  margin-top: 14px;
  font-size: 1.2rem;
}
.digital-btn:hover {
  background: #003366;
  color: #fff;
}
.digital-modal-close {
  background: none;
  border: none;
  font-size: 2rem;
  color: #003366;
  opacity: 0.7;
}

.input-field {
  height: 35px;
  padding: 0 0.2rem;
  color: #003366;
}

.form-group {
  margin-bottom: 0.2rem;
}

/* Container Styling */
.about-us-content-wrap {
  background: #ffffff;
  border-radius: 15px;
}

/* Animated Border */
.animate-border {
  display: block;
  width: 80px;
  height: 4px;
  background-color: #e80566;
  margin-bottom: 25px;
  border-radius: 2px;
  animation: expand-border 1s ease forwards;
}

@keyframes expand-border {
  from {
    width: 0;
  }
  to {
    width: 80px;
  }
}

/* Paragraph Style */
.about-us-content-wrap p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 20px;
  color: #444;
}

/* List Styling */
.about-us-content-wrap ul {
  list-style-type: disc;
  padding-left: 25px;
}

.about-us-content-wrap li {
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  position: relative;
  transition: all 0.3s ease;
}

.about-us-content-wrap li:hover {
  color: #e80566;
}

/* Strong Title in List */
.li-strong-one {
  color: #003366;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 4px;
}

#EnquiryModal ul {
  list-style-type: disc;
  margin-left: 20px;
}
.icon-list {
  list-style: none;
  padding-left: 0;
  color:#444;
}
.icon-list li {
  position: relative;
  color: #444;
  padding: 0;
  padding-left: 5px;
  margin-bottom: 12px;
}
.icon-list li::before {
  content: "";
  position: absolute;
  left: -1.5rem;
  top: 4px;
  width: 22px; /* Adjust size as needed */
  height: 22px;
  background-image: url(../img/webp/checkmark.webp); /* Your image URL */
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.open-dm-modal-btn {
  position: fixed;
  bottom: 30px;
  left: 30px;
  z-index: 9999;
  background: linear-gradient(90deg, #e80566 0%, #003366 100%);
  color: #fff;
  border: none;
  border-radius: 30px;
  padding: 6px 12px 6px 8px;
  font-size: 12px;

  font-weight: 600;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.13);
  cursor: pointer;
  display: flex;
  align-items: center;
  transition: background 0.3s, box-shadow 0.3s;
}
.open-dm-modal-btn:hover {
  background: linear-gradient(90deg, #003366 0%, #e80566 100%);
  color: #fff;
  box-shadow: 0 6px 24px rgba(232, 5, 102, 0.18);
}

.accordion-item {
  border-bottom: 1px solid #00000038;
}
.accordion-button {
  background-color: #fff;
  border: none;
  font-size: 18px;
  padding-bottom: 10px;
}
#accordion .card-link {
  font-size: 16px;
  cursor: pointer;
}
.post {
  border-bottom: none;
  padding: 0 0 20px;
  margin: 0 0 0px;
}
@media screen and (max-width: 992px) {
  .post {
    border-bottom: 1px solid #f0f0f0;
    padding: 0 0 0px;
    margin: 0 0 0px;
  }
}

/* Modern Highlight Card Styles */

.modern-heading {
  font-family: "Montserrat", sans-serif;
  font-size: 2.1rem;
  font-weight: 700;
  color: #22223b;
  margin-bottom: 0.7rem;
}
.modern-icon {
  color: #0073aa;
  font-size: 1.5rem;
  vertical-align: middle;
}
.brand-accent {
  color: #0073aa;
  font-weight: 700;
}

.modern-desc {
  font-size: 15px;
  color: #444;
  margin-bottom: 1.2rem;
  line-height: 1.7;
}
.modern-link {
  color: #0073aa;
  font-weight: 600;
  text-decoration: underline;
  transition: color 0.2s;
}
.modern-link:hover {
  color: #de0017;
}

/* Modern Card Grid Styles */
.modern-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);

  gap: 2rem;
  margin: 2rem 0;
}
.modern-image-card {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: box-shadow 0.3s;
  display: flex;
  flex-direction: column;
}
.modern-image-card:hover {
  box-shadow: 0 16px 48px rgba(0, 123, 255, 0.15);
}
.modern-card-img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}
.modern-card-body {
  padding: 1.5rem 1.2rem 1.2rem 1.2rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.modern-card-title {
  font-family: "Montserrat", sans-serif;
  font-size: 1.35rem;
  font-weight: 700;
  color: #22223b;
  margin-bottom: 0.7rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.modern-card-icon {
  color: #007bff;
  font-size: 1.5rem;
}
.modern-card-text {
  font-size: 1rem;
  color: #444;
  margin-bottom: 1.1rem;
  line-height: 1.6;
}
.modern-card-btn {
  background: linear-gradient(90deg, #007bff 60%, #0056b3 100%);
  color: #fff !important;
  border: none;
  border-radius: 30px;
  padding: 0.6rem 1.6rem;
  font-size: 1rem;
  font-weight: 600;
  box-shadow: 0 2px 8px rgba(0, 123, 255, 0.1);
  transition: background 0.2s, box-shadow 0.2s;
  text-decoration: none;
  display: inline-block;
}
.modern-card-btn:hover {
  background: linear-gradient(90deg, #0056b3 60%, #007bff 100%);
  box-shadow: 0 4px 16px rgba(0, 123, 255, 0.18);
  color: #fff;
  text-decoration: none;
}

/* Modern FAQ Styles */
.modern-faq {
  background: linear-gradient(135deg, #f8fbff 0%, #eaf6ff 100%);
  border-radius: 22px;
  box-shadow: 0 6px 32px rgba(0, 51, 102, 0.08);
  padding: 32px 24px;
  margin-bottom: 40px;
  transition: box-shadow 0.3s;
}

.modern-faq .accordion-item {
  background: transparent;
  border: none;
  margin-bottom: 12px;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0, 51, 102, 0.04);
}

.modern-faq .accordion-button {
  background: #fff;
  color: #003366;
  font-size: 1.1rem;
  font-weight: 600;
  border: none;
  border-radius: 16px;
  box-shadow: none;
  padding: 18px 24px;
  transition: background 0.2s, color 0.2s;
  outline: none;
  display: flex;
  align-items: center;
  gap: 12px;
}

.modern-faq .accordion-button .faq-icon {
  color: #e80566;
  font-size: 1.4em;
  margin-right: 10px;
  flex-shrink: 0;
}

.modern-faq .accordion-button:not(.collapsed) {
  background: linear-gradient(90deg, #e80566 0%, #003366 100%);
  color: #fff;
}

.modern-faq .accordion-button:not(.collapsed) .faq-icon {
  color: #fff;
}

.modern-faq .accordion-body {
  background: #f4f8fc;
  color: #003366;
  border-radius: 0 0 16px 16px;
  padding: 20px 28px;
  font-size: 1rem;
  line-height: 1.7;
  box-shadow: none;
}

/* Modern Glassmorphism FAQ Styles */
.modern-faq-glass {
  background: rgba(255, 255, 255, 0.7);
  border-radius: 24px;
  box-shadow: 0 8px 32px rgba(44, 62, 80, 0.12);
  backdrop-filter: blur(8px);
  padding: 10px 5px;
  margin-bottom: 20px;
  border: 1px solid rgba(200, 220, 255, 0.18);
}

.margin-bottom{
    margin-bottom:-80px;
}

.margin-top{
    margin-top:-40px;
}

.modern-faq-glass .accordion-item {
  background: transparent;
  border: none;
  margin-bottom: 18px;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(44, 62, 80, 0.06);
}

.modern-faq-glass .accordion-button {
  background: linear-gradient(90deg, #f8fbff 0%, #eaf6ff 100%);
  color: #1a237e;
  font-size: 1.13rem;
  font-weight: 600;
  border: none;
  border-radius: 18px;
  box-shadow: none;
  padding: 10px 10px;
  outline: none;
  display: flex;
  align-items: center;
  gap: 14px;
  transition: background 0.25s, color 0.25s;
  width: 100%;
}

.modern-faq-glass .accordion-button .faq-icon {
  color: #4caf50;
  background: #e3fdfd;
  border-radius: 50%;
  padding: 7px;
  font-size: 1.3em;
  margin-right: 12px;
  box-shadow: 0 2px 8px rgba(67, 206, 162, 0.08);
  transition: background 0.3s, color 0.3s;
}

.modern-faq-glass .accordion-button:not(.collapsed) {
  background: linear-gradient(90deg, #4caf50 0%, #0073aa 100%);
  color: #fff;
}

.modern-faq-glass .accordion-button:not(.collapsed) .faq-icon {
  color: #fff;
  background: #4caf50;
}

.modern-faq-glass .accordion-body {
  background: rgba(255, 255, 255, 0.85);
  color: #185a9d;
  border-radius: 0 0 18px 18px;
  padding: 22px 32px;
  font-size: 1.05rem;
  line-height: 1.7;
  box-shadow: none;
}

/* Modern Relaxed Description Card */
.modern-desc-card {
  background: linear-gradient(120deg, #fdf6ff 0%, #e3f6fd 100%);
  border-radius: 22px;
  box-shadow: 0 4px 24px rgba(44, 62, 80, 0.08);
  padding: 32px 28px;
  margin: 24px 0;
  transition: box-shadow 0.3s;
}

.modern-desc-card p {
  color: #003366;
  font-size: 1.13rem;
  line-height: 1.8;
  margin-bottom: 0;
  font-family: "Segoe UI", "Roboto", Arial, sans-serif;
  letter-spacing: 0.01em;
}

.modern-desc-card a {
  color: #e80566;
  font-weight: 600;
  text-decoration: underline;
  transition: color 0.2s;
}

.modern-desc-card a:hover {
  color: #003366;
  text-decoration: none;
}

@media (max-width: 992px) {
  .modern-heading {
    font-size: 1.5rem;
  }
  .modern-card-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.2rem;
  }
  .modern-card-img {
    height: 180px;
  }
}
@media (max-width: 600px) {
    .margin-bottom{
    margin-bottom:-30px;
    }

    .margin-top{
        margin-top:-15px;
    }
  .modern-highlight-card {
    padding: 1rem 0.5rem 1rem 0.5rem;
  }
  .modern-heading {
    font-size: 1.1rem;
    gap: 0.4rem;
  }
  .modern-icon {
    font-size: 1.3rem;
  }
  .modern-card-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .modern-card-img {
    height: 140px;
  }
  .modern-card-body {
    padding: 1rem 0.7rem 1rem 0.7rem;
  }
  .modern-card-title {
    font-size: 1.05rem;
  }
  .modern-card-btn {
    font-size: 0.95rem;
    padding: 0.5rem 1.1rem;
  }
}

.post {
  border-bottom: 1px solid #f0f0f0;
  padding: 0 0 0px;
}

.about-us-img-seo {
  width: 100%;
  height: 400px;
  img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.margin-bottom-01 {
  margin-bottom: unset !important;
}
