*{
    padding: 0%;
    margin: 0;
    box-sizing: border-box;
}

:root {
    /* Colors */
    --primary-color: #FF9800;
    --secondary-color: #007BFF;
    --white-color: #fff;
    --dark-color: #1D1D1D;
    --success-color: #22C55E;

    /* Text Colors */
    --text-color: #777777;
    --text-heading-color: #1D1D1D;
    --text-footer-color: #A6A6A6;

    /* Font */
    --main-font: 'Space Grotesk';
    --secondary-font: 'Poppins', sans-serif;

    /* Border radius */
    /* --radius-small: 5px;
    --radius-medium: 10px;
    --radius-large: 20px; */

    /* Spacing */
    /* --spacing-small: 8px;
    --spacing-medium: 16px;
    --spacing-large: 32px; */

    /* Other Reusable */
    --cus-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  }

/* button links hover */
.cus-nav-links .singup a.btn:hover {
  color: #fff;
  background-color:#ff9800;
}

.cus-nav-links .signin a.btn:hover {
  color: #fff;
  border:1px solid #ff9800;
  background-color: transparent;
}

.main-banner-content a.btn:hover {
  color: #fff;
  border:1px solid #ff9800;
  background-color: transparent;
}
.tracking-home-form .btn:hover {
  color: #000;
  border:1px solid #ff9800;
  background-color: transparent;
}

.cta-locate .btn:hover {
  color: #000;
  border:1px solid #ff9800;
}

.card-pricing .btn:hover {
  color: #000;
  border:1px solid #ff9800;
}
.track-phone-content .btn:hover {
  border:1px solid #ff9800;
}
.start-tack-content .btn:hover {
  border:1px solid #ff9800;
}
.want-content .btn:hover {
  border:1px solid #ff9800;
}
.faq-section .btn-orange:hover {
   background-color: transparent; 
  color: #000;
  border: 1px solid #e48800;
}
.submit-btn:hover {
  background-color: transparent;
    color: #000;
  border: 1px solid #e48800;
}

/* end button links hover */


  .gradient-text {
    background: linear-gradient(to right, #007BFF, #00C853);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 15px;
    font-weight: bold;
}
.success{
  color: var(--success-color);
}
.btn-outline{
    border: 1px solid var(--primary-color);
    color: var(--white-color);
}
.btn-bg{
    background-color: var(--primary-color);
    color: var(--white-color);
}

.cookie-consent-open {
  overflow: hidden;
}

.cookie-consent-banner {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: end center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.18s ease, visibility 0.18s ease;
}

.cookie-consent-banner.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.cookie-consent-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.28);
  backdrop-filter: blur(3px);
}

.cookie-consent-panel {
  position: relative;
  width: min(520px, calc(100% - 32px));
  margin: 0 16px 16px;
  background: #ffffff;
  color: #111827;
  border-radius: 18px;
  padding: 18px 18px 16px;
  box-shadow: 0 16px 48px rgba(15, 23, 42, 0.18);
  border: 1px solid rgba(226, 232, 240, 0.9);
  transform: translateY(14px) scale(0.98);
  transition: transform 0.18s ease;
}

.cookie-consent-banner.is-visible .cookie-consent-panel {
  transform: translateY(0) scale(1);
}

.cookie-consent-eyebrow {
  display: inline-block;
  margin-bottom: 8px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #64748b;
}

.cookie-consent-panel h3 {
  margin: 0 0 8px;
  font-size: 24px;
  line-height: 1.15;
}

.cookie-consent-panel p {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: #475569;
}

.cookie-consent-panel a {
  color: #2563eb;
  font-weight: 600;
}

.cookie-actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 16px;
}

.cookie-actions .btn {
  min-width: 132px;
}

.cookie-actions .btn-outline-secondary {
  border-color: #cbd5e1;
  color: #334155;
}

@media (max-width: 767px) {
  .cookie-consent-banner {
    place-items: end stretch;
  }

  .cookie-consent-panel {
    width: calc(100% - 20px);
    margin: 0 10px 10px;
    padding: 16px 14px 14px;
    border-radius: 16px;
  }

  .cookie-consent-panel h3 {
    font-size: 21px;
  }

  .cookie-actions {
    flex-direction: column-reverse;
  }

  .cookie-actions .btn {
    width: 100%;
  }
}

.custom-nav-cls {
    z-index: 5;
    background-color: #1a1a2e !important;
}
.custom-nav-cls .nav-link,
.custom-nav-cls .nav-link.text-white,
.custom-nav-cls ul li a.nav-link {
    color: #111111 !important;
}
/* Banner background */
.banner {
    height: 100vh;
    background-color: #000;
    /* background-image: radial-gradient(circle at center, #0f0f0f 20%, #000 70%); */
    background-image: url(../images/banner-img.png);
    background-size: cover;
    background-position: center;
    position: relative;
    top: -90px;
  }
  .main-banner-content {
    height: 50%;
    display: flex;
    align-items: flex-end;
}
 .main-heading{
    font-family: var(--main-font);
    font-size: 58px;
    font-weight: bold;
 }
  .heading-two{
    font-family: var(--main-font);
    font-size: 48px;
    /* font-size: calc(24px, 3.5vw, 48px) !important; */
    font-weight: 500;
  }
  .heading-three{
    font-family: var(--main-font);
    font-size: 17px;
  }

  /* Call to action background */
  .cta-section {
    background: #e0f0ff;
  }
  .right-form-card .card{
    box-shadow: var(--cus-box-shadow);
  }

  .right-form-card .message-box-buttons .track-locaton {
    border: unset;
    padding: 5px 18px;
    border-radius: 25px;
  text-transform: capitalize;
}

.right-form-card .message-box-buttons {
    margin-top: -39px;
    width: 100%;
    text-align: right;
  padding-right:10px;
}

/* General Heading */
h2 {
    text-align: center;
    color: var(--heading-color);
    margin-bottom: 40px;
  }
  /* want to locate banner */
  .want-to-locate-banner{
    width: 100%;
    height: 315px;
    background-image: url('../images/first-banner-img.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .want-to-locate-banner .want-content{
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 50%;
    align-items: flex-start;
    justify-content: center;
    margin-left: 62px;
    color: var(--white-color);
  }

  /* end want to locate banner */



  /* How It Works Section  */
    .how-it-works{
        margin: 100px 0px;
    }
    .how-it-works .step{
        border-radius: 22px;
        padding: 50px 24px;
        box-shadow: 0px 0.5px 2px #A6A6A6;
    }
    .how-it-works {
        padding: var(--section-padding) 20px;
      }

      .steps {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 30px;
      }

      .step {
        text-align: center;
        max-width: 300px;
      }

      .step img {
        height: 60px;
        margin-bottom: 15px;
      }
  /* How It Works Section  */


  /* why-choose-us */
  .why-choose-us{
    padding: 70px 0px;
    background-color: #F4F9FF;

  }
  .features {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
  }

  .feature {
    text-align: center;
    max-width: 250px;
  }

  .feature img {
    height: 50px;
    margin-bottom: 15px;
  }
  .why-choose-us .features .feature:nth-child(even) {
    margin-top:100px;
    }

  /* why-choose-us */



  /* How It Works */




  /* CTA Section */
  .cta-locate {
    margin: 100px 0px;
    text-align: center;
    padding: var(--section-padding) 20px;
  }

  .btn-locate {
    display: inline-block;
    background: var(--main-color);
    color: #fff;
    padding: 15px 30px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: bold;
    margin-top: 20px;
  }



  /* Trusted Users */
  .trusted-users {
    padding: var(--section-padding) 20px;
    background: url('grid-bg.png') center/cover no-repeat;
  }

  .review {
    background: #fff;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    text-align: center;
  }

  .reviewer {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
  }

  .reviewer img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;
  }


 

  .swiper-slider-sec .swiper {
    width: 100%;
    height: 100%;
  }

  .swiper-slider-sec .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .swiper-slider-sec .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }


.swiper-slider-sec .testimonial-card {
width: 100%;
max-width: 600px;
padding: 30px;
border-radius: 16px;
background-color: #ffffff;
box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.1);
font-family: 'Inter', sans-serif;
position: relative;
margin: 20px;
}

.swiper-slider-sec .quote-mark {
font-size: 80px;
color: #e5f9ef;
line-height: 0.6;
position: absolute;
top: 20px;
left: 20px;
z-index: 0;
}

.swiper-slider-sec .swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: 24px !important; 
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}
.testimonial-text {
font-size: 18px;
color: #2d2d2d;
position: relative;
z-index: 1;
margin-bottom: 30px;
line-height: 1.6;
}

.user-info {
display: flex;
align-items: center;
gap: 12px;
}
.swiper-slider-sec .user-info .user-img{
width:40px;
}
.swiper-slider-sec .user-img {
width: 40px !important;
height: 40px;
border-radius: 50%;
}

.swiper-slider-sec .user-name {
font-size: 16px;
color: #2d2d2d;
}





  /* Swiper Pagination */
  .swiper-pagination-bullet {
    background: var(--main-color);
  }

  @media (max-width: 768px) {
    .steps, .features {
      flex-direction: column;
      align-items: center;
    }
    .message-box-buttons button {
      font-size: 13px;
    }
  }



  /* start tracking banner */
  .start-tracking{
    width: 100%;
    height: 315px;
    background-image: url('../images/banner-two-img.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .start-tracking .start-tack-content{
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 50%;
    align-items: flex-start;
    justify-content: center;
    margin-left: 62px;
    color: var(--white-color);
  }

  /* end start tracking banner */


  /* Simple & Affordable */
  .simple-affordable{
    background-color: #F4F9FF;
    border-radius: 20px;
  }
  .get-tril-card{
    padding: 42px 92px 42px 0px;
  }
  .card-pricing {
    background: white;
    box-shadow: 0px 0px 30px rgba(0,0,0,0.05);
    border-radius: 15px;
    padding: 30px;
  }
  .afford-content{
    margin-left: 93px;
  }
  .afford-content h2{
    text-align: left;
    margin-bottom: 0px;
  }
  /* end Simple & Affordable */


  /* FAQ Section */


  /*end FAQ Section */

  .faq-section .faq-card {
    background: white;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.08);
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 20px;
    height: 100%;
  }
  .faq-card-header {
    display: flex;
    justify-content: center;
    margin-top: -46px;
    margin-bottom: 40px;
    }
  .faq-section .icon-check {
    color: green;
    margin-right: 8px;
  }
  .faq-section .btn-orange {
    background-color: #ff7a00;
    color: white;
    border-radius: 8px;
    padding: 10px 20px;
    font-weight: 600;
    border: none;
  }
  .faq-section .btn-orange:hover {
    background-color: #ff6600;
  }
  .faq-section .locate-btn {
    margin-top: 30px;
    text-align: center;
  }





/* start tracking banner */
.track-a-phone{
    width: 100%;
    height: 315px;
    background-image: url('../images/track-a-phone-bg.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-bottom: 100px;
  }
  .track-a-phone .track-phone-content{
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 50%;
    align-items: flex-start;
    justify-content: center;
    margin-left: 62px;
    color: var(--white-color);
  }

  /* end start tracking banner */


  /* constact us page */
  .contact-banner {
    height: 60vh;
    background-color: #000;
    /* background-image: radial-gradient(circle at center, #0f0f0f 20%, #000 70%); */
    background-image: url(../images/banner-img.png);
    background-size: cover;
    background-position: center;
    position: relative;
    top: -90px;
  }

  /* contact us form  */
  .contact-section {
    display: flex;
    max-width: 1100px;
    margin: 50px auto;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
  }

  .contact-left {
    background-image: url('..../images/contact-us-form-left-img.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-color: #007be5;
    color: #fff;
    padding: 40px;
    width: 40%;
    position: relative;
    border-radius: 20px;
  }

  .contact-left h2 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 30px;
  }

  .contact-left p {
    margin-bottom: 10px;
    font-size: 16px;
  }

  .contact-left a,
  .contact-left a:visited,
  .contact-left .contact-support-link {
    color: #ffffff !important;
    text-decoration: underline !important;
    text-underline-offset: 3px;
    font-weight: 600;
    position: relative;
    z-index: 2;
    pointer-events: auto;
    cursor: pointer;
  }

  .contact-left a:hover,
  .contact-left a:focus,
  .contact-left .contact-support-link:hover,
  .contact-left .contact-support-link:focus {
    color: #ffffff !important;
    opacity: 0.92;
  }

  .contact-left .email-box {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
  }

  .contact-left .email-icon {
    background: #00c26e;
    padding: 10px;
    border-radius: 50%;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .contact-left .response-time {
    font-size: 14px;
    color: #d0e8ff;
  }

  .contact-right {
    background-color: #f4f4f4;
    padding: 40px;
    width: 60%;
  }

  .contact-right label {
    font-weight: 600;
    margin-bottom: 5px;
  }

  .contact-right .form-control {
    border-radius: 8px;
    padding: 10px 15px;
    font-size: 14px;
    margin-bottom: 20px;
  }

  .submit-btn {
    background-color: #FF9800;
    border: none;
    padding: 12px 25px;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    border-radius: 8px;
    transition: 0.3s ease;
  }

  .submit-btn:hover {
    background-color: #e69512;
  }

  @media (max-width: 1440px) {

    .find-location-banner-content {
      height: 80%;
  }

  .checkout-banner .main-banner-content {
    height: 82%;
}

.checkout-banner .main-banner-content img {
    width: 7%;
}

  }

  @media (max-width: 1280px) {

    .find-location-banner-content {
      height: 90%;
  }

  }
  @media (max-width: 768px) {
    .contact-section {
      flex-direction: column;
    }

    .contact-left,
    .contact-right {
      width: 100%;
    }

    .copy-right{
      display: flex;
      justify-content: space-between;
      flex-direction: column;
    }
    .terms-privacy-links{
      display: flex;
      justify-content: space-between;
      margin-top: 20px;
    }  
    .checkout-banner {
      height: 40vh !important;
    }

    .step-box .check-icon img {
      width: 30px !important;
      height: auto;
  }

  }
  /* end contact us form  */


  /* end of constact us page */


  /* Find Location */
  .find-loca .main-heading{
    max-width: 730px;
  }
  .find-loc-left-img img{
    width: 100%;
    height: 100%;
  }
  .header-conten{
    margin-bottom: 40px;
  }
  .security {
    display: flex;
    justify-content: flex-start;
    gap: 20px;
    padding-left:0px;
}
.paycard-ssl-icons{
  display: flex;
  justify-content: space-between;
}
.security li{
    padding:4px 12px;
    list-style:none;
    background-color:#e9ecefd1;

}
.security .icon-ssl {
  margin-right: 6px;
}
.pay-card {
  display: flex;
  justify-content: flex-start;
  gap: 14px;
}
.get-start{
  color:#007BFF;
  font-size: 32px;
}


  /* end Find Location */

/* faq page */

.tracking-section {
  /* max-width: 900px; */
  margin: 60px auto;
  padding: 0 15px;
}

.tracking-section h2 {
  font-weight: 600;
  font-size: 32px;
  margin-bottom: 30px;
  text-align: left;
}

.tracking-box {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  padding: 25px 30px;
  margin-bottom: 20px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
}

.tracking-box h5 {
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 18px;
}

.tracking-box p {
  margin: 0;
  font-size: 15px;
  color: #444;
}

.tracking-box strong {
  font-weight: 600;
  color: #000;
}

@media (max-width: 768px) {
  .tracking-section h2 {
    font-size: 26px;
  }

  .tracking-box h5 {
    font-size: 16px;
  }

  .tracking-box {
    padding: 20px;
  }
}

/* end of faq page */

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* checkout page */

.checkout-banner {
  height: 60vh;
  background-color: #F4F9FF;
  /* background-image: radial-gradient(circle at center, #0f0f0f 20%, #000 70%); */
  /* background-image: url(/images/banner-img.png);
  background-size: cover;
  background-position: center; */
  position: relative;
  top: -90px;
}
.checkout-banner .main-heading {
  color: #000;
  width: 76%;
  margin: auto;
}
.check-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 30px;
  margin: 0 auto 20px;
}
.heading {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 15px;
}
.subheading {
  font-size: 1.1rem;
  color: #666;
}
.next-steps {
  margin-top: 50px;
}
.step-box {
  border-radius: 10px;
  background: #fff;
  padding: 25px;
  text-align: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
.step-box .check-icon {
  margin-bottom: 15px;
}
.step-box .check-icon img {
  width: 60px;
  height: auto;
}
.btn-orange {
  background-color: #ff9900;
  color: white;
  border: none;
  padding: 10px 25px;
  font-weight: 600;
  border-radius: 6px;
  transition: 0.3s;
}
.btn-orange:hover {
  background-color: #e48800;
}

/* end of checkout page */




  /* Footer */
  .footer-logo{
    margin-bottom: 50px;
  }
  .list-unstyled{
    display: flex;
    justify-content: space-between;
    height: 100%;
    align-items: center;
  }
  .copy-right{
    display: flex;
    justify-content: space-between;
  }



















  @media screen and (max-width: 768px) {

  .cus-cls-toggle {
      position: absolute;
      top: 20px;
      right: 20px;
  }
  
  .cus-nav-links {
      position: absolute;
      right: 0px;
      top: 86%;
    width:100%;
    background-color:#001408;
    padding-bottom:20px;
  }
  
  .cus-nav-links .nav-ul-cus {
      align-items: flex-start !important;
      margin-left: 24px;
      gap: 8px;
      padding-top: 8px;
  }
  .cus-nav-links .singup.nav-item.mx-2 {
      margin: 0 !important;
      width: 100%;
      display: flex;
      justify-content: flex-start;
    }

    .cus-nav-links .signin.nav-item {
      width: 100%;
      display: flex;
      justify-content: flex-start;
    }

    .cus-nav-links .singup a.btn,
    .cus-nav-links .signin a.btn {
      min-width: 150px;
      text-align: center;
      margin-top: 4px;
  }

    .banner {
      height: 80vh;
      background-color: #000;
      background-image: url(../images/banner-mobile-img.png);
      background-size: cover;
      background-position: center;
      position: relative;
      top: -90px;
  }
    .banner.inner-banner {
      height: 50vh;
      background-color: #000;
      background-image: url(../images/banner-mobile-img.png);
      background-size: cover;
      background-position: bottom center;
      background-repeat: no-repeat;
      position: relative;
      top: -90px;
  }


    .want-to-locate-banner {
        width: 100%;
        height: 315px;
        background-image: url(../images/mobile-banner-one.png) !important;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100% 100%;
    }
    .want-to-locate-banner .want-content {
      justify-content: flex-start;
      margin-left: 62px;
      padding-top: 40px;
      width: 70%;
  }
    .start-tracking {
        width: 100%;
        height: 315px;
        background-image: url(../images/mobile-banner-two.png) !important;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100% 100%;
    }
    .why-choose-us .features .feature:nth-child(even) {
      margin-top: 0px;
    }
    .start-tracking .start-tack-content {
      justify-content: flex-start;
      margin-left: 62px;
      padding-top: 40px;
      width: 70%;
  }
  .card-pricing {
    max-width: 84%;
    margin: auto;
  }
  .simple-affordable {
    padding: 60px 0px;
}
  .afford-content {
    margin-left: 10px;
  }
  .get-tril-card {
    padding: unset !important;
  }
    .track-a-phone {
        width: 100%;
        height: 315px;
        background-image: url(../images/mobile-banner-three.png) !important;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100% 100%;
        margin-bottom: 100px;
    }
    .track-a-phone .track-phone-content {
      padding-top: 40px;
      justify-content: flex-start;
      width: 70%;
    }
    .heading-two {
      font-size: 24px;
    }
    .main-heading {
      font-size: 28px;
    }

    .checkout-banner .main-banner-content img {
      width: 12%;
  }


  }


  @media screen and (max-width: 480px) {
    .custom-nav-cls .navbar-brand img {
      width: 74%;
    }
  }
