/* Basic starter styles — minimal, accessible, and light */
:root {
  --brand: #0d6efd;
  --brand-ink: #0b5ed7;
}

html, body {
  overflow-x: hidden;
}

#contact ul li span {
  word-wrap: break-word;
  overflow-wrap: break-word;
}

#contact i {
  flex-shrink: 0;
}

#contact .btn {
  white-space: normal; /* allow text wrap */
}


html {
  scroll-behavior: smooth;
}

@media (min-width: 992px) {

  html {
    scroll-padding-top: var(--navbar-height, 0px);
  }
}

.text-left {
  text-align: left;
}

body {
  font-feature-settings: "liga", "kern";
}

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

/* Improve focus styles for a11y */
:focus-visible {
  outline: 3px solid var(--brand);
  outline-offset: 2px;
}

/* Cards */
.card {
  border-radius: 1rem;
}

.rounded-4 {
  border-radius: 1rem !important;
}

/* Footer */
footer .nav-link {
  color: inherit;
}

footer .nav-link:hover {
  color: var(--brand-ink);
}


/* font sizing */
.text-xxs {
  font-size: xx-small;
}

@media (min-width: 768px) {
  .sticky-desktop {
    position: sticky;
    top: 0;
    z-index: 1030;
    background: #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
    /* subtle shadow */
  }
}

/*------------------------*/
/* Hero Section */
/*------------------------*/
.hero-top {
  font-family: "Raleway", sans-serif;
  font-size: 45px;
  line-height: 54px;
  font-weight: 700;
  color: rgb(255, 255, 255);
}

.lead {
  font-family: "Raleway", sans-serif;
  font-size: 25px;
  line-height: 34px;
  font-weight: 500;
  color: rgb(255, 255, 255);
}

.site-color {
  background-color: #E00800;
}

.hero-img-short {
  height: 370px;
  object-fit: cover;
  /* fill area, cropped if needed */
  object-position: center;
}

@media (min-width: 992px) {
  .ps-lg-7 {
    padding-left: 5rem !important;
  }
}

/* Pill buttons */
.btn-pill {
  border-radius: 0rem;
  /* pill shape */
  font-size: 1.1rem;
  min-width: 200px;
  text-align: center;
  background: rgba(212, 197, 197, 0.9);
  transition: all 0.3s ease;
}

.btn-pill:hover {
  background: #ea2525;
  transform: translateY(-2px);
}

/* Mobile fix */
@media (max-width: 767.98px) {
  .btn-pill {
    min-width: auto;
    /* allow shrink */
    font-size: 1rem;
    padding: 0.20rem 1rem;
  }
}

/*------------------------*/
/* Contact Section */
/*------------------------*/
.form-border {
  border: 0.0625rem solid rgba(0, 0, 0, 0.81) !important;

}

/*------------------------*/
/* Packages Section */
/*------------------------*/

.for-hide {
  visibility: hidden;
}

/* Card */
.plan-card {
  max-width: 270px;
  position: relative;
  border: 0.0625rem solid rgba(0, 0, 0, 0.81) !important;
}

/* Header with image */
.plan-header {
  height: 110px;
  position: relative;
  overflow: hidden;
}

.plan-header-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* Add dark gradient overlay on top banner image */
.plan-header::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.2));
  z-index: 1;
}

/* Make banner text show above overlay */
.plan-header .position-absolute {
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.5);
  width: 12rem;

}

/* Premium plan gradient badge */
.badge.bg-danger {
  background: linear-gradient(90deg, #dc0000, #000000) !important;
  border: none;
}

/* Thin progress bar (between 1 Gbps and commitment) */
.progress-thin {
  height: 6px;
  border-radius: 999px;
  background-color: #eee;
}

.progress-thin .progress-bar {
  background: linear-gradient(90deg, #e2362f, #b10f0f);
  border-radius: inherit;
}

/* Icon sizing + alignment */
.icon-tv {
  height: 30px;
  width: auto;
  object-fit: contain;
}

.card-body {
  padding: 0.5rem;
}

.icon-benefit {
  height: 29px;
  width: 29px;
  object-fit: contain;
}

/* Red strip full width */
.free-strip {
  display: block;
  margin-left: -1.25rem;
  /* cancel out card-body padding */
  margin-right: -1.25rem;
  padding: 0.75rem;
  background-image: linear-gradient(90deg, #de0000, #b50000);
  /* Bootstrap danger red */
  color: #fff;
  text-align: center;
  font-weight: 600;
}

/* Small helper */
.small.caps {
  letter-spacing: .04em;
  text-transform: uppercase;
}

.list-unstyled {
  font-size: 0.6225rem;
}

.display-7 {
  font-size: 2rem;
}

/*------------------------*/
/* headings style */
/*------------------------*/
.etisalat-desc {
  font-size: 14px;
  font-weight: 400;
  font-family: 'Ubuntu', sans-serif;
}

/*------------------------*/
/* offer Section */
/*------------------------*/

/* Icon style */
.offer-icon {
  width: 60px;
  height: 60px;
  background: #e30613;
  /* Red background */
  color: #fff;
  font-size: 1.5rem;
  flex-shrink: 0;
}

/* Gradient badge */
.offer-badge {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 600;
  color: #fff;
  background: linear-gradient(90deg, #de0000, #000000);
  margin-bottom: 0.25rem;
}

/* Box hover effect */
.offer-box {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.offer-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
}

/* Mobile-only padding control */
@media (max-width: 767.98px) {
  .offers-mobile-padding {
    padding-left: 2rem;
    /* adjust this value anytime */
    padding-right: 1.5rem;
    /* optional: keep balance */
  }
}


/*------------------------*/
/* Home Protection Section */
/*------------------------*/

/* Mobile padding control */
@media (max-width: 767.98px) {
  .addons-mobile-padding {
    padding-left: 1.25rem;
    /* change anytime */
    padding-right: 1.25rem;
  }
}

/* Card style */
.addon-card {
  border: 1px solid #161111;
  border-radius: 12px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  background: #fff;
}

.addon-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

/* Icon style */
.addon-icon {
  width: 70px;
  height: 70px;
  background: #e30613;
  /* red background */
  color: #fff;
  font-size: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  margin: 0 auto;
}

/* Price text */
.price-text {
  color: #e30613;
  font-weight: 700;
  margin-bottom: 0.75rem;
  font-size: 1rem;
}

/*footer stye*/
.footer a:hover {
  color: #ff3333;
  /* Hover effect for links */
}

/*----------------------*/
/*    Popup form        */
/*----------------------*/

/* Overlay */
#offerPopup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  font-family: "Arial", sans-serif;
}

/* Popup Box */
.popup-box {
  background: linear-gradient(135deg, #ffffff, #f4f4f4, #eaeaea);
  border-radius: 0px;
  max-width: 340px;
  width: 90%;
  padding: 22px;
  text-align: center;
  position: relative;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
  animation: slideUp 0.5s ease;
  max-height: 90vh;
  overflow-y: auto;
  border: 2px solid #e60000; /* red outline */
}

/* Close Button */
.close-btn {
  position: absolute;
  top: 12px;
  right: 12px;
  font-size: 26px;
  font-weight: bold;
  cursor: pointer;
  color: #444;
  transition: 0.3s;
}
.close-btn:hover {
  color: #e60000;
}

/* Logo */
.popup-logo {
  margin-bottom: 8px;
}
.popup-logo img {
  max-width: 200px;
  height: auto;
}

/* Heading */
.popup-heading {
  font-size: 15px;
  font-weight: 600;
  color: #e60000;
  margin-bottom: 0px;
  text-transform: uppercase;
  text-align: left;
}

/* Offers Section */
.offers {
  list-style: none;
  padding: 0;
  margin: 0 0 0px;
  text-align: left;
}
.offers li {
  font-size: 15px;
  font-weight: 500;
  color: #000;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
}

/* Divider */
.divider {
  border: none;
  height: 2px;
  background: #eee;
  margin: 10px 0 14px;
}

/* Inputs */
.popup-box input,
.popup-box select {
  width: 100%;
  padding: 12px;
  margin-bottom: 12px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 14px;
}

/* Main Button */
.popup-box button {
  width: 100%;
  padding: 14px;
  background: #e60000;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.3s ease;
}
.popup-box button:hover {
  background: #cc0000;
}

/* WhatsApp Button */
.whatsapp-box {
  margin-top: 12px;
}
.whatsapp-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #25D366;
  color: white;
  font-weight: bold;
  text-decoration: none;
  padding: 12px;
  border-radius: 6px;
  font-size: 15px;
  transition: 0.3s;
}
.whatsapp-btn img {
  margin-right: 8px;
}
.whatsapp-btn:hover {
  background: #1ebe5c;
}


/* Disclaimer */
.disclaimer {
  font-size: 11px;
  margin-top: 5px;
  color: #777;
  line-height: 1.4;
  align-items: left;
}

/* Animation */
@keyframes slideUp {
  from {
    transform: translateY(40px);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}


/* accordion styling */

.accordion-button::after {
  filter: invert(1) brightness(2);
  /* makes arrow white */
}

.accordion-item {
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.accordion-button:not(.collapsed) {
  color: #fff;
  background-color: #000;
  /* red */
}

.contact-link {
  color: inherit;        /* keeps the text the same as surrounding text */
  text-decoration: none; /* removes underline */
}

.contact-link:hover {
  color: #e30613;        /* optional hover effect, Etisalat red for example */
}
/* Call Now Floating button */

/* Wrapper fixed at bottom left */
.call-now-wrapper {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 1000;
}

/* Flexbox container */
.call-now {
  display: flex;
  align-items: center;
  text-decoration: none;
  gap: 10px;
  transition: all 0.3s ease-in-out;
}

/* Bubble text */
.call-text {
  background: #fff;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  padding: 6px 12px;
  border-radius: 20px;
  box-shadow: 0px 2px 6px rgba(0,0,0,0.2);
  white-space: nowrap;
  transition: all 0.3s ease-in-out;
}

/* Call icon circle */
.call-icon {
  width: 50px;
  height: 50px;
  background: #e30613; /* Red */
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  box-shadow: 0px 4px 8px rgba(0,0,0,0.3);
  transition: transform 0.3s ease, background 0.3s ease;
}

/* Hover Effects */
.call-now:hover .call-icon {
  transform: scale(1.1);
  background: #b3000f; /* Darker red */
}

.call-now:hover .call-text {
  background: #f8f8f8;
  color: #e30613;
}

/* Whatsapp floating button */

/* Floating Button Styles */
.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #25D366;
  color: #fff;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  text-decoration: none;
  box-shadow: 0px 4px 10px rgba(0,0,0,0.3);
  z-index: 1000;
  transition: transform 0.3s ease-in-out;
}

/* Hover Effect */
.whatsapp-float:hover {
  transform: scale(1.1);
  text-decoration: none;
  color: #fff;
}

/* Bubble Tooltip */
.msg-bubble {
  position: absolute;
  right: 65px;
  background: #fff;
  color: #000;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 14px;
  white-space: nowrap;
  box-shadow: 0px 2px 8px rgba(0,0,0,0.2);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

/* Bubble Arrow */
.msg-bubble::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -6px;
  transform: translateY(-50%);
  border-width: 6px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
}

/* Show Bubble on Hover */
.whatsapp-float:hover .msg-bubble {
  opacity: 1;
  visibility: visible;
}

/* Show separator only in horizontal (row) view */
@media (max-width: 575.98px) {
  .useful-links li:not(:last-child)::after {
    content: "|";
    margin: 0 6px;
    color: #dc3545; /* same red shade */
    font-weight: bold;
  }
}


/*-----------blogs-----------*/

.blog-card .blog-img {
  width: 100%;
  height: 200px;       /* You can change to 220px or 250px */
  object-fit: cover;   /* Prevents stretching, crops image nicely */
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}


/* Overlay */
.loader-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5); /* background fade */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

/* Hide initially */
.hidden {
  display: none;
}

/* Loader box */
.loader-box {
  background: #fff;
  padding: 20px 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 0 15px rgba(0,0,0,0.2);
}

/* Spinner */
.spinner {
  border: 4px solid #f3f3f3;
  border-top: 4px solid #e60000; /* red */
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
  margin: 0 auto 10px;
}

@keyframes spin {
  100% { transform: rotate(360deg); }
}


/* Preloader Overlay */
#preloader {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: #fff; /* background color */
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999;
}

/* Loader Animation (spinner) */
.loaders {
  border: 6px solid #f3f3f3;
  border-top: 6px solid #e60000; /* red spinner */
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
