  html, body {
      overflow-x: hidden;
    }

    body {
      margin: 0;
      padding: 30px;
      box-sizing: border-box;
      background: white;
      font-family: 'Inter', sans-serif;
    }
    body a{
        text-decoration:none;
    }
    

   .main-bg {
  background-image: url('../images/banner-bg.png');
  background-size: cover; /* fills the section nicely */
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 20px;
  overflow: hidden; /* ensures rounded corners apply to bg image */
  width: 100%;
  height: 1175px;
}



.header {
  border-radius: 50px;
  border: 1px solid #E0E0E0;
  background: #FFF;
  box-shadow: 0 11px 24px rgba(0, 0, 0, 0.09);

  padding: 15px 30px;
  position: relative;

  min-height: 87px; /* FIXED */
}

/* Logo */
.logo {
  width: 58px;
  height: auto;
}

/* Nav links */
.nav-links {
  display: flex;
  gap: 30px;
}

.nav-links a {
  color: #1E1E1E;
  font-size: 15px;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  letter-spacing: -0.5px;
  text-transform: uppercase;
  text-decoration: none;
  transition: 0.3s;
}

.nav-links a:hover {
  color: #EE1E4F;
}

/* Buttons */
.btn-group {
  display: flex;
  gap: 10px;
}
.btn-1 { padding: 10px 20px; background: transparent; border-radius: 25px; border: 1px solid black; font-weight: 500; }
.btn-2 {
  padding: 10px 20px;
  border: none;
  border-radius: 25px;
  color: #fff;
  font-weight: 500;
  background: linear-gradient(180deg, #EE1E4F 0%, #88112D 127.7%);
}

/* Toggle */
.menu-toggle {
  display: none;
  font-size: 26px;
  cursor: pointer;
}

/* Mobile button hidden by default */
.mob-btn {
  display: none !important;
}
    .space-txt{
        color: #1E1E1E;
text-align:center;
padding-top:80px;
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: 18px; /* 120% */
letter-spacing: 19.5px;
text-transform: uppercase;
    }
    .heading{
        margin-top:34px;
        color: #1E1E1E;
text-align: center;
font-family: Raleway;
font-size: 70px;
font-style: normal;
font-weight: 500;
line-height: 92px; /* 131.429% */
letter-spacing: -1.35px;
text-transform: capitalize;
    }
    .heading span{
        background: #CB1A43;
        padding:5px;
        color:white;
        border-radius :5px;
    }
    .hero-para{
        margin-top:28px;
        color: #1E1E1E;
text-align: center;
font-size: 17.5px;
font-style: normal;
font-weight: 400;
line-height: 28px; /* 160% */
    }
img.banner-img {
    width: 85%;
    margin: auto;
    display: table;
}
    .home-section h1{
        margin-top:50px;
       color: #1E1E1E;
text-align: center;
font-family: Raleway;
font-size: 55px;
font-style: normal;
font-weight: 500;
line-height: 92px; /* 131.429% */
letter-spacing: -1.35px;
text-transform: capitalize; 
    }
    .home-section h3{
        margin-top:20px;
       color: #1E1E1E;
text-align: center;
font-family: Raleway;
font-size: 40px;
font-style: normal;
font-weight: 500;
line-height: 92px; /* 131.429% */
letter-spacing: -1.35px;
text-transform: capitalize; 
    }
    .home-box{
        display:flex;
        align-items:center;
        justify-content:center;
        gap:20px;
    }
    .home-box h2{
        margin-top:10px;
       color: #1E1E1E;
text-align: left;
font-family: Raleway;
font-size: 25px;
font-style: normal;
font-weight: 500;
line-height: 20px; /* 131.429% */
letter-spacing: -1.35px;
text-transform: capitalize; 
    }
    .home-section p{
         margin:10px 0px;
        color: #1E1E1E;
text-align: center;
font-size: 17.5px;
font-style: normal;
font-weight: 400;
line-height: 28px; /* 160% */
    }
    .home-box p{
         margin-top:10px;
        color: #1E1E1E;
text-align: left;
font-size: 17.5px;
font-style: normal;
font-weight: 400;
line-height: 28px; /* 160% */
    }
    
    .sec-2 h2{
        color: #1E1E1E;
font-family: 'Raleway', sans-serif;
font-size: 55px;
font-style: normal;
font-weight: 600;
line-height: 92px; /* 167.273% */
letter-spacing: -1.35px;
text-transform: capitalize;
    }
     .logos{
        display:flex;
        align-items:center;
        justify-content:space-between;  
        margin-top:56px;
    }
    .sec-3{
        margin-top:40px;
    }
   
    .head-text{
        color: #1E1E1E;
font-family: 'Raleway', sans-serif;
font-size: 55px;
font-style: normal;
font-weight: 600;
line-height: 55px; /* 100% */
letter-spacing: -1.35px;
text-transform: capitalize;
text-align:center;
margin-top:25px;
margin-bottom: 40px;
}
.about-box{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:40px;
}
.about-txt{
    display:flex;
    padding:60px 48px;
    flex-direction:column;
    width: 659.634px;
    height:869.41px;
    border-radius: 40px;
border: 1px solid #000;
background: #F4F4F4;
}
.sec-3 h2{
    color: #1E1E1E;
font-family: 'Raleway', sans-serif;
font-size: 40px;
font-style: normal;
font-weight: 400;
line-height: 54px; /* 135% */
letter-spacing: -1.35px;
text-transform: capitalize;
}
.sec-3 p{
    margin-top:10px;
    color: #000;
font-size: 18px;
font-style: normal;
font-weight: 300;
line-height: 25px; /* 183.333% */
}
.sec-4{
     background-image: url('../images/offer-bg.png');
      background-size: cover; /* fills the section nicely */
  background-position: center center;
  background-repeat: no-repeat;
  width:100%;
  height:1250px;
  margin-top:150px;
  border-radius: 20px;
  overflow: hidden;
}
.service-box {
    background: #fff;
    border-radius: 30px;
    padding: 20px 40px;
}

.service-box h2 {
    font-family: Raleway, sans-serif;
    color: #1E1E1E;
}
.service-box ul li a {
    text-decoration: none;
    color: black; /* Initial color */
}

.service-box ul li a:hover {
    color: #88112d; /* Color on hover */
}
.service-box ul li{
    font-weight:600;
}

/* People Search two-column layout */
.service-columns-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

/* ROW 2 Ã¢â‚¬â€ Business + DMV (2 columns) */
.row-two {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    margin-top: 20px;
}

/* ROW 3 Ã¢â‚¬â€ 3 columns */
.row-three {
    display: grid;
    grid-template-columns: 1fr  1fr;
    gap: 50px;
    margin-top: 20px;
}

/* Bullet styling */
ul {
    list-style-type: disc;
    font-size: 16px;
    line-height: 28px;
    padding-left: 20px;
}

.report-cards{
    margin:40px 0px;
    padding:20px;
    background:#FFEFEF;
    border-radius: 20px;
}
.report-cards h1{
    text-align:center;
    margin:20px 0px;
}
.report-cards ul li a{
     font-family: Raleway, sans-serif;
      text-decoration: none;
    color: black; /* Initial color */
    font-weight:600;
}
.report-cards ul li a:hover{
    color: #88112d;
}
.box-container{
    display:flex;
    align-items:center;
    gap:30px;
    margin-top:30px;
}
.box {
  display: flex;
  flex-direction: column;
  background: white;
  padding: 30px;
  border-radius: 40px;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  height: 361px;
  width:323px;
  padding-left:20px;
}

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

/* Add spacing between boxes */
.row {
  row-gap: 40px; /* vertical spacing between rows */
  column-gap: 30px; /* horizontal spacing between columns */
}

.box h3 {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 100% */
  margin-top: 40px;
}

.box p {
  color: #1E1E1E;
  margin-top: 10px;
  margin-bottom: 0px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 33px; /* 183.333% */
  opacity: 0.8;
}

.box .btn {
  color: #1E1E1E;
  margin-top: 26px;
  text-align: start;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 33px; /* 183.333% */
  text-decoration: underline;
  text-transform: capitalize;
}
.pkgs{
    margin-top:100px;
    display:flex;
    justify-content:space-around;
}
.pkg-box {
  position: relative;
  z-index: 1;
  background-size: contain; /* fills the section nicely */
  background-position: center center;
  background-repeat: no-repeat;
  width:393px;
   transition: transform 0.3s ease; 
}
.pkg-box:hover {
  transform: scale(1.1) translateY(-10px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

.bttn {
  position: absolute;
  top: -47px;
  width: 231.156px;
height: 58.464px;
flex-shrink: 0;
  left: 50%; /* center horizontally */
  transform: translateX(-50%);
  z-index: 5;
  border-radius: 29.232px;
border: 1px solid #000;
background: #E61D4C;
color: #FFF;
text-align: center;
font-size: 17.145px;
font-style: normal;
font-weight: 600;
line-height: 17.99px; /* 104.931% */
text-transform: capitalize;
}
.num-box{
    background:#05331F;
    position: absolute;
    right:12px;
    top:12px;
    width:52px;
    height:52px;
    color:white;
    border-radius:10px;
}
.num-box svg{
    margin-top:0px;
}
.content{
    position: absolute;
    left:50px;
    top:85px;
    right:50px;
}
.content p{
    font-family: 'Poppins', sans-serif;
}
.pkg-name{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-top:30px;
}
.pkg-name .line {
  border-left: 1px solid #454545;
  padding-left: 10px;
  display: flex;
  align-items: center; /* vertically centers the text */
  height: 100%; /* make sure it takes full height if inside a parent */
}
.line h2 {
  color: #454545;
  font-size: 14.391px;
  font-style: normal;
  font-weight: 400;
  line-height: 26.983px;
  text-transform: capitalize;
  margin: 0; /* removes default top/bottom space */
}

.pkg-para {
    margin-top:30px;
  max-height: 170px; /* adjust height to see scroll clearly */
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 5px;
  position: relative;
}

/* optional Ã¢â‚¬â€ make it look nicer */
.pkg-para::-webkit-scrollbar {
  width: 6px;
}
.pkg-para::-webkit-scrollbar-thumb {
  background-color: #bbb;
  border-radius: 3px;
}
.pkg-para::-webkit-scrollbar-thumb:hover {
  background-color: #999;
}


.tick-para{
    color: #454545;
font-family: 'Poppins', sans-serif;
font-size: 14.391px;
font-style: normal;
font-weight: 300;
line-height: 26.983px; /* 187.5% */
text-transform: capitalize;
}
.blog h2{
    margin-top:20px;
    color: #010305;
font-family: 'Inter', sans-serif;
font-size: 13px;
font-style: normal;
font-weight: 600;
line-height: 19.5px; /* 150% */
letter-spacing: 0.8px;
text-transform: uppercase;
}
.blog h1{
    margin-top:10px;
    color: #010305;
font-family: 'Inter', sans-serif;
font-size: 22.5px;
font-style: normal;
font-weight: 600;
line-height: 28.8px; /* 128% */
}
.dates{
    display:flex;
    align-items:center;
 gap: 30px;
}
.dates p{
    color: #A5A6AA;
font-family: "Kumbh Sans";
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 21px; /* 150% */
}
.blog-cards{
    padding-top:40px;
    display:flex;
    align-items:center;
    gap:30px;
    
}
.custom-dots {
  text-align: center;
  margin-top: 20px;
}

.custom-dots span {
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: #ccc;
  border-radius: 50%;
  margin: 0 5px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.custom-dots .active {
  background-color: #E61D4C; /* Active dot color */
}

.sec-6{
    margin-top:80px;
}
.sec-7{
    margin-top:150px;
}
.sec-7 h1{
    color: #1E1E1E;
font-family: Raleway;
font-size: 50px;
font-style: normal;
font-weight: 700;
line-height: 59px; /* 118% */
}
.client-box{
    display:flex ;
    justify-content:space-between;
    align-items:center;
    margin-bottom: 50px;
}
.client-sec{
    display:flex ;
    justify-content:space-between;
    align-items:center; 
    gap:40px;
}
.google-box{
    display:flex ;
    justify-content:space-between;
    align-items:center; 
    gap:10px;
}
.google-txt{
    color: rgba(0, 0, 0, 0.75);
font-family: "DM Sans";
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: 22.5px; /* 150% */
}
.google-txt p{
    margin-top:0px;
    margin-bottom:0px;
}
.testimonial-box{
    display:flex;
    align-items:center;
    gap:30px;
}
.testimonial{
    border-radius: 8px;
background: linear-gradient(312deg, #F8F7F3 30%, #F2F5F1 70%);
height: 415.45px;
display:flex;
flex-direction:column;
gap:20px;
padding:20px;
width:33%;
}
svg{
    margin-top:40px;
}
.testimonial p{
    color: rgba(0, 0, 0, 0.75);
font-family: "DM Sans";
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: 27px; /* 180% */
}
.img-con{
    margin-top:60px;
    display:flex ;
    align-items:center; 
    gap:20px;
}
.img-txt h5{
    color: #000;
font-family: "DM Sans";
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 19.2px; /* 120% */
}
.img-txt p{
    color: #0F3D3A;
    background: white;
    padding: 6px;
    border-radius: 3px;
    font-family: "DM Sans";
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 12px; /* 100% */
}

.news{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    margin-bottom: 150px;
    margin-top: 150px;
}
.stars{
    position: absolute;
    top: 8px;
    left: 500px;
}
.news h1{
color: #000;
font-family: 'Inter', sans-serif;
text-align: center;
font-size: 42.77px;
font-style: normal;
font-weight: 600;
line-height: 44.195px; 
font-variant: small-caps;
letter-spacing: -2.566px;
}
.news p{
    color: #1E1E1E;
margin-top: 34px;
text-align: center;
font-family: 'Inter', sans-serif;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 33px; /* 183.333% */
letter-spacing: -0.72px;
text-transform: capitalize;
}
.box-input {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.box-input input {
    width: 783.586px;
    height: 81.732px;
    background: #fff;
    border: 1.5px solid #000;
    border-radius: 10px;
    box-shadow: 2px 8px 0 #252525;
    outline: none;

    /* Ã¢Å“â€¦ Text styling (matches placeholder) */
    color: #1E1E1E;
   font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 33px;
    letter-spacing: -0.72px;
    text-transform: capitalize;

    /* Ã¢Å“â€¦ This controls where text starts */
    padding-left: 40px;
}

/* Placeholder styling */
.box-input input::placeholder {
    color: #1E1E1E;
    opacity: 0.37;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 33px;
    letter-spacing: -0.72px;
    text-transform: capitalize;
    text-align: left;
}

/* Arrow button styling */
.input-arrow {
    width: 83.918px;
    height: 55px;
    border-radius: 4px;
    background: #A61537;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: -100px;
    z-index: 99;
    cursor: pointer;
    transition: background 0.3s ease, transform 0.3s ease;
}

footer{
background: #A61537;
border-radius:60px;
display: flex;
flex-direction: column;

}
.footer-con{
margin-top:50px;
display: flex;
justify-content: space-between;
 padding:0px 145px;
}
.footer-item {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 45px;
  margin: 30px 0;
}

.footer-item a {
  color: #fff;
     font-family: Raleway, sans-serif;
  font-size: 19px;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
  position: relative;
  padding: 0 10px;
  transition: color 0.3s ease, transform 0.3s ease;
  
}

/* vertical line separator */
.footer-item a:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -12px;
  top: 50%;
  transform: translateY(-50%);
  height: 35px;
  width: 1px;
  background: #fff;
}
.footer-item a:hover {
  transform: translateY(-4px);
  color: #fff;
}

/*footer .footer-item a{*/
/*    text-decoration: none;*/
/*    font-family: 'Inter', sans-serif;*/
/*    color: #fff;*/
/*font-size: 19px;*/
/*font-style: normal;*/
/*font-weight: 600;*/
/*line-height: 155%; */
/*letter-spacing: -0.19px;*/
/*text-transform: capitalize;*/

/*transition: color 0.3s ease, transform 0.3s ease;*/
/*}*/



footer .line {
    width: 84%;           
    height: 1px;           
    background-color: #fff; 
    opacity: 0.3;          
    margin-top: 20px;
     margin-left: 145px;
     
}
.footer-social{
    display: flex;
    justify-content: space-between;
    align-items: center;
     margin-top: 40px;
     margin-bottom:50px;
      padding:0px 145px;
}
.footer-social .social{
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
   
}
.footer-social .social i{
color:white;
font-size: 18px;
}
.footer-social .social p a{
color: #FFF;
font-family: 'Inter', sans-serif;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 25px; /* 156.25% */
text-transform: lowercase;
margin-bottom: 0px;
}
.footer-social  p{
    color: #FFF;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 25px; /* 156.25% */
text-transform: lowercase;
margin-bottom: 0px;
}
.footer-icons{
    display: flex;
    gap: 32px;
}
.footer-icons i{
    color:white;
font-size: 18px;
}
.footer-icons i:hover {
    transform: scale(1.3);      
    color: #ffffff;              
    cursor: pointer;
}
.footer-bottom{
  margin-top:40px;
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding:0px 145px;
}
.footer-bottom h3{
    color: #000;
font-size: 18px;
font-family: 'Inter', sans-serif;
font-style: normal;
font-weight: 600;
line-height: 22px; /* 122.222% */
letter-spacing: 6.3px;
text-transform: uppercase;
margin-bottom: 0px;
}
.footer-bottom h4{
    color: #000;

text-align: right;
font-size: 18px;
font-family: 'Inter', sans-serif;
font-style: normal;
font-weight: 600;
line-height: 22px; /* 122.222% */
letter-spacing: 6.3px;
text-transform: capitalize;
}

.pages-sec h3 {
    font-family: 'Poppins';
    color: #1E1E1E;
    font-size: 25px;
    font-weight: 600;
    line-height: 35px;
    margin-bottom: 15px;
}
.pages-sec ul li{
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 5px;
}
.pages-sec h1 {
    font-family: Raleway, sans-serif;
    color: #1E1E1E;
    font-size: 35px;
    font-weight: 600;
    line-height: 40px;
    margin-bottom: 15px;
}
.pages-sec h2 {
    font-family: Raleway, sans-serif;
    color: #1E1E1E;
    font-size: 22px;
    font-weight:600;
    line-height: 30px;
    margin-bottom: 15px;
}
.pages-sec p{
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 26px;
}
.privacy-table {
    width: 100%;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
}

.privacy-table th {
     font-family: Raleway, sans-serif;
    color: #1E1E1E;
    font-size:20px;
    font-weight: bold;
    padding: 12px;
    border: 1px solid #ccc;
    text-align: center;
}

.privacy-table td {
    padding: 12px;
    border: 1px solid #ccc;
    vertical-align: top;
    font-family: 'Poppins', sans-serif;
    font-size:16px;
    text-align: center;
}

.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  backdrop-filter: blur(20px);
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.25),
    rgba(255, 255, 255, 0.08)
  );
}

/* Show overlay */
.popup-overlay.show { opacity: 1; visibility: visible; }

/* Popup content */
.popup-content {
  position: relative;
  background: #fff;
  padding: 45px 35px 35px 35px;
  max-width: 650px;
  width: 90%;
  border-radius: 20px;
  text-align: center;
  transform: translateY(-50px);
  opacity: 1;
  transition: transform 0.5s ease, opacity 0.5s ease;
  box-shadow: 0 20px 60px rgba(0,0,0,0.3);
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  
  transition: box-shadow 0.5s ease-in-out;
}

/* Show content */
.popup-overlay.show .popup-content {
  transform: translateY(0);
  opacity: 1;
}

/* Close button */
.close-btn {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 28px;
  color: #888;
  cursor: pointer;
  transition: color 0.3s ease, transform 0.3s ease;
}

.close-btn:hover {
  color: #333;
  transform: rotate(90deg);
}

/* Heading */
.popup-content h2 {
  margin: 0 0 20px 0;
  letter-spacing: 0.5px;
  font-family: Raleway, sans-serif;
  color: #1E1E1E;
  font-size: 40px;
  font-weight: 600;
  line-height: 40px;
  margin-bottom: 15px;
}

/* Paragraph */
.popup-content p {
  font-size: 16px;
  color: #555;
  margin-bottom: 30px;
  text-align: center;
  font-family: 'Poppins';
  font-weight: 400;
  line-height: 1.7;
}

/* Button */
.popup-content button {
  font-size: 18px;
  transition: all 0.4s ease;
  box-shadow: 0 8px 25px rgba(238,9,121,0.4);
  letter-spacing: 0.5px;
  padding: 12px 53px;
  border: none;
  border-radius: 25px;
  color: #fff;
  font-weight: 500;
  background: linear-gradient(180deg, #EE1E4F 0%, #88112D 127.7%);
}

/* Button hover */
.popup-content button:hover {
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 14px 30px rgba(238,9,121,0.5);
  background: linear-gradient(135deg, #ee0979, #ff6a00);
}

/* Button active press */
.popup-content button:active {
  transform: scale(0.97);
  box-shadow: 0 6px 15px rgba(238,9,121,0.3);
}
body.no-scroll {
  overflow: hidden;
  height: 100vh;
}


body .uwy.userway_p1 .userway_buttons_wrapper {
    top: auto !important;
    bottom: 25px !important;
    transform: scale(1.8) !important;
    left: auto !important;
    right: 30px !important;
}
#customPopup {
    display: none; /* Default hide -> no flicker */
}
.table-wrapper {
  max-width: 100%;
  margin: auto;
  color:black;
}

.info-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}

.info-table th,
.info-table td {
  border: 1px solid black;
  padding: 10px;
  vertical-align: top;
}

.info-table th {
  font-weight: bold;
  text-align: left;
}

.info-table td strong {
  font-weight: 600;
}

.info-table small {
  color: #666;
  font-size: 12px;
}
.repots-btn{
  padding:20px ;
  color:white;
  margin:20px 0px;
  background: linear-gradient(180deg, #EE1E4F 0%, #88112D 127.7%);
  font-size:18px;
  border-radius:20px;
  font-weight:600;
  border:none;
  font-family: Raleway, sans-serif;
  cursor: pointer;
  transition: all 0.3s ease;
}

.repots-btn:hover{
  background: linear-gradient(180deg, #88112D 0%, #EE1E4F 127.7%);
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(238, 30, 79, 0.35);
}
.checkout-section {
  margin: 80px 0 150px;
}

.checkout-grid {
  display: grid;
  grid-template-columns: 2fr 1.2fr;
  gap: 40px;
}

.checkout-left,
.checkout-right {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}



/* Form */
.checkout-form label {
  margin: 15px 0 5px;
  font-weight: 500;
}

.checkout-form input,
.checkout-form select {
  width: 100%;
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 6px;
}

.three-cols {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}

.terms {
  margin-top: 15px;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}

.terms input {
  margin: 0;
}


/* Cart */
.cart-item {
  display: flex;
  justify-content: space-between;
  margin: 15px 0;
}

.cart-item span {
  display: block;
  font-size: 14px;
  color: #777;
}

.discount {
  display: flex;
  gap: 10px;
  margin: 20px 0;
}

.discount input {
  flex: 1;
  padding: 10px;
}

.discount button {
  padding: 10px 15px;
  background: linear-gradient(180deg, #EE1E4F 0%, #88112D 127.7%);
  color: #fff;
  border: none;
  font-weight:600;
  border-radius: 6px;
}

.summary p {
  display: flex;
  justify-content: space-between;
  margin: 10px 0;
}

.summary .total {
  font-weight: bold;
  font-size: 18px;
}

.pay-btn {
  width: 100%;
  padding: 15px;
   background: linear-gradient(180deg, #EE1E4F 0%, #88112D 127.7%);
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 18px;
  font-weight:600;
  margin-top: 20px;
}

.secure {
  text-align: center;
  font-size: 13px;
  margin-top: 15px;
  color: #666;
}

.signup-bg{
  display: grid;
  place-items: center;
  background:white;
margin: 50px 0px;
  border-radius: 20px;
  padding: 100px 0px;
}
::selection{
  background: #1a75ff;
  color: #fff;
}
.wrapper{
  overflow: hidden;
  max-width: 390px;
  background: #fff;
  padding: 30px;
  border-radius: 15px;
  box-shadow:
    0 10px 25px rgba(0, 0, 0, 0.15),
    0 25px 50px rgba(0, 0, 0, 0.12);
}

.wrapper .title-text{
  display: flex;
  width: 200%;
}
.wrapper .title{
  width: 50%;
  font-size: 35px;
  font-weight: 600;
  text-align: center;
  transition: all 0.6s cubic-bezier(0.68,-0.55,0.265,1.55);
}
.wrapper .slide-controls{
  position: relative;
  display: flex;
  height: 50px;
  width: 100%;
  overflow: hidden;
  margin: 30px 0 10px 0;
  justify-content: space-between;
  border: 1px solid lightgrey;
  border-radius: 15px;
}
.slide-controls .slide{
  height: 100%;
  width: 100%;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  line-height: 48px;
  cursor: pointer;
  z-index: 1;
  transition: all 0.6s ease;
}
.slide-controls label.signup{
  color: #000;
}
.slide-controls .slider-tab{
  position: absolute;
  height: 100%;
  width: 50%;
  left: 0;
  z-index: 0;
  border-radius: 15px;
  background: linear-gradient(180deg, #EE1E4F 0%, #88112D 127.7%);
  transition: all 0.6s cubic-bezier(0.68,-0.55,0.265,1.55);
}
input[type="radio"]{
  display: none;
}
#signup:checked ~ .slider-tab{
  left: 50%;
}
#signup:checked ~ label.signup{
  color: #fff;
  cursor: default;
  user-select: none;
}
#signup:checked ~ label.login{
  color: #000;
}
#login:checked ~ label.signup{
  color: #000;
}
#login:checked ~ label.login{
  cursor: default;
  user-select: none;
}
.wrapper .form-container{
  width: 100%;
  overflow: hidden;
}
.form-container .form-inner{
  display: flex;
  width: 200%;
}
.form-container .form-inner form{
  width: 50%;
  transition: all 0.6s cubic-bezier(0.68,-0.55,0.265,1.55);
}
.form-inner form .field{
  height: 50px;
  width: 100%;
  margin-top: 20px;
}
.form-inner form .field input{
  height: 100%;
  width: 100%;
  outline: none;
  padding-left: 15px;
  border-radius: 15px;
  border: 1px solid lightgrey;
  border-bottom-width: 2px;
  font-size: 17px;
  transition: all 0.3s ease;
}
.form-inner form .field input:focus{
  border-color: #D41B46;
  /* box-shadow: inset 0 0 3px #fb6aae; */
}
.form-inner form .field input::placeholder{
  color: #999;
  transition: all 0.3s ease;
}
form .field input:focus::placeholder{
  color: #D41B46;
}
.form-inner form .pass-link{
  margin-top: 5px;
}
.form-inner form .signup-link{
  text-align: center;
  margin-top: 30px;
}
.form-inner form .pass-link a,
.form-inner form .signup-link a{
  color: #D41B46;
  text-decoration: none;
}
.form-inner form .pass-link a:hover,
.form-inner form .signup-link a:hover{
  text-decoration: underline;
}
form .btn{
  height: 50px;
  width: 100%;
  border-radius: 15px;
  position: relative;
  overflow: hidden;
  padding:0px;
}
form .btn .btn-layer{
  height: 100%;
  width: 300%;
  position: absolute;
  left: -100%;
  background: linear-gradient(180deg, #EE1E4F 0%, #88112D 127.7%);
  border-radius: 15px;
  transition: all 0.4s ease;;
}
form .btn:hover .btn-layer{
  left: 0;
}
form .btn input[type="submit"]{
  height: 100%;
  width: 100%;
  z-index: 1;
  position: relative;
  background: none;
  border: none;
  color: #fff;
  padding-left: 0;
  border-radius: 15px;
  font-size: 20px;
  font-weight: 500;
  cursor: pointer;
}
/* Ip and Last login styling */
    .top-info-bar{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: -30px;
    padding: 0 10px;
}

.ip-box {
    background: #bd1541;
    color: #fff;
    padding: 6px 15px;
    border-radius: 12px;
    font-weight: 600;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 5px;
}

.login-box {
    background: #ca1646;
    color: #fff;
    padding: 6px 15px;
    border-radius: 12px;
    font-weight: 600;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 5px;
}
.ip-box.loading{
    background:linear-gradient(90deg,#222,#333,#222);
    animation: shimmer 1.2s infinite;
}
/* Modern Sidebar Cart */
/* ===============================
   CART SIDEBAR — PREMIUM UI
================================ */

.cart-sidebar{
    position:fixed;
    inset:0 0 0 auto;
    width:420px;
    max-width:96%;
    background:rgba(255,255,255,.85);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    box-shadow:-20px 0 60px rgba(0,0,0,.25);
    border-radius:22px 0 0 22px;
    display:flex;
    flex-direction:column;
    z-index:1000;
    transform:translateX(120%);
    transition:transform .45s cubic-bezier(.22,.61,.36,1);
}

.cart-sidebar.active{
    transform:translateX(0);
}

/* ===============================
   HEADER
================================ */

.cart-header{
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:24px 28px;
    font-size:18px;
    font-weight:700;
    color:#111827;
    background:rgba(255,255,255,.9);
    border-bottom:1px solid rgba(0,0,0,.05);
    position:sticky;
    top:0;
    z-index:10;
}

.cart-header::after{
    content:'';
    position:absolute;
    left:0;
    right:0;
    bottom:-1px;
    height:1px;
    background:linear-gradient(to right,transparent,#e5e7eb,transparent);
}

#closeCart{
    width:42px;
    height:42px;
    border-radius:50%;
    border:none;
    background:rgba(0,0,0,.05);
    color:#bd1541;
    font-size:20px;
    cursor:pointer;
    display:flex;
    align-items:center;
    justify-content:center;
    transition:.25s ease;
}

#closeCart:hover{
    background:#ffe6ec;
    transform:rotate(90deg) scale(1.05);
}

/* ===============================
   ITEMS AREA
================================ */

.cart-items{
    flex:1;
    padding:26px;
    overflow-y:auto;
}

.cart-items::-webkit-scrollbar{
    width:6px;
}
.cart-items::-webkit-scrollbar-thumb{
    background:rgba(0,0,0,.15);
    border-radius:8px;
}

/* ===============================
   CART ITEM CARD
================================ */

.cart-items .cart-item{
    background:linear-gradient(180deg,#ffffff,#fafafa);
    border-radius:16px;
    padding:16px 18px;
    margin-bottom:16px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:14px;
    box-shadow:
        0 8px 25px rgba(0,0,0,.06),
        inset 0 1px 0 rgba(255,255,255,.7);
    transition:.3s ease;
}

.cart-items .cart-item:hover{
    transform:translateY(-3px);
    box-shadow:
        0 14px 35px rgba(0,0,0,.12),
        inset 0 1px 0 rgba(255,255,255,.8);
}

.cart-items .cart-item span{
    font-size:15px;
    font-weight:600;
    color:#1f2937;
    line-height:1.5;
    max-width:70%;
}

/* Remove button */
.cart-items .cart-item button{
    width:34px;
    height:34px;
    border-radius:50%;
    border:none;
    background:linear-gradient(135deg,#bd1541,#ff496f);
    color:#fff;
    font-size:16px;
    cursor:pointer;
    display:flex;
    align-items:center;
    justify-content:center;
    transition:.25s ease;
    box-shadow:0 6px 16px rgba(189,21,65,.35);
}

.cart-items .cart-item button:hover{
    transform:scale(1.15) rotate(6deg);
    box-shadow:0 10px 24px rgba(189,21,65,.45);
}

/* ===============================
   FOOTER (CHECKOUT)
================================ */

.cart-footer{
    padding:26px;
    background:rgba(255,255,255,.95);
    border-top:1px solid rgba(0,0,0,.05);
    box-shadow:0 -10px 30px rgba(0,0,0,.12);
}

/* ===== FIX TOTAL ALIGNMENT ===== */
/* ===== TOTAL ROW – CLEAN & MODERN ===== */
.cart-footer h4{
    display:flex;
    align-items:center;
    justify-content:flex-start; /* ⬅️ IMPORTANT */
    font-size:18px;
    font-weight:700;
    color:#111827;
}

/* Push price to right */
.cart-footer h4 span{
    margin-left:auto; /* ⬅️ KEY FIX */
    font-size:22px;
    font-weight:800;
    white-space:nowrap;
    letter-spacing:.3px;
}

/* Make $ and number stick together */
.cart-footer h4{
    gap:0; /* remove weird spacing */
}

/* Optional polish */
.cart-footer h4 span::before{
    content:'$';
    font-size:20px;
    opacity:.75;
    margin-right:3px;
}


/* Checkout Button */
#checkoutBtn{
    width:100%;
    padding:16px;
    border-radius:14px;
    border:none;
    font-size:17px;
    font-weight:700;
    color:#fff;
    background:
        linear-gradient(135deg,#bd1541,#ff496f);
    cursor:pointer;
    transition:.3s ease;
    box-shadow:
        0 16px 35px rgba(189,21,65,.45),
        inset 0 1px 0 rgba(255,255,255,.35);
}

#checkoutBtn:hover{
    transform:translateY(-3px);
    box-shadow:
        0 22px 45px rgba(189,21,65,.55),
        inset 0 1px 0 rgba(255,255,255,.4);
}

/* ===============================
   OVERLAY (OPTIONAL)
================================ */

#cartOverlay{
    display:none;
}


/* =========================
   OVERLAY (OPTIONAL)
========================= */

#cartOverlay{
    display:none;
}

.floating-cart-btn {
    position: fixed;
    bottom: 93px;
    right: 30px;
    background-color: #bd1541;
    color: #fff;
    border: none;
    padding: 12px 20px;
    font-size: 16px;
    border-radius: 50px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    cursor: pointer;
    z-index: 1100;
    display: none; /* hidden initially */
    transition: 0.3s;
}

.floating-cart-btn:hover {
    background-color: #ff496f;
}
@keyframes shimmer{
    0%{background-position:-200px}
    100%{background-position:200px}
}

.custom-form {
  width: 100%;
}

.form-row {
  display: flex;
  gap: 12px;
  margin-bottom: 14px;
}

.form-row input {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 14px;
}

/* City, State, Zip */
.three-col input {
  flex: 1;
}
.form-row input:focus {
  outline: none;
  border-color: #88112D;
}
.form-btn-2{
    margin-bottom:20px;
    padding:10px 30px;
    display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  cursor: pointer;
}
.btn-2.form-btn-2:hover {
  color: #fff;
}
.payment-cards{
    display:flex;
    gap:15px;
    padding-bottom:10px 
}
.payment-cards img{
    width:50px;
    border:1px solid #C71942;
    border-radius:5px;
}
.input-error{
    border:1px solid red !important;
}