.HomeBanner_homeBanner__EJVSA .HomeBanner_homeBannerInfo__hEIj_ h1 {
    color: #1badea9e;
    margin-top: 11px;
    margin-bottom: 55px;
    line-height: 1.3;
    font-size: 69px
}

.btn-custom {
    background: #1badea9e;
    padding: 14px 30px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    border: none;
    outline: none!important;
    box-shadow: none!important;
    position: relative;
    font-family: Poppins,sans-serif;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    margin: 0;
    line-height: normal
}

.DrivingSuccess_DrivingSuccess___oCmD .DrivingSuccess_DrivingSuccessCard__Xnnj2 .DrivingSuccess_DrivingSuccessCardTop__5q67k .DrivingSuccess_DrivingSuccessNumber__J9b69 strong {
    color: #1badea9e;
    font-size: 60px;
    display: block;
    line-height: 60px;
    font-weight: 600
}

.Header_Header__MfdqS {
    background-color: #000;
    padding-bottom: 0px;
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999
}

.HomeAboutUs_HomeAboutUs__wNY_A .HomeAboutUs_homeAboutLeft__akXQK .HomeAboutUs_homeAboutBox__a104W {
    margin-bottom: 10px;
    color: #1badea9e;
    font-size: 36px;
    line-height: 36px;
}

.sub-hd {
    font-size: 16px;
    text-transform: uppercase;
    color: #1badea9e;
    margin-bottom: 10px;
}
.Footer_FooterBottom__VZDQo {
    border-top: 1px solid #585858;
    margin-top: 0px !important;
    padding-top: 40px;
    color: #6d6d6d;
    font-size: 12px;
}


.Footer_FormSec__C43gt .Footer_CmsLink__HzwGS li {
  border: 0;
    border-right-width: 0px;
    border-right-style: none;
    border-right-color: currentcolor;
  background-color: transparent;
  padding: 0;
  border-radius: 0;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
  border-right: 2px solid #fff;
  margin-right: 10px;
  margin-bottom: 10px;
  font-size: 14px;
}

.Footer_FormSec__C43gt .Footer_CmsLink__HzwGS li {
  border: 0;
    border-right-width: 0px;
    border-right-style: none;
    border-right-color: currentcolor;
  background-color: transparent;
  padding: 0;
  border-radius: 0;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
  border-right: 2px solid #fff;
  margin-right: 10px;
  margin-bottom: 10px;
  font-size: 14px;
}

.Footer_FormSec__C43gt .Footer_CmsLink__HzwGS li {
  border: 0;
    border-right-width: 0px;
    border-right-style: none;
    border-right-color: currentcolor;
  border-right-width: 0px;
  border-right-style: none;
  border-right-color: currentcolor;
  background-color: transparent;
  padding: 0;
  border-radius: 0;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-right: 2px solid #fff;
  margin-right: 10px;
  margin-bottom: 10px;
  font-size: 14px;
}
.Footer_FormSec__C43gt .Footer_CmsLink__HzwGS li {
  border: 0;
    border-right-width: 0px;
    border-right-style: none;
    border-right-color: currentcolor;
  background-color: transparent;
  padding: 0;
  border-radius: 0;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
  border-right: 2px solid #fff;
  margin-right: 10px;
  margin-bottom: 10px;
  font-size: 14px;
}

.Footer_FormSec__C43gt .Footer_CmsLink__HzwGS li a {
  color: #fff;
  line-height: 1;
  display: block;
  padding-right: 10px;
}

.Footer_FormSec__C43gt .Footer_CmsLink__HzwGS li a:hover {
  color: #f48120;
}
.list-group-horizontal > .list-group-item:first-child:not(:last-child) {
  border-bottom-left-radius: var(--bs-list-group-border-radius);
  border-top-right-radius: 0;
}

.Footer_FooterTop___oucz {
  border-bottom: 0px solid #585858 !important;
  padding-bottom: 30px;
}

.Footer_FooterBottom__VZDQo {
  border-top: 0px solid #585858;
  margin-top: 40px;
  padding-top: 40px;
  color: #6d6d6d;
  font-size: 12px;
}
.navbar-nav .dropdown-menu {
    margin-top: 10px !important;
}
/* Hide by default (desktop & tablet) */
.SingleNav.nav-item.dropdown {
    display: none;
}

/* Show only on mobile screens */
@media (max-width: 767px) {
    .SingleNav.nav-item.dropdown {
        display: block; /* or flex if needed */
    }
}

/* Styles for the new hover effect */
.HomeSidebar_HomeSidebar__jjnPg.gift-card {
    position: relative;
    width: 240px;
    height: 240px;
    background: #ffffff;
    border-radius: 14px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .HomeSidebar_HomeSidebar__jjnPg.gift-card:hover {
        transform: scale(1.06);
        box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
    }

/* Content hidden by default — shown on hover */
.HomeSidebar_HomeSidebar__jjnPg .gift-content {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.25s ease-in-out;
}

.HomeSidebar_HomeSidebar__jjnPg:hover .gift-content {
    opacity: 1;
}

/* Icon style */
.HomeSidebar_HomeSidebar__jjnPg .gift-icon {
    width: 72px;
    height: 72px;
    margin-bottom: 10px;
    transition: transform 0.3s ease;
}

.HomeSidebar_HomeSidebar__jjnPg:hover .gift-icon {
    transform: scale(1.15);
}

/* Unlock text */
.HomeSidebar_HomeSidebar__jjnPg .gift-text {
    font-size: 22px;
    font-weight: 700;
    color: #3a3a3a;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.sub-hd {
    font-size: 27px;
    text-transform: uppercase;
    color: #1badea9e;
    margin-bottom: 10px;
}

.PressEventsDetail_pressEventsDetailSec__962Y5 .PressEventsDetail_techTag__ojUo8 {
    background: #6d6d6d !important;
    display: inline-block;
    color: #fff;
    padding: 7px 35px 10px;
}

.Articles_ArticalBox__iUGhA {
    background-color: #000;
    border-radius: 10px;
    margin-bottom: 20px;
    height: calc(100% - 20px);
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0,0,0,.05);
    padding-bottom: 35px;
    position: relative;
}

    .Articles_ArticalBox__iUGhA .Articles_ArticalContant__hqctz p {
        margin: 0 0 15px;
        color: #fff;
    }
    .Articles_ArticalBox__iUGhA .Articles_ArticalContant__hqctz h3 a {
        color: #fff;
    }