/* --- Base Styles & Typography --- */

@import url(./fonts.css);
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Outfit:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,200..800&family=Over+the+Rainbow&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body,
label,
p {
    user-select: none;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 28px !important;
    font-family: "Outfit", system-ui, -apple-system, BlinkMacSystemFont,
        "Segoe UI", Roboto, Oxygen, Open Sans, Cantarell, "Open Sans", "Helvetica Neue", sans-serif !important;

    color: #333333 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Bricolage Grotesque', sans-serif !important;
    text-transform: capitalize;
    font-weight: 700 !important;
    color: #000 !important;
}

.headingTitle {
    font-size: 2.2em !important;
    font-weight: 700 !important;
    font-family: 'Bricolage Grotesque', sans-serif !important;
    letter-spacing: 0;

}


.statement {
    font-family: "Bricolage Grotesque", sans-serif !important;

    font-style: normal;
}

.salamaTitle {
    font-family: 'Bricolage Grotesque', sans-serif !important;
    text-transform: capitalize;
    color: #0A78C3 !important;
    font-weight: 700 !important;
}



.title,
.display-4 {
    font-family: 'Bricolage Grotesque', system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Open Sans, Cantarell, "Open Sans", "Helvetica Neue", sans-serif !important;

    text-transform: capitalize;
}

select,
a,
.text-5,
.form-control {
    font-family: "Outfit", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Open Sans, Cantarell, "Open Sans", "Helvetica Neue", sans-serif !important;

}

::placeholder {
    font-family: 'Open Sans', system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Open Sans, Cantarell, "Open Sans", "Helvetica Neue", sans-serif !important;

}

/* --- Buttons & Links --- */
.button,
.btn {
    font-family: 'Bricolage Grotesque', system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Open Sans, Cantarell, "Open Sans", "Helvetica Neue", sans-serif !important;

    text-transform: uppercase !important;
}

.ui .button {
    color: #fff !important;
    font-family: 'Bricolage Grotesque', system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Open Sans, Cantarell, "Open Sans", "Helvetica Neue", sans-serif !important;

    text-transform: uppercase !important;
}

.quote {
    border-radius: 0;
    padding: .25rem 2.4rem;
    border: 2px solid #024774;
    color: #024774;
    font-weight: 700;
    text-align: center;
    transition: background-color .3s ease-in-out 0s, color .3s ease-in-out 0s !important;
}

/* --- Layout & Structure --- */
.section {
    background: #ffffff;
}

.box {
    padding: 20px;
    margin-bottom: 20px;
    background: #ffffff;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

/* --- Headers & Navigation --- */
#header {
    box-shadow: 0 2px 1px -1px rgba(0, 0, 0, .2), 0 1px 1px 0 rgba(0, 0, 0, .14), 0 1px 3px 0 rgba(0, 0, 0, .12) !important;
}

.bgheader {
    z-index: 999 !important;
    background: #fff;
    box-shadow: rgba(0, 0, 0, .2) 0 2px 6px 0 !important;
    border-radius: 0 !important;
    position: relative;
}

.primary-menu ul.navbar-nav>li>a,
ul.navbar-nav>li>a {
    color: #3f3f46 !important;
    text-transform: capitalize !important;
    font-size: 15px;
    line-height: 24px;
    font-weight: 500 !important;
    font-family: "Outfit", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Open Sans, Cantarell, "Open Sans", "Helvetica Neue", sans-serif !important;

}

ul.navbar-nav>li>a:hover {
    color: #2185D0 !important;
    text-transform: capitalize !important;
    font-weight: 500 !important;
    font-family: "Outfit", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Open Sans, Cantarell, "Open Sans", "Helvetica Neue", sans-serif !important;

}

.dropdown-menu {
    border-radius: 0 !important;
}

.dropdown-menu a {
    color: #3f3f46;
    text-transform: capitalize !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    font-size: 15px;
    line-height: 24px;
    font-weight: 500 !important;
    font-family: "Outfit", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Open Sans, Cantarell, "Open Sans", "Helvetica Neue", sans-serif !important;

}

.navbar-toggler {
    padding: 10px !important;
    border-radius: 0;
    cursor: pointer;
}

/* --- Footer Styles --- */
#footer {
    background: #232734;
    background-size: cover;
}

#footer h3 {
    color: #fff !important;
}

.footer-overlay {
    background: #111;
    opacity: 0.4;
}

#footer li a {
    padding-bottom: 1.05em;
    color: #fff !important;
    text-transform: capitalize !important;
    font-size: 15px;
    line-height: 30px;
}

/* --- Card & Box Styles --- */
.card {
    background-image: url(../../../static/frontend/images/shape.png) !important;
    background-size: cover !important;
}

#addPackageToCart .card {
    border: none;
    border-radius: 8px !important;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.12) !important;
}

.card:hover {
    transform: scale(1.00);
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1), -5px -5px 15px rgba(255, 255, 255, 0.5);
    transition: all 1s ease;
    z-index: 999;
}

.itemcard {
    background-color: rgba(200, 200, 200, .15);
    backdrop-filter: blur(20px);
    max-width: 576px;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1), -5px -5px 15px rgba(255, 255, 255, 0.5);
    padding: 50px;
    text-align: center;
    border-radius: 24px;
    box-sizing: border-box;
    border: solid 2px #ccc;
}

.why {
    margin-bottom: 10px;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 5px 15px 0 rgba(110, 110, 110, .1) !important;
}

.them {
    border-radius: 10px;
    box-shadow: 0 5px 15px 0 rgba(110, 110, 110, .1) !important;
    height: 100%;
}

.package {
    background-color: #fff;
    border-radius: 10px !important;
    border: 1px solid #2185D0 !important;
    /* box-shadow: 0 1px 2px 0 #0000004d !important; */
}

.todo {
    border-radius: 30px 30px 0 0;
    box-shadow: 1px 2px 20px 1px rgb(0 0 0 / 19%);
    box-sizing: border-box;
    border: 2px solid #ffb278;
    background-color: #fcf0e7 !important;
    box-shadow: 0 .5px 1px 0 rgba(51, 77, 114, .1), 0 1.6px 3.6px 0 rgba(51, 77, 114, .15);
    transition: all .3s ease-out;
}

.domains img {
    width: 100px !important;
}

/* --- Input Fields --- */
.input-group-prepend,
.form-control {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 5px;
    outline: none;
    transition: border-color 0.3s ease-in-out;
}

.input-group-prepend:focus,
.form-control:focus {
    border-color: #007bff;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}

/* --- Tables --- */
.domain-table {
    background-color: #fff;
    border: 1px solid rgba(54, 57, 60, 0.1);
    font-family: 'Outfit', sans-serif !important;
}

.domain-table tr th {
    color: #fff !important;
    background-color: #428bca !important;
    font-weight: 700;
    text-align: center !important;
    border: 0;
    text-transform: uppercase !important;
    font-family: 'Outfit', sans-serif !important;
    border-bottom: 12px solid #fff;
}

.domain-table tr td {
    font-family: "Product Sans", sans-serif !important;
    font-weight: 400 !important;
    font-size: 1.1em !important;
    border: 1px solid #c0d5ff;
    padding: 12px 24px;
    background: #f6f9ff;
}

/* Background-color of the odd rows */
.domain-table tr:nth-child(odd):not(:first-child) {
    background-color: #ebf3f9;
}

.table tr td p {
    font-family: inherit, sans-serif !important;
}

/* --- Backgrounds & Heroes --- */
.hero {
    background: linear-gradient(277deg, rgba(28, 99, 237, 0) 0, #051b47 60.42% 60.42%),
        url(../../../static/frontend/images/ss.png) 50% / cover no-repeat;
    padding: 50px 0 !important;
}

.masks {
    padding: 105px 0;
    background-color: #002447;
    color: #fff;
    background-image: url(../../../static/frontend/images/header-grad.png),
        url(../../../static/frontend/images/background-grid.svg),
        radial-gradient(50% 60% at center 100%, #0badf8f8 0, transparent 100%);
    background-size: cover, 1480px, 2280px;
    mix-blend-mode: darken;
    background-repeat: no-repeat, repeat, no-repeat;
    background-position: top left, center 0, bottom center;
}

.maskss {
    background-image: url(../../../static/frontend/images/bg-other.png) !important;
    background-size: cover !important;
}

.subHneading {
    padding: 15px 0;
    background-color: #002447;
    color: #fff;
    background: linear-gradient(rgba(0, 0, 0, 0.95), rgba(0, 52, 102, 0.95)), url(../../../static/frontend/images/leto.jpg) center / cover;
    background-repeat: no-repeat;
    mix-blend-mode: darken;
}

.bg-gradient {
    background: #0a234f;
    background-size: cover !important;
    background-repeat: repeat;
    background-position: bottom center;
    /* background-image: linear-gradient(to right top, #051937, #0f325f, #174d8b, #1a6aba, #1289eb); */
}

.plans {
    background: #ffffff !important;
    background-size: cover;
}

.homeBanner {
    background: url('../../../static/frontend/images/footerOne.png') !important;
    background-blend-mode: multiply;
    background-repeat: no-repeat;
    background-size: cover !important;
}

.footerTwo {
    background: url('https://salamahosting.com/static/frontend/images/tera.png') !important;
    background-blend-mode: multiply;
    background-repeat: no-repeat;
    background-size: cover;
}

.footerOne {
    background: linear-gradient(45deg, #202124, #202124), url('https://salamahosting.com/static/frontend/images/baks.jpg') !important;
    background-blend-mode: multiply;
    background-size: cover;
}

.rocket {
    background: url('https://salamahosting.com/static/frontend/images/baks.jpg') !important;
    border-top: 1px solid #ccc;
    background-size: cover;
}

.mask {
    background: #061a40 !important;
    border-bottom: 3px solid;
    border-image: linear-gradient(to right, #4285F4 25%, #1D252C 75%) 5;
}

.bd {
    background-color: #293A4A;
    background: linear-gradient(0deg, #1678c2, rgba(0, 0, 0, 0.9)), url('https://salamahosting.com/static/frontend/images/leto.jpg') !important;
    background-size: cover;
    background-blend-mode: multiply;
    background-repeat: no-repeat;
    background-position: top center;
    color: #fff;
    border: none !important;
}

.domainsServers {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url('https://salamahosting.com/static/frontend/images/leto.jpg') !important;
    object-fit: fill;
    background-size: cover;
    border: none !important;
}

.homeBannerSectionRevived {
    background: #D0E5ED !important;
}

.homebackground {
    background: linear-gradient(-90deg, #1568c9 20%, #000 70%, #043b56 10%);
}

.bsd {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(https://salamahosting.com/static/frontend/images/servers.jpg) !important;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    border: none !important;
}

.footer-background {
    background: linear-gradient(0deg, #f2f2f2, #f4f4f4),
        url(https://salamahosting.com/static/frontend/images/footer.png) !important;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    background-position: center center;
    background-size: cover;
    border: none !important;
}

.aboutUs {
    background: url('https://salamahosting.com/static/frontend/images/today.png') no-repeat !important;
    background-size: cover;
    background-position: top center;
    border: none !important;
}

.domainsbg {
    background-color: transparent;
    position: relative;
    background: radial-gradient(ellipse at bottom, #005b96 0%, #000 100%);
    background-attachment: fixed;
}

.homeColor {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background: linear-gradient(135deg, #45bbff, rgba(0, 0, 0, .86)), url(https://salamahosting.com/static/frontend/images/leto.jpg);
    mix-blend-mode: multiply;
}

.homeColor2 {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background: linear-gradient(120deg, #45bbff, rgba(0, 0, 0, .86)), url(https://salamahosting.com/static/frontend/images/leto.jpg);
    mix-blend-mode: multiply;
}

.homeColor3 {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background: linear-gradient(120deg, #45bbff, rgba(0, 0, 0, .86)), url(https://salamahosting.com/static/frontend/images/leto.jpg);
    mix-blend-mode: multiply;
}

.whyChooseUsSections {
    background: url(https://salamahosting.com/static/frontend/images/cc.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.whyChooseUsSection {
    background: linear-gradient(45deg, #179bd7, #006195) !important;
}

.hero1 {
    background: #45bbff;
}

.domainArea {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    /* background: url(https://salamahosting.com/static/frontend/images/cpi.jpg); */
    background-color: #082a5e !important;
    opacity: .8;
    mix-blend-mode: multiply;
}

.footter {
    background: url(https://salamahosting.com/static/frontend/images/server.jpg);
    object-fit: fill;
    background-repeat: no-repeat;
}

.design {
    background: url(https://salamahosting.com/static/frontend/images/salama.png);
    background-size: cover;
    object-fit: fill;
    background-repeat: no-repeat;
}

.bgcontact {
    background: url(https://salamahosting.com/static/frontend/images/cpi.jpg);
    background-size: cover;
    object-fit: fill;
    background-position: center center;
    background-repeat: no-repeat;
}

.bgpattern {
    background: linear-gradient(0deg, rgba(0, 0, 0, .3), rgba(255, 110, 150, .3)), url(https://salamahosting.com/static/frontend/images/servers.jpg) !important;
    background-size: cover;
    object-fit: fill;
    background-position: center center;
    background-repeat: no-repeat;
}

.board {
    background: url(https://salamahosting.com/static/frontend/images/board.png);
}

.boardtwo {
    background-color: #F1EFED;
    background: linear-gradient(0deg, #F1EFED, #F1EFED),
        url(../../../static/frontend/images/pattern.png) !important;
    background-blend-mode: overlay !important;
}

.testclass {
    background: linear-gradient(180deg, #f0f0f8, rgba(255, 255, 255, 0) 100%) !important;
}

/* --- Specific Components / Elements --- */
.packagem {
    color: #e55399;
    border-bottom: 1px solid #e55399;
}

.price_plan {
    font-weight: 900 !important;
    font-size: 36px !important;
    color: #00003e !important;
}

.choose i {
    color: #F19620;
}

.everything i {
    background-color: #e9f6fc;
    background-image: linear-gradient(315deg, #006fc9 0%, #09c6f9 74%);
    text-shadow: 0 10px 10px rgba(39, 29, 96, .4);
}

/* --- Media Queries --- */
@media screen and (max-width: 600px) {
    #contactUs {
        display: block;
    }

    .hosting_plan_box {
        border: 1px solid #d5d1ef;
        border-radius: 15px;
        background-color: #fff;
        box-shadow: 10px 10px 20px rgb(0 0 0 / .2);
        transition: all ease-in-out .5s;
    }

    .boxes {
        border: 1px solid #9fb2c3;
        color: #516f8f;
        font-family: 'Outfit', sans-serif !important;
        box-shadow: 10px 10px 15px rgb(0 0 0 / .1);
    }

    #title_message {
        visibility: hidden;
        clear: both;
        float: left;
        margin: 10px auto 5px 20px;
        width: 28%;
        color: #60656F;
        display: none;
    }
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    .mobileShow {
        display: inline;
    }
}




/* Quick Links Section */
.quick-links-section {
    background: linear-gradient(125deg, #00a0e0, #093484);
    padding: 60px 0;
    color: white;
}

.quick-links-section h1 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 2rem;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.quick-links-card {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    padding: 1.5rem;
    transition: all 0.3s ease;

    margin-bottom: 2rem !important;
}

.quick-links-card:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.2);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.quick-links-card a {
    color: white;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.quick-links-card a:hover {
    color: #ffd700;
}


/* Main Footer */
.main-footer {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
    padding: 60px 0 30px;
    color: #e8e9ea;
}

.footer-section h3 {
    color: #ffffff !important;
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #00a0e0;
    display: inline-block;
}

.footer-section ul {
    list-style: none;
    padding: 0;
}

.footer-section ul li {
    margin-bottom: 0.8rem;
}

.footer-section ul li a {
    color: #b8b9ba;
    text-decoration: none;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    font-size: 0.95rem;
}

.footer-section ul li a:hover {
    color: #667eea;
    padding-left: 5px;
}

.footer-section ul li a i {
    margin-right: 8px;
    font-size: 0.8rem;
    /* background: linear-gradient(45deg, #00a0e0, #093484); */
    color: #00a0e0;
}

.new-badge {
    background: linear-gradient(45deg, #ff6b6b, #ee5a24);
    color: white;
    font-size: 0.7rem;
    padding: 2px 8px;
    border-radius: 12px;
    margin-left: 8px;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }

    100% {
        transform: scale(1);
    }
}

/* Footer Bottom */
.footer-bottom {
    background: #0f0f23;
    padding: 20px 0;
    border-top: 1px solid #333;
}

.footer-bottom a {
    color: #b8b9ba;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-bottom a:hover {
    color: #667eea;
}

.social-links a {
    display: inline-block;
    width: 45px;
    height: 45px;
    background: linear-gradient(45deg, #00a0e0, #093484);

    border-radius: 50%;
    text-align: center;
    line-height: 45px;
    margin: 0 8px;
    transition: all 0.3s ease;
    color: white;
    font-size: 1.2rem;
}

.social-links a:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(102, 126, 234, 0.4);
}

/* WhatsApp Float */
.whatsapp-float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    background: #25d366;
    border-radius: 50%;
    padding: 12px;
    box-shadow: 0 4px 20px rgba(37, 211, 102, 0.3);
    transition: all 0.3s ease;
}

.whatsapp-float:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 25px rgba(37, 211, 102, 0.4);
}

.whatsapp-float img {
    width: 35px;
    height: 35px;
}

/* Responsive Design */
@media (max-width: 768px) {

    .quick-links-section h1,
    .contact-section h1 {
        font-size: 2rem;
    }

    .quick-links-card,
    .contact-card {
        margin-bottom: 1rem;
    }

    .footer-section {
        margin-bottom: 2rem;
    }
}