/*
Theme Name:   Astra Child
Description:  Custom child theme for Astra to manage custom CSS and PHP.
Author:       Your Name
Template:     astra
Version:      1.0.0
Text Domain:  astra-child
*/


/*h2.entry-title.custom-desktop-title-h2 {
    display: none !important;
}

h1.entry-title.custom-desktop-title-h1 {
    display: none !important;
}
*/

a.apply-now-btn {
    border: 1px solid #2563EB;
    padding: 4px 30px;
    border-radius: 50px;
    background: #2563EB;
    color: #fff;
    text-decoration: none !important;
}

.apply-now-btn {
    display: inline-block;
    padding: 14px 32px;
    background: #2563EB;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    transition: background 0.3s;
}
.apply-now-btn:hover {
    background: #00AFFF;
}

/* Smooth scroll ke liye zaroori hai */
html {
    scroll-behavior: smooth;
}


.split-color-title {
    font-family: 'poppins';
}

.custom-testi.wpr-testimonial-arrow-container,
.wpr-testimonial-prev-arrow,
.wpr-testimonial-next-arrow {
    z-index: unset !important;
}

.custom-testi.wpr-testimonial-arrow-container,
.wpr-testimonial-prev-arrow,
.wpr-testimonial-next-arrow,
.wpr-testimonial-dots {
    z-index: auto !important;
}


.custom-promo .wpr-promo-box-content{
    z-index: unset !important;
}

.wpr-icon-box-title {
    z-index: auto !important;
}



.wpr-button,
.wpr-button:hover,
.wpr-button:focus,
.wpr-button:active,
.wpr-button .wpr-button-text {
    text-decoration: none !important;
}

.wpr-button .wpr-button-text:hover {
    text-decoration: none !important;
}

.wpr-logo,
.wpr-logo-image,
.wpr-logo-text{
    position: static !important;
}

.wpr-pricing-table-badge , .wpr-pricing-table-btn span , .wpr-acc-item-title {
    z-index: auto !important;
}

.custom-section-country a {
    text-decoration: none !important;
}



/* Custom Bar ki height kam karne ke liye */
.custom-bar {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    min-height: auto !important;
}

/* Andar ke columns ki height aur padding fix karne ke liye */
.custom-bar .elementor-column-wrap,
.custom-bar .elementor-widget-wrap {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    align-items: center !important;
}

/* Phone icon wale wrapper ka margin hatane ke liye */
.custom-bar .contact-popup-wrapper {
    margin-right: 0 !important;
    margin-bottom: 0 !important;
}

/* Email wale icon list ka margin hatane ke liye */
.custom-bar .elementor-icon-list-items {
    margin: 0 !important;
    padding: 0 !important;
}

.custom-bar .elementor-icon-list-item {
    margin-bottom: 0 !important;
}

/* Social icons ki height thodi kam karne ke liye */
.custom-bar .elementor-social-icons-wrapper {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
















/* =========================================================
   SEO AUDIT - SUB-MENU STYLING
   ========================================================= */

/* Menu item with children (has sub-menu) */
.menu-item-has-children {
    position: relative;
}

/* Arrow indicator for items that have sub-menu */
.menu-item-has-children > a::after {
    content: '▸';
    margin-left: 8px;
    font-size: 12px;
    color: #999;
    transition: transform 0.2s;
}

/* Rotate arrow when hovered */
.menu-item-has-children:hover > a::after {
    transform: rotate(90deg);
    color: #2563EB;
}

/* SUB-MENU (Level 2) */
.sub-menu {
    list-style: none;
    padding-left: 20px !important;
    margin: 5px 0 0 0 !important;
    display: none;
    border-left: 2px solid #e8ecf1;
}

/* Show sub-menu on hover */
.menu-item-has-children:hover > .sub-menu {
    display: block;
}

/* SUB-MENU items */
.sub-menu li {
    padding: 4px 0 !important;
    border-bottom: none !important;
}

.sub-menu li a {
    font-size: 13px !important;
    color: #666 !important;
    padding: 4px 0 4px 8px !important;
    font-weight: 400 !important;
    border-left: none !important;
}

.sub-menu li a:hover {
    color: #ff5b24 !important;
    padding-left: 14px !important;
}

.sub-menu li a:hover::before {
    content: '▸';
    color: #ff5b24;
    margin-right: 6px;
    font-size: 14px;
    font-weight: bold;
}

/* SUB-SUB-MENU (Level 3) */
.sub-menu .sub-menu {
    padding-left: 16px !important;
    border-left: 2px dashed #dce5f0;
    margin-left: 4px;
}

.sub-menu .sub-menu li a {
    font-size: 12px !important;
    color: #888 !important;
}

.sub-menu .sub-menu li a:hover {
    color: #2563EB !important;
}
.wpcf7 form {
    position: relative;
    DISPLAY: FLEX;
}

/* ***************enytry title ********* */
 h1.entry-title {
    display: none !important;
}


/* =========================================================
   SIDEBAR MENU VERSION
   ========================================================= */

/* Sidebar menu items */
.sidebar-menu .menu-item {
    list-style: none;
}

.sidebar-menu .menu-item a {
    display: flex;
    align-items: center;
    padding: 8px 16px;
    text-decoration: none;
    color: #1e2b39;
    font-weight: 500;
    font-size: 0.85rem;
    border-left: 3px solid transparent;
    transition: all 0.15s ease;
}

.sidebar-menu .menu-item a:hover {
    background: #f4f9ff;
    border-left-color: #ff5b24;
    color: #003666;
}

.sidebar-menu .menu-item a i {
    width: 1.4rem;
    color: #6a7b8c;
    font-size: 0.9rem;
}

/* Sidebar sub-menu */
.sidebar-menu .sub-menu {
    list-style: none;
    padding-left: 1.8rem !important;
    margin: 0.2rem 0 !important;
    display: none;
    border-left: 2px solid #e8ecf1;
}

.sidebar-menu .menu-item-has-children:hover > .sub-menu {
    display: block;
}

.sidebar-menu .sub-menu .sub-menu {
    padding-left: 1.2rem !important;
    border-left: 2px dashed #dce5f0;
}

.sidebar-menu .sub-menu a {
    font-size: 0.8rem;
    padding: 4px 12px !important;
    border-left: none !important;
}

.sidebar-menu .sub-menu a:hover {
    padding-left: 20px !important;
}




/* 1. MAIN DROPDOWN BOX (White background, Shadow, Top Orange Line) */
.wpr-sub-mega-menu {
    background: #ffffff !important;
    padding: 25px !important;
    border-radius: 0 0 12px 12px !important;
    box-shadow: 0px 20px 50px rgba(0,0,0,0.08) !important;
    border-top: 4px solid #2563EB !important; /* Top Orange Line */
    margin-top: 10px !important; /* Menu se thoda gap */
    box-sizing: border-box !important;
}

/* 2. DROPDOWN KE ANDAR ELEMENTOR SECTIONS KA LAYOUT FIX */
/* Background color fix karna (Gray se White karna) */
.wpr-sub-mega-menu .elementor-section,
.wpr-sub-mega-menu .elementor-column,
.wpr-sub-mega-menu .elementor-widget-wrap {
    background: transparent !important;
}

/* Gap aur padding remove karna taaki clean dikhe */
.wpr-sub-mega-menu .elementor-section-boxed .elementor-container {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: space-between !important;
    gap: 20px !important;
}

.wpr-sub-mega-menu .elementor-column {
    flex: 1 !important;
    width: 25% !important; /* 4 columns ke liye */
    padding: 0 !important;
    min-width: 150px !important;
}

/* 3. COLUMN TITLES (SERVICES, PORTFOLIO, ETC.) KI STYLING */
.wpr-sub-mega-menu h5,
.wpr-sub-mega-menu .elementor-widget-container h5 {
    font-family: "Poppins", Sans-serif !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #003666 !important; /* Dark Blue Title */
    margin: 0 0 15px 0 !important;
    position: relative !important;
}

/* Title ke neeche chhoti line */
.wpr-sub-mega-menu h5::after {
    content: '';
    display: block;
    width: 25px;
    height: 2px;
    background: #2563EB;
    margin-top: 5px;
}

/* 4. SUB-LINKS (LISTS) KI STYLING */
.wpr-sub-mega-menu ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.wpr-sub-mega-menu ul li {
    padding: 6px 0 !important;
    border-bottom: 1px solid #f0f0f0 !important;
}

.wpr-sub-mega-menu ul li:last-child {
    border-bottom: none !important;
}

.wpr-sub-mega-menu ul li a {
    font-family: "Poppins", sans-serif !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    color: #444444 !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
    display: flex !important;
    align-items: center !important;
}

/* Hover Effect: Orange Text, Left shift, aur Arrow */
.wpr-sub-mega-menu ul li a:hover {
    color: #2563EB !important;
    padding-left: 8px !important;
}

.wpr-sub-mega-menu ul li a:hover::before {
    content: '▸';
    color: #2563EB;
    margin-right: 6px;
    font-size: 16px;
    font-weight: bold;
}

.main-single-blog {
    display: flex;
    padding: 0px 60px 0px 60px;
}
.saboxplugin-wrap .saboxplugin-authorname a, .saboxplugin-wrap .saboxplugin-authorname span {
color:#2563EB !important;
}
span.posted-on {
    color: #2563EB;
}

/* =========================================================
   GLOBAL BLOG DETAIL PAGE STYLING (Sabhi Single Posts ke liye)
   ========================================================= */

/* 1. Font Family */
body.single-post #primary, 
body.single-post #primary p, 
body.single-post #primary a, 
body.single-post #primary li, 
body.single-post #primary span, 
body.single-post #primary input, 
body.single-post #primary textarea {
    font-family: 'Poppins', sans-serif !important;
}

/* 2. Headings */
body.single-post #primary h1, 
body.single-post #primary h2, 
body.single-post #primary h3, 
body.single-post #primary h4, 
body.single-post #primary h5, 
body.single-post #primary h6 {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
    color: #2563EB !important; /* Primary Blue */
    //margin-top: 30px !important;
    margin-bottom: 15px !important;
}

/* 3. Heading Sizes */
body.single-post #primary h1 {
    font-size: 34px !important;
}
body.single-post #primary h2 {
    font-size: 28px !important;
}
body.single-post #primary h3 {
    font-size: 24px !important;
}
body.single-post #primary h4 {
    font-size: 16px !important;
}
body.single-post #primary h5 {
    font-size: 18px !important;
}
body.single-post #primary h6 {
    font-size: 12px !important;
}

/* 4. Paragraph */
body.single-post #primary p {
    font-size: 16px !important;
    line-height: 1.8 !important;
    color: #333333 !important;
    margin-bottom: 20px !important;
   
}

/* 5. Strong / Bold */
body.single-post #primary strong {
    font-weight: 700 !important;
    color: #081220 !important;
}

/* 6. Links */
body.single-post #primary a {
    color: #2563EB !important;
    text-decoration: underline !important;
    transition: all 0.3s ease;
}
body.single-post #primary a:hover {
    color: #081220 !important;
    text-decoration: none !important;
}

/* 7. Lists */
body.single-post #primary ul,
body.single-post #primary ol {
    padding-left: 25px !important;
    margin-bottom: 25px !important;
}

body.single-post #primary ul li,
body.single-post #primary ol li {
    font-size: 16px !important;
    line-height: 1.8 !important;
    color: #333333 !important;
    margin-bottom: 10px !important;
}

body.single-post #primary ul li::marker {
    color: #2563EB !important;
}

/* 8. Images */
body.single-post #primary img {
    max-width: 100% !important;
    height: auto !important;
    border-radius: 10px !important;
    margin-bottom: 25px !important;
}

/* 9. Blockquote */
body.single-post #primary blockquote {
    border-left: 4px solid #2563EB !important;
    background-color: #f5f8fd !important;
    padding: 20px !important;
    margin: 25px 0 !important;
    font-style: italic !important;
    color: #081220 !important;
}

/* 10. Table */
body.single-post #primary table {
    width: 100% !important;
    border-collapse: collapse !important;
    margin-bottom: 25px !important;
}

body.single-post #primary table th {
    background-color: #2563EB !important;
    color: #ffffff !important;
    padding: 12px !important;
}

body.single-post #primary table td {
    border: 1px solid #ddd !important;
    padding: 10px !important;
}


/* 1. Form container ko horizontally set karein */
.custom-newsletter form.tnp-subscription {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: center !important; /* Center align */
    gap: 10px !important;
    flex-wrap: nowrap !important;
    width: 100% !important;
    max-width: 450px !important; /* Form ki maximum width */
    margin: 0 auto !important; /* Screen ke beech center */
    padding: 0 !important;
}

/* 2. Label ko hide karein (jo upar likha hai) */
.custom-newsletter .tnp-field-email label {
    display: none !important;
}

/* 3. Input (Email) field ko perfect banayein */
.custom-newsletter .tnp-field-email {
    flex: 1 !important;
    width: 100% !important;
    margin: 0 !important;
}

.custom-newsletter .tnp-email {
    width: 100% !important;
    padding: 14px 20px !important;
    border: 1px solid #ddd !important;
    //border-radius: 30px !important;
    background-color: #ffffff !important;
    color: #333 !important;
    font-size: 16px !important;
    outline: none !important;
    height: auto !important;
    min-height: 50px !important;
}

/* 4. Submit Button ko PERFECT BLUE banayein */
.custom-newsletter .tnp-field-button {
    flex: 0 0 auto !important;
    margin: 0 !important;
    width: auto !important;
    text-align: center !important;
}

.custom-newsletter form{
    display:flex;
}

#post-6434 {
   background-color: #ffffff !important;
    padding: 90px 0px 90px 0px;
}

.custom-newsletter .tnp-submit {
    width: auto !important;
    padding: 14px 28px !important;
    height: auto !important;
    min-height: 50px !important;
    border: none !important;
    //border-radius: 30px !important;
    background-color: #2563EB !important; /* Perfect Blue */
    color: #ffffff !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    letter-spacing: 0.5px !important;
    box-shadow: 0 4px 10px rgba(37, 99, 235, 0.3) !important;
    transition: all 0.3s ease !important;
}

.custom-newsletter .tnp-submit:hover {
    background-color: #1d4ed8 !important;
    transform: translateY(-2px) !important;
}
.custom-table-web .wpr-table-row td a,
.custom-table-web .wpr-table-row td a span {
  text-decoration: none !important;
  font-weight: 500;
}

/* 5. MOBILE RESPONSIVENESS */
@media (max-width: 1024px) {
    .wpr-sub-mega-menu .elementor-column {
        width: 50% !important; /* Tablet par 2 columns */
    }
   .site-main .ast-row article.ast-article-post {
        width: 50% !important;
    }
    .site-main .ast-row {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
}





/* ============================================
   CONTACT FORM 7 - INLINE SUBMIT BUTTON
   Email input and Submit button on same line
   ============================================ */

/* Make the form container flexible */
.wpcf7-form {
  //display: flex;
  flex-wrap: wrap;
  align-items: center;

}

 .ast-separate-container.ast-two-container.ast-right-sidebar #secondary {
        padding-left: 30px;
        padding-right: 0;
        width: 34%;
  }
#secondary, #secondary button, #secondary input, #secondary select, #secondary textarea {
    font-size: 14px;
}





/* Email input field - take available space */
.wpcf7-form .wpcf7-form-control-wrap.your-email {
  flex: 1;
  min-width: 200px;
}

/* Email input styling */
.wpcf7-form .wpcf7-form-control-wrap.your-email input {
  width: 100%;
  padding: 12px 16px;
  border: 2px solid #ddd;
  border-radius: 4px;
  font-size: 16px;
  transition: border-color 0.3s ease;
}

/* Email input focus state */
.wpcf7-form .wpcf7-form-control-wrap.your-email input:focus {
  border-color: #3f3351ff;
  outline: none;
}

/* Submit button - auto size */
.wpcf7-form .wpcf7-submit {
  padding: 12px 30px;
  background-color: #2563EB ;
  color: #fff;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
      
}

/* Submit button hover */
.wpcf7-form .wpcf7-submit:hover {
  background-color: #2563EB ;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(63, 51, 81, 0.3);
}

/* Submit button focus */
.wpcf7-form .wpcf7-submit:focus {
  outline: 2px solid #3f3351ff;
  outline-offset: 2px;
}

/* Spinner - keep inline */
.wpcf7-form .wpcf7-spinner {
  margin-left: 10px;
}

/* Response message */
.wpcf7-form .wpcf7-response-output {
  flex-basis: 100%;
  margin: 10px 0 0;
}


.pricing-text{
    text-align: center;
    font-family: 'Poppins', sans-serif;
}

.pricing-text .starting{
    font-size: 16px;
    font-weight: 400;
    color: #666;
    margin: 0 0 8px;
}

.pricing-text .price{
    font-size: 42px;
    font-weight: 700;
    color: #111;
    line-height: 1.2;
    margin: 0;
}

.pricing-text .price-inr{
    font-size: 18px;
    font-weight: 500;
    color: #666;
    margin-top: 8px;
}
.pricing-text .contact-btn{
    display: inline-block;
    padding: 14px 34px;
    background: #003666;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 6px;
    transition: all .3s ease;
}

.pricing-text .contact-btn:hover{
    background: #ff5b24;
    transform: translateY(-2px);
    color: #fff;
}


/* 1. Blog ke parent container ko Full Width aur 90px padding dena */
.site-main .ast-row {
    max-width: 100% !important;
    padding-left: 90px !important;
    padding-right: 90px !important;
    margin: 0 auto !important;
    box-sizing: border-box;
    display: flex !important; /* Flexbox use karna zaroori hai taaki columns line up hon */
    flex-wrap: wrap !important;
}

/* 2. Har post card ko exactly 3 columns mein todna */
.site-main .ast-row article.ast-article-post {
    width: 33.33% !important;
    box-sizing: border-box;
    padding: 15px !important; /* Cards ke beech ka gap */
    margin-bottom: 40px !important;
    display: flex;
    flex-direction: column;
}

/* 3. Featured Image aur Content ko full width hona chahiye card ke andar */
.site-main .ast-row article .post-content {
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* 4. Description (Excerpt) ko sirf 3 lines mein rokna (kyunki aapke HTML mein `<p>` ke andar content hai) */
.site-main .ast-row article .entry-content p,
.site-main .ast-row article .ast-blog-single-element.ast-read-more-container {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 15px !important;
}











/* Aapka mobile CSS code yahan paste karein */
@media only screen and (max-width: 767px) {
    .custom-business.elementor-section {
        min-height: auto !important;
        padding-top: 40px !important;

    }

 .custom-img img.swiper-slide-image.swiper-lazy.swiper-lazy-loaded {
    display: block;
    margin: 0 auto;
}
    
    .custom_number a.elementor-button.elementor-button-link.elementor-size-sm {
    font-size: 12px !important;
}

    .split-color-title {
        font-size: 28px;
    }
    
  .wpcf7-form {
    flex-wrap: wrap;
    gap: 10px;
  }

  .wpcf7-form .wpcf7-form-control-wrap.your-email {
    flex: 1 1 100%;
    min-width: unset;
  }

  .wpcf7-form .wpcf7-submit {
    width: 100%;
    padding: 14px;
  }
     .pricing-text .price{
        font-size: 34px;
    }

    .pricing-text .starting,
    .pricing-text .price-inr{
        font-size: 15px;
    }
    
     .pricing-text .contact-btn{
        padding: 12px 28px;
        font-size: 15px;
    }
    
     .site-header, .header-main, .page-header, .main-header {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        padding: 10px 15px !important;
    }

    /* Logo ko fix karein */
    .site-logo img, .custom-logo, .site-branding .logo {
        max-width: 140px !important;
        height: auto !important;
    }

    /* Max Mega Menu ke Toggle button ko theek karein */
    .mega-menu-toggle {
        position: relative !important;
        top: auto !important;
        right: auto !important;
        background: transparent !important; /* Black box hatao */
        padding: 5px 10px !important;
        border: 1px solid #e0e0e0 !important;
        border-radius: 5px !important;
        width: auto !important;
        height: auto !important;
        margin-left: auto !important; /* Logo ke baad right mein shift */
    }

    /* Toggle icon ke andar ke lines ka color fix */
    .mega-menu-toggle .mega-toggle-blocks .mega-toggle-block .mega-toggle-label,
    .mega-menu-toggle .mega-toggle-blocks .mega-toggle-block .mega-toggle-label span {
        color: #000 !important;
    }
    
    .mega-menu-toggle .mega-toggle-blocks .mega-toggle-block .mega-toggle-label .mega-toggle-label-text {
        display: none !important; /* 'Menu' word chhupa do */
    }
    
    
       .main-navigation, .site-branding, .header-wrapper, .nav-wrapper {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    /* Logo ko chhota karna (taaki wo screen se bahar na jaaye) */
    .custom-logo, .site-logo img, .logo img {
        max-width: 120px !important; /* Logo ko chhota kiya */
        height: auto !important;
    }

    /* Max Mega Menu Toggle button ko sahi line mein laana */
    .mega-menu-toggle {
        position: relative !important;
        top: auto !important;
        right: auto !important;
        margin-left: auto !important; /* Logo ke baad dhakelna */
        background: transparent !important;
        border: 1px solid #ddd !important;
        border-radius: 5px !important;
        padding: 5px 10px !important;
        width: auto !important;
        height: auto !important;
    }

    /* Menu Text (jiska screenshot me 3 baar aaya hai) ko chhupaana */
    .mega-menu-toggle .mega-toggle-label .mega-toggle-label-text {
        display: none !important;
    }
    
    
     .wpr-sub-mega-menu .elementor-column {
        width: 100% !important; /* Mobile par 1 column */
        margin-bottom: 15px !important;
    }
    .wpr-sub-mega-menu {
        padding: 15px !important;
    }
    
  .sub-menu {
        padding-left: 12px !important;
    }
    .sub-menu .sub-menu {
        padding-left: 10px !important;
    }
    .sidebar-menu .sub-menu {
        padding-left: 1rem !important;
    }
    .sidebar-menu .sub-menu .sub-menu {
        padding-left: 0.8rem !important;
    }   
    
   .site-main .ast-row article.ast-article-post {
        width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .site-main .ast-row {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }


  


/* 1. Parent Container ko Flexbox Column banayein */
    .seo-hero-section .elementor-container,
    .seo-hero-section .e-con-inner,
    .seo-hero-section .elementor-row {
        display: flex !important;
        flex-direction: column !important; /* Default: Content pehle, Form baad mein */
    }

    /* 2. Content wale Column ko Order 1 (Pehle) dein */
    .seo-hero-section .elementor-column:first-child,
    .seo-hero-section .e-con > .e-con-inner > .elementor-element:first-child {
        order: 1 !important;
    }

    /* 3. Form wale Column ko Order 2 (Baad mein) dein */
    .seo-hero-section .elementor-column:last-child,
    .seo-hero-section .e-con > .e-con-inner > .elementor-element:last-child {
        order: 2 !important;
    }

    /* 4. Dono Columns ko Full Width karein */
    .seo-hero-section .elementor-column,
    .seo-hero-section .e-con > .e-con-inner > .elementor-element {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
    }


}

@media (max-width: 400px) {
    #wpcf7-f85-p5-o1 form {
        flex-direction: column !important; /* Ek ke neeche ek */
        align-items: stretch !important;
    }
    #wpcf7-f85-p5-o1 form .wpcf7-form-control-wrap {
        flex: 1 1 100% !important;
    }
    #wpcf7-f85-p5-o1 form input[type="submit"] {
        width: 100% !important;
        min-width: 100% !important;
    }
}



