.elementor-159 .elementor-element.elementor-element-43f0420{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:050px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-159 .elementor-element.elementor-element-e8d6107 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-159 .elementor-element.elementor-element-16e0dc2{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}@media(min-width:768px){.elementor-159 .elementor-element.elementor-element-43f0420{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-e8d6107 */body{
    overflow-x: hidden;
     font-family: "Poppins", sans-serif !important;
}
/* Hero Section with Full Width Background */
.hero-section {
  background: url('your-section-background.jpg') no-repeat center center/cover;
  width: 100%;
  padding: 0px 20px 20px;
}

/* Hero Content Layout */
.hero-content {
  max-width: 1280px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
 
  
  
}

/* Left Image Column (smaller now) */
.hero-left {
  flex: 1 1 400px;
  display: flex;
  justify-content: center;
}
.host-image {
  /*width: 100%;*/
  max-width: 300px;
  height: auto;
  object-fit: contain;
}

/* Right Text Column */
.hero-right {
  flex: 1 1 500px;
  background: url('http://digitmarketus.com/Bhairavi/wp-content/uploads/2025/07/Group-7-1.png') no-repeat right center;
  background-size: contain;
  color: #222;
  background-size: cover;

    background-position: center;
    justify-items: center
}
.hero-right h1 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 16px;
  text-align: center
}
.hero-right h1 span {
  color: #3346bd;
}
.hero-right p {
  font-size: 1rem;
  line-height: 1.6;
  color: #444;
  max-width: 500px;
  text-align: center
  
}

/* CTA Section Styled Like Attached Image */
.cta-area {
  width: 100%;
 
  padding: 20px 20px 40px;
}

.cta-row {
  max-width: 1280px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  position: relative;
}
#Additional-mic{
    display: none;
}
.cta-button {
  background-color: #3346bd;
  color: white;
  padding: 16px 32px;
  border-radius: 10px;
    font-size: 2rem;
    text-decoration: none;
    white-space: nowrap;
    transition: background 0.3s ease;
    /* width: 596px; */
    padding-right: 223px;
    position: relative;
}
.cta-button:hover {
  background-color: #fdbb0a;
}

.mic-deco {
 width: 100px;
    max-width: 15vw;
    height: auto;
    position: absolute;
    right: 255px;
    top: -84px;
}

/* Responsive */
@media (max-width: 1023px) {
  .hero-content {
    flex-direction: column;
    text-align: center;
  }
  .hero-right h1 {
    font-size: 1.8rem;
  }
  .hero-right p {
    margin: 0 auto;
  }
  .host-image {
    max-width: 260px;
  }
  .cta-row {
    flex-direction: column;
    gap: 10px;
  }
  .mic-deco {
    width: 70px;
  }
}

@media (max-width: 767px) {
  .hero-right h1 {
    font-size: 1.5rem;
  }
  .cta-button {
    padding: 14px 24px;
    font-size: 0.95rem;
  }
}
/* ≥1440px - Extra Large Screens */
@media (min-width: 1440px) {
  .cta-button {
    font-size: 2rem;
    padding-right: 223px;
  }

  .mic-deco {
    width: 100px;
    right: 255px;
    top: -84px;
  }
}

/* 1024px–1439px - Medium Desktops */
@media (min-width: 1024px) and (max-width: 1439px) {
  .cta-button {
    font-size: 1.7rem;
    padding-right: 180px;
  }

  .mic-deco {
    width: 90px;
    right: 180px;
    top: -70px;
  }
}

/* 768px–1023px - Small Desktops/Tablets */
@media (min-width: 768px) and (max-width: 1023px) {
  .cta-row {
    justify-content: center;
  }

  .cta-button {
    font-size: 1.4rem;
    padding-right: 140px;
  }

  .mic-deco {
    width: 70px;
    right: 140px;
    top: -60px;
  }
}

/* <768px - Mobile Screens */
@media (max-width: 767px) {
  .cta-row {
    flex-direction: column;
    align-items: center;
  }

  .cta-button {
    font-size: 1.1rem;
    padding: 14px 24px;
    padding-right: 24px; /* No overlap */
    width: 100%;
    text-align: center;
  }

  .mic-deco {
    position: static;
    width: 60px;
    margin-top: 12px;
  }
}
@media (min-width:1200px) and (max-width:1500px){
            .mic-deco {
               width: 90px;
        right: 242px;
        top: -70px;
    
}
}
/* <768px - Mobile Screens */
@media (max-width: 767px) {
  .cta-area {
    padding: 20px 16px 40px;
  }

  .cta-row {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 16px;
    position: relative;
  }

  .cta-button {
    font-size: 1rem;
    padding: 14px 24px;
    padding-right: 24px; /* prevent extra space on right */
    width: 100%;
    max-width: 90%;
    border-radius: 8px;
    text-align: center;
  }

  .mic-deco {
    position: static;
    width: 60px;
    height: auto;
    margin-top: 12px;
  }
}
@media (max-width: 767px) {
  .cta-area {
    padding: 20px 16px 40px;
  }

  .cta-row {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 16px;
    position: relative;
  }

  .cta-button {
    font-size: 1rem;
    padding: 14px 20px;       /* uniform padding */
    padding-right: 20px;      /* avoid cutoff */
    width: 100%;
    max-width: 90%;
    white-space: normal;      /* allow text wrap */
    text-align: center;
    border-radius: 8px;
  }

  .mic-deco {
    position: static;
    width: 60px;
    height: auto;
    margin-top: 12px;
  }
}
.section-three {
  background: linear-gradient(to bottom right, #f9f9f9, #fff);
  padding: 60px 20px;
  font-family: 'Poppins', sans-serif;
}

.container {
  max-width: 1280px;
  margin: auto;
}

.text-block {
  text-align: center;
  margin-bottom: 40px;
}

.section-title {
 font-family: "Shalimar", cursive;
  font-size: 60px;
  color:#29499d;
  margin-bottom: 20px;
  font-weight: 600
 
}

.section-description {
  font-size: 1.1rem;
  color: #333;
  line-height: 1.8;
  max-width: 900px;
  margin: 0 auto;
}

.content-row {
  display: flex;
  flex-direction: row;
  gap: 40px;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}

.content-left {
  flex: 1;
  min-width: 280px;
  max-width: 600px;
}

.content-box {
  margin-bottom: 30px;
}

.content-box h3 {
  font-weight: 600;
  color: #000;
  margin-bottom: 10px;
}

.content-box p {
  color: #444;
  font-size: 1rem;
  line-height: 1.6;
}

.content-right {
  flex: 1;
  min-width: 280px;
  text-align: center;
}

.content-right img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
}
@media (max-width: 1023px) {
  .content-row {
    flex-direction: column;
    align-items: center;
  }

  .section-title {
    font-size: 2rem;
  }

  .section-description {
    font-size: 1rem;
  }
}

@media (max-width: 768px) {
  .section-title {
    font-size: 1.7rem;
  }

  .content-box h3 {
    font-size: 1.1rem;
  }

  .content-box p {
    font-size: 0.95rem;
  }
   .content-left {
          
          text-align:center;
          
      }
      .mic-deco{
          display:none;
      }
      #Additional-mic{
    display: block;
            display: block;
            margin:0 auto;
        margin-top: 46px;
        height: 166px;
        width: 90px;
        
}
}

@media (max-width: 480px) {
  .section-title {
    font-size: 1.5rem;
  }

  .section-description {
    font-size: 0.95rem;
  }

  .content-box h3 {
    font-size: 1rem;
  }

  .content-box p {
    font-size: 0.9rem;
  }
}
.section-four {
  background-color: #f9f9f9;
  padding: 60px 20px;
  font-family: 'Poppins', sans-serif;
}

.container {
  max-width: 1280px;
  margin: auto;
}

.card-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.card {
  background-color: #fdbb0a;
  padding: 24px;
  width: 100%;
  max-width: 350px;
  border-bottom-right-radius: 50px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.05);
  text-align: center;
}

.card h3 {
  font-weight: 600;
  font-size: 1.25rem;
  margin-bottom: 12px;
  color: #000;
}

.card p {
  font-size: 1rem;
  color: #222;
  line-height: 1.6;
}
@media (max-width: 1439px) {
  .card {
    max-width: 320px;
  }
}

@media (max-width: 1023px) {
  .card-wrapper {
    flex-direction: row;
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .card-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .card {
    max-width: 90%;
  }
}
.record-section {
  background-image: url('http://digitmarketus.com/Bhairavi/wp-content/uploads/2025/07/Frame-40.png'); /* Escaped filename properly */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100vw; /* Ensure full viewport width */
  padding: 80px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden; /* In case any inner element overflows */
}

.record-content {
  text-align: center;
  color: #fff;
  max-width: 700px;
  width: 100%;
}

.record-content h2 {
  font-size: 2.25rem;
  font-weight: 600;
  margin-bottom: 24px;
  font-family: 'Poppins', sans-serif;
}

.record-button {
  padding: 12px 28px;
  border: 2px solid #fdbb0a;
  color: #fff;
  background-color: transparent;
  border-radius: 30px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  text-decoration: none;
  font-size: 1rem;
  transition: all 0.3s ease;
}

.record-button:hover {
  background-color: #fdbb0a;
  color: #000;
}
@media (max-width: 1439px) {
  .record-content h2 {
    font-size: 2rem;
  }
}

@media (max-width: 1023px) {
  .record-content h2 {
    font-size: 1.75rem;
  }

  .record-button {
    font-size: 0.95rem;
    padding: 10px 24px;
  }
}

@media (max-width: 767px) {
  .record-content h2 {
    font-size: 1.5rem;
  }

  .record-button {
    font-size: 0.9rem;
    padding: 8px 20px;
  }
}/* End custom CSS */