@font-face {
    font-family: morabba;
    src: url("../fonts/Morabba.ttf");
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: morabba;
    user-select: none;
}
html, body{
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    position: relative;
}
body{
    overflow-x: hidden !important;
    max-width: 100vw;
    position: relative;
}
*{
    max-width: 100%;
}
html{
    overflow-x: hidden !important;
    max-width: 100vw;
}

/* HERO START */

.hero-section{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 80px 10px;
    background: #FFFFFF;
    position: relative;
    overflow: hidden;
    margin-top: 80px;
}
.hero-section::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 20% 50%, rgba(255, 102, 0, 0.05) 0%, transparent 50%);
    pointer-events: none;
}
.hero-container{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 1400px;
    padding: 0 20px;
}
.hero-content{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
    width: 100%;
    gap: 60px;
}
.hero-text{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    gap: 25px;
    flex: 1;
    max-width: 650px;
}
.hero-title-sub{
    font-size: 52px;
    color: #0A0A0A;
    font-weight: 900;
    margin: 0 0 25px 0;
    letter-spacing: -1px;
    line-height: 1.2;
}
.hero-description{
    font-size: 16px;
    color: rgba(10, 10, 10, 0.75);
    line-height: 1.9;
    margin: 0;
    text-align: justify;
}
.hero-features{
    display: flex;
    flex-direction: column;
    gap: 18px;
    width: 100%;
    margin-top: 10px;
}
.hero-feature-item{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
    padding: 0;
}
.hero-feature-item i{
    font-size: 20px;
    color: #0A0A0A;
    width: 24px;
    text-align: center;
}
.hero-feature-item span{
    font-size: 16px;
    color: #0A0A0A;
    font-weight: 500;
    margin: 0;
}
.hero-pricing{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    gap: 12px;
    margin-top: 25px;
}
.hero-pricing-label{
    font-size: 14px;
    color: rgba(10, 10, 10, 0.7);
    font-weight: 500;
    margin: 0;
}
.hero-pricing-amount{
    font-size: 20px;
    color: #0A0A0A;
    font-weight: 600;
    margin: 5px 0 0 0;
}
.hero-pricing-btn{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 0;
    background: transparent;
    color: #FF6600;
    text-decoration: none;
    border: none;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.2px;
    transition: all 0.3s ease;
    margin-top: 5px;
}
.hero-pricing-btn:hover{
    color: #FF8533;
    text-decoration: underline;
}
.hero-pricing-btn i{
    font-size: 12px;
    transition: transform 0.3s ease;
}
.hero-pricing-btn:hover i{
    transform: translateX(-2px);
}
.hero-services{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    gap: 12px;
    margin-top: 20px;
    padding-top: 25px;
    border-top: 1.5px solid rgba(245, 245, 245, 1);
    width: 100%;
}
.hero-services-title{
    font-size: 16px;
    color: rgba(10, 10, 10, 0.6);
    font-weight: 600;
    margin: 0;
}
.hero-services-subtitle{
    font-size: 24px;
    color: #0A0A0A;
    font-weight: 700;
    margin: 0;
    letter-spacing: -0.5px;
}
.hero-services-features{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 25px;
    margin-top: 8px;
}
.hero-service-feature{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
.hero-service-feature i{
    font-size: 16px;
    color: #0A0A0A;
}
.hero-service-feature span{
    font-size: 14px;
    color: #0A0A0A;
    font-weight: 600;
}
.hero-illustration{
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    position: relative;
    min-height: 500px;
}
.hero-tower{
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hero-tower svg{
    filter: drop-shadow(0 4px 10px rgba(10, 10, 10, 0.1));
}
.hero-tower-text{
    position: absolute;
    bottom: 80px;
    left: 50%;
    transform: translateX(-50%);
    writing-mode: vertical-rl;
    text-orientation: mixed;
    display: flex;
    flex-direction: column;
    gap: 0;
    z-index: 3;
    pointer-events: none;
}
.hero-tower-text-tehran{
    font-size: 28px;
    color: #0A0A0A;
    font-weight: 900;
    letter-spacing: 2px;
}
.hero-tower-text-server{
    font-size: 28px;
    background: linear-gradient(180deg, #FF6600 0%, #FF8533 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 900;
    letter-spacing: 2px;
}
.hero-clouds{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    pointer-events: none;
}
.hero-cloud{
    position: absolute;
    border: 2px dashed rgba(255, 102, 0, 0.2);
    border-radius: 50px;
    background: transparent;
}
.cloud-1{
    width: 80px;
    height: 40px;
    top: 15%;
    left: 10%;
    animation: float 6s ease-in-out infinite;
}
.cloud-2{
    width: 100px;
    height: 50px;
    top: 25%;
    right: 15%;
    animation: float 8s ease-in-out infinite;
}
.cloud-3{
    width: 70px;
    height: 35px;
    top: 60%;
    left: 20%;
    animation: float 7s ease-in-out infinite;
}
@keyframes float{
    0%, 100%{
        transform: translateY(0px);
    }
    50%{
        transform: translateY(-15px);
    }
}

@media screen and (max-width: 1200px) {
    .hero-content{
        flex-direction: column;
        gap: 40px;
    }
    .hero-text{
        max-width: 100%;
    }
    .hero-title-sub{
        font-size: 42px;
    }
    .hero-illustration{
        min-height: 400px;
    }
    .hero-tower svg{
        width: 300px;
        height: auto;
    }
}

@media screen and (max-width: 768px) {
    .hero-section{
        padding: 60px 10px;
        margin-top: 70px;
    }
    .hero-title-sub{
        font-size: 32px;
    }
    .hero-description{
        font-size: 14px;
    }
    .hero-features{
        grid-template-columns: repeat(1, 1fr);
        gap: 15px;
    }
    .hero-feature-card{
        padding: 15px 18px;
    }
    .hero-pricing-amount{
        font-size: 32px;
    }
    .hero-services-subtitle{
        font-size: 22px;
    }
    .hero-services-features{
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }
    .hero-illustration{
        min-height: 300px;
    }
    .hero-tower svg{
        width: 250px;
    }
    .hero-tower-text-tehran,
    .hero-tower-text-server{
        font-size: 24px;
    }
}

/* HERO END */
/* HERO NEW START */

.hero-section-new{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 600px;
    background: #FFFFFF;
    position: relative;
    overflow: hidden;
    margin-top: 0;
    padding: 40px 20px;
}
.hero-section-new-container{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    width: 100%;
    max-width: 1400px;
    gap: 60px;
}
.hero-section-new-left{
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #1a1a1a 0%, #0A0A0A 100%);
    border-radius: 20px;
    padding: 60px 40px;
    min-height: 500px;
    position: relative;
    overflow: hidden;
}
.hero-section-new-left::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 30% 50%, rgba(255, 102, 0, 0.15) 0%, transparent 60%);
    pointer-events: none;
}
.hero-section-new-illustration{
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hero-server-image{
    width: 100%;
    height: auto;
    max-width: 600px;
    object-fit: contain;
    filter: drop-shadow(0 10px 30px rgba(255, 102, 0, 0.3));
    animation: float-slow 6s ease-in-out infinite;
}
@keyframes float-slow {
    0%, 100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-15px);
    }
}
.hero-section-new-right{
    flex: 1;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    background: #FFFFFF;
    padding: 40px 30px;
}
.hero-section-new-content{
    display: flex;
    flex-direction: column;
    gap: 25px;
    width: 100%;
}
.hero-section-new-title{
    font-size: 48px;
    font-weight: 900;
    margin: 0;
    letter-spacing: -1px;
    line-height: 1.2;
}
.title-shatel{
    background: linear-gradient(135deg, #FF6600 0%, #FF8533 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.hero-section-new-subtitle{
    font-size: 24px;
    color: rgba(10, 10, 10, 0.7);
    font-weight: 600;
    margin: 0;
    min-height: 35px;
}
.typing-text{
    white-space: nowrap;
    overflow: hidden;
    width: fit-content;
    position: relative;
    display: inline-block;
}
.typing-text::after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background: #FF6600;
    animation: blink-caret 0.75s step-end infinite;
}
@keyframes blink-caret {
    from, to {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
}
.ip-highlight{
    color: #FF6600;
    font-weight: 700;
    background: linear-gradient(135deg, rgba(255, 102, 0, 0.1) 0%, rgba(255, 133, 51, 0.05) 100%);
    padding: 2px 8px;
    border-radius: 6px;
    display: inline-block;
    position: relative;
}
.ip-highlight::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, #FF6600, #FF8533);
    border-radius: 2px;
}
.hero-section-new-description{
    font-size: 16px;
    color: rgba(10, 10, 10, 0.75);
    line-height: 1.9;
    margin: 0;
    text-align: justify;
}
.hero-section-new-buttons{
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 10px;
}
.hero-section-new-btn-primary{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 28px;
    background: linear-gradient(135deg, #FF6600 0%, #FF8533 100%);
    color: #FFFFFF;
    text-decoration: none;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.3px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 12px rgba(255, 102, 0, 0.25);
    width: fit-content;
    position: relative;
    overflow: hidden;
    border: none;
}
.hero-section-new-btn-primary::before{
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s ease;
}
.hero-section-new-btn-primary:hover::before{
    left: 100%;
}
.hero-section-new-btn-primary:hover{
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 102, 0, 0.35);
    background: linear-gradient(135deg, #FF8533 0%, #FF6600 100%);
}
.hero-section-new-btn-primary span{
    position: relative;
    z-index: 1;
}
.hero-section-new-btn-primary i{
    font-size: 14px;
    transition: transform 0.3s ease;
    position: relative;
    z-index: 1;
}
.hero-section-new-btn-primary:hover i{
    transform: translateX(-3px);
}
.hero-section-new-btn-secondary{
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 20px;
    background: rgba(255, 102, 0, 0.1);
    border-radius: 8px;
    width: fit-content;
}
.hero-section-new-btn-secondary i{
    color: #FF6600;
    font-size: 18px;
}
.hero-section-new-btn-secondary span{
    color: rgba(10, 10, 10, 0.8);
    font-size: 14px;
    font-weight: 500;
}
.hero-section-new-features{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 20px;
}
.hero-section-new-features-left,
.hero-section-new-features-right{
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.hero-section-new-feature-item{
    display: flex;
    align-items: center;
    gap: 12px;
}
.hero-section-new-feature-item i{
    color: #FF6600;
    font-size: 16px;
    width: 20px;
    text-align: center;
}
.hero-section-new-feature-item span{
    color: rgba(10, 10, 10, 0.8);
    font-size: 15px;
    font-weight: 500;
}

@media screen and (max-width: 1200px) {
    .hero-section-new-container{
        flex-direction: column;
        gap: 40px;
    }
    .hero-section-new-left{
        min-height: 400px;
        padding: 40px 30px;
    }
    .hero-section-new-title{
        font-size: 38px;
    }
    .hero-section-new-subtitle{
        font-size: 20px;
    }
}

@media screen and (max-width: 768px) {
    .hero-section-new{
        padding: 50px 15px;
    }
    
    .hero-section-new-container {
        flex-direction: column;
        gap: 35px;
    }
    
    .hero-section-new-right {
        padding: 30px 20px;
    }
    
    .hero-section-new-title{
        font-size: 28px;
    }
    
    .hero-section-new-subtitle{
        font-size: 18px;
    }
    
    .hero-section-new-description{
        font-size: 14px;
        line-height: 1.8;
    }
    
    .hero-section-new-buttons {
        flex-direction: column;
        gap: 12px;
    }
    
    .hero-section-new-btn-primary {
        width: 100%;
        justify-content: center;
    }
    
    .hero-section-new-btn-secondary {
        width: 100%;
        justify-content: center;
    }
    
    .hero-section-new-features{
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .hero-section-new-left{
        min-height: 300px;
        padding: 30px 20px;
        width: 100%;
    }
    
    .hero-server-image {
        max-width: 100%;
    }
}

/* HERO NEW END */
/* PRODUCTS START */

.products{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0px 10px;
    margin: 40px 0px;
}
.products-container{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 30px;
    width: 100%;
    max-width: 1200px;
}

.products-title{
    display: flex;
    align-items: center;
    justify-content: center;
}
.products-title h1{
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 8px;
    border-bottom: 3px solid rgba(255, 102, 0, 0.2);
    background: #FF6600;
    background: linear-gradient(to left, #FF6600 0%, #FF8533 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-size: 42px;
    font-weight: bold;
    letter-spacing: -0.5px;
}

.products-cards{
    display: grid;
    grid-template-columns: repeat(4,auto);
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    width: 100%;
    gap: 20px;
}

.products-card{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
    box-shadow: 0 4px 20px rgba(10, 10, 10, 0.08);
    border: 1px solid rgba(245, 245, 245, 1);
    border-radius: 20px;
    padding: 30px;
    background: #FFFFFF;
    transition: all 0.3s ease;
}
.products-card:hover{
    transform: translateY(-8px);
    box-shadow: 0 12px 40px rgba(255, 102, 0, 0.15);
    border-color: rgba(255, 102, 0, 0.3);
}

.products-card-title{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    gap: 5px;
}
.products-card-title img{
    background-color: rgba(128, 128, 128, 0.2);
    border-radius: 10px;
    padding: 15px;
}
.products-card-title-text{
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    gap: 2px;
}
.products-card-title-text h2{
    font-size: 27px;
}
.products-card-title-text p{
    color: gray;
    font-size: 13px;
}

.products-card-abouts{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    width: 100%;
    gap: 10px;
}
.products-card-about{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
    background-color: rgba(128, 128, 128, 0.2);
    padding: 5px;
    border-radius: 15px;
    width: 60px;
    height: 60px;
}
.products-card-about img{
    width: 20px;
    height: 20px;
}
.products-card-about p{
    font-size: 10px;
    font-weight: bold;
}

.products-card-descs{
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
}
.products-card-desc{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    gap: 5px;
}
.products-card-desc i{
    border-radius: 50%;
    background-color: rgba(128, 128, 128, 0.3);
    color: orangered;
    font-size: 13px;
    padding: 2px;
}

.products-card-price{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
}
.products-card-price p{
    font-size: 14px;
    font-weight: bold;
}
.products-card-price a{
    text-decoration: none;
    color: white;
    padding: 12px 24px;
    border-radius: 8px;
    background: linear-gradient(135deg, #FF6600 0%, #FF8533 100%);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.2px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 2px 8px rgba(255, 102, 0, 0.2);
    display: inline-block;
    border: none;
}
.products-card-price a:hover{
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(255, 102, 0, 0.3);
    background: linear-gradient(135deg, #FF8533 0%, #FF6600 100%);
}











.products-card-vasat{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
    box-shadow: 0 8px 30px rgba(255, 102, 0, 0.2);
    border: 2px solid rgba(255, 102, 0, 0.3);
    border-radius: 20px;
    padding: 30px;
    background: linear-gradient(135deg, rgba(255, 102, 0, 0.08) 0%, rgba(255, 133, 51, 0.05) 100%);
    transition: all 0.3s ease;
    position: relative;
}
.products-card-vasat::before{
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(135deg, #FF6600, #FF8533);
    border-radius: 20px;
    z-index: -1;
    opacity: 0.1;
}
.products-card-vasat:hover{
    transform: translateY(-8px);
    box-shadow: 0 12px 40px rgba(255, 102, 0, 0.25);
}

.products-card-vasat-title{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    gap: 5px;
}
.products-card-vasat-title img{
    background-color: rgba(255, 166, 0, 0.2);
    border-radius: 10px;
    padding: 15px;
}
.products-card-vasat-title-text{
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    gap: 2px;
}
.products-card-vasat-title-text h2{
    font-size: 27px;
    color: #FF6600;
    font-weight: bold;
}
.products-card-vasat-title-text p{
    color: gray;
    font-size: 13px;
}

.products-card-vasat-abouts{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    width: 100%;
    gap: 10px;
}
.products-card-vasat-about{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
    background-color: rgba(255, 166, 0, 0.2);
    padding: 5px;
    border-radius: 15px;
    width: 60px;
    height: 60px;
}
.products-card-vasat-about img{
    width: 20px;
    height: 20px;
}
.products-card-vasat-about p{
    font-size: 10px;
    font-weight: bold;
}

.products-card-vasat-descs{
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
}
.products-card-vasat-desc{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    gap: 5px;
}
.products-card-vasat-desc i{
    border-radius: 50%;
    background-color: rgba(255, 166, 0, 0.3);
    color: orangered;
    font-size: 13px;
    padding: 2px;
}

.products-card-vasat-price{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
}
.products-card-vasat-price p{
    font-size: 14px;
    font-weight: bold;
}
.products-card-vasat-price a{
    text-decoration: none;
    color: white;
    padding: 12px 24px;
    border-radius: 8px;
    background: linear-gradient(135deg, #FF6600 0%, #FF8533 100%);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.2px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 2px 8px rgba(255, 102, 0, 0.2);
    display: inline-block;
    border: none;
}
.products-card-vasat-price a:hover{
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(255, 102, 0, 0.3);
    background: linear-gradient(135deg, #FF8533 0%, #FF6600 100%);
}

/* PRODUCTS END */
/* WORLD MAP START */

.world-map{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0px 10px;
    margin: 100px 0px;
}
.world-map-container{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 50px;
    width: 100%;
    max-width: 1200px;
    padding: 40px 20px;
}

.world-map-title{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
}
.world-map-title h1{
    color: #333;
    font-size: 45px;
    font-weight: bold;
}
.world-map-title p{
    color: #666;
    font-size: 20px;
}

.world-map-content{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background-color: transparent;
    border-radius: 15px;
    padding: 20px;
    border: none;
    box-shadow: none;
}

.world-map-image-container{
    position: relative;
    width: 100%;
    max-width: 100%;
    height: auto;
    overflow: hidden;
    border-radius: 10px;
    background: transparent;
}

.world-map-bg-image{
    position: relative;
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
}

.world-map-placeholder{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    font-size: 18px;
    text-align: center;
    z-index: 1;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 10px;
    display: none;
}

.world-map-image-container:has(img[style*="display: none"]) .world-map-placeholder,
.world-map-image-container:not(:has(img)) .world-map-placeholder{
    display: block;
}

/* Blinking Circles for Map Locations */
.blinking-circle{
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 2px solid #FF6600;
    background-color: rgba(255, 102, 0, 0.3);
    transform: translate(-50%, -50%);
    z-index: 10;
    animation: blink 1.5s infinite;
    box-shadow: 0 0 6px rgba(255, 102, 0, 0.5);
}

.blinking-circle::before{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #FF6600;
    animation: blink-inner 1.5s infinite;
}

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

@keyframes blink-inner{
    0%, 100%{
        opacity: 1;
    }
    50%{
        opacity: 0.3;
    }
}

.country-pin{
    cursor: pointer;
    transition: all 0.3s;
    z-index: 10;
    position: relative;
}
.country-pin:hover circle{
    r: 10;
    fill: #ff9500;
}
.country-pin:hover line{
    stroke-width: 2;
    opacity: 0.8;
}
.country-pin:hover text{
    font-size: 18;
    fill: #FF6600;
}

/* WORLD MAP END */
/* COUNSE START */

.counse{
    display: flex;
    align-items: center;
    justify-content: center;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 30% 50%, rgba(255, 102, 0, 0.05) 0%, transparent 60%);
    pointer-events: none;
}
.datacenters-container-new{
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.datacenters-header-new{
    text-align: right;
    margin-bottom: 30px;
}
.datacenters-header-top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    flex-wrap: wrap;
    gap: 15px;
}
.datacenters-badge-new{
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 18px;
    background: rgba(255, 102, 0, 0.1);
    border: 1.5px solid #FF6600;
    border-radius: 25px;
    width: fit-content;
}
.datacenters-badge-new i{
    color: #FF6600;
    font-size: 14px;
}
.datacenters-badge-new span{
    color: #FFFFFF;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.3px;
}
.datacenters-view-toggle{
    display: flex;
    gap: 10px;
    background: rgba(255, 255, 255, 0.05);
    padding: 4px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}
.view-toggle-btn{
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    background: transparent;
    border: none;
    border-radius: 8px;
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}
.view-toggle-btn i{
    font-size: 16px;
}
.view-toggle-btn.active{
    background: linear-gradient(135deg, #FF6600 0%, #FF8533 100%);
    color: #FFFFFF;
    box-shadow: 0 4px 15px rgba(255, 102, 0, 0.3);
}
.view-toggle-btn:hover:not(.active){
    color: rgba(255, 255, 255, 0.9);
    background: rgba(255, 255, 255, 0.05);
}
.datacenters-title-new{
    font-size: 32px;
    color: #FFFFFF;
    font-weight: 800;
    margin: 0 0 12px 0;
    letter-spacing: -0.5px;
    line-height: 1.3;
}
.datacenters-title-highlight-new{
    background: linear-gradient(135deg, #FF6600 0%, #FF8533 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.datacenters-description-new{
    font-size: 14px;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.8;
    margin: 0;
    max-width: 600px;
}

/* Map View */
.datacenters-map-view{
    display: none;
    margin-top: 25px;
}
.datacenters-map-view.active{
    display: block;
}
.interactive-map-container{
    position: relative;
    width: 100%;
    height: 450px;
    border-radius: 16px;
    overflow: hidden;
    background: rgba(20, 20, 20, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
}
.world-map-image{
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.3) grayscale(0.4);
    opacity: 0.6;
}
.map-pins-container{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}
.map-pin{
    position: absolute;
    transform: translate(-50%, -50%);
    cursor: pointer;
    z-index: 10;
}
.pin-dot{
    width: 14px;
    height: 14px;
    background: #FF6600;
    border-radius: 50%;
    border: 3px solid #FFFFFF;
    position: relative;
    z-index: 2;
    box-shadow: 0 0 20px rgba(255, 102, 0, 0.8);
    animation: pin-glow 2s infinite;
}
@keyframes pin-glow {
    0%, 100% {
        box-shadow: 0 0 20px rgba(255, 102, 0, 0.8);
    }
    50% {
        box-shadow: 0 0 30px rgba(255, 102, 0, 1);
    }
}
.pin-pulse{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 14px;
    height: 14px;
    background: #FF6600;
    border-radius: 50%;
    animation: pin-pulse 2s infinite;
}
@keyframes pin-pulse {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.8;
    }
    100% {
        transform: translate(-50%, -50%) scale(4);
        opacity: 0;
    }
}
.pin-tooltip{
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(20, 20, 20, 0.95);
    border: 1px solid rgba(255, 102, 0, 0.3);
    border-radius: 12px;
    padding: 12px 16px;
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 150px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.5);
}
.map-pin:hover .pin-tooltip{
    opacity: 1;
    visibility: visible;
    bottom: 30px;
}
.pin-flag{
    width: 40px;
    height: 40px;
    border-radius: 6px;
    border: 1.5px solid rgba(255, 255, 255, 0.2);
    flex-shrink: 0;
}
.pin-info h4{
    font-size: 16px;
    color: #FFFFFF;
    font-weight: 700;
    margin: 0 0 4px 0;
}
.pin-info p{
    font-size: 13px;
    color: rgba(255, 255, 255, 0.7);
    margin: 0;
}

/* List View */
.datacenters-list-view{
    display: none;
    margin-top: 25px;
}
.datacenters-list-view.active{
    display: block;
}
.datacenters-grid-new{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}
.datacenter-card-new{
    background: rgba(30, 30, 30, 0.6);
    border: 1.5px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 20px;
    text-align: center;
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(10px);
}
.datacenter-card-new::before{
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 102, 0, 0.1), transparent);
    transition: left 0.6s ease;
}
.datacenter-card-new:hover::before{
    left: 100%;
}
.datacenter-card-new:hover{
    background: rgba(40, 40, 40, 0.8);
    border-color: #FF6600;
    transform: translateY(-4px);
    box-shadow: 0 8px 25px rgba(255, 102, 0, 0.25);
}
.card-flag-wrapper{
    position: relative;
    margin-bottom: 15px;
    display: inline-block;
}
.datacenter-flag-new{
    width: 70px;
    height: 70px;
    border-radius: 10px;
    border: 2px solid rgba(255, 255, 255, 0.2);
    background-size: cover;
    background-position: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 1;
    transition: transform 0.3s ease;
}
.datacenter-card-new:hover .datacenter-flag-new{
    transform: scale(1.05);
}
.card-glow{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90px;
    height: 90px;
    background: radial-gradient(circle, rgba(255, 102, 0, 0.2) 0%, transparent 70%);
    border-radius: 50%;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 0;
}
.datacenter-card-new:hover .card-glow{
    opacity: 1;
}
.datacenter-info-new h3{
    font-size: 18px;
    color: #FFFFFF;
    font-weight: 700;
    margin: 0 0 6px 0;
}
.datacenter-info-new > p{
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    margin: 0 0 12px 0;
    font-weight: 500;
}
.card-stats{
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.card-stats span{
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 600;
}
.card-stats i{
    color: #FF6600;
    font-size: 12px;
}

@media screen and (max-width: 1200px) {
    .datacenters-grid-new{
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
    .interactive-map-container{
        height: 400px;
    }
}

@media screen and (max-width: 768px) {
    .datacenters-section-new{
        padding: 40px 15px;
    }
    .datacenters-title-new{
        font-size: 28px;
    }
    .datacenters-description-new{
        font-size: 14px;
    }
    .datacenters-grid-new{
        grid-template-columns: 1fr;
        gap: 15px;
    }
    .interactive-map-container{
        height: 350px;
    }
    .datacenters-header-top{
        flex-direction: column;
        align-items: flex-start;
    }
    .datacenters-view-toggle{
        width: 100%;
        justify-content: space-between;
    }
    .view-toggle-btn{
        flex: 1;
        justify-content: center;
        padding: 8px 16px;
        font-size: 13px;
    }
}

.iran-flag{
    background: linear-gradient(to bottom, #239F40 0%, #239F40 33%, #FFFFFF 33%, #FFFFFF 66%, #DA0000 66%, #DA0000 100%);
    position: relative;
}
.iran-flag::after{
    content: '☫';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
    color: #DA0000;
}
.germany-flag{
    background: linear-gradient(to bottom, #000000 0%, #000000 33%, #DD0000 33%, #DD0000 66%, #FFCE00 66%, #FFCE00 100%);
}
.france-flag{
    background: linear-gradient(to right, #0055A4 0%, #0055A4 33%, #FFFFFF 33%, #FFFFFF 66%, #EF4135 66%, #EF4135 100%);
}
.uk-flag{
    background: linear-gradient(135deg, #012169 0%, #012169 25%, #FFFFFF 25%, #FFFFFF 30%, #C8102E 30%, #C8102E 35%, #FFFFFF 35%, #FFFFFF 65%, #C8102E 65%, #C8102E 70%, #FFFFFF 70%, #FFFFFF 100%);
    position: relative;
}
.uk-flag::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, transparent 48%, #FFFFFF 48%, #FFFFFF 52%, transparent 52%),
                linear-gradient(-45deg, transparent 48%, #FFFFFF 48%, #FFFFFF 52%, transparent 52%);
}
.usa-flag{
    background: linear-gradient(to bottom, #B22234 0%, #B22234 7.7%, #FFFFFF 7.7%, #FFFFFF 15.4%, #B22234 15.4%, #B22234 23.1%, #FFFFFF 23.1%, #FFFFFF 30.8%, #B22234 30.8%, #B22234 38.5%, #FFFFFF 38.5%, #FFFFFF 46.2%, #B22234 46.2%, #B22234 54%, #3C3B6E 54%);
    position: relative;
}
.usa-flag::before{
    content: '★';
    position: absolute;
    top: 8px;
    left: 8px;
    font-size: 12px;
    color: #FFFFFF;
}
.netherlands-flag{
    background: linear-gradient(to bottom, #AE1C28 0%, #AE1C28 33%, #FFFFFF 33%, #FFFFFF 66%, #21468B 66%, #21468B 100%);
}
.datacenter-info{
    display: flex;
    flex-direction: column;
    gap: 5px;
    flex: 1;
}
.datacenter-info h3{
    font-size: 16px;
    color: #FFFFFF;
    font-weight: 700;
    margin: 0;
}
.datacenter-info p{
    font-size: 13px;
    color: rgba(255, 255, 255, 0.75);
    margin: 0;
    font-weight: 500;
}

@media screen and (max-width: 1200px) {
    .datacenters-container{
        justify-content: center;
    }
    .datacenters-content{
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 0;
    }
    .datacenters-title{
        font-size: 36px;
    }
    .datacenters-grid{
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 768px) {
    .datacenters-section{
        padding: 60px 15px;
        min-height: auto;
    }
    .datacenters-title{
        font-size: 28px;
    }
    .datacenters-description{
        font-size: 14px;
    }
    .datacenters-grid{
        grid-template-columns: 1fr;
    }
}

/* DATACENTERS END */
/* COUNSE START */

.counse{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0px 10px;
    margin: 100px 0px;
}
.counse-container{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    width: 100%;
    max-width: 1200px;
    gap: 20px;
}

.counse-rast{
    display: flex;
    align-items: center;
    justify-content: center;
}
.counse-rast img{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 400px;
}

.counse-chap{
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    gap: 15px;
    width: 500px;
}
.counse-chap h1{
    background: #FF6600;
    background: linear-gradient(to left, #FF6600 0%, #FF8533 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-size: 38px;
    font-weight: bold;
    letter-spacing: -0.5px;
    line-height: 1.3;
}
.counse-chap p{
    color: rgba(10, 10, 10, 0.7);
    font-size: 18px;
    line-height: 1.8;
}
.counse-chap-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    gap: 10px;
}
.counse-chap-btn a{
    text-decoration: none;
    color: white;
    padding: 12px 24px;
    border-radius: 8px;
    background: linear-gradient(135deg, #FF6600 0%, #FF8533 100%);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.2px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 2px 8px rgba(255, 102, 0, 0.2);
    display: inline-block;
    border: none;
}
.counse-chap-btn a:hover{
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(255, 102, 0, 0.3);
    background: linear-gradient(135deg, #FF8533 0%, #FF6600 100%);
}
.counse-chap-btn p{
    font-size: 15px;
}

/* COUNSE END */
/* SUPPORT START */

.support{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0px 10px;
    margin: 100px 0px;
}
.support-container{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    width: 100%;
    max-width: 1200px;
    gap: 20px;
}

.support-rast{
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    gap: 15px;
    width: 500px;
}
.support-rast h1{
    background: #FF6600;
    background: linear-gradient(to left, #FF6600 0%, #FF8533 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-size: 40px;
    font-weight: bold;
    letter-spacing: -0.5px;
    line-height: 1.3;
}
.support-rast p{
    color: rgba(10, 10, 10, 0.7);
    font-size: 18px;
    line-height: 1.8;
}
.support-rast-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    gap: 10px;
}
.support-rast-btn a{
    text-decoration: none;
    color: white;
    padding: 12px 24px;
    border-radius: 8px;
    background: linear-gradient(135deg, #FF6600 0%, #FF8533 100%);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.2px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 2px 8px rgba(255, 102, 0, 0.2);
    display: inline-block;
    border: none;
}
.support-rast-btn a:hover{
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(255, 102, 0, 0.3);
    background: linear-gradient(135deg, #FF8533 0%, #FF6600 100%);
}
.support-rast-btn p{
    font-size: 15px;
}

.support-chap{
    display: flex;
    align-items: center;
    justify-content: center;
}
.support-chap img{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 400px;
}

/* SUPPORT END */
/* SUPPORT TYPES START */

.support-types {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 80px 20px;
    margin: 0;
    background: linear-gradient(180deg, #F0F4F8 0%, #FFFFFF 100%);
}

.support-types-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 50px;
    width: 100%;
    max-width: 1200px;
}

.support-types-header {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.support-types-header h1 {
    font-size: 32px;
    font-weight: 700;
    color: #0A0A0A;
    margin: 0;
    letter-spacing: -0.5px;
}

.support-types-header p {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.6);
    margin: 0;
    line-height: 1.6;
}

.support-types-cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    width: 100%;
    gap: 24px;
}

.support-type-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    padding: 30px 20px;
    background: #FFFFFF;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid rgba(0, 0, 0, 0.05);
    text-align: center;
}

.support-type-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 40px rgba(255, 102, 0, 0.2);
    border-color: rgba(255, 102, 0, 0.3);
}

.support-type-icon {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(255, 102, 0, 0.1) 0%, rgba(255, 133, 51, 0.1) 100%);
    border: 2px solid rgba(255, 102, 0, 0.2);
    transition: all 0.4s ease;
}

.support-type-icon i {
    font-size: 36px;
    color: #FF6600;
    transition: transform 0.4s ease;
}

.support-type-card:hover .support-type-icon {
    background: linear-gradient(135deg, rgba(255, 102, 0, 0.15) 0%, rgba(255, 133, 51, 0.15) 100%);
    border-color: rgba(255, 102, 0, 0.4);
    transform: scale(1.1);
}

.support-type-card:hover .support-type-icon i {
    transform: scale(1.1);
}

.support-type-card h3 {
    font-size: 18px;
    font-weight: 700;
    color: #0A0A0A;
    margin: 0;
    line-height: 1.4;
}

.support-type-card p {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.6);
    margin: 0;
    line-height: 1.7;
}

/* SUPPORT TYPES RESPONSIVE */
@media screen and (max-width: 1024px) {
    .support-types-cards {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}

@media screen and (max-width: 768px) {
    .support-types {
        padding: 60px 15px;
    }
    
    .support-types-container {
        gap: 40px;
    }
    
    .support-types-header h1 {
        font-size: 28px;
    }
    
    .support-types-cards {
        grid-template-columns: repeat(2, 1fr);
        gap: 18px;
    }
    
    .support-type-card {
        padding: 25px 15px;
    }
    
    .support-type-icon {
        width: 70px;
        height: 70px;
    }
    
    .support-type-icon i {
        font-size: 32px;
    }
}

@media screen and (max-width: 480px) {
    .support-types {
        padding: 40px 10px;
    }
    
    .support-types-container {
        gap: 30px;
    }
    
    .support-types-header h1 {
        font-size: 24px;
    }
    
    .support-types-header p {
        font-size: 15px;
    }
    
    .support-types-cards {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    
    .support-type-card {
        padding: 25px 20px;
    }
}

/* SUPPORT TYPES END */
/* PERSIAN GULF SUPPORT START */

.persian-gulf-section {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 50px 20px;
    margin: 0;
    background: linear-gradient(180deg, #FAFAFA 0%, #F5F5F5 100%);
    position: relative;
    overflow: hidden;
}

.persian-gulf-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgba(255, 102, 0, 0.08) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(255, 133, 51, 0.05) 0%, transparent 50%);
    pointer-events: none;
    z-index: 0;
}

.persian-gulf-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(255, 102, 0, 0.4), transparent);
    z-index: 1;
}

.persian-gulf-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 1100px;
    position: relative;
    z-index: 2;
}

.persian-gulf-content {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 40px;
    align-items: center;
    width: 100%;
}

.persian-gulf-text {
    background: #FFFFFF;
    padding: 35px 30px;
    border-radius: 16px;
    border: 1px solid rgba(255, 102, 0, 0.2);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    color: #0A0A0A;
    position: relative;
}

.persian-gulf-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 6px 14px;
    background: rgba(255, 102, 0, 0.1);
    border: 1px solid rgba(255, 102, 0, 0.3);
    border-radius: 20px;
    margin-bottom: 18px;
    position: relative;
    z-index: 1;
}

.persian-gulf-badge i {
    font-size: 11px;
    color: #FF6600;
}

.persian-gulf-badge span {
    font-size: 12px;
    font-weight: 600;
    color: #FF6600;
    letter-spacing: 0.3px;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.persian-gulf-text h1 {
    font-size: 28px;
    font-weight: 700;
    color: #FF6600;
    margin: 0 0 12px 0;
    line-height: 1.4;
    letter-spacing: -0.3px;
    position: relative;
    z-index: 1;
}

.persian-gulf-text p {
    font-size: 15px;
    color: rgba(0, 0, 0, 0.7);
    line-height: 1.9;
    margin: 0 0 16px 0;
    text-align: justify;
    position: relative;
    z-index: 1;
}

.persian-gulf-text p:first-of-type {
    font-size: 15px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.8);
    margin-bottom: 18px;
    padding-right: 15px;
    border-right: 2px solid rgba(255, 102, 0, 0.4);
}

.persian-gulf-text p:last-of-type {
    margin-bottom: 0;
}

.persian-gulf-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 24px;
    background: #FF6600;
    border: 1px solid rgba(255, 102, 0, 0.3);
    border-radius: 8px;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(255, 102, 0, 0.2);
    position: relative;
    z-index: 1;
    margin-top: 20px;
}

.persian-gulf-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(255, 102, 0, 0.3);
    background: #FF8533;
}

.persian-gulf-btn i {
    font-size: 12px;
    transition: transform 0.3s ease;
}

.persian-gulf-btn:hover i {
    transform: translateX(-2px);
}

.persian-gulf-image {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 102, 0, 0.2);
}

.persian-gulf-image::after {
    content: '🇮🇷';
    position: absolute;
    top: 15px;
    left: 15px;
    font-size: 36px;
    z-index: 2;
    opacity: 0.8;
    animation: float-flag 3s ease-in-out infinite;
    filter: drop-shadow(0 0 8px rgba(255, 102, 0, 0.4));
    pointer-events: none;
}

@keyframes float-flag {
    0%, 100% {
        transform: translateY(0) rotate(0deg);
    }
    50% {
        transform: translateY(-8px) rotate(3deg);
    }
}

.persian-gulf-image img {
    width: 100%;
    height: auto;
    max-height: 380px;
    object-fit: cover;
    border-radius: 12px;
    display: block;
    transition: transform 0.4s ease;
}

.persian-gulf-image:hover img {
    transform: scale(1.03);
}

.persian-gulf-placeholder {
    width: 100%;
    height: 380px;
    background: rgba(255, 102, 0, 0.05);
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
    border: 1px solid rgba(255, 102, 0, 0.2);
}

.persian-gulf-placeholder i {
    font-size: 60px;
    color: rgba(255, 102, 0, 0.4);
}

.persian-gulf-placeholder p {
    font-size: 18px;
    font-weight: 600;
    color: rgba(255, 102, 0, 0.6);
    margin: 0;
}

/* PERSIAN GULF SUPPORT RESPONSIVE */
@media screen and (max-width: 1024px) {
    .persian-gulf-content {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .persian-gulf-image {
        order: -1;
    }
}

@media screen and (max-width: 768px) {
    .persian-gulf-section {
        padding: 40px 15px;
    }
    
    .persian-gulf-text {
        padding: 30px 25px;
    }
    
    .persian-gulf-text h1 {
        font-size: 24px;
    }
    
    .persian-gulf-text p {
        font-size: 14px;
    }
    
    .persian-gulf-text p:first-of-type {
        font-size: 14px;
    }
    
    .persian-gulf-image img {
        max-height: 280px;
    }
    
    .persian-gulf-placeholder {
        height: 280px;
    }
}

@media screen and (max-width: 480px) {
    .persian-gulf-section {
        padding: 30px 10px;
    }
    
    .persian-gulf-text {
        padding: 25px 20px;
    }
    
    .persian-gulf-text h1 {
        font-size: 22px;
    }
    
    .persian-gulf-text p {
        font-size: 13px;
        line-height: 1.8;
    }
    
    .persian-gulf-text p:first-of-type {
        font-size: 13px;
        padding-right: 12px;
        border-right: 2px solid rgba(255, 102, 0, 0.4);
    }
    
    .persian-gulf-badge {
        padding: 5px 12px;
        font-size: 11px;
        margin-bottom: 15px;
    }
    
    .persian-gulf-badge i {
        font-size: 10px;
    }
    
    .persian-gulf-btn {
        padding: 10px 20px;
        font-size: 13px;
        margin-top: 15px;
    }
    
    .persian-gulf-image img {
        max-height: 220px;
    }
    
    .persian-gulf-placeholder {
        height: 220px;
    }
    
    .persian-gulf-placeholder i {
        font-size: 45px;
    }
    
    .persian-gulf-placeholder p {
        font-size: 16px;
    }
}

/* PERSIAN GULF SUPPORT END */
/* TRUST & STATISTICS START */

.trust-statistics-section {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 90px 20px;
    margin: 0;
    background: linear-gradient(180deg, #FFFFFF 0%, #FAFAFA 50%, #F5F5F5 100%);
    position: relative;
    overflow: hidden;
}

.trust-statistics-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgba(255, 102, 0, 0.06) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(255, 133, 51, 0.04) 0%, transparent 50%);
    pointer-events: none;
    z-index: 0;
}

.trust-statistics-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 60px;
    width: 100%;
    max-width: 1400px;
    position: relative;
    z-index: 1;
}

/* Title Section */
.trust-statistics-title {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 16px;
    text-align: center;
    width: 100%;
}

.trust-statistics-title-top {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    gap: 18px;
    flex-wrap: wrap;
}

.trust-statistics-title-icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #FF6600 0%, #FF8533 100%);
    border-radius: 10px;
    color: #FFFFFF;
    font-size: 18px;
    flex-shrink: 0;
    box-shadow: 0 4px 15px rgba(255, 102, 0, 0.3);
    transition: transform 0.3s ease;
}

.trust-statistics-title-icon:hover {
    transform: rotate(90deg) scale(1.1);
}

.trust-statistics-title-top h1 {
    color: #FF6600;
    font-size: 38px;
    font-weight: 800;
    margin: 0;
    letter-spacing: -0.8px;
    line-height: 1.3;
}

.trust-statistics-title p {
    color: rgba(0, 0, 0, 0.65);
    font-size: 17px;
    margin: 0;
    line-height: 1.7;
    max-width: 700px;
}

/* Cards Section */
.trust-statistics-cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    width: 100%;
    gap: 28px;
}

.trust-statistics-card {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 24px;
    background: #FFFFFF;
    border-radius: 24px;
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.08);
    padding: 40px 25px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: 2px solid rgba(255, 102, 0, 0.1);
    position: relative;
    overflow: hidden;
}

.trust-statistics-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(90deg, #FF6600 0%, #FF8533 50%, #FF6600 100%);
    transform: scaleX(0);
    transition: transform 0.5s ease;
    transform-origin: left;
}

.trust-statistics-card:hover::before {
    transform: scaleX(1);
}

.trust-statistics-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 50px rgba(255, 102, 0, 0.25);
    border-color: rgba(255, 102, 0, 0.4);
}

.trust-statistics-card-icon {
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(255, 102, 0, 0.1) 0%, rgba(255, 133, 51, 0.1) 100%);
    border-radius: 20px;
    transition: all 0.4s ease;
    position: relative;
}

.trust-statistics-card:hover .trust-statistics-card-icon {
    transform: scale(1.15) rotate(5deg);
    background: linear-gradient(135deg, rgba(255, 102, 0, 0.15) 0%, rgba(255, 133, 51, 0.15) 100%);
}

.trust-statistics-card-icon img {
    width: 70px;
    height: 70px;
    object-fit: contain;
    transition: transform 0.4s ease;
    filter: drop-shadow(0 4px 12px rgba(255, 102, 0, 0.3));
}

.trust-statistics-card:hover .trust-statistics-card-icon img {
    transform: scale(1.1) translateY(-8px);
}

.trust-statistics-card-content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
    text-align: center;
}

.trust-statistics-card-content h2 {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 5px;
    font-size: 42px;
    font-weight: 800;
    color: #0A0A0A;
    margin: 0;
    line-height: 1;
    letter-spacing: -1px;
}

.trust-statistics-card-content h2 span {
    font-size: 28px;
    color: #FF6600;
    font-weight: 700;
}

.trust-statistics-card-content p {
    font-weight: 700;
    font-size: 17px;
    color: #FF6600;
    margin: 0;
    text-align: center;
    letter-spacing: 0.3px;
}

/* Banner Section */
.trust-statistics-banner {
    width: 100%;
    padding: 50px 30px;
    background: linear-gradient(135deg, #FF6600 0%, #FF8533 30%, #FF6600 70%, #FF8533 100%);
    border-radius: 30px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(255, 102, 0, 0.3);
}

.trust-statistics-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 15% 25%, rgba(255, 255, 255, 0.12) 0%, transparent 50%),
        radial-gradient(circle at 85% 75%, rgba(255, 255, 255, 0.08) 0%, transparent 50%);
    pointer-events: none;
    z-index: 0;
}

.trust-statistics-banner-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 25px;
    position: relative;
    z-index: 1;
    flex-wrap: wrap;
}

.trust-statistics-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex: 1;
    min-width: 150px;
    position: relative;
    padding: 20px 15px;
    transition: transform 0.3s ease;
}

.trust-statistics-item:hover {
    transform: translateY(-8px);
}

.trust-statistics-item-icon {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    border-radius: 14px;
    opacity: 0.8;
    z-index: 2;
    border: 2px solid rgba(255, 255, 255, 0.3);
}

.trust-statistics-item-icon i {
    font-size: 26px;
    color: rgba(255, 255, 255, 0.95);
}

.trust-statistics-item-number {
    font-size: 46px;
    font-weight: 800;
    color: #FFFFFF;
    line-height: 1.2;
    text-align: center;
    letter-spacing: -1.5px;
    margin-top: 15px;
    text-shadow: 0 3px 15px rgba(0, 0, 0, 0.25);
}

.trust-statistics-item-label {
    font-size: 15px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.9);
    text-align: center;
    line-height: 1.5;
    margin-top: 5px;
    letter-spacing: 0.2px;
}

/* RESPONSIVE DESIGN */
@media screen and (max-width: 1200px) {
    .trust-statistics-section {
        padding: 80px 20px;
    }
    
    .trust-statistics-container {
        gap: 50px;
    }
    
    .trust-statistics-cards {
        gap: 24px;
    }
    
    .trust-statistics-banner-container {
        gap: 20px;
    }
    
    .trust-statistics-item {
        min-width: 130px;
    }
    
    .trust-statistics-item-number {
        font-size: 40px;
    }
}

@media screen and (max-width: 992px) {
    .trust-statistics-section {
        padding: 70px 20px;
    }
    
    .trust-statistics-container {
        gap: 45px;
    }
    
    .trust-statistics-title-top h1 {
        font-size: 32px;
    }
    
    .trust-statistics-title p {
        font-size: 16px;
    }
    
    .trust-statistics-cards {
        grid-template-columns: repeat(2, 1fr);
        gap: 22px;
    }
    
    .trust-statistics-card {
        padding: 35px 20px;
    }
    
    .trust-statistics-banner {
        padding: 45px 25px;
    }
    
    .trust-statistics-banner-container {
        gap: 18px;
        justify-content: center;
    }
    
    .trust-statistics-item {
        min-width: 140px;
        flex: 0 0 calc(33.333% - 12px);
    }
    
    .trust-statistics-item-number {
        font-size: 36px;
    }
    
    .trust-statistics-item-label {
        font-size: 14px;
    }
}

@media screen and (max-width: 768px) {
    .trust-statistics-section {
        padding: 60px 15px;
    }
    
    .trust-statistics-container {
        gap: 40px;
    }
    
    .trust-statistics-title-icon {
        width: 36px;
        height: 36px;
        font-size: 16px;
    }
    
    .trust-statistics-title-top h1 {
        font-size: 28px;
    }
    
    .trust-statistics-title p {
        font-size: 15px;
    }
    
    .trust-statistics-cards {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    
    .trust-statistics-card {
        padding: 30px 18px;
    }
    
    .trust-statistics-card-icon {
        width: 80px;
        height: 80px;
    }
    
    .trust-statistics-card-icon img {
        width: 60px;
        height: 60px;
    }
    
    .trust-statistics-card-content h2 {
        font-size: 36px;
    }
    
    .trust-statistics-card-content h2 span {
        font-size: 24px;
    }
    
    .trust-statistics-card-content p {
        font-size: 16px;
    }
    
    .trust-statistics-banner {
        padding: 40px 20px;
        border-radius: 25px;
    }
    
    .trust-statistics-banner-container {
        gap: 16px;
    }
    
    .trust-statistics-item {
        min-width: 120px;
        flex: 0 0 calc(50% - 8px);
        padding: 15px 10px;
    }
    
    .trust-statistics-item-number {
        font-size: 32px;
    }
    
    .trust-statistics-item-label {
        font-size: 13px;
    }
    
    .trust-statistics-item-icon {
        width: 48px;
        height: 48px;
        top: -10px;
    }
    
    .trust-statistics-item-icon i {
        font-size: 22px;
    }
}

@media screen and (max-width: 480px) {
    .trust-statistics-section {
        padding: 50px 10px;
    }
    
    .trust-statistics-container {
        gap: 35px;
    }
    
    .trust-statistics-title-top {
        gap: 12px;
    }
    
    .trust-statistics-title-icon {
        width: 32px;
        height: 32px;
        font-size: 14px;
    }
    
    .trust-statistics-title-top h1 {
        font-size: 24px;
    }
    
    .trust-statistics-title p {
        font-size: 14px;
    }
    
    .trust-statistics-cards {
        grid-template-columns: 1fr;
        gap: 18px;
    }
    
    .trust-statistics-card {
        padding: 30px 20px;
    }
    
    .trust-statistics-card-content h2 {
        font-size: 32px;
    }
    
    .trust-statistics-card-content h2 span {
        font-size: 22px;
    }
    
    .trust-statistics-card-content p {
        font-size: 15px;
    }
    
    .trust-statistics-banner {
        padding: 35px 15px;
        border-radius: 20px;
    }
    
    .trust-statistics-banner-container {
        gap: 14px;
    }
    
    .trust-statistics-item {
        min-width: 100px;
        flex: 0 0 calc(50% - 7px);
        padding: 12px 8px;
    }
    
    .trust-statistics-item-number {
        font-size: 28px;
    }
    
    .trust-statistics-item-label {
        font-size: 12px;
    }
    
    .trust-statistics-item-icon {
        width: 42px;
        height: 42px;
        top: -8px;
    }
    
    .trust-statistics-item-icon i {
        font-size: 20px;
    }
}

/* TRUST & STATISTICS END */
/* COMMENTS START */

.comment{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 60px 20px;
    margin: 0;
    background: linear-gradient(180deg, #FAFAFA 0%, #F5F5F5 100%);
    position: relative;
    overflow: hidden;
}
.comment-container{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 40px;
    width: 100%;
    max-width: 1200px;
    position: relative;
    z-index: 1;
}

.comment-decorations {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    z-index: 0;
    overflow: hidden;
}

.comment-decoration {
    position: absolute;
    width: 70px;
    height: 70px;
    background: rgba(255, 102, 0, 0.15);
    border-radius: 12px;
    opacity: 0.8;
    box-shadow: 0 2px 8px rgba(255, 102, 0, 0.1);
}

.comment-decoration::before {
    content: '!';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 36px;
    font-weight: bold;
    color: rgba(255, 102, 0, 0.4);
    font-family: Arial, sans-serif;
}

.comment-decoration-5::before,
.comment-decoration-6::before {
    font-size: 28px;
}

.comment-decoration-1 {
    top: 5%;
    right: 3%;
    animation: float 6s ease-in-out infinite;
}

.comment-decoration-2 {
    top: 15%;
    left: 5%;
    animation: float 8s ease-in-out infinite 2s;
}

.comment-decoration-3 {
    bottom: 10%;
    right: 8%;
    animation: float 7s ease-in-out infinite 1s;
}

.comment-decoration-4 {
    bottom: 20%;
    left: 3%;
    animation: float 9s ease-in-out infinite 3s;
}

.comment-decoration-5 {
    top: 50%;
    right: 2%;
    animation: float 7s ease-in-out infinite 1.5s;
    width: 50px;
    height: 50px;
}

.comment-decoration-6 {
    top: 60%;
    left: 2%;
    animation: float 8s ease-in-out infinite 2.5s;
    width: 50px;
    height: 50px;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0) rotate(0deg);
    }
    50% {
        transform: translateY(-15px) rotate(5deg);
    }
}

.comment-title{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    gap: 15px;
    width: 100%;
}
.comment-title-icon {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FF6600;
    border-radius: 8px;
    color: #FFFFFF;
    font-size: 16px;
    flex-shrink: 0;
}

.comment-title-text{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 8px;
}
.comment-title-text h1{
    color: #FF6600;
    font-size: 28px;
    font-weight: 700;
    margin: 0;
    letter-spacing: -0.5px;
}
.comment-title-text p{
    color: rgba(0, 0, 0, 0.6);
    font-size: 15px;
    margin: 0;
}

.swiper {
    width: 100%;
    max-width: 800px;
}
.swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}
.comments{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    gap: 20px;
    padding: 30px;
    border-radius: 16px;
    width: 100%;
    background-color: #FFFFFF;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border: none;
}
.comments:hover{
    transform: translateY(-4px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

.comment-top{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    gap: 18px;
    width: 100%;
}
.comment-img {
    flex-shrink: 0;
}
.comment-img img{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    border: none;
    box-shadow: none;
}
.comment-about{
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    gap: 6px;
}
.comment-about h2{
    font-size: 18px;
    color: #FF6600;
    font-weight: 600;
    margin: 0;
}
.comment-about p{
    font-size: 14px;
    color: rgba(0, 0, 0, 0.5);
    margin: 0;
    font-weight: 400;
}

.comment-bottom{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
}
.comment-bottom p{
    text-align: right;
    color: #0A0A0A;
    font-size: 15px;
    line-height: 1.8;
    margin: 0;
}

.comment-btn{
    display: flex;
    align-items: center;
    justify-content: center;
}
.comment-btn a{
    text-decoration: none;
    color: #FFFFFF;
    background: linear-gradient(135deg, #FF6600 0%, #FF8533 100%);
    padding: 16px 40px;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s ease;
    display: inline-block;
    border: none;
    box-shadow: 0 4px 15px rgba(255, 102, 0, 0.3);
}
.comment-btn a:hover{
    transform: translateY(-3px);
    box-shadow: 0 6px 25px rgba(255, 102, 0, 0.4);
    background: linear-gradient(135deg, #FF8533 0%, #FF6600 100%);
}

/* COMMENTS RESPONSIVE */
@media screen and (max-width: 768px) {
    .comment {
        padding: 40px 15px;
    }
    
    .comment-container {
        gap: 30px;
    }
    
    .comment-title-text h1 {
        font-size: 24px;
    }
    
    .comment-title-text p {
        font-size: 14px;
    }
    
    .comment-title-icon {
        width: 35px;
        height: 35px;
        font-size: 16px;
    }
    
    .swiper {
        max-width: 100%;
    }
    
    .comments {
        padding: 24px;
    }
    
    .comment-img img {
        width: 60px;
        height: 60px;
    }
    
    .comment-about h2 {
        font-size: 16px;
    }
    
    .comment-about p {
        font-size: 13px;
    }
    
    .comment-bottom p {
        font-size: 14px;
    }
    
    .comment-decoration {
        width: 60px;
        height: 60px;
    }
}

@media screen and (max-width: 480px) {
    .comment {
        padding: 30px 10px;
    }
    
    .comment-container {
        gap: 25px;
    }
    
    .comment-title {
        flex-direction: column;
        gap: 10px;
    }
    
    .comment-title-text h1 {
        font-size: 20px;
        text-align: center;
    }
    
    .comment-title-text p {
        font-size: 13px;
        text-align: center;
    }
    
    .comment-title-icon {
        display: none;
    }
    
    .comments {
        padding: 20px;
        gap: 16px;
    }
    
    .comment-top {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    
    .comment-about {
        align-items: center;
        text-align: center;
    }
    
    .comment-bottom p {
        font-size: 13px;
        text-align: center;
    }
    
    .comment-btn a {
        padding: 12px 24px;
        font-size: 14px;
    }
}

/* COMMENTS END */
/* BLOGS START */

.blogs{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 40px 20px 30px 20px;
    margin: 0;
    background: #F5F5F5;
}
.blogs-container{
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    gap: 25px;
    width: 100%;
    max-width: 1200px;
}

.blogs-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    gap: 20px;
    flex-wrap: wrap;
}

.blogs-header-content {
    flex: 1;
    min-width: 300px;
}

.blogs-header-content h2 {
    font-size: 28px;
    font-weight: 700;
    color: #FF6600;
    margin: 0 0 8px 0;
    line-height: 1.3;
}

.blogs-header-content p {
    font-size: 15px;
    color: rgba(0, 0, 0, 0.6);
    margin: 0 0 15px 0;
    line-height: 1.6;
    padding-bottom: 15px;
    border-bottom: 1px solid #FF6600;
}

.blogs-view-all {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 24px;
    background: #FF6600;
    border: 1px solid #FF6600;
    border-radius: 8px;
    text-decoration: none;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.blogs-view-all:hover {
    background: #FF8533;
    border-color: #FF8533;
    color: #FFFFFF;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(255, 102, 0, 0.3);
}

.blogs-view-all i {
    font-size: 12px;
    transition: transform 0.3s ease;
}

.blogs-view-all:hover i {
    transform: translateX(3px);
}

.blogs-cards{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    width: 100%;
    gap: 28px;
}

.blogs-card{
    text-decoration: none;
    display: flex;
    flex-direction: column;
    border-radius: 16px;
    background-color: #FFFFFF;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(226, 232, 240, 0.8);
    height: 100%;
}

.blogs-card:hover{
    transform: translateY(-8px);
    box-shadow: 0 16px 40px rgba(255, 102, 0, 0.2);
    border-color: #FF6600;
}

.blogs-card-img {
    position: relative;
    width: 100%;
    height: 220px;
    overflow: hidden;
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
}

.blogs-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.blogs-card:hover .blogs-card-img img {
    transform: scale(1.12);
}

.blogs-card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(255, 102, 0, 0) 0%, rgba(255, 102, 0, 0.3) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.blogs-card:hover .blogs-card-overlay {
    opacity: 1;
}

.blogs-card-overlay i {
    font-size: 32px;
    color: #FFFFFF;
    transform: translateX(10px);
    transition: transform 0.4s ease;
}

.blogs-card:hover .blogs-card-overlay i {
    transform: translateX(0);
}

.blogs-card-content {
    padding: 24px;
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 12px;
}

.blogs-card-meta {
    display: flex;
    align-items: center;
    gap: 16px;
    font-size: 13px;
    color: #64748b;
    margin-bottom: 4px;
}

.blogs-card-meta span {
    display: flex;
    align-items: center;
    gap: 6px;
}

.blogs-card-meta i {
    color: #FF6600;
    font-size: 14px;
}

.blogs-card-title {
    margin: 0;
}

.blogs-card-title h3 {
    font-size: 18px;
    font-weight: 700;
    color: #0f172a;
    margin: 0;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: color 0.3s ease;
    letter-spacing: -0.3px;
}

.blogs-card:hover .blogs-card-title h3 {
    color: #FF6600;
}

.blogs-card-excerpt {
    font-size: 14px;
    color: #64748b;
    line-height: 1.7;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    flex: 1;
}

.blogs-card-footer {
    margin-top: auto;
    padding-top: 12px;
    border-top: 1px solid #e2e8f0;
}

.blogs-card-read-more {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    font-weight: 600;
    color: #FF6600;
    transition: all 0.3s ease;
}

.blogs-card:hover .blogs-card-read-more {
    color: #FF8533;
    transform: translateX(-4px);
}

.blogs-card-read-more i {
    font-size: 12px;
    transition: transform 0.3s ease;
}

.blogs-card:hover .blogs-card-read-more i {
    transform: translateX(-3px);
}

/* BLOGS RESPONSIVE */
@media screen and (max-width: 1400px) {
    .blogs-cards {
        grid-template-columns: repeat(3, 1fr);
        gap: 24px;
    }
}

@media screen and (max-width: 1024px) {
    .blogs-cards {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    
    .blogs-card-img {
        height: 200px;
    }
    
    .blogs-card-content {
        padding: 20px;
    }
    
    .blogs-card-title h3 {
        font-size: 17px;
    }
}

@media screen and (max-width: 768px) {
    .blogs {
        padding: 40px 20px 30px 20px;
    }
    
    .blogs-container {
        gap: 25px;
    }
    
    .blogs-header {
        flex-direction: column;
        gap: 20px;
    }
    
    .blogs-header-content h2 {
        font-size: 24px;
    }
    
    .blogs-header-content p {
        font-size: 14px;
    }
    
    .blogs-view-all {
        width: 100%;
        justify-content: center;
    }
    
    .blogs-cards {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    
    .blogs-card-img {
        height: 220px;
    }
    
    .blogs-card-content {
        padding: 20px;
    }
    
    .blogs-card-title h3 {
        font-size: 17px;
    }
    
    .blogs-card-excerpt {
        font-size: 13px;
    }
}

@media screen and (max-width: 480px) {
    .blogs {
        padding: 30px 15px 20px 15px;
    }
    
    .blogs-card-img {
        height: 200px;
    }
    
    .blogs-card-content {
        padding: 18px;
    }
    
    .blogs-card-title h3 {
        font-size: 16px;
    }
    
    .blogs-card-meta {
        font-size: 12px;
        gap: 12px;
    }
    
    .blogs-card-excerpt {
        font-size: 12px;
    }
    
    .blogs-container {
        gap: 20px;
    }
    
    .blogs-header-content h2 {
        font-size: 22px;
    }
    
    .blogs-card-img {
        height: 180px;
    }
    
    .blogs-card-title {
        padding: 16px;
    }
    
    .blogs-card-title h3 {
        font-size: 15px;
    }
}

/* BLOGS END */





















/* RESPONSIVE START */

@media screen and (max-width:480px) {

    .home{
        margin: 50px 0px;
    }
    .home-container{
        gap: 30px;
    }
    .home-title h1{
        font-size: 20px;
    }
    .home-title h2{
        font-size: 14px;
    }
    .home-form p{
        font-size: 10px;
    }
    .home-form form input[type="search"]{
        width: 100%;
    }
    .home-img #img-1{
        width: 170px;
    }
    .home-img #img-2{
        width: 120px;
    }

    .property-container{
        width: 100%;
        gap: 30px;
    }
    .property-title h1{
        font-size: 30px;
    }
    .property-cards{
        grid-template-columns: repeat(2,auto);
        align-items: center;
        justify-content: center;
    }
    .property-card-img img{
        width: 75px;
        height: 60px;
    }
    .property-card-img{
        padding: 20px 30px;
    }

    .content-container{
        flex-direction: column;
    }
    .content-rast{
        text-align: center;
        align-items: center;
        justify-content: center;
    }
    .content-rast h1{
        font-size: 22px;
        text-align: center;
    }
    .content-rast p{
        font-size: 14px;
        text-align: center;
    }
    .content-chap img{
        width: 250px;
    }


    .products-container{
        gap: 30px;
        width: 100%;
    }
    .products-title h1{
        font-size: 26px;
    }
    .products-cards{
        grid-template-columns: repeat(1,auto);
        align-items: center;
        justify-content: center;
    }

    .counse-container{
        flex-direction: column;
        width: 100%;
        gap: 20px;
    }
    .counse-rast img{
        width: 250px;
    }
    .counse-chap{
        width: 250px;
        align-items: center;
        justify-content: center;
    }
    .counse-chap h1{
        font-size: 26px;
        text-align: center;
    }
    .counse-chap p{
        font-size: 14px;
        text-align: center;
    }
    .counse-chap-btn a{
        font-size: 18px;
    }
    .counse-chap-btn p{
        font-size: 14px;
    }

    .support-container{
        flex-direction: column-reverse;
        width: 100%;
        gap: 20px;
    }
    .support-rast{
        width: 250px;
        align-items: center;
        justify-content: center;
    }
    .support-rast h1{
        text-align: center;
        font-size: 26px;
    }
    .support-rast p{
        font-size: 14px;
        text-align: center;
    }
    .support-rast-btn a{
        font-size: 18px;
    }
    .support-rast-btn p{
        font-size: 14px;
    }
    .support-chap img{
        width: 250px;
    }


    .comment-container{
        gap: 50px;
        width: 100%;
        height: 500px;
    }
    #bglayer{
        display: none;
    }
    .comment-title #imgc1{
        padding: 10px 10px 7px 7px;
        width: 30px;
    }
    .comment-title #imgc2{
        padding: 10px 7px 7px 10px;
        width: 30px;
    }
    .comment-title-text h1{
        font-size: 15px;
    }
    .comment-title-text p{
        font-size: 9px;
    }
    .swiper {
        width: 70%;
    }
    .comments{
        width: 70%;
    }
    .comment-about h2{
        font-size: 15px;
    }
    .comment-about p{
        font-size: 10px;
    }
    .comment-img img{
        width: 40px;
    }
    .comment-bottom p{
        font-size: 14px;
    }

    .blogs-container{
        gap: 20px;
        width: 100%;
    }
    .blogs-cards{
        grid-template-columns: repeat(1,270px);
        align-items: center;
        justify-content: center;
        gap: 10px;
    }
    .blogs-card{
        width: 100%;
    }

}

@media screen and (min-width:481px) and (max-width:768px) {

    .home{
        margin: 50px 0px;
    }
    .home-container{
        gap: 30px;
    }
    .home-title h1{
        font-size: 20px;
    }
    .home-title h2{
        font-size: 14px;
    }
    .home-form p{
        font-size: 10px;
    }
    .home-form form input[type="search"]{
        width: 100%;
    }
    .home-img #img-1{
        width: 170px;
    }
    .home-img #img-2{
        width: 120px;
    }

    .property-container{
        width: 100%;
        gap: 30px;
    }
    .property-title h1{
        font-size: 30px;
    }
    .property-cards{
        grid-template-columns: repeat(2,auto);
        align-items: center;
        justify-content: center;
    }
    .property-card-img img{
        width: 75px;
        height: 60px;
    }
    .property-card-img{
        padding: 20px 30px;
    }

    .content-container{
        flex-direction: column;
    }
    .content-rast{
        text-align: center;
        align-items: center;
        justify-content: center;
    }
    .content-rast h1{
        font-size: 22px;
        text-align: center;
    }
    .content-rast p{
        font-size: 14px;
        text-align: center;
    }
    .content-chap img{
        width: 250px;
    }


    .products-container{
        gap: 30px;
        width: 100%;
    }
    .products-title h1{
        font-size: 26px;
    }
    .products-cards{
        grid-template-columns: repeat(1,auto);
        align-items: center;
        justify-content: center;
    }

    .counse-container{
        flex-direction: column;
        width: 100%;
        gap: 20px;
    }
    .counse-rast img{
        width: 250px;
    }
    .counse-chap{
        width: 250px;
        align-items: center;
        justify-content: center;
    }
    .counse-chap h1{
        font-size: 26px;
        text-align: center;
    }
    .counse-chap p{
        font-size: 14px;
        text-align: center;
    }
    .counse-chap-btn a{
        font-size: 18px;
    }
    .counse-chap-btn p{
        font-size: 14px;
    }

    .support-container{
        flex-direction: column-reverse;
        width: 100%;
        gap: 20px;
    }
    .support-rast{
        width: 250px;
        align-items: center;
        justify-content: center;
    }
    .support-rast h1{
        text-align: center;
        font-size: 26px;
    }
    .support-rast p{
        font-size: 14px;
        text-align: center;
    }
    .support-rast-btn a{
        font-size: 18px;
    }
    .support-rast-btn p{
        font-size: 14px;
    }
    .support-chap img{
        width: 250px;
    }


    .comment-container{
        gap: 50px;
        width: 100%;
        height: 500px;
    }
    #bglayer{
        display: none;
    }
    .comment-title #imgc1{
        padding: 10px 10px 7px 7px;
        width: 30px;
    }
    .comment-title #imgc2{
        padding: 10px 7px 7px 10px;
        width: 30px;
    }
    .comment-title-text h1{
        font-size: 15px;
    }
    .comment-title-text p{
        font-size: 9px;
    }
    .swiper {
        width: 70%;
    }
    .comments{
        width: 70%;
    }
    .comment-about h2{
        font-size: 15px;
    }
    .comment-about p{
        font-size: 10px;
    }
    .comment-img img{
        width: 40px;
    }
    .comment-bottom p{
        font-size: 14px;
    }

    .blogs-container{
        gap: 20px;
        width: 100%;
    }
    .blogs-cards{
        grid-template-columns: repeat(1,270px);
        align-items: center;
        justify-content: center;
        gap: 10px;
    }
    .blogs-card{
        width: 100%;
    }

}

@media screen and (min-width:769px) and (max-width:1200px) {

    .home{
        margin: 50px 0px;
    }
    .home-container{
        gap: 30px;
    }
    .home-title h1{
        font-size: 40px;
    }
    .home-title h2{
        font-size: 27px;
    }
    .home-form p{
        font-size: 14px;
    }
    .home-form form input[type="search"]{
        width: 450px;
    }
    .home-img #img-1{
        width: 300px;
    }
    .home-img #img-2{
        width: 220px;
    }

    .property-container{
        width: 100%;
        gap: 30px;
    }
    .property-title h1{
        font-size: 40px;
    }
    .property-cards{
        grid-template-columns: repeat(4,auto);
        align-items: center;
        justify-content: center;
    }
    .property-card-img img{
        width: 85px;
        height: 70px;
    }
    .property-card-img{
        padding: 20px 30px;
    }


    .content-rast{
        text-align: center;
        align-items: center;
        justify-content: center;
    }
    .content-rast h1{
        font-size: 34px;
        text-align: center;
    }
    .content-rast p{
        font-size: 20px;
        text-align: center;
    }
    .content-chap img{
        width: 300px;
    }


    .products-container{
        gap: 30px;
        width: 100%;
    }
    .products-title h1{
        font-size: 26px;
    }
    .products-cards{
        grid-template-columns: repeat(2,auto);
        align-items: center;
        justify-content: center;
    }

    .counse-rast img{
        width: 350px;
    }
    .counse-chap{
        width: 350px;
    }
    .counse-chap h1{
        font-size: 26px;
    }
    .counse-chap p{
        font-size: 13px;
    }


    .support-rast{
        width: 350px;
    }
    .support-rast h1{
        font-size: 28px;
    }
    .support-rast p{
        font-size: 13px;
    }
    .support-chap img{
        width: 350px;
    }

    .trust-container{
        gap: 20px;
        width: 100%;
    }
    .trust-cards{
        grid-template-columns: repeat(4,auto);
    }
    .trust-card{
        width: 150px;
        height: 140px;
    }
    .trust-card img{
        width: 60px;
    }
    .trust-card-bottom h1{
        font-size: 20px;
    }
    .trust-card-bottom h1 span{
        transform: translateY(-2px);
    }
    .trust-card-bottom p{
        font-size: 16px;
    }

    .blogs-container{
        gap: 20px;
        width: 100%;
    }
    .blogs-cards{
        grid-template-columns: repeat(3,auto);
        align-items: center;
        justify-content: center;
        gap: 10px;
    }
    .blogs-card{
        width: 100%;
    }

}

/* RESPONSIVE END */
/* SERVICES SLIDER START */

.services-slider{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 40px 10px;
    background: linear-gradient(135deg, rgba(255, 102, 0, 0.02) 0%, rgba(255, 133, 51, 0.01) 100%);
}
.services-slider-container{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    max-width: 1200px;
    gap: 25px;
    padding: 0 20px;
}
.services-slider-title{
    text-align: center;
}
.services-slider-title h1{
    font-size: 48px;
    background: #FF6600;
    background: linear-gradient(to left, #FF6600 0%, #FF8533 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 800;
    letter-spacing: -1px;
    margin-bottom: 12px;
    line-height: 1.2;
}
.services-slider-title p{
    color: rgba(10, 10, 10, 0.65);
    font-size: 20px;
    font-weight: 500;
}
.mySwiperServices{
    width: 100%;
    max-width: 100%;
    padding: 30px 0 70px 0;
    position: relative;
    overflow: hidden;
}
.mySwiperServices .swiper-wrapper{
    align-items: stretch;
}
.mySwiperServices .swiper-slide{
    height: auto;
}
.service-card{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    gap: 20px;
    padding: 28px 25px;
    background: #FFFFFF;
    border-radius: 24px;
    border: 1px solid rgba(245, 245, 245, 1);
    box-shadow: 0 8px 30px rgba(10, 10, 10, 0.08);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    height: 100%;
    min-height: 350px;
    overflow: hidden;
}
.service-card::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, transparent 0%, rgba(255, 102, 0, 0.3) 50%, transparent 100%);
    opacity: 0;
    transition: opacity 0.4s ease;
}
.service-card:hover{
    transform: translateY(-12px) scale(1.02);
    box-shadow: 0 20px 50px rgba(255, 102, 0, 0.2);
    border-color: rgba(255, 102, 0, 0.4);
}
.service-card:hover::before{
    opacity: 1;
}
.service-card-featured{
    border: 2px solid rgba(255, 102, 0, 0.4);
    background: linear-gradient(135deg, rgba(255, 102, 0, 0.05) 0%, rgba(255, 133, 51, 0.02) 100%);
    box-shadow: 0 12px 40px rgba(255, 102, 0, 0.15);
}
.service-card-featured::before{
    background: linear-gradient(90deg, #FF6600 0%, #FF8533 100%);
    opacity: 1;
}
.service-card-discount{
    position: absolute;
    top: 20px;
    left: 20px;
    background: linear-gradient(135deg, #FF6600 0%, #FF8533 100%);
    color: white;
    padding: 6px 14px;
    border-radius: 25px;
    font-size: 12px;
    font-weight: bold;
    z-index: 10;
    box-shadow: 0 4px 12px rgba(255, 102, 0, 0.4);
    animation: pulse 2s infinite;
}
@keyframes pulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
}
.service-card-icon{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    background: linear-gradient(135deg, rgba(255, 102, 0, 0.12) 0%, rgba(255, 133, 51, 0.08) 100%);
    border-radius: 20px;
    padding: 20px;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}
.service-card-icon::before{
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255, 102, 0, 0.1) 0%, transparent 70%);
    opacity: 0;
    transition: opacity 0.4s ease;
}
.service-card:hover .service-card-icon{
    transform: scale(1.1) rotate(5deg);
    background: linear-gradient(135deg, rgba(255, 102, 0, 0.2) 0%, rgba(255, 133, 51, 0.15) 100%);
}
.service-card:hover .service-card-icon::before{
    opacity: 1;
}
.service-card-icon img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: drop-shadow(0 4px 8px rgba(255, 102, 0, 0.2));
    transition: all 0.4s ease;
    position: relative;
    z-index: 1;
}
.service-card:hover .service-card-icon img{
    filter: drop-shadow(0 6px 12px rgba(255, 102, 0, 0.3));
}
.service-card-content{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    gap: 12px;
    width: 100%;
    text-align: center;
    flex-grow: 1;
}
.service-card-content h3{
    font-size: 20px;
    color: #0A0A0A;
    font-weight: bold;
    margin: 0;
    letter-spacing: -0.5px;
    transition: color 0.3s ease;
}
.service-card:hover .service-card-content h3{
    color: #FF6600;
}
.service-card-content p{
    color: rgba(10, 10, 10, 0.7);
    font-size: 13px;
    line-height: 1.7;
    margin: 0;
    flex-grow: 1;
}
.service-card-btn{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-decoration: none;
    color: white;
    padding: 10px 20px;
    border-radius: 8px;
    background: linear-gradient(135deg, #FF6600 0%, #FF8533 100%);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.2px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 2px 8px rgba(255, 102, 0, 0.2);
    margin-top: auto;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    border: none;
}
.service-card-btn::before{
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.4s ease;
}
.service-card-btn:hover::before{
    left: 100%;
}
.service-card-btn:hover{
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(255, 102, 0, 0.3);
    background: linear-gradient(135deg, #FF8533 0%, #FF6600 100%);
}
.service-card-btn i{
    font-size: 11px;
    transition: transform 0.3s ease;
}
.service-card-btn:hover i{
    transform: translateX(-2px);
}
.services-filter{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
    width: 100%;
    max-width: 100%;
    padding-top: 10px;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}
.services-filter::-webkit-scrollbar{
    height: 4px;
}
.services-filter::-webkit-scrollbar-track{
    background: transparent;
}
.services-filter::-webkit-scrollbar-thumb{
    background: rgba(255, 102, 0, 0.3);
    border-radius: 2px;
}
.filter-btn{
    padding: 6px 14px;
    border-radius: 20px;
    border: 1.5px solid rgba(10, 10, 10, 0.15);
    background: #FFFFFF;
    color: rgba(10, 10, 10, 0.7);
    font-size: 11px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    flex-shrink: 0;
}
.filter-btn::before{
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #FF6600 0%, #FF8533 100%);
    transition: left 0.3s ease;
    z-index: -1;
}
.filter-btn:hover,
.filter-btn.active{
    color: white;
    border-color: #FF6600;
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(255, 102, 0, 0.3);
}
.filter-btn:hover::before,
.filter-btn.active::before{
    left: 0;
}
.services-button-next,
.services-button-prev{
    color: #FF6600 !important;
    background: rgba(255, 255, 255, 0.9) !important;
    width: 45px !important;
    height: 45px !important;
    border-radius: 50% !important;
    box-shadow: 0 4px 15px rgba(255, 102, 0, 0.2) !important;
    transition: all 0.3s ease !important;
    margin-top: 0 !important;
}
@media screen and (max-width: 1400px) {
    .services-button-next{
        right: -30px !important;
    }
    .services-button-prev{
        left: -30px !important;
    }
}
.services-button-next:after,
.services-button-prev:after{
    font-size: 18px !important;
    font-weight: bold !important;
}
.services-button-next:hover,
.services-button-prev:hover{
    background: linear-gradient(135deg, #FF6600 0%, #FF8533 100%) !important;
    color: white !important;
    box-shadow: 0 6px 20px rgba(255, 102, 0, 0.4) !important;
}
@media screen and (max-width: 1200px) {
    .services-button-next,
    .services-button-prev{
        display: none !important;
    }
}
.services-pagination .swiper-pagination-bullet{
    background: rgba(255, 102, 0, 0.3) !important;
    opacity: 1 !important;
}
.services-pagination .swiper-pagination-bullet-active{
    background: #FF6600 !important;
}

@media screen and (max-width: 1200px) {
    .services-slider-container{
        width: 100%;
        padding: 0 20px;
    }
}

@media screen and (max-width: 768px) {
    .services-slider{
        padding: 60px 10px;
    }
    .services-slider-title h1{
        font-size: 32px;
    }
    .services-slider-title p{
        font-size: 16px;
    }
    .service-card{
        min-height: 320px;
        padding: 30px 25px;
        gap: 20px;
    }
    .service-card-icon{
        width: 80px;
        height: 80px;
    }
    .service-card-content h3{
        font-size: 22px;
    }
    .service-card-content p{
        font-size: 14px;
    }
    .service-card-btn{
        padding: 8px 16px;
        font-size: 12px;
    }
    .service-card-btn i{
        font-size: 11px;
    }
    .filter-btn{
        padding: 5px 12px;
        font-size: 10px;
    }
    .services-filter{
        gap: 6px;
    }
}

/* SERVICES SLIDER END */
/* VPS LOCATIONS START */

.vps-locations{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 80px 10px;
    background: linear-gradient(135deg, rgba(255, 102, 0, 0.02) 0%, rgba(245, 245, 245, 0.5) 100%);
}
.vps-locations-container{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    max-width: 1200px;
    gap: 40px;
    padding: 0 20px;
}
.vps-locations-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
    width: 100%;
    gap: 30px;
}
.vps-locations-view-all{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    text-decoration: none;
    color: #0A0A0A;
    padding: 10px 20px;
    border-radius: 25px;
    border: 1.5px solid rgba(10, 10, 10, 0.15);
    background: #FFFFFF;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s ease;
    white-space: nowrap;
    flex-shrink: 0;
    order: 1;
}
.vps-locations-view-all span{
    display: inline-flex;
    align-items: center;
    gap: 6px;
}
.vps-locations-view-all i{
    font-size: 14px;
    transition: transform 0.3s ease;
}
.vps-locations-view-all:hover{
    border-color: #FF6600;
    color: #FF6600;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(255, 102, 0, 0.2);
}
.vps-locations-view-all:hover i{
    transform: translateX(-3px);
}
.vps-locations-title{
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    flex-direction: column;
    gap: 8px;
    flex-grow: 1;
    text-align: right;
    order: 2;
}
.vps-locations-title h1{
    font-size: 36px;
    color: #FF6600;
    font-weight: bold;
    margin: 0;
    letter-spacing: -0.5px;
    line-height: 1.3;
    text-align: right;
    width: 100%;
}
.vps-locations-title p{
    font-size: 16px;
    color: rgba(10, 10, 10, 0.65);
    margin: 0;
    text-align: right;
    width: 100%;
}
.mySwiperVPSLocations{
    width: 100%;
    max-width: 100%;
    padding: 20px 0 60px 0;
    position: relative;
    overflow: hidden;
}
.mySwiperVPSLocations .swiper-wrapper{
    align-items: stretch;
    width: 100%;
    max-width: 100%;
}
.mySwiperVPSLocations .swiper-slide{
    height: auto;
    width: auto;
    max-width: 100%;
}
.vps-location-card{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    gap: 20px;
    padding: 30px 25px;
    background: #FFFFFF;
    border-radius: 20px;
    border: 1px solid rgba(245, 245, 245, 1);
    box-shadow: 0 4px 20px rgba(10, 10, 10, 0.08);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    height: 100%;
    min-height: 280px;
}
.vps-location-card:hover{
    transform: translateY(-8px);
    box-shadow: 0 12px 40px rgba(255, 102, 0, 0.15);
    border-color: rgba(255, 102, 0, 0.3);
}
.vps-location-icon{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.vps-location-icon-outer{
    position: relative;
    width: 60px;
    height: 60px;
    border: 2px solid rgba(10, 10, 10, 0.1);
    border-radius: 8px;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(10, 10, 10, 0.08);
    transition: all 0.4s ease;
}
.vps-location-card:hover .vps-location-icon-outer{
    border-color: rgba(255, 102, 0, 0.4);
    box-shadow: 0 4px 12px rgba(255, 102, 0, 0.2);
}
.vps-location-icon-inner{
    width: 40px;
    height: 40px;
    border: 2px solid #0A0A0A;
    border-radius: 6px;
    background: linear-gradient(135deg, rgba(255, 102, 0, 0.05) 0%, rgba(255, 133, 51, 0.02) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
}
.vps-location-card:hover .vps-location-icon-inner{
    border-color: #FF6600;
    background: linear-gradient(135deg, rgba(255, 102, 0, 0.1) 0%, rgba(255, 133, 51, 0.05) 100%);
}
.vps-location-icon-inner span{
    font-size: 16px;
    font-weight: bold;
    color: #0A0A0A;
    letter-spacing: 1px;
    transition: color 0.4s ease;
}
.vps-location-card:hover .vps-location-icon-inner span{
    color: #FF6600;
}
.vps-location-content{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    gap: 12px;
    width: 100%;
}
.vps-location-content h3{
    font-size: 20px;
    color: #0A0A0A;
    font-weight: bold;
    margin: 0;
    letter-spacing: -0.3px;
    transition: color 0.3s ease;
}
.vps-location-card:hover .vps-location-content h3{
    color: #FF6600;
}
.vps-location-content p{
    font-size: 14px;
    color: rgba(10, 10, 10, 0.7);
    line-height: 1.7;
    margin: 0;
}
.vps-locations-button-next,
.vps-locations-button-prev{
    color: rgba(255, 102, 0, 0.5) !important;
    background: rgba(255, 255, 255, 0.7) !important;
    width: 45px !important;
    height: 45px !important;
    border-radius: 50% !important;
    box-shadow: 0 2px 8px rgba(255, 102, 0, 0.1) !important;
    transition: all 0.3s ease !important;
    margin-top: 0 !important;
}
.vps-locations-button-next{
    left: -50px !important;
    right: auto !important;
}
.vps-locations-button-prev{
    right: -50px !important;
    left: auto !important;
}
@media screen and (max-width: 1400px) {
    .vps-locations-button-next{
        left: -30px !important;
    }
    .vps-locations-button-prev{
        right: -30px !important;
    }
}
.vps-locations-button-next:after,
.vps-locations-button-prev:after{
    font-size: 18px !important;
    font-weight: bold !important;
}
.vps-locations-button-next:hover,
.vps-locations-button-prev:hover{
    background: linear-gradient(135deg, rgba(255, 102, 0, 0.9) 0%, rgba(255, 133, 51, 0.9) 100%) !important;
    color: white !important;
    box-shadow: 0 4px 15px rgba(255, 102, 0, 0.3) !important;
}
@media screen and (max-width: 1200px) {
    .vps-locations-button-next,
    .vps-locations-button-prev{
        display: none !important;
    }
}
.vps-locations-pagination .swiper-pagination-bullet{
    background: rgba(255, 102, 0, 0.3) !important;
    opacity: 1 !important;
}
.vps-locations-pagination .swiper-pagination-bullet-active{
    background: #FF6600 !important;
}

@media screen and (max-width: 1200px) {
    .vps-locations-container{
        width: 100%;
        padding: 0 20px;
    }
    .vps-locations-header{
        flex-direction: column-reverse;
        align-items: flex-end;
        gap: 20px;
    }
    .vps-locations-view-all{
        align-self: flex-end;
    }
    .vps-locations-title{
        align-items: flex-end;
        text-align: right;
    }
}

@media screen and (max-width: 768px) {
    .vps-locations{
        padding: 60px 10px;
    }
    .vps-locations-title h1{
        font-size: 28px;
    }
    .vps-locations-title p{
        font-size: 14px;
    }
    .vps-location-card{
        min-height: 260px;
        padding: 25px 20px;
        gap: 18px;
    }
    .vps-location-content h3{
        font-size: 18px;
    }
    .vps-location-content p{
        font-size: 13px;
    }
    .vps-locations-view-all{
        padding: 8px 16px;
        font-size: 13px;
    }
    .vps-locations-button-next{
        left: -20px !important;
        right: auto !important;
    }
    .vps-locations-button-prev{
        right: -20px !important;
        left: auto !important;
    }
}

/* VPS LOCATIONS END */
/* HOSTING PLANS START */

.hosting-plans{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 40px 10px;
    background: linear-gradient(135deg, rgba(255, 102, 0, 0.03) 0%, rgba(245, 245, 245, 0.95) 100%);
    position: relative;
    overflow: hidden;
}
.hosting-plans::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 102, 0, 0.2), transparent);
}
.hosting-plans-container{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    max-width: 1200px;
    gap: 20px;
    padding: 0 20px;
}
.hosting-plans-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    width: 100%;
    gap: 20px;
}
.hosting-plans-header h1{
    font-size: 40px;
    background: linear-gradient(135deg, #FF6600 0%, #FF8533 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 800;
    margin: 0;
    letter-spacing: -0.8px;
    line-height: 1.2;
}
.hosting-plans-filter{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 0;
    position: relative;
}
.hosting-plans-filter-tabs{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    background: #FFFFFF;
    padding: 4px;
    border-radius: 28px;
    box-shadow: 0 3px 12px rgba(10, 10, 10, 0.08);
    border: 1px solid rgba(245, 245, 245, 1);
}
.filter-tab{
    padding: 10px 22px;
    border-radius: 24px;
    border: none;
    background: transparent;
    color: #0A0A0A;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    white-space: nowrap;
    position: relative;
}
.filter-tab.active{
    background: linear-gradient(135deg, #FF6600 0%, #FF8533 100%);
    color: #FFFFFF;
    box-shadow: 0 3px 12px rgba(255, 102, 0, 0.35);
    transform: scale(1.03);
}
.filter-tab:not(.active):hover{
    background: rgba(255, 102, 0, 0.1);
    color: #FF6600;
    transform: translateY(-1px);
}
.hosting-plans-cards{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    width: 100%;
}
.hosting-plan-card{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    gap: 20px;
    padding: 32px 28px;
    background: #FFFFFF;
    border-radius: 20px;
    border: 1.5px solid rgba(245, 245, 245, 1);
    box-shadow: 0 6px 25px rgba(10, 10, 10, 0.08);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    height: 100%;
    position: relative;
    overflow: hidden;
}
.hosting-plan-card::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, transparent 0%, rgba(255, 102, 0, 0.3) 50%, transparent 100%);
    opacity: 0;
    transition: opacity 0.4s ease;
}
.hosting-plan-card:hover{
    transform: translateY(-6px);
    box-shadow: 0 15px 40px rgba(255, 102, 0, 0.18);
    border-color: rgba(255, 102, 0, 0.35);
}
.hosting-plan-card:hover::before{
    opacity: 1;
    background: linear-gradient(90deg, #FF6600 0%, #FF8533 100%);
}
.hosting-plan-card-header{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    gap: 8px;
    width: 100%;
}
.hosting-plan-card-header h3{
    font-size: 23px;
    background: linear-gradient(135deg, #FF6600 0%, #FF8533 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 800;
    margin: 0;
    letter-spacing: -0.4px;
    transition: all 0.3s ease;
    line-height: 1.3;
}
.hosting-plan-card:hover .hosting-plan-card-header h3{
    background: linear-gradient(135deg, #FF8533 0%, #FF6600 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.hosting-plan-card-header p{
    font-size: 14px;
    color: rgba(10, 10, 10, 0.7);
    margin: 0;
    line-height: 1.5;
    font-weight: 500;
}
.hosting-plan-card-description{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    width: 100%;
    flex-grow: 1;
}
.hosting-plan-card-description p{
    font-size: 14px;
    color: rgba(10, 10, 10, 0.65);
    line-height: 1.75;
    margin: 0;
    text-align: right;
}
.hosting-plan-card-price{
    display: flex;
    align-items: baseline;
    justify-content: flex-start;
    gap: 8px;
    width: 100%;
    padding-top: 12px;
    border-top: 1.5px solid rgba(245, 245, 245, 1);
    margin-top: 5px;
}
.hosting-plan-card:hover .hosting-plan-card-price{
    border-top-color: rgba(255, 102, 0, 0.2);
}
.hosting-plan-card-price .price-amount{
    font-size: 48px;
    background: linear-gradient(135deg, #FF6600 0%, #FF8533 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 900;
    line-height: 1;
    letter-spacing: -0.8px;
}
.hosting-plan-card-price .price-unit{
    font-size: 15px;
    color: rgba(10, 10, 10, 0.65);
    font-weight: 600;
}
.hosting-plan-card-button{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: auto;
}
.hosting-plan-card-button a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 12px 24px;
    border-radius: 8px;
    border: 1.5px solid rgba(10, 10, 10, 0.12);
    background: #FFFFFF;
    color: #0A0A0A;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.2px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}
.hosting-plan-card-button a::before{
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #FF6600 0%, #FF8533 100%);
    transition: left 0.3s ease;
    z-index: -1;
}
.hosting-plan-card-button a:hover{
    border-color: #FF6600;
    color: #FFFFFF;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(255, 102, 0, 0.25);
}
.hosting-plan-card-button a:hover::before{
    left: 0;
}

@media screen and (max-width: 1200px) {
    .hosting-plans-container{
        width: 100%;
        padding: 0 20px;
    }
    .hosting-plans-cards{
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}

@media screen and (max-width: 768px) {
    .hosting-plans{
        padding: 60px 10px;
    }
    .hosting-plans-header{
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }
    .hosting-plans-header h1{
        font-size: 36px;
    }
    .hosting-plans-cards{
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }
    .hosting-plan-card{
        padding: 25px 20px;
    }
    .hosting-plan-card-price .price-amount{
        font-size: 40px;
    }
}

/* HOSTING PLANS END */
/* CLOUD VPS PRICING TABLE START */

.cloud-vps-pricing{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 50px 20px;
    background: #FFFFFF;
    position: relative;
}
.cloud-vps-pricing-container{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    max-width: 1200px;
    gap: 35px;
    padding: 0 20px;
    margin: 0 auto;
}
.cloud-vps-pricing-title{
    font-size: 38px;
    background: linear-gradient(135deg, #FF6600 0%, #FF8533 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 800;
    text-align: center;
    margin: 0;
    letter-spacing: -0.5px;
    line-height: 1.2;
}
.cloud-vps-pricing-table-wrapper{
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border-radius: 12px;
    box-shadow: 0 2px 16px rgba(10, 10, 10, 0.08);
    border: 1px solid rgba(10, 10, 10, 0.1);
    background: #FFFFFF;
}
.cloud-vps-pricing-table-wrapper::-webkit-scrollbar{
    height: 6px;
}
.cloud-vps-pricing-table-wrapper::-webkit-scrollbar-track{
    background: rgba(245, 245, 245, 1);
    border-radius: 3px;
}
.cloud-vps-pricing-table-wrapper::-webkit-scrollbar-thumb{
    background: rgba(255, 102, 0, 0.3);
    border-radius: 3px;
}
.cloud-vps-pricing-table-wrapper::-webkit-scrollbar-thumb:hover{
    background: rgba(255, 102, 0, 0.5);
}
.cloud-vps-pricing-table{
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    background: #FFFFFF;
    border-radius: 12px;
    overflow: hidden;
}
.cloud-vps-pricing-table thead{
    background: rgba(10, 10, 10, 0.02);
}
.cloud-vps-pricing-table th{
    padding: 25px 20px;
    text-align: center;
    border-right: 1px solid rgba(10, 10, 10, 0.1);
    border-bottom: 2px solid rgba(10, 10, 10, 0.1);
    vertical-align: middle;
}
.cloud-vps-pricing-table th:last-child{
    border-right: none;
}
.cloud-vps-plan-header{
    background: rgba(10, 10, 10, 0.03);
    min-width: 180px;
    border-right: 2px solid rgba(10, 10, 10, 0.15);
}
.cloud-vps-plan-header-content{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 12px;
}
.cloud-vps-plan-header-subtitle{
    font-size: 12px;
    color: rgba(10, 10, 10, 0.6);
    font-weight: 500;
    margin: 0;
    text-align: center;
}
.cloud-vps-plan-header-content h3{
    font-size: 18px;
    color: #0A0A0A;
    font-weight: 700;
    margin: 0;
    text-align: center;
}
.cloud-vps-start-free{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 10px 20px;
    background: #0A0A0A;
    color: #FFFFFF;
    text-decoration: none;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 600;
    transition: all 0.25s ease;
    border: 1px solid #0A0A0A;
}
.cloud-vps-start-free:hover{
    background: #FF6600;
    border-color: #FF6600;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(255, 102, 0, 0.3);
}
.cloud-vps-start-free i{
    font-size: 11px;
    transition: transform 0.25s ease;
}
.cloud-vps-start-free:hover i{
    transform: translateX(-2px);
}
.cloud-vps-plan-column{
    min-width: 150px;
    transition: background 0.2s ease;
}
.cloud-vps-plan-column:hover{
    background: rgba(255, 102, 0, 0.03);
}
.cloud-vps-plan-featured{
    background: rgba(255, 102, 0, 0.05);
    border-left: 2px solid #FF6600;
    border-right: 2px solid #FF6600;
    position: relative;
}
.cloud-vps-plan-featured::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: #FF6600;
}
.cloud-vps-plan-badge{
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    background: #FF6600;
    color: #FFFFFF;
    padding: 3px 10px;
    border-radius: 10px;
    font-size: 10px;
    font-weight: 700;
    z-index: 10;
}
.cloud-vps-plan-image{
    width: 60px;
    height: 60px;
    margin: 0 auto 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    background: rgba(10, 10, 10, 0.03);
    border-radius: 10px;
    padding: 12px;
    border: 1px solid rgba(10, 10, 10, 0.1);
}
.cloud-vps-plan-column:hover .cloud-vps-plan-image{
    border-color: rgba(255, 102, 0, 0.3);
    background: rgba(255, 102, 0, 0.05);
    transform: translateY(-2px);
}
.cloud-vps-plan-image img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all 0.3s ease;
}
.cloud-vps-plan-image i{
    font-size: 28px;
    color: #0A0A0A;
    transition: all 0.3s ease;
}
.cloud-vps-plan-column:hover .cloud-vps-plan-image i{
    color: #FF6600;
    transform: scale(1.1);
}
.cloud-vps-plan-featured .cloud-vps-plan-image i{
    color: #FF6600;
}
.cloud-vps-plan-column:hover .cloud-vps-plan-image img{
    transform: scale(1.05);
}
.cloud-vps-plan-column h3{
    font-size: 16px;
    color: #0A0A0A;
    font-weight: 700;
    margin: 0;
    text-align: center;
    transition: color 0.2s ease;
}
.cloud-vps-plan-column:hover h3{
    color: #FF6600;
}
.cloud-vps-plan-featured h3{
    color: #FF6600;
}
.cloud-vps-pricing-table tbody tr{
    border-bottom: 1px solid rgba(10, 10, 10, 0.08);
    transition: background 0.2s ease;
}
.cloud-vps-pricing-table tbody tr:hover{
    background: rgba(255, 102, 0, 0.02);
}
.cloud-vps-pricing-table tbody tr:last-child{
    border-bottom: none;
}
.cloud-vps-pricing-table td{
    padding: 16px 20px;
    text-align: center;
    border-right: 1px solid rgba(10, 10, 10, 0.08);
    vertical-align: middle;
}
.cloud-vps-pricing-table td:last-child{
    border-right: none;
}
.cloud-vps-row-label{
    background: rgba(10, 10, 10, 0.02);
    color: #0A0A0A;
    font-size: 14px;
    font-weight: 600;
    text-align: right;
    padding-right: 20px;
    min-width: 180px;
    border-right: 2px solid rgba(10, 10, 10, 0.12);
}
.cloud-vps-price{
    color: #0A0A0A;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    padding: 6px 12px;
    border-radius: 6px;
    background: rgba(10, 10, 10, 0.03);
    transition: all 0.2s ease;
}
.cloud-vps-pricing-table tbody tr:hover .cloud-vps-price{
    background: rgba(255, 102, 0, 0.08);
    color: #FF6600;
}
.cloud-vps-price-featured{
    color: #FFFFFF;
    font-weight: 700;
    background: #FF6600;
    box-shadow: 0 2px 8px rgba(255, 102, 0, 0.3);
}
.cloud-vps-pricing-table tbody tr:hover .cloud-vps-price-featured{
    box-shadow: 0 4px 12px rgba(255, 102, 0, 0.4);
}
.cloud-vps-spec{
    color: #0A0A0A;
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
    padding: 8px 14px;
    border-radius: 8px;
    background: rgba(10, 10, 10, 0.03);
    border: 1px solid transparent;
    transition: all 0.2s ease;
}
.cloud-vps-pricing-table tbody tr:hover .cloud-vps-spec{
    background: rgba(255, 102, 0, 0.08);
    border-color: rgba(255, 102, 0, 0.2);
    color: #FF6600;
}
.cloud-vps-spec-featured{
    color: #FFFFFF;
    font-weight: 800;
    background: #FF6600;
    border-color: #FF6600;
    box-shadow: 0 2px 8px rgba(255, 102, 0, 0.3);
}
.cloud-vps-pricing-table tbody tr:hover .cloud-vps-spec-featured{
    box-shadow: 0 4px 12px rgba(255, 102, 0, 0.4);
}

@media screen and (max-width: 1200px) {
    .cloud-vps-pricing{
        padding: 40px 15px;
    }
    .cloud-vps-pricing-title{
        font-size: 32px;
    }
    .cloud-vps-plan-column{
        min-width: 130px;
    }
    .cloud-vps-plan-image{
        width: 50px;
        height: 50px;
        padding: 10px;
    }
    .cloud-vps-plan-column h3{
        font-size: 15px;
    }
    .cloud-vps-row-label{
        font-size: 13px;
        padding: 14px 16px;
        min-width: 160px;
    }
    .cloud-vps-price,
    .cloud-vps-spec{
        font-size: 13px;
    }
    .cloud-vps-pricing-table th,
    .cloud-vps-pricing-table td{
        padding: 14px 16px;
    }
}

@media screen and (max-width: 768px) {
    .cloud-vps-pricing{
        padding: 30px 10px;
    }
    .cloud-vps-pricing-title{
        font-size: 26px;
    }
    .cloud-vps-pricing-container{
        gap: 25px;
    }
    .cloud-vps-plan-header{
        min-width: 120px;
    }
    .cloud-vps-plan-column{
        min-width: 100px;
    }
    .cloud-vps-plan-image{
        width: 40px;
        height: 40px;
        padding: 8px;
        margin-bottom: 8px;
    }
    .cloud-vps-plan-column h3{
        font-size: 13px;
    }
    .cloud-vps-plan-header-content h3{
        font-size: 15px;
    }
    .cloud-vps-start-free{
        padding: 8px 14px;
        font-size: 11px;
    }
    .cloud-vps-row-label{
        font-size: 12px;
        padding: 12px 14px;
        min-width: 120px;
    }
    .cloud-vps-price,
    .cloud-vps-spec{
        font-size: 12px;
        padding: 6px 10px;
    }
    .cloud-vps-pricing-table th,
    .cloud-vps-pricing-table td{
        padding: 12px 10px;
    }
}

/* CLOUD VPS PRICING TABLE END */

/* ============================================
   COMPREHENSIVE MOBILE RESPONSIVE (480px and below)
   ============================================ */

@media screen and (max-width: 480px) {
    /* Hero Section New - Mobile */
    .hero-section-new {
        padding: 40px 10px;
        min-height: auto;
    }
    
    .hero-section-new-container {
        gap: 30px;
    }
    
    .hero-section-new-right {
        padding: 25px 15px;
    }
    
    .hero-section-new-title {
        font-size: 24px;
        line-height: 1.3;
    }
    
    .hero-section-new-subtitle {
        font-size: 16px;
        min-height: 28px;
    }
    
    .hero-section-new-description {
        font-size: 13px;
        line-height: 1.7;
    }
    
    .hero-section-new-buttons {
        flex-direction: column;
        gap: 12px;
        width: 100%;
    }
    
    .hero-section-new-btn-primary {
        width: 100%;
        padding: 14px 20px;
        font-size: 14px;
        justify-content: center;
    }
    
    .hero-section-new-btn-secondary {
        width: 100%;
        padding: 12px 18px;
        justify-content: center;
    }
    
    .hero-section-new-btn-secondary span {
        font-size: 12px;
    }
    
    .hero-section-new-features {
        grid-template-columns: 1fr;
        gap: 12px;
        margin-top: 15px;
    }
    
    .hero-section-new-feature-item {
        gap: 10px;
    }
    
    .hero-section-new-feature-item i {
        font-size: 14px;
        width: 18px;
    }
    
    .hero-section-new-feature-item span {
        font-size: 13px;
    }
    
    .hero-section-new-left {
        min-height: 250px;
        padding: 25px 15px;
        border-radius: 15px;
    }
    
    .hero-server-image {
        max-width: 100%;
    }
    
    /* Services Slider - Mobile */
    .services-slider {
        padding: 40px 10px;
    }
    
    .services-slider-container {
        gap: 20px;
        padding: 0 10px;
    }
    
    .services-slider-title h1 {
        font-size: 26px;
    }
    
    .services-slider-title p {
        font-size: 14px;
    }
    
    .service-card {
        min-height: 300px;
        padding: 25px 20px;
        gap: 18px;
    }
    
    .service-card-icon {
        width: 70px;
        height: 70px;
        padding: 15px;
    }
    
    .service-card-content h3 {
        font-size: 18px;
    }
    
    .service-card-content p {
        font-size: 13px;
        line-height: 1.6;
    }
    
    .service-card-btn {
        padding: 10px 18px;
        font-size: 12px;
        width: 100%;
        justify-content: center;
    }
    
    .services-filter {
        gap: 6px;
        padding: 0 5px;
        overflow-x: auto;
        justify-content: flex-start;
    }
    
    .filter-btn {
        padding: 6px 12px;
        font-size: 10px;
    }
    
    /* Hosting Plans - Mobile */
    .hosting-plans {
        padding: 40px 10px;
    }
    
    .hosting-plans-container {
        gap: 20px;
        padding: 0 10px;
    }
    
    .hosting-plans-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }
    
    .hosting-plans-header h1 {
        font-size: 28px;
    }
    
    .hosting-plans-filter-tabs {
        width: 100%;
        justify-content: space-between;
    }
    
    .filter-tab {
        flex: 1;
        padding: 10px 16px;
        font-size: 13px;
    }
    
    .hosting-plans-cards {
        grid-template-columns: 1fr;
        gap: 18px;
    }
    
    .hosting-plan-card {
        padding: 25px 18px;
        gap: 18px;
    }
    
    .hosting-plan-card-header h3 {
        font-size: 20px;
    }
    
    .hosting-plan-card-header p {
        font-size: 13px;
    }
    
    .hosting-plan-card-description p {
        font-size: 13px;
        line-height: 1.7;
    }
    
    .hosting-plan-card-price .price-amount {
        font-size: 36px;
    }
    
    .hosting-plan-card-price .price-unit {
        font-size: 13px;
    }
    
    .hosting-plan-card-button a {
        padding: 12px 20px;
        font-size: 13px;
    }
    
    /* Cloud VPS Pricing - Mobile */
    .cloud-vps-pricing {
        padding: 30px 10px;
    }
    
    .cloud-vps-pricing-container {
        gap: 20px;
        padding: 0 10px;
    }
    
    .cloud-vps-pricing-title {
        font-size: 22px;
    }
    
    .cloud-vps-plan-header {
        min-width: 100px;
    }
    
    .cloud-vps-plan-column {
        min-width: 90px;
    }
    
    .cloud-vps-plan-image {
        width: 35px;
        height: 35px;
        padding: 6px;
        margin-bottom: 6px;
    }
    
    .cloud-vps-plan-image i {
        font-size: 20px;
    }
    
    .cloud-vps-plan-column h3 {
        font-size: 12px;
    }
    
    .cloud-vps-plan-header-content h3 {
        font-size: 14px;
    }
    
    .cloud-vps-start-free {
        padding: 6px 12px;
        font-size: 10px;
    }
    
    .cloud-vps-row-label {
        font-size: 11px;
        padding: 10px 12px;
        min-width: 100px;
    }
    
    .cloud-vps-price,
    .cloud-vps-spec {
        font-size: 11px;
        padding: 5px 8px;
    }
    
    .cloud-vps-pricing-table th,
    .cloud-vps-pricing-table td {
        padding: 10px 8px;
    }
    
    /* VPS Locations - Mobile */
    .vps-locations {
        padding: 40px 10px;
    }
    
    .vps-locations-container {
        gap: 30px;
        padding: 0 10px;
    }
    
    .vps-locations-header {
        flex-direction: column-reverse;
        align-items: flex-end;
        gap: 15px;
    }
    
    .vps-locations-title h1 {
        font-size: 24px;
    }
    
    .vps-locations-title p {
        font-size: 13px;
    }
    
    .vps-locations-view-all {
        padding: 8px 16px;
        font-size: 12px;
        width: 100%;
        justify-content: center;
    }
    
    .vps-location-card {
        min-height: 240px;
        padding: 22px 18px;
        gap: 16px;
    }
    
    .vps-location-icon-outer {
        width: 50px;
        height: 50px;
    }
    
    .vps-location-icon-inner {
        width: 35px;
        height: 35px;
    }
    
    .vps-location-icon-inner span {
        font-size: 14px;
    }
    
    .vps-location-content h3 {
        font-size: 17px;
    }
    
    .vps-location-content p {
        font-size: 12px;
        line-height: 1.6;
    }
    
    /* Support Types - Mobile */
    .support-types {
        padding: 50px 10px;
    }
    
    .support-types-container {
        gap: 35px;
    }
    
    .support-types-header h1 {
        font-size: 26px;
    }
    
    .support-types-header p {
        font-size: 14px;
    }
    
    .support-types-cards {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .support-type-card {
        padding: 25px 20px;
    }
    
    .support-type-icon {
        width: 60px;
        height: 60px;
    }
    
    .support-type-icon i {
        font-size: 24px;
    }
    
    .support-type-card h3 {
        font-size: 18px;
    }
    
    .support-type-card p {
        font-size: 13px;
        line-height: 1.7;
    }
    
    /* Comment Section - Mobile */
    .comment {
        padding: 40px 10px;
    }
    
    .comment-container {
        gap: 30px;
    }
    
    .comment-title-text h1 {
        font-size: 22px;
    }
    
    .comment-title-text p {
        font-size: 13px;
    }
    
    .comment-title-icon {
        width: 32px;
        height: 32px;
        font-size: 14px;
    }
    
    .comment-btn a {
        padding: 12px 24px;
        font-size: 14px;
        width: 100%;
        text-align: center;
    }
    
    /* World Map - Mobile */
    .world-map {
        padding: 0px 10px;
        margin: 60px 0px;
    }
    
    .world-map-container {
        padding: 30px 15px;
        gap: 30px;
    }
    
    .world-map-title h1 {
        font-size: 32px;
    }
    
    .world-map-title p {
        font-size: 16px;
    }
    
    /* Counse & Support - Mobile */
    .counse {
        padding: 0px 10px;
        margin: 60px 0px;
    }
    
    .counse-container {
        flex-direction: column;
        gap: 30px;
    }
    
    .counse-rast img {
        width: 100%;
        max-width: 300px;
    }
    
    .counse-chap {
        width: 100%;
    }
    
    .counse-chap h1 {
        font-size: 28px;
    }
    
    .counse-chap p {
        font-size: 15px;
    }
    
    .support {
        padding: 0px 10px;
        margin: 60px 0px;
    }
    
    .support-container {
        flex-direction: column;
        gap: 30px;
    }
    
    .support-rast {
        width: 100%;
    }
    
    .support-rast h1 {
        font-size: 28px;
    }
    
    .support-rast p {
        font-size: 15px;
    }
    
    .support-chap img {
        width: 100%;
        max-width: 300px;
    }
    
    /* Products - Mobile */
    .products {
        padding: 0px 10px;
        margin: 30px 0px;
    }
    
    .products-title h1 {
        font-size: 32px;
    }
    
    .products-cards {
        grid-template-columns: 1fr;
        gap: 18px;
    }
    
    .products-card {
        padding: 25px 20px;
    }
    
    .products-card-title-text h2 {
        font-size: 22px;
    }
    
    .products-card-title-text p {
        font-size: 12px;
    }
    
    .products-card-price a {
        padding: 10px 20px;
        font-size: 13px;
        width: 100%;
        text-align: center;
    }
}