@import url('all.min.css');
@import url('bootstrap.min.css');
@import url('slick.css');
@import url('slick.min.css');
 
body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-size: 16px;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;

    color: #323c46;
    padding-top: 107px;
    overflow-x: hidden;
}

section p {
    font-size: 14px;
    color: #4b5563;
    line-height: 1.8;
    margin-bottom: 1rem;
}

.pricing-box h3 {
    text-transform: capitalize;
}

.cloude-about {
    background: linear-gradient(135deg, #f3f8ffbf, #eaf3ff00);
}

.footer-copyright {
    border-top: 1px solid #6a6a6a;
    padding-top: 30px;
    margin-top: 15px;
}

.faq .accordion-item {
    border-bottom: 1px solid #e2e2e2 !important;
}


.webyne-premium-hero {
    position: relative;
    background-image: url('../images/home/banner-hero-section.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 170px 0 100px;
    overflow: hidden;
    z-index: 1;
    margin-top: -68px;
}


.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    background: radial-gradient(circle at center, rgba(10, 15, 30, 0.8) 0%, rgba(5, 7, 12, 0.95) 100%);
    z-index: -1;
}


.webyne-hero-content {
    text-align: left;
}

.webyne-subtitle {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    color: #38bdf8;
    /* Cyan Blue */
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 15px;
}

.webyne-main-title {
    font-size: 48px;
    line-height: 1.2;
    font-weight: 800 !important;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}


.gradient-text-blue {
    background: linear-gradient(135deg, #38bdf8 0%, #a855f7 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.webyne-lead-text {
    font-size: 18px;
    line-height: 1.6;
    opacity: 0.9;
    max-width: 540px;
}


.webyne-btn-primary {
    background: linear-gradient(135deg, #38bdf8 0%, #2563eb 100%);
    color: white;
    font-weight: 600;
    padding: 12px 30px;
    border-radius: 50px;
    border: none;
    transition: all 0.3s ease;
}

.webyne-btn-primary:hover {
    box-shadow: 0 4px 15px rgba(56, 189, 248, 0.4);
    transform: translateY(-2px);
    color: white;
}

.webyne-btn-outline {
    background: transparent;
    color: white;
    font-weight: 600;
    padding: 12px 30px;
    border-radius: 50px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    transition: all 0.3s ease;
}

.webyne-btn-outline:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.5);
    color: white;
}


.hero-product-grid {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.webyne-vps-card-premium {
    flex: 1 1 calc(33.333% - 20px);
    min-width: 200px;
    max-width: 240px;

    background: rgb(255 255 255);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    color: rgb(0, 0, 0);
    transition: all 0.4s ease;
    overflow: hidden;
    position: relative;
}


.webyne-vps-card-premium:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    border-color: rgba(56, 189, 248, 0.4);
    /* Default Hover Border */
}


.plan-group {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 5px;
}

.plan-model {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
    color: rgb(6 9 14);
}

.plan-specs-short {
    list-style: none;
    padding: 0;
    margin: 0 0 25px;
    font-size: 13px;
    text-align: left;
    color: rgb(5 7 12);
}

.plan-specs-short li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 8px;
}

.plan-specs-short li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #38bdf8;
    font-weight: bold;
}


.price-wrap {
    margin-bottom: 20px;
}

.price-prefix {
    font-size: 12px;
    opacity: 0.7;
    display: block;
}

.price-wrap article {
    font-size: 32px;
    font-weight: 800;
}

.price-wrap .currency {
    font-size: 18px;
    font-weight: 600;
    vertical-align: super;
}

.price-wrap .period {
    font-size: 14px;
    font-weight: 400;
    opacity: 0.8;
}

/* कार्ड बटन */
.btn-create-vps {
    background: rgba(255, 255, 255, 0.05);
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 50px;
    width: 100%;
    font-size: 14px;
    font-weight: 600;
    padding: 10px;
    transition: all 0.3s ease;
}

.btn-create-vps:hover {
    background: white;
    color: #0a0f1e;
}


.card-vps-blue .plan-group {
    color: #38bdf8;
}

.card-vps-blue:hover {
    border-color: rgba(56, 189, 248, 0.6);
    box-shadow: 0 10px 40px rgba(56, 189, 248, 0.2);
}

.card-vps-blue .plan-specs-short li::before {
    color: #38bdf8;
}

.card-vps-purple .plan-group {
    color: #a855f7;
}

.card-vps-purple:hover {
    border-color: rgba(168, 85, 247, 0.6);
    box-shadow: 0 10px 40px rgba(168, 85, 247, 0.2);
}

.card-vps-purple .plan-specs-short li::before {
    color: #a855f7;
}

.card-vps-cyan .plan-group {
    color: #22d3ee;
}

.card-vps-cyan:hover {
    border-color: rgba(34, 211, 238, 0.6);
    box-shadow: 0 10px 40px rgba(34, 211, 238, 0.2);
}

.card-vps-cyan .plan-specs-short li::before {
    color: #22d3ee;
}


@media (max-width: 991px) {
    .webyne-premium-hero {
        padding: 80px 0 60px;
        text-align: center;
            margin-top: 0px;
    }

    .webyne-hero-content {
        text-align: center;
        margin-bottom: 50px;
    }

    .webyne-main-title {
        font-size: 36px;
    }

    .webyne-lead-text {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
}


.about-sec {
    background: #fff;
    position: relative;
    overflow: hidden;
}

.hero-section h3.prodcut-name {
    font-weight: 700;
    font-size: 19px;
    color: #1f2937;
    text-transform: uppercase;
    opacity: 0.8;
}

.about-img img {
    transition: transform 0.6s ease, box-shadow 0.6s ease;
}


.about-content {
    position: relative;
    z-index: 1;
}

.about-title span {
    color: #007bff;
}

.about-text {
    font-size: 1.05rem;
    color: #4b5563;
    line-height: 1.8;
    margin-bottom: 1rem;
}

.highlight-text span {
    color: #007bff;
    font-weight: 600;
}

@media (max-width: 991px) {
    .about-title {
        text-align: center;
    }

    .about-text {
        text-align: center;
    }

    .btn-primary {
        display: block;
        margin: 0 auto;
    }
}

/* header css start */
#navbarNavDropdown .dropdown-menu.dedicated-server.subchild {
    width: max-content;
    position: absolute;
    left: 100%;
    top: 0;
    display: none;
    visibility: visible;
}

#navbarNavDropdown .dropdown-menu.dedicated-server.clildmenu {
    width: 100%;
    min-width: max-content;
}

#navbarNavDropdown .navbar-nav .nav-item .subchild .nav-link {
    display: block !important;
}

#navbarNavDropdown .clildmenu .nav-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 7px 10px 7px 10px;
    gap: 13px;
}

#navbarNavDropdown .subchild {
    display: none;
}

#navbarNavDropdown .child:hover .subchild {
    display: block;
}

#navbarNavDropdown .dedicated-server.clildmenu p {
    font-size: 14px;
}

#navbarNavDropdown .dedicated-server.subchild p {
    font-size: 14px;
    font-weight: 600;
}

#navbarNavDropdown .child svg {
    font-size: 14px;
}

#navbarNavDropdown .clildmenu li {
    border-bottom: 1px solid #e1e1e1;
}

#navbarNavDropdown .child:last-child,
#navbarNavDropdown .subchild:last-child {
    border: 0;
}

#navbarNavDropdown .dropdown-toggle.parent {
    display: flex;
    align-items: center;
    gap: 7px;
}

#navbarNavDropdown .navbar {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
    padding: 10px 20px;
}

/* Navbar Links */
#navbarNavDropdown.navbar-nav .nav-link {
    font-size: 15px;
    font-weight: 600;
    color: #1f2937;
    padding: 10px 18px;
    margin: 0 4px;
    border-radius: 8px;
    transition: all 0.3s ease;
    position: relative;
}


/* Glow Underline */
#navbarNavDropdown .navbar-nav .nav-link::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0%;
    height: 2px;
    width: 0;
    background: #38bdf8;
    border-radius: 50px;
    transition: width 0.3s ease;
}

#navbarNavDropdown .navbar-nav .nav-link:hover::after,
#navbarNavDropdown .navbar-nav .clildmenu .nav-link.active::after {
    width: 100%;
}

/* ===============================
        DROPDOWN MENU
        =============================== */
#navbarNavDropdown .dropdown-menu {
    border: none;
    background: #0f0720;
    padding: 12px 0;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.15);
    opacity: 0;
    display: none;
    transition: all 0.35s ease;

}

#navbarNavDropdown .dropdown:hover .clildmenu {
    display: block;
    visibility: visible;
}

#navbarNavDropdown .dropdown-toggle::after {
    border-top: 0px !important;
    border-right: 0px transparent !important;
    border-bottom: 0 !important;
    border-left: 0px transparent !important;
}

/* Show dropdown on hover */
#navbarNavDropdown .nav-item.dropdown:hover>.dropdown-menu {

    opacity: 1;
}

#navbarNavDropdown ul.dropdown-menu.dedicated-server.clildmenu {
    transform: translate(0px, 2px);
}

#navbarNavDropdown .navbar-nav li.nav-item.dropdown:last-of-type .clildmenu .subchild {
    right: 159px !important;
}

header .mobile-menu .nav-item .submenu-drop a.nav-link {
    color: #000000ab;
    font-weight: 500;
}

/* Dropdown items */
#navbarNavDropdown .dropdown-menu .nav-link,
#navbarNavDropdown .dropdown-menu .dropdown-item {
    padding: 8px 12px;
    font-size: 14px;
    color: #fff;
    border-radius: 6px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.formsubmission .product-card {
    background: transparent;
    box-shadow: none;
}

/* Hover effect */
#navbarNavDropdown .dropdown-menu .nav-link:hover,
#navbarNavDropdown .dropdown-menu .dropdown-item:hover {
    background: #f4f8ff00;
}

#navbarNavDropdown .subchild li:last-child {
    border-bottom: 0;
}

/* Chevron icon animation */
#navbarNavDropdown .dropdown-menu .fa-chevron-right {
    font-size: 12px;
    transition: transform 0.3s ease;
    width: 12px;
}

#navbarNavDropdown .dropdown-menu .nav-link:hover .fa-chevron-right {
    transform: translateX(4px);
}

/* ===============================
        SUBCHILD MENU
        =============================== */
#navbarNavDropdown .dropdown-toggle.parent svg {
    transform: rotate(89deg);
    width: 9px;
}

.mobile-menu .nav-link {
    font-weight: 600;
    color: #000000d6;
}

.mobile-menu .nav-item {
    background: #fff;
    box-shadow: 0px 0px 2px 1px #8080801c;
    padding: 4px 13px;
    margin-bottom: 1px;
    border-radius: 5px;
}

header .mobile-menu .nav-item .parent,
header .mobile-menu .nav-item .clildmenu a {
    color: #000;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header .mobile-menu .nav-item .clildmenu-lable.dropdown-toggle {
    font-weight: 500;
    color: #000000ab;
}

header .mobile-menu .clildmenu .clildmenu-lable {
    padding: 5px 10px 5px 10px;
}

header .mobile-menu .clildmenu .dropdown.dropdown-submenu {
    border-top: 1px solid #8080802b;
}

header .mobile-menu .nav-item a {
    color: #000;
}

header .mobile-menu .nav-item .clildmenu ul.submenu {
    color: #000000ad;
    list-style: disc;
    display: none;
    padding-top: 10px;
    padding-bottom: 12px;
    border-top: 1px solid #57575724;
}

header .mobile-menu .nav-item .submenu a {
    padding: 0;
    font-size: 14px;
    font-weight: 600;
    color: #00000099;
}

header .mobile-menu .mobile-currency select.currencySelector {
    border-color: #00000000;
    border-radius: 4px;
    padding: 10px 4px;
    color: #000;
    font-weight: 600;
    font-size: 16px;
}

header .mobile-menu .mobile-currency label {
    font-weight: 600;
}

header .mobile-menu .nav-item .clildmenu ul.submenu.show {
    display: block;
}

.mobile-menu .clildmenu {
    border: 0;
    background: transparent;
    padding: 0;
}

.mobile-menu .clildmenu .dropdown-submenu {
    padding: 2px 0px 0 0px;
}

/* Style for multi-level dropdown */
.dropdown-submenu {
    position: relative;
}

.hero-section .product-details+span {
    text-transform: capitalize;
    font-weight: 600;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -5px;
}

.top-emails {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 25px;
    align-items: center;
    justify-content: start;
}

.top-emails a {
    text-decoration: none;
    color: #fff;
}

ul.top-emails svg {
    font-size: 13px;
    width: 16px;
}

header {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    transition: transform 0.3s ease-in-out;
    background-color: #fff;
    box-shadow: 0px 1px 2px 0px #80808030;
}

header.is-sticky {
    position: fixed;
    background-color: #fff;
    width: 100%;
    z-index: 999;
    box-shadow: 0 0 20px 0 #afafaf66;
    -ms-transition: all 0.7s ease-out;
    -moz-transition: all 0.7s ease-out;
    -webkit-transition: all 0.7s ease-out;
    -o-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out;
}

.navbar-brand img {
    width: 135px;
    height: auto;
}

.top-bar {
    background: #0f0720;
    padding: 4px 0;
    text-align: center;
}

.top-bar span {
    margin: 0;
    color: #ffff;
    font-size: 14px;
    font-weight: 600;
}

.top-bar span a {
    color: #ffff;
}

.navbar-nav.middle-nav {
    flex-direction: row;
}

.navbar-nav.middle-nav {
    flex-direction: row;
    justify-content: end;
    gap: 15px;
}

ul.navbar-nav.middle-nav a {
    font-weight: 600;
    font-size: 15px;
    border-bottom: 2px solid transparent;
    padding: 2px 0;
    color: #fff;
}

.middle-navbar span {
    font-size: 14px;
}

.middle-nav .nav-item .nav-link:hover {
    color: #e9e9e9;
}

.submenu-items img {
    width: 32px;
}

#navbarNavDropdown .nav-link:hover {
    color: #38bdf8;
}

.navbar-nav.middle-nav ul li a {
    color: #ffff;
}

.submenu-items p {
    margin: 0;
    font-weight: 600;
    font-size: 14px;
}

.faq {
    background: #fff;
}

.submenu-items span {
    margin: 0;
    font-size: 14px;
}

.submenu-bar ul {
    padding: 0;
    list-style: none;
}

.dropdown-item-currencie label {
    font-size: 16px;
    margin-bottom: 7px;
    color: #323c46;
}

.submenu-bar .dropdown-item,
.dedicated-server .dropdown-item {
    padding: 5px 12px;
}

header .dropdown-item:hover {
    background: transparent;
}

header .dropdown-item:active {
    background: transparent;
    color: #000;
}

.submenu-bar {
    gap: 10px;
}

.inner-submenu li a {
    padding: 5px 0px !important;
    font-size: 15px;
}

.submenu-bar .inner-submenu {
    padding: 10px 25px;
}

.inner-submenu span {
    font-size: 13px;
}

.big-header .dropdown-menu {
    display: block;
    visibility: hidden;
}

.mobile-menu.navbar.navbar-expand-lg {
    box-shadow: 0px 3px 6px 0px #80808054;
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
}

.mobile-menu .navbar-collapse {
    overflow-y: auto;
    height: 100vh;
    padding-top: 20px;
}

.mobile-menu .submenu-items p {
    font-weight: 400;
}

.mobile-li {
    color: #000;
    text-decoration: none;
    font-size: 18px;
}

.mobile-menu .submenu-bar .dropdown-item,
.mobile-menu .dedicated-server .dropdown-item {
    padding: 13px 4px;
}

#navbarNavDropdown .nav-link {
    font-weight: 600;
    color: #111523;
    font-size: 15px;
}

.price-heading-col span {
    font-size: 12px;
    font-weight: 400;
    color: #5a6473;
}

.pricing-box table th {
    color: #323c46;
    vertical-align: text-top;
}

.pricing-box table tr td {
    vertical-align: middle;
    color: #323c46;
}

.pricing-box table p {
    margin: 0;
    font-size: 14px;
    line-height: 140%;
    font-weight: 600;
    margin-bottom: 10px;
}

.specifiction {
    font-size: 12px;
    font-weight: 600;
}

.pricing-box .lable-no-stop span {
    font-size: 10px;
    padding: 4px 6px;
    border-radius: 3px;
    font-weight: 400;
    transition: 0.5s;
}

.pricing-box table .lable-no-stop {
    text-align: center;
    width: 130px;
    padding: 0px 5px;
    position: static;
    clip-path: polygon(0% 0, 99% 0, 99% 100%, 0 104%);
}

.pricing-box .data-transfer {
    font-weight: 400 !important;
    font-size: 11px;
}

.pricing-box .table-money+span {
    font-size: 12px;
    font-weight: 500;
}

.table-btn {
    border-radius: 50px;
    background: #007BFF;
    border: 0;
    font-weight: 500;
}

.table-btn:hover {
    background: #066979;
}

.pricing-box .lable-no-stop.Unbeatable-value span {
    background: #fc6c28;
}

.pricing-box .table-money {
    font-size: 16px;
    font-weight: 700;
}

.price-heading-col {
    line-height: 1;
}

#navbarNavDropdown .navbar-nav {
    gap: 10px;
}

.table-card {
    background: #fff;
    border-radius: 5px;
    /* padding: 1.25em; */
    margin-top: 1em;
    box-shadow: 0px 0px 2px 1px #8080801a;
}

.invoice-header p span {
    font-weight: 600;
}

/* header css end  */

/* footer css  */
footer {
    background-color: #0A1A2F;
    padding: 50px 0 20px;
    color: #d7d7d7;
}

.col-footer a img {
    width: 30px;
    filter: invert(1);
}

.col-footer li a {
    color: #d7d7d7;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
}

.col-footer h4 {
    font-weight: 700;
    font-size: 20px;
    color: #fff;
}

.col-footer ul {
    padding: 0;
    list-style: none;
    margin-bottom: 20px;
}

.col-footer li {
    padding: 3px 0;
}

/* footer end  */
section {
    padding: 60px 0;
}

.hero-section {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    padding: 120px 0;
}

.bannerstyle::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 65%;
    background-size: cover;
    background-position: top;
    z-index: -1;
    height: 500px;
}

.input-group #password+.text.text-danger,
.input-group #password_confirmation+.text.text-danger {
    position: absolute;
    bottom: -26px;
    left: 0;
}

.hero-section:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #000000ad, #00000080);
    z-index: 0;
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px)
}

.hero-section .container {
    z-index: 9;
    position: relative;
}

h3 {
    font-size: 32px;
    font-weight: 600;
}

section.hero-section h2,
.hero-section p {
    color: #fff;
    font-size: 20px;
    line-height: 160%;
    font-weight: 300;
}

h1 {
    font-size: 3rem;
    color: #fff;
    font-weight: 700;
}

h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #155089;
}

.cta-section h2 {
    color: #fff;
}

.about-card-header-text h4 {
    font-weight: 700;
}

.about-card-header h4 {
    font-weight: 700;
    color: #4b5563;
}

.banner-section p {
    font-size: 20px;
    font-weight: 300;
    line-height: 160%;
}

.banner-section h2 {
    /* font-size: 52px; */
}

.product-card .prodcut-name {
    font-size: 16px;
}

.product-card .product-details {
    color: #6b7280;
    font-weight: 600;
    font-size: 13px;
    transition: 0.5s;
}

.hero-section .product-card .currency-col {
    margin-bottom: 15px;
}

.product-card .card {
    border-radius: 20px;
    transition: 0.5s;
}

.product-card .card-body {
    padding-top: 42px;
    transition: 0.5s;
    padding-left: 10px;
    padding-right: 10px;
}

.product-card .currency-col {
    display: flex;
    align-items: end;
    justify-content: center;
    /* margin-top: 20px;
        margin-bottom: 18px; */
}


.product-card .decimal {
    line-height: 1;
    font-size: 24px;
    font-weight: 800;
    margin-top: 3px;
}

.product-card .currency-symbol.curency-after {
    font-size: 18px;
    font-weight: 700;
    position: relative;
    top: -17px;
}

.monthly-col #price-period {
    font-size: 12px;
    font-weight: 600;
    color: #878787;
}

.product-card .monthly-col {
    margin-top: -5px;
}

.product-card #montly-price {
    font-size: 12px;
    font-weight: 600;
}

.btn-create {
    background: #4f46e5;
    display: inline-block;
    max-width: 220px;
    padding: 12px 25px;
    width: 100%;
    font-weight: 600;
    color: #ffffff;
    border: none;
    border-radius: 8px;
    text-decoration: none;
    transition: background-color 0.3s, transform 0.1s, box-shadow 0.3s;
}

.checkout .btn-create:hover,
.btn-create:hover {
    background: #007bffb5;
}

.product-card .product-card-footer p {
    font-size: 12px;
    line-height: 115%;
    color: #000;
    margin: 0;
}

.product-card .card {
    height: 100%;
    transition: 0.5s;
    box-shadow: 0px 0px 2px 1px #8080801a;
    border-radius: 5px;
}


.product-flex.buy-product {
    display: flex;
    flex-wrap: wrap;
     gap: 10px;
     justify-content: center;
     align-items: stretch;
 }

.product-flex {
    gap: 10px;
}
 
.features-section {
    font-family: 'Poppins', sans-serif;
    background-color: #f8fafc;
    overflow: hidden;
}

.section-title {
    font-weight: 700;
    color: #1e293b;
    font-size: 2.2rem;
}

.section-title span {
    color: #4f46e5;
}

.title-line {
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #4f46e5, #9333ea);
    margin: 15px auto;
    border-radius: 10px;
}

/* Feature Card Styling */
.feature-card {
    background: #ffffff;
    padding: 40px 30px;
    border-radius: 20px;
    text-align: center;
    position: relative;
    z-index: 1;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: 1px solid rgba(0, 0, 0, 0.05);
    height: 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
    overflow: hidden;
}

/* Custom Styles for Cloude About Section */
.cloude-about {
    background-color: #ffffff;
    font-family: 'Poppins', sans-serif;
}

.section-title {
    font-weight: 800;
    font-size: 2.5rem;
    color: #0f172a;
    margin-bottom: 10px;
}

.section-title span {
    color: #2563eb;
    /* Premium Blue */
}

.title-line {
    width: 60px;
    height: 4px;
    background: #2563eb;
    margin: 10px auto 20px;
    border-radius: 5px;
}

.p-f-style {
    color: #64748b;
    font-size: 1.1rem;
    line-height: 1.6;
}

/* --- About Card Design --- */
.about-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06);
    border-color: #bfdbfe;
}


.icon-box img {
    width: 35px;
    height: 35px;
    object-fit: contain;
    transition: 0.3s;
}

/* CTA Section Styling */
.hosting-need {
    background-color: #ffffff;
}

.cta-wrapper {
    position: relative;
    background: linear-gradient(135deg, #0f172a 0%, #1e3a8a 100%);
    padding: 60px 50px;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(30, 58, 138, 0.2);
    z-index: 1;
}

/* Background Animated Shape */
.cta-bg-shape {
    position: absolute;
    top: -50%;
    right: -10%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(59, 130, 246, 0.2) 0%, transparent 70%);
    z-index: -1;
    border-radius: 50%;
}

.cta-title {
    color: #ffffff;
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 15px;
    letter-spacing: -0.5px;
}

.cta-text {
    color: #cbd5e1;
    font-size: 1.1rem;
    max-width: 650px;
    line-height: 1.6;
    margin: 0;
}

.cta-text span {
    color: #60a5fa;
    font-weight: 600;
}

/* Premium Button Styling */
.cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: #ffffff;
    color: #1e3a8a;
    padding: 16px 35px;
    border-radius: 12px;
    font-weight: 700;
    text-decoration: none;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.cta-btn i {
    transition: transform 0.3s ease;
}

.cta-btn:hover {
    background: #60a5fa;
    color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 15px 30px rgba(59, 130, 246, 0.4);
}

.cta-btn:hover i {
    transform: translateX(5px);
}

/* Responsive Fix */
@media (max-width: 991px) {
    .cta-wrapper {
        padding: 40px 30px;
        text-align: center;
    }

    .cta-title {
        font-size: 2rem;
    }

    .cta-text {
        margin: 0 auto;
    }
}

.content-box p {
    font-size: 0.95rem;
    color: #475569;
    line-height: 1.7;
    margin: 0;
}

/* Responsive Fix */
@media (max-width: 768px) {
    .about-card-header {
        flex-direction: column;
        text-align: center;
    }

    .icon-box {
        margin: 0 auto 20px auto;
    }

    .section-title {
        font-size: 1.8rem;
    }
}

.feature-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 20px 40px rgba(79, 70, 225, 0.1);
    border-color: rgba(79, 70, 225, 0.2);
}

/* Icon Wrap */
.feature-icon-wrap {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #4f46e5 0%, #9333ea 100%);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    margin: 0 auto 25px;
    border-radius: 18px;
    box-shadow: 0 10px 20px rgba(79, 70, 225, 0.3);
    transition: 0.4s;
}

.feature-card:hover .feature-icon-wrap {
    transform: rotateY(180deg);
}

/* Card Content */
.feature-card h3 {
    font-size: 22px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 15px;
}

.feature-card p {
    font-size: 15px;
    color: #64748b;
    line-height: 1.7;
}

/* Hidden Background Icon Effect */
.feature-bg-icon {
    position: absolute;
    bottom: -20px;
    right: -10px;
    font-size: 100px;
    color: rgba(79, 70, 225, 0.03);
    z-index: -1;
    transition: 0.4s;
}

.feature-card:hover .feature-bg-icon {
    transform: scale(1.2) rotate(-10deg);
    color: rgba(79, 70, 225, 0.06);
}

/* Highlighted Card (Optional) */
.feature-card.active {
    background: #ffffff;
    border: 1px solid rgba(79, 70, 225, 0.15);
}

.product-card .Unbeatable-value span {
    background-color: #fc6c28;
}

.buy-product .product-card {
    margin-bottom: 25px;
    transition: 0.5s;

}

.buy-product .product-card .card-body h3 {
    font-weight: 700;
    font-size: 18px;
    color: #1f2937;
}

img {
    max-width: 100%;
    height: auto;
}

.about-card {
    padding: 35px 20px;
    gap: 10px;
    width: 100%;
    border-radius: 5px;
    background-color: #ffffff69;
    align-items: center;
    transition: transform 0.3s;
    height: 95%;
    box-shadow: 0 3px 10px rgb(0 0 0 / 1%);
    border-radius: 15px;
}

.cloude-about.features-benefits .about-card {

    background-color: #ffffffde;

}

.choose-cloudy .about-card {
    height: 96%;
    border-left: 5px solid #155089;
}

.cloude-about .about-card-header img {
    width: 80px;
    height: 80px;
    margin-bottom: 15px;
    margin-right: 20px;
    object-fit: contain;
}

.choose-cloudy .about-card-header {
    min-height: 244px;
    align-items: center;
    text-align: start;
    margin-bottom: 20px;
}

.mobile-logout {
    padding: 15px;
    display: inline-block;
    text-decoration: none;
    color: #000;
}

.big-header .dropdown-menu-currencie .form-select.currencySelector:hover {
    color: #ffffff;
    background-color: #ffffff00;
    border-color: #828c9b00;
    outline: 0;
    box-shadow: 0 0 0 0.05rem #828c9b00;
}

.header-currency select.currencySelector,
.header-currency select.currencySelector:focus-visible,
.header-currency select.currencySelector:focus {
    min-width: 66px;
    padding: 3px 6px 0px;
    border: 0;
    font-weight: 600;
    color: #fff;
    font-size: 15px;
    cursor: pointer;
    outline: 0;
    box-shadow: none;
    border-bottom: 2px solid transparent;
    background-color: #0b1c1f00;
}

.middle-navbar .form-select {
    filter: brightness(4.5);
    background-size: 19px 15px;
}

.middle-navbar select option {
    color: #000;
}

.invoice-card .invoice-header div {
    width: 40%;
}

.about-card-header img {
    width: 18%;
    height: auto;
    transition: fill 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.choose-cloudy .about-card-header img {
    margin-bottom: 10px;
}

.pricing-box .table-card h3 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 4px;
    padding: 20px 15px 12px;
    box-shadow: 0px 0px 2px 1px #80808036;
}

.hero-section .product-card .product-details {
    min-height: 47px;
}

.counter-card {
    width: 90%;
    margin: auto;
}

.counter-card h2 {
    margin-bottom: 1px;
    color: #1b4a7f;
}

.counter-card p {
    font-weight: 800;
    margin: 0;
}

.counter-section {
    background: #E5F0FF;
}

.choose-cloudy svg {
    fill: #5ac8f5;
    width: 15%;
}

.choose-cloudy svg path {
    stroke: #323c46;
    stroke-width: 11px;
}

.about-card-header-text {
    width: 100%;
}

.cloude-about.choose-cloudy .about-card {
    margin-bottom: 25px;
}


.about-card:hover {
    transform: translateY(-10px) !important;
    box-shadow: 0 30px 60px rgb(79 70 229 / 7%);
}

.about-card-header-text h4 {
    transition: color 0.3s ease-in-out;
}

.hero-section h4.prodcut-name {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.about-card-header:hover .about-card-header-text h4,
.about-card-header:hover h4 {
    color: #1b4a7f;
}

.e-font-icon-svg {
    width: 48px;
    height: 48px;
    fill: #007d91;
    transition: fill 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.about-card-header:hover .e-font-icon-svg,
.about-card-header:hover img {
    fill: #007D91;
    transform: rotate(10deg);
}

.about-card-header-text p {
    color: #666;
}

.slick-arrow {
    border: 0;
    background: transparent;
}

.data-center img:hover {
    transform: translateY(-10px) !important;
    cursor: pointer;
    box-shadow: 0 30px 60px rgba(79, 70, 229, 0.15);
}

.data-center img {
    width: 100%;
    height: 100%;
    padding: 8px 20px;
    object-fit: contain;
    background: #efefef;
    position: relative;
    background-color: #ffffff;
    border-radius: 15px;
    transition: all 0.3s ease;
    box-shadow: 0 3px 10px rgb(0 0 0 / 4%);
    overflow: hidden;
}

.data-center img:hover {
    filter: grayscale(0%);
}

.card-header {
    padding: 18px 20px;
    border-bottom: 1px solid #eef2ff;
    background-color: #f7f9fd;
    border-radius: 16px 16px 0 0;
}

.faq .accordion-item {
    border: 0;
}

.data-center {
    background: #fff;
}

.slick-prev.slick-arrow {
    position: absolute;
    left: -15px;
    top: 40%;
    background-image: url(../img/arrow.webp);
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: center;
}

.slick-next.slick-arrow {
    position: absolute;
    right: -15px;
    top: 40%;
    background-image: url(../img/arrow.webp);
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: center;
    transform: rotate(182deg);
}

.slick-arrow {
    border: 0;
    background: #ffffff;
    font-size: 0px;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    z-index: 2;
    box-shadow: 0px 0px 2px 1px #8080801a;
}

section.we-work {
    background: #fff;
}

footer .social-icon svg {
    font-size: 30px;
    color: #d7d7d7;
}

.col-footer.footer-links li a,
.footer-links li {
    transition: 0.5s;
}

.col-footer.footer-links a:hover,
.col-footer.footer-links li:hover {
    color: #00b6ff;
    transform: translateX(1px);
}

.col-footer li a,
.col-footer.social-icon svg {
    transition: 0.5s;
}

.col-footer li a:hover {
    color: #00b6ff;
}

.col-footer.social-icon svg:hover {
    color: #00b6ff;
}


.banner-section p,
.banner-section h2 {
    color: #fff;
}

.configure-page h2 {
    font-weight: 700;
}

.breadcrumb-item {
    font-size: 14px;
    font-weight: 500;
}

.breadcrumb-item a {
    text-decoration: none;
}

.banner-section {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    min-height: 500px;
}

.banner-section:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 65%;
    background: #0f0720;
    z-index: -1;
    border-radius: 0px 0px 50px 50px;
    height: 500px;
}


.hosting-need h2,
.hosting-need p {
    color: #fff;
}

.product-card-footer.product-buy .product-margin p {
    font-weight: 600;
    font-size: 16px;
    line-height: 2.1;
    color: #323c46;
    margin-bottom: 16px;
}

.product-flex.buy-product .card {
    height: 100%;
    box-shadow: 0px 0px 2px 1px #8080801a;
    border-radius: 5px;
    border: 0;
}

.operating-system .tab-content {
    width: 80%;
    margin: auto;
}

.operating-system .nav-link {
    background: #00bbff;
    color: #f8f8f8;
}

.operating-system .nav-pills .nav-link.active,
.operating-system .nav-pills .show>.nav-link {
    background-color: #1b4a7f;
}

.accordion-button:focus {
    box-shadow: none;
}


.client-review-card {
    text-align: start;
}

.client-review {
    padding: 80px 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background: linear-gradient(120deg, #ffffff, #eaf0ff);
}


.client-review .client-review-card {
    flex: 1;
    background: #ffffff;
    padding: 17px;
    border-radius: 10px;
    transition: all 0.3s ease;
}

/* HOVER EFFECT for better UX */
.client-review-card:hover {
    transform: translateY(-8px);
    /* Card lifts up */
    box-shadow: 0 30px 60px rgba(79, 70, 229, 0.15);
}

.About-US img {
    /*width: 70%;*/
}

/* 5. QUOTE ICON */
.quote-icon {
    font-size: 4em;
    color: #007bff;
    line-height: 1;
    margin-bottom: 15px;
    opacity: 0.1;
    position: absolute;
    /* top: 10px;
    left: 20px; */
}

/* 6. MESSAGE BODY */
.client-body {
    flex-grow: 1;
    position: relative;
    z-index: 10;
}

.client-body p {
    /* font-size: 1.1em; */
    /* color: #444; */
    /* line-height: 1.7; */
    margin-bottom: 25px;
    font-style: italic;
}

/* 7. CLIENT PROFILE (Name & Title) */
.client-review-footer {
    display: flex;
    align-items: center;
    margin-top: auto;
    padding-top: 15px;
    border-top: 1px solid #f0f0f0;
}

.client-avatar {
    width: 50px;
    height: 50px;
    background-color: #007bff;
    border-radius: 50%;
    margin-right: 15px;
    overflow: hidden;
    border: 2px solid #e6f0ff;
    flex-shrink: 0;
}

.client-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.client-profile-details {
    line-height: 1.3;
}

.client-profile-details .name {
    font-size: 1.1em;
    font-weight: 700;
    color: #1a4f80;
    margin: 0;
}

.client-profile-details .title {
    font-size: 0.9em;
    color: #777;
    margin: 0;
    font-weight: 500;
}

.client-review .slick-slide {

    padding-right: 5px;
    padding-left: 5px;
}

.client-review .slick-track {
    padding: 31px 0 !important;
}

/* Accordion Container Styling */
.accordion {
    border: none;
}

.counter-section {
    background-color: #1e293b;
    border-top: 5px solid #007bff;
    padding: 100px 0;
    font-family: 'Inter', sans-serif;
}

.counter-card {
    padding: 20px 10px;
    background-color: transparent;
    transition: transform 0.3s ease;
}

.counter-card:hover {
    transform: translateY(-5px);
}

.counter-card h2 {
    font-size: 4.5em;
    font-weight: 900;
    color: #ffffff;
    line-height: 1;
    margin-bottom: 5px;
}

.counter-card .suffix {
    color: #00bcd4;
}

.counter-card p {
    font-size: 1.2em;
    font-weight: 500;
    color: #94a3b8;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0;
}

@media (max-width: 992px) {
    .counter-card h2 {
        font-size: 3.5em;
    }

    .counter-section {
        padding: 60px 0;
    }
}

.faq .accordion-item {
    border: 1px solid #e0e6ed;
    margin-bottom: 12px;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    transition: box-shadow 0.3s ease;
    border: 0;
}

.faq .accordion-item:hover {
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}

.faq .accordion-button {
    font-size: 1.1em;
    font-weight: 600;
    color: #1a4f80;
    padding: 18px 25px;
    background-color: #ffffff;
    border-radius: 8px !important;
    border: none;
    transition: background-color 0.3s ease;
}

.accordion-button:not(.collapsed) {
    color: #007bff;
    background-color: #e6f0ff;
    box-shadow: none;
    border-bottom: 1px solid #c7d8ed;
}

/* Arrow (Chevron) Styling */
.accordion-button:not(.collapsed)::after {
    transform: rotate(-180deg);
    filter: brightness(0.8);
}

.accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%231a4f80' class='bi bi-chevron-down' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
}

.faq .accordion-body {
    padding: 20px 25px;
    background-color: #f7f9fc;
    color: #555;
    font-size: 1em;
    line-height: 1.6;
}

.faq-image-col {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 30px;
}

.faq-image-col img {
    max-width: 100%;
    height: auto;
    transform: scale(1.05);
}

@media (max-width: 992px) {
    .faq-image-col {
        margin-top: 40px;
        padding-left: 15px;
    }
}

.faq .accordion-button {
    font-weight: 600;
    font-size: 1.1rem;
}

.walet img {
    width: 73px;
    margin-right: 11px;
}

.walet p {
    font-size: 1.5em;
    font-weight: 400;
}

.mobile-price-table .accordion-button::after {
    margin-left: unset;
    right: -3px;
    top: 13px;
    position: absolute;
}

.main-heading-price {
    width: 95%;
}

.main-heading-price h5 {
    font-size: 16px;
    font-weight: 700;
    color: #323c46;
    width: 49%;
}

.main-heading-price h5:nth-child(2) {
    text-align: end;
}

.mobile-price-table .accordion-body .main-heading-price h5,
.mobile-price-table .accordion-body .main-heading-price p {
    color: #323c46;
    font-size: 15px;
}

.mobile-price-table .accordion-body {
    padding-left: 0;
    padding-right: 0;
}

.mobile-price-table .accordion-button {
    padding: 12px 3px;
}

.mobile-price-table .accordion-button:not(.collapsed) {
    background-color: transparent;
}

.card-header h3 {
    font-weight: 700;
    color: #323c46;
    font-size: 22px;
    text-transform: capitalize;
}

.checkout .formsubmission .card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-color: #80808033;
    background: #fff;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-between;
}

.middle-nav .dropdown-menu {
    display: none;
}

.middle-nav .nav-item:hover .dropdown-menu {
    display: block;
    position: absolute;
    padding: 15px;
    visibility: visible;
}

.navbar-nav.middle-nav a {
    color: #000;
    text-decoration: none;
}

.card-header .lable-no-stop {
    top: 0;
}

.card-header .lable-no-stop span {
    border-radius: 3px;
    padding: 3px 5px;
}

.checkout .card {
    background-color: #ffffff;
    border: none;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    overflow: hidden;
}

.checkout .checkout-specifiction-style span {
    font-weight: 700;
    font-size: 14px;
}

.checkout-specifiction-style p {
    margin-bottom: 0;
}

.checkout-specifiction-style small {
    font-size: 12px;
    position: relative;
    top: -6px;
}

.checkout .style-d-flex {
    gap: 100px;
}

.checkout hr {
    border-color: #808080e0;
}

.checkout .length-select .form-check-label {
    border: 2px solid #00000091;
    padding: 30px 10px;
    text-align: center;
    width: 100%;
    cursor: pointer;
    font-size: 16px;
}

.length-select .form-check-input {
    position: relative;
    right: 9px;
    top: -5px;
}

.checkout .length-select {
    width: 100%;
    position: relative;
}

.checkout .form-check-label span {
    font-weight: 700;
}

.checkout .form-check {
    text-align: center;
    padding-left: 0;

}

.checkout .length-select {
    position: relative;
    width: 250px;
    height: 92%;
}

.checkout-box .form-check .month-lab {
    background: #fff;
    position: relative;
    top: -12px;
    padding: 9px;
    font-size: 14px;
}

.monthlybilling {
    flex-wrap: wrap;
    align-items: start;
}

.checkout .form-check-label {
    font-size: 21px;
}

.checkout .money-save-lable {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -55%);
    background: #DDF3E4;
    color: #008728;
    font-weight: 700;
    padding: 3px 15px;
    border-radius: 50px;
    font-size: 12px;
    width: 57%;
    border: 1px solid #0087282b;
    z-index: 99;
}

.checkout .form-check:has(.form-check-input:checked) .form-check-label {
    border: 2px solid blue;
    box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.4);
}

.checkout .region-check .form-check-label {
    text-align: start;
    padding: 15px 47px;
    margin-bottom: 5px;
    font-size: 18px;
}

.checkout .term-length #pills-tab {
    border-bottom: 1px solid #0d6efd;
}

.checkout .template .length-select img {
    width: 71px;
    height: 71px;
    object-fit: contain;
    margin-bottom: 5px;
    background-color: transparent;
    mix-blend-mode: multiply;
}

.checkout .template .length-select .form-check-label {
    text-align: center;
    margin-bottom: 20px;
}

.checkout .template .form-check-label {
    padding: 30px 15px;
}

.checkout .summary-details h5 {
    font-size: 17px;
}

.checkout .summary-details h6 {
    font-size: 14px;
    margin-top: 23px;
}

.checkout .choose-payment-method .accordion-body .form-check-label {
    font-size: unset;
}

.checkout-box .choose-payment-method .form-check {
    padding: 3px 22px;
}

.total-amount h5 {
    font-weight: 700;
    color: #000000c4;
    position: relative;
}

.tooltip-style {
    border-radius: 50px;
    padding: 0;
    width: 13px;
    height: 13px;
    font-size: 10px;
    background-color: #a9a9a9;
    border: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 1px;
    right: -18px;
}

.checkout .checkout-box {
    position: sticky;
    top: 61px;
}

.forget-password {
    text-decoration: none;
}

.form-btn {
    background: #4f46e5;
    display: inline-block;
    padding: 12px 25px;
    font-weight: 600;
    color: #ffffff;
    border: none;
    border-radius: 8px;
    text-decoration: none;
    transition: background-color 0.3s, transform 0.1s, box-shadow 0.3s;
    box-shadow: 0 4px 15px rgba(79, 70, 229, 0.4);
}

.form-btn:hover {
    color: #fff;
    background: #007bffb5;
}

.dropdown-menu-currencie input,
.formcreate input,
.formcreate select,
.dropdown-menu-currencie select {
    border-radius: 0.5rem;
    padding: 12px;
    border-color: rgb(209 213 219);
}

button.toggle-password {
    color: #9ca3af;
}

label.col-form-label {
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.formcreate .form-control:focus,
.formcreate .form-control:hover,
.formcreate .form-select:focus,
.formcreate .form-select:hover,
.dropdown-menu-currencie .form-control:focus,
.dropdown-menu-currencie .form-control:hover,
.dropdown-menu-currencie .form-select:focus,
.dropdown-menu-currencie .form-select:hover {
    color: #212529;
    background-color: #fff;
    border-color: #828c9b;
    outline: 0;
    box-shadow: 0 0 0 0.05rem #828c9b;
}

.paymentcustomer {
    gap: 20px;
    width: 76%;
    display: flex;
    align-items: center;
    justify-content: end;
}

.hero-section .product-card {
    transition: 0.5s;
    width: 100%;
}

.p-f-style {
    font-size: 17px;
    line-height: 150%;
}

.buy-product .product-card:hover,
.hero-section .product-card:hover {
    transform: translateY(-5px) !important;
}

.paymentcustomer p {
    margin: 0;
    width: 23px;
    height: 23px;
    background: #828C9B;
    color: #fff;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.paymentcustomer span {
    color: #828C9B;
    font-weight: 600;
}

.paymentcustomer .progress {
    width: 10%;
    height: 3px;
    background: #828c9b;
}

.choose-payment-method .accordion-button:not(.collapsed) {
    background-color: #ffffff;
    color: #000000;
}

.accordion-button span {
    font-weight: 600;
}

.choose-payment-method .form-check:has(.form-check-input:checked) .form-check-label {
    border: 0px solid blue;
    box-shadow: none;

}

.choose-payment-method .form-check-label {
    cursor: pointer;
}

.choose-payment-method .form-check {

    padding: 13px 31px;
}

.choose-payment-method .accordion-button {
    padding: 0;
}

.form-group.card-details input {
    border-radius: 0;
    padding: 12px;
    border-color: #c5c5c5;
}

.form-group.card-details .form-control:focus,
.form-group.card-details .form-control:hover {
    color: #212529;
    background-color: #fff;
    border-color: #828c9b;
    outline: 0;
    box-shadow: 0 0 0 0.05rem #828c9b;
}

header .navbar-nav .nav-item a:hover,
header .navbar-nav .nav-item .dropdown-menu .active,
header #navbarNavDropdown .navbar-nav .nav-item.dropdown a.active {
    color: #1b4a7f;
    background: transparent;
}

.accordion-button:not(.collapsed) {
    color: #1b4a7f;
}

.cta-section {

    background: #007BFF;
    color: white;
    padding: 25px 50px;
    border-radius: 5px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.cta-section .startbtn {
    border-radius: 50px;
    color: #000;
    font-weight: 600;
    padding: 12px 60px;
    border: 1px solid #fff;
}

.cta-section .startbtn:hover {
    background: transparent;
    color: #fff;
}

.cta-content h2 {
    font-size: 36px;
    margin-bottom: 15px;
}

.cta-content p {
    font-size: 1.05rem;
    line-height: 1.6;
    margin-bottom: 25px;
    color: #ffffff;
}

.cta-content a {
    display: inline-block;
    background-color: #fff;
    color: #007BFF;
    padding: 12px 24px;
    font-weight: bold;
    text-decoration: none;
    border-radius: 6px;
    transition: background-color 0.3s ease;
}

.cta-content a:hover {
    background-color: #e2e8f0;
}

.cta-image img {
    width: 57%;
}

.mobile-price-box h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px !important;
}

.product-margin ul {
    list-style: none;
    padding: 0;
}


.template-cycle .money-save-lable {
    top: 0;
    transform: translate(-50%, -65%);
}

.template-cycle p {
    font-size: 16px;
}

.mobile-currency {
    list-style: none;
    padding: 0;
    margin: 0;
}

.table-card h3 {

    color: #004E98;
}

.table.caption-top {
    margin-bottom: 0 !important;
    border-collapse: separate;
    border-spacing: 0;
}

.pricing-box .table thead th {
    border-bottom: 1px solid #eef2ff;
    background-color: #f7f9fd;
    color: #4b5563;
    font-weight: 700;
    font-size: 1rem;
    padding: 7px 15px;
    text-transform: uppercase;

}


.pricing-box table .price-heading-col p {
    color: #4b5563;
}


.table tbody tr {
    border-bottom: 1px solid #eeeeee;
}

.table tbody tr:hover {
    background-color: #f7f9fd;
}

.pricing-box .table tbody tr td,
.pricing-box .table tbody tr th {
    padding: 10px 13px;
    position: relative;
}

.modal-name {
    font-weight: 700;
    color: #1a202c;
}

.pricing-box .lable-no-stop span {
    display: inline-block;
    font-size: 0.7rem;
    font-weight: 700;
}

.specification {
    color: #666;
    font-weight: 400;
}

.specification strong {
    color: #1f2937;
    font-weight: 700;
    font-size: 1.05rem;
}

.table-money {
    font-size: 2.5rem;
    font-weight: 900;
    color: #004e98;
}

.table-money+span {
    color: #666;
    font-weight: 500;
    font-size: 1.1rem;
}


.mobile-price-table .table-card {
    background: #fff;
    border-radius: 5px;
    padding: 1.75em 0.75em;
    margin-top: 1em;
    box-shadow: 0px 0px 2px 1px #8080801a;
}

:root {

    --accent-color: #f8f9fa;
    --border-color: #e2e8f0;
    --shadow-light: 0 4px 12px rgba(0, 0, 0, 0.05);
    --shadow-hover: 0 6px 15px rgba(0, 0, 0, 0.1);
    --border-radius: 0.75rem;
   
}

.term-length h4 b {
    color: #1f2937;
    font-size: 22px;
    margin-bottom: 1.5rem;
}

.checkout-specifiction .description {
    font-size: 0.95rem;
    line-height: 1.5;
    color: #555;
    margin-bottom: 0;
}


.length-select {
    width: 100%;
}

.length-select .form-check {
    border: 2px solid var(--border-color);
    border-radius: var(--border-radius);
    padding: 1.5rem;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    background-color: var(--accent-color);
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    margin-bottom: 1rem;

    border: none;
    padding: 0;
    background: none;
}

.monthlybilling>.length-select .form-check-label,
.region-check .length-select .form-check-label {
    border: 2px solid var(--border-color);
    border-radius: var(--border-radius);
    background-color: var(--accent-color);
    transition: all 0.2s ease-in-out;
    padding: 1.5rem;

    /* Layout */
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    position: relative;
    cursor: pointer;
}

.length-select .form-check-label:hover {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.2);
}

.length-select .form-check-input {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.length-select .form-check-input:checked~.form-check-label {
    border-color: var(--primary-color);
    background-color: #e6f0ff;
    box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.4);
}

.length-select .form-check-input:checked~.form-check-label::after {
    content: '✓';
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 1.2rem;
    color: white;
    background-color: var(--primary-color);
    border-radius: 50%;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    z-index: 10;
}

.template .length-select .form-check-input {

    opacity: 1;
    box-shadow: none;
    background-color: transparent;
}

.template .length-select .form-check-input:checked::after {
    content: '✓';
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 1.2rem;
    color: white;
    background-color: var(--primary-color);
    border-radius: 50%;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    z-index: 10;
}

.length-select .form-check-label {
    display: block;
    cursor: pointer;
    padding: 0;
    width: 100%;
    height: 100%;
    position: relative;
    border: none;
    transition: all 0.2s ease-in-out;
}


.monthlybilling .length-select .month-lab {
    display: none;
}

.money-save-lable {
    font-size: 0.85rem;
    color: #888;
    margin-bottom: 0.5rem;
}

.money-save-lable .setupfee {
    font-weight: 600;
    color: #ff4500;
}

.monthlybilling .pricelabel {
    font-size: 1.6rem;
    font-weight: 800;
    color: #155089;
    display: block;
}


.region-check .length-select .form-check-label {
    padding: 1rem;
    text-align: center;
}

.region-check img {
    max-width: 60px;
    height: auto;
    margin: 0 auto 0.75rem auto;
    display: block;
    transition: transform 0.2s;
}

.region-check .form-check:hover .form-check-label img {
    transform: scale(1.05);
}

.templategetname {
    font-size: 1.1rem;
    font-weight: 700;
    color: #1f2937;
    display: block;
}

.template-cycle p {
    font-size: 0.95rem;
    font-weight: 500;
    line-height: 1.2;
}

.template-cycle b {
    color: #155089;
    font-size: 1rem;
}

.monthlybilling .length-select .form-check,
.region-check .length-select .form-check {
    border: none;
    padding: 0;
    background: none;
}

.length-select .form-check-input:checked~.form-check-label {
    border-color: var(--primary-color);
    background-color: #e6f0ff;
    box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.4);
}


.sidebar-checkout {
    color: #1f2937;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.order-summary-box {
    padding: 18px 0;
}

.sidebar-checkout .card {
    /* Card Styles */
    background-color: #ffffff;
    border: none;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    overflow: hidden;
}

.sidebar-checkout .card-header {
    padding: 18px 20px;
    border-bottom: 1px solid #eef2ff;
    background-color: #f7f9fd;
    border-radius: 16px 16px 0 0;
}

.sidebar-checkout .card-header h6 b {
    color: #1f2937;
    font-size: 1.1rem;
}

.sidebar-checkout .card-body {
    padding: 20px;
}

.sidebar-checkout .choose-payment-method .form-check {
    padding: 6px 15px;
}

.sidebar-checkout .form-check-input {
    cursor: pointer;
}

.sidebar-checkout .form-check-input:checked {
    background-color: #4f46e5;
    border-color: #4f46e5;
    box-shadow: 0 0 0 3px #e0e7ff;
}

.sidebar-checkout .form-check-input:checked+.form-check-label {
    font-weight: 600;
    color: #1f2937;
}

.sidebar-checkout .form-check-label {
    font-weight: 500;
    color: #4b5563;
    transition: color 0.2s;
}

.sidebar-checkout .summary-details {
    padding-top: 0 !important;
}

.sidebar-checkout .summary-details h5 b {
    font-size: 1.15rem;
    color: #1f2937;
    margin-bottom: 20px;
    display: block;
}

.sidebar-checkout .summary-details h6 b {
    font-size: 0.9rem;
    color: #6b7280;
    margin-top: 15px;
    margin-bottom: 15px;
}

.sidebar-checkout .list-summary {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sidebar-checkout .list-summary li {
    font-size: 0.9rem;
    color: #4b5563;
    border-bottom: 1px dashed #f3f4f6;
    padding: 3px 0px;
}

.sidebar-checkout .list-summary li:last-child {
    border-bottom: none;
}

/* Totals Section */
.sidebar-checkout .total-amount>div {
    padding: 5px 0;
}

.sidebar-checkout .total-amount h5 {
    font-size: 1rem;
    margin: 0;
    font-weight: 500;
    color: #4b5563;
    width: 60%;
}

.sidebar-checkout .total-amount h5:last-child {
    font-weight: 600;
    color: #1f2937;
    width: 35%;
    text-align: end;
}


/* Due Today Highlight */
.sidebar-checkout .total-amount>.mt-4.d-flex:last-of-type {
    /* border-top: 2px solid #e0e7ff; */
    /* Clear separator */
    /* padding-top: 18px;
        margin-top: 18px !important; */
}

.sidebar-checkout .total-amount>.mt-4.d-flex:last-of-type h5 {
    /* font-size: 1.4rem;
        font-weight: 700;
        color: #4f46e5; */
    /* Striking primary color for the final price */
}

/* Next Button */
.sidebar-checkout .payment-now {
    color: #ffffff;
    border: none;
    border-radius: 10px;
    padding: 12px 20px;
    font-weight: 600;
    font-size: 1.05rem;
    transition: background-color 0.3s, transform 0.1s, box-shadow 0.3s;
    width: 100%;
    text-align: center;
    display: block;
    text-decoration: none;
    max-width: 100%;
}

/* Tooltip Button Styling (the '?' button) */
.sidebar-checkout .tooltip-style {
    background: #9ca3af;
    color: white;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    font-size: 0.8rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: none;
    margin-right: 5px;
    cursor: help;
    transition: background-color 0.2s;
}

.sidebar-checkout .tooltip-style:hover {
    background-color: #4f46e5;
}

/* Footer text */
.sidebar-checkout .text-center p {
    font-size: 0.75rem;
    color: #9ca3af;
}

.sidebar-checkout .d-flex {
    display: flex;
    justify-content: space-between;
    align-items: start;
}


.product-card {
    position: relative;
    padding: 0;
    background-color: #ffffff;
    border-radius: 15px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}

.lable-no-stop {
    position: absolute;
    top: 0;
    right: 0;
    background: linear-gradient(135deg, #4f46e5 0%, #0ea5e9 100%);

    color: #ffffff;
    padding: 4px 12px;
    border-bottom-left-radius: 10px;
    font-size: 0.8rem;
    font-weight: 600;
    z-index: 10;
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);

}

.lable-no-stop span {
    display: block;
    margin-left: 5px;
}

/* Card Body Content */
.product-card .card {
    border: none;
    border-radius: 0;
    background: none;
}


/* Product Names/Titles */
.product-card .prodcut-name {
    margin-bottom: 5px;
    color: #6b7280;
    font-weight: 700;
    line-height: 1.2;
}

/* Main Product Group Name */
.product-card h3.prodcut-name {
    font-size: 18px;
    opacity: 0.8;
}

/* Package Name/Tier */
.product-card h4.prodcut-name {
    font-size: 1rem;
    font-weight: 500;
}

/* Pricing Area */
.product-card .currency-col-pro {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}


.product-card .pre-decimal-col {
    font-size: 40px;
    font-weight: 900;
    color: #3e3e3e;
}

.product-card .decimal-col {
    display: flex;
    flex-direction: column;
    text-align: left;
}

.product-card #montly-price {
    font-size: 0.9rem;
    color: #6b7280;
    font-weight: 500;
    text-transform: capitalize;
}


/* Description Footer */
.product-card .product-card-footer {
    border-top: 1px solid #f3f4f6;
    padding: 15px 0px 10px;
}

.features-benefits {
    position: relative;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: round;
}

.features-benefits .container {
    z-index: 1;
    position: relative;
}

.features-benefits::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(135deg, #f3f8ffbf, #eaf3ff00);
    width: 100%;
    height: 100%;
    z-index: 0;
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px)
}

.product-card .product-margin {
    font-size: 16px;
    color: #6b7280;
    line-height: 1.9;
    text-align: left;
    font-weight: 500;
}

.features-benefits .about-card-header p {
    color: #666;
}

.contact-link {
    color: #155089;
    text-decoration: none;
    font-size: 1.1rem;
    font-weight: 600;
    transition: color 0.2s;
}

.contact-link:hover {
    color: var(--primary-light);
    text-decoration: underline;
}

/* Locations Section Styling */
.locations-section {
    padding-top: 60px;
    padding-bottom: 60px;
}

.locations-section h2 {
    position: relative;
    padding-bottom: 15px;
}

.location-card {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    border-left: 5px solid #155089;
    /* Office */
}

/* Specific styling for Data Center cards */
.location-card:nth-child(n+4) {
    border-left-color: #155089;
}

/* Utility classes from custom variables */
.text-primary-light {
    color: #155089 !important;
}

.text-dark-blue {
    color: #155089 !important;
}

.bg-light-blue {
    background-color: var(--light-blue) !important;
}

.text-primary-main {
    color: #155089 !important;
}

/* Contact Details Card Styling */
.contact-details-section {
    background-color: #fff;
}

.contact-card {
    border-radius: 12px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.048);
}

.contact-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 30px 60px rgba(79, 70, 229, 0.15);
}

.contact-details-section .fa-phone-flip {
    transform: rotate(108deg);
}

.contact-card svg {
    width: 50px;
    height: 50px;
}

.monthly-col span {
    font-size: 12px;
    font-weight: 600;
}

.order-summary-lable {
    font-weight: 600;
    color: #4b5563;
    transition: color 0.2s;
}

.list-group-item span:nth-child(2) {
    text-align: end;
}

.list-group-item span {
    width: 50%;
}

/* ==========================================
   PREMIUM PRICING CARDS
============================================= */

.premium-plan-card {
    position: relative;
    background: #ffffff;
    border-radius: 20px;
    width: 100%;
    max-width: 240px;
    /* border: 1px solid #eef2f6; */
    box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.05);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    margin-bottom: 29px;

}

/* Smooth Lift on Hover */
.premium-plan-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 20px 40px -10px rgba(79, 70, 229, 0.15);
    border-color: #c7d2fe;
}

/* Internal Padding */
.premium-plan-card .card-inner {
    padding: 2.5rem 0.8rem 1.4rem;
}

/* Floating Setup Fee Badge */
.premium-badge {
    position: absolute;
    top: -15px;
    right: 20px;
    background: linear-gradient(135deg, #4f46e5 0%, #0ea5e9 100%);
    color: #ffffff;
    font-size: 0.75rem;
    font-weight: 700;
    padding: 6px 16px;
    border-radius: 20px;
    box-shadow: 0 6px 15px rgba(79, 70, 229, 0.3);
    letter-spacing: 0.5px;
    z-index: 2;
}

/* Typography Hierarchy */
.premium-plan-card .group-name {
    font-size: 0.8rem;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.premium-plan-card .plan-name {
    font-size: 1.2rem;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 1rem;
}

.premium-plan-card .plan-desc {
    color: #64748b;
    font-size: 0.85rem;
    line-height: 1.6;
    min-height: 70px;
    margin-bottom: 0.8rem;
    font-weight: 400;
        min-height: 87px;
}

/* Pricing Section */
.premium-plan-card .price-section {
    border-top: 1px solid #f1f5f9;
    padding-top: 0.6rem;
    margin-bottom: 0.9rem;
}

.premium-plan-card .from-text {
    font-size: 0.85rem;
    color: #94a3b8;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    margin-bottom: 1.3rem;
}

.premium-plan-card .price-display {
    display: flex;
    align-items: baseline;
    color: #0f172a;
    justify-content: center;
}

.premium-plan-card .currency {
    font-size: 1.4rem;
    font-weight: 700;
    transform: translateY(-20px);
    margin-right: 4px;
}

.premium-plan-card .amount {
    font-size: 2.6rem;
    font-weight: 900;
    line-height: 1;
    letter-spacing: -1px;
}

.premium-plan-card .period {
    font-size: 0.9rem;
    color: #64748b;
    font-weight: 600;
    margin-left: 8px;
}

/* Interactive Action Button */
.premium-plan-card .premium-btn {
    background-color: #f8fafc;
    color: #4f46e5;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 12px;
    font-size: 1.05rem;
    font-weight: 700;
    transition: all 0.3s ease;
}

/* Button changes color when the whole card is hovered */
.premium-plan-card:hover .premium-btn {
    background: linear-gradient(135deg, #4f46e5 0%, #3b82f6 100%);
    color: #ffffff;
    border-color: transparent;
    box-shadow: 0 8px 20px rgba(79, 70, 229, 0.25);
}

.cloude-about .col-lg-6:nth-child(odd) .about-card-header {
    display: inline-block !important;
    text-align: end;
    width: 100%;
}

.cloude-about .col-lg-6:nth-child(even) .about-card-header {
    display: inline-block !important;
    text-align: start;
}

.col-footer li a svg {
    color: #d7d7d7;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    width: 18px;
}

/* ==========================================
   SLICK SLIDER PAGINATION (DOTS) & ARROWS
============================================= */

/* Container for the dots */
.slider-client-review .slick-dots {
    display: flex !important;
    justify-content: center;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 40px 0 0 0;
  
    gap: 8px;
    
}

.slider-client-review .slick-dots li {
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
}

/* Default Dot Style */
.slider-client-review .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
 
    height: 10px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: #cbd5e1;
   
    border-radius: 50px;
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
   
}

.slider-client-review .slick-dots li button:hover {
    background: #94a3b8;
    
}

/* Active Dot Style (Premium Pill Shape) */
.slider-client-review .slick-dots li.slick-active button {
    background: #007bff;
    width: 35px;
  
}

/* ==========================================
   SLICK SLIDER ARROWS (Left & Right)
============================================= */

/* Positioning the arrows */
.slider-client-review .slick-prev,
.slider-client-review .slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 45px;
    height: 45px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 50%;
    color: #0f172a;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.slider-client-review .slick-prev {
    left: -20px;
   
}

.slider-client-review .slick-next {
    right: -20px;
 
}

/* Arrow Hover Effect */
.slider-client-review .slick-prev:hover,
.slider-client-review .slick-next:hover {
    background: #007bff;
    color: #ffffff;
    border-color: #007bff;
    box-shadow: 0 6px 15px rgba(0, 123, 255, 0.2);
}


.slider-client-review .slick-prev i,
.slider-client-review .slick-next i {
    pointer-events: none;
}

.bannerimage::before {
    background-image: url('../images/contact.webp');
}

.section-title {
    font-size: 2.2rem;
    font-weight: 700;
    color: #0d2b57;
    margin-bottom: 0.5rem;
}

.section-subtitle {
    font-size: 1.1rem;
    color: #4a668a;
}

.new-locations {
    background: linear-gradient(135deg, #f3f8ff, #eaf3ff);
    padding: 80px 0;
}

.location-glass-card {
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(8px);
    border-radius: 16px;
    padding: 2rem;
    text-align: center;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease;
    border: 1px solid rgba(255, 255, 255, 0.5);
    height: 100%;
}

.location-glass-card:hover {
    transform: translateY(-10px);
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.15);
}

.location-glass-card h3 {
    color: #0b3c91;
    font-size: 1.3rem;
    font-weight: 700;
    margin-top: 1rem;
}

.location-glass-card p {
    color: #3b4f6b;
    font-size: 0.95rem;
    margin-bottom: 0;
}

.location-icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: linear-gradient(135deg, #0b3c91, #007bff);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    color: #fff;
    font-size: 1.8rem;
    box-shadow: 0 5px 15px rgba(11, 60, 145, 0.3);
    transition: transform 0.3s ease;
}

.location-glass-card:hover .location-icon {
    transform: scale(1.1);
}

.contact-help-section {
    background: linear-gradient(120deg, #ffffff, #eaf0ff);
    padding: 70px 0;
    position: relative;
}

.contact-card-new {
    background: #fff;
    border-radius: 18px;
    padding: 2rem 1rem;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.contact-card-new:hover {
    border-color: #0b3c91;
    transform: translateY(-8px);
}

.contact-card-new i {
    font-size: 2.5rem;
    color: #0b3c91;
    margin-bottom: 1rem;
}

.contact-card-new h4 {
    font-size: 1.2rem;
    font-weight: 700;
    color: #0d2b57;
    margin-bottom: 0.3rem;
}

.contact-card-new a {
    color: #094bab;
    font-weight: 600;
    text-decoration: none;
    font-size: 1.1rem;
}

.contact-card-new a:hover {
    text-decoration: underline;
}

.location-icon svg {
    color: #fff;
}

.blur {
    position: relative;
}

.blur .container {
    z-index: 2;
    position: relative;
}

.blur:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 500px;
    background: linear-gradient(90deg, #000000ad, #00000080);
    z-index: 0;
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
}


/* Base Card Styling */
.banner-product .product-flex .product-card {
    flex: 0 0 calc(25% - 15px);
    max-width: calc(25% - 15px);

    display: flex;
    flex-direction: column;
    position: relative;
    padding: 0;
    background-color: #ffffff;
    border-radius: 15px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    overflow: visible;
}

.banner-product .product-flex .product-card:hover {
    box-shadow: 0 30px 60px rgba(79, 70, 229, 0.15);
}


.banner-product .product-flex .lable-no-stop span {
    display: block;
}

.banner-product .product-flex .card {
    background: transparent;
    border: none;
    box-shadow: none;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.banner-product .product-flex .card-body {
    padding: 40px 20px 30px;
    display: flex;
    flex-direction: column;
    height: 100%;
}


.banner-product .product-flex h3.prodcut-name {
    font-size: 0.75rem;
    color: #64748b;
    letter-spacing: 1.5px;
    font-weight: 700;
    margin-bottom: 8px;
}

.banner-product .product-flex h4.prodcut-name {
    font-weight: 800;
    margin-bottom: 7px;
    font-size: 20px;
    color: #155089;
}

.banner-product .product-flex .specificetion-product {
    margin-bottom: 5px;
    padding-bottom: 25px;
    border-bottom: 1px solid #f1f5f9;
}

.banner-product .product-flex .currency-col-pro {

    justify-content: center;

}

.banner-product .product-flex .currency-col {
    display: flex;
    align-items: baseline;
    justify-content: center;
}

.banner-product .product-card .currency-symbol.curency-after {
    font-weight: 700;
    position: relative;
    top: 2px;
}

.banner-product .product-flex .currency-symbol {
    font-size: 1.5rem;
    font-weight: 700;
    color: #475569;
    vertical-align: super;
    margin-right: 4px;
}


.banner-product .product-flex .product-card-footer {
    padding: 0;
    border: none;
}

.banner-product .product-flex .product-margin ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.banner-product .product-flex .product-margin ul li {
    padding: 8px 0;
    font-size: 0.95rem;
    color: #475569;
    font-weight: 500;
    border-bottom: 1px dashed #e2e8f0;
    display: flex;
    align-items: start;
}

.banner-product .product-flex .product-margin ul li:last-child {
    border-bottom: none;
}

.banner-product .product-flex .product-margin ul li::before {
    content: '✓';
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    background-color: #e0e7ff;
    color: #4f46e5;
    border-radius: 50%;
    font-size: 12px;
    font-weight: bold;
    margin-right: 12px;
    flex-shrink: 0;
    position: relative;
    top: 5px;
}

/* ==========================================
   UNIFIED RESPONSIVE PRICING GRID
============================================= */

.unified-pricing-section {
    position: relative;
    z-index: 10;
    margin-top: -80px;
    /* Pulls over banner */
    padding-bottom: 60px;
}

.premium-unified-table {
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

.table-main-title {
    background: #fff;
    padding: 15px 25px;
    font-size: 24px;
    color: #1e293b;
    border-bottom: 1px solid #e2e8f0;
    margin-bottom: 0;
}

/* Header (Desktop Only) */
.unified-header {
    border-bottom: 2px solid #f1f5f9;
    padding-bottom: 5px;
    font-weight: 700;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.85rem;
}

.unified-pricing-section h4 {
    font-size: 14px;
}


.unified-row:last-child {
    border-bottom: none;
}

.advance-filter-box {
    background: #fff;
    padding: 25px;
    border-radius: 15px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    position: relative;
    z-index: 20;
    border: 1px solid #e2e8f0;
}

.filter-label {
    font-size: 11px;
    font-weight: 800;
    color: #475569;
    text-transform: uppercase;
    margin-bottom: 6px;
    display: block;
    letter-spacing: 0.5px;
}

.custom-select,
.search-input {
    width: 100%;
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    padding: 10px 15px;
    font-size: 14px;
    transition: 0.3s;
    background-color: #f8fafc;
    color: #1e293b;
}

.custom-select:focus,
.search-input:focus {
    border-color: #4f46e5;
    outline: none;
    box-shadow: 0 0 0 3px rgba(79, 70, 229, 0.15);
}

.premium-unified-table {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
    overflow: hidden;
    margin-bottom: 30px;
    border: 1px solid #f1f5f9;
}

.hidden-row {
    display: none !important;
}

.no-results-state {
    display: none;
    text-align: center;
    padding: 80px 20px;
    background: #fff;
    border-radius: 12px;
    border: 2px dashed #e2e8f0;
}

.spec-value {
    color: #334155;
    font-weight: 500;
    font-size: 14px;
}

.pro-price {
    font-weight: 700;
}


.loader-container {
    text-align: center;
}

/* Spinner Design */
.loader-spinner {
    width: 50px;
    height: 50px;
    border: 5px solid #f3f3f3;
    border-top: 5px solid #4f46e5;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin: 0 auto 20px;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* ==========================================
   PARTNER LOGOS SLIDER
============================================= */

.install-app-logo-card .logo-card-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
    padding: 15px 25px;
    background: #ffffff;
    border-radius: 12px;
    border: 1px solid #f1f5f9;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
    transition: all 0.3s ease;
    margin: 15px 0;
    cursor: pointer;
}

.install-app-logo-card .logo-card-inner img {
    max-height: 100%;
    max-width: 100%;
    filter: grayscale(100%);
    opacity: 0.6;
    transition: all 0.3s ease;
}

/* Hover Effects */
.install-app-logo-card .logo-card-inner:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    border-color: #e2e8f0;
}

.install-app-logo-card .logo-card-inner:hover img {
    filter: grayscale(0%);
    opacity: 1;
}

/* Desktop Hover Effect */
@media (min-width: 992px) {
    .unified-row:hover {
        background: #f8f9fa;
        border-color: transparent;
        z-index: 5;
        position: relative;
    }


    .spec-value {
        color: #475569;
        font-weight: 500;
        font-size: 14px;
    }
}

.cycleing-price {
    font-size: 11px;
}

.pro-price {
    font-size: 18px !important;
    color: #004e98;
}

.plan-identity {
    position: relative;
}

.premium-unified-table .premium-badge {
    position: relative;
    top: -4px;
    left: 0;
    display: inline-block;
    background: linear-gradient(135deg, #4f46e5 0%, #0ea5e9 100%);
    color: #ffffff;
    font-size: 8px;
    font-weight: 600;
    padding: 2px 8px;
    border-radius: 2px;
    box-shadow: none;
    letter-spacing: 0.5px;
    z-index: 2;
}

.unified-pricing-section h3 {
    font-size: 22px;
}

.btn-primary.buy-btn {
    background: #4f46e5;
    font-size: 14px;
    width: 70%;
}

.skeleton-card {
    position: relative;
    width: 100%;
    max-width: 280px;
    margin: 10px;
}

.skeleton-shimmer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: shimmerRotate 1.5s infinite linear;
    z-index: 1;
    opacity: 0.1;
}

.skeleton-line {
    height: 15px;
    background: #e2e8f0;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
}

.skeleton-line::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.5), transparent);
    animation: shimmerRotate 1.5s infinite;
}

.skeleton-line.title {
    height: 25px;
    width: 80%;
    margin: 0 auto;
}

.skeleton-line.subtitle {
    height: 18px;
    width: 60%;
    margin: 0 auto;
}

.skeleton-line.button {
    height: 40px;
    border-radius: 8px;
    width: 100%;
}

.skeleton-line.small {
    height: 10px;
    margin-bottom: 10px;
    width: 90%;
}

.skeleton-circle {
    width: 80px;
    height: 80px;
    background: #e2e8f0;
    border-radius: 50%;
    margin: 0 auto;
}

@keyframes shimmerRotate {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(100%);
    }
}

/* Transition when data arrives */
#ajax-product-container {
    transition: opacity 0.5s ease-in-out;
}

/* Skeleton Base */
.skeleton-line {
    background: #f1f5f9;
    border-radius: 4px;
    position: relative;
}

/* Shimmer Effect */
.shimmer-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.6), transparent);
    animation: pricingShimmer 1.5s infinite;
}

@keyframes pricingShimmer {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(100%);
    }
}

/* Full Page Loader adjustment */
#full-page-loader {
    transition: opacity 0.4s ease;
}

@media (max-width: 991px) {
    .banner-product .product-flex .product-card {
        flex: 0 0 calc(50% - 10px);
        max-width: calc(50% - 10px);
    }
}

@media (max-width: 767px) {
    .banner-product .product-flex .product-card {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/* ==========================================
   MOBILE VIEW (CARD TRANSFORMATION)
============================================= */
@media (max-width: 991px) {
    .unified-pricing-section {
        margin-top: -40px;
    }

    .premium-unified-table {
        background: transparent;
        box-shadow: none;
        padding: 0;
    }

    .table-main-title {
        color: #fff;
        padding: 0 15px;
    }

    /* Transform row into a card */
    .unified-row {
        background: #ffffff;
        margin-bottom: 25px;
        border: 1px solid #e2e8f0;
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
        padding: 30px 20px;
    }

    .unified-row:hover {
        transform: translateY(-5px);
        box-shadow: 0 15px 35px rgba(79, 70, 229, 0.15);
    }

    .plan-identity {
        text-align: center;
        margin-bottom: 25px;
        padding-bottom: 20px;
        border-bottom: 1px solid #f1f5f9;
    }

    .spec-item {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        padding: 10px 0;
        border-bottom: 1px dashed #e2e8f0;
    }

    .spec-label {
        color: #64748b;
        font-weight: 600;
        font-size: 0.9rem;
    }

    .spec-value {
        font-weight: 700;
        color: #0f172a;
    }

    .price-box {
        text-align: center;
        width: 100%;
        margin-top: 15px;
    }

    .buy-btn {
        width: 100%;
        padding: 12px;
    }
}


/* Responsive Adjustments */
@media screen and (max-width: 991px) {
 

    .product-flex .product-card {
        max-width: 100%;
    }

    .product-flex .product-card:nth-child(2) {
        transform: none;
     }

    .product-flex .product-card:nth-child(2):hover {
        transform: translateY(-10px);
    }
}


/* Responsive Design */
@media (max-width: 768px) {
    .location-glass-card {
        padding: 1.5rem;
    }

    .section-title {
        font-size: 1.8rem;
    }
}


@media screen and (max-width: 1400px) {
 
    .counter-card {
        margin: auto;
    }

    .checkout .length-select {
        position: relative;
        width: 31%;
    }

    .checkout .template .length-select {
        width: 100%;
    }
}


@media screen and (max-width: 1199px) {
 

    .big-header #navbarNavDropdown .nav-link {
        font-size: 13px;
    }

    .big-header #navbarNavDropdown .dropdown-toggle.parent {
        gap: 0px;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-collapse {
        justify-content: end;
    }
}

@media screen and (max-width: 991px) {
    .checkout .length-select {
        width: 48%;
    }

    body {
        padding-top: 62px;
    }

    .checkout .template .length-select {
        width: 100%;
    }

    .product-flex {
        grid-template-columns: repeat(auto-fit, minmax(245px, 0fr));
    }

    .product-flex {
 
        display: grid !important;
        padding: 0 10px;
    }

    .counter-card {
        text-align: center;
        margin-bottom: 40px;
    }

    .about-card-header img {
        width: 10%;
    }

    .choose-cloudy svg {
        width: 12%;
    }

    .about-card-header {
        align-items: start;
    }

    .buy-product {
        grid-template-columns: repeat(3, 1fr);
    }


    .top-bar {

        display: none;
    }

    .mobile-price-box .accordion-header {
        margin-bottom: 0;
        border: 0;
        outline: 0;
        box-shadow: none;
    }

    .mobile-price-table .accordion-button {
        border-bottom: 1px solid #00000045;
    }

    .product-card {
        margin-bottom: 30px;
    }

    .cloude-about .col-lg-6:nth-child(odd) .about-card-header,
    .cloude-about .col-lg-6:nth-child(odd) .about-card-header,
    .cloude-about .col-lg-6:nth-child(even) .about-card-header {

        text-align: center !important;
    }


}

@media screen and (max-width: 767px) {
    .verify-otp-btn {
        margin-bottom: 16px;
    }

    .cta-section {
        flex-direction: column;
        text-align: center;
        padding: 25px 15px;
    }

    .cta-image img {
        margin-top: 30px;
        max-width: 100%;
    }

    .data-center img {
        margin-bottom: 20px;
        filter: grayscale(0%);
    }

    .we-work img {
        filter: grayscale(0%);
    }

    .choose-cloudy .about-card-header {
        text-align: center !important;
    }

    .slick-prev.slick-arrow,
    .slick-next.slick-arrow {
        display: none !important;
    }

    .about-card-header {
        display: grid !important;
        text-align: center;
    }

    .cloude-about .about-card-header img,
    .cloude-about .about-card-header svg {
        width: 20%;
        margin: auto;
        margin-bottom: 15px;
    }

    .about-card-header img {
        width: 20%;
        margin: auto;
    }

    .product-flex.buy-product {
        grid-template-columns: repeat(1, 1fr);
        align-items: unset;
    }


    .hero-section .product-card,
    .hero-section .product-card p {
        width: 100%;
        flex-wrap: wrap;
        text-align: start;
    }

    .checkout .style-d-flex {
        flex-wrap: wrap;
    }

    .checkout .length-select {
        width: 100%;
    }

    .invoice-header {
        flex-wrap: wrap;
    }

    .invoice-card .invoice-header div {
        width: 100%;
    }

    .invoice-card .invoice-header div:nth-child(2) {
        text-align: start !important;
        margin-top: 17px;
    }

    .counter-card {
        margin-bottom: 0px;
    }

    .cloude-banner::before,
    .banner-section:after,
    .banner-section::before {
        height: 1000px;
        border-radius: 0;
    }

    .pricing-banner::before {
        height: 100%;
    }

    .hero-section h1,
    .hero-section p {
        text-align: center;
    }

    h1 {
        font-size: 36px;
    }

    h2 {
        font-size: 28px;
        font-weight: 700;
        margin-bottom: 20px;
    }

    .operating-system .tab-content {
        width: 100%;
    }

    .product-flex .buy-product,
    .hero-section .product-flex {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    }

    .faq {
        padding-bottom: 0;
    }

    .data-center .row {
        gap: 18px 0;
    }

    .premium-plan-card {


        /* max-width: 90% !important; */
        text-align: center;
        margin-bottom: 36px;
    }
}

/* --- Smooth Mesh Gradients --- */
.cloud-gradient-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: radial-gradient(circle at 20% 30%, rgba(79, 70, 229, 0.15) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(147, 51, 234, 0.15) 0%, transparent 50%);
    z-index: 1;
}

.banner-product .container {
    z-index: 99;
    position: relative;
}

/* --- Subtle Dot Pattern --- */
.dot-grid-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px);
    background-size: 30px 30px;
    z-index: 2;
    mask-image: linear-gradient(to bottom, black 50%, transparent 100%);
}

/* --- Floating Decorative Shapes --- */
.geometric-shapes .shape {
    position: absolute;
    border-radius: 50%;
    filter: blur(60px);
    z-index: 1;
    opacity: 0.5;
    animation: float 10s infinite alternate ease-in-out;
}

.circle-1 {
    width: 300px;
    height: 300px;
    background: #6366f1;
    top: -50px;
    right: 13px;
}

.circle-2 {
    width: 400px;
    height: 400px;
    background: #007bff69;
    top: -100px;
    left: -100px;
    animation-delay: -5s !important;
}

@keyframes float {
    0% {
        transform: translateY(0) scale(1);
    }

    100% {
        transform: translateY(-40px) scale(1.1);
    }
}

.banner-curve {
    position: absolute;
    top: 400px;
    left: 0;
    width: 100%;
    height: 100%;
    line-height: 0;
    z-index: 1;
}

.banner-curve svg {
    width: 100%;
    height: auto;
}

/* --- Feature Section Styling --- */
.choose-cloudy {
    background-color: #fdfdfd;
    font-family: 'Inter', 'Poppins', sans-serif;
}

.premium-title {
    font-weight: 800;
    font-size: 2.5rem;
    color: #0f172a;
}

.premium-title span {
    color: #2563eb;
}

.title-accent {
    width: 60px;
    height: 5px;
    background: linear-gradient(90deg, #2563eb, #9333ea);
    margin: 15px auto 25px;
    border-radius: 10px;
}

/* --- Card Design --- */
.feature-premium-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 35px;
    height: 100%;
    position: relative;
    transition: all 0.4s ease;
    border: 1px solid #e2e8f0;
    border-left: 6px solid #2563eb;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
}

.feature-premium-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    border-left-color: #9333ea;
}

.icon-header {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}

.icon-circle {
    width: 60px;
    height: 60px;
    background: #f1f5f9;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}

.feature-premium-card:hover .icon-circle {

    transform: scale(1.1) rotate(-5deg);
}

.icon-circle img {
    width: 32px;
    height: 32px;
    transition: 0.3s;
}


.icon-header h4 {
    font-size: 1.35rem;
    font-weight: 700;
    color: #1e293b;
    margin: 0;
}

.feature-premium-card p {
    font-size: 1rem;
    color: #64748b;
    line-height: 1.8;
    margin: 0;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .premium-title {
        font-size: 1.8rem;
    }

    .icon-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .feature-premium-card {
        padding: 25px;
    }
}

.visual-wrapper {
    position: relative;
    width: 100%;
    height: 450px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: visible;
}

/* Central Icon Styling */
.main-server-icon {
    font-size: 150px;
    background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    z-index: 5;
    filter: drop-shadow(0 15px 30px rgba(0, 0, 0, 0.1));
    animation: floatIcon 4s infinite ease-in-out;
}

/* Badge Styling */
.tech-badge {
    position: absolute;
    background: #ffffff;
    width: 85px;
    /* Size fix */
    height: 85px;
    padding: 12px;
    border-radius: 20px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    transition: 0.3s;
    border: 1px solid #f1f5f9;
}

.tech-badge img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.tech-badge i {
    font-size: 45px;
    color: #333;
}

.badge-cpanel {
    top: 10%;
    right: 15%;
    animation: floatBadge 5s infinite alternate;
}

.badge-mysql {
    top: 15%;
    left: 10%;
    animation: floatBadge 6s infinite alternate-reverse;
}

.badge-php {
    bottom: 15%;
    right: 10%;
    animation: floatBadge 4s infinite alternate;
}

.badge-linux {
    bottom: 10%;
    left: 15%;
    animation: floatBadge 5s infinite alternate-reverse;
    color: #f1c40f !important;
}

/* Background Blob */
.blob-bg {
    position: absolute;
    width: 350px;
    height: 350px;
    background: radial-gradient(circle, rgba(37, 99, 235, 0.08) 0%, transparent 70%);
    border-radius: 50%;
    z-index: 1;
}

/* Animations */
@keyframes floatIcon {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-15px);
    }
}

@keyframes floatBadge {
    from {
        transform: translate(0, 0);
    }

    to {
        transform: translate(10px, -10px);
    }
}

/* Responsive Fix */
@media (max-width: 991px) {
    .visual-wrapper {
        height: 350px;
    }

    .main-server-icon {
        font-size: 100px;
    }

    .tech-badge {
        width: 65px;
        height: 65px;
    }
}

.linux-hosting-premium {
    background: #ffffff;
    overflow: hidden;
    font-family: 'Poppins', sans-serif;
}

.badge-premium {
    background: #eff6ff;
    color: #2563eb;
    padding: 6px 16px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    margin-bottom: 20px;
}

.display-title {
    font-size: 2.8rem;
    /* font-weight: 800; */
    color: #0f172a;
    line-height: 1.2;
}

.display-title span {
    background: linear-gradient(90deg, #2563eb, #9333ea);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.accent-bar {
    width: 60px;
    height: 5px;
    background: #2563eb;
    margin: 20px 0;
    border-radius: 10px;
}

.main-para {
    font-size: 1.1rem;
    color: #475569;
    line-height: 1.8;
}

.feature-bullets {
    margin: 25px 0;
}

.f-item {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
    font-weight: 600;
    color: #1e293b;
}

.f-item i {
    color: #2563eb;
    font-size: 1.2rem;
}

.sub-para {
    font-size: 0.95rem;
    color: #64748b;
    border-left: 3px solid #e2e8f0;
    padding-left: 15px;
}

.btn-premium-outline {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 28px;
    border: 2px solid #2563eb;
    color: #2563eb;
    border-radius: 10px;
    font-weight: 700;
    text-decoration: none;
    transition: 0.3s;
}

.btn-premium-outline:hover {
    background: #2563eb;
    color: white;
    transform: translateY(-3px);
}

/* --- Visual Section (Right Side) --- */
.visual-wrapper {
    position: relative;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-server-icon {
    font-size: 180px;
    color: #0f172a;
    z-index: 5;
    filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.1));
    animation: floatAnim 6s infinite ease-in-out;
}

.tech-badge {
    position: absolute;
    background: white;
    padding: 12px;
    border-radius: 15px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    z-index: 10;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: floatAnim 4s infinite ease-in-out alternate;
}

.tech-badge img {
    width: 45px;
    height: auto;
}

.tech-badge i {
    font-size: 40px;
    color: #333;
}

.badge-cpanel {
    top: 10%;
    right: 10%;
    animation-delay: 0s;
}

.badge-php {
    bottom: 15%;
    right: 15%;
    animation-delay: 1s;
}

.badge-mysql {
    top: 15%;
    left: 10%;
    animation-delay: 2s;
}

.badge-linux {
    bottom: 10%;
    left: 15%;
    animation-delay: 1.5s;
    color: #f1c40f;
}

.blob-bg {
    position: absolute;
    width: 350px;
    height: 350px;
    background: radial-gradient(circle, rgba(37, 99, 235, 0.1) 0%, transparent 70%);
    z-index: 1;
    border-radius: 50%;
}

@keyframes floatAnim {
    from {
        transform: translateY(0);
    }

    to {
        transform: translateY(-20px);
    }
}

.install-app-logo {
    background: #ffffff;
}

.install-app-logo-card {
    padding: 20px 0;
}


.logo-item img {
    max-width: 140px;
    height: 100px;
    object-fit: contain;
    margin: auto;
    transition: all 0.3s ease;
}


.slick-track {
    display: flex;
    align-items: center;
}

.faq-premium {
    background-color: #f8fafc;
    font-family: 'Poppins', sans-serif;
}

.faq-subtitle {
    color: #2563eb;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
    display: block;
    margin-bottom: 10px;
}

.faq-main-title {
    font-size: 2.5rem;
    font-weight: 800;
    color: #0f172a;
}

.faq-main-title span {
    color: #2563eb;
}

.title-accent {
    width: 60px;
    height: 4px;
    background: #2563eb;
    margin: 15px auto 0;
    border-radius: 10px;
}

.custom-premium-accordion .accordion-item {
    border: none;
    background: transparent;
    margin-bottom: 15px;
}

.custom-premium-accordion .accordion-button {
    background: #ffffff;
    border-radius: 12px !important;
    padding: 20px 25px;
    font-weight: 600;
    color: #1e293b;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.02);
    border: 1px solid #e2e8f0;
    transition: all 0.3s ease;
}

.custom-premium-accordion .accordion-button:not(.collapsed) {
    color: #2563eb;
    background: #ffffff;
    box-shadow: 0 10px 20px rgba(37, 99, 235, 0.1);
    border-color: #bfdbfe;
}

.custom-premium-accordion .accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%231e293b'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transition: transform 0.3s ease;
}

.custom-premium-accordion .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%232563eb'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.custom-premium-accordion .accordion-body {
    background: #ffffff;
    margin-top: -10px;
    padding: 20px 25px 25px;
    border-radius: 0 0 12px 12px;
    border: 1px solid #bfdbfe;
    border-top: none;
    color: #64748b;
    line-height: 1.7;
    font-size: 0.95rem;
}

/* --- Image Section Decoration --- */
.faq-img-wrapper {
    position: relative;
    padding: 20px;
}

.faq-main-img {
    position: relative;
    z-index: 2;
    filter: drop-shadow(0 20px 30px rgba(0, 0, 0, 0.1));
    animation: float 6s infinite ease-in-out;
}

.floating-blob {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(37, 99, 235, 0.1) 0%, transparent 70%);
    border-radius: 50%;
    z-index: 1;
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-20px);
    }
}

/* Responsive Fix */
@media (max-width: 768px) {
    .faq-main-title {
        font-size: 1.8rem;
    }

    .faq-img-wrapper {
        margin-top: 30px;
    }
}

.reseller-features {
    background: #f8fafc;
    font-family: 'Poppins', sans-serif;
}

.main-title {
    font-weight: 800;
    font-size: 2.5rem;
    color: #0f172a;
}

.main-title span {
    color: #ff4d1c;
}

.title-underline {
    width: 80px;
    height: 4px;
    background: #ff4d1c;
    margin: 15px auto;
    border-radius: 10px;
}

.custom-tabs {
    background: #ffffff;
    padding: 8px;
    border-radius: 50px;
    display: inline-flex;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}

.custom-tabs .nav-link {
    border-radius: 50px !important;
    padding: 12px 30px;
    font-weight: 600;
    color: #64748b;
    transition: all 0.3s ease;
    border: none;
    display: flex;
    align-items: center;
    gap: 10px;
}


.premium-card {
    background: #ffffff;
    border-radius: 24px;
    padding: 50px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.03);
    position: relative;
    overflow: hidden;
}

.premium-card::before {
    content: '';
    position: absolute;
    top: -50px;
    right: -50px;
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgba(255, 77, 28, 0.05) 0%, transparent 70%);
    border-radius: 50%;
}

.feature-item {
    font-size: 15px;
    color: #334155;
    font-weight: 500;
    transition: 0.3s;
    padding: 10px;
}

.feature-item span {
    display: flex;
    align-items: center;
    gap: 12px;
}

.feature-item i {
    font-size: 18px;
    color: #ff4d1c;
    transition: 0.3s;
}

.feature-item:hover {
    transform: translateX(5px);
    color: #000;
}

.feature-item:hover i {
    transform: scale(1.2);
}

/* Mobile Fixes */
@media (max-width: 768px) {
    .main-title {
        font-size: 1.8rem;
    }

    .premium-card {
        padding: 30px 20px;
    }

    .custom-tabs {
        flex-direction: column;
        width: 100%;
        border-radius: 15px;
    }

    .custom-tabs .nav-link {
        border-radius: 10px !important;
        justify-content: center;
    }
}

:root {
    --primary-blue: #0f172a;
    --accent-blue: #3b82f6;
    --text-slate: #64748b;
}

.reseller-why-choose {
    background: #f8fafc;
}

.badge-premium {
    background: #dbeafe;
    color: #2563eb;
    padding: 6px 16px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 15px;
}

.main-title {
    font-size: 2.8rem;
    font-weight: 800;
    color: var(--primary-blue);
}

.main-title span,
.detail-title span {
    color: var(--accent-blue);
}

.section-subtitle {
    color: var(--text-slate);
    max-width: 700px;
    margin: 0 auto;
}

.benefit-card {
    background: #fff;
    padding: 40px 30px;
    border-radius: 24px;
    height: 100%;
    border: 1px solid #e2e8f0;
    transition: all 0.4s ease;
    text-align: left;
}

.benefit-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.08);
    border-color: var(--accent-blue);
}

.active-card {
    background: var(--primary-blue);
    color: #fff;
}

.benefit-icon {
    font-size: 2.5rem;
    color: var(--accent-blue);
    margin-bottom: 20px;
}

.active-card h3 {
    color: #fff;
}

.active-card p {
    color: #94a3b8;
}

.benefit-card h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
}

.benefit-card p {
    font-size: 15px;
    line-height: 1.6;
    margin: 0;
}

.detail-title {
    font-size: 2.2rem;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 20px;
}

.detail-content p {
    color: var(--text-slate);
    font-size: 1.05rem;
    line-height: 1.7;
}

.feature-list {
    list-style: none;
    padding: 0;
    margin-top: 20px;
}

.feature-list li {
    font-weight: 600;
    margin-bottom: 10px;
    color: var(--primary-blue);
}

.feature-list i {
    color: var(--accent-blue);
    margin-right: 10px;
}

.img-frame {
    background: #eff6ff;
    padding: 30px;
    border-radius: 30px;
    display: inline-block;
}

.btn-migration {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: var(--accent-blue);
    color: #fff;
    padding: 14px 30px;
    border-radius: 12px;
    font-weight: 700;
    text-decoration: none;
    margin-top: 20px;
    transition: 0.3s;
}

.btn-migration:hover {
    background: var(--primary-blue);
    color: #fff;
    transform: scale(1.05);
}

@media (max-width: 768px) {
    .main-title {
        font-size: 2rem;
    }

    .detail-title {
        font-size: 1.6rem;
    }
}

.premium-cloud-cta {
    position: relative;
    background: #0b0f19;
    /* Deep Space Blue */
    overflow: hidden;
    padding: 100px 0;
    font-family: 'Poppins', sans-serif;
}

.cta-bg-elements .blob-circle {
    position: absolute;
    filter: blur(80px);
    border-radius: 50%;
    z-index: 1;
    opacity: 0.4;
    animation: float 8s infinite ease-in-out alternate;
}

.b1 {
    width: 400px;
    height: 400px;
    background: #2563eb;
    top: -100px;
    left: -50px;
}

.b2 {
    width: 350px;
    height: 350px;
    background: #9333ea;
    bottom: -50px;
    right: -50px;
    animation-delay: -4s !important;
}

@keyframes float {
    from {
        transform: translateY(0) scale(1);
    }

    to {
        transform: translateY(-40px) scale(1.1);
    }
}


.cta-glass-card {
    position: relative;
    z-index: 10;
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 40px;
    padding: 60px 40px;
    box-shadow: 0 40px 100px rgba(0, 0, 0, 0.5);
}

.cta-top-tag {
    color: #3b82f6;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
    display: inline-block;
    margin-bottom: 20px;
}

.cta-main-title {
    color: #ffffff;
    font-size: clamp(2rem, 5vw, 3.5rem);
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 25px;
}

.cta-main-title span {
    background: linear-gradient(90deg, #3b82f6, #a855f7);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.cta-subtext {
    color: #94a3b8;
    font-size: 1.15rem;
    max-width: 800px;
    margin: 0 auto 40px;
    line-height: 1.8;
}

/* --- Buttons --- */
.cta-button-group {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.btn-premium-cta {
    background: linear-gradient(90deg, #2563eb, #7c3aed);
    color: white;
    padding: 16px 40px;
    border-radius: 100px;
    font-weight: 700;
    text-decoration: none;
    transition: 0.4s;
    box-shadow: 0 10px 30px rgba(37, 99, 235, 0.4);
}

.btn-premium-cta:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(124, 58, 237, 0.6);
    color: #fff;
}

.btn-outline-cta {
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    padding: 16px 40px;
    border-radius: 100px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s;
}

.btn-outline-cta:hover {
    background: rgba(255, 255, 255, 0.05);
    border-color: #fff;
    color: #fff;
}

/* Mobile responsive */
@media (max-width: 768px) {
    .cta-glass-card {
        padding: 40px 20px;
        clip-path: none;
    }

    .cta-button-group {
        flex-direction: column;
    }
}

.operating-system-section {
    background-color: #f8faff;
    background-image: radial-gradient(at 0% 0%, rgba(78, 115, 223, 0.05) 0px, transparent 50%),
        radial-gradient(at 100% 100%, rgba(78, 115, 223, 0.05) 0px, transparent 50%);
}

/* Tab Button Styling */
.custom-os-tabs .nav-link {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    color: #4a5568;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.02);
}

.custom-os-tabs .nav-link.active {
    background: #ffffff;
    border-color: #4e73df;
    color: #4e73df;
    box-shadow: 0 10px 25px rgba(78, 115, 223, 0.15);
}


.install-app-logo .client-review-card {
    background: #fff;
    border: 1px solid #f0f0f0;
    padding: 30px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* height: 120px;   */
    transition: all 0.3s ease;
}


/* Hover Effect */
.client-review-card:hover {
    border-color: #4e73df;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}

.client-review-card:hover img {
    filter: grayscale(0%);
    opacity: 1;
}

.icon-circle {
    width: 40px;
    height: 40px;
    background: #f1f5ff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    color: #4e73df;
}

.custom-os-tabs .nav-link.active .icon-circle {
    background: #4e73df;
    color: #ffffff;
}

/* Content Card with Blur */
.glass-card {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(8px);
    border: 1px solid #ffffff;
    border-radius: 24px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.05);
}

/* Smooth Floating Animation */
.floating-animation {
    max-height: 320px;
}


.premium-awards-section {
    background-color: #ffffff;
    padding: 80px 0;
    overflow: hidden;
}

/* Badge & Title */
.badge-award-top {
    background: #f1f4ff;
    color: #4e73df;
    padding: 7px 20px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.modern-title {
    font-size: 2.8rem;
    font-weight: 800;
    color: #1e293b;
    margin-top: 15px;
}

/* Image waala Gradient */
.vps-gradient-text {
    background: linear-gradient(90deg, #4e73df 0%, #8a3ffc 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.modern-divider {
    width: 50px;
    height: 4px;
    background: #4e73df;
    margin: 15px auto;
    border-radius: 10px;
}

/* Modern Card Design */
.award-modern-card {
    position: relative;
    background: #ffffff;
    border-radius: 24px;
    padding: 40px 30px;
    text-align: center;
    border: 1px solid #edf2f7;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    z-index: 1;
        margin-bottom: 10px;
}

.card-glow-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, rgba(78, 115, 223, 0.08) 0%, transparent 70%);
    transform: translate(-50%, -50%);
    z-index: -1;
    transition: all 0.4s ease;
}

/* Center Highlighted Card */
.card-featured {
    transform: translateY(-20px);
    border: 2px solid rgba(138, 63, 252, 0.1);
    box-shadow: 0 20px 40px rgba(78, 115, 223, 0.1);
}

.featured-badge {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(90deg, #4e73df, #8a3ffc);
    color: white;
    padding: 5px 15px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 600;
}

/* Card Content Details */
.award-year {
    font-weight: 800;
    font-size: 14px;
    color: #94a3b8;
    margin-bottom: 20px;
}

.award-year.highlight {
    color: #8a3ffc;
}

.award-main-img {
    max-height: 200px;
    transition: transform 0.4s ease;
}

.award-label {
    font-weight: 700;
    color: #334155;
    font-size: 16px;
}

/* Hover Animations */
.award-modern-card:hover {
    transform: translateY(-30px);
    box-shadow: 0 30px 60px rgba(138, 63, 252, 0.15);
    border-color: #8a3ffc;
}

.award-modern-card:hover .award-main-img {
    transform: scale(1.1);
}

.award-modern-card:hover .card-glow-bg {
         border-radius: 24px;
}

.award-content {
    background: #fff;
}

/* Responsive Fix */
@media (max-width: 991px) {
    .card-featured {
        transform: translateY(0);
        
    }
}


.premium-features-section {

    background-color: #f8faff;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.feat-container {
    max-width: 1200px;
    margin: 0 auto;
}

.feat-header {
    text-align: center;
    margin-bottom: 50px;
}

.feat-subtitle {
    color: #ff4d00;
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 14px;
    margin-bottom: 10px;
}

.feat-main-title {
    font-size: 36px;
    color: #1a1a1a;
    margin-bottom: 15px;
}

.feat-main-title span {
    color: #ff4d00;
}

.feat-underline {
    width: 60px;
    height: 4px;
    background-color: #ff4d00;
    margin: 0 auto;
    border-radius: 2px;
}

.feat-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 25px;
}

.feat-card {
    background: #ffffff;
    padding: 35px 25px;
    border-radius: 15px;
    border: 1px solid #eaeaea;
    text-align: center;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.02);
}

.feat-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(255, 77, 0, 0.1);
    border-color: #9134ea;
}

.feat-card::after {
    content: '';
    position: absolute;
    top: -50px;
    right: -50px;
    width: 100px;
    height: 100px;
    background: rgb(237 227 252);
    border-radius: 50%;
    transition: all 0.4s ease;
}

.feat-card:hover::after {
    width: 150px;
    height: 150px;
    background: rgb(237 227 252);
}

.feat-icon-box {
    width: 65px;
    height: 65px;
    background-color: #823aea24;
    color: #7d3deb;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    transition: all 0.4s ease;
}

.feat-card:hover .feat-icon-box {
    background-color: #9134ea;
    color: #ffffff;
    transform: rotateY(180deg);
}

.feat-icon-box svg {
    width: 30px;
    height: 30px;
}

.feat-card h3 {
    font-size: 18px;
    color: #333;
    font-weight: 600;
    line-height: 1.4;
    margin: 0;
}

@media (max-width: 768px) {
    .feat-main-title {
        font-size: 28px;
    }

    .feat-grid {
        grid-template-columns: 1fr;
    }
}


.backup-premium-section {

    background-color: #ffffff;
    font-family: 'Segoe UI', Roboto, sans-serif;
    overflow: visible;
    position: relative;
}

.bkp-container {
    max-width: 1200px;
    margin: 0 auto;
}

.bkp-row {
    display: flex;
    align-items: center;
    gap: 60px;
    flex-wrap: wrap;
}

.bkp-content-col {
    flex: 1.2;
    min-width: 350px;
}

/* Label & Badge Styling */
.bkp-label-wrapper {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;
}

.bkp-badge {
    background: rgba(0, 86, 179, 0.08);
    color: #0056b3;
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    border: 1px solid rgba(0, 86, 179, 0.1);
}

.bkp-line {
    height: 2px;
    width: 60px;
    background: linear-gradient(90deg, #ff4d00, transparent);
}

/* Title Styling */
.bkp-title {
    font-size: 48px;
    color: #0d1b2a;
    line-height: 1.1;
    margin-bottom: 30px;
    font-weight: 800;
}

.bkp-title span {
    color: #ff4d00;
    background: linear-gradient(45deg, #ff4d00, #ff8c00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Description Styling */
.bkp-description p {
    font-size: 16px;
    color: #4a5568;
    line-height: 1.8;
    margin-bottom: 20px;
}

.bkp-lead {
    font-size: 19px !important;
    color: #1a202c !important;
    font-weight: 500;
}

.bkp-highlight-box {
    border-left: 5px solid #ff4d00;
    padding: 25px;
    background: linear-gradient(90deg, #fff9f6, #ffffff);
    border-radius: 0 15px 15px 0;
    color: #2d3748;
    font-style: italic;
    margin-top: 35px;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.02);
}

/* CTA Buttons */
.bkp-cta-area {
    margin-top: 45px;
    display: flex;
    gap: 20px;
}

.bkp-btn-primary {
    background: #ff4d00;
    color: white;
    padding: 16px 35px;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 700;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 10px 25px rgba(255, 77, 0, 0.25);
}

.bkp-btn-primary:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(255, 77, 0, 0.4);
    background: #e64500;
}

/* Visual Side Styling */
.bkp-visual-col {
    flex: 1;
    min-width: 400px;
    position: relative;
    padding: 40px;
}

.bkp-image-wrapper {
    position: relative;
    z-index: 10;
    perspective: 1000px;
}

.bkp-image-card {
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 40px 80px rgba(0, 0, 0, 0.15);
    background: #fff;
    border: 1px solid rgba(255, 255, 255, 0.8);
    transition: transform 0.6s ease;
}

.bkp-image-card img {
    width: 100%;
    display: block;
    transform: scale(1.01);
    filter: brightness(0.4);
}

/* Animated Blob */
.bkp-shape-blob {
    position: absolute;
    width: 130%;
    height: 130%;
    background: linear-gradient(135deg, #fff0eb 0%, #f0f4ff 100%);
    top: -15%;
    left: -5%;
    border-radius: 40% 60% 60% 40% / 40% 40% 60% 60%;
    z-index: -1;
    animation: bkp-morphing 12s ease-in-out infinite;
    filter: blur(40px);
    opacity: 0.8;
}

@keyframes bkp-morphing {

    0%,
    100% {
        border-radius: 40% 60% 60% 40% / 40% 40% 60% 60%;
        transform: rotate(0deg);
    }

    33% {
        border-radius: 60% 40% 40% 60% / 60% 60% 40% 40%;
    }

    66% {
        border-radius: 50% 50% 30% 70% / 50% 60% 40% 50%;
    }
}

/* Premium Floating Cards */
.bkp-floating-card {
    position: absolute;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(15px);
    padding: 18px 25px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    gap: 15px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    z-index: 20;
    border: 1px solid rgba(255, 255, 255, 0.4);
    animation: bkp-float 4s ease-in-out infinite;
}

@keyframes bkp-float {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-15px);
    }
}

.bkp-floating-card.card-1 {
    top: 15%;
    left: -40px;
    border-left: 6px solid #4CAF50;
}

.bkp-floating-card.card-2 {
    bottom: 15%;
    right: -30px;
    border-left: 6px solid #2196F3;
    animation-delay: 2s;
}

.bkp-floating-card .icon {
    font-size: 24px;
    filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.1));
}

.bkp-floating-card span {
    display: block;
    font-weight: 800;
    font-size: 15px;
    color: #1a202c;
    margin-bottom: 2px;
}

.bkp-floating-card small {
    color: #718096;
    font-size: 12px;
    font-weight: 600;
}

/* Responsive Design */
@media (max-width: 991px) {
    .backup-premium-section {
        padding: 60px 15px;
    }

    .bkp-row {
        flex-direction: column-reverse;
        text-align: center;
        gap: 40px;
    }

    .bkp-label-wrapper {
        justify-content: center;
    }

    .bkp-title {
        font-size: 36px;
    }

    .bkp-cta-area {
        justify-content: center;
        flex-direction: column;
    }

    .bkp-visual-col {
        min-width: 100%;
        padding: 20px;
    }

   
    .bkp-floating-card {
        position: relative;
        left: 0 !important;
        right: 0 !important;
        top: 0 !important;
        bottom: 0 !important;
        margin: 15px auto;
        width: fit-content;
        animation: none;
    }

    .bkp-shape-blob {
        width: 100%;
        height: 100%;
        left: 0;
    }
}

/* Global Container Fixes */
.we-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.we-row {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.align-items-center {
    align-items: center;
}

.section-label {
    background: rgba(255, 77, 0, 0.1);
    color: #ff4d00;
    padding: 5px 15px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    width: fit-content;
    margin-bottom: 15px;
}

/* Section 1: How It Works */
.hiw-modern-section {
    background: #fdfdfd;
}

.we-col-left {
    flex: 1.2;
    min-width: 350px;
}

.we-col-right {
    flex: 0.8;
    min-width: 350px;
    text-align: center;
}

.hiw-title {
    font-size: 42px;
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 10px;
}

.hiw-title span {
    color: #ff4d00;
}

.hiw-subtitle {
    color: #666;
    margin-bottom: 40px;
    font-size: 18px;
}

.hiw-steps-wrapper {
    position: relative;
    padding-left: 20px;
}

.hiw-step-item {
    display: flex;
    gap: 25px;
    margin-bottom: 35px;
    position: relative;
    transition: 0.3s;
    padding: 20px;
    border-radius: 15px;
}

.hiw-step-item:hover {
    background: #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transform: translateX(10px);
}

.step-number {
    min-width: 50px;
    height: 50px;
    background: #1a1a1a;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-weight: 800;
    font-size: 20px;
    z-index: 2;
}

.hiw-step-item:hover .step-number {
    background: linear-gradient(90deg, #2563eb, #9333ea);
}

.step-content h4 {
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 5px;
}

.step-content p {
    color: #555;
    line-height: 1.6;
    margin: 0;
    font-size: 15px;
}

.hiw-image-container {
    position: relative;
}

.hiw-image-container img {
    width: 100%;
    max-width: 450px;
    position: relative;
    z-index: 1;
}

.floating-blob {
    position: absolute;
    width: 300px;
    height: 300px;
    background: #ff4d00;
    top: 10%;
    right: 10%;
    border-radius: 50%;
    filter: blur(80px);
    opacity: 0.1;
}

/* Section 2: Use Cases */
.usecase-premium-section {
    background: #0d1b2a;
    overflow: hidden;
}

.usecase-card {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    padding: 40px 25px;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    text-align: center;
    transition: all 0.4s ease;

}

.usecase-card:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-15px);

    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.uc-icon {
    font-size: 40px;
    margin-bottom: 20px;
    display: block;
}

.usecase-card h4 {
    color: #fff;
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
}

.usecase-card p {
    color: #a0aec0;
    font-size: 14px;
    line-height: 1.6;
}

/* Responsive */
@media (max-width: 768px) {
    .we-row {
        flex-direction: column;
    }

    .hiw-title {
        font-size: 32px;
    }

    .usecase-grid {
        grid-template-columns: 1fr;
    }

    .hiw-step-item:hover {
        transform: none;
    }
}

.inner-about .col-lg-6:last-child .about-card-header {
    text-align: center !important;
}

@media (max-width: 768px) {
    .display-title {
        font-size: 2rem;
    }

    .visual-wrapper {
        height: 300px;
        margin-top: 40px;
    }

    .main-server-icon {
        font-size: 120px;
    }

    .tech-badge {
        width: 55px;
        height: 55px;
    }
}

.cloude-about .about-card {

    background-color: #ffffffa6;
    border: 1px solid #f2f2f2;

}   

 .tech-grid {
    position: absolute;
    width: 200%;
    height: 100%;
    background-image: 
        linear-gradient(to right, rgba(255, 255, 255, 0.04) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
    background-size: 60px 60px;
    opacity: 0.5;
}

 .data-stream {
    position: absolute;
    height: 2px;
    width: 250px;
    background: linear-gradient(90deg, transparent, #556bff, #00d4ff, transparent);
    box-shadow: 0 0 15px rgba(0, 212, 255, 0.8);
    opacity: 0;
    border-radius: 50%;
}
#home-review-slider {
    display: flex;
    flex-wrap: nowrap;
    /* width: max-content; */
}

.review-slide-item {
    width: 400px;  
    flex-shrink: 0;
}
#home-client-section .client-review-card {
    text-align: start;
    background: #ffffff;
    padding: 17px;
    border-radius: 10px;
    transition: all 0.3s ease;
}
/* ==========================================
   ABOUT SECTION - DEFAULT / MOBILE STYLES
 
========================================== */
.about-pin-wrapper {
    background-color: #fff;
    width: 100%;
    overflow-x: hidden;
}

.about-slider {
    width: 100%;
    display: block;  
}

.About-US {
    width: 100%;
    padding: 60px 0; 
}


 
@media (min-width: 992px) {
    .about-pin-wrapper {
        height: 100vh;  
        display: flex;
        align-items: center;  
    }

    .about-slider {
        display: flex;  
        width: 200vw; 
    }

    .About-US {
        width: 100vw; 
        flex-shrink: 0;  
        padding: 0; 
    }
}
#home-review-slider .slick-initialized .slick-slide {
    display: block;
    padding: 10px;
}
.whtop img{
    height: 100%;
   width: 83%;
    object-fit: contain;
    border-radius: 8px;
    /*max-height: 90%;*/
}
#home-client-section .client-body {
 
    min-height: 225px;
}
/* Fixed Button Styling */
.fixed-right-btn {
position: fixed;
    top: 50%;
    right: -78px;
    z-index: 9999;
    transform: translateY(-50%) rotate(-90deg) !important;
    transform-origin: center;
    box-shadow: 0px -5px 15px rgba(0, 0, 0, 0.2);
    border-radius: 8px 8px 0 0;
    transition: all 0.3s ease-in-out;
    padding: 10px 25px;
    background: linear-gradient(135deg, #38bdf8 0%, #2563eb 100%);
    color: #fff;
}

/* Hover Effect */
.fixed-right-btn:hover {
 
    transform: translateY(-50%) rotate(-90deg) translateY(-5px);
    box-shadow: 0px -8px 20px rgba(0, 0, 0, 0.3);
}
 
.fixed-right-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.4);
}

 @media (max-width: 768px) {
    .fixed-right-btn {
        font-size: 14px;
        right: -70px;
    }
}

/* Modal Overlay Background */
.modal-overlay {
    display: none; /* Default hidden */
    position: fixed;
    top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 99999;
    backdrop-filter: blur(5px); /* Premium blur effect */
}

/* Modal Box */
.modal-box {
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
  
    box-shadow: 0px 10px 30px rgba(0,0,0,0.5);
 }

/* Close Button */
.close-modal {
    position: absolute;
    top: 15px; right: 20px;
    font-size: 28px;
    color: #000000;
    cursor: pointer;
    transition: 0.3s;
}
.close-modal:hover { color: #17a2b8; }

/* Modal Header */
.modal-header {
    text-align: center;
    margin-bottom: 25px;
    font-size: 22px;
}
.highlight-title {

}

/* Form Inputs */
.input-group { margin-bottom: 15px; }
.input-group label {
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 500;
}
.input-group input, .input-group textarea {
    width: 100%;
    padding: 10px;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    outline: none;
}
.input-group input:focus, .input-group textarea:focus {
    box-shadow: 0 0 5px #17a2b8;
}

/* Simulated reCAPTCHA Box */
.captcha-container {
    background: #fff;
    color: #333;
    padding: 10px 15px;
    border-radius: 4px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.captcha-left { display: flex; align-items: center; gap: 10px; }
.captcha-left input { width: 20px; height: 20px; cursor: pointer; }
.captcha-right { text-align: center; display: flex; flex-direction: column; align-items: center;}
.captcha-right small { font-size: 10px; color: #666; }

/* Submit Button */
.submit-btn {
    width: 100%;
    background: #17a2b8; /* Cyan Button */
    color: #fff;
    border: none;
    padding: 12px;
    font-size: 16px;
    border-radius: 6px;
    cursor: pointer;
    transition: 0.3s;
}
.submit-btn:hover { background: #138496; }

/* jQuery Validation Error Styles */
.error-text {
    color: #ff4d4d;
    font-size: 12px;
    margin-top: 4px;
    display: block;
}
input.error, textarea.error { border: 2px solid #ff4d4d; }

/* --- Premium Form UI Styles --- */

/* Section Background (Optional subtle gradient) */
.request-call-section {
background: linear-gradient(120deg, #ffffff, #eaf0ff);
    overflow: hidden;
}

/* Form Card Styling */
.premium-form-card {
    border-radius: 20px;
    background: #ffffff;
    transition: transform 0.3s ease;
}

/* Gradient Text for Heading */
.text-gradient {
    background: linear-gradient(135deg, #00d2ff 0%, #3a7bd5 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* --- Floating Label Input Design --- */
.custom-input-group {
    position: relative;
    margin-bottom: 5px;
}

.custom-form-control {
    width: 100%;
    padding: 20px 15px 10px 15px; /* Extra padding top for floating label */
    font-size: 16px;
    color: #333;
    background-color: #f4f7f6; /* Very light grey */
    border: 2px solid transparent;
    border-radius: 12px;
    outline: none;
    transition: all 0.3s ease;
}

.custom-form-label {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    font-size: 15px;
    color: #7a8b9a;
    pointer-events: none;
    transition: all 0.2s ease-out;
    margin: 0;
}

/* When input is focused OR has value, float the label up */
.custom-form-control:focus,
.custom-form-control:not(:placeholder-shown) {
    background-color: #ffffff;
    border-color: #e0e6ed;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.04);
}

.custom-form-control:focus ~ .custom-form-label,
.custom-form-control:not(:placeholder-shown) ~ .custom-form-label {
    top: 12px;
    font-size: 12px;
    color: #3a7bd5; /* Highlight label color */
    font-weight: 600;
}

/* Animated bottom border highlight on focus */
.input-highlight {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 3px;
    background: linear-gradient(90deg, #00d2ff, #3a7bd5);
    transition: all 0.3s ease;
    border-radius: 0 0 12px 12px;
    transform: translateX(-50%);
}

 
/* --- Premium Submit Button --- */
.premium-submit-btn {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 18px 30px;
    font-size: 1.1rem;
    font-weight: 700;
    color: #ffffff;
    background: linear-gradient(135deg, #00d2ff 0%, #3a7bd5 100%);
    border: none;
    border-radius: 12px;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 10px 20px rgba(58, 123, 213, 0.3);
    z-index: 1;
}

/* Button Hover Effect (Shine and Lift) */
.premium-submit-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 50%;
    height: 100%;
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.2) 50%, rgba(255,255,255,0) 100%);
    transform: skewX(-25deg);
    transition: all 0.5s ease;
    z-index: -1;
}

.premium-submit-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 25px rgba(58, 123, 213, 0.4);
}

.premium-submit-btn:hover::before {
    left: 150%; /* Moves shine across button */
}

.premium-submit-btn:active {
    transform: translateY(1px);
    box-shadow: 0 5px 10px rgba(58, 123, 213, 0.3);
}

.btn-icon {
    transition: transform 0.3s ease;
}

.premium-submit-btn:hover .btn-icon {
    transform: translateX(5px);
}

 
/* Error states for jQuery Validation */
.custom-form-control.is-invalid {
    border-color: #ff4d4d !important;
    background-color: #fffaf0;
}
.custom-form-control.is-invalid ~ .custom-form-label {
    color: #ff4d4d;
}
span.error-text {
    font-size: 12px;
    color: #ff4d4d;
    margin-top: 5px;
    display: block;
    padding-left: 10px;
}

    .terms-section .banner-section:after,.terms-section .banner-section ,.terms-section .dot-grid-overlay{
        min-height: 300px;
        height: 300px;
    }
    .terms-section .sla-section h3 {
        font-size: 22px;
        font-weight: 700;
    }
    
    .difference-between {
        background: linear-gradient(120deg, #ffffff, #eaf0ff);
    }
    
    
    
/* --- Main Blog Container Styling --- */
.main-blog {
    background-color: #f8fafc; /* Clean background */
    padding: 80px 0;
    font-family: 'Inter', sans-serif;
}

/* --- Blog Card Styling --- */
.main-blog .blog-layout-2 {
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(5, 11, 30, 0.05); /* Very light navy shadow */
    margin-bottom: 30px;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    border: 1px solid #eef2f6;
}

.main-blog .blog-layout-2:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(5, 11, 30, 0.12);
  
}

/* --- Image Section --- */
.main-blog .blog-img-holder {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, #050b1e 0%, #161d3a 100%); /* Banner Base Gradient */
}

.main-blog .blog-img img {
    width: 100%;
    height: auto;
    transition: all 0.6s ease;
}

.main-blog .blog-layout-2:hover .blog-img img {
    transform: scale(1.05);
    opacity: 0.85;
}

/* --- Entry Content Styling --- */
.main-blog .entry-content {
    padding: 35px;
}
.inner-blog-page .entry-content {
    padding: 0;
}
/* Meta Info (Banner Colors) */
.main-blog .entry-meta {
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    border-bottom: 1px solid #f1f4f8;
    padding-bottom: 15px;
}

.main-blog .entry-meta li {
    font-size: 13px;
    color: #5d7186;
    font-weight: 500;
}

.main-blog .entry-meta li i {
    margin-right: 6px;
    color: #31afff; /* Matching the sidebar 'Call' button color */
}

/* Title Styling (Banner Dark Blue) */
.main-blog .entry-title a {
    font-size: 24px;
    font-weight: 800;
    color: #050b1e; /* Deep Navy from Banner */
    text-decoration: none;
    line-height: 1.4;
    transition: color 0.3s;
}

.main-blog .entry-title a:hover {
    color: #31afff; /* Banner Cyan */
}

/* Read More Button (Banner Matched Gradient) */
.main-blog .btn-style1 {
    display: inline-flex;
    align-items: center;
    background: linear-gradient(90deg, #050b1e 0%, #1a2a5a 100%); /* Deep Blue Gradient */
    color: #fff !important;
    padding: 12px 25px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(5, 11, 30, 0.2);
}

.main-blog .btn-style1:hover {
    background: #31afff; /* Cyan from Request Call Back button */
    box-shadow: 0 6px 20px rgba(49, 175, 255, 0.4);
    transform: scale(1.02);
}

.sidebar-widget-area ul {
    padding-left: 15px;
}
.main-blog .widget {
    background: #fff;
    padding: 25px;
    border-radius: 12px;
    border: 1px solid #eef2f6;
    margin-bottom: 30px;
}

.main-blog .widgettitle {
    font-size: 18px;
    font-weight: 800;
    color: #050b1e;
    margin-bottom: 25px;
    position: relative;
    display: block;
}

.main-blog .widgettitle::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 40px;
    height: 4px;
    background: linear-gradient(90deg, #31afff, #050b1e); /* Cyan to Navy gradient */
    border-radius: 2px;
}

/* Categories List */
.main-blog .widget_categories ul li a {
    color: #334155;
    font-weight: 500;
    font-size: 15px;
    transition: all 0.3s;
        text-decoration: none;
}
.main-blog li.cat-item {
    padding: 5px 0;
}
.main-blog .widget_categories ul li a:hover {
    color: #31afff;
    padding-left: 10px;
}

/* Tag Cloud (Banner Theme) */
.main-blog .tagcloud a {
    background: #f1f5f9;
    color: #050b1e;
    border-radius: 6px;
    padding: 8px 15px;
    font-size: 12px !important;
    font-weight: 600;
    transition: all 0.3s;
}

.main-blog .tagcloud a:hover {
    background: #050b1e;
    color: #fff;
}

@media (max-width: 991px) {
    .main-blog .sidebar-widget-area {
        padding-left: 0;
        margin-top: 50px;
    }
}

.main-blog .blog-list svg path {
    fill: #fff;
}
.main-blog li svg path {
    fill: #5d7186 !important;
}
.main-blog .recent-post-thumb img {
    width: 100%;
    border-radius: 5px;
}

.main-blog .widget-recent-post-title a {
 
    color: #050b1e;
    text-decoration: none;
  
}

.main-blog .widget-recent-post-title {
    font-size: 14px;
    font-weight: 800;
    color: #050b1e;
    text-decoration: none;
    line-height: 20px;
    transition: color 0.3s;
    margin-top: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.main-blog .topic-box.finbuzz-recent-post {
    margin-bottom: 20px;
}
.main-blog .topic-box.finbuzz-recent-post {
    display: flex;
    gap: 12px;
}

.recent-post-thumb {
    width: 35%;
}
.recent-post-content {
    width: 65%;
}


/* --- Modern Tech Tag Cloud UI --- */
.main-blog .tagcloud {
    display: flex;
    flex-wrap: wrap;
    gap: 10px; /* Tags ke beech barabar space */
    padding: 5px 0;
}
.main-blog  ul.entry-meta li a {
    color: #5d7186;
    text-decoration: none;
}
.main-blog .tagcloud a {
    background: #f1f5f9; /* Light slate background */
    color: #050b1e !important; /* Banner Dark Blue */
    border-radius: 4px; /* Professional tech shape */
    padding: 6px 14px !important;
    font-size: 12px !important; /* Sabhi tags ka size ek jaisa rakha hai clean look ke liye */
    font-weight: 600;
    text-decoration: none !important;
    border: 1px solid #e2e8f0;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: inline-block;
    line-height: 1.2;
    text-transform: capitalize;
}

/* Hover Effect: Banner Cyan Gradient Feel */
.main-blog .tagcloud a:hover {
    background: #050b1e; /* Dark Blue from banner */
    color: #ffffff !important;
    border-color: #050b1e;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(5, 11, 30, 0.15);
}

/* Optional: Active/Selected Tag Style (Agar jarurat ho) */
.main-blog .tagcloud a:active {
    background: #31afff; /* Cyan Blue from banner button */
    border-color: #31afff;
    transform: scale(0.95);
}
.inner-blog-page div#categories-2, .inner-blog-page div#tag_cloud-2 {
    display: none;
}


/* --- Single Blog Page Layout --- */
.inner-blog-page {
    background-color: #f8fafc;
    padding: 60px 0;
}
.inner-blog-page .rt-single-content a {
    text-decoration: none;
}


/* Post Container */
.inner-blog-page .site-main {
    background: #ffffff;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(5, 11, 30, 0.05);
    border: 1px solid #eef2f6;
}

/* --- Featured Image Styling --- */
.inner-blog-page .entry-thumbnail-area {
    margin: -40px -40px 30px -40px; /* Image edges tak touch karegi */
    overflow: hidden;
    border-radius: 12px 12px 0 0;
}

.inner-blog-page .entry-thumbnail-area img {
    width: 100%;
    height: auto;
    transition: transform 0.5s ease;
}

/* --- Meta Information --- */
.inner-blog-page .entry-meta ul {
    list-style: none;
    padding: 0;
    margin: 0 ;
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
}

.inner-blog-page .entry-meta ul li {
    font-size: 14px;
    color: #64748b;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 4px;
}

.inner-blog-page .entry-meta ul li i {
    color: #31afff; /* Banner Cyan Blue */
    margin-right: 8px;
    font-size: 16px;
}

.inner-blog-page .entry-meta ul li a {
    color: #050b1e;
    text-decoration: none;
    transition: color 0.3s;
}

.inner-blog-page .entry-meta ul li a:hover {
    color: #31afff;
}

/* --- Typography & Content --- */
.inner-blog-page .rt-single-content h1, 
.inner-blog-page .rt-single-content h2, 
.inner-blog-page .rt-single-content h3 {
    color: #050b1e;
    font-weight: 800;
    line-height: 1.3;
    margin-top: 35px;
    margin-bottom: 0px;
}

.inner-blog-page .rt-single-content h1 { font-size: 34px; }
.inner-blog-page .rt-single-content h2 { font-size: 28px;}
.inner-blog-page .entry-footer-meta a {
    text-decoration: none;
}
.inner-blog-page .rt-single-content p {
    font-size: 17px;
    line-height: 1.8;
    color: #475569;
    margin-bottom: 20px;
}

.inner-blog-page .rt-single-content blockquote {
    background: #f1f5f9;
    border-left: 5px solid #050b1e;
    padding: 30px;
    margin: 40px 0;
    font-style: italic;
    border-radius: 0 10px 10px 0;
}

.inner-blog-page .rt-single-content blockquote p {
    color: #050b1e;
    font-weight: 600;
    margin-bottom: 0;
}

/* --- Share Section --- */
.inner-blog-page .entry-footer {
    margin-top: 50px;
    padding-top: 30px;
    border-top: 1px solid #eef2f6;
}

.inner-blog-page .post-share {
    display: flex;
    align-items: center;
    gap: 20px;
}

.inner-blog-page .share-links a {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #f1f5f9;
    color: #050b1e;
    font-size: 16px;
    margin-right: 10px;
    transition: all 0.3s ease;
}

.inner-blog-page .share-links a:hover {
    background: #31afff;
    color: #fff;
    transform: translateY(-3px);
}

/* --- Post Navigation (Prev/Next) --- */
.inner-blog-page .post-navigation {
    margin-top: 50px;
    background: #050b1e;
    padding: 30px;
    border-radius: 12px;
    color: #fff;
}

.inner-blog-page .post-navigation h5 a {
    color: #fff;
    font-size: 16px;
    text-decoration: none;
}

.inner-blog-page .post-navigation .next-article a, 
.inner-blog-page .post-navigation .prev-article a {
    color: #31afff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
}

.inner-blog-page .post-navigation .thumb img {
    border-radius: 6px;
    border: 2px solid rgba(255,255,255,0.1);
}

/* --- Author Box --- */
.inner-blog-page .author-content {
    margin-top: 50px;
    padding: 22px;
    background: #f8fafc;
    border-radius: 12px;
    border: 1px solid #eef2f6;
}

 

.inner-blog-page .author-title a {
    color: #050b1e;
    font-weight: 700;
    text-decoration: none;
}

.inner-blog-page .author-designation {
    color: #31afff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
}

/* --- Responsive --- */
@media (max-width: 767px) {
    .inner-blog-page .site-main { padding: 20px; }
    .inner-blog-page .entry-thumbnail-area { margin: -20px -20px 20px -20px; }
    .inner-blog-page .rt-single-content h1 { font-size: 24px; }
}
/* --- Share Section Container --- */
.inner-blog-page .entry-footer {
    padding: 30px 0;
    margin-top: 40px;
    border-top: 1px solid #eef2f6;
    border-bottom: 1px solid #eef2f6;
}

.inner-blog-page .post-share {
    display: flex;
    align-items: center;
    gap: 20px;
}

.inner-blog-page .post-share span {
    font-weight: 700;
    color: #050b1e; /* Deep Navy */
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
}

/* --- Icons Design --- */
.inner-blog-page .share-links {
    display: flex;
    gap: 12px;
}

.inner-blog-page .share-links a {
    width: 45px;
    height: 45px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #f1f5f9;
    color: #050b1e;
    font-size: 18px;
    text-decoration: none !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    border: 1px solid #e2e8f0;
}

/* Hidden Text for SEO/Accessibility */
.inner-blog-page .share-links .social-text,
.inner-blog-page .share-links .screen-reader-text {
    display: none;
}

/* --- Hover Effects with Brand Colors --- */

/* Facebook */
.inner-blog-page .share-links a.facebook-f-share-button:hover {
    background-color: #3b5998;
    color: #fff;
    border-color: #3b5998;
    box-shadow: 0 5px 15px rgba(59, 89, 152, 0.3);
    transform: translateY(-5px);
}

/* Twitter/X */
.inner-blog-page .share-links a.twitter-share-button:hover {
    background-color: #000000;
    color: #fff;
    border-color: #000000;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    transform: translateY(-5px);
}

/* Google+ (Or replace with Instagram/WhatsApp if needed) */
.inner-blog-page .share-links a.google-plus-g-share-button:hover {
    background-color: #db4437;
    color: #fff;
    border-color: #db4437;
    box-shadow: 0 5px 15px rgba(219, 68, 55, 0.3);
    transform: translateY(-5px);
}

/* LinkedIn */
.inner-blog-page .share-links a.linkedin-in-share-button:hover {
    background-color: #0077b5;
    color: #fff;
    border-color: #0077b5;
    box-shadow: 0 5px 15px rgba(0, 119, 181, 0.3);
    transform: translateY(-5px);
}

/* Pinterest */
.inner-blog-page .share-links a.pinterest-share-button:hover {
    background-color: #bd081c;
    color: #fff;
    border-color: #bd081c;
    box-shadow: 0 5px 15px rgba(189, 8, 28, 0.3);
    transform: translateY(-5px);
}

/* --- General Hover State --- */
.inner-blog-page .share-links a:hover {
    transform: translateY(-5px);
}
.inner-blog-page  .pull-left {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 3px solid #fff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    overflow: hidden;
}
.inner-blog-page h3.wp-block-heading {
    font-size: 24px;
}
.inner-blog-page h4.wp-block-heading {
    font-size: 20px;
    font-weight: 700;
}
.inner-blog-page table.has-fixed-layout.table.table-responsive img {
    width: 20px;
}

.inner-blog-page h3.wp-block-heading img {
    width: 20px;
}
.inner-blog-page .item-tags a {
    background: #f1f5f9;
    color: #050b1e !important;
    border-radius: 4px;
    padding: 6px 14px !important;
    font-size: 12px !important;
    font-weight: 600;
    text-decoration: none !important;
    border: 1px solid #e2e8f0;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: inline-block;
    line-height: 1.2;
    text-transform: capitalize;
    margin-left: 6px;
}

.second-iner-page-layout .blog-list.show_image {
    display: flex;
    flex-wrap: wrap;
}
.second-iner-page-layout .entry-content {
    width: 55%;
}
.second-iner-page-layout .blog-img-holder {
    width: 45%;
}
.second-iner-page-layout .entry-content {
    padding: 20px;
}
.second-iner-page-layout .entry-meta {
    margin-bottom: 0px;
    padding-bottom: 8px;
}
.second-iner-page-layout .blog-img {
    height: 100%;
}
.second-iner-page-layout .blog-img img {
    
    height: 100%;
     object-fit: scale-down;
}

@media (max-width: 991px) {
    .second-iner-page-layout .blog-img-holder {
        width: 100%;
    }
    .second-iner-page-layout .entry-content {
        width: 100%;
    }
}
.oui-text-media-horizontal li a {
    text-decoration: none;
    color: black;
}
/* --- OVHcloud Certified Services List Modern Design --- */

/* Parent Container Reset & Structure */
.oui-text-media-horizontal.container {
    padding-top: 50px;
    padding-bottom: 60px;
    
    border-radius: 12px;
}

/* 1. Title Styling: Large, Centered, Primary Color & Underline Accent */
.oui-text-media-horizontal__title {
    color: #0e2231; /* Primary Dark Trust Blue (matching common enterprise colors) */
    font-size: 32px !important; /* Large heading */
    line-height: 1.3;
    text-align: center;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 40px !important;
}

/* Decorative Thick Underline */
.oui-text-media-horizontal__title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #007bff 0%, #0e2231 100%); /* Blue gradient underline */
    border-radius: 10px;
}

/* Description Wrapper: Constraint Width for Readability */
.oui-text-media-horizontal__desc.mb-6 {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    text-align: left; /* Keep list centered but left-aligned list items */
}

/* 2. The List (ul): Remove default bullets, center content area, and use Grid for columns */
.oui-text-media-horizontal__desc ul {
    list-style: none; /* No boring dots */
    padding: 0;
    margin: 0;
    display: grid; /* Use Grid for structured columns */
    grid-template-columns: repeat(2, 1fr); /* Default 2 columns on desktop */
    gap: 25px; /* Generous gap for attractiveness */
    width: 100%;
}

/* 3. List Item (li): Convert to Modern Cards/Boxes */
.oui-text-media-horizontal__desc ul li {
    background: #ffffff; /* Clean white card */
    padding: 20px 25px;
    border-radius: 10px; /* Small modern rounding */
    box-shadow: 0 5px 15px rgba(5, 11, 30, 0.04); /* Subtlest soft shadow */
    border: 1px solid #f0f0f0; /* Subtlest default border */
    display: flex; /* Align icon and text */
    align-items: center;
    transition: all 0.3s ease-in-out; /* Smooth hover transition */
    position: relative;
    cursor: pointer;
}

/* Checkmark Icon via Pseudo-element (li::before) */
.oui-text-media-horizontal__desc ul li::before {
    content: '\2713'; /* Checkmark unicode */
    font-size: 24px;
    font-weight: 700;
    color: #007bff; /* Primary Blue for icon */
    margin-right: 18px; /* Space between icon and text */
    flex-shrink: 0;
    transition: all 0.3s ease;
}

/* 4. The Link (a): Pure Text Styling (Cover entire card on hover logic is standard but this text should be large and plain) */
.oui-text-media-horizontal__desc ul li a {
    color: #444; /* Dark gray for link text */
    text-decoration: none; /* Remove underlines by default */
    font-size: 16px;
    font-weight: 500;
    transition: all 0.3s ease;
    display: block; /* Cover most of the card */
    width: 100%;
}

/* 5. Attractive Interactive Hover States (Apply to li box) */
.oui-text-media-horizontal__desc ul li:hover {
    transform: translateY(-4px); /* Slight premium lift */
    border-color: #007bff; /* Accent border on hover */
    box-shadow: 0 10px 30px rgba(0, 123, 255, 0.12); /* Brighter Blue Shadow */
}

/* Hover effect for text and icon */
.oui-text-media-horizontal__desc ul li:hover::before {
    transform: scale(1.1); /* Checkmark slightly larger on hover */
    color: #0e2231; /* Change icon to dark on hover */
}

.oui-text-media-horizontal__desc ul li:hover a {
    color: #007bff; /* Change text color to Blue on hover */
}

/* --- Mobile Responsiveness --- */

/* Large Tablets and Mobile Screens (<= 768px) */
@media (max-width: 768px) {
    /* Reduce title size */
    .oui-text-media-horizontal__title {
        font-size: 26px !important;
        margin-bottom: 30px !important;
    }

    /* Collapse to a single column list on mobile */
    .oui-text-media-horizontal__desc ul {
        grid-template-columns: 1fr;
        gap: 15px; /* Tighter gaps for smaller screens */
    }

    /* Reduce card padding slightly */
    .oui-text-media-horizontal__desc ul li {
        padding: 15px 20px;
    }
}
 

.modal-box {
     background: #ffffff;
        max-width: 339px;
    padding: 20px 32px;
    border-radius: 12px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    border: 1px solid #f1f5f9;
}

/* Compact Header */
.modal-header {
    font-size: 22px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 15px; /* Minimal margin */
    text-align: center;
    letter-spacing: -0.5px;
}

.highlight-title {
    background: linear-gradient(90deg, #4338ca, #a855f7);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Reduced spacing for form groups */
.mb-2 {
    margin-bottom: 10px !important;
}

/* Small & Sharp Labels */
.form-label {
    font-size: 11.5px;
    font-weight: 700;
    color: #94a3b8;
    text-transform: uppercase;
    margin-bottom: 3px;
    letter-spacing: 0.3px;
}

/* Premium Inputs */
.form-control {
    background: #f8fafc;
    border: 1.5px solid #e2e8f0;
    border-radius: 8px;
    padding: 7px 12px; /* Super compact height */
    font-size: 14px;
    color: #334155;
    transition: all 0.2s ease-in-out;
}

.form-control:focus {
    background: #ffffff;
    border-color: #6366f1;
    box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.08) !important;
    outline: none;
}

/* Compact Textarea */
textarea.form-control {
    min-height: 50px; /* Height squeezed */
    resize: none;
}

/* Small Error Text */
.invalid-feedback, .error-text {
    font-size: 11px !important;
    margin-top: 2px;
}

/* Scale down ReCaptcha for height */
#recaptcha-callBack {
    transform: scale(0.9);
    transform-origin: left;
    margin: -5px 0;
}



/* Close Button Minimalist */
.close-modal {
    color: #cbd5e1;
    font-size: 20px;
    top: 12px;
    right: 15px;
    transition: 0.2s;
}

.close-modal:hover {
    color: #ef4444;
}

/* "Maybe later" Link */
#notInterestedBtn {
    font-size: 12px;
    color: #94a3b8 !important;
    margin-top: 0px;
    opacity: 0.8;
}

#notInterestedBtn:hover {
    opacity: 1;
    text-decoration: underline !important;
}

.mega-menu {
    position: absolute;
    left: 0;
  
}
.mega-menu-wp {
    position: static;
}
.image-box:first-child {
    width: 400px;
    height: 380px;
}

.image-box {
    margin-left: 17px;
    overflow: hidden;
}
.image-box {
    width: 100px;
    height: 380px;
    border-radius: 15px;
    object-fit: cover;
    transition: 0.5s;
    cursor: pointer;
}
.image-hover-box {
    overflow: hidden;
    border-radius: 13px;
}
.image-box:first-child img {
    width: 400px;
}

.image-box img {
    width: 600px;
    height: 379px;
    border-radius: 15px;
    object-fit: cover;
    transition: 0.5s;
}
.image-hover-box:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(180deg, rgb(255 255 255 / 1%) 0%, rgb(0 0 0 / 74%) 71%);
    width: 100%;
    height: 100%;
    border-radius: 15px;
    z-index: 999;
}
.image-box:first-child .col-content {
    display: none;
}

.col-content {
    color: var(--background, #FFF);
    font-size: 20px !important;
    font-weight: 600;
    transform: rotate(270deg) translate(109px, -25px);
    z-index: 999;
    position: relative;
    white-space: nowrap;
}
.hover-show-text p {
    color: #fff;
    z-index: 999;
    position: relative;
}

.number-text {
    color: var(--primary, #5EA813) !important;
    font-size: 30px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}
.writing {
    color: var(--background, #FFF);
    font-size: 28px !important;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}
.image-box:hover, .image-box img:hover, .image-box:hover img {
    width: 400px;
}
.col-content:before {
    content: "";
    position: absolute;
    left: -14px;
    top: -11px;
    width: 32px;
    height: 54px;
    background: linear-gradient(135deg, #38bdf8 0%, #2563eb 100%);
    z-index: -1;
}
.image-box:hover .hover-show-text1 {
    visibility: visible;
    opacity: 1;
}
.hover-show-text1 {
    visibility: hidden;
    transition: 0.3s;
    opacity: 0;
}
a {
    text-decoration: none;
}
/* 1. Sabhi Dropdown Menus ko shuruat mein chhupayein */
.navbar-nav .dropdown-menu {
    display: block !important; /* Transition ke liye block zaroori hai */
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px); /* Menu thoda niche se upar aayega */
    transition: all 0.3s ease-in-out;
    pointer-events: none;
    margin-top: -9px;
}

/* 2. Hover karne par menu ko smooth dikhayein */
.navbar-nav .nav-item.dropdown:hover > .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0); /* Apni sahi position par */
    pointer-events: auto;
}

/* 3. Mega Menu ko full-width aur sahi jagah set karne ke liye */
.mega-menu-wp {
    position: static !important;
}

.mega-menu {
    width: 100% !important;
    left: 0 !important;
    right: 0 !important;
    top: 100% !important;
}

/* 4. Child/Sub-menus (Nested) ke liye animation */
.dropdown-menu .child:hover > .clildmenu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* 5. Bootstrap ke default arrow ko hide ya adjust karne ke liye (Optional) */
.dropdown-toggle::after {
    transition: transform 0.3s ease;
}

.nav-item.dropdown:hover .dropdown-toggle::after {
    transform: rotate(180deg); /* Hover par arrow ghum jayega */
}