/* Digital Marketing Course Banner - Side by Side Layout */
.banner-section-dig-page {
  background: #ffffff;
  min-height: 600px;
  display: flex;
  align-items: center;
  padding: 140px 0 80px;
  position: relative;
}

.cta-section-dig-page {
  margin: 0 auto;
  padding: 0 4rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
}

.mt-2 {
  margin-top: 20px;
}
.mb-2 {
  margin-bottom: 20px;
}
.CTA-page-dig{
  min-height: 40vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.font-h3{
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
}
.cta-section-dig-page .cta-heading{
    text-align: left;
}
.btn-dig-banner {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.phone-input {
  display: flex;
  align-items: center;
}

/* Form Container in Grid */
#s1-img-dig {
  display: flex;
  align-items: center;
  justify-content: center;
}

#s1-img-dig #form-cont {
  width: 100%;
  max-width: 650px;
  margin-top: 0px;
  border-radius: 20px;
  padding: 1rem 2rem;
  background: #e8f4ff;
  box-shadow: 0 10px 40px rgba(3, 164, 227, 0.15);
  border: 1px solid rgba(3, 164, 227, 0.1);
}

#s1-img-dig .seoooooooooooooo {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}


.cta-section-new{
  border-radius: 10px;
  width: 100%;
}
.textt{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.CTA_section {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
/* Responsive Design */
@media (max-width: 1024px) {
  .cta-section-dig-page {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  
  #s1-img-dig #form-cont {
    max-width: 600px;
  }
}

@media (max-width: 938px) {
  .banner-section-dig-page {
    min-height: auto;
    flex-direction: column;
    padding: 125px 0 60px;
  }
  
  .cta-section-dig-page {
    padding: 0 1rem;
  }
  .btn-dig-banner {
    flex-direction: column;
    width: 100%;
  }
  
  .btn-dig-banner .get-in-touch {
    width: 100%;
  }
  
  #s1-img-dig #form-cont {
    padding: 1.5rem;
  }
}

@media (max-width: 480px) {  
  .cta-section-dig-page .v3s-parag0apg {
    font-size: 14px;
  }
  
  .btn-dig-banner .get-in-touch {
    padding: 12px 24px;
    font-size: 14px;
  }
}

/* Enrollment Steps Styling */
.enrollment-steps {
  margin-top: 40px;
  padding: 0 20px;
}

.enrollment-step {
  display: flex;
  gap: 20px;
  margin-bottom: 35px;
  align-items: flex-start;
  position: relative;
}

.enrollment-step:not(:last-child)::after {
  content: '';
  position: absolute;
  left: 24px;
  top: 50px;
  width: 2px;
  height: calc(100% + 15px);
  background: linear-gradient(180deg, #03a4e3 0%, #e0e0e0 100%);
}

.step-number {
  min-width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #03a4e3, #0288d1);
  color: white;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: bold;
  box-shadow: 0 4px 12px rgba(3, 164, 227, 0.3);
  flex-shrink: 0;
}

.step-content h3 {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  margin: 0 0 8px 0;
}

.step-content p {
  font-size: 15px;
  color: #999;
  line-height: 1.6;
  margin: 0;
}

#right-heading {
  font-size: 28px;
  color: #fff;
  margin-bottom: 10px;
  line-height: 1.3;
}

.tool-category .tool-card img {
  width: 85px !important;
  height: 85px !important;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .enrollment-steps {
    padding: 0 10px;
  }
  
  .enrollment-step {
    gap: 15px;
  }
  
  .step-number {
    min-width: 40px;
    height: 40px;
    font-size: 20px;
  }
  
  .enrollment-step:not(:last-child)::after {
    left: 19px;
    top: 40px;
  }
  
  .step-content h3 {
    font-size: 18px;
  }
  
  .step-content p {
    font-size: 14px;
  }
  
  #right-heading {
    font-size: 24px;
  }
}

/* Certificates Carousel Section */
.certificates-carousel-section {
  padding: 80px 0;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  overflow: hidden;
}

.certificates-carousel-wrapper {
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  margin: 10px 0;
  position: relative;
  padding: 20px 0;
  scroll-behavior: smooth;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE and Edge */
}

.certificates-carousel-wrapper::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera */
}

.certificates-carousel {
  display: flex;
  gap: 30px;
  animation: scrollCertificates 60s linear infinite;
  width: max-content;
}

.certificates-carousel:hover {
  animation-play-state: paused;
}

.certificate-slide {
  flex-shrink: 0;
  width: 330px;
  height: 230px;
  background: white;
  border-radius: 15px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  overflow: hidden;
}

.certificate-slide:hover {
  transform: translateY(-10px) scale(1.05);
  /* box-shadow: 0 15px 40px rgba(3, 164, 227, 0.3); */
}

.certificate-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

@keyframes scrollCertificates {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* Carousel Navigation Buttons */
.carousel-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(3, 164, 227, 0.9);
  color: white;
  border: none;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.carousel-nav:hover {
  background: rgba(3, 164, 227, 1);
  transform: translateY(-50%) scale(1.1);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.3);
}

.set-width{
  width: 4%;
}
.set-width img{
  object-fit: fill !important;
}

.carousel-prev {
  left: 10px;
}

.carousel-next {
  right: 10px;
}

.carousel-nav i {
  font-size: 18px;
  pointer-events: none;
}

@media (max-width: 768px) {
  .carousel-nav {
    width: 38px;
    height: 38px;
  }
  
  .carousel-nav i {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .certificates-carousel-section {
    padding: 60px 0;
  }
  
  .certificate-slide {
    width: 280px;
    height: 210px;
  }
}

@media (max-width: 480px) {
  .certificates-carousel-section {
    padding: 40px 0;
  }
  .certificates-carousel {
    gap: 20px;
  }
}

/* Google Reviews Section */
.google-reviews-section {
  padding: 60px 20px;
  background: #f8f9fa;
  margin: 0 auto;
}

.google-review-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 20px 40px;
  background: white;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  max-width: 1200px;
  margin: 0 auto 20px;
  flex-wrap: wrap;
}

.google-logo {
  width: 100px;
  height: auto;
  flex-shrink: 0;
}

.review-rating {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 1;
}

.rating-number {
  font-size: 32px;
  font-weight: bold;
  color: #2c3e50;
  margin-right: 5px;
}

.review-rating .stars {
  display: flex;
  gap: 2px;
}

.review-rating .stars i {
  font-size: 18px;
}

.review-count {
  font-size: 16px;
  color: #666;
  font-weight: 400;
  margin-left: 5px;
}

.google-review-header button {
  background: #03a4e3;
  border: none;
  border-radius: 5px;
  padding: 10px 20px;
  cursor: pointer;
  transition: background 0.3s ease;
  flex-shrink: 0;
}

.google-review-header button:hover {
  background: #0288d1;
}

.google-review-header button a {
  color: white;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  display: block;
}

@media (max-width: 768px) {
  .google-review-header {
    flex-direction: column;
    gap: 15px;
    padding: 20px;
    text-align: center;
  }
  
  .review-rating {
    justify-content: center;
    flex-wrap: wrap;
  }
  
  .rating-number {
    font-size: 28px;
  }
  
  .google-logo {
    width: 90px;
  }
  
  .google-review-header button {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .google-reviews-section {
    padding: 40px 15px;
  }
  
  .rating-number {
    font-size: 24px;
  }
  
  .google-logo {
    width: 80px;
  }
  
  .review-rating .stars i {
    font-size: 16px;
  }
  
  .review-count {
    font-size: 14px;
  }
}
