
/*** Spinner Start ***/
/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}
/*** Spinner End ***/

.back-to-top {
    position: fixed;
    right: 70px;
    bottom: 30px;
    display: flex;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    z-index: 99;
}

/*** Button Start ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-square {
    width: 32px;
    height: 32px;
}

.btn-sm-square {
    width: 34px;
    height: 34px;
}

.btn-md-square {
    width: 44px;
    height: 44px;
}

.btn-lg-square {
    width: 56px;
    height: 56px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 50%;
}

.btn.btn-primary {
    box-shadow: inset 0 0 0 0 var(--bs-primary);
}

.btn.btn-primary:hover {
    box-shadow: inset 300px 0 0 0 var(--bs-light) !important;
    color: var(--bs-primary) !important;
}

.btn.btn-light {
    box-shadow: inset 0 0 0 0 var(--bs-primary);
}

.btn.btn-light:hover {
    box-shadow: inset 300px 0 0 0 var(--bs-primary);
    color: var(--bs-light) !important;
}

.btn-hover {
    transition: 0.5s;
}

.btn-hover:hover {
    color: var(--bs-secondary) !important;
}

/*** Section Title Start ***/
.section-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: var(--bs-primary);
}

.section-title::before {
    content: "";
    width: 90px;
    position: absolute;
    top: 50%;
    right: -55px;
    transform: translateY(-50%);
    margin-right: -50px;
    border: 2px solid var(--bs-primary) !important;
}

.section-title::after {
    content: "";
    width: 90px;
    position: absolute;
    top: 50%;
    left: -55px;
    transform: translateY(-50%);
    margin-left: -50px;
    border: 2px solid var(--bs-primary) !important;
}


/*** Topbar Start ***/
.fixed-top .container {
    transition: 0.5s;
}

.topbar {
    padding: 2px 10px 2px 20px;
    background: var(--bs-primary) !important;
}

.topbar a,
.topbar a i {
    transition: 0.5s;
}

.topbar a:hover,
.topbar a i:hover {
    color: var(--bs-secondary) !important;
}


@media (max-width: 768px) {
    .topbar {
        display: none;    
    }

    .section-title::before{
        width: 40px;
        right: 10px;
    }
    .section-title::after{
        width: 40px;
        left: 8px;
    }
}
/*** Topbar End ***/


/*** Navbar ***/


/* Contact Section Styling */
.contact-section .contact-info i {
  color: #13357b;
}

.contact-section .contact-info {
  box-shadow: 0 8px 25px rgba(19, 53, 123, 0.08);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.contact-section .contact-info:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(19, 53, 123, 0.18);
}

/* Map styling */
.map-contact iframe {
  width: 100%;
  border: none;
  border-radius: 12px;
}

/* Responsive Fixes */
@media (max-width: 991px) {
  .contact-section .contact-info {
    margin-bottom: 30px;
  }
  .contact-section form p {
    font-size: 0.95rem;
  }

}

@media (max-width: 768px) {
  .contact-section h1 {
    font-size: 1.8rem;
  }
  .contact-section h3 {
    font-size: 1.3rem;
  }
  .contact-section form .form-control,
  .contact-section form .form-select {
    font-size: 0.9rem;
  }
  
}

@media (max-width: 576px) {
  .contact-section .contact-info {
    text-align: center;
    padding: 1.5rem;
  }
  .contact-section .contact-info h4 {
    font-size: 1.1rem;
  }
  .contact-section .map-contact iframe {
    height: 300px;
  }
  .contact-section h1 {
    font-size: 1.6rem;
  }
}
/* GENERAL NAV STYLE */
.custom-navbar {
  background: #fff;
  padding: 12px 10px;
  border-bottom: 1px solid #e6e6e6;
}

/* LOGO */
.logo-left {
  font-size: 22px;
  font-weight: 700;
  color: #13357b !important;
}

/* LINKS */
.nav-link {
  font-size: 16px;
  font-weight: 600;
  padding: 10px 14px;
  color: #333;
}

.nav-link.active,
.nav-link:hover {
  color: #13357b !important;
}

/* RIGHT CONTACT */
.right-contact a {
  margin-left: 15px;
  color: #13357b;
  font-weight: 600;
  text-decoration: none;
}

/* -------------------------------
   🔥 MOBILE FIXES
--------------------------------*/
@media (max-width: 991px) {

  /* Extra padding for mobile */
  .custom-navbar {
    padding: 14px 15px;
  }

  /* Toggler button blue */
  .custom-toggler {
    background-color: #13357b !important;
    padding: 6px 10px;
    border-radius: 6px;
    border: none;
  }
.logo-left {
    font-size: 40px;
    font-weight: 700;
    color: #13357b !important;
}
  /* White toggler icon */
  .navbar-toggler-icon {
    filter: brightness(0) invert(1);
  }
.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, .55);
    border-color: rgba(0, 0, 0, .1);
    padding: 20px;
}
  /* Center menu items */
  #mainNav .nav-link {
    text-align: center;
    width: 100%;
    font-size: 18px;
    padding: 12px 0;
    color: black !important;
  }

  /* Dropdown center alignment */
  .dropdown-menu {
    text-align: center;
  }

  /* Move contact to bottom */
  .right-contact {
    display: block !important;
    margin-top: 12px;
    text-align: center;
  }

  .right-contact a {
    display: block;
    margin: 8px 0;
  }
}
/* Force hide in mobile */
@media (max-width: 991px) {
    .right-contact {
        display: none !important;
    }
}

/* Show in desktop */
@media (min-width: 992px) {
    .right-contact {
        display: flex !important;
        align-items: center;
    }
}
/* Active Link Styling */
.navbar .nav-link.active,
.navbar .dropdown-toggle.active {
    color: #13357b !important;
    font-weight: 600;
    position: relative;
}

/* Bottom underline for active */
.navbar .nav-link.active::after,
.navbar .dropdown-toggle.active::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 100%;
    height: 3px;
    background: #13357b;
    border-radius: 5px;
}


/* wheel banner */
.wheel-banner{
  background: linear-gradient(rgba(19, 53, 123, 0.5), rgba(19, 53, 123, 0.5)), url("https://res.cloudinary.com/yourmechanic/image/upload/dpr_auto,f_auto,q_auto/v1/article_images/Good_Quality_Brake_Wheel_Cylinder") !important;
    background-position: center center;
    background-repeat: no-repeat;
    height: 450px;
    background-size: cover !important;
    background-attachment: fixed !important;
    padding: 150px 0 50px 0;
}
/*  */

/* master-banner */
.master-banner{
  background: linear-gradient(rgba(19, 53, 123, 0.5), rgba(19, 53, 123, 0.5)), url("https://www.bgfbrake.com/uploads/1a361a5c.jpg") !important;
    background-position: center center;
    background-repeat: no-repeat;
    height: 450px;
    background-size: cover;
    background-attachment: fixed !important;
    padding: 150px 0 50px 0;
}
/*  */

/* clutch banner */
.clutch-banner{
  background: linear-gradient(rgba(19, 53, 123, 0.5), rgba(19, 53, 123, 0.5)), url("https://clutchmasters.com/files/clutchmastersindustries-356924-clutch-kit-bearings-blogbanner1.jpeg") !important;
    background-position: center center;
    background-repeat: no-repeat !important;
    height: 450px;
    background-size: cover !important;
    background-attachment: fixed !important;
    padding: 150px 0 50px 0;
}
/*  */


/* sleeve banner */
.sleeve-banner{
   background: linear-gradient(rgba(19, 53, 123, 0.5), rgba(19, 53, 123, 0.5)), url("https://grandpackmachine.com/wp-content/uploads/2025/05/Shrink-Sleeve-Machine-banner-scaled.jpg.webp") !important;
    background-position: center center;
    background-repeat: no-repeat;
    height: 450px;
    background-size: cover;
    background-attachment: fixed !important;
    padding: 150px 0 50px 0;
}
/*  */
/*** Single Page Hero Header Start ***/
.bg-breadcrumb {
    background: linear-gradient(rgba(19, 53, 123, 0.5), rgba(19, 53, 123, 0.5)), url("../img/about-banner.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    height: 450px;
    background-size: cover;
    background-attachment: fixed;
    padding: 150px 0 50px 0;
}

.bg-breadcrumb .breadcrumb-item a {
    color: white !important;
}
/*** Single Page Hero Header End ***/
/* ===== Compact About Section ===== */
/* .dvs-about-section {
  background: linear-gradient(180deg, #ffffff, #f6f8fc);
  overflow: hidden;
  position: relative;
}
.dvs-about-section::before {
  content: "";
  position: absolute;
  top: 0;
  right: -40px;
  width: 180px;
  height: 100%;
  background: #13357b0d;
  transform: skewX(-10deg);
  z-index: 0;
}
.dvs-about-section .container {
  position: relative;
  z-index: 1;
}

/* ===========================
   GENERAL NAVBAR STYLING
=========================== */
.custom-navbar {
  background: #ffffff;
  padding: 10px 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  z-index: 999;
}

.custom-navbar .navbar-brand {
  font-size: 22px;
  font-weight: 700;
  color: #0c3a57 !important;
  letter-spacing: 0.5px;
}

/* ===========================
   NAV-LINKS
=========================== */
.navbar-nav .nav-link {
  font-size: 17px;
  font-weight: 500;
  color: #0c3a57;
  padding: 10px 18px;
  transition: 0.3s;
}

.navbar-nav .nav-link:hover {
  color: #ffffff;
  background: #0c3a57;
  border-radius: 6px;
}

/* ===========================
   ACTIVE MENU ITEMS
=========================== */
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.active:hover {
  background: #0c3a57 !important;
  color: #ffffff !important;
  border-radius: 6px;
}

/* ACTIVE IN DROPDOWN */
.dropdown-menu .dropdown-item.active,
.dropdown-menu .dropdown-item.active:hover {
  background: #0c3a57 !important;
  color: #ffffff !important;
}

/* ===========================
   DROPDOWN MENU
=========================== */
.dropdown-menu {
  border-radius: 6px;
  border: none;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.12);
  padding: 0;
}

.dropdown-item {
  font-size: 16px;
  padding: 10px 20px;
  color: #0c3a57;
  transition: 0.3s;
}

.dropdown-item:hover {
  background: #0c3a57;
  color: #fff;
}

/* ===========================
   RIGHT CONTACT SECTION
=========================== */
.right-contact a {
  margin-left: 20px;
  color: #0c3a57;
  font-size: 15px;
  display: flex;
  align-items: center;
  transition: 0.3s;
}

.right-contact a i {
  margin-right: 6px;
  color: #0c3a57;
}

.right-contact a:hover {
  text-decoration: underline;
}

/* ===========================
   MOBILE RESPONSIVE
=========================== */
@media (max-width: 991px) {

  /* Center navbar items */
  .navbar-nav .nav-link {
    text-align: center;
    padding: 12px 0;
  }

  /* Dropdown full width */
  .dropdown-menu {
    width: 100%;
    text-align: center;
  }

  /* Hide right contact on mobile */
  .right-contact {
    display: none !important;
  }

  .navbar-brand {
    font-size: 20px;
  }
}

/* ===========================
   MOBILE TOGGLER (3 lines icon)
=========================== */
.custom-toggler {
  border: none;
}

.custom-toggler:focus {
  box-shadow: none;
}

.navbar-toggler-icon {
  filter: brightness(0) saturate(100%) invert(14%) sepia(19%) 
          saturate(1826%) hue-rotate(170deg) brightness(92%) 
          contrast(90%);
}

.dvs-about-img {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.4s ease;
}
.dvs-about-img:hover {
  transform: scale(1.02);
}
.dvs-img-border {
  border: 8px solid #13357B;
  border-radius: 20px;
  overflow: hidden;
  height: 100%;
}
.dvs-img {
  object-fit: cover;
  transition: all 0.5s ease;
}
.dvs-img:hover {
  transform: scale(1.04);
}

.dvs-about-content {
  background: #fff;
  border-radius: 20px;
  padding: 25px 30px;
  box-shadow: 0 6px 20px rgba(19, 53, 123, 0.12);
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: all 0.4s ease;
}
.dvs-about-content:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 25px rgba(19, 53, 123, 0.25);
}

.dvs-about-content h1 {
  color: #13357B;
  font-size: 1.7rem;
  line-height: 1.2;
  font-weight: 800;
}
.dvs-about-content p {
  color: #444444e7;
  line-height: 1.7;
  font-size: 0.98rem;
  font-weight: 600;
}


.dvs-btn-primary {
  background-color: #13357B;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.3px;
  transition: all 0.4s ease;
}
.dvs-btn-primary:hover {
  background-color: #0f2c6b;
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(19, 53, 123, 0.3);
}


@media (max-width: 992px) {
  .dvs-about-content {
    text-align: center;
    padding: 20px;
  }
  .dvs-about-content h1 {
    font-size: 1.4rem;
  }
  .dvs-about-section{
    margin-top: -65px;
  }
}
@media (max-width: 576px) {
  .dvs-about-content h1 {
    font-size: 1.2rem;
  }
  .dvs-about-content p {
    font-size: 0.9rem;
    text-align: justify;
  }
} */



/* ===== DVS About Section ===== */
.dvs-about-section {
  background: linear-gradient(180deg, #ffffff, #f6f8fc);
  overflow: hidden;
  position: relative;
}
.dvs-about-section::before {
  content: "";
  position: absolute;
  top: 0;
  right: -40px;
  width: 180px;
  height: 100%;
  background: #13357b0d;
  transform: skewX(-10deg);
  z-index: 0;
}
.dvs-about-section .container {
  position: relative;
  z-index: 1;
}

/* Left Column of Images */
.dvs-about-img-column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 15px;
  width: 100%;
}

.dvs-about-img {
  /* border: 8px solid #13357B; */
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(19, 53, 123, 0.12);
  transition: all 0.4s ease;
}

.dvs-about-img img {
  width: 100%;
  height: 100%;
  max-width: 600px;
  object-fit: cover;
  transition: transform 0.5s ease;
}

/* Slight height variation for balance */
.dvs-about-img.top-img {
  height: 300px;
}
.dvs-about-img.bottom-img {
  height: 300px;
}

/* Hover */
.dvs-about-img:hover img {
  transform: scale(1.05);
}

/* Right Content */
.dvs-about-content {
  background: #fff;
  border-radius: 20px;
  padding: 25px 30px;
  box-shadow: 0 6px 20px rgba(19, 53, 123, 0.12);
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: all 0.4s ease;
}
.dvs-about-content:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 25px rgba(19, 53, 123, 0.25);
}

.dvs-about-content h1 {
  color: #13357B;
  font-size: 1.7rem;
  line-height: 1.2;
  font-weight: 800;
}
.dvs-about-content p {
  color: #444444e7;
  line-height: 1.7;
  font-size: 0.98rem;
  font-weight: 600;
}

/* Button */
.dvs-btn-primary {
  background-color: #13357B;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.3px;
  transition: all 0.4s ease;
}
.dvs-btn-primary:hover {
  background-color: #0f2c6b;
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(19, 53, 123, 0.3);
}

/* Responsive */
@media (max-width: 992px) {
  .dvs-about-content {
    text-align: center;
    padding: 20px;
  }
  .dvs-about-content h1 {
    font-size: 1.4rem;
  }
  .dvs-about-section {
    margin-top: -65px;
  }
  .dvs-about-img.top-img {
    height: 220px;
  }
  .dvs-about-img.bottom-img {
    height: 250px;
  }
}
@media (max-width: 576px) {
  .dvs-about-content h1 {
    font-size: 1.2rem;
  }
  .dvs-about-content p {
    font-size: 0.9rem;
    text-align: justify;
  }
  .dvs-about-img.top-img,
  .dvs-about-img.bottom-img {
    height: auto;
  }
}

/* why choose secton */
.why-choose-dvs {
  background: radial-gradient(circle at top right, #13357b 10%, #0c1224 90%);
  color: #fff;
  font-family: "Poppins", sans-serif;
  overflow: hidden;
  position: relative;
}

.dvs-subtitle {
  color: white;
  font-weight: 700;
  font-size: 46px;
  text-transform: uppercase;
  position: relative;
  letter-spacing: 2px;
  margin-bottom: 15px;
}

.dvs-intro {
  color: white;
  max-width: 850px;
  font-size: 1rem;
  line-height: 1.6;
}

/* === Feature Cards === */
.dvs-feature-card {
  position: relative;
  height: 300px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  padding: 40px 30px;
  text-align: center;
  transition: all 0.5s ease;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.dvs-feature-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(145deg, rgba(19, 53, 123, 0.5), transparent);
  opacity: 0;
  transition: 0.6s ease;
  border-radius: 20px;
}

.dvs-feature-card:hover .dvs-feature-bg {
  opacity: 1;
}

.dvs-feature-card:hover {
  transform: translateY(-12px);
  border-color: rgba(19, 53, 123, 0.6);
  box-shadow: 0 20px 50px rgba(19, 53, 123, 0.5);
}

.dvs-icon {
  font-size: 3.3rem;
  color: #5975ac;
  margin-bottom: 25px;
  position: relative;
  z-index: 2;
  transition: all 0.4s ease;
}

.dvs-feature-card:hover .dvs-icon {
  transform: scale(1.2) rotate(10deg);
  color: #fff;
}

.dvs-feature-card h6 {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 15px;
  color: #fff;
  position: relative;
  z-index: 2;
}

.dvs-feature-card p {
  color: #bbb;
  font-size: 0.95rem;
  line-height: 1.6;
  position: relative;
  z-index: 2;
}


.dvs-subtitle::before {
    content: "";
    width: 90px;
    position: absolute;
    top: 50%;
    right: 230px;
    transform: translateY(-50%);
    /* margin-right: -50px; */
    border: 2px solid #cfd3e2 !important;
}

.dvs-subtitle::after {
    content: "";
    width: 90px;
    position: absolute;
    top: 50%;
    left: 230px;
    transform: translateY(-50%);
    /* margin-left: -50px; */
    border: 2px solid #cfd3e2 !important;
}

/* === Floating background particles === */
.why-choose-dvs::before,
.why-choose-dvs::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: rgba(19, 53, 123, 0.3);
  filter: blur(100px);
  animation: float 10s infinite alternate ease-in-out;
}
.why-choose-dvs::before {
  width: 300px;
  height: 300px;
  top: 10%;
  left: -100px;
}
.why-choose-dvs::after {
  width: 250px;
  height: 250px;
  bottom: 5%;
  right: -80px;
}

@keyframes float {
  from {
    transform: translateY(0) translateX(0);
  }
  to {
    transform: translateY(40px) translateX(30px);
  }
}

/* === Responsive === */
@media (max-width: 768px) {
  .dvs-feature-card {
    padding: 30px 25px;
  }
  .dvs-icon {
    font-size: 2.5rem;
  }
  .dvs-intro {
    font-size: 1rem;
  }
  .dvs-subtitle{
    font-size: 27px;
    margin-top: -40px;
  }

  .dvs-subtitle::after{
    left: 304px;
    width: 47px;
  }
  .dvs-subtitle::before{
    right: 304px;
    width: 47px;
  }
}

/*  */
/*** Tour Booking Start ***/
.booking {
    background: linear-gradient(rgba(19, 53, 123, .8), rgba(19, 53, 123, .8)), url(../img/tour-booking-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    
}


.booking .container .section-booking-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: var(--bs-white);
}

.booking .container .section-booking-title::before {
    content: "";
    width: 50px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-right: -50px;
    border: 1px solid var(--bs-white) !important;
}

.booking .container form .btn.btn-primary {
    box-shadow: inset 0 0 0 0 var(--bs-primary);
}

.booking .container form .btn.btn-primary:hover {
    box-shadow: inset 800px 0 0 0 var(--bs-light) !important;
    color: var(--bs-primary) !important;
}



/*** Tour Booking end ***/


/* ===== DVS Premium Product Section ===== */
.dvs-products {
  background: #f8f9fc;
  font-family: "Poppins", sans-serif;
}

.section-subtitle {
  color: #13357B;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.section-title {
  font-weight: 700;
  color: #0a1834;
  font-size: 2.4rem;
}

/* ==== Product Card ==== */
.dvs-card {
  background: #fff;
  border-radius: 25px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  transition: all 0.5s ease;
  border: 1px solid rgba(19, 53, 123, 0.1);
}

.product-container{
    gap: 55px;
}

.dvs-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 45px rgba(19, 53, 123, 0.25);
  border-color: #13357B;
}

.dvs-card-img {
  position: relative;
  overflow: hidden;
}

.product-para{
    font-size: 18px;
    font-weight: 600;
    width: 70%;
    margin-left: 170px;
    /* text-align: center; */
}

.dvs-card-img img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.dvs-card:hover .dvs-card-img img {
  transform: scale(1.1);
}

.dvs-card-body {
  padding: 25px 25px 35px;
  text-align: center;
  position: relative;
  z-index: 2;
}

.dvs-card-body h3 {
  font-size: 1.3rem;
  font-weight: 800;
  color: #13357B;
  margin-bottom: 15px;
}

.dvs-card-body p {
  font-size: 0.95rem;
  color: #555;
  line-height: 1.3;
  margin-bottom: 25px;
}

/* Button */
.dvs-btn {
  background: #13357B;
  color: #fff;
  padding: 10px 28px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 0.4px;
  transition: all 0.4s ease;
  box-shadow: 0 0 10px rgba(19, 53, 123, 0.3);
}

.dvs-btn:hover {
  background: #1b4ab5;
  box-shadow: 0 0 25px rgba(19, 53, 123, 0.5);
  transform: translateY(-2px);
}

/* Hover Glow Border Animation */
.dvs-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 25px;
  padding: 2px;
  background: linear-gradient(120deg, transparent, #13357B, transparent);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.dvs-card:hover::before {
  opacity: 1;
}

/* Responsive */
@media (max-width: 768px) {
  .dvs-card-img img {
    height: 240px;
  }
  .section-title {
    font-size: 1.8rem;
  }
  .product-para{
    margin-left: 9px;
    /* width: 100%; */
    width: fit-content;
  }
  .dvs-card-body p{
    text-align: justify;
  }
}



/* ============================= */
/* Industries We Serve Section   */
/* ============================= */

.industries-we-serve-section {
  position: relative;
  overflow: hidden;
  background-color: #f8f9fb;
}

.industries-we-serve-bg img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  filter: brightness(0.85);
}

.industries-we-serve-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(19,53,123,0.3), rgba(19,53,123,0.1));
}

.industries-we-serve-content {
  position: relative;
  top: -150px;
  background: #fff;
  padding: 50px 35px;
  border-radius: 12px;
  max-width: 1100px;
  box-shadow: 0 8px 35px rgba(0,0,0,0.1);
}

/* Heading lines */
.industries-we-serve-heading-lines {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.industries-we-serve-heading-line {
  width: 80px;
  height: 2px;
  background: linear-gradient(90deg, rgba(19,53,123,0), #13357B, rgba(19,53,123,0));
}
.industries-we-serve-section-title {
  color: #13357B;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 30px;
}
.industries-we-serve-section-intro {
  color: #444;
  max-width: 750px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
}

/* Industry Cards */
.industries-we-serve-card {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  height: 250px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.08);
  transition: all 0.4s ease;
  position: relative;
}
.industries-we-serve-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.industries-we-serve-body {
  padding: 15px;
}
.industries-we-serve-body h5 {
  font-size: 16px;
  color: #13357B;
  margin: 0;
  font-weight: 600;
}

/* Hover effects */
.industries-we-serve-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(19,53,123,0.25);
}
.industries-we-serve-card:hover img {
  transform: scale(1.08);
}

/* Responsive */
@media (max-width: 991px) {
  .industries-we-serve-content { top: -50px; padding: 40px 25px; }
}
@media (max-width: 767px) {
  .industries-we-serve-bg img { height: 229px; }
  .industries-we-serve-card img { height: 160px; }
  .footer-item-sec{padding-left: 8px !important;}
  .industries-we-serve-card{
    height: 214px;
  }
}

/* ========== SITEMAP PAGE STYLING ========== */

.sitemap-section {
    padding: 50px 0;
    background: #f4f9ff;
}

.sitemap-title {
    text-align: center;
    font-size: 34px;
    font-weight: 700;
    color: #13357b;
    margin-bottom: 40px;
}

.sitemap-tree {
    list-style: none;
    padding-left: 0;
}

.sitemap-tree > li {
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 600;
    color: #13357b;
}

.sitemap-tree a {
    text-decoration: none;
    color: #0d6efd;
    font-weight: 500;
    transition: 0.3s;
}

.sitemap-tree a:hover {
    padding-left: 5px;
    color: #002d72;
}

.sitemap-tree ul {
    list-style: none;
    padding-left: 25px;
    margin-top: 10px;
}

.sitemap-tree ul li {
    margin-bottom: 10px;
    font-size: 17px;
    position: relative;
    padding-left: 18px;
}

/* Tree bullet */
.sitemap-tree ul li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #13357b;
    font-size: 20px;
}

/* Parent Title */
.parent-link {
    color: #13357b;
    font-weight: 700;
}

/* ===== MOBILE RESPONSIVE ===== */
@media (max-width: 768px) {
    .sitemap-tree > li {
        font-size: 18px;
    }

    .sitemap-tree ul li {
        font-size: 16px;
    }

    .sitemap-title {
        font-size: 28px;
    }
}

/*** Footer Start ***/
.footer {
    background: var(--bs-dark);
}
.footer .footer-item a {
    line-height: 30px;
    /* color: var(--bs-white); */
    color: rgba(255, 255, 255, 0.822);
    transition: 0.5s;
}

.footer .footer-item a:hover {
    letter-spacing: 0.6px;
    color: blue;
}

.footer-item-sec{
    padding-left: 50px;
}

/*** Footer End ***/

/*** copyright Start ***/
.copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: var(--bs-dark) !important;
}
/*** copyright end ***/


/* ===== ABOUT SECTION ===== */
.about-section {
  background-color: #fff;
}

/* Parent Box */
.about-box {
  display: flex;
  border-left: 8px solid #13357b;
  background: #ffffff;
  transition: all 0.6s ease;
  align-items: stretch; /* keeps both equal height */
  height: 660px;
}

.about-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 25px rgba(19, 53, 123, 0.25);
}

/* Left Image */
.about-img {
  flex: 1;
  position: relative;
  animation: slideInLeft 1.2s ease;
  min-height: 100%;
}

.about-img video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s ease, filter 0.8s ease;
  filter: brightness(90%);
  border-right: 1px solid #e2e6f0;
}

/* Right Content */
.about-content {
  flex: 1;
  background-color: #f9fafc;
  animation: slideInRight 1.2s ease;
  padding: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.about-title {
  color: #13357b;
  font-weight: 700;
  font-size: 2.2rem;
  text-transform: uppercase;
  position: relative;
  margin-top: -10px;
}

.about-title::after {
  content: '';
  display: block;
  width: 70px;
  height: 3px;
  background-color: #13357b;
  margin-top: 8px;
  border-radius: 10px;
}

/* Paragraph styling */
.about-content p {
  font-size: 1rem;
  line-height: 1.8;
  font-weight: 600;
  color: #444;
  margin-bottom: 1rem;
}

/* ===== Animations ===== */
@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* ===== Responsive Design ===== */
@media (max-width: 1199px) {
  .about-box {
    height: auto;
  }
  .about-content {
    padding: 2.5rem;
  }
}

@media (max-width: 991px) {
  .about-box {
    flex-direction: column;
    border-left: none;
    border-top: 8px solid #13357b;
    height: auto;
  }

  .about-img {
    order: 1;
  }

  .about-img video {
    height: 340px;
    object-fit: cover;
    border-right: none;
    border-bottom: 1px solid #e2e6f0;
  }

  .about-content {
    order: 2;
    padding: 2rem;
    text-align: center;
  }

  .about-title {
    font-size: 1.8rem;
    margin-top: 0;
  }

  .about-title::after {
    margin: 8px auto 0;
  }

  .about-content p {
    font-size: 1rem;
    text-align: justify;
  }
}

@media (max-width: 576px) {
  .about-content {
    padding: 1.4rem;
  }

  .about-content p {
    font-size: 0.95rem;
    line-height: 1.7;
  }

  .about-img video {
    height: 260px;
  }

  .about-title {
    font-size: 1.5rem;
  }
}

/* ===== Mission & Vision Section ===== */
.mission-vision-section {
  position: relative;
  background-color: #f9fafc;
  overflow: hidden;
  padding-bottom: 30px;
}

/* Hero Image */
.mv-hero img {
  width: 100%;
  height: 550px;
  object-fit: cover;
  filter: brightness(80%);
}

/* Overlapping Container */
.mv-content {
  position: relative;
  margin-top: -150px;
  background-color: #fff;
  border-radius: 30px;
  z-index: 2;
  border-left: 8px solid #13357b;
  border-right: 8px solid #13357b;
  transition: all 0.5s ease;
  padding: 4rem 3rem;
}

.mv-content:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 30px rgba(19, 53, 123, 0.25);
}

/* Each Card */
.mv-card {
  padding: 2rem;
  background-color: #ffffff;
  border-radius: 16px;
  transition: all 0.6s ease;
  height: 470px;
}

.mv-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 20px rgba(19, 53, 123, 0.15);
}

/* Icons */
.mv-icon {
  width: 90px;
  height: 90px;
  filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.15));
  animation: fadeIn 1.5s ease;
}

/* Headings */
.mv-title {
  color: #13357b;
  font-weight: 700;
  margin-bottom: 1rem;
  text-transform: uppercase;
  font-size: 1.8rem;
}

/* Paragraphs */
.mv-card p {
  color: #444;
  line-height: 1.7;
  font-size: 1rem;
  font-weight: 500;
  text-align: justify;
}

/* Animation Keyframes */
@keyframes fadeIn {
  0% { opacity: 0; transform: translateY(20px); }
  100% { opacity: 1; transform: translateY(0); }
}

/* ===== Tablet View ===== */
@media (max-width: 991px) {
  .mv-hero img {
    height: 400px;
  }

  .mv-content {
    margin-top: -100px;
    padding: 2rem;
    border-radius: 20px;
  }

  .mv-card {
    padding: 1.8rem;
  }

  .mv-title {
    font-size: 1.5rem;
  }

  .mv-icon {
    width: 70px;
    height: 70px;
  }

  .mv-card p {
    font-size: 0.95rem;
  }
   .dvs-quality-title{
    font-size: 32px !important;
    margin-top: -50px;
  }
}

/* ===== Mobile View ===== */
@media (max-width: 576px) {
  .mv-hero img {
    height: 156px;
  }

  .mv-content {
    margin-top: -5px;
    border-width: 5px;
    padding: 1.5rem 1.2rem;
  }

  .mv-card {
    height: auto;
    padding: 1.5rem 1rem;
    margin-bottom: 20px;
  }

  .mv-icon {
    width: 60px;
    height: 60px;
    /* margin-top: -30px; */
  }

  .mv-title {
    font-size: 1.3rem;
    margin-bottom: 0.8rem;
  }

  .mv-card p {
    font-size: 0.9rem;
    line-height: 1.6;
  }

 
}

/* ===== DVS Quality & Client Section ===== */

.dvs-quality-section {
  position: relative;
  padding: 100px 0;
  overflow: hidden;
  background: linear-gradient(135deg, #ffffff 0%, #f4f7ff 50%, #eaf0ff 100%);
  color: #333;
}

/* Soft moving gradient animation */
.dvs-quality-section::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle at 30% 30%, rgba(19, 53, 123, 0.08), transparent 60%),
              radial-gradient(circle at 70% 70%, rgba(19, 53, 123, 0.05), transparent 60%);
  animation: dvs-bgMove 12s infinite alternate ease-in-out;
  z-index: 0;
}

@keyframes dvs-bgMove {
  from { transform: translate(0, 0); }
  to { transform: translate(30px, 30px); }
}

/* Section Title */
.dvs-quality-title {
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  color: #13357b;
  margin-bottom: 70px;
  font-size: 2.4rem;
  position: relative;
  z-index: 2;
}

.dvs-quality-title::after {
  content: "";
  width: 90px;
  height: 4px;
  background: #13357b;
  display: block;
  margin: 10px auto 0;
  border-radius: 2px;
}

/* Info Cards */
.dvs-quality-card {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 10px 25px rgba(19, 53, 123, 0.12);
  padding: 40px;
  height: 100%;
  transition: all 0.5s ease;
  color: #333;
  position: relative;
  z-index: 2;
  animation: dvs-fadeUp 1s ease both;
}

.dvs-quality-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 18px 40px rgba(19, 53, 123, 0.2);
}

.dvs-quality-card h3 {
  color: #13357b;
  font-weight: 700;
  margin-bottom: 20px;
  position: relative;
}

.dvs-quality-card h3::before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 60px;
  height: 3px;
  background: #1f4da0;
  border-radius: 10px;
}

.dvs-quality-card p {
  color: #444;
  line-height: 1.7;
  font-size: 1rem;
  margin-bottom: 15px;
}

@keyframes dvs-fadeUp {
  from { opacity: 0; transform: translateY(40px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Responsive */
@media (max-width: 992px) {
  .dvs-quality-card {
    margin-bottom: 30px;
  }
}

.elite-slider-section {
  background: linear-gradient(120deg, #ffffff, #f3f7ff, #ffffff);
  overflow: hidden;
  position: relative;
  padding-top: 60px;
}

/* Navigation Buttons */
.elite-nav {
  position: absolute;
  top: 10px;
  right: 20px;
  display: flex;
  gap: 10px;
  z-index: 10;
}
.elite-nav button {
  background: #13357b;
  color: #fff;
  border: none;
  padding: 8px 16px;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 600;
  transition: all 0.3s ease;
}
.elite-nav button:hover {
  background: #0b2254;
}

/* Slider Wrapper */
.elite-slider {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 40px 0;
}

/* Track */
.elite-track {
  display: flex;
  align-items: center;
  transition: transform 0.6s ease;
}

/* Each Slide */
.elite-slide {
  flex: 0 0 300px;
  height: 250px;
  margin: 0 18px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(19, 53, 123, 0.15);
  background: #fff;
  transition: all 0.6s ease;
}
.elite-slide:hover {
  transform: scale(1.05);
  box-shadow: 0 15px 40px rgba(19, 53, 123, 0.25);
}

/* Image */
.elite-slide img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 20px 20px 0 0;
  transition: transform 1s ease;
}
.elite-slide:hover img {
  transform: scale(1.1);
}

/* Caption */
.elite-caption {
  text-align: center;
  padding: 10px 0;
  font-weight: 600;
  color: #13357b;
  font-size: 16px;
  background: #ffffff;
}

/* Responsive */
@media (max-width: 992px) {
  .elite-slide { flex: 0 0 230px; height: 200px; }
  .elite-caption { font-size: 14px; }
}
@media (max-width: 576px) {
  .elite-slide { flex: 0 0 160px; height: 160px; margin: 0 8px; }
  .elite-caption { font-size: 12px; }
}


/* wheel */
/* 🔷 Base Section */
.dvs-hero-product {
  position: relative;
  overflow: hidden;
  background: #f6f8fc;
  padding: 60px 8%;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* 💫 Background Shape */
.dvs-hero-bg {
  position: absolute;
  top: -20%;
  left: -10%;
  width: 130%;
  height: 140%;
  background: radial-gradient(circle at 60% 40%, #13357b 0%, #1d4ea3 50%, #0f1e4b 100%);
  clip-path: polygon(0 0, 70% 0, 100% 100%, 0% 100%);
  opacity: 0.08;
  animation: dvsBgFloat 10s ease-in-out infinite alternate;
  z-index: 0;
}

@keyframes dvsBgFloat {
  from { transform: translateY(0px); }
  to { transform: translateY(30px); }
}

/* 🧱 Container */
.dvs-hero-container {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  max-width: 1200px;
  width: 100%;
  background: #fff;
  border-radius: 30px;
  box-shadow: 0 20px 50px rgba(19, 53, 123, 0.15);
  padding: 60px;
  animation: dvsFadeIn 1.2s ease forwards;
  transform: translateY(40px);
  opacity: 0;
}

@keyframes dvsFadeIn {
  to { transform: translateY(0); opacity: 1; }
}

/* 🖼️ Image Side */
.dvs-hero-image {
  flex: 1;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  perspective: 1000px;
  overflow: visible;
}

.dvs-hero-image video {
  width: 380px;
  height: 380px;
  object-fit: cover;
  border-radius: 20px;
  transform: rotateY(-10deg) scale(0.9);
  transition: all 0.8s ease;
  z-index: 2;
  animation: dvsImgIn 1.3s ease forwards;
  opacity: 0;
}

@keyframes dvsImgIn {
  0% { transform: translateX(-100px) rotateY(-10deg) scale(0.9); opacity: 0; }
  100% { transform: translateX(0) rotateY(0deg) scale(1); opacity: 1; }
}

.dvs-hero-image:hover img {
  transform: rotateY(10deg) scale(1.05);
}

/* ✨ Glow effect behind image */
.dvs-glow {
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(19, 53, 123, 0.4), transparent 70%);
  filter: blur(60px);
  animation: dvsPulse 4s ease-in-out infinite;
  z-index: 1;
}

@keyframes dvsPulse {
  0%, 100% { transform: scale(1); opacity: 0.6; }
  50% { transform: scale(1.2); opacity: 1; }
}

/* 📄 Content Side */
.dvs-hero-info {
  flex: 1;
  animation: dvsTextSlide 1.4s ease forwards 0.3s;
  opacity: 0;
}

@keyframes dvsTextSlide {
  from { transform: translateX(80px); opacity: 0; }
  to { transform: translateX(0); opacity: 1; }
}

.dvs-hero-info h2 {
  font-size: 38px;
  color: #13357B;
  text-transform: uppercase;
  font-weight: 800;
  margin-bottom: 20px;
  position: relative;
}

.dvs-hero-info h2::after {
  content: "";
  display: block;
  width: 80px;
  height: 4px;
  background: #13357B;
  margin-top: 10px;
  border-radius: 3px;
  animation: dvsLineGrow 1s ease forwards;
}

@keyframes dvsLineGrow {
  from { width: 0; opacity: 0; }
  to { width: 80px; opacity: 1; }
}

.dvs-hero-info p {
  font-size: 16px;
  line-height: 1.8;
  color: #444;
  margin-bottom: 18px;
}

.dvs-keywords {
  background: rgba(19, 53, 123, 0.1);
  padding: 12px 16px;
  border-radius: 10px;
  font-size: 14px;
  color: #13357B;
  transition: background 0.4s ease;
}

.dvs-keywords:hover {
  background: rgba(19, 53, 123, 0.2);
}

/* 📱 Responsive */
@media (max-width: 992px) {
  .dvs-hero-container {
    flex-direction: column;
    text-align: center;
    gap: 30px;
    padding: 40px;
  }

  .dvs-hero-image video {
    width: 300px;
    height: 300px;
  }

  .dvs-hero-info h2::after {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 576px) {
  .dvs-hero-container {
    padding: 30px 20px;
  }

  .dvs-hero-image video {
    width: 275px;
    height: 220px;
  }

  .dvs-hero-info h2 {
    font-size: 28px;
  }

  .dvs-hero-info p {
    font-size: 14px;
    text-align: justify;
  }
}

/*  */
/* 🌌 Section Base */
.dvs-function-section {
  position: relative;
  padding: 50px 8%;
  background: linear-gradient(135deg, #f9fbff, #80a5dfa1);
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

/* ✨ Animated Blue Glow */
.dvs-function-section::before {
  content: "";
  position: absolute;
  top: -20%;
  right: -10%;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(19, 53, 123, 0.25), transparent 70%);
  filter: blur(120px);
  animation: dvsGlowMove 6s ease-in-out infinite alternate;
}

@keyframes dvsGlowMove {
  from { transform: translateY(0px); opacity: 0.6; }
  to { transform: translateY(30px); opacity: 1; }
}

/* 💎 Main Container */
.dvs-function-container {
  position: relative;
  z-index: 2;
  max-width: 1100px;
  width: 100%;
  background: #ffffff;
  border-radius: 24px;
  box-shadow: 0 20px 50px rgba(19, 53, 123, 0.15);
  padding: 60px 80px;
  animation: dvsFadeUp 1.2s ease forwards;
  opacity: 0;
}

@keyframes dvsFadeUp {
  from { transform: translateY(60px); opacity: 0; }
  to { transform: translateY(0); opacity: 1; }
}

/* 🏷️ Header */
.dvs-function-header {
  text-align: center;
  margin-bottom: 50px;
  position: relative;
}

.dvs-function-header h2 {
  color: #13357B;
  font-size: 38px;
  font-weight: 800;
  letter-spacing: 0.5px;
  position: relative;
  text-transform: uppercase;
}

.dvs-header-line {
  width: 90px;
  height: 4px;
  background: #13357B;
  border-radius: 3px;
  margin: 14px auto 0;
  animation: dvsLineGrow 1.2s ease forwards;
}

@keyframes dvsLineGrow {
  from { width: 0; opacity: 0; }
  to { width: 90px; opacity: 1; }
}

/* ⚙️ Function Content */
.dvs-function-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.dvs-func-card {
  background: #f8faff;
  border: 1px solid rgba(19, 53, 123, 0.15);
  border-radius: 20px;
  padding: 30px 25px;
  text-align: center;
  position: relative;
  box-shadow: 0 10px 25px rgba(19, 53, 123, 0.1);
  transition: all 0.6s ease;
  transform: translateY(0);
  opacity: 0;
  animation: dvsCardIn 1.3s ease forwards;
}

.dvs-func-card:nth-child(1) { animation-delay: 0.3s; }
.dvs-func-card:nth-child(2) { animation-delay: 0.6s; }
.dvs-func-card:nth-child(3) { animation-delay: 0.9s; }

@keyframes dvsCardIn {
  from { transform: translateY(50px); opacity: 0; }
  to { transform: translateY(0); opacity: 1; }
}

.dvs-func-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 35px rgba(19, 53, 123, 0.25);
}

/* 🔵 Icon Style */
.dvs-icon-circle {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #13357B, #1d4ea3);
  color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 20px;
  font-size: 32px;
  box-shadow: 0 6px 18px rgba(19, 53, 123, 0.4);
  transition: transform 0.6s ease;
}

.dvs-func-card:hover .dvs-icon-circle {
  transform: rotate(15deg) scale(1.1);
}

/* 🧾 Text */
.dvs-func-card p {
  font-size: 16px;
  color: #333;
  line-height: 1.7;
  margin: 0;
}

/* 📱 Responsive */
@media (max-width: 992px) {
  .dvs-function-content {
    grid-template-columns: 1fr 1fr;
  }
  .dvs-function-container {
    padding: 50px 40px;
  }
}

@media (max-width: 576px) {
  .dvs-function-content {
    grid-template-columns: 1fr;
  }
  .dvs-function-container {
    padding: 40px 25px;
  }
  .dvs-function-header h2 {
    font-size: 30px;
  }
  .dvs-icon-circle {
    width: 70px;
    height: 70px;
    font-size: 28px;
  }
}


/*  */
/* 🌌 Section Base */
.dvs-info-section {
  background: linear-gradient(135deg, #a7b2d3, #818ebd, #7a85a8);
  padding: 100px 8%;
  position: relative;
  overflow: hidden;
}

/* ✨ Deep Blue Glow Background */
.dvs-info-section::before {
  content: "";
  position: absolute;
  width: 600px;
  height: 600px;
  top: -10%;
  right: -10%;
  background: radial-gradient(circle, rgba(19, 53, 123, 0.5), transparent 70%);
  filter: blur(90px);
  animation: dvsGlowPulse 6s ease-in-out infinite alternate;
}

@keyframes dvsGlowPulse {
  from { opacity: 0.6; transform: scale(1); }
  to { opacity: 1; transform: scale(1.05); }
}

/* 🔹 Header */
.dvs-info-header {
  text-align: center;
  margin-bottom: 60px;
  animation: dvsFadeUp 1.2s ease forwards;
  opacity: 0;
}

@keyframes dvsFadeUp {
  from { opacity: 0; transform: translateY(50px); }
  to { opacity: 1; transform: translateY(0); }
}

.dvs-info-header h2 {
  font-size: 40px;
  font-weight: 800;
  color: #13357B;
  text-transform: uppercase;
}

.dvs-info-line {
  width: 100px;
  height: 4px;
  background: #13357B;
  border-radius: 3px;
  margin: 15px auto 0;
  animation: dvsLineGrow 1s ease forwards;
}

@keyframes dvsLineGrow {
  from { width: 0; opacity: 0; }
  to { width: 100px; opacity: 1; }
}

/* 🔷 Grid Layout */
.dvs-info-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-bottom: 50px;
}

/* 📦 Info Boxes */
.dvs-info-box, .dvs-info-center-box {
  background: #ffffff;
  border: 1px solid rgba(19, 53, 123, 0.25);
  border-radius: 20px;
  padding: 40px 35px;
  box-shadow: 0 12px 30px rgba(19, 53, 123, 0.25);
  transition: all 0.5s ease;
  transform: translateY(50px);
  opacity: 0;
  animation: dvsBoxFadeIn 1.2s ease forwards;
}

.dvs-info-box:nth-child(1) { animation-delay: 0.4s; }
.dvs-info-box:nth-child(2) { animation-delay: 0.6s; }
.dvs-info-center-box { animation-delay: 0.8s; }

@keyframes dvsBoxFadeIn {
  from { opacity: 0; transform: translateY(60px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Hover Animation */
.dvs-info-box:hover,
.dvs-info-center-box:hover {
  transform: translateY(-10px);
  box-shadow: 0 18px 40px rgba(19, 53, 123, 0.35);
}

/* 🧭 Box Titles */


.dvs-info-box h3,
.dvs-info-center-box h3,
.dvs-info-box h6,
.dvs-info-center-box h6 {
  color: #13357B;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}


/* 🔸 List Style */
.dvs-info-box ul,
.dvs-info-center-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.dvs-info-box li,
.dvs-info-center-box li {
  color: #222;
  font-size: 16px;
  line-height: 1.8;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 10px;
  transition: all 0.3s ease;
}

.dvs-info-box li i,
.dvs-info-center-box li i {
  color: #13357B;
  margin-top: 4px;
  font-size: 14px;
  transition: transform 0.3s ease;
}

.dvs-info-box li:hover i,
.dvs-info-center-box li:hover i {
  transform: translateX(4px);
}

.dvs-info-box li:hover,
.dvs-info-center-box li:hover {
  color: #13357B;
}

/* 🧩 Center Box Alignment */
.dvs-info-center-box {
  max-width: 600px;
  margin: 0 auto;
  text-align: left;
}

/* 📱 Responsive Design */
@media (max-width: 992px) {
  .dvs-info-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 576px) {
  .dvs-info-section {
    padding: 70px 6%;
  }
  .dvs-info-header h2 {
    font-size: 32px;
  }
  .dvs-info-box, .dvs-info-center-box {
    padding: 30px 20px;
  }
}

 :root {
    --primary-red: rgba(19, 53, 123, 0.6);
    --dark-text: #222;
    --light-text: #555;
    --bg-light: #f8f8f8;
    --font-main: "Poppins", sans-serif;
  }

  .section-content {
    padding: 60px 20px;
    max-width: 1200px;
    margin: auto;
  }

  .heading {
    font-family: var(--font-main);
    font-weight: 600;
    color: var(--primary-red);
    margin-bottom: 15px;
    font-size: 28px;
  }

  .content-block p {
    color: var(--light-text);
    margin-bottom: 15px;
  }

  .content-block {
    background: var(--bg-light);
    padding: 30px;
    border-radius: 12px;
    margin-bottom: 40px;
    border-left: 6px solid var(--primary-red);
  }

  @media (max-width: 768px) {
    .section-content  {
      padding: 40px 15px;
    }

    .content-block {
      padding: 20px;
    }
  }

  .btn-quote {
  background-color: var(--primary-red);
  color: #fff;
  font-weight: 600;
  border: none;
  border-radius: 50px;
  padding: 10px 30px;
  letter-spacing: 0.5px;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.btn-quote:hover {
  background-color: rgba(19, 53, 123, 0.6);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.25);
}

.btn-quote:active {
  transform: translateY(0);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
}

.btn-quote:focus {
  outline: none;
  box-shadow: 0 0 0 0.2rem rgba(255, 50, 50, 0.4);
}

    /* market area */
    .location-section {
        padding: 80px 0;
        background: #F7F9FC;
    }

    .main-title {
        font-size: 2.4rem;
        font-weight: 800;
        color: #13357B;
        margin-bottom: 10px;
    }

    .sub-title {
        color: rgba(0, 0, 0, 0.65);
        margin-bottom: 45px;
        font-size: 1rem;
    }

    .location-card {
        background: #ffffff;
        padding: 35px 20px;
        border-radius: 14px;
        text-align: center;
        display: block;
        text-decoration: none;
        color: #13357B;
        box-shadow: 0px 4px 18px rgba(19, 53, 123, 0.12);
        transition: 0.3s;
        height: 100%;
    }

    .location-card .icon {
        font-size: 46px;
        margin-bottom: 14px;
        transition: 0.3s;
        color: #13357B;
    }

    .location-card h2 {
        font-size: 1.25rem;
        margin: 10px 0 6px;
        font-weight: 700;
    }

    .location-card p {
        font-size: 0.9rem;
        opacity: 0.8;
    }

    /* Hover */
    .location-card:hover {
        background: #13357B;
        color: #fff;
        transform: translateY(-8px);
    }

    .location-card:hover h2 {
        color: white;
    }

    .location-card:hover .icon {
        color: #fff;
        transform: scale(1.18);
    }

     .disclaimer-section {
      padding: 70px 20px;
      background: #f8f9fa;
      font-family: "Poppins", sans-serif;
      line-height: 1.8;
      color: #333;
    }

    .disclaimer-section .container {
      max-width: 900px;
      margin: auto;
      background: #fff;
      padding: 40px 35px;
      border-radius: 12px;

      /* Smooth Shadow */
      box-shadow: 0 8px 25px rgba(0,0,0,0.12);
    }

    /* ========== HEADINGS (h2–h6) ========== */
    .disclaimer-section h2,
    .disclaimer-section h3,
    .disclaimer-section h4,
    .disclaimer-section h5,
    .disclaimer-section h6 {
      color: #13357B;
      font-weight: 700;
      margin-top: 25px;
      margin-bottom: 15px;
      position: relative;
    }

    .disclaimer-section h2 {
      font-size: 2rem;
      text-align: center;
      border-bottom: 2px solid #13357B;
      display: inline-block;
      padding-bottom: 5px;
      margin-bottom: 30px;
    }

    .disclaimer-section h3,
    .disclaimer-section h4,
    .disclaimer-section h5,
    .disclaimer-section h6 {
      font-size: 1.25rem;
    }

    /* ========== TEXT & LIST ========== */
    .disclaimer-section p,
    .disclaimer-section li {
      font-size: 1rem;
      margin-bottom: 12px;
    }

    .disclaimer-section ul {
      padding-left: 20px;
      margin-bottom: 20px;
    }

    /* ========== RESPONSIVE ========== */
    @media (max-width: 768px) {
      .disclaimer-section {
        padding: 40px 15px;
      }

      .disclaimer-section .container {
        padding: 25px 20px;
      }

      .disclaimer-section h2 {
        font-size: 1.7rem;
      }

      .disclaimer-section h3,
      .disclaimer-section h4,
      .disclaimer-section h5,
      .disclaimer-section h6 {
        font-size: 1.15rem;
      }

      .disclaimer-section p,
      .disclaimer-section li {
        font-size: 0.95rem;
      }
    }

    /* ========== FADE ANIMATION ========== */
    @keyframes fadeIn {
      0% { opacity: 0; transform: translateY(15px); }
      100% { opacity: 1; transform: translateY(0); }
    }

    .disclaimer-section h2,
    .disclaimer-section h3,
    .disclaimer-section p,
    .disclaimer-section li {
      animation: fadeIn 0.8s ease forwards;
    }