/* Footer Phone Number Styling */
.footer-container .phone {
  margin-top: 10px;
  font-size: 16px;
  font-weight: lighter;
  color: white;
  /* border: 1px solid white; */
  border-radius: 20px;
  /* padding: 8px 18px; */
  /* display: inline-flex; */
  /* align-items: center; */
  letter-spacing: 1px;
  background: transparent;
}
.footer-container .phone a {
  color: white;
  text-decoration: none;
  font-weight: lighter;
  font-size: 16px;
}
.footer-container .phone i {
  color: white;
  font-size: 18px;
}
@media (max-width: 700px) {
  .footer-container .phone {
    font-size: 14px;
    /* padding: 6px 10px; */
    margin-top: 8px;
    word-break: break-all;
  }
  .footer-container .phone a {
    font-size: 14px;
  }
  .footer-container .phone i {
    font-size: 15px;
  }
}
@media (max-width: 400px) {
  .footer-container .phone {
    font-size: 12px;
    /* padding: 4px 6px; */
    margin-top: 6px;
    word-break: break-all;
  }
  .footer-container .phone a {
    font-size: 12px;
  }
  .footer-container .phone i {
    font-size: 12px;
  }
}

@media (max-width: 700px) {
  .top-bar {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    font-size: 13px;
    padding-left: 8px;
    padding-right: 8px;
  }
  .top-bar .right {
    /* font-size: 13px; */
    margin-bottom: 2px;
  }
  .top-bar .right:last-child {
    font-weight: lighter;
    /* color: white; */
    /* font-size: 15px; */
    margin-bottom: 0;
    word-break: break-all;
  }
}
@media (max-width: 400px) {
  .top-bar {
    font-size: 10px;
    gap: 4px;
    padding-left: 2px;
    padding-right: 2px;
  }
  .top-bar .right:last-child {
    font-size: 12px;
    word-break: break-all;
  }
}
@media (max-width: 500px) {
    .nav-links {
        display: none !important;
    }
}

@media (max-width: 400px) {

    .top-bar,
    .navbar {
        padding-left: 2px;
        padding-right: 2px;
        /* font-size: 12px; */
    }

    .logo img {
        width: 60px;
        height: auto;
    }

    .nav-links {
        gap: 2px;
        font-size: 12px;
    }

    .icons {
        gap: 4px;
        font-size: 13px;
    }

    .hero {
        padding: 2px 1px;
        gap: 6px;
    }

    .hero-content h1 {
        font-size: 15px;
        margin-bottom: 8px;

    }

    .hero-content p {
        font-size: 11px;
        margin-bottom: 8px;
    }

    .hero-content button {
        padding: 6px 10px;
        font-size: 12px;
    }

    .hero-image img {
        width: 100px;
        max-width: 90vw;
    }

    .tech-section {
        padding: 20px 2px;
    }

    .tech-section h2 {
        font-size: 15px;
        margin-bottom: 10px;
    }

    .tech-grid {
        gap: 8px;
    }

    .tech-card {
        padding: 8px;
    }

    .tech-card img {
        width: 24px;
    }

    .tech-card p {
        font-size: 11px;
    }

    .offers-section {
        padding: 10px 2px;
    }

    .offers-grid {
        gap: 8px;
    }

    .offer-card {
        border-radius: 6px;
    }

    .offer-text {
        padding: 8px;
    }

    .offer-text h3 {
        font-size: 13px;
        margin-bottom: 4px;
    }

    .offer-text p {
        font-size: 11px;
        margin-bottom: 6px;
    }

    .offer-text a {
        font-size: 11px;
    }

    .container {
        gap: 8px;
        margin-bottom: 30px;
    }

    .deal-heading {
        font-size: 15px;
    }

    .deal-card {
        min-width: 0;
        width: 100%;
        max-width: 98vw;
        min-height: 0;
        border-radius: 6px;
        font-size: 12px;
    }

    .content {
        padding: 8px;
    }

    .phone-info {
        gap: 6px;
        font-size: 11px;
    }

    .phone-image {
        width: 60px;
        height: 90px;
    }

    .plan-title {
        font-size: 13px;
    }

    .plan-title1 {
        font-size: 7px;
    }

    .plan-features li {
        font-size: 9px;
    }

    .pricing-section {
        padding: 6px 8px;
        font-size: 11px;
    }

    .price {
        font-size: 15px;
    }

    .cta-button {
        padding: 6px 10px;
        font-size: 11px;
        border-radius: 12px;
    }

    .newsletter {
        padding: 20px 2px;
        margin-bottom: 20px;
    }

    .newsletter-heading h2 {
        font-size: 13px;
    }

    .newsletter-form input[type="email"] {
        padding: 6px 8px;
        font-size: 12px;
    }

    .newsletter-form button {
        padding: 6px 10px;
        font-size: 12px;
    }

    footer {
        padding: 15px 2px;
        font-size: 11px;
    }

    .footer-container {
        gap: 8px;
    }

    .resouses {
        gap: 6px;
    }

    .ft-icons {
        gap: 4px;
    }

    .ft-icon {
        padding: 0 6px;
    }

    .ft-icon i {
        font-size: 10px;
    }

    .social-icons {
        gap: 6px;
    }

    .social-icons i {
        font-size: 15px;
    }

    .ft-links p,
    .links p {
        font-size: 10px;
    }
}

@media (max-width: 700px) {
    .hero {
        padding: 6px 2px;
        gap: 10px;
    }
}

/* Responsive Hero Section */
/* @media (max-width: 900px) {
  .hero {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 40px;
    padding-bottom: 40px;
    gap: 30px;
  }
  .hero-content {
    max-width: 100%;
    text-align: left;
  }
  .hero-image {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }
  .hero-image img {
    width: 300px;
    max-width: 90vw;
  }
  .hero-content h1 {
    font-size: 26px;
  }
} */
@media (max-width: 1080px) {
    .hero {
        /* flex-direction: column; */
        align-items: flex-start;
        padding: 50px 30px;
        padding-left: 100px;
        padding-right: 100px;
        gap: 30px;
    }
}
@media (max-width: 900px) {
    .hero {
        flex-direction: column;
        align-items: flex-start;
        padding: 50px 30px;
        padding-left: 100px;
        padding-right: 100px;
        gap: 30px;
    }

    .hero-content h1 {
        font-size: 26px;
    }

    .footer-container {
        flex-direction: column;
        align-items: flex-start;
        gap: 30px;
    }
}


@media (max-width: 600px) {
    .hero {
        flex-direction: column;
        align-items: flex-start;
        padding: 25px 8px;
        gap: 20px;
    }

    .hero-content {
        max-width: 100%;
        text-align: left;
    }

    .hero-content h1 {
        font-size: 20px;
        margin-bottom: 14px;
    }

    .hero-content p {
        font-size: 14px;
        margin-bottom: 14px;
    }

    .hero-content button {
        padding: 8px 16px;
        font-size: 14px;
    }

    .hero-image {
        width: 100%;
        display: flex;
        justify-content: center;
        margin-top: 10px;
    }

    .hero-image img {
        width: 180px;
        max-width: 95vw;
    }
}

/* Responsive Footer */
@media (max-width: 900px) {
    .footer-container {
        flex-direction: column;
        align-items: flex-start;
        gap: 30px;
    }

    .footer-container>div {
        width: 100%;
        margin-bottom: 20px;
    }

    .resouses {
        flex-direction: column;
        gap: 15px;
    }

}

@media (max-width: 600px) {
    .footer-container {
        flex-direction: column;
        align-items: stretch;
        padding: 20px 10px;
        gap: 20px;
    }

    .resouses {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .ft-icons {
        flex-direction: row;
        align-items: center;
        gap: 8px;
    }

    .ft-icon {
        margin-bottom: 0;
        padding: 10px;
    }


    .social-icons {
        justify-content: flex-start;
        gap: 15px;
        padding-left: 0;
    }

    .ft-links,
    .links {
        font-size: 13px;
        text-align: left;
        padding: 0;
    }
}

.hero-content p,
.offer-text p,
.plan-features li {
    line-height: 1.5;
}

.cta-button,
.newsletter-form button {
    padding: 12px 20px;
    font-size: 14px;
}

.phone-image {
    width: 30vw;
    height: auto;
    max-height: 150px;
}

/* css/style.css */
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
}

/* Top Bar */
.top-bar {
    background: white;
    color: black;
    display: flex;
    justify-content: space-between;
    padding: 10px 20px;
    font-size: 14px;
    padding-left: 100px;
    padding-right: 100px;
    /* border: 2px solid black; */

}

.top-bar a {
    color: #0050ff;
    text-decoration: none;
}

/* Navbar */
.navbar {
    background-color: #0050ff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    color: white;
    padding-left: 100px;
    padding-right: 100px;
}

.nav-links {
    list-style: none;
    display: flex;
    gap: 20px;
}

.nav-links li a {
    color: white;
    text-decoration: none;
}

.icons {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* Hero Section */
.hero {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(to bottom, #0016aa, #0050ff);
    color: white;
    padding: 50px 20px;
    /* border: 1px solid white; */
}

.hero-content {
    max-width: 50%;
}

.hero-content h1 {
    font-size: 32px;
    margin-bottom: 20px;
}

.hero-content p {
    font-size: 16px;
    margin-bottom: 20px;
}

.hero-content button {
    background-color: white;
    color: #0050ff;
    padding: 10px 20px;
    border: none;
    font-weight: bold;
    cursor: pointer;
    border-radius: 4px;
}

.hero-image img {
    width: 400px;
    max-width: 100%;
}

/* Tech Section */
.tech-section {
    /* padding-top: 50px; */
    /* padding-bottom: 50px; */
    text-align: center;
    background-color: #fff;
    padding: 100px;
}

.tech-section h2 {
    font-size: 24px;
    color: #0016aa;
    margin-bottom: 30px;
}

.tech-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 25px;
    /* max-width: 1000px; */
    /* margin: 0 auto; */
}

.tech-card {
    padding: 20px;
    border-radius: 5px;
    transition: transform 0.2s ease;
    background-color: #fff;
    border: 1px solid gray;
}

.tech-section h2 {
    color: black;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: 400;
}

.tech-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.tech-card img {
    width: 40px;
    margin-bottom: 10px;
}

.tech-card p {
    color: black;
    font-weight: 300;
    font-size: 16px;
}

/* Offer Cards Section */
.offers-section {
    padding: 50px 20px;
    background-color: #fff;
}

.offers-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.offer-card {
    border: 1px solid #ddd;
    border-radius: 10px;
    overflow: hidden;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.offer-card img {
    width: 100%;
    height: auto;
    display: block;
}

.offer-text {
    padding: 20px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.offer-text h3 {
    font-size: 20px;
    margin-bottom: 10px;
    color: #000066;
    font-family: Arial, Helvetica, sans-serif;

}

.offer-text p {
    font-size: 16px;
    color: #000066;
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 15px;
}

.offer-text a {
    color: #0050ff;
    font-weight: lighter;
}

.offer-text a:hover {
    text-decoration: underline;
}



.container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    /* max-width: 1200px; */
    margin: 0;
    /* border: 1px solid black; */
    margin-bottom: 100px;
}

.deal-heading {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 28px;
    color: #1f2937;
    text-align: center;
    font-weight: lighter;
}

.deal-card {
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    width: 420px;
    min-height: 480px;
    display: flex;
    flex-direction: column;
    border: 2px solid black;
}

.header {
    background: linear-gradient(135deg, #102a72, #3e70c0);
    color: white;
    padding: 8px 0;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}

.content {
    padding: 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.phone-info {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
    /* align-items: flex-start; */
    /* border: 1px solid black; */
    justify-content: space-between;
    /* flex-direction: column; */
}

.phone-image {
    width: 140px;
    height: 200px;
    object-fit: cover;
}

.phone-details {
    display: flex;
    /* border: 1px solid green; */
    justify-content: space-evenly;
}

.brand {
    color: #6b7280;
    font-size: 12px;
    margin-bottom: 4px;
}

.model {
    font-size: 18px;
    font-weight: bold;
    color: #1f2937;
    margin-bottom: 8px;
}

.badges {
    display: flex;
    gap: 8px;
    /* margin-bottom: 12px; */
    flex-direction: column;
}

.badge {
    background: #1e3a8a;
    color: white;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 10px;
    font-weight: bold;
}

.plan-title {
    font-size: 25px;
    font-weight: bold;
    color: #1f2937;
    margin-bottom: 8px;
    /* border: 1px solid black; */
}

.plan-title1 {
    font-size: 9px;
    font-weight: lighter;
    color: black;
}

.plan-features {
    list-style: none;
    margin-bottom: 20px;
}

.plan-features li {
    color: black;
    font-size: 12px;
    margin-bottom: 4px;
    font-weight: 500;
}

.pricing-section {
    /* background: linear-gradient(135deg, #1e3a8a, #3b82f6); */
    background-color: #0e224f;
    padding: 10px 20px;
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pricing-info {
    flex: 1;
}

.cost-label {
    font-size: 12px;
    margin-bottom: 4px;
    opacity: 0.9;
}

.price {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 8px;
}

.monthly-note {
    font-size: 10px;
    opacity: 0.8;
    line-height: 1.3;
}

.cta-button {
    background: #dc2626;
    color: white;
    border: none;
    padding: 12px 20px;
    border-radius: 20px;
    font-weight: bold;
    cursor: pointer;
    font-size: 14px;
    transition: background 0.3s ease;
}

.cta-button:hover {
    background: #b91c1c;
}

@media (max-width: 768px) {
    .container {
        flex-direction: column;
        align-items: center;
    }

    .deal-card {
        width: 100%;
        max-width: 350px;
    }
}


/* Newsletter Section */
.newsletter {
    background-color: #f8e63e;
    /* Yellow background */
    padding: 80px 20px;
    margin-bottom: 70px;
}

.newsletter-content {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
}

.newsletter-heading {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 20px;
}

.newsletter-heading .icon {
    font-size: 24px;
    color: #000;
    /* Black icon */
}

.newsletter-heading h2 {
    font-size: 24px;
    margin: 0;
    color: #000;
    font-weight: 600;
}

.newsletter-form .input-group {
    display: flex;
    border: 1px solid #cab9b9;
    border-radius: 30px;
    width: 100%;
    overflow: hidden;
}

.text {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin-bottom: 20px;
}

.newsletter-form input[type="email"] {
    flex: 1;
    padding: 12px 16px;
    border: none;
    font-size: 16px;
    outline: none;
}

.newsletter-form button {
    background-color: #000066;
    /* Dark blue */
    color: #fff;
    border: none;
    padding: 12px 20px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.newsletter-form button:hover {
    background-color: #001a66;
}


footer {
    background-color: #0050ff;
    color: white;
    padding: 50px;
    font-family: Arial, Helvetica, sans-serif;
}

.footer-container {
    display: flex;
    /* align-items: center; */
    justify-content: space-between;
}

.resouses {
    gap: 30px;
    display: flex;
    flex-direction: column;
}

.ft-icons {
    display: flex;
    gap: 10px;
    /* border: 1px solid white; */
    flex-direction: row;
}

.ft-icon {
    /* border: 1px solid white; */
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 12px;

}

.ft-icon i {
    font-size: 15px;
}

.social-icons {
    display: flex;
    gap: 20px;
}

.social-icons i {
    font-size: 25px;
}

.ft-links p {
    font-size: 14px;
}

.links {
    display: flex;
    gap: 20px;
}

.links p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
}



/* Popup backdrop */
.popup {
    display: none;
    /* hidden by default */
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
}

/* Popup box */
.popup-content {
    background-color: #fff;
    margin: 10% auto;
    padding: 20px 30px;
    border-radius: 8px;
    width: 300px;
    text-align: center;
    position: relative;
    animation: fadeIn 0.3s ease;
}

.popup-content h2 {
    margin-top: 0;
}

.phone-number {
    font-size: 1.5em;
    font-weight: bold;
    color: #007bff;
}

/* Close button */
.close-button {
    color: #aaa;
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    cursor: pointer;
}

.close-button:hover {
    color: #000;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: scale(0.9);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}