/********** Template CSS **********/
body {
   font-family: 'Poppins', sans-serif !important;
  overflow-x: hidden;
}

:root {

  /* --primary: #d5af33; */
  --primary: #E6FC81;
  --secondary: #fbfbfb !important;
  --light: #f8f8f8;
  --dark: #252525;
}

.text-secondary {
  color: var(--secondary) !important;
}

.bg-secondary {
  background: var(--secondary) !important;
}

.bg-second {
  background-color: #fafafa !important;
}

h1,
.h1 {


font-weight: 700;
font-family: 'Poppins', sans-serif !important;
}

@media (max-width: 768px) {

}

h2,
.h2 {
color: #414040;
font-weight: 700;
font-family: 'Poppins', sans-serif !important;
}

@media (max-width: 768px) {
 
}

h3,
h4,
.h3,
.h4,
.fw-medium {
   font-family: 'Poppins', sans-serif !important;
}

h5,
h6,
.h5,
.h6,
.fw-normal {
   font-family: 'Poppins', sans-serif !important;
}

p,
.p {
color: #5A5959;
font-family: 'Poppins', sans-serif !important;
}

ul,
li {
   font-family: 'Poppins', sans-serif !important;
}



figure{
	margin: 0;
}

img{
	max-width: 100%;
}

a{
	text-decoration: none;
}

a:hover{
	text-decoration: none;
	outline: 0;
}

a:focus{
	text-decoration: none;
	outline: 0;
}

html,
body{
	width: 100%;
	overflow-x: clip;
}


/* Images Animation */

.image-anime{
	position: relative;
	overflow: hidden;
}

.image-anime:after{
	content: "";
	position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255,255,255,.3);
    transform: translate(-50%,-50%) rotate(-45deg);
    z-index: 1;
}

.image-anime:hover:after{
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}

.reveal{
	position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    visibility: hidden;
    overflow: hidden;
}

.reveal img{
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform-origin: left;
    transform-origin: left;
}

.what-we-image-1 figure img{
	width: 100%;
	object-fit: cover;
	border-radius: 20px;
}

.what-we-image-1 figure img{
	aspect-ratio: 1 / 0.73;
}

.back-to-top {
  position: fixed;
  display: none;
  right: 30px;
  bottom: 30px;
  z-index: 99;
}

/*** Spinner ***/
#spinner {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-out, visibility 0s linear 0.5s;
  z-index: 99999;
}

#spinner.show {
  transition: opacity 0.5s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}

/*** Button ***/
.btn {
  font-weight: 500;
  transition: 0.5s;
}

.btn.btn-primary {
  color: #000;
  background-color: var(--primary);
  border-radius: 10px;
  font-weight: 600 !important;
}

.btn-secondary {
  color: #000;
  padding: 12px 40px;
  justify-content: center;
  align-items: center;
  gap: 16px;
  flex-shrink: 0;
  border-radius: 10px;
  background: #fff;
  font-weight: 600 !important;
  border-color: #fff;
}

.btn-secondary:hover {
  background-color: var(--primary);
  border-color: var(--primary);
  color: #000;
}

.btn-square {
  width: 38px;
  height: 38px;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.btn-sm-square {
  width: 32px;
  height: 32px;
}

.btn-lg-square {
  width: 48px;
  height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
}

.btn-outline-body {
  color: var(--primary);
  border-color: #777777;
}

.btn-outline-body:hover {
  color: #ffffff;
  background: var(--primary);
  border-color: var(--primary);
}

.shop-btn {
  padding: 10px 25px 10px 25px !important;
}



/* Title with underline */
.section-title-2 {
  position: relative;
  display: inline-block;
  margin-bottom: 12px;
}

.section-title-2::after {
  content: "";
  display: block;
  width: 200px;
  height: 5px;
  background-color: var(--primary);
  margin-top: 20px;
}

.section-title-3 {
  position: relative;
  display: inline-block;
  margin-bottom: 12px;
  text-align: center;
}

.section-title-3::after {
  content: "";
  display: block;
  width: 200px;
  height: 5px;
  background-color: var(--primary);
  margin: 20px auto 0 auto;
  /* ✅ This centers the line */
}



/* **************************************** */
/* Responsive Screens */
/* **************************************** */


@media (max-width: 768px) {

  /* ************************ */
  /* Globally Fonts */
  /* ************************ */

    h1,
  .h1 {
    font-size: 24px;

  }

 h2,
  .h2 {
    font-size: 24px !important;

  }

  p,
  .p {

    font-size: 15px;
  }


  .section-title-2::after {
    width: 100px;
    margin-top: 10px !important;
  }

  .section-title-3::after {
    width: 100px;
    margin-top: 10px !important;
  }
}
.top-bar {
  background-color: #f8f9fa; 
  border-bottom: 1px solid #e0e0e0;
}

.top-bar .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

/* --- Logo & Retailer Section --- */
.promo-logo {
  display: flex;
  align-items: center;
}

.promo-logo img {
  max-height: 80px; 
  width: auto;
}

/* The Vertical Divider Line */
.retailer-divider {
  width: 1px;
  height: 35px;
  background-color: #d1cbcb; 
  margin: 0 8px;
  display: inline-block;
}


/* --- Call Button --- */
.btn-call {
  background-color: #ef261c;
  color: #ffffff !important;
  font-weight: 400;
  text-decoration: none !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: clamp(0.875rem, 2vw, 1.125rem);
  padding: 15px 20px;
  border-radius: 50px 50px 5px;
  line-height: 1.4;
  min-width: fit-content;
  max-width: 100%;
  word-wrap: break-word;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(235, 52, 23, 0.2);
}

.btn-call:hover {
  background-color: #164788;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(235, 52, 23, 0.4);
  color: #ffffff !important;
}

/* Phone Icon Rotation */
.btn-call i.fas.fa-phone-alt {
  transform: rotate(90deg);
  display: inline-block;
  margin-left: 10px;
}

/* --- Responsive Behavior --- */
@media (max-width: 768px) {
  .retailer-divider {
    height: 25px;
    margin: 0 10px;
  }
  .retailer-text {
    font-size: 10px;
  }
}

@media (max-width: 480px) {
  .top-bar .container {
    justify-content: center;
    gap: 15px;
  }
  
  .btn-call {
    padding: 12px 20px;
    width: 100%;
    border-radius: 12px;
  }
}

/* Custom Promo Hero Styling */
.promo-hero {
 
  /* Set the background image path from your assets folder */
  background: 
    linear-gradient(110deg, rgba(26, 26, 46, 0.9) 40%, rgba(58, 71, 213, 0.7) 100%), 
    url('http://broadbandcabletv.com/wp-content/uploads/2026/05/Backgournd.png'); /* Replace with your actual file name */
  
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  /* Ensure a minimum height if the image is large */
  min-height: 600px; 
  display: flex;
  align-items: center;
}

.promo-hero h1 {
  font-size: clamp(2.5rem, 5vw, 4.5rem);
}

.custom-promo-list {
  font-size: 1.1rem;
}

.custom-promo-list li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
}

/* Custom Bullet Point */
.custom-promo-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1;
}

/* PC Mag Badge Styling */
.awards-badge img {
  max-width: 180px;
  border: 2px solid #fff;
}

.small-text {
  font-size: 0.8rem;
  opacity: 0.9;
}

/* Card Animation & Positioning */
.gift-card-wrapper {
  perspective: 1000px;
}

.floating-card {
  transform: rotate(5deg);
  transition: transform 0.3s ease;
  filter: drop-shadow(0 20px 30px rgba(0,0,0,0.3));
}

.floating-card:hover {
  transform: rotate(0deg) scale(1.05);
}

/* Responsive adjustments */
@media (max-width: 991px) {
  .promo-hero {
    text-align: center;
  }
  .custom-promo-list li {
    padding-left: 0;
  }
  .custom-promo-list li::before {
    display: none;
  }
  .awards-badge {
    justify-content: center;
  }
}

.features-overview {
  background-color: #ffffff;
  /* Creates the subtle light-blue diagonal stripes */
  background-image: repeating-linear-gradient(
    -45deg,
    transparent,
    transparent 100px,
    rgba(224, 242, 254, 0.3) 100px,
    rgba(224, 242, 254, 0.3) 200px
  );
  overflow: hidden;
}

.section-title {
  letter-spacing: -1px;
  color: #111;
}

.feature-card {
  transition: transform 0.3s ease-in-out;
}

.feature-card:hover {
  transform: translateY(-5px);
}

.icon-wrapper {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.feature-icon {
  width: 64px;
  height: auto;
  filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.1));
}

.small-line-height {
  line-height: 1.5;
  font-size: 0.95rem;
  max-width: 280px;
  margin: 0 auto;
}

/* Specific spacing for tablet/mobile */
@media (max-width: 991px) {
  .feature-card {
    margin-bottom: 2rem;
  }
  .features-overview {
    background-image: none; /* Cleaner look for mobile */
  }
}


.pricing-section {
  background-color: #ffffff;
  font-family: 'Inter', sans-serif;
  color: #1a1a1b !important;
}

/* Badge at the top */
.availability-badge {
  display: inline-block;
  background-color: #fff1e7;
  color: #ff6b00;
  padding: 8px 20px;
  border-radius: 50px;
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Plan Card */
.plan-card {
  background: #ffffff;
  border-radius: 24px;
  border: 1px solid #eaeaea;
  padding-top: 45px;
  position: relative;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  height: 100%;
}

.plan-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.08);
  border-color: #ff6b00;
}

.plan-card.featured {
  border: 2px solid #ff6b00;
  box-shadow: 0 15px 35px rgba(255, 107, 0, 0.12);
}

/* Meter Styles */
.meter-container {
  position: relative;
  width: 120px;
  height: 65px;
  margin: 0 auto;
  overflow: hidden;
}

.meter-arc {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 10px solid #f2f2f2;
  border-bottom-color: transparent;
  border-left-color: transparent;
  transform: rotate(-45deg);
}

.meter-needle {
  position: absolute;
  bottom: 8px;
  left: 50%;
  width: 50px;
  height: 4px;
  background: #1a1a1b;
  border-radius: 10px;
  transform-origin: left center;
  transition: transform 1.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}

/* Specific Needle Rotations */
.needle-500  { transform: rotate(25deg); }
.needle-1gig { transform: rotate(75deg); }
.needle-3gig { transform: rotate(125deg); }
.needle-6gig { transform: rotate(170deg); }

.plan-card:hover .meter-needle {
  background: #ff6b00;
}

/* Promotional Tags */
.promo-pill {
  display: inline-block;
  background: #f1f3f5;
  color: #495057;
  padding: 5px 14px;
  border-radius: 100px;
  font-size: 0.75rem;
  font-weight: 800;
}

.featured-pill {
  background: #fff1e7;
  color: #ff6b00;
}

.popular-tag {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: #ff6b00;
  color: #ffffff;
  padding: 5px 18px;
  font-size: 0.75rem;
  font-weight: 800;
  border-radius: 50px;
  box-shadow: 0 4px 10px rgba(255, 107, 0, 0.3);
}

/* Features & Button */
.plan-features li {
  font-size: 0.95rem;
  margin-bottom: 12px;
  color: #4a4a4a;
}

.plan-features i {
  color: #ff6b00;
}

.btn-orange {
  background-color: #ff6b00;
  color: #ffffff;
  border: none;
  font-weight: 700;
  padding: 12px 20px;
  border-radius: 14px;
  transition: all 0.2s ease;
  box-shadow: 0 4px 12px rgba(255, 107, 0, 0.2);
}

.btn-orange:hover {
  background-color: #e66000;
  transform: scale(1.02);
  color: #ffffff;
}

.family-hero-section {
    position: relative;
    padding: 100px 0;
    background-color: #ffffff;
    /* Subtle background wave pattern */
    background-image: url("data:image/svg+xml,%3Csvg width='1440' height='700' viewBox='0 0 1440 700' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M-100 700C200 600 300 100 700 100C1100 100 1200 600 1500 700' stroke='%23e9f2f9' stroke-width='80'/%3E%3Cpath d='M-100 750C200 650 300 150 700 150C1100 150 1200 650 1500 750' stroke='%23f4f9fc' stroke-width='40'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
}

.family-sublabel {
    display: block;
    color: #6a49c4;
    font-weight: 700;
    font-size: 0.9rem;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
}

.family-title {
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    font-weight: 800;
    color: #000000;
    line-height: 1.1;
    margin-bottom: 25px;
}

.family-description {
    font-size: 1.1rem;
    color: #666666;
    line-height: 1.6;
    max-width: 500px;
    margin-bottom: 40px;
}

/* Buttons */
.family-actions {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.btn-solid-orange {
    background-color: #f16a2d;
    color: white;
    padding: 14px 28px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 700;
    transition: background 0.3s ease;
}

.btn-solid-orange:hover {
    background-color: #d9561b;
    color: white;
}



/* Image Effects */
.family-image-wrapper {
    position: relative;
    padding-right: 20px;
    padding-bottom: 20px;
}

.image-accent-bg {
    position: absolute;
    top: 20px;
    right: 0;
    bottom: 0;
    left: 20px;
    background: linear-gradient(135deg, #00bdd6 0%, #6a49c4 100%);
    border-radius: 20px;
    z-index: 1;
}

.family-image-container {
    position: relative;
    z-index: 2;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0,0,0,0.15);
    background: #fff;
}

.family-hero-img {
    width: 100%;
    height: auto;
    display: block;
    transform: scale(1.01); /* Prevents subpixel gaps */
}

/* Responsive Tweak */
@media (max-width: 991px) {
    .family-hero-section {
        padding: 60px 0;
        text-align: center;
    }
    .family-description {
        margin: 0 auto 40px;
    }
    .family-actions {
        justify-content: center;
    }
    .family-image-wrapper {
        max-width: 550px;
        margin: 0 auto;
    }
}

.business-hero-section {
    position: relative;
    padding: 100px 0;
    background-color: #ffffff;
    /* Mirrored wave pattern for visual flow */
    background-image: url("data:image/svg+xml,%3Csvg width='1440' height='700' viewBox='0 0 1440 700' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1540 700C1240 600 1140 100 740 100C340 100 240 600 -60 700' stroke='%23e9f2f9' stroke-width='80'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
}

.business-sublabel {
    display: block;
    color: #6a49c4;
    font-weight: 700;
    font-size: 0.9rem;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
}

.business-title {
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    font-weight: 800;
    color: #000000;
    line-height: 1.1;
    margin-bottom: 25px;
}

.business-description {
    font-size: 1.1rem;
    color: #666666;
    line-height: 1.6;
    max-width: 520px;
    margin-bottom: 40px;
}

/* Buttons */
.business-actions {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.btn-biz-solid {
    background-color: #f16a2d;
    color: #ffffff;
    padding: 14px 28px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 700;
    transition: all 0.3s ease;
    border: 1px solid #f16a2d;
}

.btn-biz-solid:hover {
    background-color: #d9561b;
    border-color: #d9561b;
    color: #ffffff;
}



/* Professional Image Effects */
.business-image-wrapper {
    position: relative;
    padding-left: 20px;
    padding-bottom: 20px;
}

.biz-image-accent {
    position: absolute;
    top: 20px;
    left: 0;
    bottom: 0;
    right: 20px;
    background: linear-gradient(135deg, #6a49c4 0%, #00bdd6 100%);
    border-radius: 24px;
    z-index: 1;
    /* Adds the slight tilt seen in the screenshot */
    transform: rotate(-2deg);
}

.business-image-container {
    position: relative;
    z-index: 2;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0,0,0,0.12);
}

.business-hero-img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

/* Responsive Handling */
@media (max-width: 991px) {
    .business-hero-section {
        padding: 60px 0;
        text-align: center;
    }
    .business-description {
        margin: 0 auto 40px;
    }
    .business-actions {
        justify-content: center;
    }
    .business-image-wrapper {
        max-width: 550px;
        margin: 40px auto 0;
        padding-left: 10px;
        padding-right: 10px;
    }
    .ms-lg-4 {
        margin-left: 0 !important;
    }
}


.streaming-hero-section {
    position: relative;
    padding: 100px 0;
    background-color: #ffffff;
    /* Wave background to match branding */
    background-image: url("data:image/svg+xml,%3Csvg width='1440' height='700' viewBox='0 0 1440 700' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M-100 700C200 600 300 100 700 100C1100 100 1200 600 1500 700' stroke='%23e9f2f9' stroke-width='80'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
}

.streaming-sublabel {
    display: block;
    color: #6a49c4;
    font-weight: 700;
    font-size: 0.9rem;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
}

.streaming-title {
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    font-weight: 800;
    color: #000000;
    line-height: 1.1;
    margin-bottom: 25px;
}

.streaming-description {
    font-size: 1.1rem;
    color: #777777; /* Slightly lighter as per screenshot */
    line-height: 1.6;
    max-width: 520px;
    margin-bottom: 40px;
}

/* Actions */
.streaming-actions {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.btn-solid-orange {
    background-color: #f16a2d;
    color: white;
    padding: 12px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 700;
    transition: 0.3s;
    border: 1px solid #f16a2d;
}

/* Image Wrapper with the Purple/Teal gradient accent */
.streaming-image-wrapper {
    position: relative;
    padding-right: 15px;
    padding-bottom: 15px;
}

.image-accent-bg {
    position: absolute;
    top: 15px;
    right: -10px;
    bottom: -15px;
    left: 15px;
    background: linear-gradient(135deg, #00bdd6 0%, #6a49c4 100%);
    border-radius: 20px;
    z-index: 1;
}

.streaming-image-container {
    position: relative;
    z-index: 2;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.streaming-hero-img {
    width: 100%;
    height: auto;
    display: block;
}

@media (max-width: 991px) {
    .streaming-hero-section {
        padding: 60px 0;
        text-align: center;
    }
    .streaming-description { margin: 0 auto 30px; }
    .streaming-actions { justify-content: center; }
    .streaming-image-wrapper { margin-top: 50px; }
}

.wifi-hero-section {
    position: relative;
    padding: 100px 0;
    background-color: #ffffff;
    /* Mirrored wave pattern for visual flow from previous section */
    background-image: url("data:image/svg+xml,%3Csvg width='1440' height='700' viewBox='0 0 1440 700' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1540 700C1240 600 1140 100 740 100C340 100 240 600 -60 700' stroke='%23e9f2f9' stroke-width='80'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
}

.wifi-sublabel {
    display: block;
    color: #6a49c4;
    font-weight: 700;
    font-size: 0.9rem;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.wifi-title {
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    font-weight: 800;
    color: #000000;
    line-height: 1.1;
    margin-bottom: 25px;
}

.wifi-description {
    font-size: 1.1rem;
    color: #666666;
    line-height: 1.6;
    max-width: 520px;
    margin-bottom: 40px;
}

/* Buttons */
.wifi-actions {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.btn-wifi-solid {
    background-color: #f16a2d;
    color: #ffffff;
    padding: 12px 28px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 700;
    transition: all 0.3s ease;
    border: 1px solid #f16a2d;
    display: inline-block;
}

.btn-wifi-solid:hover {
    background-color: #d9561b;
    color: #ffffff;
}



/* Professional Image Effects */
.wifi-image-wrapper {
    position: relative;
    padding-left: 20px;
    padding-bottom: 20px;
}

.wifi-image-accent {
    position: absolute;
    top: 20px;
    left: 0;
    bottom: 0;
    right: 20px;
    background: linear-gradient(135deg, #6a49c4 0%, #00bdd6 100%);
    border-radius: 24px;
    z-index: 1;
    /* Rotation to match the screenshot's "slanted" background effect */
    transform: rotate(-2deg);
}

.wifi-image-container {
    position: relative;
    z-index: 2;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0,0,0,0.12);
}

.wifi-hero-img {
    width: 100%;
    height: auto;
    display: block;
}

/* Responsive Handling */
@media (max-width: 991px) {
    .wifi-hero-section {
        padding: 60px 0;
        text-align: center;
    }
    .wifi-description {
        margin: 0 auto 30px;
    }
    .wifi-actions {
        justify-content: center;
    }
    .wifi-image-wrapper {
        max-width: 550px;
        margin: 40px auto 0;
    }
    .ms-lg-5 {
        margin-left: 0 !important;
    }
}

.dts-main-footer {
    background-color: #222222; /* Solid dark grey as per image_8e501c.png */
    color: #ffffff;
    padding: 80px 0 0;
    font-family: 'Inter', sans-serif;
}

.dts-footer-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 0.8fr 0.8fr;
    gap: 30px;
    padding-bottom: 60px;
}

/* Typography & Headings */
.dts-heading {
    font-size: 1.4rem;
    font-weight: 800;
    margin-bottom: 25px;
    color: #ffffff;
}

.dts-footer-logo {
    max-width: 200px;
    margin-bottom: 20px;
}

.dts-tagline {
    font-size: 0.95rem;
    font-weight: 600;
    line-height: 1.5;
    max-width: 280px;
}

/* Contact & Links List */
.dts-contact-list, .dts-link-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.dts-contact-list li, .dts-link-list li {
    font-size: 0.9rem;
    margin-bottom: 12px;
    display: flex;
    align-items: flex-start;
}

.dts-contact-list i {
    color: #ffcc00; /* Yellow accent from image_8e501c.png */
    margin-right: 12px;
    margin-top: 4px;
    font-size: 0.85rem;
}

/* List Item Bullets for Company/Information */
.dts-link-list li::before {
    content: "◆";
    color: #ffcc00;
    margin-right: 10px;
    font-size: 0.7rem;
}

.dts-link-list a {
    color: #ffffff;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s;
}

.dts-link-list a:hover {
    color: #ffcc00;
}

/* Company Name Sub-section */
.dts-company-name {
    margin-top: 25px;
}

.dts-company-name h6 {
    font-weight: 800;
    margin-bottom: 5px;
    text-transform: none;
}

.dts-company-name p {
    font-size: 0.85rem;
    margin: 0;
}

/* Copyright Bar */
.dts-bottom-bar {
    background-color: #000000;
    padding: 20px 0;
    font-size: 0.75rem;
    color: #cccccc;
}

.dts-bottom-bar p {
    margin: 2px 0;
}

/* Responsive */
@media (max-width: 991px) {
    .dts-footer-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 576px) {
    .dts-footer-grid {
        grid-template-columns: 1fr;
        text-align: left;
    }
    .dts-bottom-bar {
        text-align: center !important;
    }
}

/* alert badge  */
/* Fixed overlay that dims the website */
.sp-badge-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7); /* Dims the background */
  z-index: 9998;
  display: flex;
}

/* Modal container that stays centered and fixed during scroll */
.sp-badge-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none; /* Allows click to pass through to overlay if needed */
}

/* The circular badge */
.sp-badge-circle {
  background-color: transparent; /* Dark grey from image */
  width: 600px;
  height: 600px;
  border-radius: 50%;
  border: 1px solid #eb3417; /* Red border matching your theme */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 20px;
  pointer-events: auto; /* Re-enables clicks for the button */
  box-shadow: 0 0 40px rgba(0,0,0,0.5);
}

.sp-badge-title {
  color: #ffffff;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 20px;
  
}

/* Gradient button from image */
.sp-badge-button {
  background: #000;
  color: white;
  text-decoration: none;
  padding: 12px 25px;
  border-radius: 30px;
  font-weight: bold;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  display: inline-block;
}

.sp-badge-button:hover {
  background: #252525;
  transform: scale(1.05);
}

/* Responsive adjustment for small screens */
@media (max-width: 480px) {
  .sp-badge-circle {
    width: 260px;
    height: 260px;
  }
  .sp-badge-title {
    font-size: 1.5rem;
  }
}
