* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;




}

.nav-link:focus-visible {
    outline: 0;
    box-shadow: none;

}

:root {
    --font-m: "Montserrat", sans-serif;
    --primary-color: #014073;
    --orange-color: #FB8F40;
    --deep_blue: #1E1D4C;
    --banner-top-header: #14183EBF;
    --gradint: linear-gradient(90deg, #FB8F40 0%, #E3B537 100%);
    --shadow: rgb(0 0 0 / 5%) 0px 3px 8px;
}

body {
    font-size: 100%;
    font-family: var(--font-m);
}

html {
    font-size: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}

ul {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

li {
    list-style: none;
}

a:hover {
    text-decoration: none;
}

/* ***** hero section *******  */

/* ============ SECTION STYLING ============ */
.hosting-section {
    /* background-color: #fff; */
    padding: 80px 0 100px 0;
    text-align: center;
    position: relative;
    overflow: hidden;


    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}

.hosting-section h5 {
    color: var(--banner-top-header);
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 40px;
}

.hosting-section h2 {
    font-size: 50px;
    font-weight: 800;
    margin-top: 10px;
    color: var(--primary-color);
}


.hosting-section h2 span {
    font-size: 50px;
    font-weight: 800;
    margin-top: 10px;
    color: var(--orange-color);
}

.hosting-section h2 span::after {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background: #ff8c00;
    border-radius: 50%;
    right: -10px;
    top: 14px;
}

.hosting-section p {
    color: #666;
    font-size: 20px;
    margin: 20px 0 30px;
    font-weight: 500;
}

/* Trust Cards */
.trust-row {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.trust-card {
    border: 2px solid #D7D7D7;
    border-radius: 10px;
    padding: 12px 20px;
    background: #fff;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    flex-direction: column;
}

.trust-card img {
    height: 45px;
}

.trust-card span {
    font-size: 14px;
    color: #555555;
    font-weight: 500;
}

/* Button */
.hosting-section .btn-view {
    background: #FB8F40;
    background: linear-gradient(90deg, #FB8F40 0%, #E3B537 100%);
    color: #fff;
    font-weight: 500;
    border: none;
    border-radius: 6px;
    padding: 12px 35px;
    font-size: 16px;
    transition: all 0.3s ease;
}

.hosting-section .btn-view:hover {
    background: linear-gradient(90deg, #ff7b00, #ff9a00);
    transform: translateY(-2px);
}

/* Bottom Info Icons */
.info-row {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
    margin-top: 40px;
}

.info-box {
    text-align: center;
}

.info-box i {
    font-size: 28px;
    color: #ff8c00;
    margin-bottom: 10px;
}

.info-box h6 {
    font-size: 15px;
    font-weight: 600;
    color: var(--deep_blue);
}

.info-box p {
    font-size: 14px;
    color: #777;
    margin: 0;
}


/* .hosting-section::before,
.hosting-section::after {
    content: "";
    position: absolute;
    background: url('https://i.ibb.co/Bgf8tbg/server-bg.png') no-repeat;
    background-size: contain;
    opacity: 0.1;
    z-index: 0;
} */

.hosting-section::before {
    top: 0;
    left: 0;
    width: 300px;
    height: 300px;
}

.hosting-section::after {
    bottom: 0;
    right: 0;
    width: 300px;
    height: 300px;
}


/* ******************* perfect plnaed ***************  */
.global_padding {
    padding: 40px 0;
}



.pricing-section {
    text-align: center;
    ;
    /* background-color: #f9fafc; */
}

.headline {
    font-size: 40px;
    color: var(--primary-color);
    font-weight: 900;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
}

.headline span {
    color: #ff7a00;
    font-weight: 900;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
    font-size: 40px;

}

.para {
    color: #555;
    margin-top: 10px;
    font-size: 20px;
    font-weight: 400;
}

/* .billing-toggle {
    margin-top: 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 30px;
    border: 1px solid #ddd;
    overflow: hidden;
}

.billing-toggle button {
    border: none;
    background: none;
    padding: 10px 20px;
    cursor: pointer;
    font-weight: 500;
    font-size: 14px;
    transition: 0.3s;
}

.billing-toggle button.active {
    background: var(--primary-color);
    color: #fff;
} */


.billing-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-family: 'Arial', sans-serif;
}

.toggle-btn {
    background: none;
    border: none;
    font-size: 16px;
    color: #999;
    cursor: pointer;
    transition: color 0.3s ease;
}

.toggle-btn.active {
    color: #000;
    font-weight: 500;
}

.toggle-switch {
    position: relative;
    width: 50px;
    height: 25px;
    background: #0a457b;
    border-radius: 25px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.switch-circle {
    position: absolute;
    top: 3px;
    left: 3px;
    width: 19px;
    height: 19px;
    background: #fff;
    border-radius: 50%;
    transition: left 0.3s ease;
}

.toggle-switch.active .switch-circle {
    left: 28px;
}


.plans {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 50px;
    flex-wrap: wrap;
    text-align: left;
}

.plan {
    /* background: #fff; */
    border: 1px solid #ddd;
    border-radius: 10px;
    width: 300px;
    padding: 30px 25px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    position: relative;
    transition: 0.3s;
    z-index: 1;


}

.plan:hover {

    background: linear-gradient(199.86deg, rgba(199, 196, 255, 0.25098) 1.14%, #FFFFFF 10.91%);
    transition: 0.4s all ease-in-out;



}

.include {
    font-weight: 500;
    color: #555;
}


.plan.popular {
    border: 2px solid #007bff;
    background: linear-gradient(199.86deg, rgba(199, 196, 255, 0.25098) 1.14%, #FFFFFF 10.91%);
}

.badge {
    position: absolute;
    top: -5px;
    left: 30%;
    transform: translateX(-50%);
    /* background: #007bff; */
    color: #007bff;
    padding: 5px 15px;
    font-size: 12px;
    border-radius: 20px;
    font-weight: 600;

}

.badge_icon {
    font-size: 25px;
    margin-right: 0.3rem;
}

.plan h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px;
    margin-top: 0.5rem;
}

.plan p {
    color: #777;
    font-size: 13px;
    margin-bottom: 25px;
}

.price {
    font-size: 32px;
    font-weight: 600;
    color: var(--primary-color);
    margin-bottom: 5px;
}

.price span {
    font-size: 14px;
    color: var(--primary-color);
    margin-left: 0.2rem;
}

.save {

    font-size: 13px;
    margin-bottom: 20px;
    display: inline-block;
    background: #ECFDF3;
    border: 1px solid #A2FFC8;
    border-radius: 5px;
    padding: 5px;
    color: #12B76A;
    font-weight: bold;

}

.proces {

    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    text-decoration-line: line-through;
    color: #6E6E6E;
    font-size: 16px;
    display: inline-block;
    padding-left: 10px;


}





.choose-btn {
    background: #FB8F40;
    border: none;
    color: #fff;
    padding: 8px 25px;
    border-radius: 5px;
    font-weight: 500;
    cursor: pointer;
    transition: 0.3s;
    margin-bottom: 25px;
    width: 100%;
    font-size: 18px;
}

.choose-btn:hover {
    background: #ff9a33;
}

.features {
    text-align: left;
    font-size: 15px;
    color: #4B4B4B;
}

.features li {
    list-style: none;
    margin-bottom: 15px;
}



.features li i {
    color: var(--primary-color);
    margin-right: 8px;
}




.features-section {

    text-align: center;
}

.sub_headline {
    color: var(--primary-color);
    letter-spacing: 1px;
    font-weight: 300;
    margin-bottom: 10px;
    font-size: 22px;
}





.features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    justify-content: left;
}

.feature-box {
    background: var(--primary-color);
    border-radius: 14px;
    /* box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    padding: 25px 20px; */
    transition: 0.3s ease;
    position: relative;
}

.feature-box img {
    width: 100%;

    /* margin-bottom: 15px; */
}

.feature-box h4 {
    font-size: 20px;
    font-weight: 500;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: left;
    gap: 8px;
    margin-left: 1rem;
}

.feature-box i {
    color: #fff;
    font-size: 18px;
}

.feature-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.feature-box {
    position: relative;
    /* width: 300px;
    height: 250px; */
    overflow: hidden;
    border-radius: 10px;
    cursor: pointer;
}

.feature-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* default f_box */
.f_box {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: var(--primary-color, #003366);
    color: #fff;
    padding: 15px;
    transition: all 0.5s ease;
    height: 60px;
    overflow: hidden;
}

.f_box p {
    font-size: 14px;
    text-align: left;
}

.f_box h4 {
    margin: 0;
    font-size: 18px;
    display: flex;
    align-items: left;
    gap: 8px;
}

.f_box p {
    margin-top: 10px;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.4s ease;
}

/* hover effect */
.feature-box:hover .f_box {
    height: 150px;
    /* expands upward */
    bottom: 0;
    /* stays attached to bottom */
    background-color: #003366b2;
}

.feature-box:hover .f_box p {
    opacity: 1;
    transform: translateY(0);
}



/* ****************** trusted part started ************  */

.trusted {
    text-align: center;
}

.trusted h4 {
    font-size: 22px;
    color: #555;
}

.trusted span {
    font-size: 22px;
    color: var(--primary-color);
    font-weight: bold;
}

.trusted-carousel img {
    aspect-ratio: 1/ 1;
    object-fit: contain;
    width: 65% !important;
}

/* ************************ */

/* ---------- Testimonials ---------- */







/* Stats Bar */
.stats-bar {
    display: flex;
    gap: 18px;
    justify-content: center;
    align-items: center;
    margin: 12px 0 28px;
    flex-wrap: wrap;

}

.stat {
    /* background: #fff; */
    /* border-radius: 10px; */
    padding: 12px 18px;
    /* box-shadow: 0 6px 18px rgba(20, 30, 60, 0.08); */
    display: flex;
    gap: 0;
    align-items: center;
    min-width: 170px;
    flex-direction: column;
}

.stat .icon-wrap {

    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
}

.stat .big {
    font-size: 28px;
    color: var(--primary-color);
    font-weight: 500;
    display: block;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.stat small {
    display: block;
    color: #000;
    font-size: 14px;
    margin-top: 2px;
    text-align: center;
}

/* Testimonial Cards */
.testimonials .owl-carousel .testimonial-card {
    background: #fff;
    border-radius: 12px;
    /* box-shadow: 0 6px 18px rgba(20, 30, 60, 0.08); */
    padding: 18px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* transition: transform 0.25s; */
    border: 2px solid #5555551e;
}

.testimonials .owl-carousel .owl-item img {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}






.testimonial-top {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.heading {
    text-align: center;
}

.avatar img {

    width: 20% !important;
    margin-left: auto;
    border-radius: 50%;
    padding: 3px;
}

.cust-name {
    font-size: 13px;
    font-weight: 700;
    color: #000;
    letter-spacing: 0.6px;
}

.rating {
    display: flex;
    gap: 4px;
    align-items: center;
    margin-top: 6px;
}

.rating i {
    color: #f5b301;
    font-size: 14px;
}

.review-text {
    margin-top: 12px;
    color: #000000;
    font-size: 14px;
    line-height: 25px;
    flex-grow: 1;
}

.card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 14px;
}

.google-badge {
    display: flex;
    gap: 8px;
    align-items: center;
    font-size: 13px;
    color: #6b7a90;
}

.custom-nav-btn {
    background: #fff;
    border-radius: 10px;
    padding: 10px 12px;
    box-shadow: 0 6px 18px rgba(20, 30, 60, 0.08);
    cursor: pointer;
    border: none;
    font-size: 16px;
    color: #1e63d6;
}

.owl-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 14px;
}

/* ---------- FAQ ---------- */



.faq-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
}

.faq-item {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    transition: box-shadow 0.2s;
}



.faq-item.open {
    box-shadow: 0 10px 28px rgba(15, 43, 85, 0.08);
}

.faq-question {
    display: flex;
    width: 100%;
    padding: 8px 16px;
    border: 0;
    background: transparent;
    cursor: pointer;
    align-items: center;
    justify-content: space-between;
    font-weight: 600;
    color: #555;
    font-size: 16px;
    text-align: left;
    text-decoration: none;
}

.btn-link:hover {
    color: #525252;
}

.faq-question .toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 8px;
    transition: transform 0.25s;
    font-weight: 700;
    color: #555;
    font-size: 20px;
}



.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease, padding 0.28s;
    padding: 0 16px;
    color: #344050;
    font-size: 14px;
    line-height: 1.5;
}

.faq-item.open .faq-answer {
    padding: 12px 16px 18px;
    max-height: 240px;
    font-size: 15px;
}

.faq-item.open .toggle {
    transform: rotate(45deg);
    /* background: linear-gradient(180deg, rgba(30, 99, 214, 0.08), rgba(30, 99, 214, 0.02)); */
}

/* **************** Table ***************  */



.comparison-section {
    text-align: center;
}




/* ---------- TABLE ---------- */
.comparison-section {
    background: #fdfdfd;
    text-align: center;
}

/* .headline {
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 8px;
} */

.comparison-section .headline {
    font-weight: 700;
}

.table-wrapper {
    overflow-x: auto;
    border-radius: 16px;
    margin-top: 30px;
}

table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 25px rgba(0, 0, 0, 0.06);
    overflow: hidden;
    border: 1px solid #000;

}

th,
td {
    padding: 15px 20px;
    text-align: center;
    font-size: 15px;
    border-bottom: 1px solid #eee;
}

th:first-child,
td:first-child {
    text-align: left;
    font-weight: 600;
    color: #222;
}

tbody tr:nth-child(even) {
    background-color: #f9fafb;
}

/* ✅ 3D Highlighted HEXRAA Column */
.comparison-section th:nth-child(2),
.comparison-section td:nth-child(2) {
    /* background: linear-gradient(145deg, #f4faff, #e8f3ff); */

    font-weight: 600;
    position: relative;
    transition: all 0.3s ease;
    border-left: 1px solid rgba(0, 0, 0, 0.155);
    border-right: 1px solid rgba(0, 0, 0, 0.155);
    box-shadow: 0 6px 15px rgba(0, 108, 255, 0.18);
}


/* Rounded corners top + bottom */
/* .comparison-section thead tr th:nth-child(2) {
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
}

.comparison-section tbody tr:last-child td:nth-child(2) {
    border-bottom-left-radius: 14px;
    border-bottom-right-radius: 14px;
} */


/* .comparison-section td:nth-child(2):hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 25px rgba(0, 108, 255, 0.28);
} */

.table-hover tbody tr:hover {
    background-color: transparent;
    /* removes hover color */
    cursor: default;
    /* optional, removes pointer */
}



/* ✅ Icon Colors */
.fa-check {
    color: #00b67a;
    font-weight: 700;
    font-size: 18px;
}

.fa-xmark {
    color: #ff4c4c;
    font-weight: 700;
    font-size: 18px;
}

span {
    font-size: 12px;
    color: #888;
}

@media (max-width: 767px) {
    table {
        font-size: 13px;
    }

    th img {
        width: 65px;
    }
}


/* ---------- OPTIONAL: Subtle hover on entire row ---------- */
.comparison-section tr:hover td {
    background-color: #f8fbff;
    transition: 0.3s;
}

/* ********************* */

.commit_wrapper {
    padding: 15px;
    text-align: center;
}

.commit_wrapper h5 {
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    color: #525252;
    text-align: left;
    padding: 20px 0 0 0;
    margin-bottom: 0.8rem;
}

.commit_wrapper {

    font-weight: 300;
    font-size: 16px;
    line-height: 25px;
    text-align: justify;

    color: #6E6E6E;


}

/* ********************** Back to top *****************************  */

.back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background: var(--orange-color);
    color: #fff;
    font-size: 20px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 999;
}

.back-to-top.show {
    opacity: 1;
    visibility: visible;
}

.back-to-top:hover {
    background: var(--primary-color);
    color: #ffffff;
}

/* *********why-choose-section ******  */


.why-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    /* align-items: center; */
}


.why-center img {
    width: 88%;
    margin: 0 auto 3rem;
    display: flex;
    animation: float 3s ease-in-out infinite;
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}


.grid_items {
    display: flex;
    gap: 75px;
    flex-direction: column;
    position: relative;
}

.why-item h3 {
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    align-items: center;
    text-align: right;
    color: #525252;
    margin-bottom: 0.3rem;


}

.why-item p {
    font-size: 14px;
}

.fast {
    position: relative;
    left: 8rem;
}

.third {
    position: relative;
    left: 8rem;
}

.third p {
    text-align: right !important;

}

.fast p {
    text-align: right !important;
}

.secound {
    position: relative;
    right: 8rem;

}

.fourth {
    position: relative;
    right: 8rem;
    margin-top: 1rem;

}

.fourth h3 {

    text-align: left;

}

.secound h3 {
    text-align: left;

}

.fc {
    display: flex;
    align-items: center;
    justify-content: center;
}

.commit h3 {
    text-align: left !important;
}

.commit_2 h3,
.commit_2 p {
    text-align: right !important;
}

/* ********** hosting-section ******** */





.ph-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
}

/* Left Illustration */
.ph-left {
    flex: 1;
    display: flex;
    justify-content: center;
}

.ph-left img {
    width: 132%;

}


/* Right Cards */
.ph-right {
    flex: 2;
    display: flex;
    flex-direction: column;
    gap: 30px;
    position: relative;
}


.ph-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    padding: 25px 30px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: flex-start;
    gap: 15px;
    position: relative;
}

.ph-icon {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    z-index: 1;
}

.ph-blue {
    background: #007bff;
}

.ph-teal {
    background: #00a7b5;
}

.ph-orange {
    background: #ec6325;
}

.ph-content h3 {
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 0.4rem;
    display: flex;
    align-items: center;
    color: #525252;
}

.ph-content p {
    font-size: 14px;
    color: #6b7280;
    line-height: 1.6;
}

/* ********** Contact Page section ***  */
/* ==== CONTACT SECTION ==== */
.inner-section {
    padding: 80px 0;

    background: #fff;
}



.contact-box {


    background: #FFFFFF;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.25);
    border-radius: 15px;

    transition: all 0.3s ease;
    padding: 15px;

}



.contact-box h5 {
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;


    color: #4B4B4B;


}

.contact-box p {

    font-weight: 600;
    font-size: 16px;
    line-height: 25px;
    color: #4B4B4B;
    margin-bottom: 0.6rem;


}

.inner_img {
    width: 80%;
    margin: 0 auto;
    display: flex;
}

.contact-box .btn {
    background: #FB8F40;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    color: #fff;
    width: 100%;
    padding: 11px 10px;
    font-weight: 600;
    font-size: 17px;
}

.contact-box .btn:hover {
    background: #e96b00;
}

.contact-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
}

.contact-img {
    text-align: center;
}

.contact-img img {
    max-width: 100%;
    height: auto;
}

.inner_headline {
    font-size: 50px;
    font-weight: 800;
    margin-bottom: 0.6rem;
    color: var(--primary-color);
}

.inner_para {
    font-size: 18px;
    font-weight: 400;
    font-size: 28px;
    line-height: 25px;
    color: #4B4B4B;
}

.contact-box img {
    margin-left: auto;
    display: flex;
}

.histing_flex_items {
    display: flex;
    justify-content: space-between;
    gap: 15px;
}

.histing_flex_items ul li {
    padding-bottom: 14px;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;

    color: #1E1D4C;



}

.hosting_inner_section p {
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    color: #6E6E6E;
    margin-bottom: 1.5rem;
    margin-top: 0;
}

.histing_flex_items ul li img {
    margin-right: 10px;

}

.inner_subheadline {
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 1.5rem;
    text-align: left !important;
    color: #6E6E6E;


}

.inner_headline_hsoting {

    font-weight: 700;
    font-size: 32px;
    line-height: 55px;

    text-transform: uppercase;

    color: #14183E;


}

.view_all_palans {

    filter: drop-shadow(0px 2px 8px rgba(0, 0, 0, 0.2));
    font-weight: 600;
    font-size: 16px;
    display: inline-block;
    color: #FFF;

    background: linear-gradient(270deg, rgba(251, 143, 64, 1) 0%, rgba(227, 181, 55, 1) 100%);

    padding: 12PX 22PX;
    margin-top: 0.8rem;
    border-radius: 5px;
}

.hosting-sections_page {

    position: relative;
}

.hosting-sections_page .col-md-6 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.hosting-sections_page::after {

    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: url(../img/hosting/overlay.png);
    background-position: center;
    background-size: cover;
    opacity: 0.1;
}

.count_flex {
    display: flex;
    gap: 10px;
    justify-content: space-between;
    max-width: 360px;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
}

.box {
    border: 2px solid #14183e50;
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 5px;
}

.hosting-sections_page .container {
    position: relative;
    z-index: 99;
}

.hosting_inner_section h6 {

    font-weight: 400;
    font-size: 16px;
    line-height: 25px;

    color: #014073;
    text-align: center;
    margin-bottom: .5rem;


}

.numbers {

    font-weight: 700;
    font-size: 40px;
    line-height: 25px;
    margin-bottom: 0.3rem;
    color: #014073;


}

.box span {
    font-weight: 700;
    font-size: 11px;
    line-height: 25px;
    text-align: center;
    color: #014073;


}

.student_sub {
    font-weight: 700;
    font-size: 26px;
    line-height: 55px;

    text-align: center;

    color: #4B4B4B;


}


.student_web_hosting p {


    font-weight: 400;
    font-size: 16px;
    line-height: 28px;

    text-align: center;

    color: #4B4B4B;


}

.student_web_wrapper {
    padding: 30px;
    border-radius: 20px;
}

.shadws {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}






.rate p {
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    text-align: left;
    color: #4B4B4B;




}

.rate h2 {
    font-weight: 700;
    font-size: 32px;
    line-height: 25px;
    color: #000000;
    margin-bottom: 0.5rem;


}

.price_tract {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.price h6 {
    font-weight: 600;
    font-size: 50px;
    line-height: 25px;
    color: #014073;
}

.price h6 span {
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: #014073;




}

.discount {
    font-weight: 400;
    font-size: 28px;
    line-height: 25px;
    color: #6E6E6E;
    margin-top: 1rem;
}

.student_buy_now {
    background: var(--orange-color);
    display: inline-block;
    margin: 5px 0 10px 0;
    font-weight: 600;
    text-align: center;
    padding: 8px 22px;
    width: 100%;
    color: #fff;
    border-radius: 5px;
}

.student_planed label {
    text-align: center !important;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    color: #4B4B4B;
    display: flex;
    justify-content: center;
    align-items: center;


}

.student_items ul li i {
    height: 16px;
    padding-right: 0.4rem;


}

.student_items ul li {

    padding-bottom: 8px;

    font-weight: 500;
    font-size: 16px;
    line-height: 25px;


    color: #4B4B4B;






}

.student_items {
    display: grid;
    gap: 15px;
    margin-top: 1rem;
    grid-template-columns: repeat(2, 1fr);
}

/* ****************** student_features *******************  */

.student_features_grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    margin-top: 45px;
}

.icon_feature img {
    /* width: 100%; */
    height: 70px;
    border: 2px solid var(--primary-color);
    border-radius: 50%;
}

.stud_fet_items {
    display: flex;
    gap: 15px;
    border-radius: 10px;
    border: 2px solid #5555554d;
    padding: 15px;
    /* justify-content: center; */
    align-items: center;
}

.student_headline h4 {
    font-weight: 600;
    font-size: 24px;
    line-height: 25px;
    color: #525252;
}

.student_headline p {
    font-weight: 400;
    font-size: 15px;
    color: #525252;
    margin-top: 0.4rem;
}

/* ********* money_grenty **********  */



.money_grid {
    background-color: var(--primary-color);
    display: flex;
    gap: 15px;
    padding: 7px;
    border-radius: 100px;
    color: #fff;
    justify-content: center;
    align-items: center;
}

.money_content h4 {

    font-weight: 600;
    font-size: 24px;
    line-height: 25px;
    color: #FFFFFF;
    margin-bottom: 0.4rem;


}

.money_content p {


    font-weight: 500;
    font-size: 16px;
    line-height: 25px;


    color: #FFFFFF;


}

/* ******** hsoting Blogs **********  */


.img_bog img {
    width: 100%;
}

.blogs_headlint h5 {

    font-weight: 600;
    font-size: 20px;
    color: #000000;
    margin: 10px 0 5px 0;


}

.blogs_headlint .para {

    font-weight: 400;
    font-size: 16px;


    color: #4B4B4B;


}

.blog_wrappers {
    padding: 8px;
    border-radius: 10px;
    border: 2px solid #55555556;
}

.readme_link {
    text-align: right;
}

.redme_blog_links {
    font-weight: 700;
    font-size: 16px;
    line-height: 25px;
    color: #014073;


}

/* ********* about us *********  */

.about_inner_data h5 {
    font-weight: 700;
    font-size: 30px;
    line-height: 25px;
    color: #014073;
    margin-top: 2rem;


}

.about_inner_data p {
    font-weight: 400;
    font-size: 16px;



}

.abt_img {
    width: 80%;
    margin: 0 auto;
    display: flex;
}

.abt_wrapper p {
    font-size: 16px;
}

.abt_wrapper h6 {
    font-weight: 600;
    font-size: 22px;
    color: #4B4B4B;

}

.why_grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 15px;
    margin-top: 2rem;
}

.why_icon img {
    width: 25%;
    margin-bottom: 1rem;
}

.why_grid_items h6 {
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    color: #000000;
    margin-bottom: 0.4rem;
}

.why_grid_items p {
    font-weight: 400;
    font-size: 16px;


    color: #000000;


}

.why_grid_items {
    padding: 10px;
    border: 1px solid #55555517;
    border-radius: 10px;
    box-shadow: rgb(0 0 0 / 15%) 0px 3px 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}


/* ***********reseler hsoting ******  */

.core_icon img {
    width: 100%;
    margin-bottom: .6rem;
    height: 42px;
    object-fit: contain;
}

.core_headline h5 {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #525252;
    margin: 10px 0 5px 0;
    height: 20px;


}

.core_headline .para {
    font-weight: 400;
    font-size: 16px;
    color: #525252;
}

/* ******* include_hosting ********** */

.inc_icon_headline {

    display: flex;
    align-items: center;
    gap: 12px;

}

.include_wrapper h5 {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    color: #4B4B4B;


}

.inc_icon_headline img {
    width: 15%;
}

.include_wrapper .para {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #525252;

}

.include_wrapper hr {
    background: #525252 !important;
}

.include_wrapper {
    box-shadow: var(--shadow);
    padding: 15px;
    border-radius: 10px;
    min-height: 300px;
}

.best_panerl .para {
    font-size: 16px;
    margin-top: 0.5rem;
}

.bst_panner_wrapper h4 {

    font-weight: 700;
    font-size: 24px;
    line-height: 25px;
    color: #6E6E6E;


}

.bst_panner_wrapper .para {
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: #6E6E6E;

}

.bst_panner_wrapper h6 {

    font-weight: 700;
    font-size: 16px;
    line-height: 25px;
    text-align: left;
    color: #FB8F40;
    margin-top: 0.7rem;


}

.best_panerl .col-md-7 {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.strong_pont_wrapper ul li {
    display: flex;
    gap: 10px;
    align-items: top;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: #6E6E6E;
    padding-bottom: 15px;

}

.strong_pont_wrapper ul i {
    color: var(--primary-color);
    padding-top: 0.4rem;
    font-size: 24px;

}

/* *********** reseller_hosting_plans_with *************  */


.reseller_hosting_plans_with .headline {
    font-weight: 700;
    font-size: 36px;
}

.reseller_hosting_plans_with .container {
    box-shadow: 0 4px 8px rgba(0, 0, 0, .12);
    padding: 15px;
    border-radius: 10px;
}

.custom-tabs .nav-link {
    font-weight: 500;
    font-size: 17px;
    color: var(--primary-color);
    padding: 12px 20px;
    border: none;
    position: relative;
}

.custom-tabs .nav-link.active {
    color: #003366;
    background: none;
    font-weight: 700;
}

.custom-tabs .nav-link.active::after {
    content: "";
    width: 120px;
    height: 4px;
    background: #F6762C;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    border-radius: 10px;
}

.single-feature {
    display: flex;
    align-items: center;
    font-size: 15px;
    gap: 5px;
    font-weight: 400;
    color: #4B4B4B;
}

.tabs_h6 {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    align-items: center;
    color: #525252;
    display: flex;
    justify-content: center;

}

.single-feature i {
    color: #00B894;
    font-size: 18px;
}

/* **************** Price plane ****************  */





.plans-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

.plan-box {
    position: relative;
    border: 2px solid #5555551c;
    padding: 17px;
    border-radius: 15px;
    background: #fff;
    transition: 0.3s;
}

.plan-box .plan-title,
.price,
.sub-text {
    text-align: center;

}

.plan-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}

.pro-active {
    border-color: #007bff;
}

.ribbon {
    position: absolute;
    top: -2px;
    left: 28px;
}

.ribbon i {
    color: #007bff;
    font-size: 35px;
}

.plan-title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 30px;
    font-weight: 700;
    font-size: 24px;
    color: #6E6E6E;


}

.price_plancs .price {
    font-size: 36px;
    font-weight: 700;
    color: var(--primary-color);
}

.price_plancs .price span {
    font-size: 16px;
    font-weight: 500;
    color: #444;
}

.sub-text {
    font-size: 14px;
    margin-bottom: 20px;
}

.order-btn {
    display: inline-block;
    width: 100%;
    text-align: center;
    background: #FB8F40;
    color: #fff;
    font-weight: 600;
    padding: 12px 0;
    border-radius: 8px;
    margin-bottom: 25px;
    transition: 0.3s;
    font-size: 20px;
}

.order-btn:hover {
    background: var(--primary-color);
}

.features {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
}

.features li {
    margin-bottom: 10px;
    font-size: 13px;
    display: flex;
    align-items: self-start;
    gap: 8px;
}

.features i {
    color: var(--primary-color);
}

.mini-title {
    margin: 20px 0 10px;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    color: #4B4B4B;


}

/* ********* hosting_features_shared*********** */


.hosting_features_wrapper {
    border-radius: 10px;
    border: 1px solid #50505056;
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: center;
    padding: 15px;
    margin-top: 1.5rem;
    height: 155px;
}

.h_host_header h5 {
    font-weight: 600;
    font-size: 21px;
    line-height: 25px;
    color: #525252;
}

.h_host_header .para {
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: #6E6E6E;
}

.h_icon_hostin img {
    border: 2px solid var(--primary-color);
    border-radius: 50%;
}


.best_class_wrapper img {
    width: 50%;
    margin: 1rem auto 0 auto;
}

.best_class_wrapper {
    padding: 25px;

    border-radius: 10px;
    /* border: 1px solid #50505056; */
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    height: 500px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.best_class_wrapper h6 {
    font-weight: 600;
    font-size: 24px;
    line-height: 25px;
    color: #525252;
}


.best_class_wrapper .para {
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    color: #6E6E6E;
}

.best_wrp_box {

    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 25px;
    /* margin-top: 1.5rem; */
}

.best_wrp_box {
    display: flex;
    /* gap: 15px; */
}

.bst_headline h6 {

    font-weight: 600;
    font-size: 24px;
    line-height: 25px;
    color: #525252;
}

.bst_headline p {
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: #6E6E6E;
    margin-top: 0.5rem;
}

.bxt_icon_c img {
    width: 90%;
}






/* GRID */
.tech-grid {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 0;
    margin-top: 30px;

}

.hex_box {
    filter: drop-shadow(0px 3px 8px rgba(0, 0, 0, 0.10));
    transition: 0.3s ease;
    cursor: pointer;
    margin-top: 15px;
}



.hex {
    width: 145px;
    height: 145px;
    background-color: #ffffff;
    border-radius: 8px;
    clip-path: polygon(25% 5%, 75% 5%,
            100% 50%,
            75% 95%, 25% 95%,
            0% 50%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
}

/* IMAGE INSIDE HEX */
.hex img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    object-fit: contain;
}


.h1s {
    margin-top: 70px;
}




/* ***************** PRIVACY POLICY PAGE *******************  */




/* ----------------------------
    HEADER BLUE SECTION
----------------------------- */
.legal-header {
    background: #063970;
    padding: 40px 0;
    color: #fff;
}

.top-heading {
    font-size: 16px;
    margin-bottom: 5px;
}

.legal-title {
    font-size: 36px;
    font-weight: 700;
}

.sub-heading {
    opacity: 0.8;
    margin-bottom: 25px;
}

/* ----------------------------
      TABS DESIGN
----------------------------- */
.legal-tabs .nav-link {
    /* background: #fff; */
    color: #063970;
    border-radius: 30px;
    padding: 13px 14px;
    font-weight: 500;
    border: 2px solid transparent;
    transition: 0.3s;
    color: #fff;
    font-size: 15px;
}

/* .legal-tabs .nav-link:hover {
    border-color: rgba(255, 255, 255, 0.5);
} */

.legal-tabs .nav-link.active {
    background: #000;
    color: #fff;
}

/* ----------------------------
      CONTENT SECTION
----------------------------- */
.content-section {
    padding: 50px 0;
}

.section-title {
    font-size: 33px;
    font-weight: 700;
    margin-bottom: 15px;
}

.updated {
    color: #444;
    font-size: 14px;
    margin-bottom: 25px;
}

.legal-header h4 {
    margin-top: 25px;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.content-section h4 {
    margin: 10px 0;
    font-size: 22px;
}

.content-section p {
    color: #525252;

    font-size: 15px;
    line-height: 30px;
}

.content-section strong {
    font-weight: 500;
}

.pricvacy {
    background-color: #000;
    /* width: auto; */
    padding: 5px;
    border-radius: 50px;
    display: flex;
}

.legal-header .nav .nav-item .active {
    background: #014073;
}

.sub-heading {
    color: #fff;
    margin-top: 15px;
}

.top-heading {
    color: #fd5000;
    font-size: 22px;
    margin-bottom: 10px;
}

.privacy_box ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}



/* ********* Featues Page section *********  */

.features-wrapper {
    display: flex;
    max-width: 1200px;
    margin: auto;
    padding: 40px 0;
}

/* RIGHT MENU */
.features-menu {
    width: 250px;
    position: sticky;
    top: 100px;
}

.features-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.features-menu li {
    padding: 14px 20px;
    cursor: pointer;
    border-bottom: 1px solid #eaeaea;
    transition: 0.3s ease;
    font-size: 15px;
}

.features-menu li:hover {
    background: #f6f6f6;
}

/* ACTIVE RED */
.features-menu li.active {
    color: red;
    border-right: 3px solid red;
    background: #ffecec;
}

/* LEFT CONTENT */
.features-content {
    flex: 1;
    padding: 0 40px;
}

.scroll-section {
    padding: 60px 0;
    border-bottom: 1px solid #eee;
}

.demo-img {
    width: 100%;
    border-radius: 6px;
}