@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap');
@media (min-width: 280px){
  .col-sm-5 {
      -ms-flex: 0 0 41.666667%;
      flex: 0 0 41.666667%;
      max-width: 41.666667%;
  }
}
@media only screen and (min-width: 100px) and (max-width:766px){
  .col-sm-5 {
    font-size: 0.8rem;
  }

}
    .upper-header {
        background-color: #d90700; 
        padding: 0.1rem; 
      }
  
      .social-icons {
        list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: row-reverse;
        gap: 5px;

      }
      .social-icons img {
        width: 35px; /* Adjust the width as needed */
      }

  
      .social-icons li {
        display: inline-block;
        margin-right: 10px;
      }
  
      .navbar-brand {
        margin-right: 0; 
      }
  
      .navbar-nav {
        margin: auto;
        font-family: 'Poppins', sans-serif;

      }
        .navbar-brand img {
        max-width: 100%; 
        height: auto; 
        max-height: 60px; 
      }
        .whatsapp-icon {
        max-width: 21px; 
        margin-right: 10px; 
      }
      
      
      .header-button{
          background-color: #d90700; 
          color: #FFFFFF;
          border: none;
          padding: 10px 20px;
          border-radius: 5px;
          text-decoration: none;
          display: inline-block;
          margin-left: auto;
          text-align: center;
          font-family: 'Poppins', sans-serif;

      
      }
      .custom-toggler-icon {
        display: inline-block;
        width: 30px;
        height: 20px;
        position: relative;
      }
  
      .line {
        width: 100%;
        height: 2px;
        background-color: #fff; 
        position: absolute;
        left: 0;
      }
  
      .line:nth-child(2) {
        top: 50%;
        transform: translateY(-50%);
      }
  
      .line:nth-child(3) {
        bottom: 0;
      }
      @media only screen and (min-width: 100px) and (max-width:766px){
        .upper-header{
          display: none;
        }
          .header-button{
            background-color: #d90700; 
            color: #FFFFFF; 
            border: none;
            padding: 10px 20px;
            border-radius: 5px;
            text-decoration: none;
            margin-top: 17px;
            text-align: center;
            font-family: 'Poppins', sans-serif;

        
          }
          
        
      }

      @media (max-width: 767px) {
        .navbar-nav {
          text-align: left;
          margin-top: 36px;        
        }
      }
    .navbar{
        background-color: #000000;
        padding: 1rem 1rem !important;
    }  

      .banner {
        position: relative;
        overflow: hidden;
        height: 580px; 
      }
  
      .upper-layer {
        background-color: #d90700; 
        height: 50%;
        width: 100%;
      }
  
      .lower-layer {
        background-color: #000000; 
        height: 50%;
        width: 100%;
      }
  
      
      .banner-content {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: #FFFFFF; /* White text color */
        text-align: center;
      }
      .banner-image {
        max-width: 80%; /* Ensure image responsiveness */
        height: auto;
        margin-right: 15px; /* Adjust margin as needed */
      }
      .banner-content h2 {
        font-family: 'Poppins', sans-serif;
        font-size: 2.5rem;
        margin-top: 12rem;   
      }
  
      .banner-content p {
        font-size: 1.8rem; 

      }
      @keyframes flicker {
        0% { color: red; }
        50% { color: blue; }
        100% { color: red; }
      }
      @media only screen and (min-width: 100px) and (max-width:780px){
        .banner {
          position: relative;
          overflow: hidden;
          height: 580px; /* Adjust height as needed */
        }
    
        .upper-layer {
          background-color: #d90700; /* Red background color */
          height: 50%;
          width: 100%;
        }
    
        .lower-layer {
          background-color: #000000; /* Black background color */
          height: 50%;
          width: 100%;
        }
    
        /* Text and image positioning */
        .banner-content {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          color: #FFFFFF; /* White text color */
          text-align: center;
        }
        .banner-image {
          display: none;
        }
        .col-md-6 {
          text-align: left;
        }
        .banner-content h2 {
          font-size: 2.5rem;
          margin-top: 0rem;    
          text-align: left;  
          font-family: 'Poppins', sans-serif;

        }
        .banner-content span {
          font-size:2.3rem;
          font-family: 'Poppins', sans-serif;
        }
    
        .banner-content p {
          font-size: 1.8rem; 
        }
        @keyframes flicker {
          0% { color: red; }
          50% { color: blue; }
          100% { color: red; }
        }
      }
      
  

      .additional-text {
        color: #d90700; /* Red color */
        font-size: 1.5em; /* Adjust font size as needed */
        text-align: center;
        margin-top: 6rem; /* Adjust margin as needed */
      }
      .search-box {
        text-align: center;
        margin-top: 30px; /* Adjust margin as needed */
        
      }
      .search-form {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 20px 0;
        box-shadow: 10px rgba(0, 0, 0, 0.1); /* Box shadow */
      }
  
      .search-input {
        width: 70%;
        padding: 10px;
        box-sizing: border-box;
        border: 1px solid #ffffff; 
        border-radius: 15px;
        line-height: 2.5rem;
        box-shadow: 0 4px 6px rgb(0 0 0 / 10%);;
        border: none;
      }
      .search-input:focus {
        outline: none; /* Remove the border outline on focus */
        border-color: initial; /* Set border color to the initial value */
        box-shadow: none; /* Remove any box shadow on focus */
      }
  
      .search-button {
        background-color: #d90700;
        color: #FFFFFF; 
        border: 1px solid #d90700; /* Red border color */
        border-radius: 7px;
        padding: 0.5rem 2.5rem;
        cursor: pointer;
        margin-left: -10rem;
      }
      .search-box1{
        display: none;
      }

      

      @media only screen and (min-width: 100px) and (max-width:780px){
        .search-box{
          display: none;
        }

        .search-box1 {
          display: block;
          text-align: center;
          margin-top: 30px; /* Adjust margin as needed */
        }
        .search-form1 {
          display: flex;
          justify-content: center;
          align-items: center;
          margin: 20px 0;
          box-shadow: 10px rgba(0, 0, 0, 0.1); /* Box shadow */
        }
    
        .search-input1 {
          width: 90%;
          padding: 10px;
          box-sizing: border-box;
          border: 1px solid #ffffff; /* Red border color */
          border-radius: 15px;
          line-height: 2.5rem;
          box-shadow: 0 4px 6px rgb(0 0 0 / 10%);;
          border: none; /* Remove the border */
          
        }
        .search-input1:focus {
          outline: none; /* Remove the border outline on focus */
          border-color: initial; /* Set border color to the initial value */
          box-shadow: none; /* Remove any box shadow on focus */
        }
        
    
        .search-button1 {
          background-color: #d90700; /* Red background color */
          color: #FFFFFF; /* White text color */
          border: 1px solid #000000; /* Red border color */
          cursor: pointer;
          display: flex;
          padding: 10px;
          margin-left: -4rem;
          border-radius: 10px; /* Adjusted border-radius for mobile view */

        }
      }
   

          /* Add your own styling here */
          .sim-container {
            background-color: #fff; /* White background color */
            margin-top: 20px;
            padding: 20px; /* Add padding for better appearance */
            border-radius: 10px; /* Add border-radius for rounded corners */
          }
      
          .sim-box {
            border: 1px solid #ddd;
            padding: 10px 10px 15px 10px;
            text-align: center;
            margin: 10px 10px 10px 20px;
            width: 100%; /* Adjust width as needed */
            border-radius: 8px;
          }
          .sim-box h4 {
            background-color: #3498db; /* Blue background color */
            padding: 10px;
            margin: 0px -15px -1px -16px;            
            border-radius: 8px 6px 3px 3px;/* Rounded corners only at the top */
            top:-10px;
            position:relative;
            font-size: 1.4rem;
          }
      
          .order-button {
            background-color: #000000; /* Red background color */
            color: #FFFFFF; /* White text color */
            border: 1px solid #000000; /* Red border color */
            padding: 5px;
            cursor: pointer;
            border-radius:10px;
            font-family: 'Poppins', sans-serif;
          }
          .services-heading {
            text-align: center;
            margin-top: 6rem;
            margin-bottom: 10px;
            font-size: 2.2rem;
            font-weight: 600;

          }
      
          .our {
            color: #000; /* Black color for 'Our' */
            font-weight: bold;
            font-family: 'Poppins', sans-serif;
          }
      
          .services {
            color: #FF0000; /* Red color for 'Services' */
            font-weight: bold;
            font-family: 'Poppins', sans-serif;

          }
                        /* Safari only */
          @media not all and (min-resolution:.001dpcm) { @supports (-webkit-appearance:none) {
                          /* Safari-specific CSS here */
            h4.sim-number {
            color:#fff;
                            /* ... */
            }
          }}
      
          .services-text {
            text-align: center;
            font-weight:500;
            margin-bottom: 20px; /* Added margin */
            font-family: 'Poppins', sans-serif;

          }
              /* New styles for the added column section */
              .group-6-icu {
                display: flex;
                flex-wrap: wrap;
                justify-content: space-around;
                max-width: 1200px; /* Set a maximum width for better responsiveness */
                margin: 20px auto; /* Center the container and provide some margin */
                padding: 0px 22px;
                
              }
          
              .group-4-Soo,
              .group-5-cER,
              .group-3-2hT {
                text-align: center;
                padding: 20px;
                background-color: #fff; /* White background color */
                flex: 1; /* Equal width on large screens */
                margin: 10px; /* Margin between items */
              }
          
              .material-symbols-light-account-box-BFb,
              .tabler-vip-k5j,
              .mdi-sim-AYm {
                max-width: 61px; /* Set a max width for the images */
                height: auto;
                margin-bottom: 15px; /* Space between image and text */
              }
          
              /* Additional styling for text elements */
              .expert-guidance-and-personalized-recommendations-HpR,
              .extensive-selection-of-vip-and-fancy-mobile-numbers-G45,
              .seamless-transfer-process-H7b {
                font-size: 18px;
                font-weight: bold;
                margin-top: 15px;
                font-family: 'Poppins', sans-serif;
              }
          
              /* Additional styling for description paragraphs */
              .our-experienced-team-is-committed-to-understanding-your-needs-and-aspirations-well-guide-you-through-our-extensive-collection-providing-expert-recommendations-tailored-to-your-unique-preferences-and-style-zTw,
              .our-curated-collection-boasts-a-wide-range-of-unique-and-desirable-mobile-numbers-encompassing-all-preferences-and-budgets-YnH,
              .we-handle-the-entire-transfer-process-seamlessly-ensuring-a-smooth-and-hassle-free-experience-from-initial-consultation-to-number-acquisition-well-take-care-of-every-detail-allowing-you-to-focus-on-enjoying-the-benefits-of-your-new-vip-mobile-number-n4M {
                font-size: 16px;
                margin-top: 15px;
                font-family: 'Poppins', sans-serif;
              }
          
              /* Responsive styles */
              @media (max-width: 767px) {
                .sim-box h4{
                  font-size: 1.3rem;
                }

                .group-4-Soo,
                .group-5-cER,
                .group-3-2hT {
                  flex: 0 0 100%; /* Full width on small screens */
                  margin: 10px 0; /* Adjust margin for better spacing */
                }
                
              }
              .banner-container {
                background-color: #fff; /* White background color */
                padding: 106px;
                margin: 20px 0;
                border-radius: 10px;
                text-align: center;
                box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
                max-width: 80%; /* Set a maximum width for the banner container */
                height:65%;
                margin: 20px auto; /* Center the banner container */
                background-size: 100% 160.788%;
                background-position: 0.1865rem -12.906rem;
                background-image: url(./assets/rectangle-3846-bg.png) ;
                background-repeat: no-repeat;
                
              }
          
              .banner-rectangle {
                background-color: #00000038; /* Blue background color for the rectangle inside the banner */
                padding: 20px;
                border-radius: 10px;
                color: #fff; /* White text color */

              }
          
              .elevate-heading {
                font-size: 2.5rem;
                font-weight: bold;
                margin-bottom: 15px;
                font-family: 'Poppins', sans-serif;
              }
          
              .subheading {
                font-size: 1.5rem;
                margin-bottom: 45px;
                font-family: 'Poppins', sans-serif;
              }
          
              .red-button {
                background-color: #d90700; /* Red background color */
                color: #fff; /* White text color */
                padding: 15px 30px;
                border: none;
                border-radius: 5px;
                font-size: 18px;
                cursor: pointer;
                font-family: 'Poppins', sans-serif;
                
              }
              .additional-text {
                color: #d90700;
                font-size: 1.5em;
                text-align: center;
                margin-top: 4rem;
            }
      @media (max-width: 100px) {
        .banner {
          height: auto;
        }
  
        .upper-layer, .lower-layer {
          height: auto;
        }
  
        .banner-content {
          width: 80%;
          text-align: center;
        }
  
        .banner-image {
          margin-top: 15px; /* Adjust margin as needed */
        }
        .additional-text {
            margin-top: 10rem; /* Adjust margin as needed */
            font-family: 'Poppins', sans-serif;
        }
      } 
      .content-container {
        display: flex;
        flex-wrap: wrap;
        max-width: 1200px; /* Set a maximum width for better responsiveness */
        margin: 20px auto; /* Center the container and provide some margin */
      }
  
      .image-banner {
        flex: 1; /* Take up full width on large screens */
        order: 1; /* Order image first on large screens */
        margin: 10px; /* Margin between image and text on large screens */
        
      }
      .image-banner img{
        width: 100%;
        height: 36rem;
        border-radius: 10px;
      }
  
      .text-content {
        flex: 1; /* Take up full width on large screens */
        order: 2; /* Order text second on large screens */
        padding: 20px;
        background-color: #fff; /* White background color for text content */
        border-radius: 10px; /* Rounded corners */
        margin: 10px; /* Margin between image and text on large screens */
        font-family: 'Poppins', sans-serif;
      }
  
      /* Additional styling for text elements */
      .section-heading {
        font-size: 24px;
        font-weight: bold;
        margin-bottom: 20px;
        font-family: 'Poppins', sans-serif;

      }
  
      .bullet-points {
        list-style: none;
        padding: 0;
        font-family: 'Poppins', sans-serif;

      }
  
      .bullet-point-item {
        position: relative;
        padding-left: 30px;
        font-family: 'Poppins', sans-serif;
        display: flex;
        align-items: center;
        margin-bottom: 20px;

      }
  
      .bullet-point-icon {
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 22px; 
        height: auto;
        margin-top: -25px;
      }
      .why-choose-section{
        margin-top:6rem;
        text-align: center;
        font-family: 'Poppins', sans-serif;

      }
      .why-choose-heading.black {
        color: rgb(0, 0, 0);
        font-family: 'Poppins', sans-serif;
        font-size: 1.9rem;

      }
      .why-choose-heading {
        font-size: 1.9rem;
        font-weight: bold;
        text-align: center;
        width: 100%;
        color:#000;
        font-family: 'Poppins', sans-serif;

      }
  
      .why-choose-span {
        display: block;
        width: 100%;
        font-size: 18px;
        margin-bottom: 10px;
        font-family: 'Poppins', sans-serif;

      }
      
      .box-container {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        margin: 20px auto;
      }
  
      .box {
        flex: 0 0 calc(25.333% - 20px);
        padding: 28px;
        background-color: #fff;
        border-radius: 10px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        margin: 54px;
        text-align: center;
        width: 100%;
        margin-bottom: 10px; /* Adjust spacing between boxes on smaller screens */

      }
      .button-container {
        text-align: center;
      }
      .red-button1{
        background-color: #d90700;
        color: white;
        padding: 10px 20px;
        border: none;
        border-radius: 8px;
        margin: 20px auto; /* Adjust the margin for centering the button */
        cursor: pointer;
        font-size: 1.3rem;
        font-family: 'Poppins', sans-serif;
      }
  
      .box-icon {
        max-width: 50px; /* Set the maximum width for the icons */
        height: auto;
        margin-bottom: 10px; /* Space between icon and heading */
      }
      .grid-container {
        display: grid;
        grid-template-columns: 1fr 1fr;
        position: relative;
        padding: 57px;
        height: 100%;
      }
  
      .question-box,
      .answer-box {
        border: 2px solid #d90700; /* Red border color */
        padding: 20px;
        background-color: #d90700; /* Red background color */
        color: #FFFFFF; /* White text color */
        border-radius: 10px;
        width: 80%;
        height: 100%;
      }
  
      .question-box {
        position: relative;
        z-index: 1;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); /* Shadow for the left box */
        margin: 29px 158px;
        border-radius: 10px;
        background-color: #ffffff; /* Red background color */
        width: 80%;
        height: 92%;

      }
  
      .answer-box {
        position: relative;
        z-index: 0;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); /* Shadow for the right box */
        width: 80%;
        height: 100%;
      }
  
      .question-list {
        list-style: none;
        padding: 0;
        margin: 0;
      }
  
      .question-item {
        cursor: pointer;
        margin-bottom: 20px;
        color:#000;
        font-size: 1.2rem;
        display: flex;
        align-items: center;
        font-family: 'Poppins', sans-serif;
      }
  
      .answer {
        display: none;
      }
  
      .answer.active {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        padding: 65px;
        background-color: #d90700; /* White background color for answer */
        z-index: 0;
        border-radius: 37px;
        font-size: 1.2rem;
        font-family: 'Poppins', sans-serif;
      }
      .question-item img {
        margin-right: 10px;
        width: 20px; /* Adjust the width as needed */
        height: 20px; /* Adjust the height as needed */
      }
      .question-line {
        border-bottom: 1px solid #00000022; /* White line color */
        margin-bottom: 20px;
      }
      .faq-container-mobile{
        display: none;
      }
      .footer {
        background-color: #000;
        color: #fff;
        padding: 112px;        
        margin-top: 80px;
      }
  
      .footer-container {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 56px;
      }
  
      .footer-section {
        text-align: left;
        font-family: 'Poppins', sans-serif;
      }
      .lower-footer {
        background-color: #d90700;
        color: #fff;
        text-align: center;
        padding: 10px 0;
        font-family: 'Poppins', sans-serif;
        font-size: 0.8rem;

      }
  
      .social-icons {
        margin-top: 5px;
        margin-bottom: 5px;
      }
  
      .social-icon {
        margin: 0 5px;
        color: #fff;
        font-size: 20px;
        text-decoration: none;
      }
      .footer-section ul {
        list-style: none;
        padding: 0;
    }
    
    .footer-section ul li {
        margin-bottom: 10px;
    }
    
  
      @media (max-width: 767px) {
        .footer-container {
          grid-template-columns: 1fr;
        }
      }
      @media only screen and (min-width: 330px) and (max-width:780px){
        
        
        .box {
          flex: 0 0 calc(25.333% - 20px);
          padding: 28px;
          padding-right: 78px;
          padding-left: 81px;
          background-color: #fff;
          border-radius: 10px;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          margin: 54px;
          text-align: center;
          height: 19rem;
          width: 100%;
          margin-bottom: 10px; /* Adjust spacing between boxes on smaller screens */
  
        }

      }
      .footer1 {
        display: none;
      }
      
      @media only screen and (min-width: 100px) and (max-width:780px){
        .footer{
          display: none;
        }
        .footer1 {
          display: block;
          background-color: #000;
          color: #fff;
          padding: 20px;
          margin-top: 31px;
        }
      
        .footer-container1 {
          display: flex;
          flex-wrap: wrap;
          gap: 20px;
        }
      
        .footer-section1 {
          text-align: left;
          font-family: 'Poppins', sans-serif;
          flex: 1;
          min-width: 200px; /* Adjust as needed */
        }
      
        .footer-links1 {
          list-style: none;
          padding: 0;
          display: none;
        }
      
        .footer-links1 li {
          margin-bottom: 10px;
        }

        .faq-container-mobile {
          display: block;
          padding: 20px;
          box-sizing: border-box;
        }
        
        .question-box-mobile {
          border: 2px solid #ffffff;
          padding: 4px;
          background-color: #ffffff;
          color: #000000;
          border-radius: 10px;
          font-family: 'Poppins', sans-serif;
          cursor: pointer;
        }
        
        .question-box-mobile img {
          margin-right: 10px;
        }
        
        .answer-mobile {
          display: none;
          padding: 20px;
          background-color: #ffffff;
          border-radius: 10px;
          color: #000000;
          font-family: 'Poppins', sans-serif;
          font-size: 0.9rem;
          transition: max-height 0.3s ease-out;
          max-height: 0;
          overflow: hidden;
          transition: max-height 0.3s ease-out;
      

        }
        
        .question-box-mobile.active {
          background-color: #d90700;
          color: #fff;
        }
        
        .answer-mobile.active {
          display: block;
          max-height: 600px; 
          transition: max-height 0.3s ease-in;

        }
        
        .div-2,
        .div-5 {
          background-color: var(--Etisalat, #d90700);
          display: flex;
          justify-content: space-between;
          gap: 10px;
          padding: 6px 7px 11px 10px;
          align-items: center;
        }
        
        .img,
        .img-2,
        .img-3,
        .img-4 {
          aspect-ratio: 1;
          object-fit: contain;
          object-position: center;
          width: 19px;

          align-self: center;
          max-width: 100%;
          margin: auto 0;
        }
        
        .div-3,
        .div-7 {
          color: var(--Font-Colour-2, #fff);
          align-self: center;
          flex-grow: 1;
          flex-basis: auto;
          margin: auto 0;
          font: 400 18px Poppins, sans-serif;
        }
        
        .img-5,
        .img-6,
        .img-7,
        .img-8 {
          aspect-ratio: 1;
          object-fit: contain;
          object-position: center;
          width: 30px;
          overflow: hidden;
          max-width: 100%;
        }
        
        .grid-container{
          display: none;
        }

      }


  
      
  
  
      /* Responsive styles */
      @media (max-width: 767px) {
        .image-banner,
        .text-content {
          flex: 0 0 100%; /* Full width on small screens */
          order: initial; /* Reset order on small screens */
          margin: 10px 0; /* Adjust margin for better spacing on small screens */
          padding: 0 20px;
        }
        .image-banner img{
          width: 100%;
          height: 19rem;
        }
      }
       /* Mobile view adjustments */
      @media screen and (min-width: 210px) and (max-width:700px){
        .banner-container {
            background-color: #fff; /* White background color */
            padding: 20px;
            margin: 20px 0;
            border-radius: 10px;
            text-align: center;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            max-width: 100%; /* Set a maximum width for the banner container */
            height:45%;
            margin: 20px auto; /* Center the banner container */
            background-size: 100% 160.788%;
            background-position: 0.1865rem -12.906rem;
            background-image: url(./assets/rectangle-3846-bg.png);
             background-repeat: no-repeat;

             background-size: cover;
            font-family: 'Poppins', sans-serif;
            
          }
      
          .banner-rectangle {
            background-color: #00000038; /* Blue background color for the rectangle inside the banner */
            padding: 20px;
            border-radius: 10px;
            color: #fff; /* White text color */

          }
      
          .elevate-heading {
            font-size: 1.5rem;
            font-weight: bold;
            margin-bottom: 15px;
            font-family: 'Poppins', sans-serif;
          }
      
          .subheading {
            font-size: 0.8rem;
            margin-bottom: 15px;
            font-family: 'Poppins', sans-serif;
          }
      
          .red-button {
            background-color: #d90700; /* Red background color */
            color: #fff; /* White text color */
            padding: 15px 30px;
            border: none;
            border-radius: 5px;
            font-size: 18px;
            cursor: pointer;
            font-family: 'Poppins', sans-serif;
          }

      }


      
      
      
