.elementor-74 .elementor-element.elementor-element-94379d4{--display:flex;--margin-top:-177px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-74 .elementor-element.elementor-element-7f439ad{width:100%;max-width:100%;}@media(max-width:1024px){.elementor-74 .elementor-element.elementor-element-94379d4{--margin-top:-163px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}}@media(max-width:767px){.elementor-74 .elementor-element.elementor-element-94379d4{--margin-top:-154px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}}/* Start custom CSS for html, class: .elementor-element-7f439ad *//* =========================================================
   InternationalPhone.store – Homepage Styles
   ========================================================= */

/* ---------- HERO ---------- */
.iph-hero {
    position: relative;
    width: 100%;
    height: 900px;
    padding: 150px 2px 20px;
    background:
        linear-gradient(135deg, rgba(11,44,74,0.88), rgba(0,119,182,0.75)),
        url('https://images.unsplash.com/photo-1516387938699-a93567ec168e?auto=format&fit=crop&w=2000&q=80') center/cover no-repeat;
    color: #ffffff;
    overflow: hidden;
}
.iph-hero::after {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 20% 20%, rgba(0,168,107,0.25), transparent 55%),
                radial-gradient(circle at 80% 70%, rgba(0,119,182,0.35), transparent 55%);
    pointer-events: none;
}
.iph-hero-inner {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}
.iph-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 18px;
    border-radius: 60px;
    background: rgba(255,255,255,0.12);
    border: 1px solid rgba(255,255,255,0.25);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    margin-bottom: 24px;
    backdrop-filter: blur(6px);
}
.iph-hero-badge span.dot {
    width: 8px; height: 8px; border-radius: 50%;
    background: #00d18a;
    box-shadow: 0 0 0 4px rgba(0,209,138,0.25);
}
.iph-hero h1 {
    font-size: clamp(34px, 5vw, 62px);
    font-weight: 800;
    line-height: 1.1;
    margin: 0 0 20px;
    letter-spacing: -0.02em;
}
.iph-hero h1 .grad {
    background: linear-gradient(90deg, #00d18a, #4fc3f7);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.iph-hero p.lead {
    font-size: clamp(16px, 1.6vw, 19px);
    line-height: 1.65;
    max-width: 720px;
    margin: 0 auto 36px;
    color: rgba(255,255,255,0.88);
}
.iph-hero-cta {
    display: flex;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

/* ---------- BUTTONS ---------- */
.iph-btn-lg {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 32px;
    border-radius: 60px;
    font-weight: 700;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.25s ease;
    border: 2px solid transparent;
    white-space: nowrap;
    line-height: 1.2;
    cursor: pointer;
}
.iph-btn-primary {
    background: linear-gradient(135deg, #00a86b, #0077b6);
    color: #ffffff !important;
    box-shadow: 0 10px 26px rgba(0,168,107,0.4);
}
.iph-btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 32px rgba(0,168,107,0.55);
    color: #ffffff !important;
}
.iph-btn-download {
    background: #ffffff;
    color: #0b2c4a !important;
    box-shadow: 0 10px 26px rgba(0,0,0,0.25);
}
.iph-btn-download:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 32px rgba(0,0,0,0.35);
    background: #f4faff;
}
.iph-btn-ghost {
    background: rgba(255,255,255,0.08);
    color: #ffffff !important;
    border-color: rgba(255,255,255,0.35);
    backdrop-filter: blur(6px);
}
.iph-btn-ghost:hover {
    background: rgba(255,255,255,0.18);
    border-color: #00d18a;
    color: #ffffff !important;
    transform: translateY(-3px);
}

/* ---------- HERO STATS ---------- */
.iph-hero-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    max-width: 900px;
    margin: 0 auto;
}
.iph-stat {
    text-align: center;
    padding: 18px 12px;
    border-radius: 16px;
    background: rgba(255,255,255,0.07);
    border: 1px solid rgba(255,255,255,0.12);
    backdrop-filter: blur(8px);
}
.iph-stat-num {
    display: block;
    font-size: 26px;
    font-weight: 800;
    color: #00d18a;
    line-height: 1.1;
    margin-bottom: 4px;
}
.iph-stat-label {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: rgba(255,255,255,0.75);
    font-weight: 600;
}

/* ---------- SECTION WRAPPER ---------- */
.iph-section {
    padding: 80px 24px;
    max-width: 1200px;
    margin: 0 auto;
}
.iph-section.alt-bg {
    background: #f6f9fc;
    max-width: none;
    padding-left: 24px;
    padding-right: 24px;
}
.iph-section.alt-bg > .iph-section-inner {
    max-width: 1200px;
    margin: 0 auto;
}
.iph-section-head {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 52px;
}
.iph-eyebrow {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #00a86b;
    margin-bottom: 12px;
}
.iph-section-head h2 {
    font-size: clamp(26px, 3.4vw, 40px);
    font-weight: 800;
    color: #0b2c4a;
    margin: 0 0 14px;
    letter-spacing: -0.015em;
    line-height: 1.2;
}
.iph-section-head p {
    font-size: 16px;
    color: #526a83;
    line-height: 1.7;
    margin: 0;
}

/* ---------- SERVICES GRID ---------- */
.iph-services {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
.iph-service-card {
    background: #ffffff;
    border: 1px solid #e3ecf5;
    border-radius: 20px;
    padding: 32px 28px;
    transition: all 0.25s ease;
    text-decoration: none;
    display: block;
    color: inherit;
    position: relative;
    overflow: hidden;
}
.iph-service-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 4px;
    background: linear-gradient(90deg, #00a86b, #0077b6);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
}
.iph-service-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 40px rgba(0,80,150,0.12);
    border-color: #cfe2f2;
}
.iph-service-card:hover::before { transform: scaleX(1); }
.iph-service-icon {
    width: 54px;
    height: 54px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(0,168,107,0.12), rgba(0,119,182,0.12));
    color: #0077b6;
    margin-bottom: 20px;
}
.iph-service-card h3 {
    font-size: 18px;
    font-weight: 700;
    color: #0b2c4a;
    margin: 0 0 10px;
}
.iph-service-card p {
    font-size: 14.5px;
    color: #526a83;
    line-height: 1.65;
    margin: 0 0 18px;
}
.iph-service-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    font-weight: 700;
    color: #00a86b;
    text-decoration: none;
}
.iph-service-card:hover .iph-service-link { color: #0077b6; }

/* ---------- COUNTRY GRID ---------- */
.iph-country-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
}
.iph-country-card {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 18px;
    background: #ffffff;
    border: 1px solid #e3ecf5;
    border-radius: 14px;
    text-decoration: none;
    color: inherit;
    transition: all 0.2s ease;
}
.iph-country-card:hover {
    border-color: #00a86b;
    box-shadow: 0 10px 24px rgba(0,168,107,0.15);
    transform: translateY(-3px);
}
.iph-country-flag { font-size: 26px; line-height: 1; }
.iph-country-info { flex: 1; min-width: 0; }
.iph-country-name {
    display: block;
    font-size: 14.5px;
    font-weight: 700;
    color: #0b2c4a;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.iph-country-code {
    display: block;
    font-size: 13px;
    color: #00a86b;
    font-weight: 600;
}
.iph-country-status {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #00a86b;
    background: rgba(0,168,107,0.1);
    padding: 4px 8px;
    border-radius: 20px;
    white-space: nowrap;
}

/* ---------- TOP COUNTRIES (FEATURED) ---------- */
.iph-featured-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.iph-featured-card {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    min-height: 220px;
    display: flex;
    align-items: flex-end;
    padding: 24px;
    color: #ffffff;
    text-decoration: none;
    background-size: cover;
    background-position: center;
    transition: transform 0.3s ease;
}
.iph-featured-card::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(11,44,74,0.15), rgba(11,44,74,0.9));
}
.iph-featured-card:hover { transform: scale(1.02); }
.iph-featured-card .content {
    position: relative;
    z-index: 2;
    width: 100%;
}
.iph-featured-card h3 {
    margin: 0 0 6px;
    font-size: 22px;
    font-weight: 800;
}
.iph-featured-card .dial {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    padding: 5px 12px;
    border-radius: 20px;
    background: rgba(0,209,138,0.9);
    color: #0b2c4a;
    margin-top: 6px;
}

/* ---------- SMS / TEMP BANNER CARDS ---------- */
.iph-banner-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}
.iph-banner {
    position: relative;
    border-radius: 22px;
    padding: 40px 36px;
    color: #ffffff;
    overflow: hidden;
    min-height: 260px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-decoration: none;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.iph-banner:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 48px rgba(0,80,150,0.2);
}
.iph-banner-sms {
    background:
        linear-gradient(135deg, rgba(0,119,182,0.85), rgba(0,168,107,0.75)),
        url('https://images.unsplash.com/photo-1611606063065-ee7946f0787a?auto=format&fit=crop&w=1200&q=80') center/cover;
}
.iph-banner-temp {
    background:
        linear-gradient(135deg, rgba(0,168,107,0.85), rgba(0,119,182,0.75)),
        url('https://images.unsplash.com/photo-1587560699334-cc4ff634909a?auto=format&fit=crop&w=1200&q=80') center/cover;
}
.iph-banner h3 {
    font-size: 26px;
    font-weight: 800;
    margin: 0 0 10px;
    line-height: 1.2;
}
.iph-banner p {
    margin: 0 0 20px;
    font-size: 15px;
    line-height: 1.6;
    color: rgba(255,255,255,0.9);
    max-width: 420px;
}
.iph-banner .tag {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    padding: 6px 14px;
    border-radius: 20px;
    background: rgba(255,255,255,0.18);
    backdrop-filter: blur(6px);
    margin-bottom: 16px;
    width: fit-content;
}
.iph-banner-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    border-radius: 60px;
    background: #ffffff;
    color: #0b2c4a !important;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
    width: fit-content;
    transition: all 0.2s ease;
}
.iph-banner-btn:hover {
    background: #00d18a;
    color: #ffffff !important;
    transform: translateX(4px);
}

/* ---------- APK DOWNLOAD BANNER ---------- */
.iph-apk-banner {
    margin: 0 auto;
    max-width: 1200px;
    border-radius: 26px;
    padding: 56px 48px;
    background:
        linear-gradient(135deg, rgba(11,44,74,0.94), rgba(0,119,182,0.88)),
        url('https://images.unsplash.com/photo-1512941937669-90a1b58e7e9c?auto=format&fit=crop&w=1600&q=80') center/cover;
    color: #ffffff;
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    gap: 40px;
    align-items: center;
    position: relative;
    overflow: hidden;
}
.iph-apk-banner::before {
    content: '';
    position: absolute;
    top: -60px; right: -60px;
    width: 300px; height: 300px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(0,209,138,0.4), transparent 70%);
    pointer-events: none;
}
.iph-apk-text { position: relative; z-index: 2; }
.iph-apk-text .tag {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 6px 14px;
    border-radius: 20px;
    background: rgba(0,209,138,0.2);
    border: 1px solid rgba(0,209,138,0.4);
    color: #00d18a;
    margin-bottom: 16px;
}
.iph-apk-text h2 {
    font-size: clamp(24px, 3vw, 34px);
    font-weight: 800;
    margin: 0 0 14px;
    line-height: 1.2;
}
.iph-apk-text p {
    font-size: 15.5px;
    line-height: 1.7;
    color: rgba(255,255,255,0.85);
    margin: 0 0 28px;
    max-width: 520px;
}
.iph-apk-actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}
.iph-apk-visual {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
}
.iph-apk-visual img {
    max-width: 260px;
    width: 100%;
    height: auto;
    filter: drop-shadow(0 20px 40px rgba(0,0,0,0.4));
    border-radius: 24px;
}

/* ---------- FEATURES ROW ---------- */
.iph-features {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.iph-feature {
    text-align: center;
    padding: 26px 18px;
    border-radius: 16px;
    background: #ffffff;
    border: 1px solid #e3ecf5;
    transition: all 0.2s ease;
}
.iph-feature:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 32px rgba(0,80,150,0.1);
}
.iph-feature-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    margin: 0 auto 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #00a86b, #0077b6);
    color: #ffffff;
}
.iph-feature h4 {
    font-size: 15.5px;
    font-weight: 700;
    margin: 0 0 6px;
    color: #0b2c4a;
}
.iph-feature p {
    margin: 0;
    font-size: 13.5px;
    color: #526a83;
    line-height: 1.55;
}

/* ---------- RESPONSIVE ---------- */
@media (max-width: 1024px) {
    .iph-hero { padding: 80px 20px 60px; }
    .iph-services { grid-template-columns: repeat(2, 1fr); }
    .iph-country-grid { grid-template-columns: repeat(3, 1fr); }
    .iph-featured-grid { grid-template-columns: repeat(2, 1fr); }
    .iph-features { grid-template-columns: repeat(2, 1fr); }
    .iph-apk-banner { grid-template-columns: 1fr; padding: 40px 32px; text-align: center; }
    .iph-apk-actions { justify-content: center; }
    .iph-apk-visual img { max-width: 220px; }
}
@media (max-width: 720px) {
    .iph-hero-stats { grid-template-columns: repeat(2, 1fr); }
    .iph-services { grid-template-columns: 1fr; }
    .iph-country-grid { grid-template-columns: repeat(2, 1fr); }
    .iph-featured-grid { grid-template-columns: 1fr; }
    .iph-banner-grid { grid-template-columns: 1fr; }
    .iph-features { grid-template-columns: 1fr; }
    .iph-section { padding: 60px 20px; }
    .iph-banner { padding: 32px 26px; min-height: 220px; }
}
@media (max-width: 480px) {
    .iph-country-grid { grid-template-columns: 1fr; }
    .iph-hero-cta { flex-direction: column; }
    .iph-btn-lg { width: 100%; justify-content: center; }
}/* End custom CSS */