
.backgroundimg {
  background-image: url("img/backgbgroundimg");
  width: 100vw;
  height: 90vh;
  background-size: cover;
  background-position: center;
}
.nav-item {
  position: relative;
}
*{
    font-family: "Poppins!important";
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.sticky-top{
  top:0px !important;
  
}
.hero-wrapper {
  position: relative;
  min-height: 85vh; /* Full first phase height */
  display: flex;
  align-items: center; /* Vertical center */
  justify-content: center; /* Horizontal center */
}

.hero-cta {
  position: absolute;
  bottom: 12%; /* Move up/down as needed */
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 0 15px;
}

/* Vehicle Warranty Plans */
.fa-shield-halved {
  color: #2d286b !important; 
}

/* Appliance Protection */
.fa-house {
  color: #2d286b !important; 
}

/* Customized Plans */
.fa-file {
  color: #2d286b !important; /* green */
}

/* Hassle-Free Claims */
.fa-circle-check {
  color: #2d286b !important; /* blue */
}

/* Long-Term Savings */
.fa-indian-rupee-sign {
  color: #2d286b !important; /* pink/magenta */
}

/* Customer-Centric Support */
.fa-headphones-simple {
  color:#2d286b!important; /* purple */
}

.scrolled {
  background: black;
}
/* Zoom effect for all img-fluid inside col-lg-4 text-center */
.col-lg-4.text-center img.img-fluid {
  transition: transform 0.4s ease-in-out;
  cursor: pointer;
}

.col-lg-4.text-center img.img-fluid:hover {
  transform: scale(1.08);  /* Adjust zoom level */
}
.custom-dropdown {
    border-radius: 12px !important;
    padding: 8px 0;
    background: #ffffff;
    border: 1px solid #e5e5e5 !important;
    box-shadow: 0 6px 20px rgba(0,0,0,0.12);
    min-width: 230px;
  }

  .custom-dropdown .dropdown-item {
    font-size: 15px;
    font-weight: 600;
    color: #1d1d1d;
    padding: 10px 18px;
   
    border-radius: 6px;
    transition: all 0.2s ease-in-out;
  }

  .custom-dropdown .dropdown-item:hover {
    background: #f3f3f3;
    color: #110F3A;
    transform: translateX(3px);
  }
.dropdown-menu a.dropdown-item:hover {
    background-color: rgba(0, 0, 0, 0.08) !important;
    border-radius: 7px;
  }
.nav-link {
font-size: 18px;
font-weight: 600;
color: black;
text-decoration: none;
transition: color 0.3s ease, transform 0.3s ease;
}

/* Hover effect - Underline and color change */
.nav-link:hover {
color: #2d286b;
}

/* Add underline effect on hover */
.nav-link::after {
content: "";
position: absolute;
bottom: -5px;
left: 0;
width: 0;
height: 2px;
background-color: white;
transition: width 0.3s ease;
}



.nav-link:hover::after {
width: 100%;
}

/* Dropdown menu item hover effect */
.dropdown-item:hover {
background-color: #f1f1f1;
color: #2d286b;
transition: background-color 0.3s ease, color 0.3s ease;
}

/* Navbar transition */
.navbar-nav .nav-item {
  transition: all 0.3s ease;
}



.hero-section {
  position: relative;
  background: url("img/coverpage7.png") center/cover no-repeat;
  padding: 80px 0;
  text-align: left;
  height: 80vh;
  z-index: 499;
}

.carousel-caption .display-5 {
  font-weight: 300;
  color: #333;
}

.carousel-caption .highlight {
  color: #2d286b;
  /* Highlight color */
}

.carousel-caption .subtitle {
  font-size: 17px;
  font-style: italic;
}

.carousel-caption .btn-group {
  display: flex;
  gap: 10px;
}

.info-box {
  display: flex;
  gap: 20px;
  background: #2d286b;
  padding: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  position: absolute;
  top: 83%;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  max-width: 1000px;
  z-index: 500;
  border: 1px solid white;
}

.info-item {
  flex: 1;
  text-align: center;
}

.info-box .info-item:nth-child(1),
.info-box .info-item:nth-child(2),
.info-box .info-item:nth-child(3) {
  border-right: 3px solid white;
}

.info-item h5 {
  margin: 0;
  font-weight: 600;
  font-size: 19px;
  color: white;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}

/* .info-item h5:nth-child(0) ,.info-item h5:nth-child(2){
   
   } */

.info-item a:hover {
  text-decoration: underline;
}

.btn-primary,
.btn-secondary {
  border-radius: 5px;
  transition: all 0.3s ease;
}

.btn-primary {
  background-color: #007bff;
  border: none;
}

.btn-secondary {
  background-color: #6c757d;
  color: #fff;
  border: none;
}

.btn-primary:hover,
.btn-secondary:hover {
  opacity: 0.8;
}

.watermark {
  background-image: url("img/yesblack2.png");
  background-size: cover;
  background-position: center;
}



/*-- Main slide --*/
.banner-carousel .banner-carousel-item {
  height: 700px;
  color: #fff;
  background-position: 50% 50%;
  background-size: cover;
}



@media (max-width: 991px) {
  .banner-carousel .banner-carousel-item {
    height: 550px;
  }
  .buttonforhidden{
    display:none;
  }
  
}

@media (max-width: 575px) {
  .banner-carousel .banner-carousel-item {
    height: 450px;
  }
}

.slider-content {
  position: relative;
  height: 100%;
  width: 100%;
}

.slide-title-box {
  font-size: 16px;
  line-height: 39px;
  background: #2d286b;
  color: #fff;
  display: inline-block;
  padding: 0 15px;
  margin: 0 0 10px;
}

.slide-title {
  font-size: 30px;
  line-height: 36px;
  font-weight: 300;
  color: #fff;
  margin: 20px 0 10px;
}

@media (max-width: 991px) {
  .slide-title {
    font-size: 22px;
  }
}

@media (max-width: 575px) {
  .slide-title {
    font-size: 16px;
  }
}

.slide-sub-title {
  font-style: normal;
  font-size: 56px !important;
  line-height: 58px;
  margin: 20px 0;
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -1px;
}

@media (max-width: 991px) {
  .slide-sub-title {
    font-size: 46px;
  }
}

@media (max-width: 575px) {
  .slide-sub-title {
    font-size: 30px;
    line-height: 30px;
  }
}

.slider-text {
  display: table;
  vertical-align: bottom;
  color: #fff;
  padding-left: 40%;
  width: 100%;
  padding-bottom: 0;
  padding-top: 20px;
}

.slider-text .slide-head {
  font-size: 36px;
  color: #0052a5;
  position: relative;
}

.slider-img {
  display: block;
  position: absolute;
  top: -80px;
  left: 20%;
  width: 314px;
  max-height: 100%;
}

.slider-img img {
  display: block;
  position: relative;
  max-height: 100%;
  width: auto;
}

.slider.btn {
  margin: 15px 5px 0;
  border: 2px solid transparent;
}

@media (max-width: 575px) {
  .slider.btn {
    font-size: 12px;
  }
}

.slider.border {
  background: none;
  border: 2px solid #2d286b !important;
}

.slider.border:hover {
  background: #2D286B;
  border: 2px solid transparent;
}

/* Carousel control */
.banner-carousel .carousel-control {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: transparent;
  opacity: 0;
  filter: alpha(opacity=0);
  text-shadow: none;
  transition: all 0.25s ease;
  padding: 0;
  outline: 0;
  border: 0;
}

@media (max-width: 575px) {
  .banner-carousel .carousel-control {
    display: none !important;
  }
}

.banner-carousel .slick-dots {
  opacity: 0;
  filter: alpha(opacity=0);
  bottom: 60px;
}

.slick-dots li button::before {
  font-size: 12px;
}

.slick-dots li button:hover:before,
.slick-dots .slick-dots li button:focus:before,
.slick-dots li.slick-active button:before {
  opacity: 1;
  color: #2d286b;
}

.slick-slide {
  outline: 0;
}

.banner-carousel:hover .carousel-control,
.banner-carousel:hover .carousel-control,
.banner-carousel:hover .slick-dots {
  opacity: 1;
  filter: alpha(opacity=100);
}

.banner-carousel .carousel-control.left {
  left: 20px;
}

.banner-carousel .carousel-control.right {
  right: 20px;
}

.banner-carousel .carousel-control i {
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  line-height: 58px;
  width: 60px;
  height: 60px;
  font-size: 22px;
  border-radius: 0;
  transition: all 500ms ease;
}

.banner-carousel .carousel-control i:hover {
  background: #2D286B;
  color: #fff;
}

/*-- Animation */
.banner-carousel [data-animation-in] {
  opacity: 0;
}

/* slick Box slider */
.box-slider-content {
  top: 50%;
  padding: 0;
  position: absolute;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  .box-slider-content {
    top: auto;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    left: 20px;
    bottom: 20px;
    width: calc(100% - 40px);
  }
}

.box-slider-text {
  background: #111;
  background: rgba(0, 0, 0, 0.65);
  display: inline-block;
  padding: 20px 30px;
  max-width: 650px;
}

.box-slide-title {
  font-size: 18px;
  font-weight: 300;
  margin: 0;
  color: #fff;
}

@media (max-width: 767px) {
  .box-slide-title {
    font-size: 16px;
  }
}

.box-slide-sub-title {
  font-size: 36px;
  margin: 8px 0 10px;
  color: #fff;
}

@media (max-width: 767px) {
  .box-slide-sub-title {
    font-size: 26px;
  }
}

.box-slide-description {
  color: #fff;
}

@media (max-width: 767px) {
  .box-slide-description {
    font-size: 15px;
  }
}

.box-slider-text .btn {
  padding: 10px 20px;
}

.box-slide.owl-theme .owl-controls {
  margin: -20px;
}

/* Call to action
================================================== */
.call-to-action {
  background-color: #272d33;
  padding: 30px;
}

.call-to-action-title {
  color: #fff;
  margin: 0;
  padding: 25px 0;
  line-height: normal;
  font-size: 22px;
  text-transform: capitalize;
}

/* Action style box */
.call-to-action-box {
  margin-top: -50px;
}

.call-to-action-box .action-style-box {
  background: #2D286B;
  padding: 30px;
}



/* @media (max-width: 575px) and (min-width: 300px) {
  #containerfooter {
    text-align: left;
    margin-left: 15px;
  }
  .footer-last {
    text-align: left;
    margin-left: 15px;
  }
} */

.fa-phone-alt {
  transform: none !important;
  direction: ltr !important;
}

/* .fa-phone-alt {
  transform: none !important;
  direction: ltr !important;
} */



.footer {
  background-color:black !important;
  padding: 50px 0;
}

.footer a {
  
  text-decoration: none;
}

.footer a:hover {
  text-decoration: underline;
}

.footer .social-icons a {
  font-size: 20px;
  margin-right: 15px;
}

.footer-bottom {
  text-align: center;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-logo img {
  width: 150px;
  height: auto;
}

.btn.btn-outline-primary:hover {
  background-color: transparent !important; /* keep same */
              /* text becomes black */
}

.featureimg2{
  width: 100vw;
  position: absolute;
  height: 120vh;
  background: rgb(0,0,0,0.4);
  z-index: 1;
  }
  
  /* =========================================
   ULTRA CLEAN – UNDERLINE SWEEP + SOFT RISE
========================================= */

/* Title */
.hero-title {
  font-size: 46px;
  font-weight: 700;
   color: rgba(255,255,255,0.85);
  display: inline-block;
  margin-bottom: 12px;
  opacity: 0;
  transform: translateY(18px);
  animation: riseIn 0.9s ease-out forwards;
}

/* Underline sweep */
.hero-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  height: 3px;
  width: 100%;
  background: #fff;
  transform: scaleX(0);
  transform-origin: left;
  animation: underlineSweep 0.6s ease-out forwards;
  animation-delay: 0.7s;
}
/* ===== LOGO CAROUSEL EFFECT WITHOUT CHANGING CLASSES ===== */

@keyframes slideClients {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

/* This becomes the "logos" wrapper */
section.content {
  overflow: hidden;
  background: #fff;
  padding: 60px 0;
  position: relative;
}

/* Fade shadows (same as your demo) */
section.content::before,
section.content::after {
  position: absolute;
  top: 0;
  width: 180px;
  height: 100%;
  content: "";
  z-index: 2;
}

section.content::before {
  left: 0;
  background: linear-gradient(to left, rgba(255,255,255,0), #fff);
}

section.content::after {
  right: 0;
  background: linear-gradient(to right, rgba(255,255,255,0), #fff);
}

/* This becomes the "logos-slide" */
.all-clients {
  display: flex;
  flex-wrap: nowrap !important;
  width: max-content;
  animation: slideClients 30s linear infinite;
}

/* Pause on hover */
section.content:hover .all-clients {
  animation-play-state:running;
}

/* Fix spacing & sizing */
.all-clients .col-sm-4,
.all-clients .col-6 {
  flex: 0 0 auto;
  width: auto;
}

.clients-logo img {
  height: 60px;
  width: auto;
  object-fit: contain;
}

/* Subtitle – clean left-slide */
.hero-subtitle {
  font-size: 18px;
  color: rgba(255,255,255,0.85);
  margin-top: 18px;

  opacity: 0;
  transform: translateX(-20px);
  animation: subtitleIn 0.8s ease-out forwards;
  animation-delay: 0.9s;
}

/* Keep text block neat */
.hero-copy {
  position: relative;
  max-width: 620px;
}

/* =========================================
   Keyframes
========================================= */

@keyframes riseIn {
  0% { opacity: 0; transform: translateY(18px); }
  100% { opacity: 1; transform: translateY(0); }
}

@keyframes underlineSweep {
  0% { transform: scaleX(0); }
  100% { transform: scaleX(1); }
}

@keyframes subtitleIn {
  0% { opacity: 0; transform: translateX(-20px); }
  100% { opacity: 1; transform: translateX(0); }
}

/* =========================================
   Mobile
========================================= */

@media (max-width: 768px) {
  .hero-title { font-size: 30px; }
  .hero-subtitle { font-size: 15px; }
}
/* =========================================
   RESPONSIVE MEDIA QUERIES
   (Layout adjustments ONLY - No color changes)
========================================= */

/* Extra small devices (phones, less than 576px) */
@media (max-width: 575.98px) {
  /* Navbar layout adjustments */
  .navbar {
    padding: 10px 15px;
  }
  
  .navbar-brand h6 {
    font-size: 10px;
    display: none;
  }
  
  .navbar-toggler {
    padding: 4px 8px;
  }
  
  /* Hero section layout */
  .hero {
    min-height: 80vh;
    text-align: center;
    padding: 20px 15px;
  }
  
  .hero h1 {
    font-size: 2rem;
    line-height: 1.2;
    margin-top: 60px;
  }
  
  .hero p {
    font-size: 1rem;
    top: 200px;
    line-height: 1.4;
    padding: 0 10px;
  }
  
  /* Features section layout */
  #ts-features .col-lg-5,
  #ts-features .col-lg-6 {
    padding-left: 15px;
    padding-right: 15px;
  }
  
  #ts-features h1 {
    font-size: 24px;
    width: auto;
    text-align: center;
  }
  
  #ts-features p {
    width: auto;
    font-size: 14px;
    text-align: justify;
    padding: 0 10px;
  }
  
  .feature-card {
    margin-bottom: 15px;
    padding: 15px;
  }
  
  /* Service sections layout */
  .section-sub-title {
    font-size: 24px;
    margin-bottom: 30px;
  }
  
  .service-item {
    margin-bottom: 20px;
    padding: 15px;
  }
  
  .service-item h4 {
    font-size: 16px;
  }
  
  .service-item p {
    font-size: 14px;
  }
  
  /* Logo slider layout */
  .client-logo {
    height: 50px;
    margin: 0 20px;
  }
  
  /* Footer layout */
  .footer .col-md-3 {
    margin-bottom: 30px;
    left: 0;
    text-align: center;
  }
  
  .footer-logo img {
    width: 120px;
    margin: 0 auto 20px;
    display: block;
  }
  
  .footer h5 {
    font-size: 16px;
  }
  
  .footer p, .footer a {
    font-size: 13px;
  }
  
  /* Chat window layout */
  #ewChatWindow {
    width: 90%;
    left: 5%;
    right: 5%;
    bottom: 70px;
    max-height: 400px;
  }
  
  #ewChatButton {
    left: 10px;
    bottom: 10px;
    padding: 8px 12px;
    font-size: 12px;
  }
  
  /* Trust badges grid layout */
  .row.g-3 .col-6 {
    margin-bottom: 15px;
  }
}

/* Small devices (tablets, 576px to 767.98px) */
@media (min-width: 576px) and (max-width: 767.98px) {
  /* Hero section layout */
  .hero h1 {
    font-size: 2.5rem;
    margin-top: 80px;
  }
  
  .hero p {
    font-size: 1.1rem;
    top: 250px;
  }
  
  /* Features section layout */
  #ts-features h1 {
    font-size: 26px;
    width: auto;
  }
  
  #ts-features p {
    width: auto;
    font-size: 15px;
  }
  
  /* Service items layout */
  .service-item {
    padding: 20px;
  }
  
  /* Logo slider layout */
  .client-logo {
    height: 60px;
    margin: 0 25px;
  }
  
  /* Footer layout */
  .footer .col-md-3 {
    left: 0;
  }
  
  .footer-logo {
    text-align: center;
  }
  
  .footer-logo img {
    margin: 0 auto 20px;
  }
}

/* Medium devices (tablets, 768px to 991.98px) */
@media (min-width: 768px) and (max-width: 991.98px) {
  /* Navbar layout */
  .navbar-collapse .navbar-nav {
    gap: 10px;
  }
  
  .nav-item.nav-link {
    font-size: 14px;
  }
  
  /* Hero section layout */
  .hero h1 {
    font-size: 3rem;
  }
  
  .hero p {
    font-size: 1.2rem;
    top: 280px;
  }
  
  /* Features section layout */
  #ts-features h1 {
    font-size: 28px;
    width: 100%;
  }
  
  #ts-features p {
    width: 100%;
    font-size: 15px;
  }
  
  /* Service items layout */
  .col-lg-4 {
    margin-bottom: 20px;
  }
  
  /* Footer layout */
  .footer .col-md-3 {
    left: 0;
    margin-bottom: 30px;
  }
}

/* Large devices (desktops, 992px to 1199.98px) */
@media (min-width: 992px) and (max-width: 1199.98px) {
  /* Hero section layout */
  .hero h1 {
    font-size: 3.2rem;
  }
  
  /* Features section layout */
  #ts-features h1 {
    width: 450px;
  }
  
  #ts-features p {
    width: 400px;
  }
  
  /* Service items layout */
  .service-item {
    padding: 20px;
  }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  /* Container layout */
  .container {
    max-width: 1140px;
  }
  
  /* Hero section layout */
  .hero h1 {
    font-size: 3.5rem;
  }
}

/* =========================================
   ORIENTATION SPECIFIC LAYOUT ADJUSTMENTS
========================================= */

/* Portrait mode adjustments */
@media (max-width: 767.98px) and (orientation: portrait) {
  .hero {
    min-height: 70vh;
  }
  
  .logo-slider {
    padding: 10px 0;
  }
}

/* Landscape mode adjustments */
@media (max-height: 500px) and (orientation: landscape) {
  .hero {
    min-height: 100vh;
    padding-top: 80px;
  }
  
  .hero h1 {
    margin-top: 40px;
    font-size: 2.2rem;
  }
  
  .hero p {
    top: 150px;
  }
}

/* =========================================
   PRINT LAYOUT ADJUSTMENTS
========================================= */

@media print {
  /* Hide non-essential elements for printing */
  .navbar,
  #ewChatButton,
  #ewChatWindow,
  .footer {
    display: none;
  }
  
  /* Layout adjustments for printing */
  body {
    font-size: 12pt;
  }
  
  .container {
    width: 100%;
    max-width: 100%;
  }
}

/* =========================================
   ACCESSIBILITY - REDUCED MOTION LAYOUT
========================================= */

@media (prefers-reduced-motion: reduce) {
  /* Remove animations for accessibility */
  .feature-card,
  .service-item,
  .client-logo {
    transition: none;
  }
  
  .logo-track {
    animation: none;
  }
}

/* =========================================
   RESPONSIVE UTILITY CLASSES FOR LAYOUT
========================================= */

/* Responsive padding utilities */
@media (max-width: 767.98px) {
  .py-sm-3 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  
  .px-sm-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}

@media (max-width: 575.98px) {
  .py-xs-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  
  .px-xs-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
}

/* =========================================
   RESPONSIVE FONT SIZES (Layout only)
========================================= */

@media (max-width: 767.98px) {
  h1 {
    font-size: calc(1.375rem + 1.5vw);
  }
  
  h2 {
    font-size: calc(1.325rem + 0.9vw);
  }
  
  h3 {
    font-size: calc(1.3rem + 0.6vw);
  }
  
  p, a, span {
    font-size: calc(0.9rem + 0.3vw);
  }
}

/* =========================================
   BOOTSTRAP COLLAPSE LAYOUT FIXES
========================================= */

@media (max-width: 991.98px) {
  .navbar-collapse {
    padding: 20px;
    border-radius: 10px;
    margin-top: 10px;
  }
  
  .navbar-nav {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
  
  .dropdown-menu {
    position: static;
    float: none;
    width: 100%;
    margin-top: 10px;
  }
}

/* =========================================
   SPECIFIC LAYOUT FIXES FOR COMPONENTS
========================================= */

/* Fix for feature cards on mobile */
@media (max-width: 767.98px) {
  .feature-card {
    margin-bottom: 15px;
  }
  
  .feature-card .d-flex {
    flex-direction: column;
    text-align: center;
  }
  
  .feature-card .me-3 {
    margin-right: 0;
    margin-bottom: 15px;
  }
}

/* Fix for service items stacking */
@media (max-width: 991.98px) {
  .service-item {
    height: auto;
    min-height: 250px;
  }
}

/* Fix for logo slider on small screens */
@media (max-width: 575.98px) {
  .logo-slider {
    padding: 5px 0;
  }
  
  .client-logo {
    margin: 0 15px;
  }
}

/* Fix for hero section text positioning */
@media (max-width: 767.98px) {
  .hero .row {
    margin-top: 50px;
  }
  
  .hero .display-4 {
    margin-top: 0;
  }
}

/* Fix for footer columns stacking */
@media (max-width: 767.98px) {
  .footer .row > div {
    margin-bottom: 30px;
  }
  
  .footer-bottom {
    text-align: center;
  }
}

