body{
    background:#f4f7ff;
    overflow-x:hidden;
}

/* =========================
   REMOVE WHMCS DEFAULTS
========================= */

#main-body{
    padding-top:0 !important;
    padding-bottom:0 !important;
}

.breadcrumb,
.master-breadcrumb{
    display:none !important;
}

/* =========================
   REGISTER PAGE
========================= */

.register-page{
    min-height:100vh;
    display:flex;
    align-items:center;
    justify-content:center;
    position:relative;
}

@keyframes floatOne{
    0%,100%{transform:translateY(0);}
    50%{transform:translateY(25px);}
}

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

.register-wrapper{
    width:100%;
    max-width:1400px;
    position:relative;
    z-index:2;
}

/* =========================
   LEFT SIDE
========================= */

.register-left{
    background:linear-gradient(135deg,#2d66eb,#002886);
    border-radius:24px;
    padding:40px 50px;
    color:#fff;
    position:relative;
    overflow:hidden;
    min-height:700px;
    display:flex;
    flex-direction:column;
    justify-content:center;
}

.register-left::before,
.register-left::after{
    content:'';
    position:absolute;
    border-radius:50%;
}

.register-left::before{
    width:420px;
    height:420px;
    background:rgba(255,255,255,.08);
    top:-120px;
    right:-120px;
}

.register-left::after{
    width:250px;
    height:250px;
    background:rgba(255,255,255,.05);
    bottom:-70px;
    left:-70px;
}

.register-left img{
    max-width:400px;
    width:100%;
    margin:auto;
    display:block;
    margin-bottom:10px;
    animation:floatImage 5s ease-in-out infinite;
}

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

.register-left h2{
    font-size: 2em;
    font-weight: 600;
    margin-bottom: 10px;
}

.register-left p{
    font-size:16px;
    line-height:32px;
    opacity:.92;
    margin-bottom:35px;
}

.btn-login{
    height:56px;
    padding:0 35px;
    border-radius:12px;
    background:#fff;
    color:#214eba !important;
    border:none;
    font-weight:700;
    font-size:15px;
    transition:.3s;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    text-decoration:none !important;
}

/* =========================
   RIGHT CARD
========================= */

.register-card{
    background: #fff;
    border-radius: 24px;
    padding: 45px 50px 20px 50px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, .08);
    min-height: 700px;
    max-height: 700px;
}

/* =========================
   FORM (IMPORTANT: NO HEIGHT BREAK)
========================= */

.register-card .row > div{
    padding-right:8px;
    padding-left:8px;
    margin-bottom:10px;
}

.register-card label{
    font-weight:700;
    margin-bottom:8px;
    display:block;
    color:#111827;
    font-size:14px;
}

/* input base (NO forced height) */
.register-card .form-control{
    width:100%;
    border-radius:12px !important;
    border:1px solid #e5e7eb;
    padding:12px 16px !important;
    font-size:15px;
    transition:.3s;
    background:#fff;
    box-shadow:none !important;
}
.register-card .form-control:focus{
    border-color:#4f46e5;
    box-shadow:0 0 0 4px rgba(79,70,229,.10) !important;
}

/* =========================
   PHONE INPUT FIX (MAIN ISSUE)
========================= */

.iti{
    width:100%;
    display:block;
    position:relative;
}

/* FIX overlap (only phone input) */
.iti input{
    padding-left:52px !important;
    box-sizing:border-box;
}

/* keep flag visible */
.iti__flag-container{
    display:block !important;
}

/* prevent placeholder overlap */
#inputPhone{
    line-height:normal !important;
}

/* =========================
   BUTTON
========================= */

.register-submit{
    width:100%;
    height:58px;
    border:none;
    border-radius:12px;
    background:linear-gradient(135deg,#032d8e,#214eba);
    color:#fff;
    font-size:16px;
    font-weight:700;
    margin-top:10px;
    cursor:pointer;
    transition:.3s;
}

.register-submit:hover{
    transform:translateY(-2px);
    box-shadow:0 15px 35px rgba(33,78,186,.25);
}
#registration .field, #registration .form-control
 {
    position: relative;
    vertical-align: top;
    border: 1px solid #ddd;
    display: -moz-inline-stack;
    display: inline-block;
    color: #626262;
    outline: 0;
    background: #fff;
    height: 48px !important;
    width: 100%;
    border-radius: 3px;
    font-size: 13px;
}
/* =========================
   MOBILE
========================= */

@media(max-width:991px){

    .register-left{
        display:none !important;
    }

    .register-card{
        padding:35px 25px;
        border-radius:20px;
    }

    .register-page{
        padding:20px 15px;
    }
}
.flag-container .selected-flag {
    display: none !important;
}
/* =========================
   LOGIN PAGE (SAME STYLE AS REGISTER)
========================= */

.login-page{
    min-height:100vh;
    display:flex;
    align-items:center;
    justify-content:center;
    position:relative;
}

/* wrapper */
.login-wrapper{
    width:100%;
    max-width:1400px;
    position:relative;
    z-index:2;
}

/* =========================
   LEFT SIDE (same as register)
========================= */

.login-left{
    background:linear-gradient(135deg,#2d66eb,#002886);
    border-radius:24px;
    padding:30px 50px;
    color:#fff;
    position:relative;
    overflow:hidden;
    min-height:600px;
    display:flex;
    flex-direction:column;
    justify-content:center;
}

.login-left::before,
.login-left::after{
    content:'';
    position:absolute;
    border-radius:50%;
}

.login-left::before{
    width:420px;
    height:420px;
    background:rgba(255,255,255,.08);
    top:-120px;
    right:-120px;
}

.login-left::after{
    width:250px;
    height:250px;
    background:rgba(255,255,255,.05);
    bottom:-70px;
    left:-70px;
}

.login-left img{
    max-width:400px;
    width:100%;
    margin:auto;
    display:block;
    margin-bottom:10px;
    animation:floatImage 5s ease-in-out infinite;
}

.login-left h2{
    font-size:2em;
    font-weight:600;
    margin-bottom:10px;
}

.login-left p{
    font-size:16px;
    line-height:32px;
    opacity:.92;
    margin-bottom:35px;
}
.login-form label {
    font-weight: 300;
    color: #666;
    font-size: 13px;
}

/* same button as register */
.btn-login{
    height:56px;
    padding:0 35px;
    border-radius:12px;
    background:#fff;
    color:#214eba !important;
    border:none;
    font-weight:700;
    font-size:15px;
    transition:.3s;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    text-decoration:none !important;
}

/* =========================
   RIGHT CARD (same as register-card)
========================= */

.login-card{
    background:#fff;
    border-radius:24px;
    padding:35px 50px;
    box-shadow:0 20px 60px rgba(0,0,0,.08);
}

/* form spacing */
.login-card label{
    font-weight: 300;
    color: #666;
    font-size: 13px;
}

.login-card .form-control{
    border-radius:12px !important;
    border:1px solid #e5e7eb;
    padding:12px 16px !important;
    font-size:15px;
    transition:.3s;
    background:#fff;
    box-shadow:none !important;
}

.login-card .form-control:focus{
    border-color:#4f46e5;
    box-shadow:0 0 0 4px rgba(79,70,229,.10) !important;
}

/* =========================
   BUTTON (same system)
========================= */

.login-card .btn-primary,
.login-card button[type="submit"]{
    width:auto;
    height:58px;
    border:none;
    border-radius:12px;
    background:linear-gradient(135deg,#032d8e,#214eba);
    color:#fff;
    font-size:16px;
    font-weight:700;
    cursor:pointer;
    transition:.3s;
}

.login-card .btn-primary:hover,
.login-card button[type="submit"]:hover{
    transform:translateY(-2px);
    box-shadow:0 15px 35px rgba(33,78,186,.25);
}

.btn-register {
    height: 47px;
    padding: 0 25px;
    border-radius: 12px;
    background: #fff;
    color: #214eba !important;
    border: none;
    font-weight: 700;
    font-size: 14px;
    transition: .3s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
}

/* =========================
   MOBILE
========================= */

@media(max-width:991px){

    .login-left{
        display:none !important;
    }

    .login-card{
        padding:35px 25px;
        border-radius:20px;
    }

    .login-page{
        padding:20px 15px;
    }
}

.input-group .toggle-password:focus{
    box-shadow: none;
}
.login-card .captchainput {
    width: 100% !important;
    height: 55px !important;
    font-size: 18px !important;
    border-radius: 12px !important;
    padding: 12px 15px !important;
}
.login-btn{
    height: 52px;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 600;
}
#inputEmail,
#inputPassword {
    height: 48px;
}
.toggle-password {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    color: #6c757d;
    z-index: 10;
    width: 18px;
    text-align: center;
}
/* =========================
   Header
========================= */


/* =========================
   GLOBAL
========================= */
.polished-header {
    width: 100%;
}

/* =========================
   TOP BAR (WHITE)
========================= */
.polished-topbar {
    background: #ffffff;
    border-bottom: 1px solid rgba(0,0,0,0.06);
    padding: 12px 0;
}

/* LOGO */
.polished-logo img {
    max-height: 42px;
    transition: 0.2s ease;
}

.polished-logo img:hover {
    transform: scale(1.03);
}

/* =========================
   SEARCH
========================= */
.polished-search {
    position: relative;
    width: 280px;
}

.polished-search input {
    width: 100%;
    padding: 9px 38px 9px 14px;
    border-radius: 10px;
    border: 1px solid #e5e7eb;
    background: #f9fafb;
    font-size: 13px;
    outline: none;
    transition: 0.2s ease;
}

.polished-search input:focus {
    background: #ffffff;
    border-color: #1e66f5;
    box-shadow: 0 0 0 3px rgba(30,102,245,0.12);
}

.polished-search button {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: none;
    color: #1e66f5;
}

/* =========================
   CONTACT AREA
========================= */
.polished-contact {
    text-align: right;
    line-height: 1.2;
}

.phone-row {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    font-size: 14px;
    font-weight: 600;
    color: #111827;
}

.phone-icon {
    color: #facc15; /* yellow */
    font-size: 15px;
    filter: drop-shadow(0 1px 1px rgba(0,0,0,0.1));
}

.support-text {
    font-size: 12px;
    color: #6b7280;
    margin-top: 3px;
}

/* =========================
   BOTTOM BAR
========================= */
.polished-navbar {
    background: #eaf2ff; /* light blue */
    padding: 14px 0;
    border-top: 1px solid rgba(30,102,245,0.08);
}

/* =========================
   MENU (BLACK, NO DECORATION)
========================= */
.polished-menu {
    list-style: none;
    display: flex;
    gap: 22px;
    margin: 0;
    padding: 0;
}

.polished-menu .nav-link {
    color: #111111; /* black */
    font-weight: 500;
    font-size: 14px;
    text-decoration: none;
    transition: 0.2s ease;
}

/* no underline, no decoration */
.polished-menu .nav-link::after {
    display: none;
}

.polished-menu .nav-link:hover {
    color: #1e66f5;
}
@media (min-width: 992px) {

    .polished-menu .dropdown:hover > .dropdown-menu {
        display: block;
        opacity: 1;
        visibility: visible;
        margin-top: 0;
    }

    .polished-menu .dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
        transition: all 0.2s ease;
    }
}
li.active>a {
    color: red !important;
}
.polished-menu li.dropdown > a::after {
    content: "⌄" !important;
    display: inline-block !important;
    margin-right: 6px !important;
    font-size: 12px !important;
    color: #888 !important;
    font-family: Arial, sans-serif !important;
}
.dropdown-toggle::after
{
  border:none;
}
.polished-menu li.dropdown:hover > a::after {
    transform: none !important;
}
.polished-menu .dropdown-menu {
    border: none;
    border-radius: 10px;
    padding: 8px 15px;
    min-width: 200px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.12);
    background: #fff;
    margin-top: 10px;
}
.polished-menu .dropdown-menu li
{
  padding: 5px 10px;
}
.polished-menu .dropdown-menu li a:hover {
    color: #007bff;
}
@media (min-width: 992px) {
    .polished-menu .dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
        transform: translateY(10px);
        transition: all 0.2s ease;
    }

    .polished-menu .dropdown:hover .dropdown-menu {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }
}
/* =========================
   AUTH BUTTONS
========================= */
.polished-auth {
    display: flex;
    gap: 10px;
}

/* LOGIN */
.btn-auth:first-child {
    background: rgba(30,102,245,0.08);
    color: #1e66f5;
    border: 1px solid rgba(30,102,245,0.15);
    padding: 7px 16px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: 0.2s ease;
}

.btn-auth:first-child:hover {
    background: rgba(30,102,245,0.12);
}

/* REGISTER */
.btn-auth:last-child {
    background: #1e66f5;
    color: #fff;
    padding: 7px 16px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    box-shadow: 0 6px 18px rgba(30,102,245,0.25);
    transition: 0.2s ease;
}

.btn-auth:last-child:hover {
    background: #1554d1;
    transform: translateY(-1px);
    box-shadow: 0 10px 25px rgba(30,102,245,0.3);
}

/* =========================
   USER BUTTON
========================= */
.polished-user {
    background: #1e66f5;
    border: none;
    color: #fff;
    padding: 7px 14px;
    border-radius: 10px;
    font-size: 13px;
    box-shadow: 0 6px 18px rgba(30,102,245,0.25);
    transition: 0.2s ease;
}

.polished-user:hover {
    transform: translateY(-1px);
}

/* =========================
   DROPDOWN
========================= */
.dropdown-menu {
    border-radius: 12px;
    border: none;
    box-shadow: 0 18px 40px rgba(0,0,0,0.12);
    padding: 8px;
}

/* MENU (FORCE BLACK + BOLD) */
.polished-menu li a,
.polished-menu .nav-link,
.polished-menu a {
    color: #000000 !important;   /* FORCE BLACK */
    font-weight: 700 !important; /* BOLD */
    font-size: 14px;
    text-decoration: none !important;
    transition: 0.2s ease;
}

/* remove underline completely */
.polished-menu li a::after,
.polished-menu .nav-link::after {
    display: none !important;
}

/* hover */
.polished-menu li a:hover,
.polished-menu .nav-link:hover {
    color: #1e66f5 !important;
}

/* CONTACT WRAPPER */
.polished-contact {
    text-align: right;
    line-height: 1.2;
}

/* ROW */
.phone-row {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
}


/* CONTACT WRAPPER */
.polished-contact {
    text-align: right;
    display: flex;
    flex-direction: column; /* مهم: ستونی */
    align-items: flex-end;
    line-height: 1.2;
}

/* PHONE ROW */
.phone-row {
    display: flex;
    align-items: center;
    gap: 10px;
}

/* ICON */
.phone-icon-wrap {
    width: 32px;
    height: 32px;
    background: rgba(30,102,245,0.12);
    border: 1px solid rgba(30,102,245,0.2);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1e66f5;
    font-size: 13px;
}

/* PHONE NUMBER */
.phone-number {
    font-size: 14px;
    font-weight: 700;
    color: #111827;
}

/* SUPPORT TEXT (NOW PERFECTLY UNDER NUMBER) */
.support-text {
    font-size: 12px;
    color: #6b7280;
    margin-top: 4px;
    padding-right: 2px;
}
/* مخفی کامل در دسکتاپ */
.mobile-header,
.mobile-menu,
.mobile-menu-overlay {
    display: none !important;
}

/* فقط موبایل */
@media screen and (max-width: 991px) {

    .mobile-header {
        display: flex !important;
    }

    .mobile-menu {
        display: block !important;
    }

    .mobile-menu-overlay.active {
        display: block !important;
    }

}
@media (max-width:991px){

    .polished-topbar,
    .polished-navbar{
        display:none !important;
    }

    .mobile-header{
        display:flex;
        align-items:center;
        justify-content:space-between;
        padding:12px 15px;
        background:#fff;
        box-shadow:0 2px 10px rgba(0,0,0,.08);
    }

    .mobile-logo img{
        max-height:30px;
        width:auto;
    }

    .mobile-phone{
    width: 32px;
    height: 32px;
    background: rgba(30, 102, 245, 0.12);
    border: 1px solid rgba(30, 102, 245, 0.2);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1e66f5;
    font-size: 13px;
    }

    .mobile-auth{
        display:flex;
        align-items:center;
        gap:10px;
    }

    .mobile-menu-toggle,
    .mobile-menu-close{
        background:none;
        border:none;
        font-size:24px;
        cursor:pointer;
    }

    .mobile-menu{
        display:block;
        position:fixed;
        top:0;
        right:0;
        width:280px;
        height:100vh;
        background:#fff;
        z-index:99999;
        overflow-y:auto;
        transform:translateX(100%);
        transition:transform .3s ease;
        box-shadow:-5px 0 20px rgba(0,0,0,.15);
    }

    .mobile-menu.active{
        transform:translateX(0);
    }

    .mobile-menu-header{
        padding:15px;
        border-bottom:1px solid #eee;
        text-align:left;
    }

    .mobile-menu-list{
        margin:0;
        padding:0;
        list-style:none;
    }

    .mobile-menu-list li{
        border-bottom:1px solid #f0f0f0;
    }

    .mobile-menu-list a{
        display:block;
        padding:14px 18px;
        text-decoration:none;
    }

    .mobile-menu-overlay.active{
        display:block;
        position:fixed;
        top:0;
        left:0;
        width:100%;
        height:100%;
        background:rgba(0,0,0,.5);
        z-index:99998;
    }
}
button.mobile-menu-toggle {
    width: 32px;
    height: 32px;
    border: 1px solid rgba(30, 102, 245, 0.2);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #262f6a;
    font-size: 16px;
}
/* =================================
   HOMEPAGE HERO
================================= */

.homepage-banner{
    position:relative;
    overflow:hidden;
    padding:60px 0;
    /*background:#f8fbff;*/
    background:#ffffff;
}

/* هاله بالا */
.homepage-banner::before{
    content:"";
    position:absolute;
    top:-250px;
    right:-150px;
    width:700px;
    height:700px;
    border-radius:50%;
    background:rgba(45,127,255,.05);
    filter:blur(120px);
}

/* هاله پایین */
.homepage-banner::after{
    content:"";
    position:absolute;
    bottom:-250px;
    left:-150px;
    width:600px;
    height:600px;
    border-radius:50%;
    background:rgba(45,127,255,.03);
    filter:blur(140px);
}

.homepage-banner .container{
    position:relative;
    z-index:2;
}

/* =================================
   CONTENT
================================= */

.banner-content{
    text-align:right;
}

.hero-title{
    margin-bottom:25px;
    line-height:1.4;
}

.dark-blue{
    display:block;
    color:#0f2f68;
    font-size:60px;
    font-weight:900;
}

.light-blue{
    display:block;
    color:#2d7fff;
    font-size:66px;
    font-weight:900;
}

.hero-desc{
    color:#24282f;
    font-size:20px;
    line-height:2;
    margin-bottom:45px;
}

/* =================================
   FEATURES
================================= */

.hero-features{
    display:flex;
    gap:45px;
    flex-wrap:wrap;
    margin-bottom:50px;
}

.feature-item{
    text-align:center;
}

.feature-item i{
    display:block;
    font-size:34px;
    color:#2d7fff;
    margin-bottom:12px;
}

.feature-item span{
    font-size:15px;
    font-weight:700;
    color:#23334d;
}

/* =================================
   BUTTONS
================================= */

.hero-buttons{
    display:flex;
    gap:20px;
}

.btn-primary-custom{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-width:220px;
    height:58px;
    background:#2d7fff;
    color:#fff;
    border-radius:16px;
    text-decoration:none;
    font-size:17px;
    font-weight:700;
    box-shadow:0 15px 40px rgba(45,127,255,.25);
    transition:.3s;
}

.btn-primary-custom:hover{
    background:#156ef5;
    color:#fff;
    transform:translateY(-3px);
    text-decoration:none;
}

.btn-outline-custom{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-width:220px;
    height:58px;
    border:2px solid #2d7fff;
    color:#2d7fff;
    border-radius:16px;
    text-decoration:none;
    font-size:17px;
    font-weight:700;
    transition:.3s;
}

.btn-outline-custom:hover{
    background:#2d7fff;
    color:#fff;
    text-decoration:none;
}

/* =================================
   IMAGE
================================= */

.hero-image{
    width:120%;
    max-width:none;
    margin-right:-35px;
    filter:drop-shadow(0 25px 60px rgba(0,0,0,.08));
    animation:floating 6s ease-in-out infinite;
}

@keyframes floating{

    0%{
        transform:translateY(0);
    }

    50%{
        transform:translateY(-15px);
    }

    100%{
        transform:translateY(0);
    }

}

/* =================================
   TABLET
================================= */

@media(max-width:1200px){

    .dark-blue,
    .light-blue{
        font-size:60px;
    }

    .hero-image{
        width:100%;
        margin-right:0;
    }

}

/* =================================
   MOBILE
================================= */

@media (max-width:991px){

    .homepage-banner{
        padding:40px 0 60px;
		background:#fff !important;
    }

    .homepage-banner::before,
    .homepage-banner::after{
        content:none;
    }

    .banner-content{
        text-align:center;
        order:2;
        margin-top:30px;
    }

    .hero-title{
        margin-bottom:15px;
        line-height:1.3;
    }

    .dark-blue{
        font-size:34px;
    }

    .light-blue{
        font-size:38px;
    }

    .hero-desc{
        font-size:15px;
        line-height:2;
        margin-bottom:30px;
    }

    /* ویژگی‌ها */

    .hero-features{
        display:grid;
        grid-template-columns:repeat(2,1fr);
        gap:20px;
        margin-bottom:35px;
    }

    .feature-item{
        display:flex;
        flex-direction:column;
        align-items:center;
        justify-content:center;
    }

    .feature-item i{
        font-size:28px;
        margin-bottom:8px;
    }

    .feature-item span{
        font-size:14px;
    }

    /* دکمه‌ها */

    .hero-buttons{
        flex-direction:column;
        gap:12px;
        align-items:center;
    }

    .btn-primary-custom,
    .btn-outline-custom{
        width:100%;
        max-width:280px;
        min-width:auto;
        height:52px;
        font-size:15px;
    }

    /* تصویر */

    .hero-image{
        width:100%;
        max-width:420px;
        margin:0 auto;
        display:block;
        animation:none;
    }

}
/************Services****************/
.hosting-services{
    position:relative;
    padding:50px 0;
    overflow:hidden;
    background-color:#ffffff;
}
/* دایره‌های دکوراتیو پس‌زمینه */
.hosting-services::before,
.hosting-services::after{
    content:"";
    position:absolute;
    border-radius:50%;
    filter:blur(80px);
    z-index:0;
}

.hosting-services::before{
    width:300px;
    height:300px;
    background:#2c7be5;
    top:-100px;
    right:-80px;
    opacity:0.15;
}

.hosting-services::after{
    width:350px;
    height:350px;
    background:#6c5ce7;
    bottom:-120px;
    left:-100px;
    opacity:0.12;
}
/* بیرون آوردن از محدودیت container */
.full-width-section{
    width:100vw;
    margin-left:calc(-50vw + 50%);
    margin-right:calc(-50vw + 50%);
    position:relative;
}

.section-title h2{
    font-size:30px;
    font-weight:700;
    margin-bottom:10px;
}

.section-title p{
    color:#666;
    font-size:14px;
}

.service-card{
    background:#fff;
    border:1px solid #e9eef5;
    border-radius:16px;
    padding:28px 22px;
    height:100%;
    display:flex;
    flex-direction:column;
    text-align:center;
    transition:0.25s ease;
    box-shadow:0 2px 10px rgba(0,0,0,0.03);
}
.service-card:hover{
    transform:translateY(-6px);
    box-shadow:0 12px 30px rgba(0,0,0,0.08);
    border-color:#dbe6f5;
}

.hosting-services .row{
    display:flex;
    flex-wrap:wrap;
}
.service-card .service-btn{
    margin-top:auto;
}
.service-card ul{
    flex-grow:1;
}

.service-card{
    height:100%;
    display:flex;
    flex-direction:column;
}

.service-card:hover{
    transform:translateY(-5px);
}

.service-card .icon{
    font-size:35px;
    color:#2c7be5;
    margin-bottom:10px;
}

.service-card h3{
    font-size:18px;
    margin-bottom:8px;
}

.service-card p{
    font-size:13px;
    color:#666;
}

.service-card ul{
    list-style:none;
    padding:0;
    margin:15px 0;
}

.service-card ul li{
    font-size:13px;
    margin:5px 0;
    color:#555;
}

.service-btn{
    display:inline-block;
    padding:10px 16px;
    background:#2c7be5;
    color:#fff;
    border-radius:10px;
    font-size:13px;
    text-decoration:none;
    transition:0.2s;
    margin-top:auto;
}

.service-btn:hover{
    background:#1b5fcc;
}

.featured{
    border:2px solid #2c7be5;
    transform:scale(1.03);
}

.service-card .badge{
    position:absolute;
    top:12px;
    right:12px;
    background:#2c7be5;
    color:#fff;
    font-size:11px;
    padding:4px 10px;
    border-radius:20px;
}
/* یک لایه جداکننده نرم از هدر */
.hosting-services::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:80px;
    background:linear-gradient(to bottom, #ffffff, transparent);
}

/* هدر بخش خدمات */
.services-header{
    margin-bottom:30px;
}

.services-header .sub-title{
    display:inline-block;
    background:#eaf2ff;
    color:#2c7be5;
    padding:5px 12px;
    border-radius:20px;
    font-size:12px;
    margin-bottom:10px;
}

.services-header h2{
    font-size:28px;
    font-weight:700;
    margin:5px 0;
}

.services-header p{
    color:#666;
    font-size:14px;
}
/************Card Product****************/
.card {
    border: none;
    border-radius: 16px;
    transition: all 0.25s ease;
    background: #fff;
}

.card:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
}
.btn-primary {
    background: linear-gradient(135deg, #1976d2, #0d47a1);
    border: none;
    border-radius: 12px;
    transition: 0.2s;
}

.btn-primary:hover {
    transform: scale(1.03);
    box-shadow: 0 10px 25px rgba(25,118,210,0.3);
}
.list-unstyled li {
    padding: 8px 0;
    border-bottom: 1px solid #eef2ff;
    color: #445;
}

.list-unstyled li::before {
    content: "✓";
    color: #1976d2;
    margin-left: 6px;
    font-weight: bold;
}
.bg-white.p-3 {
    border-radius: 12px;
    border: 1px solid #eef2ff;
    transition: 0.2s;
}

.bg-white.p-3:hover {
    background: #f8fbff;
    transform: translateY(-2px);
}
.hero-modern {
    background:
        radial-gradient(circle at top right,
            rgba(234,242,255,0.95) 0%,
            rgba(234,242,255,0.4) 25%,
            transparent 50%),

        radial-gradient(circle at bottom left,
            rgba(220,232,255,0.8) 0%,
            rgba(220,232,255,0.2) 30%,
            transparent 60%),

        linear-gradient(
            135deg,
            #fafafa 0%,
            #f3f5f9 50%,
            #eef3ff 100%
        );

    border-radius: 20px;
    padding: 50px 0;
    margin: 18px 0;
}
.hero-modern h1 {
    color: #173d8f !important;
    font-size: 2rem !important;
    font-weight: 800;
}
.hero-modern p,
.hero-modern .lead {
    color: #5f6f8d !important;
}
.card {
    border: 1px solid #e7eefc;
    border-radius: 20px;
    background: #fff;
    overflow: hidden;

    box-shadow:
        0 4px 12px rgba(0,0,0,.03),
        0 12px 30px rgba(0,0,0,.04);

    transition: all .25s ease;
}

.card:hover {
    transform: translateY(-6px);
    box-shadow:
        0 10px 25px rgba(37,99,235,.10),
        0 20px 40px rgba(0,0,0,.08);

    border-color: #bfd4ff;
}
.card .fs-3 {
    font-size: 2.2rem !important;
    font-weight: 800;
    color: #2563eb !important;
}
.card .list-unstyled li {
    padding: .55rem 0;
    border-bottom: 1px solid #f1f5ff !important;
    font-size: 14px;
    color: #475569;
}

.card .list-unstyled li:last-child {
    border-bottom: 0 !important;
}
.card .btn-primary {
    border-radius: 12px;
    height: 48px;
    font-weight: 600;

    background: linear-gradient(
        135deg,
        #3b82f6,
        #2563eb
    );

    border: 0;
}

.card .btn-primary:hover {
    transform: translateY(-1px);
}
.bg-white.rounded-4 .d-flex {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
    min-height: auto !important;
}

.bg-white.rounded-4 .d-flex span {
    line-height: 1.4;
}

.bg-white.rounded-4 .bi {
    font-size: 14px;
    vertical-align: middle;
}
.bg-white.rounded-4 .d-flex {
    margin: 0 !important;
    padding: 4px 0 !important;
}

.bg-white.rounded-4 .d-flex + .d-flex {
    margin-top: 0 !important;
}
.list-unstyled br {
    display: none !important;
}
.primary-bg-color {
    background-color: #ffffff;
}
/*************Tabs**************/
.billing-tabs-wrapper{
    display:flex;
    justify-content:center;
    margin-bottom:50px;
}

.billing-tabs{
    display:flex;
    gap:10px;
    padding:8px;
    background:#ffffff;
    border:1px solid #dbeafe;
    border-radius:18px;
    box-shadow:
        0 10px 30px rgba(37,99,235,.08);
}

.billing-tab{
    border:none;
    background:#ffffff;
    color:#2563eb;
    font-weight:700;
    font-size:15px;
    padding:14px 32px;
    border-radius:12px;
    cursor:pointer;
    transition:all .25s ease;
    min-width:130px;
}

.billing-tab:hover{
    background:#eff6ff;
}

.billing-tab.active{
    background:#2563eb;
    color:#ffffff;
    box-shadow:
        0 8px 20px rgba(37,99,235,.30);
}

.billing-tab.active:hover{
    background:#1d4ed8;
}

/***********Dashboard******************/

.tile{
    background:#fff;
    border-radius:24px;
    padding:35px 20px;
    box-shadow:
        0 10px 30px rgba(59,130,246,.08);
    transition:.35s;
    border:1px solid #d6e6ff;
}

.tile:hover{
    transform:translateY(-8px);
    background:#ffffff;
    box-shadow:
        0 20px 40px rgba(59,130,246,.15);
}

.tile i{
    color:#3b82f6;
    font-size:48px;
}

.tiles .tile i {
    position: absolute;
    top: 10px;
    left: 20px;
    font-size: 40px;
    line-height: 1;
    color: #232a673d;
    transition: all .3s ease;
}

.tiles .tile:hover i {
    font-size: 50px;
    color: #232a673d;
}

.tile .stat{
    color:#1e293b;
    font-size:42px;
    font-weight:800;
}

.tile .title{
    color:#64748b;
    font-weight:600;
}

/* نوار پایین کارت ها */

.bg-color-blue,
.bg-color-green,
.bg-color-red,
.bg-color-gold{
    background:#3b82f6 !important;
}

/* Cards */

.card{
    border:none;
    border-radius:24px;
    background:#fff;
    overflow:hidden;
    box-shadow:
        0 10px 35px rgba(59,130,246,.08);
}

.card-header{
    background:#eaf2ff;
    border-bottom:1px solid #d6e6ff;
}

.card-title{
    color:#2563eb;
    font-weight:700;
}

.card-footer{
    background:#fafcff;
    border-top:1px solid #edf4ff;
}

/* List */

.list-group-item{
    border:none;
    border-bottom:1px solid #edf4ff;
    transition:.3s;
}

.list-group-item:hover{
    background:#eaf2ff;
    color:#2563eb;
}

.list-group-item.active{
    background:#3b82f6;
    color:#fff;
}

/* Badge */

.badge{
    background:#3b82f6;
    color:#fff;
    border-radius:30px;
}

/* Button */

.btn-default{
    background:#3b82f6;
    color:#fff;
    border:none;
    border-radius:12px;
}

.btn-default:hover{
    background:#2563eb;
}
section#main-body {
    margin: 2em 0em;
    padding: 20px 0;
}
/*************ثبت دامنه******************/
#order-standard_cart .header-lined h1{
    color:#1d4ed8;
    font-weight:700;
    text-align:center;
}

#order-standard_cart .domain-selection-options .option{
    background:#fff;
    border:1px solid #dbeafe;
    border-radius:15px;
    padding:18px;
    margin-bottom:15px;
    transition:.3s;
}

#order-standard_cart .domain-selection-options .option:hover{
    background:#eaf2ff;
    border-color:#93c5fd;
}

#order-standard_cart .domain-selection-options label{
    font-size:16px;
    font-weight:600;
    color:#1e3a8a;
    width:100%;
    cursor:pointer;
}

#order-standard_cart .domain-input-group{
    margin-top:15px;
}

#order-standard_cart .form-control{
    border-radius:10px;
    border:1px solid #cbd5e1;
    height:45px;
}

#order-standard_cart .form-control:focus{
    border-color:#60a5fa;
    box-shadow:0 0 0 3px rgba(59,130,246,.15);
}

#order-standard_cart .input-group-text,
#order-standard_cart .input-group-addon{
    background:#eaf2ff;
    color:#1e40af;
    border-color:#dbeafe;
}

#order-standard_cart .btn-primary{
    background:#2563eb;
    border-color:#2563eb;
    border-radius:10px;
    height:45px;
}

#order-standard_cart .btn-primary:hover{
    background:#1d4ed8;
    border-color:#1d4ed8;
}

#order-standard_cart .option input[type="radio"]{
    margin-left:8px;
    transform:scale(1.2);
}

html[dir="rtl"] .domain-selection-options label{
    text-align:right;
}
