* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
/*   
      font-family: "Inter", sans-serif;
  */
body {
  background: #fff;
  transition: 0.3s;
  font-size: 1rem;
  font-weight: 400;
  color: #fff;
  font-family: "Inter", sans-serif;
  overflow-x: hidden;
}
a {
  text-decoration: none;
  background: transparent;
  color: #fff;
  transition: 0.4s all ease;
}
a:hover {
  color: #fff;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}
p {
  margin-top: 0;
  font-size: 16px;
  margin-bottom: 0rem;
  color: #000000;
  font-weight: 400;
}
section {
  padding: 100px 0;
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
/* SITE BTN */
.site-btn {
  padding: 10px 30px;
  background-color: var(--s-primary);
  text-transform: capitalize;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 400;
  color: var(--s-white);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
  position: relative;
  overflow: hidden;
  z-index: 2;
  border-width: 1px;
  border-color: currentColor;
}
.site-btn:hover {
  transform: scale(0.9);
  transition: 0.5s;
  color: var(--s-white);
  background-color: var(--s-secondary);
}

/* REVERS BTN */
.revSite-btn {
  background-color: #fff;
  color: var(--s-black);
  border-color: #fff;
  position: relative;
}
.revSite-btn::before {
  background-color: var(--s-primary);
  border-color: var(--s-primary);
}
.revSite-btn:hover {
  color: var(--s-white) !important;
  border-color: var(--s-primary);
}
/* New */
.Site-btn2 {
  background-color: var(--s-white);
  color: var(--s-black);
  position: relative;
}
.Site-btn2::before {
  background-color: var(--s-white);
}
.Site-btn2:hover {
  color: var(--s-black) !important;
}
.site-outline-btn {
  background-color: transparent;
  border-color: var(--s-primary);
  color: var(--s-primary);
}
/* TITLE BAR */
.titleBar {
  margin-bottom: 35px;
  position: relative !important;
}
.titleBar span {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--s-primary);
  letter-spacing: 0.13em;
  margin-bottom: 8px;
  display: block;
}
.titleBar h3 {
  font-size: 30px;
  font-weight: 600;
  color: var(--s-black);
  margin-bottom: 0;
}
.iconbg {
  background: var(--s-primary);
  border-radius: 100px;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
:root {
  --s-primary: #ff0000;
  --s-secondary: #454f59;
  --s-third: #f0f0f0;
  --s-white: #ffffff;
  --s-black: #000;
}
.bg-s-primary {
  background-color: var(--s-primary) !important;
}
.text-s-primary {
  color: var(--s-primary) !important;
}
.bg-s-secondary {
  background-color: var(--s-secondary) !important;
}
.text-s-secondary {
  color: var(--s-secondary) !important;
}
.text-s-white {
  color: var(--s-white) !important;
}
.bg-s-white {
  background-color: var(--s-white) !important;
}
.text-s-black {
  color: var(--s-black) !important;
}
.bg-s-black {
  background-color: var(--s-black) !important;
}
/*=========================================  
        HOME PAGE CSS START HERE 
============================================*/
/* Sticky Header CSS Start */
header .header-scrolled {
  transition: all 0.5s linear;
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  top: 0;
  background-color: #fff;
  z-index: 99999;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.header-scrolled .nav-link {
  color: var(--s-black) !important;
}
/* HEADER CSS START HERE */
header {
  background-color: transparent;
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99;
}
/* TOP SECTION CSS */
.top-section {
  padding: 15px 0;
  background-color: var(--s-secondary);
}
.top-location ul li {
  font-weight: 400;
  font-size: 14px;
  margin: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--s-white);
}
.top-location ul li a {
  color: var(--s-white);
  font-weight: 300;
}
.top-location ul li a lord-icon {
  margin-right: 8px;
}
.header-info ul li {
  padding: 0 3px;
}
.login-btn {
  padding: 7px 50px !important;
}
.login-btn:hover {
  background-color: var(--s-white);
  color: var(--s-primary);
}
/* Bottom Header Start Here */
.bottom-header {
  /* background-color: var(--s-white); */
  background-color: transparent;
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 999999;
  /* overflow: hidden; */
  /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
}
.bottom-header nav .navbar-brand {
  font-size: 25px;
  font-weight: 700;
  color: var(--s-black);
  margin: 0;
}
.bottom-header nav .navbar-nav .nav-item .nav-link {
  font-size: 15px;
  line-height: 18px;
  font-weight: 400;
  padding: 10px 15px;
  margin: 0 5px;
  color: var(--s-white);
  background-color: transparent;
  border-radius: 5px;
  text-transform: capitalize;
}
.bottom-header nav .navbar-nav .nav-item .nav-link:hover {
  background-color: var(--s-white);
  color: var(--s-secondary);
}
.dropdown-menu {
  left: 15px;
  border-radius: 5px;
  border: none;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.dropdown-item {
  font-size: 13px;
  font-weight: 400;
  text-transform: capitalize;
}
.dropdown-item:hover {
  background-color: var(--s-secondary);
  color: var(--s-white);
}
.dropdown-toggle::after {
  content: none;
}
@media (min-width: 992px) {
  .dropdown-hover:hover > .dropdown-menu {
    display: block;
    margin-top: 0;
  }
}

/* Banner Section Start Here */
.Mainbanner {
  padding: 150px 0 30px 0;
  background: url(https://test.dltinstitute.com/wp-content/uploads/2025/06/Shape.webp) #FBF8F3 no-repeat;
  /* background-position: center;
  background-size: auto 100%;
  mix-blend-mode: multiply; */
  background-position: 0px 0px;
  background-repeat: no-repeat;
  background-size: contain;
}
.banner-content h3 {
  color: var(--s-secondary);
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 25px;
}
.banner-content p {
  color: var(--s-secondary);
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 35px;
  letter-spacing: 1px;
}

/* Hero Section Start Here */
.heroSection {
  padding: 40px 0 30px 0;
  background-color: var(--s-black);
}
.hero-box h2 {
  font-size: 23px;
}
.hero-box h6 {
  font-weight: 600;
  font-size: 20px;
}
.hero-box p {
  font-weight: 400;
  color: var(--s-white);
}
/* Slider container */
.slider {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  padding: 20px;
  width: 100%;
  margin: 30px 0;
}
/* Scrolling track */
.slide-track {
  display: flex;
  gap: 50px;
  animation: scroll 15s linear infinite;
  width: min-content;
}
/* Image styling */
.slider img {
  width: 100px;
  height: auto;
}
/* Continuous scrolling animation */
@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

/* How Works Section Start Here */
.howWorks {
  background-image: url(https://test.dltinstitute.com/wp-content/uploads/2025/07/pattern-bg-scaled-1.webp);
  background-size: 70% auto;
}
.howWorks-Box h3 {
  color: var(--s-black);
  margin-bottom: 15px;
  font-weight: 500;
  font-size: 25px;
}
.howWorks-Box p {
  margin-bottom: 25px;
  font-size: 14px;
}

/* Customizable Section Start Here */
.customizableSection {
  background: linear-gradient(
    180deg,
    rgba(217, 217, 217, 0.25) 0%,
    rgba(217, 217, 217, 0) 43.23%
  );
  background-size: 100% 207px;
  background-repeat: no-repeat;
}
.listBox li {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.listBox li img {
  padding-right: 5px;
}
.listBox li a {
  color: var(--s-secondary);
}

/*  */
.card {
  padding: 20px 20px 10px 20px;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.1);
}
.card-header {
  background-color: transparent;
  /* border: 0; */
  display: flex;
  align-items: flex-start;
  justify-content: start;
  gap: 23px;
}

.icon-box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 42px;
  height: 42px;
  background-color: var(--s-primary);
  border-radius: 100%;
}
.icon-box img {
  display: block;
  border: none;
  max-width: 100%;
  height: auto;
}

/* Footer Section Start Here */
footer {
  position: relative;
  /* background-image: url(https://test.dltinstitute.com/wp-content/uploads/2025/06/pattern-bg.jpg); */
  background-color: var(--s-secondary);
  padding-top: 25px;
}
.footer-box p {
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 25px;
  color: var(--s-white);
}
.footer-box ul li {
  margin-bottom: 0.5rem;
}
.footer-box ul li a {
  font-size: 13px;
  color: var(--s-white);
  font-weight: 400;
}
.footer-box ul li a:hover {
  color: var(--s-primary);
  letter-spacing: 1px;
}
.footer1stRow {
  padding: 2rem 0 1.5rem 0;
  position: relative;
  z-index: 1;
  /* border-top: 1px solid #2525251e; */
}
.socialmediaicon ul li a i {
  background-color: var(--s-white);
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  margin-right: 8px;
  padding: 0;
  color: var(--s-primary);
  transition: 0.3s;
  border-radius: 100px;
}
.socialmediaicon ul li a i:hover {
  transform: rotate(360deg);
  background-color: var(--s-primary);
  color: var(--s-white);
}
.copyRight {
  border-top: 1px solid #ffffff5b;
  padding: 20px 0;
  position: relative;
  z-index: 1;
}
.copyRight-text p{
    font-weight: 400;
}




/*=========================================  
Inner Services PAGE CSS START HERE 
============================================*/
.innerPagesBanner {
  background-image: url(https://test.dltinstitute.com/wp-content/uploads/2025/07/inner-banner.webp);
  height: 450px;
  display: flex;
  align-items: end;
  justify-content: center;
}
.innerPagesBanner::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #00000077;
}
.innerpage-title {
  position: relative;
  z-index: 2;
  margin-top: 0px;
}
.innerpage-title h2 {
  font-size: 60px;
  font-style: normal;
  font-weight: 600;
  position: relative;
  display: block;
  color: var(--s-white);
  margin-bottom: 10px;
}
.breadcrumb-content ul li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  color: var(--s-white);
  margin: 0 5px;
}
.breadcrumb-content ul li a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  color: var(--s-white);
  margin-right: 5px;
}




/* Contact Us Page */
.contactUSPage form label{
  color: var(--s-black);
  font-size: 15px;
}




/* FAQs Section */
.nav-tabs .nav-item .nav-link{
  background-color: transparent;
  border-radius: 0;
  font-size: 15px;
  color: var(--s-black);
  padding: 15px 20px;
  border: none;
  margin: 0 5px;
  letter-spacing: 1px;
  border-top: 1px dashed #d0d2d2;
}
.nav-tabs .nav-item .nav-link:hover{
  background-color: var(--s-secondary);
  color: var(--s-primary);
  border-color: var(--s-secondary);
}
.tab-content{
  border: 1px solid #efefef;
  padding: 20px 30px;
}
.FAQsAccordian-Box .accordion-button::after{
  content: none;
}
.FAQsAccordian-Box .accordion-body p{
  font-size: 15px;
  font-weight: 400;
  color: var(--s-black);
  margin-bottom: 10px;
}
.FAQsAccordian-Box .accordion-button:focus{
  box-shadow: none;
}
.FAQsAccordian-Box .accordion-item{
  border-style: dotted;
}
.FAQsAccordian-Box .accordion .accordion-button{
  color: var(--s-primary);
}
.FAQsAccordian-Box .accordion-button:not(.collapsed){
  background-color:transparent;
  box-shadow: none;
}





/* Pricing Box */
.pricing-box{
  padding: 28px 28px 36px 28px;
  box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.11);
  border-radius: 8px;
  background-color: #ffffff;
  position: relative;
}
.pricing-box::after
{
  width: 100%;
  position: absolute;
  top: 0px;
  height: 9px;
  content: "";
  margin: 0 auto;
  left: 0px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  background: linear-gradient(270deg, #FF7D57 12.78%, #FFC2B0 96.12%);
}
.pricing-box h2{
  font-size: 20px;
  color: var(--s-black);
  font-weight: 700;
  margin-bottom: 30px;
}
.pricing-card-amount
{
  display: flex;
  align-items: flex-end;
  gap: 8px;
  margin-bottom: 30px;
  color: var(--s-black);
}
.pricing-card-amount h3{
  font-size: 20px;
  font-weight: 700;
  color: #2E3133;
  margin-bottom: 0;
}
.pricing-card-amount span{
  font-size: 12px;
    font-weight: 400;
    color: #454F59;
}
.pricing-box p{
  font-size: 13px;
  line-height: 15px;
  font-weight: 400;
  color: #454F59;
}
.pricing-card-list{
  margin-top: 30px;
}
.pricing-card-list li{
  position: relative;
  line-height: 18px;
  margin-bottom: 12px;
  padding-left: 27px;
  font-size: 14px;
  font-weight: 400;
  color: var(--s-secondary);
}
.pricing-card-list li::after
{
  position: absolute;
  content: "";
  top: 6px;
  width: 12px;
  left: 0;
  height: 20px;
  background-image: url(https://test.dltinstitute.com/wp-content/uploads/2025/06/arrow-list.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.pricing-card-list li span
{
  font-size: 12px;
  font-weight: 400;
  color: #7F848A;
  font-style: italic;
}