/*
Theme Name: Brightway Child
Template: brightway
Author: Your Name
Version: 1.0
Description: Child theme of Brightway
*/

:root {
    --bs-danger: #d70808;
    --bs-black: #090f0d;
    --bs-white: #ffffff;
    --deep-red: #ae1e1e;
    --black: #000;
    --bs-font-poppins: "Poppins", sans-serif;
}
body {
    font-weight: 300; 
    font-family: var(--bs-font-poppins) !important; 
    color:  var(--bs-white); 
    font-size: 16px;
    background: linear-gradient(-45deg, #2d0100, #000000, #2d0100, #000000);
      background-size: 400% 400%;
      animation: gradientMove 5s ease infinite;
    }

    @keyframes gradientMove {
      0% { background-position: 0% 50%; }
      50% { background-position: 100% 50%; }
      100% { background-position: 0% 50%; }
    }
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-family: var(--bs-font-poppins) !important;
    color: var(--bs-white);
    font-weight: 500; 
    line-height: 1.2em;
    margin-bottom: 0; 
}
h1 span, .h1 span, h2 span, .h2 span, h3 span, .h3 span, h4 span, .h4 span, h5 span, .h5 span, h6 span, .h6 span {
    background-image: linear-gradient(90deg, #F1F1F1 0%, #135FC2 100%);
    color: transparent;
    background-clip: text;
}
h1, .h1 {
    font-size: 42px;
}
h2, .h2 {
    font-size: 28px;
}
h3, .h3 {
    font-size: 26px;
}
h4, .h4 {
    font-size: 24px;
}
h5, .h5 {
    font-size: 22px;
}
h6, .h6 {
    font-size: 18px;
}
ul {
    padding: 0;
}
li {
    list-style: none;;
}
.btn {
    font-size: 14px;
    font-weight: 500;
    padding: 15px 35px;
    border: 1px solid transparent;
    border-radius: 50px;
    position: relative;
    line-height: 1;
}
.btn:focus {
    outline: none;
    box-shadow: none;
}
.btn-white {
    background-color: var(--bs-white);
    color: var(--bs-black) !important   ;
}
.btn-white:hover {
    background-color: transparent;
    color: var(--bs-white);
    border-color: var(--bs-white);
}
.btn-danger {
    background-color: var(--bs-danger);
    color: var(--bs-white);
}
.btn-danger:hover {
    background-color: var(--bs-dark-blue);
    color: var(--bs-white);
}
.btn-black {
    background-color: var(--bs-black);
    color: var(--bs-white);
}
.btn-black:hover {
    background-color: var(--bs-danger);
    color: var(--bs-white);
}
a, .btn {
    transition: all .5s;
    text-decoration: none;
    color: var(--bs-white);
}
body strong {
    font-weight: 600;
}
section, .section {
    padding: 70px 0;
}
.dropdown:hover .dropdown-menu {
    display: block;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    opacity: 1;
    margin-top: 0;
}

header .navbar-nav > li.active > a {
    color: var(--bs-danger);
    font-weight: 500;
}

header .navbar-nav > li:hover > a {
    color: var(--bs-danger);
}

header .navbar-nav li ul {
    opacity: 0;
    width: 240px;
    margin-top: 20px;
    z-index: 100;
    background: var(--bs-white);
    padding: 10px 0px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    border-top: 5px solid var(--bs-danger);
    transition: all 500ms ease;
    border-left: none;
    border-right: none;
    border-bottom: none;
}

header .navbar-nav li ul li a {
    position: relative;
    display: block;
    line-height: 24px;
    font-weight: 400;
    font-size: 16px;
    color: var(--bs-black);
    text-align: left;
    padding: 14px 0px;
    text-transform: capitalize;
    transition: all 500ms ease;
    border-bottom: 1px solid #dbe5e2;
}

header .navbar-nav li ul li a:hover {
    color: var(--bs-danger);
}

header .navbar-nav li ul li a.active {
    color: var(--bs-danger);
    font-weight: 500;
}

header .navbar-nav li ul li:last-child a {
    border-bottom: none;
}

header .navbar-nav li ul li {
    position: relative;
    width: 100%;
    padding: 0px 20px;
}

.header_logo {
    width: 290px;
}
.header_list {
    /* padding: 0;
    max-width: 0; */
    flex-direction: row;
    /* transition: all 1s ease;
    opacity: 0; */
}
.header_list a {
    font-size: 16px;
    font-weight: 500;
    color: var(--bs-white);
    transition: all 0.5s;
}
header li.nav-item {
    margin: 0 15px;
}

.link-box {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

.link-box .icon-box {
    width: 35px;
    height: 35px;
    background: #132720;
    border-radius: 50px;
    font-size: 15px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.link-box h6 {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    text-transform: uppercase;
}

.link-box h6 a {
    position: relative;
    display: inline-block;
    color: var(--bs-white);
}

.link-box .icon-box img {
    max-width: 22px;
}
/*.price_banner {
    background: url(./images/hero-banner-bg.png) no-repeat center;
    background-size: cover;
    padding: 150px 0;
}*/
/* ===== BASE GLOW ANIMATION LAYER (for all) ===== */

.price_banner_title h1 {
    margin-bottom: 30px;
    font-weight: 700;
}

.price_banner_title p {
    font-size: 22px;
}
.services_provides_cont p span {
    color: var(--bs-danger);
}
ul.provides_list, ul.provides_list_child {
    padding-left: 20px;
}
ul.provides_list > li {
    list-style: disc;
}
ul.provides_list_child > li {
    list-style: circle;
    margin-bottom: 20px;
}

ul.provides_list p {
    margin-bottom: 0;
    margin-bottom: 5px;
}
/*.services_provides {
    background: url(./images/services_provides-bg.jpg) no-repeat center;
    background-size: cover;
}*/
/*.amazing_subscription {
    background: url(./images/amazing_subscription_bg.jpg) no-repeat center;
    background-size: cover;
}*/

.subscription_item {
    background: #fff;
    color: #000;
    padding: 30px;
    border-radius: 30px;
    margin: 0 10px;
    transition: all 0.3s ease-in-out;
}
.subscription_item:hover {
    border-color: #ad1e1e;
    transform: scale(1.05);
    background-color: var(--bs-danger);
    color: white;
}
.subscription_item:hover h5,
.subscription_item:hover p,
.subscription_item:hover span,
.subscription_item:hover h3,
.subscription_item:hover sup,
.subscription_item:hover .fa-circle-check
 {
    color: #ffffff !important;
}
.subscription_item:hover a.btn-black {
    background-color: white;
    color: #000000;
}
.subscription_item_active:hover {
    border-color: #ad1e1e;
    transform: scale(1.05);
    background-color: #ffffff;
    color: #000000;
}
.subscription_item_active:hover h5,
.subscription_item_active:hover p,
.subscription_item_active:hover span,
.subscription_item_active:hover h3,
.subscription_item_active:hover sup,
.subscription_item_active:hover .fa-circle-check
 {
    color: #000000 !important;
}
.subscription_item_active:hover a.btn-black {
    background-color: #000000;
    color: #ffffff;
}

.subscription_item_title h5 {
    color: #000;
    font-weight: 400;
    font-size: 22px;
}

.subscription_item_service {
    margin: 50px 0;
}

.subscription_item_service p {
    font-size: 14px;
    font-weight: 500;
}

.subscription_item_service ul li {
    font-size: 14px;
    margin-bottom: 15px;
    color: #000;
    font-weight: 400;
    display: flex;
}
.subscription_item_service ul li span {
    margin-left: 15px;
}
.subscription_item_service ul li:last-child i {
    color: #ffd600;
}
.subscription_item_service ul li i {
    margin-top: 5px;
}
.subscription_item_price h3 {
    font-size: 40px;
    color: var(--bs-black);
    font-weight: 700;
    margin-bottom: 10px;
}
.subscription_item_price .btn {
    width: 100%;
}
.amazing_subscription_cont p {
    font-size: 14px;
}
.amazing_subscription_cont h2 {
    margin-bottom: 70px;
}
.amazing_subscription_cont h5 {
    margin-bottom: 20px;
    text-align: center;
}
.subscription_plan {
    margin-bottom: 0;
}

.subscription_item_active {
    background: var(--bs-danger);
    color: var(--bs-white);
}
.subscription_item_active .subscription_item_title h5, .subscription_item_active .subscription_item_service ul li, .subscription_item_active .subscription_item_price h3 {
    color: var(--bs-white);
}
.subscription_item_active .btn {
    background-color: var(--bs-white);
    color: var(--bs-black);
}
.subscription_item_active .btn:hover {
    background-color: var(--bs-black);
    color: var(--bs-white);
}

.populer_plan {
    display: flex;
    align-items: center;
    justify-content: end;
    margin-bottom: 5px;
}

.populer_plan p {
    margin-bottom: 0;
    background: #fff;
    color: #000;
    padding: 5px 10px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 500;
}
.subscription_item_inn {
    position: relative;
}

.elite_premium_plan {
    margin-bottom: 0;
}

.elite_premium_plan .slick-track, .subscription_plan .slick-track {
    padding: 20px 0;
    display: flex;
    align-items: center;
}


/* New */

.services_list_price_main {
    padding: 50px 0;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.services_list_price ul li {
    list-style: disc;
    margin-left: 20px;
}
.services_list_price h3 {
    font-size: 40px;
    color: var(--bs-black);
    font-weight: 700;
    margin-bottom: 10px;
}
.amazing_subscription_cont ul li {
    list-style: disc;
    margin-left: 20px;
    margin-bottom: 10px;
}
.subscription_item_active .services_list_price h3 {
    color: var(--bs-white);
}

/*.brand_value {
    background: url(./images/services_provides-bg.jpg) no-repeat center;
    background-size: cover;
}*/
.brand-value-cont {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.verification_status_cont h2 {
    margin-bottom: 40px;
}
.verification_status_cont ul {
    padding-left: 40px;
}
.verification_status_cont ul li {
    font-size: 18px;
    list-style: disc;
    margin-bottom: 20px;
    margin-left: 20px;
}
ul.socials {
    display: flex;
    align-items: center;
    gap: 10px;
}

ul.socials li {
    width: 30px;
    transition: all .5s;
}
ul.socials li img {
    filter: brightness(0) saturate(100%) invert(99%) sepia(3%) saturate(468%) hue-rotate(276deg) brightness(119%) contrast(100%);
    transition: all .5s;
}
ul.socials li:hover {
    transform: scale(1.1);
}
ul.socials li:hover img {
    filter: brightness(0) saturate(100%) invert(13%) sepia(42%) saturate(7468%) hue-rotate(2deg) brightness(116%) contrast(120%);
}
.info {
    display: flex;
    gap: 20px;
    justify-content: end;
}
ul.contacts li a {
    font-size: 12px;
}
ul.contacts li a:hover {
    color: var(--bs-danger);
}
.thank_you {
    background: url(./images/thank-you-bg.png) no-repeat center;
    background-size: cover;
    position: relative;
    overflow: hidden;
}
.thank_you .verification_status_img {
    max-width: 500px;
    margin-left: auto;
    margin-right: -100px;
    margin-bottom: -70px;
}
.verification_status h2 {
    font-size: 32px;
    font-weight: 700;
}
.thank_you h2 {
    font-size: 62px;
    font-weight: 700;
}
.thank_you p {
    font-size: 20px;
    font-weight: 400;
}
.thank_you .verification_status_cont {
    padding-bottom: 100px;
}

.verification_status_img {
    max-width: 400px;
    position: relative;
}
.verification_status_img::before {
    content: '';
    /*background: url(./images/ipad-verify-bg.png) no-repeat center;*/
    background-size: cover;
    display: inline-block;
    width: 350px;
    height: 490px;
    position: absolute;
    right: -60px;
    top: -60px;
    z-index: 1;
}
.verification_status_img img {
    position: relative;
    z-index: 2;
}
/*.verification_status {
    background: url(./images/services_provides-bg.jpg) no-repeat center;
    background-size: cover;
}*/
.brand_value h2 {
    font-size: 42px;
    font-weight: 700;
}
.brand_value p {
    font-size: 20px;
    font-weight: 400;
}
.nav-list-main {
    display: flex;
    background: rgba(255, 255, 255, .1);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 50px;
    padding: 10px;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    overflow: hidden;
}
.header_logo {
    width: 50px;
    background-color: #fff;
    padding: 10px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0;
}
.navbar > .container {
    justify-content: center;
}
/*.services_list_bg {
    background: url(./images/services-list-bg.png) no-repeat center;
    background-size: cover;
}
.services_list_bg2 {
    background: url(./images/services-list-bg-2.png) no-repeat center;
    background-size: cover;
}*/
/* .about-us-sec {
    background: url(./images/about-us-bg-new.jpg) no-repeat center;
    background-size: cover;
} */
.about-us-sec h2 {
    font-size: 42px;
    margin-bottom: 40px;
    font-weight: 700;
}
.about-us-sec h5 {
    font-size: 28px;
    margin-bottom: 20px;
    text-align: center;
}
.about-us-cont {
    background: rgba(255, 255, 255, .1);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, .2);
    padding: 50px;
    border-radius: 40px;
}
.our-services-title {
    max-width: 70%;
    margin: 0 auto;
}
.our-services-title h2 {
    font-size: 42px;
    margin-bottom: 20px;
    font-weight: 700;
    text-align: center;
}
.our-services-title {
    text-align: center;
}
/* .our-services-sec {
    background: url(./images/our-services-bg.jpg) no-repeat center;
    background-size: cover;
} */

.our-services-item {
    background: rgba(255, 255, 255, .1);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, .2);
    padding: 50px 30px;
    border-radius: 20px;
    transition: all .5s;
    height: 100%;
}
.our-services-item:hover {
    border-color: #ffffff;
    transform: scale(1.05);
    background-color: #ffffff;
    color: #000000;
}
.our-services-item:hover h5 {
    color: #000000;
}

.our-services-item h5 {
    font-size: 22px;
    margin-bottom: 20px;
}
.our-services-item p {
    font-size: 14px;
    margin-bottom: 0;
}
/* .home-contact-sec {
    background: url(./images/home-contact-bg.jpg) no-repeat center;
    background-size: cover;
} */
.home-contact-main {
    background: rgba(255, 255, 255, .1);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, .2);
    padding: 50px 30px;
    border-radius: 20px;
    transition: all .5s;
}
.home-contact-title h2 {
    font-size: 32px;
    margin-bottom: 15px;
}
.contact-form .form-control {
    background: rgba(255, 255, 255, .1);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, .2);
    padding: 13px 20px;
    border-radius: 0;
    color: var(--bs-white);
}
.contact-form .form-control:focus {
    outline: none;
    box-shadow: none;
    border-color: var(--bs-white);
}
.error-msg {
    position: absolute;
    font-size: 14px; 
    bottom: -20px; 
    left: 15px;
    color: var(--bs-danger);
}
.form-control::placeholder {
    color: white !important;
    opacity: 1;
}
.nav-list-main:hover .header_list {
    max-width: 500px;
    opacity: 1;
}
header.header_section {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
}

.client-sec-title {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
}
.client-sec-title h2 {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 20px;
}
.brand-inner-one {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
}
.brand-inner-one img {
    width: 129px;
    height: 50px;
}
.brand-item-one {
    padding: 60px 0;
    max-width: 323px;
    width: 100%;
    text-align: center;
    position: relative;
    background: rgba(255, 255, 255, .1);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, .2);
}
.brand-item-one img {
    filter: brightness(0) saturate(100%) invert(66%) sepia(4%) saturate(21%) hue-rotate(354deg) brightness(86%) contrast(88%);
    transition: all 0.5s;
}
.brand-item-one:hover img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(5%) saturate(19%) hue-rotate(164deg) brightness(105%) contrast(100%);
}
/* .client-sec {
    background: url(./images/about-us-bg-new.jpg) no-repeat bottom center;
    background-size: cover;
} */

.home_banner {
    padding: 200px 0;
    height: 100vh;
}
.home_banner .hero-title {
    font-size: 62px;
    font-weight: 700;
    margin-bottom: 20px;
}

.home_banner .hero-subtitle {
    font-size: 18px;
    max-width: 800px;
    margin: 0 auto 40px;
}
.btn-white:hover {
    background: var(--bs-danger);
    color: var(--bs-white) !important;
}
/*.why_choose_sec {
    background: url(./images/about-us-bg-new-2.jpg) no-repeat bottom left;
    background-size: auto;
}*/
.why_choose_sec h2 {
    font-size: 42px;
    margin-bottom: 20px;
    font-weight: 700;
}
.bg-danger {
    background-color: var(--bs-danger) !important;
}
.why_choose_counter {
    background: rgba(255, 255, 255, .1);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, .2);
    padding: 50px 30px;
    border-radius: 20px;
}
.stat-number {
    font-size: 42px;
    font-weight: 700;
    color: var(--bs-danger);
}
.why_choose_sec h5 {
    font-size: 20px;
    margin-bottom: 10px;
}
.why_choose_sec p {
    font-size: 16px;
    margin-bottom: 0;
}
.testimonial_slider {
    max-width: 1000px;
    margin: 0 auto;
    margin-top: 50px;
}

.testimonial_item {
    padding: 50px;
    margin-inline: auto;
    width: 78%;
    border-radius: 12px;
    position: relative;
    background: rgba(255, 255, 255, .1);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, .2);
    margin: 0 20px;
}
.testimonial_item .quote-img {
    position: absolute;
    top: calc(20px + .00625 * (100vw - 320px));
    right: calc(20px + .00625 * (100vw - 320px));
}
.testimonial_item p {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.5;
    width: 70%;
    margin-inline: auto;
    text-align: center;
}
.testimonial_item .about-rating-list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 20px;
}
.testimonial_item .profile-flex {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}
.profile-flex img {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: #fff;
    padding: 5px;
}
.profile-flex h4 {
    font-weight: 400;
    font-size: 18px;
}
.profile-flex p {
    font-size: 14px;
    text-align: left;
    width: 100%;
    margin-bottom: 0;
}
.home-contact-info {
    background: rgba(255, 255, 255, .1);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, .2);
    padding: 50px 30px;
    border-radius: 20px;
    transition: all .5s;
}
.home-contact-info h2 {
    font-size: 32px;
    margin-bottom: 30px;
}
.info-main-ic {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--bs-danger);
    width: 48px;
    height: 48px;
    border-radius: 5px;
    margin-right: 15px;
}
.info-main p {
    margin-bottom: 0;
    font-size: 14px;
}
/*.home-page {
    background: url(./images/about-us-bg-new.jpg) repeat center;
    background-size: cover;
}*/
.main-footer {
    background-color: #000000;
    padding: 50px 0 20px;
}
.footer-iphone
 {
    background: rgba(255, 255, 255, .1);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, .2);
    padding: 50px 20px;
    border-radius: 40px;
}
footer p {
    font-size: 14px;
    margin-bottom: 10px;
}
.quick-links {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    align-items: center;
    justify-content: end;
    margin-bottom: 10px;
}
.quick-links-main {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: end;
}
.quick-links li a {
    font-size: 14px;
    color: #b4b4b4;
}
.quick-links li a:hover {
    color: var(--bs-danger);
}
.quick-links-main h6 {
    margin-bottom: 10px;
}
.service_btn {
    text-align: center;
    margin-top: 30px;
}





@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1380px !important;
    }
}

@media (max-width: 1199px) {
    h2, .h2 {
        font-size: 46px;
    }
    h3, .h3 {
        font-size: 32px;
    }
    .subscription_item_active {
        transform: scale(1);
    }
    .elite_premium_plan .slick-track, .subscription_plan .slick-track {
        display: block;
    }
    .verification_status_img::before {
        right: 0;
    }
}
@media (max-width: 991px) {
    .home_banner {
        height: auto;
    }
    .home_banner .hero-title {
        font-size: 42px;
    }
    .price_banner .row .col-lg-6:first-child {
        order: 2;
    }
    .verification_status_img::before {
        display: none;
    }
    .thank_you .verification_status_img {
        margin: 0 auto;
    }
    .verification_status_img {
        margin: 0 auto;
    }
    .price_banner {
        padding-bottom: 70px;
    }
    .price_banner_title h1 {
        font-size: 42px;
    }
    .amazing_subscription_cont h2 {
        margin-bottom: 20px;
        font-size: 32px;
    }
    .brand_value h2 {
        font-size: 32px;
    }
    .brand-value-cont {
        gap: 30px;
    }
    .verification_status_cont h2 {
        margin-bottom: 20px;
    }
    .thank_you h2 {
        font-size: 42px;
    }
}
@media (max-width: 767px) {
    .home_banner .hero-title {
        font-size: 32px;
    }
    .home-contact-sec, .main-footer {
        overflow: hidden;
    }
    h2, .h2 {
        font-size: 36px;
    }
    h3, .h3 {
        font-size: 28px;
    }
    h4, .h4 {
        font-size: 26px;
    }
    h5, .h5 {
        font-size: 24px;
    }
    footer p {
        text-align: center;
    }
    .quick-links-main {
        align-items: center;
    }
    .quick-links {
        justify-content: center;
    }
    .our-services-title {
        max-width: 100%;
    }
    .brand-item-one {
        max-width: 100%;
        display: flex !important;
        align-items: center;
        justify-content: center;
    }
    .about-us-cont {
        padding: 40px 20px;
        border-radius: 20px;
    }
    .about-us-sec h2, .our-services-title h2, .client-sec-title h2, .why_choose_sec h2 {
        font-size: 32px;
    }
    .home-contact-title h2, .home-contact-info h2 {
        font-size: 24px;
    }
    .testimonial_item {
        padding: 50px 15px;
    }
    .testimonial_item p {
        font-size: 14px;
        width: 100%;
    }
    .client-sec {
        padding: 0;
    }
    .our-services-item h5 {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .about-us-sec h5 {
        font-size: 22px;
    }
    body {
        font-size: 16px;
    }
    .home-contact-sec {
        padding: 30px 0;
    }
    section, .section {
        padding: 50px 0;
    }
    .price_banner_title p, .brand_value p, .verification_status_cont ul li, .thank_you p {
        font-size: 16px;
    }
    .amazing_subscription_cont h2, .verification_status h2 {
        font-size: 28px;
    }
    .verification_status_cont ul {
        padding-left: 0;
    }
    .thank_you h2 {
        font-size: 32px;
    }
    .info {
        flex-wrap: wrap;
        justify-content: left;
        margin-top: -50px;
        gap: 0;
    }
    .thank_you .verification_status_cont {
        padding-bottom: 30px;
    }
    .verification_status_img, .brand-value-img, .services_list, .subscription_plan, .elite_premium_plan, .services_provides_img {
        margin-top: 30px;
    }
    .price_banner {
        overflow: hidden;
        padding-top: 120px;
    }
    .price_banner_img {
        max-width: 300px;
        margin: 0 auto;
    }
    .price_banner_title h1 {
        font-size: 36px;
        margin-bottom: 20px;
    }
    .client-sec, .our-services-sec, .why_choose_sec {
        padding-bottom: 0;
    }
}

@media (max-width: 575px) {
    h2, .h2 {
        font-size: 32px;
    }
    h3, .h3 {
        font-size: 26px;
    }
    h4, .h4 {
        font-size: 24px;
    }
    h5, .h5 {
        font-size: 22px;
    }
    h6, .h6 {
        font-size: 20px;
    }
    
}