   /*DEVELOPER SECTION CSS START*/

.developer-showcase{
  background: #ffffff;
  padding: 60px 0px;
  width: 100%;
}

.developer-showcase-header {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 40px;
}

.developer-showcase-subtitle {
  color: var(--primary);
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.developer-showcase-heading {
  font-family: var(--primary-font);
  font-size: 42px;
  font-weight: 700;
  color: var(--text-gray);
  line-height: 1.2;
  margin-bottom: 20px;
}

.developer-showcase-description {
  color: var(--text-gray);
  font-size: 18px;
  line-height: 1.6;
  margin: 0;
}


.grid-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.card {
  background: #ffffff;
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 30px;
}

.card-title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #120a1f;
}

.card-text {
  font-size: 14px;
  color: #444;
  line-height: 1.5;
  margin: 0;
}

.stacked-card {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.mini-card {
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 16px;
  cursor: pointer;
}

.mini-card-content {
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: space-between;
}

.icon-box {
  width: 85px;
  height: 85px;
  border-radius: 8px;
  padding: 10px;
  background: #ffffff;
  border: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.kvm-img{
    width:200px;
}

.mini-card-icon {
  width: 100%;
  height: 100%;
}

.left-icon {
    order: -1; 
}
.right-icon { 
    order: 1; 
}

.mini-card-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
}

.mini-card-text .card-title {
  font-size: 18px;
  font-weight: 600;
  color: #120a1f;
  margin: 0;
}

.mini-card-text .card-text {
  font-size: 14px;
  color: #444;
  line-height: 1.4;
  margin: 0;
}

.wordpress-card,
.os-card{
  background: #ECEDF9;
}

.cloud-icon-box{
    width:120px;
}

.domain-showcase {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-top: 20px;
  flex-wrap: wrap;
}

.domain-show-card {
  position: relative;
  border-radius: 8px;
  font-weight: 500;
  font-size: 14px;
  text-align:center;
  color: var(--text-gray);
}

.domain-show-card::before {
  content: "✓";
  color: #13b763;
  font-weight: bold;
  margin-right: 10px; 
}

.businesses-showcase {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-top: 20px;
  flex-wrap: wrap;
}

.businesses-show-card {
  position: relative;
  border-radius: 8px;
  font-weight: 500;
  font-size: 14px;
  /*width: 180px;*/
  text-align:center;
  color: var(--text-gray);
}

.businesses-show-card::before {
  content: "✓";
  color: #13b763;
  font-weight: bold;
  margin-right: 10px; 
}


.languages-grid {
  margin: 60px auto 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 30px;
}

.language-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 10px;
  padding: 20px;
  background: #ffffff;
  border: 1px solid var(--border);
  border-radius: 8px;
}

.lang-card-title{
    font-size:16px;
    font-weight:600;
}

.language-icon {
  width: 90px;
  height: 90px;
  border-radius: 8px;
  padding: 10px;
  background: #ffffff;
  border: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.language-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}



@media (max-width: 1024px) {
  .grid-section {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {

}

@media (max-width: 468px) {
    
    .mini-card-content{
        flex-direction:column;
    }
    
    .mini-card-text{
        text-align:center;
    }
    
    .card-header{
        text-align:center;
    }
    
    .businesses-showcase{
        justify-content:center;
    }
    
}

/*DEVELOPERS SECTION CSS END*/
/* Hero section  */
@media (max-height: 650px) and (min-width: 1250px) {
    .mw-ban-price-row {
        padding: 12px 0 32px;
    }
}

.mw-ban-price-row {
    padding: 20px 0 20px;
    flex-wrap: wrap;
}

.mw-align-center {
    align-items: center;
}

/* .pb-30 {
            padding-bottom: 30px;
        } */

.mw-ban-price {
    color: #ffffffff;
    font-size: 20px;
    line-height: 1.1;
    display: flex;
    align-items: center;
}

.mw-ban-price span {
    font-size: 24px;
    position: relative;
    vertical-align: super;
    top: -6px;
    font-weight: 500;
}

.mw-ban-price span .crncy_fas {
    font-weight: 400;
}

.crncy_fas {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-weight: 500;
}

.d-flex {
    display: flex;
}

.mw-ban-price b {
    font-size: 48px;
    font-weight: 700;
    padding-left: 2px;
}

.mw-ban-price1 {
    font-weight: 400;
    padding-left: 1px;
    padding-top: 18px;
    padding-bottom: 4px;
}

/* Grab your Year End hosting deal */
/* ========== Plans Container CSS ========== */

.plan_outer_container {
    margin: 0 auto !important;
}

.plan_container_pointers {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.outer_plan_features {
    display: block;
    padding-left: 25px;
    font-size: 14px;
    line-height: 1.2;
    position: relative;
    white-space: nowrap;
}

.outer_plan_features:before {
    content: "✓";
    position: absolute;
    top: 0;
    left: 1px;
    width: 15px;
    height: 15px;
    color: #13b763;
    font-weight: bold;
    font-size: 16px;
}

.plan_container {
    width: 100%;
    /*margin: 84px auto 0;*/
    /*padding: 0 10px;*/
    /* padding-top: 60px;  */
    position: relative;
}

.slider-controls {
    position: absolute;
    bottom: 50%;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transform: translateY(-50%);
    /*padding: 0 20px;*/
    z-index: 1000;
}

.slider-button {
    align-items: center;    
    background: #fff;
    border-radius: 50%;
    color: #2470d5;
    box-shadow: 0 4px 16px #00000029;
    cursor: pointer;
    height: 45px;
    justify-content: center;
    width: 45px;
    z-index: 2;
    font-size: 22px;
    line-height: 22;
    border: 0;
    outline: 0;
}

.slider-prev {
    transform: rotate(180deg);
}

.slider-button:disabled {
    background-color: #fff;
    opacity: 0;
}

.carousel-wrapper {
    overflow: hidden;
    position: relative;
    width: 100%;
    margin-top: 20px;
}

.carousel-track {
    display: flex;
    transition: transform 0.5s ease;
    will-change: transform;
    padding: 80px 0px 20px;
}

.plan_column {
    background: #fff;
    border: 1px solid #d4d4d8;
    border-radius: 15px;
    margin: 10px;
    padding: 44px 17px 14px;
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease-in-out;
    position: relative;
    min-height: 600px;
}

/*.plan_column:hover {
    transform: scale(1.02);
    z-index: 100;
    
}*/

.plan_column:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 48px;
    background: #fff;
    border-radius: 16px 16px 0 0;
}

#plan2 {
    border-color: #2470d5;
}

#plan3 {
    border-color: #2470d5;
    background-color: #f2f3f6;
}

#plan3:before {
    background-color: #f2f3f6;
}

#plan1:hover,
#plan4:hover {
    border-color: #2470d5;
}

.plan-badge {
    position: absolute;
    display: block;
    width: 100%;
    top: -46px;
    z-index: -1;
    left: 0;
    text-align: center;
    padding: 7px 0 44px;
    padding-top: 8px;
    overflow: hidden;
    border-radius: 14px 14px 0 0;
}

.plan-badge:before {
    position: absolute;
    background: #2470d5;
    content: "";
    left: -4px;
    top: -2px;
    right: 0;
    bottom: -43px;
    z-index: -2;
    border-radius: 14px 14px 0 0;
}

.plan-badge::after {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(120deg,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 0.4) 50%,
            rgba(255, 255, 255, 0) 100%);
    transform: skewX(-20deg);
    animation: shinePlanBadge 2s infinite;
    pointer-events: none;
    z-index: -1;
}

@keyframes shinePlanBadge {
    100% {
        left: 125%;
    }
}

/* Pricing plan Start */

.plan-badge-img {
    filter: brightness(15.5);
}

.plan-badge-text {
    color: #fff;
    font-size: 15px;
    padding-top: 4px;
    text-transform: uppercase;
    font-weight: bolder;
}

.plan_title {
    font-weight: 500;
    color: var(--dark);
    font-size: 20px;
}

.plan_para {
    font-size: 14px;
    font-weight: 500;
    padding-top: 8px;
    color: var(--text-gray);
}

.plan_content {
    border-radius: 20px;
    transition: all 0.3s ease-in-out;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.plan_header_box {
    position: relative;
    z-index: 10;
}

.plan_header_padding {
    padding-top: 16px;
}

.plan_price_strikethrough {
    font-size: 14px;
    line-height: 1;
    display: inline-block;
    position: relative;
    font-weight: 400;
}

.plan_price_strikethrough:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -4px;
    width: calc(100% + 8px);
    height: 1px;
    background: #61646e;
}

.plan_currency_icon {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-weight: 400;
}

.plan_old_price {
    /*padding-left: 2px;*/
}

.plan_save {
    color: #ed7e07;
    background: #fff0e3;
    padding: 8px 16px;
    font-size: 18px;
    font-weight: 600;
    margin-left: 10px;
    border-radius: 8px;
    display: inline-block;
}

.plan_price {
    width: 100%;
    line-height: 1;
    margin-top: 15px;
    display: flex;
    font-size: 22px;
    font-weight: 700;
    color: var(--text-gray);
}

.plan_price_discounted {
    font-size: 48px;
    margin: 0 3px;
    line-height: 1.2;
    font-weight: 600;
}

.plan_price_unit {
    font-size: 16px;
    transform: translate(0, -4px);
    font-weight: 400;
    align-self: flex-end;
}

.plan_month_free {
    color: #2470d5;
    font-size: 18px;
    font-weight: 600;
    margin-top: 14px;
    display: inline-block;
}

.plan_button_box {
    margin: 24px 0 22px;
    text-align: center;
}

.plan_button {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #2470d5;
    background: #fff;
    border-radius: 10px;
    padding: 7px 14px;
    font-size: 18px;
    border: 1px solid #2470d5;
    width: 100%;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    font-weight: 500;
}

.plan_button:hover {
    background: #2470d5;
    color: #fff;
}

.plan_button {
    position: relative;
    overflow: hidden;
}

.plan_button:hover::before {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(120deg,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 0.6) 50%,
            rgba(255, 255, 255, 0) 100%);
    transform: skewX(-20deg);
    animation: shineMove 2s forwards;
    pointer-events: none;
    z-index: 1;
}

@keyframes shineMove {
    100% {
        left: 125%;
    }
}

.btn_active_plan {
    background: #2470d5;
    color: #fff;
}

.btn_active_plan {
    position: relative;
    overflow: hidden;
}

.btn_active_plan::before {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(120deg,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 0.6) 50%,
            rgba(255, 255, 255, 0) 100%);
    transform: skewX(-20deg);
    animation: shineMove 2s infinite;
    pointer-events: none;
    z-index: 1;
}

@keyframes shineMove {
    100% {
        left: 125%;
    }
}

.plan_renew_note {
    padding: 2px 0 30px;
    font-size: 12px;
}

.plan_divider {
    margin-bottom: 34px;
    width: 100%;
    border: none;
    border-top: 1px solid var(--border);
}

.plan_feature_list {
    padding: 0;
    list-style: none;
}

.plan_feature,
.plan_feature_crossed {
    display: block;
    margin-bottom: 18px;
    padding-left: 25px;
    font-size: 13px;
    line-height: 1.2;
    position: relative;
}

.plan_feature:before {
    content: "✓";
    position: absolute;
    top: 0;
    left: 1px;
    width: 15px;
    height: 15px;
    color: #13b763;
    font-weight: bold;
    font-size: 16px;
}

.plan_feature_crossed {
    color: #9baab8 !important;
}

.plan_feature_crossed:before {
    content: "✗";
    position: absolute;
    top: 0;
    left: 1px;
    width: 15px;
    height: 15px;
    color: #ef4444;
    font-weight: bold;
    font-size: 16px;
}

.plan_feature_bold {
    font-weight: 800;
}

.plan_feature_highlight {
    color: var(--text-gray);
    text-decoration: underline;
    text-decoration-color: #b7c3d1;
    text-decoration-style: dashed;
    text-underline-position: under;
    padding-bottom: 2px;
    position: relative;
    cursor: help;
}

.plan_feature_highlight[data-tooltip]::before {
    content: attr(data-tooltip);
    position: absolute;
    bottom: calc(100% + 12px);
    left: 50%;
    transform: translateX(-50%) translateY(-8px);
    background: #2470d5;
    color: white;
    padding: 10px 14px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.3;
    text-align: center;
    white-space: normal;
    word-wrap: break-word;
    min-width: 150px;
    max-width: 300px;
    max-height: 120px;
    overflow-y: auto;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease-in-out;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.1);
    pointer-events: none;
    transform: translateX(-50%) translateY(-8px) scale(0.98);
}

.plan_feature_highlight[data-tooltip]::after {
    content: "";
    position: absolute;
    bottom: calc(100% + 6px);
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #2470d5;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease-in-out;
    pointer-events: none;
    transform: translateX(-50%) scale(0.98);
}

.plan_feature_highlight[data-tooltip]:hover::before {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0) scale(0.98);
}

.plan_feature_highlight[data-tooltip]:hover::after {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) scale(0.98);
}

.plan_feature_list_title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
}

.plan_toggle_features {
    text-align: left;
    padding-bottom: 28px;
    margin-top: auto;
}

.plan_toggle_button {
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 5px 8px 5px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    text-align: center;
    font-weight: 600;
    color: var(--dark);
    position: relative;
    width: 100%;
    margin-bottom: 20px;
}

.plan_toggle_button:after {
    background: #2470d5;
    width: 70px;
    height: 2px;
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.3s ease-in-out;
}

.plan_toggle_button:hover:after {
    width: 138px;
}

.plan_hidden_features {
    /*display: none;*/
}

.plan_hidden_features.show {
    display: block;
    animation: slideDown 0.3s ease-in-out;
}

@keyframes slideDown {
    from {
        opacity: 0;
        max-height: 0;
    }

    to {
        opacity: 1;
        max-height: 2000px;
    }
}

.month_free {
    color: #2470d5;
    font-size: 18px;
    font-weight: 600;
    margin-top: 14px;
    display: inline-block;
}

.domain_span {
    background: #13b763;
    color: #ffffff;
    padding: 7px 12px;
    border-radius: 100px;
    font-size: 13px;
    display: inline-block;
    margin-top: -7px;
    margin-left: 3px;
}

.rupee_icon {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    margin-right: 2px;
}

/* ========== RESPONSIVE RULES ========== */

/* Mobile - Show 1 plan */
@media (max-width: 480px) {
    .plan_column {
        width: calc(100% - 20px);
        min-width: calc(100% - 20px);
        max-width: calc(100% - 20px);
    }

    .slider-controls {
        display: flex;
    }

    .carousel-track {
        width: 100%;
    }
}

/* Tablet - Show 2 plans */
@media (min-width: 481px) and (max-width: 768px) {
    .plan_column {
        width: calc(50% - 20px);
        min-width: calc(50% - 20px);
        max-width: calc(50% - 20px);
    }

    .slider-controls {
        display: flex;
    }
}

/* Laptop Medium - Show 3 plans */
@media (min-width: 769px) and (max-width: 1024px) {
    .plan_column {
        width: calc(33.333% - 20px);
        min-width: calc(33.333% - 20px);
        max-width: calc(33.333% - 20px);
    }

    .slider-controls {
        display: flex;
    }
}

/* Laptop Large - Show 4 plans */
@media (min-width: 1025px) and (max-width: 1200px) {
    .plan_column {
        width: calc(25% - 20px);
        min-width: calc(25% - 20px);
        max-width: calc(25% - 20px);
    }

    .slider-controls {
        display: none;
    }
}

/* Desktop - Show 4 plans */
@media (min-width: 1200px) {
    .plan_column {
        width: calc(25% - 20px);
        min-width: calc(25% - 20px);
        max-width: calc(25% - 20px);
    }

    .slider-controls {
        display: none;
    }
}

/* Additional responsive adjustments */
@media (max-width: 768px) {
    .plan_container {
        /* padding-top: 80px; */
    }

    .plan_save {
        font-size: 14px;
        padding: 6px 12px;
    }

    .plan_price_discounted {
        font-size: 36px;
    }
}

@media (max-width: 480px) {
    .plan_container {
        /* padding: 80px 5px 0; */
    }

    .plan_column {
        /*margin: 5px;*/
    }

    .plan_save {
        display: block;
        margin: 8px 0;
        margin-left: 0;
        text-align: center;
    }
}

.plan_hidden_features {
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    transform: translateY(-20px);
    transition: max-height 0.6s ease, opacity 0.4s ease,
        visibility 0.4s ease, transform 0.4s ease;
}

.plan_hidden_features.expanded {
    max-height: 2000px;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    overflow: visible;
}

/* Powerful Techstack */
/*TECHSTACK SECTION CSS START*/

.techstack-section {
    background-color: #ffffff;
    text-align: center;
    padding: 20px 0px;
}

.techstack-section-header {
    text-align: center;
    max-width: 750px;
    margin: 0 auto 50px;
}

.techstack-title-1 {
    font-family: var(--primary-font);
    font-size: 16px;
    font-weight: 600;
    color: #2470d5;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.techstack-title-2 {
    font-family: var(--primary-font);
    font-size: 42px;
    font-weight: 700;
    color: var(--text-gray);
    line-height: 1.2;
    margin-bottom: 15px;
}

.techstack-steps {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
    flex-wrap: wrap;
    position: relative;
}

.step {
    flex: 1;
    min-width: 220px;
    max-width: 250px;
    text-align: center;
    position: relative;
}

.icon-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(236, 237, 249);
    width: 90px;
    height: 90px;
    border-radius: 8px;
    margin: 0 auto 15px;
}

.techstack-img {
    width: 65px;
    height: 65px;
}

.step h4 {
    font-size: 18px;
    font-weight: 600;
    color: #2470d5;
    margin-bottom: 10px;
}

.step p {
    font-size: 14px;
    color: var(--text-gray);
}

.step:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 45px;
    right: -82%;
    width: 280px;
    height: 2px;
    border-top: 2px dashed #2470d5;
}

.connector {
    position: absolute;
    top: 37px;
    right: -60px;
    width: 18px;
    height: 18px;
    background: #2470d5;
    border-radius: 50%;
    border: 3px solid #fff;
    box-shadow: 0 0 0 2px #2470d5;
    z-index: 2;
}

.subtitle {
    margin-top: 20px;
}

@media (max-width: 1024px) {
    .techstack-steps {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 40px 60px;
        justify-items: center;
        position: relative;
    }

    .step {
        position: relative;
    }

    .step:nth-child(1) .connector,
    .step:nth-child(3) .connector {
        position: absolute;
        top: 37px;
        right: -130px;
        left: auto;
        transform: none;
        display: block;
    }

    .step:nth-child(2) .connector,
    .step:nth-child(4) .connector {
        display: none;
    }

    .step:nth-child(odd)::after {
        content: "";
        position: absolute;
        top: 45px;
        left: 70%;
        width: 400px;
        height: 2px;
        border-top: 2px dashed #2470d5;
    }

    .step:nth-child(even)::after {
        display: none;
    }
}

@media (max-width: 768px) {

    .step:nth-child(1) .connector,
    .step:nth-child(3) .connector {
        position: absolute;
        top: 37px;
        right: -75px;
        left: auto;
        transform: none;
        display: block;
    }

    .step:nth-child(2) .connector,
    .step:nth-child(4) .connector {
        display: none;
    }

    .step:nth-child(odd)::after {
        content: "";
        position: absolute;
        top: 45px;
        left: 70%;
        width: 280px;
        height: 2px;
        border-top: 2px dashed #2470d5;
    }

    .step:nth-child(even)::after {
        display: none;
    }
}

@media (max-width: 468px) {
    .techstack-steps {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .step::after,
    .connector {
        display: none;
    }

    .step:nth-child(1) .connector,
    .step:nth-child(2) .connector,
    .step:nth-child(3) .connector,
    .step:nth-child(4) .connector {
        display: none;
    }
}

/*TECHSTACK SECTION CSS END*/
/* Why thousands of websites trust Prime Hoster */
.mw_why_box {
    background: linear-gradient(73.77deg, #fff 64.43%, #dbebff 119.33%);
    border: 2px solid #eee;
    border-radius: 20px;
    margin-bottom: 24px;
    overflow: hidden;
}

.mw_why_box2 {
    background: linear-gradient(73.77deg, #fff 64.43%, #fef5e9 119.33%);
}

.mw_why_box3 {
    background: linear-gradient(73.77deg, #fff 64.43%, #f5eeff 119.33%);
}

.mw_why_box4 {
    background: linear-gradient(73.77deg, #fff 64.43%, #f3f9f3 119.33%);
}

.mw_why_box5 {
    background: linear-gradient(73.77deg, #fff 64.43%, #fef5e9 119.33%);
}

.mw_why_box_row {
    gap: 24px;
    padding: 38px 40px;
}

.flex-1 {
    flex: 1;
}

.mw_why_box_h4 {
    font-weight: 600;
    font-size: 20px;
    color: #101323;
}

.mw_why_box_h4_p {
    font-size: 16px;
    color: #667085;
}

.pt-6 {
    padding-top: var(--pt_6);
}

/* Free website migration, fully managed by Prime Hoster */

.mw_migration_box {
    background: linear-gradient(160deg, #000 84.17%, #146ef5 100%);
    border-radius: 24px;
    padding: 0px 0px 0 52px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.mw-align-center {
    align-items: center;
}

.mw-row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
}

.fff {
    color: #fff !important;
}

@media (max-width: 768px) {
    .mw-h2 {
        line-height: 1.25 !important;
        font-size: 28px;
    }
}

@media (max-width: 768px) {
    .px-md-6 {
        padding-right: 6px !important;
        padding-left: 6px !important;
    }
}

.mw-h2 {
    line-height: 1.3;
    font-size: 40px;
    font-weight: 600;
    margin: 0;
    color: var(--ttl_clr);
}

.pr-16 {
    padding-right: 16px;
}

.mw_migration_box .mw-p {
    color: #d6d6d6;
    padding-bottom: 40px;
}

.mw-p {
    color: var(--sub_ttl_clr);
    font-size: var(--sub_heading_fz);
    margin: 0;
    padding-top: 15px;
}

.mw-btn {
    cursor: pointer;
    font-size: 16px;
    border-radius: 10px;
    display: inline-block;
    padding: 12px 38px 12px;
    background: var(--azure_clr);
    color: #fff;
    transition: all 0.3s ease-in-out;
    text-align: center;
    letter-spacing: 0.6px;
    font-weight: 500;
    position: relative;
}

.jump-to-plans {
    cursor: pointer;
}

.mw-btn:before {
    content: "";
    position: absolute;
    right: 36px;
    top: 50%;
    background: url("https://www.milesweb.in/assets/images/mw/right.svg") center center no-repeat;
    background-size: contain;
    width: 8px;
    height: 12px;
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
}

/* ============================= */
/* MOBILE RESPONSIVE FIX */
/* ============================= */

@media (max-width: 768px) {

    .mw_migration_box {
        padding: 24px 16px !important;
        border-radius: 16px;
    }

    .mw_migration_content {
        padding-top: 0 !important;
        text-align: center;
    }

    .mw-h2 {
        font-size: 26px !important;
        line-height: 1.3 !important;
    }

    .mw-p {
        font-size: 15px;
        padding-bottom: 24px !important;
    }

    .mw-btn {
        width: 100%;
        padding: 14px;
        font-size: 15px;
    }

    .mw_migration_img {
        margin-top: 20px;
        text-align: center;
    }

    .mw_migration_img img {
        max-width: 100%;
        height: auto;
    }

    .pr-16 {
        padding-right: 0 !important;
    }
}



/*-------------------------------------*/
/*/MONEY BACK GUARANTEE CSS/*/

/* Section */
.money-back-section {
    padding: 5px 0;
    background-color: #ffffff;
}

.money-back-box {
    background: #2370d5;
    border-radius: 30px;
    padding: 20px;
}

.money-back-row {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.money-back-image {
    width: 30%;
    text-align: center;
}

.money-back-content {
    width: 70%;
    margin: 0 20px;
}

.money-back-img {
    width: 65%;
    filter: invert(1);
}

.money-back-title {
    font-size: 32px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 12px;
}

.money-back-text {
    font-size: 18px;
    color: #ffffff;
}

.money-back-btn {
    display: none;
    margin-top: 20px;
    padding: 14px 32px;
    font-size: 16px;
    font-weight: 600;
    color: var(--primary);
    background: #ffffff;
    border: none;
}

@media (max-width: 768px) {
    .money-back-section {
        padding: 40px 0;
    }

    .money-back-box {
        text-align: center;
    }

    .money-back-row {
        flex-direction: column;
        gap: 20px;
    }

    .money-back-title {
        font-size: 28px;
    }

    .money-back-text {
        font-size: 16px;
    }

    .money-back-image {
        width: 40%;
    }

    .money-back-img {
        width: 80%;
    }

    .money-back-content {
        width: 100%;
    }
}

@media (max-width: 468px) {
    .money-back-image {
        width: 50%;
    }

    .money-back-img {
        width: 100%;
    }
}

/*/MONEY BACK GUARANTEE CSS END/*/

/*DEVELOPER SECTION CSS START*/

.developer-showcase{
  background: #ffffff;
  padding: 60px 0px;
  width: 100%;
}

.developer-showcase-header {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 40px;
}

.developer-showcase-subtitle {
  color: var(--primary);
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.developer-showcase-heading {
  font-family: var(--primary-font);
  font-size: 42px;
  font-weight: 700;
  color: var(--text-gray);
  line-height: 1.2;
  margin-bottom: 20px;
}

.developer-showcase-description {
  color: var(--text-gray);
  font-size: 18px;
  line-height: 1.6;
  margin: 0;
}


.grid-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.card {
  background: #ffffff;
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 30px;
}

.card-title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #120a1f;
}

.card-text {
  font-size: 14px;
  color: #444;
  line-height: 1.5;
  margin: 0;
}

.stacked-card {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.mini-card {
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 16px;
  cursor: pointer;
}

.mini-card-content {
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: space-between;
}

.icon-box {
  width: 85px;
  height: 85px;
  border-radius: 8px;
  padding: 10px;
  background: #ffffff;
  border: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.kvm-img{
    width:200px;
}

.mini-card-icon {
  width: 100%;
  height: 100%;
}

.left-icon {
    order: -1; 
}
.right-icon { 
    order: 1; 
}

.mini-card-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
}

.mini-card-text .card-title {
  font-size: 18px;
  font-weight: 600;
  color: #120a1f;
  margin: 0;
}

.mini-card-text .card-text {
  font-size: 14px;
  color: #444;
  line-height: 1.4;
  margin: 0;
}

.wordpress-card,
.os-card{
  background: #ECEDF9;
}

.cloud-icon-box{
    width:120px;
}

.domain-showcase {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-top: 20px;
  flex-wrap: wrap;
}

.domain-show-card {
  position: relative;
  border-radius: 8px;
  font-weight: 500;
  font-size: 14px;
  text-align:center;
  color: var(--text-gray);
}

.domain-show-card::before {
  content: "✓";
  color: #13b763;
  font-weight: bold;
  margin-right: 10px; 
}

.businesses-showcase {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-top: 20px;
  flex-wrap: wrap;
}

.businesses-show-card {
  position: relative;
  border-radius: 8px;
  font-weight: 500;
  font-size: 14px;
  /*width: 180px;*/
  text-align:center;
  color: var(--text-gray);
}

.businesses-show-card::before {
  content: "✓";
  color: #13b763;
  font-weight: bold;
  margin-right: 10px; 
}


.languages-grid {
  margin: 60px auto 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 30px;
}

.language-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 10px;
  padding: 20px;
  background: #ffffff;
  border: 1px solid var(--border);
  border-radius: 8px;
}

.lang-card-title{
    font-size:16px;
    font-weight:600;
}

.language-icon {
  width: 90px;
  height: 90px;
  border-radius: 8px;
  padding: 10px;
  background: #ffffff;
  border: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.language-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}



@media (max-width: 1024px) {
  .grid-section {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {

}

@media (max-width: 468px) {
    
    .mini-card-content{
        flex-direction:column;
    }
    
    .mini-card-text{
        text-align:center;
    }
    
    .card-header{
        text-align:center;
    }
    
    .businesses-showcase{
        justify-content:center;
    }
    
}

/*DEVELOPERS SECTION CSS END*/