body {
    margin: 0px auto;
    background: #ffffff;
    line-height: normal;
    padding: 0px;
    font-family: "Poppins", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    padding: 0px;
    margin: 0 auto;
}

a,
i,
input[type='submit'] {
    transition: all 0.4s ease-in-out 0s;
}

a {
    display: inline-block;
    text-decoration: none !important;
}

a:hover {
    text-decoration: none !important;
}

input[type='submit']:hover {
    cursor: pointer;
}

ul {
    padding: 0px;
    margin: 0 auto;
}

ul li {
    list-style: none;
    padding: 0px;
}

img {
    display: inline-block;
}

header {
    float: left;
    width: 100%;
    padding: 20px 0;
    background: #F9FAFF;
}

header.header nav.navbar.navbar-expand-lg {
    padding: 0;
}

header.header a.navbar-brand {
    padding: 0;
    margin: 0;
}

ul.main-menu li a.nav-link {
    padding: 0 20px !important;
    font-family: "Plus Jakarta Sans", sans-serif;
    text-transform: uppercase;
    font-size: 16px !important;
    line-height: 20px;
    font-weight: 600;
    color: #000000 !important;
}

ul.main-menu li a.nav-link.active,
ul.main-menu li a.nav-link:hover {
    color: #007aff !important;
}

a.header_btn {
    background-color: transparent;
    font-size: 16px;
    font-weight: 400;
    background-image: linear-gradient(90deg, #099773 0%, #3E3B92 100%);
    padding: 12px 20px 12px 20px;
    font-family: "Plus Jakarta Sans", sans-serif;
    color: #ffffff;
    border-radius: 4px;
}

.gap-5 {
    gap: clamp(24px, 1.979vw, 38px);
}

main {
    float: left;
    width: 100%;
}

.blog-details {
    background: #EEF1FF;
    padding: 220px 0 100px !important;
}

.blog-details img {
    border-radius: 16px;
}

.blog-details p {
    padding-bottom: 16px;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    color: #555555;
}

.banner {
    background: #F9FAFF;
    position: relative;
}

img.bannerCircle {
    position: absolute;
    width: 170px;
    top: -50px;
}

.banner h1 {
    font-size: 80px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 90px;
    color: #333333;
    font-family: "Plus Jakarta Sans", sans-serif;
}

.banner h2 {
    font-size: 40px;
    font-weight: 500;
    text-transform: uppercase;
    color: #38448F;
    line-height: 1;
    padding-bottom: 25px;
    position: relative;
}

img.bannerStar {
    position: absolute;
    top: -20px;
    right: 85px;
}

.spin {
    animation: spin 3s linear infinite;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.banner p {
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    color: #555555;
    padding-bottom: 40px;
}

a.custom_btn {
    background-color: transparent;
    font-size: 13px;
    font-weight: 400;
    background-image: linear-gradient(96deg, #099773 0%, #3e3b92 100%);
    padding: 12px 20px 12px 20px;
    color: #ffffff;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #197D7D;
    border-radius: 4px;
    font-family: "Plus Jakarta Sans", sans-serif;
}

a.custom_btn:hover {
    background-color: transparent;
    background-image: linear-gradient(180deg, #099773 0%, #3e3b92 100%);
    box-shadow: 0px 8px 10px 0px rgba(0, 179, 133.99999999999991, 0.6);
}

.marquee_section {
    background-color: transparent;
    background-image: linear-gradient(180deg, #FFFFFF 4%, #f2f4ff 100%);
    padding: 100px 0;
}

.marquee_section marquee {
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, #099773, #3e3b92);
    transform: rotate(-4deg);
    padding: 12px 0;
    font-size: 25px;
    font-weight: 700;
    color: #FFFFFF;
    font-family: "Plus Jakarta Sans", sans-serif;
}

.about_section {
    background: #EEF1FF;
    padding: 50px 0 100px;
}

.about_section h2,
.about_section h1 {
    font-size: 50px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: "Plus Jakarta Sans", sans-serif;
    padding-bottom: 20px;
    color: #333333;
}

.about_section p {
    padding-bottom: 16px;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    color: #555555;
}

.about_section p b {
    font-style: italic;
}

.services_section {
    padding: 50px 0;
    background: #F9FAFF;
}

.services_section h2,
.services_section h1 {
    text-align: center;
    font-size: 50px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: "Plus Jakarta Sans", sans-serif;
}

.services_section p {
    text-align: center;
    padding: 20px 0 50px;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    color: #555555;
}

.row.services {
    padding: 0 85px;
}

.row.services .col-12 {
    margin-bottom: 20px;
}

.service_box {
    border: 1px solid #00000026;
    height: 100%;
    background-color: #FFFFFF;
    padding: 20px;
    border-radius: 20px;
    transition: all 0.4s ease-in-out 0s;
}

.service_box:hover {
    box-shadow: 0px 0px 20px 0px rgba(24.999999999999993, 125, 125, 0.3215686274509804);
}

.servoce_image {
    text-align: center;
    padding-bottom: 20px;
}

.servoce_image img {
    transition: all 0.4s ease-in-out 0s;
}

.servoce_image:hover img {
    transform: scaleX(-1);
}

.service_box h3 {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 24px;
    font-weight: 600;
    padding-bottom: 20px;
    color: #333333;
}

.service_box p,
.service_box ul {
    padding: 0 0 20px;
    text-align: left;
    font-family: "Arial", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #333333;
}

.service_box ul {
    padding-left: 35px;
}

.service_box ul li {
    list-style: disc;
}

.service_box h4 {
    font-size: 20px;
    font-weight: 600;
    color: #38448f;
    font-family: "Plus Jakarta Sans", sans-serif;
}

.text-right {
    text-align: right;
}

.choose_section {
    padding: 50px 0;
    background: #F9FAFF;
}

.choose_section h2 {
    text-align: center;
    padding-bottom: 20px;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 50px;
    font-weight: 600;
    text-transform: uppercase;
    color: #333333;
}

.choose_box {
    height: 100%;
    background: #ffffff;
    border-radius: 20px;
    padding: 10px 10px 20px;
    border: 1px solid #00000026;
    transition: all 0.4s ease-in-out 0s;
}

.choose_box:hover {
    box-shadow: 0px 0px 20px 0px rgba(24.999999999999993, 125, 125, 0.3215686274509804);
}

.choose_box img {
    width: 99px;
}

.choose_box h3 {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
    margin: 20px 0;
    height: 50px;
}

.choose_box p {
    font-size: 16px;
    font-weight: 400;
    color: #555555;
}

.testimonial {
    padding: 30px 0 50px;
    background: #F9FAFF;
}

.testimonial_box {
    background: #EEF1FF;
    padding: 40px 0 110px;
    border-radius: 20px;
    text-align: center;
    border: 1px solid #00000036;
}

.testimonial_box h2 {
    font-family: "Plus Jakarta Sans", sans-serif;
    line-height: 50px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #222222;
    font-size: 50px;
    padding-bottom: 20px;
}

.testimonial_box p {
    font-size: 18px;
    color: #333333;
    padding: 6px 0 20px;
    font-weight: 400;
}

.testimonial_box p img {
    width: 45px;
}

.testimonial_name {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.testimonial_name img {
    width: 80px;
}

.testimonial_name h3 {
    margin: 0;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 20px;
    line-height: 22px;
    font-weight: 700;
    color: #222222;
}

.testimonial_box button.carousel-control-next,
.testimonial_box button.carousel-control-prev {
    bottom: -65px;
    top: auto;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 2px solid #009b7a;
    background: transparent;
    color: #009b7a;
    font-size: 22px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: "Plus Jakarta Sans", sans-serif;
    padding: 1px 2px 10px 2px;
    font-weight: 500;
    opacity: 1;
}

.testimonial_box button.carousel-control-next:hover,
.testimonial_box button.carousel-control-prev:hover {
    background: #009b7a;
    color: #fff;
}

.testimonial_box button.carousel-control-next {
    right: 45%;
}

.testimonial_box button.carousel-control-prev {
    left: 45%;
}

.bookiung_section {
    background-color: transparent;
    background-image: linear-gradient(90deg, #3E3B92 0%, #099773 100%);
    padding: 60px 0;
}

.bookiung_section h2 {
    font-family: "Plus Jakarta Sans", Sans-serif;
    font-size: 50px;
    font-weight: 600;
    text-transform: uppercase;
    color: #FFFFFF;
    padding-bottom: 20px;
}

.bookiung_section p {
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    color: #FFFFFF;
    padding-bottom: 30px;
}

a.custom_btn2 {
    background-color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    fill: #099773;
    color: #099773;
    border-radius: 5px 5px 5px 5px;
    padding: 9px 15px 9px 15px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #197D7D;
}

a.custom_btn2:hover {
    background-color: #02010100;
    color: #FFFFFF;
    border-color: #FFFFFF;
}

.success_stories {
    background: #F9FAFF;
    padding: 50px 0;
}

.success_stories h2 {
    text-align: center;
    font-family: "Plus Jakarta Sans", Sans-serif;
    font-size: 50px;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 35px;
}

.success_stories h3 {
    font-family: "Plus Jakarta Sans", Sans-serif;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 25px;
    padding-bottom: 20px;
}

.success_box {
    background-color: #F9F9FB;
    border: 1px solid #E0E0E0;
    border-radius: 12px;
    margin-bottom: 20px;
}

.success_box .row {
    margin: 0;
}

.success_box .col-md-6.col-12 {
    padding: 25px;
}

.success_box .col-md-6.col-12:last-child {
    background-color: transparent;
    background-image: linear-gradient(94deg, #0061AF 0%, #00B278 100%);
    clip-path: polygon(40px 0%, 100% 0%, 100% 100%, 0% 100%);
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    transition: clip-path 0.3s;
    padding-left: 50px;
}

.success_box h4 {
    font-family: "Plus Jakarta Sans", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #555555;
    text-transform: uppercase;
}

h4.before_title {
    padding-bottom: 33px;
}

h4.before_title img {
    width: 22px;
    margin-right: 10px;
}

.success_box .col-md-6.col-12 p {
    font-size: 14px;
    font-weight: 400;
    color: #555555;
    padding-bottom: 20px;
    line-height: 21px;
}

h4.after_title {
    color: #ffffff;
    padding-bottom: 10px;
}

.success_box .col-md-6.col-12:last-child p {
    color: #ffffff;
    font-size: 12px;
    line-height: 18px;
}

.addon_section {
    padding: 29px 0 50px;
    background: #F9FAFF;
}

.addon_section h2 {
    font-family: "Plus Jakarta Sans", Sans-serif;
    font-size: 50px;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 20px;
}

.addon_section p {
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    color: #555555;
    padding-bottom: 20px;
}

.addon_section .col-md-4.col-12 {
    margin-bottom: 20px;
}

.addon_box {
    background-color: #FFFFFF;
    border-radius: 20px;
    padding: 20px;
    border: 1px solid #0000005E;
    height: 100%;
    transition: background var(--background-transition, .3s), border var(--border-transition, .3s), box-shadow var(--border-transition, .3s), transform var(--e-con-transform-transition-duration, .4s);
}

.addon_box:hover {
    background: linear-gradient(45deg, #3e3b92, #099773);
}

.addon_box a {
    background-color: #197d7d;
    font-family: "Plus Jakarta Sans", Sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #FFFFFF;
    border-radius: 12px 12px 12px 12px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #197D7D;
    padding: 12px 24px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.addon_box:hover a {
    background: #ffffff !important;
    color: #008b7a !important;
}

.addon_box h3 {
    font-family: "Plus Jakarta Sans", Sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
    min-height: 50px;
    color: #333333;
    transition: all 0.3s ease-in-out 0s;
}

.addon_box p {
    padding: 0;
    font-size: 15px;
    line-height: 20px;
    transition: all 0.3s ease-in-out 0s;
}

.addon_box h4 {
    font-family: "Plus Jakarta Sans", Sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
    color: #38448f;
    text-align: right;
    transition: all 0.3s ease-in-out 0s;
}

.addon_box:hover h3,
.addon_box:hover p,
.addon_box:hover h4 {
    color: #ffffff;
}

.faqs {
    padding: 50px 0 70px;
    background: #EEF1FF;
}

.faqs h2 {
    text-align: center;
    font-family: "Plus Jakarta Sans", Sans-serif;
    font-size: 50px;
    font-weight: 600;
    text-transform: uppercase;
}

.faqsAccordions .accordion-item {
    border: 0;
    background: none;
    margin-top: 30px;
}

.faqsAccordions .accordion-item h2.accordion-header button.accordion-button {
    background: none;
    border: 0;
    border-bottom: 1px solid #d5d8dc;
    box-shadow: none;
    padding: 25px 10px 25px 10px;
    font-family: "Plus Jakarta Sans", Sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: #1f2124;
}

.faqsAccordions .accordion-item h2.accordion-header button.accordion-button i.fas {
    position: absolute;
    right: 7px;
    color: #1f2124;
}

.faqsAccordions .accordion-item h2.accordion-header button.accordion-button:after {
    display: none;
}

.faqsAccordions .accordion-item div.accordion-collapse .accordion-body {
    padding: 20px 10px 40px;
    font-family: "Plus Jakarta Sans", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5em;
    color: #000000;
}

.blog_section {
    padding: 70px 0;
}

.blog_section h2,
.blog_section h1 {
    font-family: "Plus Jakarta Sans", Sans-serif;
    font-size: 50px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    color: #333333;
}

.blog_section p {
    padding: 25px 0 35px;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    color: #555555;
}

.blog_box {
    height: 100%;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
    width: 100%;
    min-height: 100%;
    border-radius: 3px;
    border: 0 solid #69727d;
    transition: all 0.4s ease-in-out 0s;
}

.blog_box:hover {
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .15);
}

.blog_content {
    padding: 20px 30px;
}

.blog_content h3 {
    color: #222222;
    font-weight: 600;
    font-family: "Plus Jakarta Sans", Sans-serif;
    font-size: 21px;
}

.blog_content h3 a {
    color: #222222;
}

.blog_content p {
    padding: 25px 0;
    text-align: left;
    line-height: 1.5em;
    font-size: 13px;
    color: #777777;
    font-weight: 400;
}

a.blog_btn {
    text-transform: uppercase;
    font-weight: 500;
    color: #38448f;
    font-size: 12px;
    line-height: 1;
}

.blog_bottom {
    padding: 15px 30px;
    border-top: 1px solid #eaeaea;
}

.blog_bottom ul {
    display: flex;
    align-items: center;
    gap: 6px;
}

.blog_bottom ul li {
    line-height: 1.3em;
    font-size: 12px;
    color: #adadad;
}

.blog_bottom ul li.blog_commment:before {
    content: "•";
    margin-right: 6px;
}

.contact_section {
    padding: 30px 0 50px;
}

.contact_section .col-md-6.col-12 {
    position: relative;
}

.contact_section h2 {
    font-family: "Plus Jakarta Sans", Sans-serif;
    font-size: 50px;
    font-weight: 600;
    text-transform: uppercase;
    color: #333333;
}

.contact_section p {
    padding: 35px 0 25px;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    color: #555555;
}

form.contactForm input,
form.contactForm select,
form.contactForm textarea {
    width: 100%;
    margin-bottom: 10px;
    color: #555555;
    border-radius: 4px;
    font-size: 16px;
    min-height: 47px;
    padding: 6px 16px;
    border: 1px solid #69727d;
}

form.contactForm input[type="submit"] {
    margin: 0;
    color: #ffffff;
    font-family: "Plus Jakarta Sans", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    background-color: #38448f;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #197D7D;
}

img.contactCircle {
    width: 168px;
    position: absolute;
    top: -62px;
    left: -70px;
}

.contact_section img[alt="Contact Image"] {
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.support_section {
    background-color: transparent;
    background-image: linear-gradient(309deg, #099773 0%, #3e3b92 100%);
    padding: 50px 0;
}

.support_section h2 {
    font-family: "Plus Jakarta Sans", Sans-serif;
    font-size: 45px;
    font-weight: 700;
    text-transform: uppercase;
    color: #FFFFFF;
}

.support_section p {
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    color: #FFFFFF;
    max-width: 68%;
    padding: 15px 0 35px;
}

a.custom_btn3 {
    background-color: #FFFFFF;
    font-family: "Plus Jakarta Sans", Sans-serif;
    font-size: 13px;
    font-weight: 500;
    fill: #197D7D;
    color: #197D7D;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-radius: 5px 5px 5px 5px;
    padding: 12px 20px 12px 20px;
}

a.custom_btn3:hover {
    background-color: #09977300;
    color: #FFFFFF;
}

.redHat_section {
    padding: 30px 0;
    background-color: #EEF1FF;
    margin-top: 20px;
}

.redHat_section p {
    padding: 20px 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    color: #000000;
    max-width: 55%;
}

.about_section p.text-left b {
    font-style: normal;
}

.text-left {
    text-align: left;
}

.choose_content p {
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    color: #555555;
    padding-bottom: 20px;
}

.choose_content p:last-child {
    padding-bottom: 0;
}

.blog_section.bg-blue {
    background: #f9faff;
}

.blog_section.bg-blue h1,
.blog_section.bg-blue p {
    text-align: left !important;
}

.blog_box2 {
    width: 100%;
    height: 100%;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-radius: 20px;
    padding: 0px 0px 12px 0px;
    background-color: #FFFFFF;
    border-color: #0997735E;
}

.blog_box2 a {
    width: 100%;
}

.blog_box2 img {
    border-radius: 20px;
    width: 100%;
    height: 210px !important;
    object-fit: cover;
}

.blog_box2 h3 {
    padding: 30px 10px 20px 10px;
    color: #38448F;
    font-family: "Plus Jakarta Sans", Sans-serif;
    font-size: 22px;
    font-weight: 600;
}

.blog_box2 h3 a {
    color: #38448F;
}

.blog_box2 p {
    padding: 0 10px 20px 10px;
    color: #333333;
    font-family: "Arial", Sans-serif;
    font-size: 14px;
    font-weight: 500;
}

ul.post_meta {
    padding: 20px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 33px;
}

ul.post_meta li {
    list-style: disc;
    color: #333333;
    font-family: "Arial", Sans-serif;
    font-size: 14px;
    font-weight: 400;
}

footer {
    float: left;
    width: 100%;
    padding-top: 60px;
}

ul.footer_menu {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 0 50px;
    gap: 36px;
}

ul.footer_menu li a {
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 20px;
    font-family: "Plus Jakarta Sans", sans-serif;
}

ul.footer_menu li a.active,
ul.footer_menu li a:hover {
    color: #007aff;
}

ul.social_contact {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 100px;
    padding-bottom: 14px;
}

ul.social_contact li a {
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    color: #222222;
    font-family: "Plus Jakarta Sans", sans-serif;
    display: flex;
    align-items: center;
    gap: 10px;
}

ul.social_contact li a i {
    font-size: 32px;
    color: #197D7D;
}

.footer_bottom {
    padding: 20px 0;
    border-top: 1px solid #000000;
}

.footer_bottom p {
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
    color: #000000;
    font-family: "Plus Jakarta Sans", sans-serif;
}






/* Responsive Start Here */
@media (min-width: 768px) and (max-width: 992px) {
    header.header nav.navbar.navbar-expand-lg button.navbar-toggler {
        box-shadow: none;
    }

    header.header nav.navbar.navbar-expand-lg div#navbarSupportedContent {
        background: #ffffff;
        text-align: center;
        padding: 20px 0;
        border-radius: 10px;
    }

    .about_section img {
        max-width: 100%;
    }

    .row.services {
        padding: 0;
    }

    .testimonial_box button.carousel-control-prev {
        left: 43%;
    }

    .testimonial_box button.carousel-control-next {
        right: 43%;
    }
}

@media only screen and (max-width: 767px) {
    header.header nav.navbar.navbar-expand-lg button.navbar-toggler {
        box-shadow: none;
    }

    header.header nav.navbar.navbar-expand-lg div#navbarSupportedContent {
        background: #ffffff;
        text-align: center;
        padding: 20px 0;
        border-radius: 10px;
    }

    .banner h1 {
        font-size: 35px;
        line-height: 45px;
    }

    .banner h2 {
        font-size: 30px;
    }

    img.bannerStar {
        display: none;
    }

    .about_section h2,
    .about_section h1 {
        font-size: 30px;
    }

    .about_section img {
        max-width: 100%;
    }

    .row.services {
        padding: 0;
    }

    .services_section h2,
    .services_section h1 {
        font-size: 30px;
    }

    .service_box h4 {
        text-align: center;
    }

    .service_box .text-right {
        text-align: center;
    }

    .choose_section {
        padding: 0;
    }

    .choose_section h2 {
        font-size: 30px;
    }

    .choose_row .col {
        flex: auto;
        margin-bottom: 20px;
    }

    .choose_section .text-center.mt-4 {
        margin: 0 !important;
    }

    .testimonial_box h2 {
        font-size: 30px;
    }

    .testimonial_box button.carousel-control-prev {
        left: 35%;
    }

    .testimonial_box button.carousel-control-next {
        right: 35%;
    }

    .bookiung_section h2 {
        font-size: 30px;
    }

    .success_stories h2 {
        font-size: 30px;
    }

    h4.before_title {
        padding-bottom: 10px;
    }

    .success_box .col-md-6.col-12:last-child {
        clip-path: none;
        border-top-right-radius: 0;
        border-bottom-left-radius: 12px;
        padding-left: 25px;
    }

    .addon_section h2 {
        font-size: 30px;
    }

    .faqs h2 {
        font-size: 30px;
    }

    .blog_section h2,
    .blog_section h1 {
        font-size: 30px;
    }

    .contact_section h2 {
        font-size: 30px;
    }

    form.contactForm {
        margin-bottom: 20px;
    }

    .support_section h2 {
        font-size: 30px;
    }

    .support_section p {
        max-width: 100%;
    }

    .redHat_section p {
        max-width: 100%;
    }

    ul.footer_menu {
        flex-wrap: wrap;
        gap: 15px;
    }

    ul.social_contact {
        flex-wrap: wrap;
        gap: 20px;
    }
}

/* DARK PRICING SECTION – MOBILE PERFECT */
#pricing {
    padding: 100px 20px;
    background: linear-gradient(135deg, #0a0a0a 0%, #1c0d0d 100%);
    text-align: center;
}

#pricing h2 {
    font-size: 2.8rem;
    color: #fff;
    margin-bottom: 60px;
    font-weight: 800;
    text-transform: uppercase;
}

.pricing {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
    gap: 40px;
    max-width: 1000px;
    margin: 0 auto;
}

.pricing .card {
    background: #111;
    border-radius: 24px;
    padding: 50px 30px;
    border: 2px solid #333;
    position: relative;
    transition: all 0.4s;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.6);
}

.pricing .card:hover {
    transform: translateY(-20px);
}

/* Most Popular Card – Red Glow */
.pricing .card:nth-child(2) {
    background: linear-gradient(145deg, #2c0f0f 0%, #1a0000 100%);
    border: 3px solid #ee1c25 !important;
    box-shadow: 0 30px 70px rgba(238, 28, 37, 0.3);
}

.pricing .card:nth-child(2)::before {
    content: "MOST POPULAR";
    position: absolute;
    top: -18px;
    left: 50%;
    transform: translateX(-50%);
    background: #ee1c25;
    color: white;
    padding: 12px 36px;
    font-size: 1rem;
    font-weight: 800;
    border-radius: 50px;
    box-shadow: 0 8px 25px rgba(238, 28, 37, 0.5);
    z-index: 10;
}

.pricing .card h3 {
    font-size: 1.8rem;
    color: #fff;
    margin-bottom: 20px;
}

.pricing .card h3 small {
    display: block;
    font-size: 1rem;
    color: #ff6b6b;
    margin-top: 8px;
}

.pricing .card .price {
    font-size: 6rem;
    color: #ee1c25;
    font-weight: 900;
    margin: 20px 0;
}

.pricing .card .oldprice {
    font-size: 2.2rem;
    color: #666;
    text-decoration: line-through;
}

.pricing .card ul {
    list-style: none;
    padding: 0;
    margin: 30px 0;
}

.pricing .card ul li {
    color: #ddd;
    padding: 10px 0;
    position: relative;
}

.pricing .card ul li:before {
    content: "✓";
    color: #ee1c25;
    font-weight: bold;
    margin-right: 10px;
}

.pricing .card .btn {
    background: #ee1c25;
    color: white;
    padding: 18px 50px;
    border-radius: 50px;
    font-size: 1.4rem;
    font-weight: 700;
    text-decoration: none;
    display: inline-block;
    box-shadow: 0 12px 35px rgba(238, 28, 37, 0.4);
    transition: all 0.3s;
}

.pricing .card .btn:hover {
    background: #ff1e2a;
    transform: translateY(-5px);
}

/* FINAL FIX — NO MORE OVERFLOW ON MOBILE */
@media (max-width: 768px) {
    #pricing .container {
        padding-left: 0 !important;
        padding-right: 0 !important;
        max-width: 100% !important;
    }

    .pricing .card {
        margin-left: auto !important;
        margin-right: auto !important;
        width: 92% !important;
        /* this is the killer line */
        max-width: 360px !important;
    }
}