.elementor-71 .elementor-element.elementor-element-7ee9377{--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:-28px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;--z-index:0;}.elementor-71 .elementor-element.elementor-element-729d16a{--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;}.elementor-71 .elementor-element.elementor-element-308b01a{--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;}.elementor-71 .elementor-element.elementor-element-5bf2b59{--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:050px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:241px;--padding-left:0px;--padding-right:0px;}.elementor-71 .elementor-element.elementor-element-dff0e71{--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;}body.elementor-page-71{padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-c524551 */*{
     font-family: "Poppins"
 }
 .typing-wrapper {
    text-align: center;
    line-height: 1.2;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  }

  .typing-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #4054B2; /* Updated color */
    display: block;
    margin-bottom: 10px;
  }
  
  /*pricing-cards*/
  
 
  
  

  .typing-text {
    font-size: 2.5rem;
    font-weight: 700;
    color: #4054B2; /* Updated color */
    border-right: 3px solid #4054B2; /* Updated caret color */
    padding-right: 5px;
    white-space: nowrap;
    overflow: hidden;
    animation: typing-caret 0.7s step-end infinite;
    line-height: 0.8px

    
  }

  @keyframes typing-caret {
    50% {
      border-color: transparent;
    }
  }

/* Hero Section */
.hero {
    height: 100vh;
    width: 100%;
    max-width: 100%;
    background: url(http://digitmarketus.com/Bhairavi/wp-content/uploads/2025/07/image-6.jpg);
    background-size: cover;
    background-position: right;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.hero-content {
    text-align: center;
    z-index: 100;
    width: 90%;
    max-width: 60rem;
}

.hero-title {
    font-size: 3.5rem;
    font-weight: 800;
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

.title-primary {
    display: block;
   color: #4054B2;
    background-clip: text;
    margin-bottom: 0.5rem;
}
.Sessionbook{
    color: #4054B2;
    border: 2px solid #4054B2;
}
.Sessionbook:hover{
    background-color:#4054B2; 

}
.title-secondary {
    display: block;
    color: #4054B2;
    background-clip: text;
}   

.hero-description {
    font-size: 1.8rem;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 2rem;
    max-width: 37.5rem;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
}
   .title-secondary {
      font-size: 2rem;
      font-weight: 600;
      color: #444;
      border-right: 3px solid #000;
      padding-right: 5px;
      white-space: nowrap;
      overflow: hidden;
      animation: blink-caret 0.7s step-end infinite;
    }
    @keyframes blink-caret {
      50% {
        border-color: transparent;
      }
    }
    
    
    

/* Mobile Menu Overlay */
.menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: 999;
}


.menu-overlay.active {
    opacity: 1;
    visibility: visible;
}

/* Responsive Design - Mobile First Approach */








/* Extra Small Mobile (320px - 480px) */
@media (max-width: 480px) {
    .nav {
        padding: 0 0.75rem;
    }

    .logo {
        width: 3rem;
        height: 2.5rem;
    }

    .hero-content {
        width: 95%;
        padding: 1rem 0.5rem;
    }

    .hero-title {
        font-size: 1.75rem;
        margin-bottom: 1rem;
        line-height: 1.1;
    }

    .hero-description {
        font-size: 0.85rem;
        margin-bottom: 1.5rem;
        padding: 0 0.5rem;
    }

    .btn-outline {
        padding: 0.75rem 1.75rem;
        font-size: 0.9rem;
    }

    .podcast-section {
        padding: 2rem 0.75rem;
    }

    .podcast-section h2 {
        font-size: 1.5rem;
    }

    .podcast-section h3 {
        font-size: 1.25rem;
    }

    .podcast-section .subtext {
        font-size: 0.85rem;
        padding: 0 0.5rem;
    }
}

/* Small Mobile (481px - 767px) */
@media (min-width: 481px) and (max-width: 767px) {
    .nav {
        padding: 0 1rem;
    }

    .logo {
        width: 3.5rem;
        height: 3rem;
    }

    .hero-title {
        font-size: 2.25rem;
    }

    .hero-description {
        font-size: 0.95rem;
    }

    .podcast-section h2 {
        font-size: 1.6rem;
    }

    .podcast-section h3 {
        font-size: 1.4rem;
    }
}

/* Tablet (768px - 1023px) */
@media (min-width: 768px) and (max-width: 1023px) {
    .nav {
        padding: 0 1.5rem;
    }

    .logo {
        width: 4rem;
        height: 3.25rem;
    }

    .hero-title {
        font-size: 2.75rem;
    }

    .hero-description {
        font-size: 1rem;
        max-width: 35rem;
    }

    .podcast-section {
        padding: 3rem 1.25rem;
    }

    .podcast-section h2 {
        font-size: 1.85rem;
    }

    .podcast-section h3 {
        font-size: 1.6rem;
    }

    .grid-wrapper {
        gap: 1.5rem;
    }

    .right-column {
        gap: 1.5rem;
        margin-top: 0;
    }

    

}

/* Small Desktop (1024px - 1439px) */
@media (min-width: 1024px) and (max-width: 1439px) {
    .nav {
        padding: 0 2rem;
    }

    .hero-title {
        font-size: 3.25rem;
    }

    .hero-description {
        font-size: 1.1rem;
        max-width: 50rem;
    }

    .podcast-section {
        padding: 4rem 2rem;
    }

    .podcast-section .container {
        max-width: 100%;
    }

    .grid-wrapper {
        gap: 2.5rem;
    }

    .right-column {
        gap: 2rem;
    }

 

    .philosophy-main-container {
        padding: 2rem 0;
    }
}



/* Large Desktop (1440px - 1919px) */
@media (min-width: 1440px) and (max-width: 1919px) {
    .nav {
        padding: 0 2.5rem;
    }

    .hero-title {
        font-size: 3.75rem;
    }

    .hero-description {
       font-size: 22px;
        max-width: 55rem;
        
    }

    .podcast-section {
        padding: 5rem 2.5rem;
    }

    .podcast-section .container {
        max-width: 100%;
    }

    .grid-wrapper {
        gap: 3rem;
    }

    

    /*.pricing-grid {*/
    /*    grid-template-columns: repeat(3, 1fr);*/
    /*    gap: 2.5rem;*/
    /*}*/
}

/* Ultra-wide Desktop (1920px+) */
@media (min-width: 1920px) {
    .nav {
        padding: 0 3rem;
    }

    .hero-title {
        font-size: 4.25rem;
    }

    .hero-description {
        font-size: 1.25rem;
        max-width: 50rem;
    }

    .podcast-section {
        padding: 6rem 3rem;
    }

    .podcast-section .container {
        max-width: 100%;
    }

    .podcast-section h2 {
        font-size: 2rem;
    }

    .podcast-section h3 {
        font-size: 1.75rem;
    }

    .grid-wrapper {
        gap: 4rem;
    }

    
}

/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(1.875rem);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.hero-content {
    animation: fadeInUp 1s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Accessibility improvements */
@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
    
    .hero-content {
        animation: none;
    }
    
    .hero {
        background-attachment: scroll;
    }
}

/* Main Content */
.main-content {
    background: #f5f5f5;
    color: #333;
    padding-top: var(--nav-height);
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

.container {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    overflow-x: hidden;
}

/* Hero Section */
.hero-section {
    padding: 4rem 0;
    text-align: center;
    background: linear-gradient(135deg, #e8f4f8 0%, #f5f5f5 100%);
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

.main-heading {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--blue);
    margin-bottom: 1rem;
    line-height: 1.3;
}

.sub-heading {
    font-size: 1.8rem;
    font-weight: 800;
    color: #333;
    margin-bottom: 1.5rem;
    line-height: 1.3;
}

.description {
    font-size: 1rem;
    color: var(--gray);
    line-height: 1.6;
    max-width: 50rem;
    margin: 0 auto;
}

/* Content Section */
.content-section {
    padding: 4rem 0;
    background: #fff;
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

.content-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: start;
}

.main-image-container {
    position: relative;
}

.main-image {
    width: 91%;
    max-width: 100%;
    height: auto;
    border-radius: 1rem;
    box-shadow: 0 0.5rem 2rem rgba(0, 0, 0, 0.1);
}

.image-caption {
    position: absolute;
    bottom: 1rem;
    left: 1rem;
    background: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
    font-size: 0.9rem;
    font-weight: 600;
}


/* Feature Cards Grid */
.bottom-features-wrapper {
  padding: 2rem 1rem;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

.bottom-features {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
  width: 100%;
  margin: 0 auto;
}

.feature-card {
  background: white;
  padding: 1.5rem 1rem;
  border-radius: 1rem;
  box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.08);
  flex: 1 1 300px;
  max-width: 380px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature-card:hover {
  transform: translateY(-0.25rem);
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.12);
}

.feature-content {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.feature-content img {
  width: 91px;
  height: 91px;
  flex-shrink: 0;
}

.card-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: #000;
  margin-bottom: 0.5rem;
}

.card-description {
  font-size: 0.9rem;
  color: #555;
  line-height: 1.5;
}

/* Responsive stack on small screens */
@media (max-width: 500px) {
  .feature-content {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .feature-content img {
    margin-bottom: 0.75rem;
  }
}

/* Feature Bar Section */
.feature-bar {
    background: linear-gradient(135deg, #FFD700 0%, #FFA500 100%);
    padding: 3rem 0;
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

.feature-blocks {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    max-width: 100%;
}

.feature-block {
    text-align: center;
    color: #333;
}

.feature-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 4rem;
    height: 4rem;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    margin: 0 auto 1.5rem;
    color: #333;
    box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.1);
}

.feature-title {
    font-size: 1.3rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 0.75rem;
    line-height: 1.3;
}

.feature-description {
    font-size: 0.95rem;
    color: rgba(0, 0, 0, 0.7);
    line-height: 1.5;
    max-width: 20rem;
    
}

/* Mobile Menu for Tablet and Mobile */
@media (max-width: 768px) {
    .nav-menu {
        position: fixed;
        left: -100%;
        top: var(--nav-height);
        flex-direction: column;
        background: rgba(0, 0, 0, 0.98);
        backdrop-filter: blur(1rem);
        width: 100%;
        height: calc(100vh - var(--nav-height));
        text-align: center;
        transition: left 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        box-shadow: 0 0.625rem 1.6875rem rgba(0, 0, 0, 0.2);
        padding: 2rem 0;
        gap: 1.5rem;
        z-index: 1000;
        overflow: hidden;
        display: flex !important;
        list-style: none;
    }

    .nav-menu.active {
        left: 0 !important;
        transform: translateX(0);
    }

    .nav-menu li {
        opacity: 0;
        transform: translateY(1rem);
        transition: opacity 0.3s ease, transform 0.3s ease;
    }

    .nav-menu.active li {
        opacity: 1;
        transform: translateY(0);
    }

    .nav-menu.active li:nth-child(1) { transition-delay: 0.1s; }
    .nav-menu.active li:nth-child(2) { transition-delay: 0.2s; }
    .nav-menu.active li:nth-child(3) { transition-delay: 0.3s; }
    .nav-menu.active li:nth-child(4) { transition-delay: 0.4s; }
    .nav-menu.active li:nth-child(5) { transition-delay: 0.5s; }

    .nav-link {
        display: block;
        padding: 1rem 2rem;
        font-size: 1.1rem;
        border-radius: 0.5rem;
        margin: 0 2rem;
        transition: var(--transition);
        color: white;
    }

    .nav-link:hover {
        background: rgba(255, 215, 0, 0.1);
        transform: translateX(0.5rem);
    }

    .btn-primary {
        display: none;
    }

    .hamburger {
        display: flex;
    }

    .hero {
        background-attachment: scroll;
    }

    .container {
        padding: 0 1rem;
    }

    .main-heading {
        font-size: 2rem;
    }

    .sub-heading {
        font-size: 1.5rem;
    }

    .hero-section {
        padding: 2rem 0;
    }

    .content-section {
        padding: 2rem 0;
    }

    .content-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .feature-cards-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .feature-blocks {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .feature-bar {
        padding: 2rem 0;
    }
}

.podcast-section {
  padding: 4rem 0rem;
  background: #fdfdfd;
  font-family: 'Segoe UI', sans-serif;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
}

.podcast-section .container {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  overflow-x: hidden;
  overflow-y: hidden
}

.podcast-section h2 {
  color: #0050c8;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.podcast-section h3 {
  color: #333;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 1rem;
}

.podcast-section .subtext {
  font-size: 22px;
  color: #333;
  max-width: 1000px;
  margin: 0 auto 2rem auto;
  line-height: 1.6;
}

.grid-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
  align-items: flex-start;
}

.left-column {
  flex: 1 1 500px;
  max-width: 500px;
}

.right-column {
  flex: 1 1 400px;
  max-width: 600px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}

.main-image {
  position: relative;
  margin-bottom: 1rem;
}

.main-image img {
  width: 100%;
  max-width: 100%;
  border-radius: 8px;
  height: 350px;

}

.main-image .caption {
  text-align: left;
  font-size: 0.85rem;
  color: #fff;
  padding: 0.5rem;
  border-radius: 4px;
  position: absolute;
  bottom: 35px;
  left: 0;
}

.sub-images {
  display: flex;
    gap: 1rem;

    margin-top: 13px;
    margin-left: -10px;
}

.sub-images img {
  width: 45%;
    max-width: 100%;
    border-radius: 6px;
    object-fit: cover;
    height: auto;
}

.card {
  background: #fff;
  padding: 1.3rem;
  border-radius: 11px;
  box-shadow: 0px -2px 12px rgba(0, 0, 0, 0.08);
  text-align:center;
  height: 160px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.card h4 {
  font-size: 1rem;
  color: #222;
  margin-bottom: 0.5rem;
  font-weight: 700;
}

.card p {
  font-size: 0.85rem;
  color: #333;
  line-height: 1.5;
  margin: 0;
}

/* Bottom Features Section */
.bottom-features-wrapper {
  padding: 2rem 1rem;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

.bottom-features {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
  max-width: 100%;
  margin: 0 auto;
}

.feature-card {
  background: #FDB715;
  padding: 2rem 1.5rem;
  border-radius: 12px;
  text-align: center;
  flex: 1 1 300px;
  max-width: 380px;
  min-height: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-bottom-right-radius: 34px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.feature-content {
  display: flex;
  align-items: center;
  gap: 1rem;
  width: 100%;
}

.feature-content img {
  width: 50px;
  height: 50px;
  flex-shrink: 0;
}

.feature-card h5 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #222;
}

.feature-card p {
  font-size: 0.9rem;
  color: #444;
  line-height: 1.4;
  margin: 0;
  width: 215px
}

/* Responsive Design for Podcast Section */
@media (max-width: 768px) {
  .grid-wrapper {
    flex-direction: column;
    align-items: center;
  }
  
  .left-column {
    max-width: 100%;
  }
  
  .right-column {
    grid-template-columns: 1fr;
    max-width: 100%;
    gap: 1rem;
  }

  .bottom-features {
    flex-direction: column;
    align-items: center;
  }

  .feature-card {
    max-width: 100%;
  }
  
  .feature-content {
    flex-direction: column;
    text-align: center;
  }
}

@media (max-width: 600px) {
  .sub-images {
    flex-direction: column;
    gap: 1rem;
    margin: 0 auto;
  }

  .sub-images img {
    flex: 1 1 100%;
    width:100%;
  }
  
  .podcast-section h2 {
    font-size: 1.5rem;
  }

  .podcast-section h3 {
    font-size: 1.25rem;
  }
  
  .podcast-section .subtext {
    font-size: 0.85rem;
    padding: 0 0.5rem;
  }
  .main-image {
      width:100%;
}

}



@media (min-width: 769px) and (max-width: 1023px) {
  .right-column {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
  }
  
  .card {
    padding: 1.25rem;
  }
}

@media (min-width: 1024px) {
  .right-column {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.3rem;
  }
}

/* Main Philosophy Container */
.philosophy-main-container {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
    padding: 1rem 0;
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

/* Background Layer */
.background-primary-layer {
    position: absolute;
    inset: 0;
    background-image: url('http:/digitmarketus.com/Bhairavi/wp-content/uploads/2025/07/Section.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* Content Layout Wrapper */
.content-layout-wrapper {
    position: relative;
    z-index: 10;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 0 1rem;
    gap: 1rem;
}

/* Vertical Label Container */
.vertical-label-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 2rem;
}

.philosophy-label-text {
    color: white;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    transform: rotate(0deg);
    white-space: nowrap;
}

/* Main Content Area */
.main-content-area {
    flex: 1;
    display: flex;
    align-items: center;
    padding: 0;
}

.content-inner-grid {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
}

/* Hero Content Container */
.hero-content-container {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    min-height: 20rem;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 1.5rem;
    height: 
}

.hero-background-layer {
    position: absolute;
    inset: 0;
    background-image: url('http://digitmarketus.com/Bhairavi/wp-content/uploads/2025/07/Rectangle-1.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    z-index: -1;
}

.main-heading-text {
    font-size: 2rem;
    font-weight: 700;
    color: white;
    line-height: 1.1;
    text-align: center;
}

.hero-description-content {
    color: white;
    font-size: 0.875rem;
    line-height: 1.6;
    opacity: 0.9;
    max-width: 100%;
    text-align: center;
}

/* Features Display Area */
.features-display-area {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 100%;
    align-items: center;
    justify-content: center;
    padding: 0 1rem;
}

/* Feature Item Container */
.feature-item-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
    width: 100%;
    max-width: 24rem;
    text-align: center;
}

.feature-icon-circle {
    flex-shrink: 0;
    width: 3rem;
    height: 3rem;
    background-color: #facc15;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    color: black;
}

.feature-content-card {
   
    padding: 1.5rem;
    border-radius: 0.5rem;
    width: 100%;
   
}
@media(min-width:300px)and(max-width:580px) {
        .feature-icon-circle {
        width: 5.5rem;
        height: 5.5rem;
    
}

}


.feature-title {
    color: black;
    font-weight: 700;
    font-size: 1rem;
    margin-bottom: 0.5rem;
}

.feature-description {
    color: #374151;
    font-size: 0.75rem;
    line-height: 1.6;
}

/* Tablet Responsive Design (576px+) */
@media (min-width: 576px) {
    .philosophy-main-container {
        padding: 1.5rem 0;
    }
    
    .content-layout-wrapper {
        padding: 0 1.5rem;
        gap: 1.5rem;
    }
    
    .philosophy-label-text {
        font-size: 0.75rem;
        letter-spacing: 0.25em;
    }
    
    .content-inner-grid {
        gap: 2.5rem;
    }
    
    .hero-content-container {
        min-height: 25rem;
        gap: 2rem;
        padding: 2rem;
    }
    
    .main-heading-text {
        font-size: 2.5rem;
        line-height: 1.2;
    }
    
    .hero-description-content {
        font-size: 1rem;
        max-width: 32rem;
    }
    
    .feature-item-container {
        flex-direction: row;
        text-align: left;
        max-width: 28rem;
        gap: 1rem;
    }
    
    .feature-icon-circle {
       width: 5.5rem;
        height: 5.5rem;
    }
    
    .feature-title {
        font-size: 1.125rem;
    }
    
    .feature-description {
        font-size: 0.875rem;
    }
}





/* Medium Tablet Responsive Design (768px+) */
@media (min-width: 768px) {
    .content-layout-wrapper {
        flex-direction: row;
        padding: 0 2rem;
        gap: 0;
        max-width:1600px;
        margin:0 auto;
    }
    
    .vertical-label-container {
        width: 1rem;
        height: 100%;
        align-items: center;
        justify-content: center;
    }
    
    .philosophy-label-text {
        transform: rotate(-90deg);
        letter-spacing:1rem;
    }
    
    .main-content-area {
        padding-left: 0.5rem;
    }
    
    .content-inner-grid {
        flex-direction: column;
        align-items: center;
        gap: 3rem;
        justify-content: flex-end;
    }
    
    .hero-content-container {
        width: 80%;
        min-height: 30rem;
    }
    
    .main-heading-text {
        font-size: 3rem;
    }
    
    .features-display-area {
        width: 90%;
        gap: 1.5rem;
    }
}


/* Desktop Responsive Design (1024px+) */
@media (min-width: 1024px) {
    .philosophy-main-container {
        height: 900px;
        padding: 0;
    }
    
    .content-layout-wrapper {
        height: 100%;
    }
    
    .vertical-label-container {
        width: 1.5rem;
    }
    
    .philosophy-label-text {
        font-size: 3rem;
        color:#8B6F58;
        height: 97px;
    
        
    }
    
    .content-inner-grid {
        flex-direction: row;
        align-items: center;
        gap: 0;
        justify-content: center;
    }
    
    .hero-content-container {
        width: 40%;
        min-height: 37.5rem;
        gap: 0.5rem;
        justify-content: flex-start;
        padding-top: 1rem;
        padding-right: 1rem;
        height:860px;
        margin-top:10%
    }
    
    .main-heading-text {
        font-size: 4rem;
    }
    
    .hero-description-content {
        font-size: 14px;
        max-width: 28rem;
        color: #0;
    }
    
    .features-display-area {
        width: auto;
        margin-right: 2rem;
        align-items: flex-start;
        justify-content: center;
        height: 100%;
        padding-top: 4rem;
        gap: 2rem;
    }
    
    .feature-item-container {
        max-width: none;
    }
}

/* Large Desktop Responsive Design (1280px+) */
@media (min-width: 1280px) {
    .main-heading-text {
       font-size: 2rem;
        color:black;
        margin-top: 91px;
    }
    
    .features-display-area {
        position: relative;
        right: 43px;
       
        top:40px;
    }
}

/* Smooth Transitions and Hover Effects */
.feature-item-container,
.feature-icon-circle,
.feature-content-card {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.feature-item-container:hover .feature-icon-circle {
    transform: scale(1.05);
}

.feature-item-container:hover .feature-content-card {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    transform: translateY(-2px);
}

/* Accessibility Improvements */
@media (prefers-reduced-motion: reduce) {
    .feature-item-container,
    .feature-icon-circle,
    .feature-content-card {
        transition: none;
    }
}

/* Focus States for Accessibility */
.feature-item-container:focus-within .feature-content-card {
    outline: 2px solid #facc15;
    outline-offset: 2px;
}

/* Card Header */
.card-header {
    text-align: center;
    margin-bottom: 1.5rem;
}

.card-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 0.5rem;
}

.card-price {
    font-size: 2.5rem;
    font-weight: 700;
    color: #3b82f6;
    margin-bottom: 0.25rem;
}

.card-duration {
    font-size: 1rem;
    color: #64748b;
}

/* Card Features */
.card-features {
    list-style: none;
    margin-bottom: 2rem;
}

.feature-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 0.75rem;
    padding: 0.25rem 0;
}

.feature-check {
    color: #000;
    font-weight: 700;
    font-size: 1.1rem;
    margin-right: 0.5rem;
    flex-shrink: 0;
}

.feature-text {
    color: #000;
    font-size: 0.875rem;
    line-height: 1.5;
}

/* Card Button */
.card-button {
    width: 100%;
    background-color: #FFFFFF;
    color: black;
    border: none;
    border-radius: 0.5rem;
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.card-button:hover {
    background-color: #FDB715;
    transform: translateY(-1px);
}

.card-button:active {
    transform: translateY(0);
}

/* Footer Section */
.pricing-footer {
    text-align: center;
    margin-top: 3rem;
}

.footer-text {
    color: #333;
    font-size: 22px;
    max-width: 1000px;
    margin: 0 auto 1.5rem;
    line-height: 1.7;
}

.footer-button {
    background-color: transparent;
    color: #3b82f6;
    border: 2px solid #3b82f6;
    border-radius: 0.5rem;
    padding: 0.75rem 2rem;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.footer-button:hover {
    background-color: #3b82f6;
    color: white;
}

/* Responsive Design */
@media (max-width: 768px) {
   
    }
    
    .card-price {
        font-size: 2rem;
    }
}
.pricing-card:hover{
    border-color: #3b82f6;
    cursor: pointer;
}

@media (max-width: 480px) {
    .pricing-section {
        padding: 1.5rem 0.75rem;
    }
    
    .pricing-title {
        font-size: 2rem;
    }
    
    .pricing-subtitle {
        font-size: 0.875rem;
                padding: 0 20px;

    }
    .pricing-footer p {
                        padding: 0 20px;
    }
    
    .pricing-card {
        padding: 1.25rem;
    }
    
    .card-price {
        font-size: 1.75rem;
    }
    
    .feature-text {
        font-size: 0.8rem;
    }
}

/* Animation for smooth loading */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.pricing-card {
    animation: fadeInUp 0.6s ease-out;
}

.pricing-card:nth-child(1) {
    animation-delay: 0.1s;
}

.pricing-card:nth-child(2) {
    animation-delay: 0.2s;
}

.pricing-card:nth-child(3) {
    animation-delay: 0.3s;
}

/* Accessibility */
@media (prefers-reduced-motion: reduce) {
    .pricing-card {
        animation: none;
    }
    
    .pricing-card:hover {
        transform: none;
    }
    
    .card-button:hover {
        transform: none;
    }
}

/* Focus states for accessibility */
.card-button:focus,
.footer-button:focus {
    outline: 2px solid #3b82f6;
    outline-offset: 2px;
}

/* High contrast mode support */
@media (prefers-contrast: high) {
    .pricing-card {
        border: 2px solid #000;
    }
    
    .feature-text {
        color: #000;
    }
}
 .main-wrapper {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }

        /* Hero Section */
        .landing-hero {
            background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('http://digitmarketus.com/Bhairavi/wp-content/uploads/2025/07/Rectangle-1.png/podcast-studio-bg.jpg');
            background-size: cover;
            background-position: center;
            background-attachment: fixed;
            min-height: 100vh;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            color: white;
            position: relative;
        }

        .landing-hero::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: rgba(0, 0, 0, 0.5);
        }

        .hero-main-content {
            position: relative;
            z-index: 2;
            max-width: 800px;
        }

        .landing-hero h1 {
            font-size: 3.5rem;
            font-weight: 700;
            margin-bottom: 1rem;
            line-height: 1.2;
        }

        .landing-hero h2 {
            font-size: 2.5rem;
            font-weight: 600;
            margin-bottom: 1.5rem;
            color: #f0f0f0;
        }

        .landing-hero p {
            font-size: 1.2rem;
            margin-bottom: 2rem;
            color: #ccc;
        }

        .primary-cta-btn {
            display: inline-block;
            background: linear-gradient(45deg, #ff6b6b, #ff8e8e);
            color: white;
            padding: 15px 40px;
            text-decoration: none;
            border-radius: 30px;
            font-size: 1.1rem;
            font-weight: 600;
            transition: all 0.3s ease;
            box-shadow: 0 4px 15px rgba(255, 107, 107, 0.3);
        }

        .primary-cta-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(255, 107, 107, 0.4);
        }

        /* Microphone Image */
        .podcast-mic-img {
            position: absolute;
            right: 10%;
            top: 50%;
            transform: translateY(-50%);
            width: 300px;
            height: auto;
            opacity: 0.9;
        }

        /* Community Section */
        .voices-section {
            background: #111;
            padding: 80px 0;
        }

        .voices-section-header {
            text-align: center;
            margin-bottom: 60px;
        }

        .voices-section-header h2 {
            color: #ff6b6b;
            font-size: 1.2rem;
            font-weight: 600;
            margin-bottom: 10px;
            text-transform: uppercase;
            letter-spacing: 1px;
        }

        .voices-section-header h3 {
            color: white;
            font-size: 2.5rem;
            font-weight: 700;
            margin-bottom: 15px;
        }

        .voices-section-header p {
            color: #ccc;
            font-size: 1.1rem;
            max-width: 600px;
            margin: 0 auto;
        }

        /* Testimonials Grid */
        .reviews-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
            gap: 30px;
            margin-top: 50px;
        }

        .review-item {
            background: #222;
            padding: 30px;
            border-radius: 15px;
            border: 1px solid #333;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }

        .review-item:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 30px rgba(255, 107, 107, 0.1);
        }

        .review-user-info {
            display: flex;
            align-items: center;
            margin-bottom: 20px;
        }

        .user-avatar-circle {
            width: 50px;
            height: 50px;
            border-radius: 50%;
            margin-right: 15px;
            background: #ff6b6b;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-weight: bold;
            font-size: 1.2rem;
        }

        .user-details h4 {
            color: white;
            font-size: 1.1rem;
            font-weight: 600;
            margin-bottom: 5px;
        }

        .user-details p {
            color: #999;
            font-size: 0.9rem;
        }

        .review-text {
            color: #ddd;
            font-size: 1rem;
            line-height: 1.6;
        }

        .stars-rating {
            color: #ff6b6b;
            margin-bottom: 15px;
            font-size: 1.2rem;
        }

        /* Footer */
        .site-footer {
            background: #000;
            padding: 40px 0;
            text-align: center;
            border-top: 1px solid #333;
        }

        .site-footer p {
            color: #666;
            font-size: 0.9rem;
        }

        /* Responsive Design */
        @media (max-width: 768px) {
            .landing-hero h1 {
                font-size: 2.5rem;
            }

            .landing-hero h2 {
                font-size: 2rem;
            }

            .landing-hero p {
                font-size: 1rem;
            }

            .podcast-mic-img {
                display: none;
            }

            .reviews-grid {
                grid-template-columns: 1fr;
                gap: 20px;
            }

            .review-item {
                padding: 20px;
            }

            .voices-section-header h3 {
                font-size: 2rem;
            }
        }

        @media (max-width: 480px) {
            .landing-hero {
                padding: 20px;
            }

            .landing-hero h1 {
                font-size: 2rem;
            }

            .landing-hero h2 {
                font-size: 1.5rem;
            }

            .primary-cta-btn {
                padding: 12px 30px;
                font-size: 1rem;
            }

            .review-item {
                padding: 15px;
            }

            .main-wrapper {
                padding: 0 15px;
            }
        }
        
       .hero-podcast-container {
      background-image: url('http://digitmarketus.com/Bhairavi/wp-content/uploads/2025/07/Frame-9.png'); /* Replace with actual path */
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      height: 1176px;
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: flex-start;
      padding-left: 55%;
      padding-right: 5%;
      position: relative;
    }

    .hero-podcast-content {
      color: #fff;
      max-width: 500px;
      text-align: left;
      margin-bottom: 151px;
    }

    .hero-podcast-subtitle {
      font-size: 0.85rem;
      letter-spacing: 2px;
      color: #e0e0e0;
      margin-bottom: 1rem;
    }

    .hero-podcast-title {
      font-size: 3rem;
      font-weight: 700;
      line-height: 1.3;
      margin-bottom: 1rem;
    }

    .hero-podcast-description {
      font-size: 20;
      color: #ccc;
      margin-bottom: 2rem;
    }

    .hero-podcast-btn {
      padding: 0.75rem 1.8rem;
      font-size: 1rem;
      background: transparent;
      border: 2px solid #f6c544;
      color: #f6c544;
      border-radius: 50px;
      cursor: pointer;
      transition: all 0.3s ease;
    }

    .hero-podcast-btn:hover {
      background-color: #f6c544;
      color: #000;
    }

    @media (max-width: 1024px) {
      .hero-podcast-container {
        padding-left: 30%;
      }
    }

    @media (max-width: 768px) {
      .hero-podcast-container {
        padding: 2rem;
        padding-top:20px;
        justify-content: center;
        height:1600px;
        margin-top: 20px;
        align-items:start;
      }

      .hero-podcast-content {
        text-align: center;
       margin-bottom:500px;
      }

      .hero-podcast-title {
        font-size: 2rem;
      }
      .elementor-71 .elementor-element.elementor-element-5bf2b59 {
          
          padding-bottom:0px;
          
      }
      .vertical-label-container{
        display:none;
    }
    
    .typing-text {
        
        font-size:1.5rem;
        
    }
     
      
     
    }

    @media (max-width: 480px) {
      .hero-podcast-title {
        font-size: 1.6rem;
      }

      .hero-podcast-description {
        font-size: 0.9rem;
      }

      .hero-podcast-btn {
        font-size: 0.9rem;
        padding: 0.6rem 1.4rem;
      }
       
      
    }
    
    
   
    
    

    .testimonial-section {
  width: 100%;
  /* background-image: url('path-to-your-background-image.png'); */ /* removed for transparency */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent; /* transparent background */
  padding: 4rem 1rem;
  text-align: center;
  color: #fff;
  position: absolute;
    bottom: 0;
    top:759px;
    RIGHT: 0PX;
}

@media (max-width: 375px) {
  .testimonial-section {
    
    top: 234px;
    
  }
}

 


    

    .testimonial-content {
      max-width: 1200px;
      margin: 0 auto;
    }

    .small-title {
      font-size: 20px;
    color: #ddd;
    margin-bottom: 0.5rem;
    font-weight: 600;
    }

    .main-title {
      font-size: 2rem;
      color: white;
      font-weight: 500;
      margin-bottom: 1rem;
    }

    .main-title span {
      color: #f5b216;
      font-weight: 700;
    }

    .description {
      font-size: 22px;
    color: #ccc;
    max-width: 1000px;
    margin: 0 auto 2.5rem;m;
    }

    .testimonial-cards {
      display: flex;
      gap: 1.5rem;
      flex-wrap: wrap;
      justify-content: center;
    }

    .testimonial-card {
      background: white;
      border-radius: 10px;
      color: #333;
      padding: 1.5rem;
      max-width: 340px;
      flex: 1 1 300px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    }

    .stars {
      color: #0047ff;
      font-size: 1.1rem;
      margin-bottom: 1rem;
    }

    .quote {
      font-style: italic;
      font-size: 0.95rem;
      margin-bottom: 1.5rem;
    }

    .person {
      display: flex;
      align-items: center;
      gap: 0.75rem;
    }

    .avatar {
      width: 40px;
      height: 40px;
      border-radius: 50%;
      object-fit: cover;
    }

    .name {
      font-weight: bold;
      font-size: 0.9rem;
      margin: 0;
    }

    .role {
      font-size: 0.8rem;
      color: #666;
      margin: 0;
    }

    .cta-button {
      margin-top: 2.5rem;
      padding: 0.7rem 1.5rem;
      background: transparent;
      border: 1.5px solid #f5b216;
      color: #f5b216;
      border-radius: 999px;
      cursor: pointer;
      transition: 0.3s;
    }

    .cta-button:hover {
      background: #f5b216;
      color: black;
    }

    @media (max-width: 768px) {
      .testimonial-cards {
        flex-direction: column;
        align-items: center;
      }
      .testimonial-section {
          top:280px;
      
      }

      .main-title {
        font-size: 1.5rem;
      }

      .description {
        font-size: 0.85rem;
      }
    }   
    .podcast-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0); /* Fully transparent */
  backdrop-filter: blur(10px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  z-index: 1000;
}

.podcast-container {
  max-width: 1440px;
  margin: auto;
  padding: 1rem 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.podcast-logo {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.podcast-logo img {
  width: 70px;
}

.podcast-logo span {
  color: var(--blue);
  font-size: 16px;
  line-height: 1.2;
  font-weight: 600;
}

.podcast-nav {
  display: flex;
  gap: 2.5rem;
}

.podcast-link {
  color: #000;
  text-decoration: none;
  font-weight: 500;
  position: relative;
  transition: color 0.3s ease;
}

.podcast-link::after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: -4px;
  left: 0;
  background: var(--blue);
  transition: width 0.3s ease;
}

.podcast-link:hover {
  color: var(--blue);
}

.podcast-link:hover::after {
  width: 100%;
}

.podcast-book-btn {
  background-color: var(--yellow);
  color: var(--blue);
  padding: 0.6rem 1.4rem;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 600;
  border: 2px solid var(--blue);
  transition: all 0.3s ease;
}

.podcast-book-btn:hover {
  background: var(--blue);
  color: white;
}

/* Hamburger styles */
.podcast-hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  z-index: 1100;
}

.podcast-hamburger span {
  width: 25px;
  height: 3px;
  background: #333;
  border-radius: 3px;
  transition: all 0.3s ease;
}

/* Mobile Styles */
@media (max-width: 991px) {
  .podcast-nav {
    position: fixed;
    top: 70px;
    right: -100%;
    flex-direction: column;
    background-color: rgba(255, 255, 255, 0.96);
    width: 75%;
    height: calc(100vh - 70px);
    padding: 2rem;
    transition: right 0.3s ease;
  }

  .podcast-nav.active {
    right: 0;
  }

  .podcast-book-btn {
    display: none;
  }

  .podcast-hamburger {
    display: flex;
  }

  .podcast-overlay {
    position: fixed;
    top: 70px;
    left: 0;
    width: 100%;
    height: calc(100vh - 70px);
    background: rgba(0, 0, 0, 0.3);
    display: none;
    z-index: 1001;
  }

  .podcast-overlay.active {
    display: block;
  }

  .podcast-link {
    font-size: 1.1rem;
    padding: 0.8rem 0;
  }
}



 @media (min-width: 1500px) {
     .background-primary-layer{
         height:112%;
     }
 }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-254208e */#first-button {
    margin-top: 113px;
}
#get-quote1 {
    margin: 0 350px;
    margin-top: 20px;
}
#fourth-pro-card >li {
    margin: 6px 0px;
}

.pricing-title {

  font-size: 55px;

  font-weight: 700;

  color: #2440C5;

  margin-bottom: 8px;
  text-align: center;

}
 
.pricing-subtitle {

  font-size: 22px;

    color: #333;

    max-width: 1000px;

    margin: 0 auto 40px;

  text-align:center; 

}
 .pricing-footer {
  margin-top: 40px;
  text-align: center;
}
 
.pricing-footer p {
font-size: 20px;
    color: #333;
    max-width: 1000px;
    margin: 0 auto 15px;
    line-height: 1.5;
}
 
.pricing-footer .footer-button {
  background-color: #2440C5;
  color: white !important;
  padding: 10px 20px;
  border-radius: 8px;
  font-size: 14px;
  cursor: pointer;
  border: none;
  transition: background 0.3s ease;
}
 
.pricing-footer .footer-button:hover {
  background-color: #1b2d8a;
}

.uniq-pod-pricing h3 {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}

.uniq-pod-price {
  font-size: 19px;
  font-weight: 700;
  color: #0046ff;
  text-align: center;
}

#pro-package {
  font-size: 20px;
  text-align: center;
}

.uniq-pod-subheading {
  font-size: 14px;
  text-align: center;
  margin-bottom: 6px;
  color: black;
  font-weight: 600;
  margin-top: 5px;
}

.uniq-pod-bold {
  font-weight: 600;
  font-size: 14px;
  margin-top: 12px;
  text-align: left;
}
#first-card{
    margin-top: 40px
}
#first-card li {
    margin-bottom: 18px;
}

.uniq-pod-pricing button {
  margin-top: 30px;
  padding: 12px 20px;
  background-color: white;
  border: none;
  border-radius: 8px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.2s ease;
  font-size: 18px;
  color:black;
}

.uniq-pod-pricing button:hover {
  background-color: #e0e0e0;
}

.uniq-pod-pricing ul {
  list-style: none;
  font-size: 14px;
  color: #000;
  line-height: 1.7;
  margin-top: 5px;
  padding-left: 0;
}

.uniq-pod-pricing li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 5px;
  color: black;
}

.uniq-pod-pricing-grid {
  display: grid;
  grid-template-areas:
    "session creator pro"
    "brand brand brand";
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 50px;
}

.uniq-pod-card {
  background: linear-gradient(180deg, #ffffff 0%, #0046ff 100%) !important;
  color: #000;
  padding: 15px 24px;
  border-radius: 16px;
  box-shadow: 0 10px 20px rgba(0,0,0,0.1);
  display: flex;
  flex-direction: column;
  gap: 0px;
}

.uniq-pod-session-card {
  grid-area: session;
}

.uniq-pod-creator-card {
  grid-area: creator;
}

.uniq-pod-pro-card {
  grid-area: pro;
}

.uniq-pod-brand-card {
  grid-area: brand;
}

.uniq-pod-columns {
  padding: 0px 135px;
  display: flex;
  gap: 30px;
  margin-top: 16px;
  justify-content: space-between;
  max-width: 1300px;
}

.uniq-pod-container-33 {
  margin-top: -1px;
}

.uniq-pod-text-wrapper {
  font-family: "Segoe UI Emoji-Regular", Helvetica;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  white-space: nowrap;
  position: relative;
  margin-top: -1px;
  width: fit-content;
  margin-right: -2.43px;
}

.fourth-pro-card > li {
  margin: 6px 0px;
}

/* Responsive */
@media (max-width: 1024px) {
  .uniq-pod-pricing-grid {
    grid-template-areas:
      "session"
      "creator"
      "pro"
      "brand";
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));;
    padding: 20px;
  }

  .uniq-pod-columns {
    flex-direction: column;
    gap: 10px;
    padding: 10px 0px;
  }

 #get-quote1 {
    margin: 0px;
}

  .uniq-pod-pricing h3,
  .uniq-pod-price,
  .uniq-pod-subheading {
    text-align: center;
  }

  #pro-package {
    font-size: 14px;
  }
}

@media(max-width:768px){
    .pricing-title {
    font-size: 26px;
  }
}

#firstList {
    margin: 17px 0px;
    margin-left: -2px;
    
}/* End custom CSS */
/* Start custom CSS for stepbooking, class: .elementor-element-86b7193 */.amelia-step-booking .el-employees {
    display: none !important;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0650732 */@media (max-width: 375px) {
  .testimonial-section {
    position: absolute;
    top: 234px;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
}/* End custom CSS */