﻿.c-field option {background-color:black!important;}
.fade-slider {
    position: relative;
    display: block;
  }
  .fade-slider img {
    display: block;
    width: 100%;
    opacity: 0;
    transition: opacity 0.5s ease-in-out; /* 0.5s fade */
    position: absolute;
    top: 0;
    left: 0;
  }
  .fade-slider img.active {
    opacity: 1;
    position: relative; /* keeps the active one in normal flow */
  }
.feature-title-new {
    font-size: 23px;
    font-weight: 600;
    color: white!important;
    margin: 0;
    line-height: 1.3; margin-top:30px
}
.christmas-feature-list2 {
    list-style: none;
    padding: 0;
    margin: 15px 10px 15px 1px;
    text-align: left;
    font-size: 15px; color:white
}
.main-menu ul li .submenu {min-width:260px}
/* 
.border15 {
    border-radius: 15px;
    border: 1px solid rgba(255, 212, 0, 0.25);
    box-shadow:
        0 2px 8px rgba(255, 212, 0, 0.25),
        0 1px 3px rgba(0, 0, 0, 0.1);
}
*/
.border15 {
    border-radius: 15px;
    border: 1px solid rgba(206, 0, 1, 0.3);
    box-shadow: 0 2px 10px rgba(206, 0, 1, 0.3),
                0 1px 3px rgba(0, 0, 0, 0.1);
}

.img-fluid2{
	max-width:85%; opacity: 0.95;

}
.img-fluid2:hover{
	max-width:85%; opacity:1
}
/* Manrope Light */
@font-face {
    font-family: 'Manrope';
    src: url('../fonts/Manrope-Light.eot'); /* IE9 Compat Modes */
    src: url('../fonts/Manrope-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/Manrope-Light.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/Manrope-Light.woff') format('woff'),   /* Modern Browsers */
         url('../fonts/Manrope-Light.ttf') format('truetype'); /* Safari, Android, iOS */
    font-weight: 300;
    font-style: normal;
}

/* Manrope Regular */
@font-face {
    font-family: 'Manrope';
    src: url('../fonts/Manrope-Regular.eot');
    src: url('../fonts/Manrope-Regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Manrope-Regular.woff2') format('woff2'),
         url('../fonts/Manrope-Regular.woff') format('woff'),
         url('../fonts/Manrope-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

/* Manrope Bold */
@font-face {
    font-family: 'Manrope';
    src: url('../fonts/Manrope-Bold.eot');
    src: url('../fonts/Manrope-Bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Manrope-Bold.woff2') format('woff2'),
         url('../fonts/Manrope-Bold.woff') format('woff'),
         url('../fonts/Manrope-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}







 
 
 /* Desktop: keep existing design */
@media (min-width: 768px) {
    .c-plan-row {
        cursor: default;
    }
}

/* Mobile Accordion */
@media (max-width: 767px) {

    .c-plan-head-above {
        display: none !important;
    }

    .c-plan-row {
        display: block !important;
        border: 1px solid rgba(255,255,255,.25)!important;
        border-radius: 12px;
        margin-bottom: 12px;
        overflow: hidden;
        cursor: pointer;
        transition: all .3s ease;    
    }

    /* Plan Name Row */
    .c-plan-row .c-plan-cell:first-child {
        display: flex !important;
        justify-content: space-between;
        align-items: center;
        width: 100%;
               padding: 12px 15px 0px 15px;  
    }

    /* Arrow */
    .c-plan-row .c-plan-cell:first-child::after {
    content: "▼";
        font-size: 12px;
        transition: transform .3s ease;
    }

    .c-plan-row.active .c-plan-cell:first-child::after {
        transform: rotate(180deg);
    }

    /* Hide details */
    .c-plan-row .c-plan-cell:not(:first-child) {
        display: none;
        width: 100%;
        padding: 8px 15px;        text-align: left;
    }

    /* Show details when active */
    .c-plan-row.active .c-plan-cell:not(:first-child) {
        display: block;
    }

    /* Labels */
    .c-plan-row .c-plan-cell:nth-child(2)::before {
        content: "Speed: ";
        font-weight: 600;
    }

    .c-plan-row .c-plan-cell:nth-child(3)::before {
        content: "Quota: ";
        font-weight: 600;
    }

    .c-plan-row .c-plan-cell:nth-child(4)::before {
        content: "Price: ";
        font-weight: 600;
    }

    .c-plan-row.active .c-plan-cell:last-child {
        padding-bottom: 15px;
    }
}











.header__action-8 ul li a {
    font-size: 15px;
}
.header__action-8 ul li {
    margin-right: 6px;
}

.header__action-8 ul li:last-child {
    margin-right: 0!important;
}
@keyframes cs-simple-enter {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 2;
    transform: translateY(0);
  }
}

.cs-card {
    background: rgba(40,41,42,0.8);
    padding: 20px;
    border-radius: 8px;
    border: 1px solid rgb(180 180 180 / 80%);
    height: 100%;
    opacity: 0;
    animation: cs-fade-in 1.5s forwards;
    transition: transform 1.5s ease, box-shadow 1.5s ease;
}

.cs-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 12px 25px var(--cs-shadow);
}
@keyframes cs-fade-in {
    from { opacity: 0; }
    to { opacity: 1; }
}




.cs-card:nth-child(1) { animation-delay: 0.1s; }
.cs-card:nth-child(2) { animation-delay: 0.2s; }
.cs-card:nth-child(3) { animation-delay: 0.3s; }
.cs-card:nth-child(4) { animation-delay: 0.4s; }
.cs-card:nth-child(5) { animation-delay: 0.5s; }
.cs-card:nth-child(6) { animation-delay: 0.6s; }
.cs-card:nth-child(7) { animation-delay: 0.7s; }



.cyber-shield-animated {
  padding: 18px;
  box-sizing: border-box;
  background-color: var(--cs-bg);
  border-radius: 12px;
}


.cs-header {
  text-align: center;
  margin-bottom: 30px;
}

.cs-title {
  font-size: 26px;
  font-weight: 700;
  color: var(--cs-highlight)!important;
  margin: 0;
  text-shadow: 0 0 10px rgba(16, 185, 129, 0.4);
}

.cs-subtitle {
  font-size: 15px;
  color: var(--cs-muted)!important;;
  margin-top: 8px;
}

.cs-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
}

 
 .cs-icon img {
  width: 34px;
  height: auto;
  fill: #000;
}

.cs-icon-box {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

.cs-icon {
    width: 60px;          
    height: 60px;           
    border-radius: 50%;   
    background: var(--cs-highlight);
    color: var(--cs-bg)!important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;      
    margin-right: 15px;
    animation: cs-icon-glow 2s infinite alternate ease-in-out;
    flex-shrink: 0;         
    box-sizing: border-box;  }
 
    
@keyframes cs-icon-glow {
  0% { box-shadow: 0 0 5px var(--cs-highlight); opacity: 0.8; }
  100% { box-shadow: 0 0 15px var(--cs-highlight); opacity: 1; }
}

.cs-feature-title {
  font-size: 16px;
  font-weight: 600;
  color: var(--cs-text)!important;;
  margin: 0;
  line-height: 1.3;
}
.cs-feature-titlex {
  font-size: 18px;
  font-weight: 600;
  color: var(--cs-text)!important;;
  margin: 0;
  line-height: 1.3;
}

.cs-feature-desc {
  color: var(--cs-muted)!important;;
  font-size: 14px;
  margin-top: 10px;
}

.cs-feature-desc a {
  color: var(--cs-highlight)!important;;
  text-decoration: none;
  transition: color .2s ease;
}

.cs-feature-desc a:hover {
  color: #fff!important;;
}


.cs-feature-desc strong {
  color: var(--cs-text)!important;;
}


@media (max-width: 640px) {
  .cs-grid {
    grid-template-columns: 1fr;
  }
}
 

.wwt .faq__item .two-columns a{ color:white!important;  }

.faq__item .two-columns a:hover{ color: #ffcc00 !important;}


/* The main container for the offer box */
.christmas-offer-box {
background: linear-gradient(to top, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.02));    border-radius: 15px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
    padding: 30px !important;  
     border: 1px solid var(--yellow);
 
    color: #ffffff; 
}

 
.offer-title {
    font-size: 2.5em;
    font-weight: 800;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 5px !important;
}

.offer-title .c-accent {
    color:  var(--tp-theme-8);  
}

.offer-subtitle {
    font-size: 1.2em;
    font-weight: 400;
    color: #fff;  
    margin-bottom: 20px !important;
}
 
.christmas-feature-list {
    list-style: none; 
    padding: 0;
    margin: 30px 13px 30px 5px;
    text-align: left;  
    font-size: 18px;
}

.christmas-feature-list li {
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    display: flex;  
    align-items: center;
}

.christmas-feature-list li:last-child {
    border-bottom: none;
}

.offer-icon {
    font-size: 1.2em;
    color: #fdd835;  
    margin-right: 15px;
    width: 20px;  
    text-align: center;
}

 
.offer-price-container {
    text-align: center;
    margin-top: 50px;
    padding-top: 2px;

}

.price-label {
    font-size: 1em;
    color: #fff;
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.offer-price {
    font-size: 3em;  
    font-weight: 900;
    color: var(--yellow); 
    line-height: 1;
    margin: 0;
}

.price-value {
 
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}

.price-disclaimer {
    font-size: 0.8em;
    color: #ffffff;
    opacity: 0.8;
    margin-top: 5px;
}

 
.price-ttc {
    font-size: 0.5em; /* Make it significantly smaller than the main price */
    font-weight: 400;
    vertical-align: top; /* Align it to the top of the 'USD' text */
    margin-left: 5px;
    color: #FFF; /* Use the magenta Gen Z accent color */
    opacity: 0.9;
} 













.black-b .c-addons-box  {background:black!important}



 .fa-xmark:before {
    color: white;}
    
    
.slider__item-12 .container {margin-top:60px}



.menux {
  list-style: none;
  padding: 0;
  margin: 0;
  font-family: 'Arial', sans-serif;
 
  color: #ffffff; margin-top:10px
 
}

.menux li {
  padding: 10px 0px;
  border-bottom: 1px solid #333;
  display: flex;
  align-items: center;
  font-size: 16px;
}

.menux li i {
  margin-right: 10px;
  font-size: 18px;
  width: 20px;
}

.menux li.qr-section {
  flex-direction: column;
  align-items: flex-start;
  border-bottom: none;
}

.menux li.qr-section p {
  margin: 10px 0 5px;
  font-size: 14px;
  color: #ccc;
}

.qr-code {
 
  height: 180px
}


.services__area2 {
 border-radius: 20px;outline: 2px solid var(--tp-common-yellow);
outline-offset: 2px; /* or more for more spacing */ margin:20px;

}
.award__title-8X {
  font-family: var(--tp-ff-manrope);
  font-weight: 300;
  font-size: 26px;
  letter-spacing: -0.02em;
  color: var(--tp-common-white);
  margin-bottom: 6px;
}
.PADD{margin-left:60PX; margin-top:40PX; position:absolute}
.PADD p {
	color:white; font-size:13px
}

.services__icon-8 img{
	 width:200px
}




body {
 
  
   background-color:#231f20;
}


.body-main {
 
   background-color:#231f20;
}


body.body-main {
  position: relative; /* needed so ::before's absolute positions relative to body, not further up the tree */
  background-color: #231f20;
  overflow-x: hidden;
}

body.body-main::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image: url('../img/background/1.png');
  background-repeat: no-repeat;
  background-position: right top;
  pointer-events: none;
  opacity: 0;
  animation:
    bgFadeIn 1s ease-in forwards,
    bgGlow 5s ease-in-out 2s infinite;
}

@keyframes bgFadeIn {
  from { opacity: .2; }
  to   { opacity: 1; }
}

@keyframes bgGlow {
  0%, 85%, 100% {
    filter: drop-shadow(0 0 0px rgba(230, 57, 70, 0));
 
  }
  92% {
    filter: drop-shadow(0 0 35px rgba(230, 57, 70, 0.25));
 
  }
}


























.services__area    {
	background-color:#231f20; border-radius: 20px; border:solid 2px  var(--tp-common-yellow);    margin:15px;

}
.white{
	color:white
}

.award__title-8XX {
  font-family: var(--tp-ff-manrope);
  font-weight: 300;
  font-size: 30px;
  letter-spacing: -0.02em;
  color: var(--tp-common-white);
  margin:30PX 0PX 30PX 0PX;
}

.bann p {
	color:white; font-size:13px
}

.bann  {
	 margin:70px 0px }

  
.bann2 p {
	color:white; font-size:14px
}

.slider-pagination-12 {
	display:none
}
 


@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1400px;
    }
}







 /* Your CSS from before, with small tweaks */


/* Container with border and rounded corners */
.containerx {
  padding: 120px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}

/* Left and Right images: fade in/out with opacity transition */
.left-imagex,
.right-imagex {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0; /* Initially hidden */
  transition: opacity 0.4s ease;
  pointer-events: none; /* So images donâ€™t block hover events */
  z-index: 1;
}

/* Left image on the left side */
.left-imagex {
  left: 0;
  background: url('../img/banner/1.png') no-repeat center left;BORDER-RADIUS: 11PX;
}

/* Right image on the right side */
.right-imagex {
  right: 0;
  background: url('../img/banner/2.png') no-repeat center right;
       
    BORDER-RADIUS: 11PX;
}

/* Content area with horizontal layout */
.contentx {
  position: relative;
  z-index: 2;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 80px;
}

/* ORIGINALS text styling */
.originalsx {
  color: #f3c500;
  font-size: 36px;
  font-weight: bold;
  cursor: pointer;  ; 
  /* No transition on visibility, instant hide/show */
  transition: none;
}

/* OR separator */
.orx {
  color: white;
  font-size: 20px;
}

/* Container for smart icon */
.cyber-smartx {
  cursor: pointer;
  /* no transform rotation if not needed, remove if required */
}

/* Smart icon container */
.cyberx {
  /* No transition to ensure instant hide/show */
  transition: none;
}

/* Responsive: Stack content vertically on small screens */
@media (max-width: 768px) {
  .contentx {
    flex-direction: column;
    gap: 30px;
  }
  
 .slider__title-13 {font-size: 28px!important}
.slider__thumb-13 { margin-top: 25px;}
  
  
  
  
  
  
  

  .left-imagex,
  .right-imagex {
    display: none;
  }
}


 









    .originalsx,
    .cyber-smartx {
      cursor: pointer;
      user-select: none;
    }

    .originalsx {
      color: #f3c500;
      font-size: 40px;
      font-weight: bold;
      transition: visibility 0.3s ease;
    }

    .orx {
      color: white;
      font-size: 20px;
      user-select: none;
    }

    .cyberx img {
      max-width: 200px;
      transition: visibility 0.3s ease;
      user-select: none;
    }

    /* Responsive */
    @media (max-width: 768px) {
      .contentx {
        flex-direction: column;
        gap: 30px;
      }

      .left-imagex,
      .right-imagex {
        display: none;
      }
    }








 /* Shared Banner Styles */
.ban-card {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  border: 2px solid #FFD400;
  background-color: #000;
  cursor: pointer;
  transition: background-color 0.4s ease, transform 0.4s ease;
}

.ban-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity .3s ease, transform 1s ease;
}

/* Hover Overlay Text */
.ban-card::after {
  content: attr(data-title);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 24px;
  font-weight: bold;
  color: #000;
  text-align: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

/* Hover Effects */
.ban-card:hover {
  background-color: #FFD400;
 
}

.ban-card:hover img {
  opacity: 0;
}

.ban-card:hover::after {
  opacity: 1;
}

/* Height Ratios */
.ban-one {
  height: 580px; /* 1/1 */
}

.ban-two,
.ban-three {
  height: 282px; /* 1/2 */
}

.ban-four {
  height: 372px; /* 2/3 */
}

.ban-five {
  height: 192px; /* 1/3 */
}



.ban-cards {
	border:1px solid #707070; border-radius:20px;  padding:50px; margin:0px 20px
}


.back2{
 
    background-image: url(../img/background/2.png);
    background-repeat: no-repeat;
    background-position: right top;
    background-color: #231f20;
}
 

.back3{
 
    background-image: url(../img/background/3.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-color: #231f20;
}
.cs-grid2 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(268px, 1fr));    gap: 20px;
   }

.textx P {
	color:white
}
.adds {
 width:  auto;
  height: 60px;
 }
.baner-h{
	    border-radius: 20px;
    border: solid 2px var(--tp-common-yellow);
    width:100%
}
.baner-0{
 
 
    margin: 15px; 
}

.baner-0x{
 
 
    margin: 15px 15px 0px 15px; 
}


.containerxx {
display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 60px;
  background: #252525;
  color: #fff;
  border-radius: 20px;
  position: relative;min-height: 400px;

  /* strong, outer shadow */
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.8);
  z-index: 1;  
  border-right:1px
  
   }
.mt-50 { margin-top: 50px}
.mt-30 { margin-top: 30px}

  .mainLogox {
    flex: 1 1 1%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .mainLogox img {
 
    max-width: 300px; margin:0 100px
  }

  .rightGridx {
    flex: 1 1 60%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    justify-items: center;
  }

  .logox img {
    width: 160px;
    transition: transform 0.3s ease;
    cursor: pointer;
  }

  .logox:hover img {
    transform: scale(1.05);
  }

  .detailx {
    display: none;
    width: 70%;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
  }

  .detailx.active {
    display: flex;
  }

  .detailx img {
    width: 250px; 
   margin:0px 100px 
  }

  .textx {
    max-width: 600px;
  }

  .textx h2 {
    color: #f5c400;
  }

  .back-btnx {
    color: #f5c400;
    font-size: 22px;
    margin-top: 20px;
    cursor: pointer;
  }

  @media (max-width: 768px) {
    .containerxx {
      flex-direction: column;
      text-align: center;
    }

    .rightGridx {
      grid-template-columns: 1fr;
      gap: 20px;
    }

    .detailx {
      flex-direction: column;
    }
  }
  
  
  
  
  .footer__shape-4 {
  opacity: 0.02;
}
  
  
  .rightGridx {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3 logos per row */
  gap: 20px; /* space between logos */
  justify-items: center;
  align-items: center;
  margin-top: 10px;
}
  
 
  
  .shad1 {
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
    margin-top: -250px;
    z-index: -1;
    position: relative;
}
  
  
  
   /* cccc */

/* ---------- Variables ---------- */
:root{
  --bg: #231f20;          /* dark page background (matches original) */
  --panel: #1b1717;
  --muted: #bdb7b6;
  --text: #efecec;
  --yellow: #FFD400;      /* EXACT yellow you requested */
  --yellow-soft: rgba(255,212,0,0.12);
  --glow: rgba(255,212,0,0.12);
  --maxW: 1100px;
}

/* Prevent horizontal scroll */
*{ box-sizing: border-box; }
html,body{ height:100%; margin:0; padding:0; overflow-x:hidden; letter-spacing:0px!important }

/* ---------- Page ---------- */
.c-body{
  min-height:100vh;
  background:
    radial-gradient(ellipse at center, rgba(0,0,0,0.32), rgba(0,0,0,0.7)),
    var(--bg);
  color:var(--text);
  font-family: 'Montserrat', sans-serif;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
}
.c-container{ max-width: var(--maxW); }

/* ---------- Header ---------- */
.c-header{
  display:flex;
  justify-content:center;
  align-items:center;
  gap:36px;
  flex-wrap:wrap;
  margin-bottom:6px;
}

.c-header .c-tab {
	font-size:21px
}

.header__action-12 img{
	width:29px
}


.c-title-left{
 color: var(--yellow);
    font-weight:700;
    font-size: 36px;
    letter-spacing: 1px;
    border-bottom: 3px solid var(--yellow);
    padding-bottom: 6px;
    margin-top: 8px; 
}
.c-or{ color:#ffffff; font-weight:700; font-size:20px; }
.c-title-right{
  color:transparent;
  -webkit-text-stroke:1px var(--yellow);
  font-weight:700;
  font-size:36px;opacity:.5
}


 

.c-title-center {
    color: var(--yellow);
    font-weight: 700;
    font-size: 36px;
    letter-spacing: 1px;
    padding-bottom: 0px;
    margin-top: 0px;
    margin-bottom: 0px;line-height: .725;
}
 
/* Picker icon */
.custom-time input::-webkit-calendar-picker-indicator {
  filter: invert(1);
  opacity: 0.8;
  cursor: pointer; color: var(--text)!important; 
}

/* Focus style */
.custom-time input:focus {
  outline: none;
  border-color: #fff;
  box-shadow: 0 0 0 1px rgba(255,255,255,0.6); color: var(--text)!important; 
}
 
 .custom-time, .custom-time * { color: var(--text) !important;}
 
 .custom-time input {
    background-color: transparent;
        color: var(--text)!important;    caret-color: var(--text)!important;  
    border: 0px solid rgba(255, 255, 255, 0.4)!important;border-bottom: 1px solid rgba(255, 255, 255, 0.14)!important;;
    padding: 0;
   
    width: 100%;
    font-size: 16px;
}
 
 .contact__input-2 input, .contact__input-2 textarea{
    background-color: transparent!important;
      
}
 .white{
	color:white!important
}

.pl-0 {
	padding-left:0px!important
}

/* Breadcrumb and tabs */
.c-breadcrumb{ color:var(--muted); font-size:13px; text-align:center; }
.c-accent{ color:var(--yellow); font-weight:700; }

.c-tabs{ gap:12px; margin-top:8px; }
.c-tab{
  background:transparent;
  color:var(--text);
  border:1px solid rgba(255,255,255,0.04);
  padding:8px 18px;
  border-radius:28px;
  font-weight:600;
  transition:all .18s ease;
}
.c-tab:hover{ transform:translateY(-3px);    color: var(--yellow); background: linear-gradient(180deg, rgba(255,212,0,0.09), rgba(255,212,0,0.02));
  color:var(--yellow);
  border-color: rgba(255,212,0,0.28);
 }
.c-tab-active , .c-tab-active:hover{
  background: linear-gradient(180deg, rgba(255,212,0,0.09), rgba(255,212,0,0.02));
  color:var(--yellow);
  border-color: rgba(255,212,0,0.28);
  
  
  
      background: var(--n-yellow);
    color: #141213;
    font-weight: 700;
    border: none;
}

/* Description */
.c-desc-title{ color:var(--text); font-size:15px; margin-bottom:8px; text-align:center; font-weight:700 }
.c-desc-sub{ color:var(--muted); font-size:14px; line-height:1.6; text-align:center; padding:0px; margin-bottom:40px }

/* ---------- Plans header labels (above table) ---------- */
.c-plan-head-above{
    display: flex;
    gap: 0;
    margin-bottom: 28px;
    padding: 6px 12px;
    border-radius: 12px;
    border: 1px solid var(--yellow);
    background: linear-gradient(180deg, rgb(225 225 225 / 10%), rgb(153 150 150 / 32%));
    color: white;
    font-weight:400; font-size:16px; margin-top:25px; color:white
    
    }
  
.c-plan-head-above .c-label{
  font-weight:400;
  font-size:16px;
  padding:8px 12px; text-align:left
}

/* Small screens: wrap labels */
@media (max-width:767.98px){
  .c-plan-head-above{ flex-wrap:wrap; }
  .c-plan-head-above .c-label{ width:50%; }
}

/* ---------- Plan wrapper + table ---------- */
.c-plan-wrapper{
  border-radius:14px;
  padding:10px;
 
}

.c-section-title {
	color:white; font-size:26px
}
.c-section-title2 {
	color:white; font-size:23px
}


.c-plan-table{ margin-top:6px
 }

/* plan row */
.c-plan-row{
  margin:9px 12px;
  border-bottom: 1px solid var(--yellow);
  transition: transform 360ms cubic-bezier(.2,.9,.2,1), box-shadow 360ms;
  position:relative;
  background:transparent;    padding-bottom: 8px;
}
.c-plan-row:last-child{ border-bottom:none; }









/* cells */
.c-plan-cell{
  padding:6px 12px;
  font-size:14px;
  color:var(--text); text-align:center
}

/* vertical separators on md+ */
@media (min-width:768px){
  .c-plan-cell + .c-plan-cell{ border-left:1px dashed rgba(255,255,255,0.03); }
}

/* plan name and hover yellow text */
.c-plan-name{ display:flex; flex-direction:column; gap:1px;  
    text-align: center;}
.c-plan-main{ font-weight:700; letter-spacing:0.6px; }
.c-plan-hover{
  color:var(--yellow);
  font-weight:500;
  font-size:13px;
  opacity:0;
  transform:translateY(-6px);
  max-height:0;
  transition: opacity 320ms ease, transform 320ms ease, max-height 420ms ease;
  display:block;
  white-space: normal;
  line-height: normal;  margin-left:15px; margin-bottom:5px ; padding-right:20px ;  
}

/* Hover effect: lift, reveal yellow text (two lines allowed) */
.c-plan-row:hover{
  transform: translateY(0px);
  box-shadow: 0 6px 0px var(--glow);
  z-index:5;
  background: linear-gradient(180deg, rgba(255,255,255,0.01), rgba(255,255,255,0.00));
}
.c-plan-row:hover .c-plan-hover{
  opacity:1;
  transform:translateY(0);
  max-height:64px;
}
.c-plan-row:hover .c-plan-cell{ color:#ffffff; }

/* ---------- Addons box (single border) ---------- */
.c-addons-box{
  border-radius:16px;
  padding:18px;
  border:1px solid var(--yellow);
  background: linear-gradient(180deg, rgba(0,0,0,0.02), rgba(0,0,0,0.03));
  box-shadow: 0 12px 40px rgba(0,0,0,0.55);
}


.c-addons-box2{
  border-radius:16px;
  padding:18px;
  border:1px solid #707070;
  background: linear-gradient(180deg, rgba(0,0,0,0.02), rgba(0,0,0,0.03));
  box-shadow: 0 12px 40px rgba(0,0,0,0.55);
}






.c-addons-grid{ margin:0; }

/* individual addon card inside the big box */
.c-addon{
  background: transparent;
  padding:14px;
  min-height:120px;
  border-radius:10px;
}
.c-addon h6{ font-weight:400; margin-bottom:6px; font-size:24px ; color:white; text-align:center}
.c-addon-price{ color:var(--yellow); font-weight:700; margin-bottom:-5px; font-size:14px; text-align:center ; margin-top:20px}
.c-addon-desc{ color:white; font-size:13px;  text-align:center}
.c-addon-desc2{ color:white; font-size:15px;  text-align:left}
/* ---------- Form: bottom border only white style ---------- */
.c-form-area{
  background:transparent;
  border-radius:12px;
  padding:22px;
  margin-bottom:0px;
}

.c-form-area H4{ font-size:24PX; font-weight:400
}
.form-control.c-field,
.form-select.c-field{
  background:transparent;
  color:var(--text);
  border: none;
  border-bottom:1px solid rgba(255,255,255,0.14);
  border-radius:0;
  height:44px;
  box-shadow:none;  width: 100%;  
}


.nice-select .option {
    color: #ffffff;
    background-color: black;
}
form div{
	padding:10px
}
 








.form-control.c-field::placeholder{ color:#707070 }
.form-select.c-field{ padding-left:0.5rem; }
.form-control.c-field:focus,
.form-select.c-field:focus{
  outline:none;
  box-shadow: 0 4px 18px rgba(255,212,0,0.06);
  border-bottom:2px solid rgba(255,212,0,0.5);
}

/* Apply button â€” small rounded yellow (bottom-right like screenshot) */
 
.text-right{
	text-align:right
}


html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  overflow-x: hidden;   /* remove horizontal scroll */
  overflow-y: auto;     /* normal vertical scroll */
}

body.body-sub1 {
  background-image:
    url('../img/background/right.png'),
    url('../img/background/left.png');
  background-position:
    right 600px,
    left 1700px;
  background-repeat: no-repeat, no-repeat;
  background-attachment: scroll, scroll; /* makes them move with page */
  background-size: auto, auto;
 
}



.nice-select::after {
        color: #ffffff;
}


.c-apply {
    color: var(--yellow);
  
    border-radius: 8px;
    padding: 5px 26px;
    font-weight: 400;
    box-shadow: 0 8px 30px rgba(255, 212, 0, 0.12);
    border: 1px solid var(--yellow);
    transition: transform 200ms 
ease, box-shadow 200ms 
ease; background-color:transparent; font-size:14px;    position: relative;
}

.r10{
	border-radius:10px
}
.c-apply:hover{ transform:translateY(-4px); box-shadow: 0 18px 60px rgba(255,212,0,0.22); color:white; border:white 1px solid }


.two-columns {
    columns: 2; /* 2 columns */
  -webkit-columns: 2;
  -moz-columns: 2;
  column-gap: 40px; /* space between columns */
}


.regions {
    padding-left: 20px; /* keep bullet for main items */
}

 .region {
    font-size: 16px; 
    margin-top: 10px;color: var(--yellow);
}

.regions .sub {
    list-style: none;   font-family: var(--tp-ff-body);
    font-size: var(--tp-fz-body);  color:white 
}

 #cvUpload{opacity: 0; width: 100%; height: 50px; position: absolute; left: 0; top: 0; cursor: pointer;} 
.c-field2{display: flex; align-items: center; justify-content: space-between; cursor: pointer; margin-top:-10PX}


.small-t {
    display: block;
    font-weight: bold;
    padding: 2px 0px 0px 0px;
    font-size: 16px;
    color: var(--yellow);
}



/* ---------- Responsive tweaks ---------- */

@media (max-width:1199px){
  .header__action-8{ display:none};
 
}

@media only screen and (min-width: 402px) and (max-width: 1199px) {
    .slider__title-13 {
   font-size:32px    }
}


 






@media (max-width:991.98px){
  .c-title-left, .c-title-right, .c-title-center{ font-size:28px; }
  .c-plan-head-above .c-label{ width:50%; }
  .c-plan-cell.text-end{ text-align:left !important; }
  
  
  .slider__area  {margin-top: 100px;}
    .header__bottom-8 {padding-top: 5px;padding-bottom: 5px;}

    .slider__item-12 .row {flex-direction: column-reverse;}
  .slider__thumb-13 {margin-top: 50px;}

  
  
  
  
  
}

@media (max-width:575.98px){
  .c-header{ gap:10px; }
  .c-title-left, .c-title-right, .c-title-center{ font-size:22px; }
  .c-container{ padding-left:12px; padding-right:12px; }
  .c-plan-hover{ font-size:12px; }
    .rightGridx {display: block;    grid-template-columns: 1fr; /* 1 column */
}
   .rightGridx img{ padding:11px}
 .back-about  {margin-top:-70px!important}
  
 
  
}

 

.notice ul {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #fff;
  font-size: 14px;
  line-height: 1.6;
}

.notice ul li {
  align-items: flex-start;
  gap: 6px; /* space between dash and text */
}

.notice ul li::before {
  content: "-";
  flex-shrink: 0; /* keeps dash fixed on left */
}

.notice ul li a {
  color: var(--yellow);;
  text-decoration: underline;
}
.notice span {
	color:white
}

.ht50 {
	height:100px
}

.faq__item  .two-columns {
  list-style: none;
  padding: 0;
  margin: 0;
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2; text-align:left; color:white
}
.faq__item  .two-columns li {
  break-inside: avoid;
  padding: 4px 0;
}

.logos img {
	margin-right:25px;   margin-bottom:20px;    max-width: 100px;   border-radius: 20px;
}



.location-info {
  list-style: none;
  padding: 0;
  margin: 20px 0;
  color: #fff;
}

.location-info li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 6px 0;
}

.location-info i {
  color: var(--yellow);
  font-size: 16px;
  min-width: 20px;
  margin-top: 3px;
}

.location-info a {
  color: var(--yellow);
  text-decoration: none;
  font-weight: 500;
  cursor: pointer;
}

.location-info a:hover {
  opacity: 0.8;
}

.ui-dialog-titlebar {
  background: var(--yellow);
  color: #000;
  border: none;
  font-weight: bold;
}

.ui-dialog {
  box-shadow: 0 0 20px rgba(255, 212, 0, 0.5);
  border-radius: 10px;
  overflow: hidden;
}

.ui-dialog .ui-dialog-content {
  padding: 0;
  overflow: hidden;
}

#dialog {
  display: none;
}

#dvMap {
  width: 100%;
  height: 100%;
}
.icons {
	 width:19px; margin-right:12px; margin-bottom:3px
}
.accordion-button:hover { color: var(--yellow)!important;}
.faq__wrapper,
.faq__wrapper .accordion-button,
.faq__wrapper .accordion-body {
    color: #ffffff !important;
}
.faq__style-4 .accordion-body p {
    font-size: 14px;
    padding-right: 5px;
}
/* Accordion Background */
 .faq__wrapper .accordion-button:not(.collapsed) .accordion-btn::before
 {
   
   background-color:  transparent!important
}




 
.faq__style-4 .accordion-button {
    font-size: 18px;}


/* Bullet points */
.accordion-body ul {
    padding-left: 22px;
    margin: 10px 0;
}

.accordion-body ul li {
    margin-bottom: 7px;
    color: #ffffff;
}

/* Yellow links */
.accordion-body a {
    color: #ffcc00 !important;
    font-weight: 600;
     
}

.faq__style-4 .accordion-item:last-of-type
 {
    border-bottom: 0px solid #707070!important;
}


.sidebar__widget ul li a {
    font-family: var(--tp-ff-manrope);
    font-weight: 500;
    font-size: 15px;
    color: var(--muted);
    position: relative;
    padding-left: 14px;
    background: #2c2c2c;
    MARGIN-TOP: 11px;padding-left:22px;    border-radius: 4px;}



.sidebar__widget ul li a::after
 {
      left: 13px!important;
   
}

.sidebar__widget ul li a:hover {
    background:  var(--tp-theme-8);}

.sidebar__widget ul li .active {
    background:  var(--tp-theme-8); color:white}



.sidebar__widget ul li a span {  color: var(--muted);}



.point{ text-align:center; color:white; margin-top:20px}

 .point p{
    margin-bottom: 0px;
    font-size: 15px;
    line-height: 26px;
    color: white;
    text-align: center;
} 

.point-cs-title {
    font-size: 23px!important;
    font-weight: 600;
    color: var(--cs-highlight) !important;
     margin-bottom:17px!important
 
}
.red{ color:var(--tp-theme-8);
	
}

.sidebar__widget ul li a::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 20px; 
      background-color: #ffffff; 
}

  
  .c-plan-head-above .c-label {
  flex: 1 1 20%; /* Each column takes 20% of row */
  padding: 10px;
  box-sizing: border-box;    text-align: center;
}

/* Responsive: stack on small screens */
@media (max-width: 1400px) {
#side-banner-wrapper{display:none}
}

@media (max-width: 991px) {


.bann3{width:100%}


.offcanvas__area offcanvas__area-1 {display:none}



}








 .leftm1{display:block}
 .leftm2{ display:none}
 



/* Responsive: stack on small screens */
@media (max-width: 768px) {
  .c-plan-head-above .c-label {
    flex: 1 1 50%; /* 2 per row on small screens */
  }
  
 

 
 
 
 .leftm1{display:none}
 .leftm2{display:block}
 
 
 

}




/* Responsive */
@media (max-width: 992px) {
  .ban-one {
    height: 350px;
  }

  .ban-two,
  .ban-three,
  .ban-four,
  .ban-five {
    height: 200px;
  }

  .ban-card::after {
    font-size: 20px;
  }
  
  .slider__btn-13 { margin-bottom: 60px;}
.slider__item-12 .container {margin-top: 20px;}


 ul[style*="column-count"] {
    -webkit-column-count: 2!important;
    -moz-column-count: 2 !important;
    column-count: 2 !important;
  }

  
}

 
@media (max-width: 600px) {

 ul[style*="column-count"] {
    -webkit-column-count: 1 !important;
    -moz-column-count: 1 !important;
    column-count: 1 !important;
  }


  #dialog {
    width: 95% !important;
    height: 400px !important;
  }
  .slider__btn-13 { margin-bottom: 0px;
}
.c-plan-head-above .c-label {padding: 3px;}
.slider__thumb-13 img {width: 100%;}
.slider__thumb-13 {margin-top: 0px;}
  .gap-3 { gap: 1rem !important; padding-top: 15px;}
}
  
.c-plan-row:hover .c-plan-hover { max-height: 110px;}

.form-control {padding: .2rem .5rem;}

input[type=text], input[type=email], input[type=tel], input[type=number], input[type=password], textarea {
  
    padding-left: 8px;
    padding-right: 15px;
}

@media (max-width: 580px) {

h2 {
    font-size: 26px!important;
}
.ban-cards { padding:10px;}
.faq__wrapper .accordion-button{ padding-right: 0px!important; padding-left: 0px!important;;}
    .detailx img {width: 203px;}
  .logox img
 {width: 140px; display:block}  
 .containerxx { padding: 10px;}
    
    .c-header .c-tab {
    font-size: 17px;
}
.c-or {
    color: rgb(255, 255, 255);
    font-weight: 500;
    font-size: 16px;
}



    .faq__wrapper .accordion-body { padding-right: 0px;padding-left: 0px;}
    

  .ban-card { border-radius: 16px;        margin-bottom: 16px;    padding:0px;}
  .ban-card::after {font-size: 18px;}
  


  .c-plan-head-above .c-label {
    flex: 1 1 100%; /* 1 per row on very small screens */
  }
.c-plan-cell {
    padding: 0px 14px;}





	
}



.header__action-8 ul li a  {color: var(--yellow)}
.header__action-8 ul li a:hover {color:var(--tp-theme-8);}
.header__action-8 ul li .fa{margin:2px}



    .yellow {color: var(--yellow)!important}
  
  

.c-addons-box p{color:white; margin-top:10px; font-size:14px}
.cit {
    font-weight: 500;
    font-size: 23px;
    letter-spacing: -0.02em;
    color: white;
    padding-top: 0;
    padding-bottom: 0;  margin-top:40px }
  
.footer__logo img {
	width:90px
}

.footer__social-8 a {

    width: 38px;
    height: 38px;
    line-height: 40px;
    text-align: center;
    color: var(--tp-common-white);
    margin-right: 5px;
    background-color: #313446;
    border-radius: 10px;
}


/* === Banner Styling === */
  .banner-box {
    width: 225px;
    height: 270px;
    border: 1px solid #FFD400;
    border-radius: 12px;
    box-shadow: 0 0 10px rgba(255, 212, 0, 0.7);
    overflow: hidden;
    background: #000;
  }

  .banner-box:hover {
    box-shadow: 0 0 20px rgba(255, 212, 0, .3);
  }

  #side-banner-wrapper {
    position: relative;
    min-height: 270px; position: absolute;
  }

  #side-banner {
    position: fixed;
    left: 60px;
    top: 220px; /* below header */
    z-index: 1000;
    will-change: transform; /* smoother scroll performance */
    transition: top 0.2s ease-in-out;
  }

  #side-banner img {
    width: 100%;
    display: block;
  }
  
  
  
  
  .mean-container .mean-nav ul li a, .mean-container .mean-nav ul li span {
    color: white;
}
  .mobile-menu-3 {
	margin-top:50px
}
  
  
  .fa-add:before, .fa-plus:before {
    color: white;
    font-size: 14px;
}

  .mean-container .mean-nav ul li a.mean-expand, .mean-container .mean-nav ul li span.mean-expand {
    margin-top: 8px;
 
    border: 0px solid #ebebeb !important;
    height: 24px;
    width: 24px;
    color: var(--tp-common-black);
    line-height: 22px;
    top: 0;
    font-weight: 400; 
}
  .mean-container .mean-nav ul li a { text-transform:none!important}
  .mean-container .mean-nav ul li a.mean-expand.mean-clicked:hover i {
    color: var(--tp-common-white);
 
}
  
.mean-container .mean-nav ul li a.mean-expand.mean-clicked:hover {
	    background:  transparent!important;
 
    border-color: transparent!important
}
 
  .mean-container .mean-nav ul li a.mean-expand.mean-clicked:hover {
	    background:  transparent!important;
 
    border-color: transparent!important

}
  
  .mean-container .mean-nav ul li.dropdown-opened > a.mean-expand.mean-clicked {
     background:  transparent!important;
 
    border-color: transparent!important
}
  .offcanvas__close-btn:hover {
    background-color:  transparent;
    border-color: var(--tp-theme-1;
    color: var(--tp-common-white);
}

 
 
 
 
 
 
 
 
 
/* Make all slides equal height */
.n-tailored-slider .swiper-wrapper {
    align-items: stretch;
}

.n-tailored-slider .swiper-slide {
    height: auto;
    display: flex;
}

/* Make each card fill the slide */
.n-mini-card {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding: 20px; /* if needed */
}

/* Push the button to the bottom */
.n-mini-card ul {
    flex: 1;
}

.n-mini-more {
    margin-top: auto;
}
 

  .swiper-button-next, 
  .swiper-button-prev {
    color: #fff !important;
    background: #000;
    width: 45px !important;
    height: 45px !important;
    border-radius: 50%;
    transition: all 0.3s ease;
  }

  .swiper-button-next:hover, 
  .swiper-button-prev:hover {
    transform: scale(1.2);
  }

  .swiper-button-next:after, 
  .swiper-button-prev:after {
    font-size: 16px !important;
    font-weight: bold;
  }
 


