
section.banner_secton {
    position: relative; /* needed for overlay positioning */
    background-image: url('/images/baner_best-imge.jpg');
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white; /* text color for better contrast */
}
section.banner_secton .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* dark overlay, adjust opacity as needed */
    z-index: 1;
}

section.banner_secton .container {
    position: relative;
    z-index: 2; /* ensures text is above the overlay */
}
section.banner_secton h1 {
    font-size: 70px;
    line-height: 78px;
    color: #fff;
    width: 53%;
    /* margin: auto; */
    font-weight: 700;
}

.main_image_text {
    display: grid;
    grid-template-columns: auto auto;
    justify-content: center;
    /* place-content: center; */
}
.main_image_text h2 {
    color: #000000 !important;
    /* font-family: Dosis !important; */
    font-weight: 700 !important;
    font-style: normal !important;
    font-size: 40px !important;

    margin-bottom: 18px;
    line-height: 44px;
}

.main_image_text p {
    font-size: 16px;
    width: 70%;
    line-height: 32px;
}

section.image_with_text_one {
    padding: 40px 0px;
}
.heaeder_heading p {
    color: #fff;
    padding-top: 13px;
}
.boxes_inner {
    display: grid;
    grid-template-columns: auto auto auto auto;
    margin: auto;
    justify-content: center;
    align-items: center;
    gap: 30px;
}
.boxes_sec_fisrt {
    height: 320px;
}
section.image_with_boxes {
    background: #faf5ff;
    padding: 40px 0px;
}


section.image_with_boxe2 {
    background: #faf5ff;
    padding: 40px 0px;
}
section.image_with_boxe2 h2 {
    color: #000000 !important;
    /* font-family: Dosis !important; */
    font-weight: 700 !important;
    font-style: normal !important;
    font-size: 40px !important;
    text-align: center;
}
section.image_with_boxe2 h4 {
    color: #000000 !important;
    /* font-family: Dosis !important; */
    font-weight: 500 !important;
    font-style: normal !important;
    font-size: 24px !important;
    text-align: center;
}

.image_with_boxe2 .boxes_inner {
    display: grid;
    grid-template-columns: auto auto auto auto;
    margin: auto;
    justify-content: center;
    align-items: center;
    gap: 30px;
    margin-top: 32px;
}
section#steps i {
    color: #9333ea !important;
}
section#steps  .max-w-3xl {
    max-width: 75rem;
}

.Scheduling._inner h2 {
    color: #000000 !important;
    /* font-family: Dosis !important; */
    font-weight: 700 !important;
    font-style: normal !important;
    font-size: 40px !important;
    text-align: center;
}
.Scheduling._inner {
    width: 64%;
    margin: auto;
    text-align: center;
    margin-bottom: 29px;
}


/* faq css  */

.custom_faq{
  padding-top: 60px;
  padding-bottom: 60px;
}
.custom_faq .custom_section_heading {
  text-align: center;
  margin-bottom: 40px;
}
  .custom_faq .accordion-item {
    margin: 1rem 0;
    border-radius: 9px;
    overflow: hidden;
    box-shadow: 0px 0px 6px #0000001C;

}

.custom_faq .accordion-item-header {
    padding: 16px 40px 16px 20px;
    font-weight: bold;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
    color: #1A1A1A;
    font-size: 20px;
    line-height: 1.3;
}

.custom_faq .accordion-item-header::after {
    content: "\002B";
    font-size: 32px;
    position: absolute;
    right: 16px;
    color: #041928;
}

.custom_faq .accordion-item-header.active::after {
    content: "\2212";
}

.custom_faq .accordion-item-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out;
}

.custom_faq .accordion-item-body-content {
    padding: 16px 150px 16px 20px;
    line-height: 1.5;
    font-size: 18px;
}

.custom_faq .accordion-item-header.active {
    border-bottom: 1px solid #dcdcdc;
}
.custom_faq .accordion-item-body-content p {
margin: 0px;
}
.faq-inner h3 {
    color: #000000 !important;
    /* font-family: Dosis !important; */
    font-weight: 700 !important;
    font-style: normal !important;
    font-size: 40px !important;
    /* width: 40%; */
    margin-bottom: 18px;
    line-height: 44px;
    text-align: center;
    padding-bottom: 30px;
}

.image_with_text_four .main_image_text h2 {
    color: #000000 !important;
    /* font-family: Dosis !important; */
    font-weight: 700 !important;
    font-style: normal !important;
    font-size: 40px !important;
    width: 67%;
    margin-bottom: 18px;
    line-height: 44px;
}

.image_with_text_five .main_image_text p {
    font-size: 16px;
    width: 96%;
    line-height: 32px;
    padding-left: 50px;
}

.image_with_text_four .main_image_text p {
    font-size: 16px;
    width: 87%;
    line-height: 32px;
}

.image_with_text_six .main_image_text h2 {
    color: #000000 !important;
    /* font-family: Dosis !important; */
    font-weight: 700 !important;
    font-style: normal !important;
    font-size: 40px !important;
    width: 92%;
    margin-bottom: 18px;
    line-height: 44px;
}
.image_with_text_six .main_image_text p {
    font-size: 16px;
    width: 92%;
    line-height: 32px;
}

.image_with_text_seven.main_image_text h2 {
    color: #000000 !important;
    /* font-family: Dosis !important; */
    font-weight: 700 !important;
    font-style: normal !important;
    font-size: 40px !important;
    width: 100%;
    margin-bottom: 18px;
    line-height: 44px;
}

.image_with_text_seven .main_image_text p {
    font-size: 16px;
    width: 84%;
    line-height: 32px;
}

.image_with_text_seven .fisrt_content {
    padding-left: 50px;
}

section#steps {
    background: #faf5ff;
    padding: 40px 0px;
}


.Scheduling .main_image_text p {
    font-size: 16px;
    width: 90%;
    line-height: 32px;
}
.Scheduling .main_image_text h2 {
    color: #000000 !important;
    /* font-family: Dosis !important; */
    font-weight: 700 !important;
    font-style: normal !important;
    font-size: 40px !important;
    width: 72%;
    margin-bottom: 18px;
    line-height: 44px;
}


    .Social_Intern .flow-container {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      gap: 30px;
    }
.Social_Intern .step {
    flex: 1 1 220px;
    max-width: 250px;
    background: #eee;
    color: #fff;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    position: relative;
    text-align: center;
    height: 209px;
}

    .Social_Intern .step h3 {
      font-size: 18px;
      margin: 10px 0;
    }


    /* Gradient Colors */
    .Social_Intern .blue { background: linear-gradient(135deg, #007bff, #00c6ff); }
   .Social_Intern  .orange { background: linear-gradient(135deg, #ff512f, #dd2476); }
    .Social_Intern .green { background: linear-gradient(135deg, #56ab2f, #a8e063); }
    .Social_Intern .teal { background: linear-gradient(135deg, #06beb6, #48b1bf); }
    .Social_Intern .purple { background: linear-gradient(135deg, #8e2de2, #4a00e0); }

    /* Circle Icons */
    .Social_Intern .icon {
      width: 50px;
      height: 50px;
      border-radius: 50%;
      background: rgba(255,255,255,0.2);
      display: flex;
      justify-content: center;
      align-items: center;
      margin: 0 auto 10px auto;
      font-size: 22px;
    }

    /* Footer */
.Social_Intern  .footer-text {
    margin-top: 40px;
    font-size: 18px;
    color: #555;
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.Social_Intern {
    background: #faf5ff;
    padding: 40px 0px;
}
section.image_with_text_one.Scheduling img {
    height: 494px;
}
.main_frid_peronal {
    width: 50%;
    display: grid;
    grid-template-columns: auto auto;
    gap: 39px;
    margin: auto;
    padding-top: 33px;
}
.icon_box {
    background: #f3e7fe;
    width: 56px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
   
}
.new_steps article.bg-white h3 {
    padding-top: 10px;
}
.new_steps .icon_box img {
    height: 19px;
    width: 19px;
}
.main_list {
    display: flex;
    justify-content: center;
    gap: 12px;
}
.main_list span {
    background: #f3e7fe;
    height: 18px;
    border-radius: 50%;
    width: 31px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.main_list span i {
    font-size: 10px;
}
.new_steps ul {
    padding-left: 15px;
}
.new_steps ul li {
    font-size: 14px;
    padding-bottom: 11px;
    list-style: disc;
}

.feature_image img {
    height: 346px;
}


.main-content ul li {
    font-size: 14px;
    padding-bottom: 11px;
    list-style: disc;
}
.heaeder_heading h1 {
    color: #fff;
    width: 48%;
    margin: auto;
    line-height: 61px;
    font-size: 36px;
}
        .single_blog .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }
        
        .single_blog header {
            background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
            color: white;
            padding: 60px 0;
            text-align: center;
            margin-bottom: 40px;
        }
        
       .single_blog header h1 {
            font-size: 2.5rem;
            margin-bottom: 15px;
        }
        
       .single_blog header p {
            font-size: 1.2rem;
            max-width: 800px;
            margin: 0 auto;
            opacity: 0.9;
        }
        
        
        
        .single_blog .main-content {
            background: white;
            padding: 40px;
            border-radius: 8px;
            box-shadow: 0 5px 15px rgba(0,0,0,0.05);
        }
        
       .blog_feature_image img {
    margin: auto;
}
        
        .single_blog h2 {
    color: #1e3c72;
    margin: 30px 0 15px;
    padding-bottom: 10px;
    border-bottom: 2px solid #eaeaea;
    font-size: 26px;
    font-weight: 500;
}
        
       .single_blog  h2:first-child {
            margin-top: 0;
        }
        
        .single_blog p {
            margin-bottom: 20px;
        }
        
       .single_blog  ul, ol {
            margin-left: 20px;
            margin-bottom: 20px;
        }
        
       .single_blog  li {
            margin-bottom: 10px;
        }
        
        .single_blog .cta {
            background: #e9f7fe;
            padding: 20px;
            border-radius: 8px;
            margin: 25px 0;
            border-left: 4px solid #2a5298;
        }
        
        .single_blog .cta a {
            display: inline-block;
            background: #2a5298;
            color: white;
            padding: 10px 20px;
            text-decoration: none;
            border-radius: 4px;
            font-weight: bold;
            margin-top: 10px;
            transition: background 0.3s;
        }
        
       .single_blog  .cta a:hover {
            background: #1e3c72;
        }
        

        
        .single_blog .highlight {
            background: #fff9e6;
            padding: 15px;
            border-radius: 5px;
            border-left: 4px solid #ffc107;
            margin: 20px 0;
        }
        
        
        @media (max-width: 768px) {
           .single_blog .content {
                grid-template-columns: 1fr;
            }
            .feature_image img {
    height: auto;
}
            .single_blog h1 {
                font-size: 2rem;
            }
          .heaeder_heading h1 {
    color: #fff;
    width: 100%;
    margin: auto;
    line-height: 42px;
    font-size: 28px;
}
.single_blog .main-content {
    background: white;
    padding: 3px;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}
.heaeder_heading {
    padding-left: 20px;
    padding-right: 20px;
}
.single_blog .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 20px;
}
        }


/* faq css  */

.custom_faq{
  padding-top: 60px;
  padding-bottom: 60px;
}
.custom_faq .custom_section_heading {
  text-align: center;
  margin-bottom: 40px;
}
  .custom_faq .accordion-item {
    margin: 1rem 0;
    border-radius: 9px;
    overflow: hidden;
    box-shadow: 0px 0px 6px #0000001C;

}

.custom_faq .accordion-item-header {
    padding: 16px 40px 16px 20px;
    font-weight: bold;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
    color: #1A1A1A;
    font-size: 20px;
    line-height: 1.3;
}

.custom_faq .accordion-item-header::after {
    content: "\002B";
    font-size: 32px;
    position: absolute;
    right: 16px;
    color: #041928;
}

.custom_faq .accordion-item-header.active::after {
    content: "\2212";
}

.custom_faq .accordion-item-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out;
}

.custom_faq .accordion-item-body-content {
    padding: 16px 150px 16px 20px;
    line-height: 1.5;
    font-size: 18px;
}

.custom_faq .accordion-item-header.active {
    border-bottom: 1px solid #dcdcdc;
}
.custom_faq .accordion-item-body-content p {
margin: 0px;
}




@media screen and (max-width: 767px) {
section.banner_secton h1 {
    font-size: 30px;
    line-height: 56px;
    color: #fff;
    width: 100%;
    /* margin: auto; */
    font-weight: 700;
}

.main_image_text {
    display: flex;
    flex-direction: column-reverse;
}
.main_image_text h2 {
    font-size: 30px !important;

}
.main_image_text p {
    font-size: 16px;
    width: 100%;
    line-height: 32px;
    padding-bottom: 23px;
}
.boxes_inner {
    display: unset;
 
}
.boxes_sec_fisrt {
     height: auto;
    margin-bottom: 20px;
}

.image_with_text_four .main_image_text h2 {
  
    font-size: 30px !important;
    width: 100%;
 
}
.image_with_text_four .main_image_text p {
    font-size: 16px;
    width: 100%;
    line-height: 32px;
}

.fisrt_content {
    padding: 23px 0px;
}

.image_with_text_five .main_image_text p {
    font-size: 16px;
    width: 100%;
    line-height: 32px;
    padding-left: 0px;
}
.image_with_boxe2 .boxes_inner {
    display: unset;
}

section.image_with_boxe2 h2 {
    font-size: 30px !important;
}

section.image_with_boxe2 h4 {
    color: #000000 !important;
    /* font-family: Dosis !important; */
    font-weight: 500 !important;
    font-style: normal !important;
    font-size: 19px !important;
    text-align: center;
    padding-bottom: 30px;
}
.image_with_text_six .main_image_text h2 {
    color: #000000 !important;
    /* font-family: Dosis !important; */
    font-weight: 700 !important;
    font-style: normal !important;
    font-size: 30px !important;
    width: 100%;
    margin-bottom: 18px;
    line-height: 42px;
}
.image_with_text_six .main_image_text p {
    font-size: 16px;
    width: 100%;
    line-height: 32px;
}

.image_with_text_seven .fisrt_content {
    padding-left: 0px;
}
.image_with_text_seven .main_image_text p {
    font-size: 16px;
    width: 100%;
    line-height: 32px;
}
h2#steps-heading {
    font-size: 30px;
}
.Scheduling._inner h2 {
    color: #000000 !important;
    /* font-family: Dosis !important; */
    font-weight: 700 !important;
    font-style: normal !important;
    font-size: 30px !important;
    text-align: center;
}
.Scheduling._inner {
    width: 100%;
    margin: auto;
    text-align: center;
    margin-bottom: 28px;
}
.Scheduling .main_image_text p {
    font-size: 16px;
    width: 100%;
    line-height: 32px;
}
.Scheduling .main_image_text h2 {
    color: #000000 !important;
    /* font-family: Dosis !important; */
    font-weight: 700 !important;
    font-style: normal !important;
    font-size: 30px !important;
    width: 100%;
    margin-bottom: 18px;
    line-height: 44px;
}

.Social_Intern .step {
    max-width: 319px;
    height: 209px;
}
.Social_Intern  .footer-text {
    margin-top: 40px;
    font-size: 18px;
    color: #555;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
#cta h2.text-5xl.font-bold.mb-6.bg-gradient-to-r.from-white.to-purple-200.bg-clip-text.text-transparent.leading-tight.pb-2 {
    font-size: 29px;
}
.faq-inner h3 {
    
    font-size: 30px !important;
 
}
.custom_faq .accordion-item-body-content {
    padding: 16px 10px 16px 20px;
    line-height: 1.5;
    font-size: 18px;
}
.custom_faq .accordion-item-header {
    padding: 16px 40px 16px 20px;
    font-weight: bold;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
    color: #1A1A1A;
    font-size: 18px;
    line-height: 1.3;
}
}

@media screen and (min-device-width: 768px) and (max-device-width: 1024px) { 
   section.banner_secton h1 {
    font-size: 47px;
    line-height: 78px;
    color: #fff;
    width: 100%;
    /* margin: auto; */
    font-weight: 700;
}
.main_image_text h2 {
    color: #000000 !important;
    /* font-family: Dosis !important; */
    font-weight: 700 !important;
    font-style: normal !important;
    font-size: 27px !important;
    margin-bottom: 18px;
    line-height: 44px;
}
.boxes_inner {
    display: grid;
    grid-template-columns: auto auto;
    margin: auto;
    justify-content: center;
    align-items: center;
    gap: 30px;
}
.boxes_sec_fisrt {
    height: 355px;
}
}

/* ===== Blog post body typography (refactor 2026-04-26) ===== */
.blog-body h2 { font-size: 1.875rem; font-weight: 700; margin: 2rem 0 1rem; color: #111827; }
.blog-body h3 { font-size: 1.5rem; font-weight: 600; margin: 1.5rem 0 0.75rem; color: #1f2937; }
.blog-body p { margin-bottom: 1rem; line-height: 1.75; color: #374151; }
.blog-body a { color: #7827E6; font-weight: 500; }
.blog-body a:hover { text-decoration: underline; }
.blog-body ul, .blog-body ol { margin-bottom: 1rem; padding-left: 1.5rem; }
.blog-body ul { list-style: disc; }
.blog-body ol { list-style: decimal; }
.blog-body li { margin-bottom: 0.5rem; }
.blog-body table { width: 100%; border-collapse: collapse; margin: 1.5rem 0; }
.blog-body th, .blog-body td { border: 1px solid #e5e7eb; padding: 0.75rem; text-align: left; vertical-align: top; }
.blog-body th { background: #f9fafb; font-weight: 600; }
.blog-body img { max-width: 100%; height: auto; border-radius: 0.5rem; margin: 1.5rem 0; }
