/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- import Fonts ---------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@font-face {
    font-family: "Righteous";
    src: url("../fonts/BalooChettan-Regular.ttf");
    src: url("../fonts/BalooChettan-Regular.ttf");
}


/*****---------------------------------------- 1) font-family: 'Rajdhani', sans-serif;
 2) font-family: 'Poppins', sans-serif;
 ----------------------------------------*****/


/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(animate.min.css);
@import url(normalize.css);
@import url(icomoon.css);
@import url(css/font-awesome.min.css);
@import url(meanmenu.css);
@import url(owl.carousel.min.css);
@import url(swiper.min.css);
@import url(slick.css);
@import url(jquery.fancybox.min.css);
@import url(jquery-ui.css);
@import url(nice-select.css);

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

* {
    box-sizing: border-box !important;
    transition: ease all 0.5s;
}

html {
    scroll-behavior: smooth;
}

body {
    color: #1f2937;
    font-size: 14px;
    line-height: 1.80857;
    font-weight: normal;
    overflow-x: hidden;
    font-family: 'Poppins', sans-serif;
    background: #f5f7fb;
}

.eyebrow {
    display: inline-block;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(124, 58, 237, 0.12);
    color: #7c3aed;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-size: 11px;
    margin-bottom: 18px;
}

a {
    color: #1f1f1f;
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0;
    font-weight: normal;
    position: relative;
    padding: 0 0 10px 0;
    font-weight: normal;
    line-height: normal;
    color: #111111;
    margin: 0
}

h1 {
    font-size: 24px
}

h2 {
    font-size: 22px
}

h3 {
    font-size: 18px
}

h4 {
    font-size: 16px
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 13px
}

*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #212121;
    text-decoration: none!important;
    opacity: 1
}

button:focus {
    outline: none;
}

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

p {
    margin: 20px;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
}

a {
    color: #222222;
    text-decoration: none;
    outline: none !important;
}

a,
.btn {
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

img {
    max-width: 100%;
    height: auto;
}

 :focus {
    outline: 0;
}

.paddind_bottom_0 {
    padding-bottom: 0 !important;
}

.btn-custom {
    margin-top: 20px;
    background-color: transparent !important;
    border: 2px solid #ddd;
    padding: 12px 40px;
    font-size: 16px;
}

.lead {
    font-size: 18px;
    line-height: 30px;
    color: #767676;
    margin: 0;
    padding: 0;
}

.form-control:focus {
    border-color: #ffffff !important;
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
    border: none !important;
}

.badge {
    font-weight: 500;
}

blockquote {
    margin: 20px 0 20px;
    padding: 30px;
}

button {
    border: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.full {
    float: left;
    width: 100%;
}

.layout_padding {
    padding-top: 90px;
    padding-bottom: 0px;
}

.padding_0 {
    padding: 0px;
}


/* header section start */

.header_section {
    width: 100%;
    float: left;
    background: linear-gradient(135deg, #0f172a 0%, #111827 35%, #1d4ed8 100%);
    height: auto;
    background-size: cover;
    padding: 0px 0px 20px 0px;
    position: relative;
}

.header_section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top right, rgba(124,58,237,0.35), transparent 40%);
    pointer-events: none;
}

.header_main,
.banner_section,
.services_section,
.about_section,
.stats_section,
.cta_section,
.footer_section,
.copyright_section,
.contact_section,
.pricing_section,
.pricing_compare_section,
.legal_section {
    position: relative;
    z-index: 1;
}

.header_main {
    position: relative;
    z-index: 20;
}

.bg-light {
    background-color: transparent !important;
}

.logo {
    width: 100%;
    float: left;
    text-align: center;
    padding: 20px 0px 50px 0px;
}

.logo a,
.logo_mobile a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border-radius: 26px;
    overflow: hidden;
    box-shadow: 0 20px 45px rgba(76, 29, 149, 0.32), inset 0 1px 0 rgba(255,255,255,0.14);
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.94), rgba(88, 28, 135, 0.58));
    border: 1px solid rgba(255,255,255,0.11);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    animation: brandFloat 5s ease-in-out infinite;
}

.logo a::before,
.logo_mobile a::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, transparent 0%, rgba(255,255,255,0.18) 30%, transparent 60%);
    transform: translateX(-135%);
    animation: shine 5s ease-in-out infinite;
}

.logo a:hover,
.logo_mobile a:hover {
    transform: translateY(-3px) scale(1.01);
    box-shadow: 0 26px 55px rgba(76, 29, 149, 0.4), inset 0 1px 0 rgba(255,255,255,0.18);
}

.logo img,
.logo_mobile img {
    display: block;
    width: min(620px, 80vw);
    max-width: 100%;
    height: auto;
    filter: drop-shadow(0 12px 25px rgba(124, 58, 237, 0.22));
}

.logo_mobile {
    width: 100%;
    float: left;
    text-align: center;
    padding-bottom: 20px;
}

.mobile_menu {
    width: 100%;
    float: left;
    display: none;
}

.navbar-light .navbar-nav .nav-link {
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: rgba(255,255,255,0.88);
    font-weight: 600;
}

.navbar-nav {
    align-items: center;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
    border-radius: 20px;
    border: 2px solid #fff;
    color: #fff;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 20px;
    padding-left: 20px;
}

.nav-item {
    position: relative;
}

.menu_main {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    position: relative;
    z-index: 30;
}

.menu_main ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-flex;
    gap: 10px;
    background: rgba(15, 23, 42, 0.28);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 999px;
    padding: 8px 14px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.menu_main li {
    float: left;
    position: relative;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #fff;
    border-radius: 40px;
}

.menu_main li a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    color: rgba(255,255,255,0.9);
    padding: 10px 20px;
    border-radius: 999px;
    font-weight: 600;
    transition: all 0.25s ease;
}

.menu_main li a:hover,
.menu_main li.active a {
    color: #ffffff;
    background: linear-gradient(135deg, rgba(124,58,237,0.35), rgba(29,78,216,0.35));
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.06);
}

.page_dropdown {
    position: relative;
}

.page_dropdown > a {
    position: relative;
}

.page_dropdown > a::after {
    content: "\f107";
    font-family: FontAwesome;
    margin-left: 8px;
    font-size: 12px;
}

.page_dropdown .dropdown-menu {
    position: absolute;
    top: calc(100% + 12px);
    left: 50%;
    transform: translateX(-50%) translateY(8px);
    min-width: 230px;
    padding: 10px;
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 18px;
    background: rgba(15, 23, 42, 0.96);
    box-shadow: 0 24px 48px rgba(15,23,42,0.35);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
    z-index: 100;
}

.page_dropdown .dropdown-menu.show {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(-50%) translateY(0);
}

.page_dropdown .dropdown-item {
    padding: 12px 14px;
    border-radius: 10px;
    color: #eef2ff;
    font-size: 14px;
    line-height: 1.4;
    text-transform: none;
    font-weight: 500;
}

.page_dropdown .dropdown-item:hover,
.page_dropdown .dropdown-item:focus {
    background: linear-gradient(135deg, rgba(124,58,237,0.22), rgba(29,78,216,0.18));
    color: #fff;
}

.page_dropdown .dropdown-item + .dropdown-item {
    margin-top: 4px;
}

.page_dropdown > a.dropdown-toggle::after {
    border-top-color: rgba(255,255,255,0.8);
    margin-left: 10px;
    vertical-align: middle;
}

.reveal {
    opacity: 0;
    transform: translateY(36px);
    transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal-left {
    transform: translateX(-40px);
}

.reveal-right {
    transform: translateX(40px);
}

.reveal-up {
    transform: translateY(36px);
}

.reveal.visible {
    opacity: 1;
    transform: translate(0, 0);
}

.mb-lg-0,
.my-lg-0 {
    margin-bottom: 0!important;
    width: 20%;
    float: left;
}

.header_main {
    width: 100%;
    background-image: url(../images/header-bg.png);
    background-size: 100%;
    padding: 10px 0px 0px 0px;
}

@keyframes brandFloat {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-4px); }
}

@keyframes shine {
    0% { transform: translateX(-135%); }
    30%, 100% { transform: translateX(135%); }
}

@media (max-width: 991px) {
    .mobile_menu {
        display: block;
    }

    .logo {
        display: none;
    }

    .menu_main {
        display: none;
    }

    .page_dropdown .dropdown-menu {
        position: static;
        transform: none;
        min-width: 100%;
        margin-top: 10px;
        background: rgba(255,255,255,0.06);
        border: 0;
        box-shadow: none;
    }

    .page_dropdown .dropdown-menu.show {
        transform: none;
    }
}


/* header section end */


/* banner section start */

.banner_section {
    width: 100%;
    float: left;
    padding-bottom: 120px;
    padding-top: 40px;
}

.banner_wrapper {
    display: flex;
    align-items: center;
    gap: 40px;
}

.banner_content {
    width: 55%;
    padding: 20px 0;
}

.banner_visual {
    width: 45%;
    display: flex;
    justify-content: center;
}

.banner_visual img {
    width: 100%;
    max-width: 550px;
    border-radius: 28px;
    box-shadow: 0 25px 60px rgba(15, 23, 42, 0.28);
    object-fit: cover;
    min-height: 360px;
}

.banner_taital {
    width: 100%;
    float: left;
    font-size: 76px;
    color: #ffffff;
    font-weight: bold;
    text-align: left;
    text-transform: none;
    font-family: 'Poppins', sans-serif;
    line-height: 1.05;
    margin-bottom: 18px;
}

.banner_text {
    width: 100%;
    margin: 0 0 24px;
    font-size: 18px;
    color: rgba(255,255,255,0.9);
    text-align: left;
    max-width: 560px;
}

.banner_actions {
    display: flex;
    gap: 18px;
    align-items: center;
    flex-wrap: wrap;
}

.read_bt {
    width: auto;
    margin: 0;
    text-align: center;
}

.read_bt.secondary a {
    background: transparent;
    border: 1px solid rgba(255,255,255,0.5);
    color: #fff;
}

.read_bt a {
    width: auto;
    float: left;
    font-size: 16px;
    color: #141414;
    background-color: #ffffff;
    text-align: center;
    padding: 14px 28px;
    border-radius: 30px;
    margin-top: 0;
    font-weight: 600;
}

.read_bt a:hover {
    background-color: #7c3aed;
    color: #ffffff;
}


/* banner section end */


/* services section start */

.services_section {
    width: 100%;
    float: left;
    padding-bottom: 90px;
    background: #f5f7fb;
}

.services_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #111827;
    font-weight: bold;
}

.services_text {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #475569;
    margin: 0px;
    max-width: 700px;
}

.services_section_2 {
    width: 100%;
    float: left;
    margin-top: 60px;
}

.service_cards .col-md-4 {
    margin-bottom: 28px;
}

.service_card {
    background: #fff;
    border: 1px solid rgba(148,163,184,0.18);
    border-radius: 22px;
    padding: 28px 22px;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.04);
    height: 100%;
}

.service_card.active {
    background: linear-gradient(180deg, #111827 0%, #1d4ed8 100%);
    color: #fff;
}

.service_card.active h3,
.service_card.active p {
    color: #fff;
}

.service_number {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    color: #7c3aed;
    margin-bottom: 10px;
}

.service_card.active .service_number {
    color: rgba(255,255,255,0.8);
}

.service_card h3 {
    font-size: 22px;
    color: #111827;
    font-weight: 700;
    margin-bottom: 12px;
}

.service_card p {
    margin: 0;
    color: #475569;
    font-size: 15px;
}

.services_img {
    width: 100%;
    float: left;
    text-align: center;
}

.btn_main {
    width: 170px;
    margin: 0 auto;
    text-align: center;
}

.btn_main a {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    background-color: #2b2278;
    text-align: center;
    padding: 10px 0px;
    border-radius: 30px;
    font-weight: bold;
    margin-top: 40px;
    text-transform: uppercase;
}

.btn_main a:hover {
    color: #ffffff;
    background-color: #000d10;
}

.btn_main.active a {
    color: #ffffff;
    background-color: #000d10;
}


/* services section end */


/* about section start */

.about_section {
    width: 100%;
    float: left;
    padding-bottom: 90px;
    background:
        radial-gradient(circle at 88% 20%, rgba(124,58,237,0.1), transparent 38%),
        linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.about_taital_main {
    width: 100%;
    padding-left: 100px;
    padding-top: 30px;
    padding-right: 24px;
}

.about_kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(124,58,237,0.1);
    color: #5b21b6;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.padding_right_0 {
    padding-right: 0px;
}

.about_taital {
    width: 100%;
    float: left;
    font-size: clamp(2rem, 3.8vw, 3.3rem);
    color: #0f172a;
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1.1;
}

.about_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #475569;
    margin: 0px;
    padding-top: 18px;
    line-height: 1.75;
    max-width: 640px;
}

.readmore_bt {
    width: 170px;
    float: left;
    margin-top: 32px;
}

.readmore_bt a {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    background: linear-gradient(135deg, #7c3aed 0%, #1d4ed8 100%);
    text-align: center;
    padding: 12px 0px;
    border-radius: 30px;
    font-weight: bold;
    text-transform: uppercase;
    box-shadow: 0 16px 26px rgba(124,58,237,0.28);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.readmore_bt a:hover {
    color: #ffffff;
    background: linear-gradient(135deg, #6d28d9 0%, #1e40af 100%);
    transform: translateY(-2px);
    box-shadow: 0 20px 30px rgba(124,58,237,0.34);
}

.about_img {
    width: 100%;
    float: left;
    border-radius: 28px;
    box-shadow: 0 25px 50px rgba(15, 23, 42, 0.12);
}


/* contact section end */


/* blog section start */

.blog_section {
    width: 100%;
    float: left;
    background-image: url(../images/blog-bg.png);
    height: auto;
    background-repeat: no-repeat;
    background-size: 100%;
    padding-bottom: 345px;
    padding-top: 200px;
}

.blog_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #ffffff;
    font-weight: bold;
    padding-top: 30px;
    text-align: center;
}

.blog_text {
    width: 80%;
    margin: 0 auto;
    font-size: 16px;
    color: #ffffff;
    padding-top: 40px;
    text-align: center;
}

.play_icon_main {
    width: 100%;
    margin-top: 150px;
    float: left;
}

.play_icon {
    width: 200px;
    margin: 0 auto;
    position: relative;
    z-index: 5;
}

.play_icon::before {
    content: '';
    position: absolute;
    top: 49%;
    left: 70px;
    width: 130px;
    height: 130px;
    transform: translate(-50%, -50%);
    background-color: #ffffff;
    border-radius: 100%;
    z-index: -1;
    animation: fadeEffect 1.3s infinite ease;
    box-shadow: 0px 0px 10px 0px;
    right: inherit;
}

@keyframes fadeEffect {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1
    }
    100% {
        transform: translate(-50%, -50%) scale(1.2);
        opacity: 0;
    }
}

.margin_top_90{
    margin-top: 90px;
}
/* blog section end */


/* client section start */

.client_section {
    width: 100%;
    float: left;
    padding-bottom: 160px;
}

.client_taital {
    width: 100%;
    font-size: 40px;
    color: #131313;
    font-weight: bold;
    padding-top: 30px;
    text-align: center;
}

.client_section_2 {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    background-color: #ffffff;
    box-shadow: 0px 1px 16px -6px;
    border-radius: 30px;
    padding: 50px 70px;
    margin-top: 50px;
}

.client_main {
    width: 100%;
    display: flex;
}

.box_left {
    width: 48%;
}

.box_right {
    width: 48%;
    float: right;
    padding-top: 65px;
    margin-left: 30px;
}

.lorem_text {
    width: 100%;
    font-size: 16px;
    text-align: center;
    margin: 0px;
    color: #0d0d0d;
    border: 1px solid #0d0d0d;
    padding: 90px 30px;
    border-radius: 30px;
}

.client_taital_left {
    width: 40%;
    float: left;
}

.client_taital_right {
    width: 60%;
    float: left;
}

.client_img {
    width: 100%;
    float: left;
    text-align: left;
}

.quick_icon {
    width: 100%;
    float: left;
    text-align: center;
    padding-top: 30px;
}

.client_name {
    width: 100%;
    float: left;
    font-size: 24px;
    color: #012628;
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
    padding-top: 53px;
    padding-bottom: 0px;
}

.customer_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #085a57;
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
    margin: 0px;
}

.carousel-indicators li {
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background-color: #8781bd;
    bottom: -130px;
}

.carousel-indicators .active {
    background-color: #2b2278;
}


/* client section end */


/* choose section start */

.choose_section {
    width: 100%;
    float: left;
    padding-bottom: 90px;
}

.choose_taital {
    width: 100%;
    font-size: 40px;
    color: #1f1f1f;
    font-weight: bold;
    text-align: center;
}

.choose_text {
    width: 70%;
    margin: 0 auto;
    font-size: 16px;
    color: #1f1f1f;
    padding-top: 30px;
    text-align: center;
}

.read_bt_1 {
    width: 170px;
    margin: 0 auto;
    text-align: center;
}

.read_bt_1 a {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    background-color: #000d10;
    text-align: center;
    padding: 10px 0px;
    border-radius: 30px;
    margin-top: 50px;
    font-weight: bold;
    text-transform: uppercase;
}

.read_bt_1 a:hover {
    background-color: #2b2278;
    color: #ffffff;
}

.newsletter_box {
    width: 100%;
    border: 1px solid rgba(148,163,184,0.35);
    border-radius: 25px;
    padding: 24px 30px;
    display: flex;
    margin-top: 90px !important;
    float: left;
    background: linear-gradient(135deg, rgba(124,58,237,0.08), rgba(29,78,216,0.08));
    align-items: center;
}

.let_text {
    width: 100%;
    font-size: 40px;
    color: #111827;
    font-weight: bold;
    padding-bottom: 0px;
}

.getquote_bt {
    width: 220px;
    padding-top: 6px;
}

.getquote_bt a {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    background-color: #7c3aed;
    text-align: center;
    padding: 12px 0px;
    border-radius: 30px;
    font-weight: bold;
}

.getquote_bt a:hover {
    background-color: #1d4ed8;
    color: #ffffff;
}


/* choose section end */

/* contact section start */

.contact_section {
    width: 100%;
    float: left;
    padding: 90px 0 100px;
    background:
        radial-gradient(circle at top left, rgba(124,58,237,0.12), transparent 35%),
        linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
}

.contact_section .container {
    max-width: 1180px;
}

.contact_taital {
    width: 100%;
    float: none;
    display: block;
    font-size: clamp(2.2rem, 4vw, 3.5rem);
    color: #0f172a;
    text-align: center;
    font-weight: 800;
    letter-spacing: -0.04em;
    margin-bottom: 30px;
}

.contact_layout {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.25fr);
    gap: 30px;
    align-items: start;
    margin-top: 40px;
}

.contact_details {
    width: 100%;
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.96), rgba(30, 41, 59, 0.96));
    border: 1px solid rgba(148,163,184,0.18);
    border-radius: 28px;
    padding: 32px 28px;
    box-shadow: 0 22px 48px rgba(15,23,42,0.12);
    position: relative;
    overflow: hidden;
}

.contact_details::before {
    content: "";
    position: absolute;
    inset: 0 auto auto 0;
    width: 180px;
    height: 180px;
    background: radial-gradient(circle, rgba(124,58,237,0.28), transparent 70%);
}

.contact_details > * {
    position: relative;
    z-index: 1;
}

.contact_details h3 {
    color: #f8fafc;
    font-size: clamp(1.7rem, 2vw, 2.2rem);
    margin-bottom: 18px;
    font-weight: 700;
}

.contact_details p,
.contact_details li,
.contact_details a {
    color: rgba(226, 232, 240, 0.9);
    font-size: 16px;
    line-height: 1.7;
}

.contact_details p {
    margin-bottom: 20px;
}

.contact_details ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.contact_details li {
    margin-bottom: 14px;
    padding-left: 18px;
    position: relative;
}

.contact_details li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #a78bfa;
    font-size: 20px;
    line-height: 1;
    top: 2px;
}

.contact_details a {
    color: #c4b5fd;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.email_text {
    width: 100%;
    margin: 0;
    background: rgba(255,255,255,0.9);
    border: 1px solid rgba(124,58,237,0.12);
    border-radius: 28px;
    padding: 28px;
    box-shadow: 0 18px 40px rgba(15,23,42,0.08);
    text-align: left;
}

.form-group {
    margin-bottom: 18px;
}

.email-bt,
.massage-bt {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #1f2937;
    padding: 14px 16px;
    border: 1px solid rgba(124,58,237,0.28) !important;
    border-radius: 14px;
    background: #ffffff;
    transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.email-bt:focus,
.massage-bt:focus {
    border-color: rgba(124,58,237,0.75) !important;
    box-shadow: 0 0 0 4px rgba(124,58,237,0.1);
    outline: none;
}

.massage-bt {
    min-height: 150px;
    resize: vertical;
}

.send_btn {
    width: 185px;
    margin-top: 10px;
    text-align: center;
}

.send_btn a {
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: #ffffff;
    border-radius: 999px;
    background: linear-gradient(135deg, #7c3aed 0%, #1d4ed8 100%);
    padding: 14px 18px;
    font-weight: 700;
    box-shadow: 0 16px 28px rgba(124,58,237,0.28);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.send_btn a:hover {
    color: #ffffff;
    background: linear-gradient(135deg, #6d28d9 0%, #1e40af 100%);
    transform: translateY(-2px);
    box-shadow: 0 20px 30px rgba(124,58,237,0.34);
}

@media (max-width: 991px) {
    .contact_layout {
        grid-template-columns: 1fr;
    }

    .contact_details,
    .email_text {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .contact_section {
        padding-top: 70px;
        padding-bottom: 80px;
    }

    .contact_taital {
        margin-bottom: 16px;
    }

    .email_text {
        padding: 20px 16px;
    }

    .send_btn {
        width: 100%;
    }
}
/* contact section end */



/* footer section start */

.footer_section {
    width: 100%;
    float: left;
    background: linear-gradient(180deg, #0f172a 0%, #111827 100%);
    height: auto;
    padding-top: 70px;
    background-size: cover;
    padding-bottom: 30px;
    background-repeat: no-repeat;
}

.footer_main_row {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    flex-wrap: wrap;
}

.footer_col {
    flex: 1;
    min-width: 170px;
}

.footer_logo img {
    width: 180px;
    margin-bottom: 20px;
}

.footer_brand p,
.footer_col li a,
.footer_col h4 {
    color: #e2e8f0;
}

.footer_col h4 {
    font-size: 20px;
    margin-bottom: 18px;
    font-weight: 700;
}

.footer_col li {
    margin-bottom: 10px;
}

.footer_brand p {
    margin: 0;
    max-width: 260px;
}

.input_btn_main {
    width: 50%;
    display: flex;
    background-color: #ffffff;
    border-radius: 40px;
    padding: 8px 0px;
    margin: 0 auto;
}

.mail_text {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #2b2c2c;
    background-color: #ffffff;
    height: auto;
    padding: 5px 20px;
    border-radius: 20px;
    border: 0px;
}

.subscribe_bt {
    float: right;
}

.subscribe_bt a {
    width: 170px;
    float: left;
    font-size: 18px;
    color: #2b2278;
    background-color: transparent;
    padding: 5px 0px;
    text-align: center;
    font-weight: 500;
    text-transform: uppercase;
}

.subscribe_bt a:hover {
    color: #000;
    background-color: transparent;
}

.social_icon {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.social_icon ul {
    margin: 0px;
    padding: 0px;
    display: inline-block;
    text-align: center;
}

.social_icon li {
    float: left;
    padding: 30px 5px;
}

.location_main {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-top: 40px;
}

.call_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    padding-top: 10px
}

.call_text a {
    color: #ffffff;
}

.call_text a:hover {
    color: #e27141;
}


/* footer section end */

.stats_section {
    width: 100%;
    float: left;
    padding: 20px 0 60px;
    background: #f5f7fb;
}

.metric_grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}

.metric_card {
    background: #fff;
    border-radius: 22px;
    padding: 28px 20px;
    border: 1px solid rgba(148,163,184,0.18);
    text-align: center;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.04);
}

.metric_card strong {
    display: block;
    font-size: 38px;
    color: #111827;
    font-weight: 800;
    margin-bottom: 8px;
}

.metric_card span {
    color: #475569;
    font-size: 15px;
}

.single_column_metrics {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pricing_section,
.legal_section {
    width: 100%;
    float: left;
    padding: 90px 0;
    background: #f5f7fb;
}

.pricing_header {
    text-align: center;
    margin-bottom: 40px;
}

.pricing_header h2,
.pricing_header h1,
.pricing_compare_section h2,
.legal_section h1,
.faq_title h2 {
    font-size: 42px;
    color: #111827;
    font-weight: 800;
    margin-top: 8px;
}

.pricing_hero {
    display: grid;
    grid-template-columns: 1.25fr 0.75fr;
    align-items: center;
    gap: 32px;
    margin-bottom: 24px;
}

.pricing_hero_copy h1 {
    font-size: 54px;
    line-height: 1.08;
    color: #111827;
    font-weight: 800;
    margin: 14px 0 18px;
}

.pricing_hero_copy p {
    font-size: 18px;
    color: #475569;
    max-width: 620px;
    line-height: 1.8;
}

.pricing_hero_actions {
    display: flex;
    gap: 16px;
    margin-top: 26px;
    flex-wrap: wrap;
}

.pricing_btn.secondary {
    background: transparent;
    border: 1px solid rgba(17, 24, 39, 0.15);
    color: #111827;
}

.pricing_btn.secondary:hover {
    background: rgba(124, 58, 237, 0.08);
    color: #111827;
}

.pricing_badges {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 22px;
}

.pricing_badges span {
    display: inline-flex;
    align-items: center;
    background: rgba(124, 58, 237, 0.08);
    color: #4c1d95;
    border: 1px solid rgba(124, 58, 237, 0.12);
    padding: 8px 12px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 700;
}

.pricing_summary_card {
    background: linear-gradient(180deg, #0f172a 0%, #111827 100%);
    border-radius: 28px;
    padding: 28px 24px;
    box-shadow: 0 25px 60px rgba(15, 23, 42, 0.18);
    color: #fff;
}

.summary_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.mini_label {
    display: inline-block;
    font-size: 11px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #c4b5fd;
}

.summary_top strong {
    font-size: 18px;
    font-weight: 700;
}

.summary_price {
    font-size: 52px;
    line-height: 1;
    font-weight: 800;
    margin: 18px 0 14px;
}

.summary_price span {
    font-size: 18px;
    color: #cbd5e1;
    font-weight: 500;
}

.pricing_summary_card ul {
    list-style: none;
    padding: 0;
    margin: 0 0 22px;
}

.pricing_summary_card li {
    padding: 10px 0;
    color: rgba(255,255,255,0.82);
    border-bottom: 1px solid rgba(148,163,184,0.2);
    font-size: 15px;
}

.pricing_support {
    padding-top: 10px;
}

.pricing_feature_grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 18px;
}

.feature_box {
    background: white;
    border: 1px solid rgba(148,163,184,0.18);
    border-radius: 22px;
    padding: 24px 20px;
    box-shadow: 0 14px 35px rgba(15, 23, 42, 0.04);
}

.feature_box h4 {
    font-size: 24px;
    color: #111827;
    margin-bottom: 12px;
    font-weight: 700;
}

.feature_box p {
    color: #475569;
    margin: 0;
    line-height: 1.8;
}

.plan_note {
    margin-bottom: 20px;
    color: #64748b;
    font-size: 14px;
}

.pricing_cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
}

.pricing_card {
    background: #fff;
    border-radius: 24px;
    padding: 30px 24px;
    border: 1px solid rgba(148,163,184,0.2);
    position: relative;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.05);
}

.pricing_card.featured {
    border: 2px solid #7c3aed;
    transform: translateY(-8px);
}

.popular {
    position: absolute;
    top: -12px;
    right: 20px;
    background: #7c3aed;
    color: white;
    padding: 6px 12px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.plan_header h3 {
    font-size: 30px;
    color: #111827;
    font-weight: 700;
}

.price {
    font-size: 42px;
    color: #111827;
    font-weight: 800;
    margin: 18px 0;
}

.price span {
    font-size: 16px;
    color: #475569;
    font-weight: 500;
}

.pricing_card ul {
    list-style: none;
    padding: 0;
    margin: 0 0 26px;
}

.pricing_card li {
    padding: 10px 0;
    border-bottom: 1px solid #e5e7eb;
    color: #475569;
    font-size: 15px;
}

.pricing_btn {
    display: inline-block;
    width: 100%;
    text-align: center;
    background: #111827;
    color: #fff;
    padding: 12px 18px;
    border-radius: 999px;
    font-weight: 700;
}

.pricing_btn:hover {
    background: #7c3aed;
    color: #fff;
}

.pricing_compare_section {
    float: left;
    width: 100%;
    padding: 30px 0 90px;
    background: #f5f7fb;
}

.pricing_cta_section {
    float: left;
    width: 100%;
    background: #f5f7fb;
    padding: 20px 0 90px;
}

.comparison_table_wrap {
    overflow-x: auto;
    margin-top: 30px;
    background: #fff;
    border-radius: 20px;
    border: 1px solid rgba(148,163,184,0.2);
}

.comparison_table {
    width: 100%;
    border-collapse: collapse;
}

.comparison_table th,
.comparison_table td {
    padding: 18px 20px;
    text-align: center;
    border-bottom: 1px solid #e5e7eb;
    color: #111827;
    font-size: 15px;
}

.comparison_table th:first-child,
.comparison_table td:first-child {
    text-align: left;
}

.legal_section p {
    color: #475569;
    font-size: 17px;
    margin: 0 0 18px;
}

.copyright_section {
    width: 100%;
    float: left;
    background-color: #0f172a;
    height: auto;
}

.copyright_text {
    width: 100%;
    float: left;
    color: #ffffff;
    text-align: center;
    font-size: 16px;
    margin-left: 0px;
    margin: 20px 0;
}

.copyright_text a {
    color: #ffffff;
}

.copyright_text a:hover {
    color: #e27141;
}
