/* Reset all margins and padding */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* You can also specifically reset the body and html margin */
html, body {
  margin: 0;
  padding: 0;
}

/* Basic styling for the body */
body {
  font-family: 'Roboto', sans-serif;
  background-color: #fff; /* Light background color */
  color: #333; /* Dark text color for good readability */
  line-height: 1.6; /* Ensures better spacing between lines of text */
  margin: 0; /* Removes default margin from body */
  padding: 0; /* Removes any padding */
  min-height: 100vh; /* Ensures the body takes at least the full viewport height */
  display: flex;
  flex-direction: column; /* Keeps content flow in a column */
}
@font-face {
  font-family: 'Roboto';
  src: url('../font/Roboto-Regular.ttf') format('truetype');
  font-weight: 400;
}

@font-face {
  font-family: 'Roboto';
  src: url('../font/Roboto-Bold.ttf') format('truetype');
  font-weight: 700;
}



hr{
    margin:0rem;
}
.logo{
    max-height:40px;
}
.topnav-main,
.topnav-main * {
    margin-top: 0 !important;
}
.topnav-main{
    background-color: #333;
}
.topnav-help-line p{
    font-size: 17px;
    padding-top:12px;
    color: #ffffff;
    margin: 0;
}
.topnav-help-line p a{
    text-decoration: none;
    color: #ffffff;
    font-size: 14px;
}
.phone{
    padding-right: 15px;
}
.social-icons{
    background-color: #ffffff;
    padding: 4px;
    border-radius: 100%;
}
.instagram i{
    color:#ed3237;
}
.facebook i{
    color:#ed3237;;
}
.linkedin i{
    color:#ed3237;;
}

.navbar-main ul li a{
    text-decoration: none;
    color: #000;
    text-align: left;
}
.search-btn {
    background: #ed3237;
    color: #fff;
    border-radius: 0;
}
.search-btn:hover {
    color: #000;
    background-color: #ccc;
    border-color: var(--bs-btn-hover-border-color);
}
.xt-blog-form input{
    border: none;
}
.xt-blog-form{
    padding:7px 7px 3px 7px;
}

@media screen and (min-width: 992px) {
  .navbar {
    padding: 0;
    line-height: 3rem;
    .dropdown-menu {
      line-height: initial;
    }
  }  
  
  .dropdown {
    .dropdown-menu {
      display: none;
    }
  }
  .dropdown,
  .dropend {
    &:hover {
      & > .dropdown-menu {
        display: block;
      }
    }
  }
  .dropdown {
    &:hover {
      & > .dropdown-menu {
        margin-top: -.1rem;
      }
    }
  }
  .dropend {
    &:hover {
      & > .dropdown-menu {
        position: absolute;
        top: .5rem;
        left: 100%;
        margin-left: 0;
      }
    }
  }
}

.home-icon i{
    color: #ed3237;
    font-size: 15px!important;
}
.nav-item i{
    font-size: 10px;
    
}



@keyframes slide{
  from{
    transform:translateX(0) ;
    
  }
  to{
    transform:translateX(-100%) ;
  
  }
}

.features{
    background-color: #ed3237;
    padding: 20px 0;
}
.features-type i{
    color: #fff;
    font-size: 35px;
}
.features-type P{
    color: #fff;
    margin: 0;
    padding: 5px 0px 2px 0px; 
    font-size: 18px;
    font-weight: 700;
}
@import url('https://fonts.googleapis.com/css?family=Muli:400,400i,700,700i');


.wsk-cp-product{
  background:#fff;
  padding:15px;
  border-radius:6px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  position:relative;
  margin:20px auto;
}
.wsk-cp-img{
  position:absolute;
  top:5px;
  left:50%;
  transform:translate(-50%);
  -webkit-transform:translate(-50%);
  -ms-transform:translate(-50%);
  -moz-transform:translate(-50%);
  -o-transform:translate(-50%);
  -khtml-transform:translate(-50%);
  width: 100%;
  padding: 15px;
  transition: all 0.2s ease-in-out;
}
.wsk-cp-img img{
  width:100%;
  transition: all 0.2s ease-in-out;
  border-radius:6px;
}
.wsk-cp-product:hover .wsk-cp-img{
  top:-40px;
}
.wsk-cp-product:hover .wsk-cp-img img{
  box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
}
.wsk-cp-text{
  padding-top:125%;
}
.wsk-cp-text .category{
  text-align:center;
  font-size:12px;
  font-weight:bold;
  padding:5px;
  margin-bottom:45px;
  position:relative;
  transition: all 0.2s ease-in-out;
}
.wsk-cp-text .category > *{
  position:absolute;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  -khtml-transform: translate(-50%,-50%);
    
}
.wsk-cp-text .category > span{
  padding: 12px 30px;
  border: 1px solid #313131;
  background:#212121;
  color:#fff;
  box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
  border-radius:27px;
  transition: all 0.05s ease-in-out;
  
}
.wsk-cp-product:hover .wsk-cp-text .category > span{
  border-color:#ddd;
  box-shadow: none;
  padding: 11px 28px;
}
.wsk-cp-product:hover .wsk-cp-text .category{
  margin-top: 0px;
}
.wsk-cp-text .title-product{
  text-align:center;
}
.wsk-cp-text .title-product h3{
  font-size:20px;
  font-weight:bold;
  margin:15px auto;
  overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  width:100%;
}

.title-product a{
    text-decoration: none;
    color: #000;
}
.wsk-cp-text .description-prod p{
  margin:0;
}
/* Truncate */
.wsk-cp-text .description-prod {
  text-align:center;
  width: 100%;
  height:62px;
  overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  margin-bottom:15px;
}
.card-footer{
  padding: 25px 0 5px;
  border-top: 1px solid #ddd;
}
.card-footer:after, .card-footer:before{
  content:'';
  display:table;
}
.card-footer:after{
  clear:both;
}

.card-footer .wcf-left{
  float:left;
  
}

.card-footer .wcf-right{
  float:right;
}

.price{
  font-size:18px;
  font-weight:bold;
}

a.buy-btn{
  display:block;
  color:#212121;
  text-align:center;
  font-size: 18px;
  width:35px;
  height:35px;
  line-height:35px;
  border-radius:50%;
  border:1px solid #212121;
  transition: all 0.2s ease-in-out;
}
a.buy-btn:hover , a.buy-btn:active, a.buy-btn:focus{
  border-color: #FF9800;
  background: #FF9800;
  color: #fff;
  text-decoration:none;
}
.wsk-btn{
  display:inline-block;
  color:#212121;
  text-align:center;
  font-size: 18px;
  transition: all 0.2s ease-in-out;
  border-color: #FF9800;
  background: #FF9800;
  padding:12px 30px;
  border-radius:27px;
  margin: 0 5px;
}
.wsk-btn:hover, .wsk-btn:focus, .wsk-btn:active{
  text-decoration:none;
  color:#fff;
}  
.red{
  color:#ed3237;
  font-size:22px;
  display:inline-block;
  margin: 0 5px;
}
@media screen and (max-width: 991px) {
  .wsk-cp-product{
    margin:40px auto;
  }
  .wsk-cp-product .wsk-cp-img{
  top:-40px;
}
.wsk-cp-product .wsk-cp-img img{
  box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
}
  .wsk-cp-product .wsk-cp-text .category > span{
  border-color:#ddd;
  box-shadow: none;
  padding: 11px 28px;
}
.wsk-cp-product .wsk-cp-text .category{
  margin-top: 0px;
}
a.buy-btn{
  border-color: #FF9800;
  background: #FF9800;
  color: #fff;
}
}
.products-head{
    text-align:center;
}

.products-head h2{
    font-size: 25px;
}

.fixed-bg-section {
    background-image: url('../image/img/background1.jpg'); /* Change to your image */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed; /* Makes the image fixed */
    
    height: 100%;  /* You can change the height */
    width: 100%;
    
    display: flex;
    justify-content: center;
    align-items: center;

    /* Optional dark overlay */
    position: relative;
}

.fixed-bg-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgb(0 0 0 / 58%); /* Dark overlay for readability */
}

.content-box {
    position: relative;
    color: white;
    text-align: center;
    z-index: 2;
    padding: 50px 0;
}
.about-head{
  font-size: 30px !important;
}

/* Entire Section */
.why-choose-fixed {
    position: relative;
    width: 100%;
    padding: 50px 0;
    
    /* FIXED BACKGROUND IMAGE */
    background-image: url("../image/img/why-choose-us.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;  /* <-- FIXED background */
}

.why-choose-fixed::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgb(0 0 0 / 58%); /* Dark overlay for readability */
}

/* Pink cards */
.feature-box {
    background: #ed3237;
    color: white;
    padding:15px 10px;
    border-radius: 8px;
    height: 100%;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

.feature-box h5 {
    font-weight: 700;
}

.feature-box i {
    font-size: 24px;
    margin-right: 8px;
}

/* Girl on left */
.girl-left {
    position: absolute;
    left: -48px;
    bottom: -50px;
    width: 400px;
    z-index: 3;
}

/* Wrap content above background */
.content-wrapper {
    position: relative;
    z-index: 5;
}

/* Mobile Fix (iOS doesn’t support fixed backgrounds well) */
@media (max-width: 768px) {
    .why-choose-fixed {
        background-attachment: scroll; /* fallback */
    }

    .girl-left {
        display: none; /* hide on small screens */
    }
}

.logos{
  overflow:hidden;
  padding:60px 0 ;
  background:white;
  white-space:nowrap;
  position:relative;
}

.logos:before,
.logos:after{
  content:"";
  position:absolute;
  top:0;
  width:250px;
  height:100%;
  z-index:2;
}
.logos:before{
  left:0;
  background:linear-gradient(to left, rgba(255,255,255,0), white);
}
.logos:after{
  right:0;
  background:linear-gradient(to right, rgba(255,255,255,0), white);
}


.logos:hover .logos-slide{
  animation-play-state:paused;
  
  
}
.logos-slide{
  display:inline-block;
  animation: 35s slide infinite linear;
}
.logos-slide img{
  height:50px;
  margin: 0 40px;
}

.product-carousel .item {
    background: #fff;
    padding: 20px;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.1);
}

.product-carousel img {
    width: 100%;
    /* height: 180px; */
    object-fit: cover;
    border-radius: 8px;
}

.product-carousel h5 {
    margin-top: 10px;
    font-size: 16px;
    font-weight: 600;
}

/* Center nav container */
.product-carousel .owl-nav {
    text-align: center;
    margin-top: 20px;
}

/* Style nav buttons */
.product-carousel .owl-nav button.owl-prev,
.product-carousel .owl-nav button.owl-next {
    background: #ed3237 !important; /* Pink Button */
    color: #fff !important;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    margin: 0 8px;
    font-size: 22px !important;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s ease;
}

/* Hover effect */
.product-carousel .owl-nav button:hover {
    background: #ed3237 !important;
    transform: translateY(-3px);
}

/* Remove focus outline */
.product-carousel .owl-nav button:focus {
    outline: none;
    box-shadow: none;
}

.product-carousel .owl-nav button.owl-prev::before {
    content: "←";
    font-size: 20px;
}

.product-carousel .owl-nav button.owl-next::before {
    content: "→";
    font-size: 20px;
}

.product-carousel .owl-nav button span {
    display: none;
}


.btn-circle {
  border-radius: 50% !important;
  width: 38px;
  height: 38px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.btn-circle i {
  font-size: 18px;
}

/* Hover effect for social buttons */
.btn-circle:hover {
  background-color: #ed3237 !important;
  color: #fff !important;
  transition: 0.3s ease;
}

/* Truncate text for About paragraph */
footer p {
  /*overflow: hidden;*/
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}


#goTopBtn {
  display: none; /* Hidden by default */
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 99;
  background-color: #ed3237;
  color: white;
  border: none;
  outline: none;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  font-size: 28px;
  cursor: pointer;
  box-shadow: 0 3px 6px rgba(0,0,0,0.3);
  transition: background-color 0.3s ease;
}

#goTopBtn:hover {
  background-color: #c2185b;
}


@media (max-width: 480px) {
  .nav{
    display: none;
  }
  .logo{
    max-width: 130px;
  }
  .section-title span{
    font-size: 2rem !important;
  }

  .main-menu {
  display:block;
  position:relative;
  background:none;
}
.container-menu {
  width:80%;
  margin:0 auto;
}
.main-menu:before,.main-menu:after{
  display: table;
  line-height: 0;
  content: "";
}
.core-menu {
  text-align:center;
  font:normal normal normal 1em/1 Roboto, sans-serif;
  overflow:hidden;
  padding: 0;
}
.core-menu li {
  list-style:none;
  display:inline-block;
  cursor:pointer;
}
.core-menu li a {
  display:inline-block;
  padding:1em;
}
.core-menu li a:hover {
  background:#ff4f4f;
}
li span.toggle {
  padding-left:1em;
}
.toggle:before {
  content:"\f107";
  font:normal normal normal 16px/1 FontAwesome;
}
.dropdown {
  position:absolute;
  width:230px;
  background:#ffffff;
  text-align:left;
  display:none;
  padding-left: 0;
}
.dropdown li {
  display:block;
  text-align: left;
  }
.dropdown li a {
  display:block;
}
.dropdown2 {
  position:absolute;
  width:230px;
  background:#ffffff;
  text-align:left;
  display:none;
  right:-100%;
  top:0;
  padding-left: 0;
}
.dropdown2 li {
  display:block;
  text-align: left;
  }
.dropdown2 li a {
  display:block;
}


li span.toggle2 {
  position:absolute;
  right:0;
  margin-right:20px;
}
.toggle2:before {
  content:"\f105";
  font:normal normal normal 16px/1 FontAwesome;
}
.hamburger-menu {
  padding:1em;
  display:none;
  font:normal normal normal 16px/1 Roboto;
  text-transform:uppercase;
  color: #000;
}

@media (max-width:720px) {
  .main-menu {
    height:50px;
  }
  .container-menu {
    width:100%;
  }
  .navigation {
    float:left;
    display:block;
    width:100%;
  }
  .core-menu {
    float:right;
    width:100%;
    background:#ffffff;
    margin:auto;
    display:none;
  }
  
  .core-menu li {
    width:100%;
    display:block;
    padding-left: 0;
  }
  .core-menu li a{
    display:block;
    margin:auto;
  }
  .hamburger-menu {
    display:block;
    text-align:center;
    padding-right:60px;
    float:none;
    width:100%;
  }
  .burger-1, .burger-2, .burger-3 {
  display:block;
  position:absolute;
  width:20px;
  height:3px;
  border-radius:30px;
  right:0;
  margin-right:25px;
  background:#000000;
    -webkit-transition:.2s ease;
    -ms-transition:.2s ease;
    -moz-transition:.2s ease;
    -o-transition:.2s ease;
  transition:.2s ease; 
  }
  .burger-1 {
  top:15px;
  }
  .burger-2 {
  top:23px;
  }
  .burger-3 {
  top:31px;
  }
  .burger-1.open, .burger-2.open, .burger-3.open {
  -webkit-transition:.2s ease;
  -ms-transition:.2s ease;
  -moz-transition:.2s ease;
  -o-transition:.2s ease;
    transition:.2s ease;
    transform-origin:50% 50%;
  }
  .burger-1.open {
    top:25px;
    width:23px;
    transform:rotate(45deg);
    -webkit-transform:rotate(45deg); 
    -ms-transform:rotate(45deg); 
    -moz-transform:rotate(45deg); 
    -o-transform:rotate(45deg); 
  }
  .burger-2.open {
    opacity:0;
  }
  .burger-3.open {
    top:25px;
    width:23px;
    transform:rotate(-45deg);
  }
  .dropdown {
    width:100%;
    background:#ffffff;
    text-align:center;
    position:relative;
  }
  .dropdown2 {
    right:0;
    top:0;
    width:100%;
    position:relative;
    padding:0 20px;
}
}}

@media (min-width: 768px) {
    .main-menu {
        display: none !important;
    }
}

/* Make search bar full width on mobile */
@media (max-width: 768px) {
    .topnav {
        flex-direction: column;
        text-align: center;
    }

    .topnav-help-line p {
        justify-content: center;
        width: 100%;
    }

    .topnav-pay-now {
        width: 100%;
    }

    .topnav-pay-now .input-group {
        width: 100%;
    }
}

/* Optional: Spacing for icons */
.social-icons i {
    font-size: 16px;
}






/* ==========================================
   RIGHT SIDE MOBILE MENU
===========================================*/
.mobile-menu {
    position: fixed;
    top: 0;
    right: -320px;
    width: 320px;
    height: 100vh;
    background: #fff;
    overflow-y: auto;
    transition: right .4s ease;
    z-index: 9999;
    padding: 20px 15px;
    box-shadow: -3px 0 15px rgba(0,0,0,0.25);
}

.mobile-menu.open {
    right: 0;
}

/* Hamburger Icon */
.hamburger-icon {
    display: none;
    font-size: 28px;
    cursor: pointer;
}

@media(max-width: 768px) {
    .hamburger-icon {
        display: block;
    }
    .desktop-menu {
        display: none !important;
    }
}

/* Menu UL */
.mobile-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mobile-menu ul li {
    padding: 12px 0;
    border-bottom: 1px solid #e5e5e5;
}

.mobile-menu ul li a {
    color: #000;
    font-size: 17px;
    text-decoration: none;
    display: block;
}

/* DROPDOWN ARROWS */
.mobile-menu .dropdown-toggle {
    position: relative;
}

.mobile-menu .dropdown-toggle::after {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    right: 0;
    top: 2px;
    transition: .3s;
}

.mobile-menu .open > a.dropdown-toggle::after {
    transform: rotate(-180deg);
}

/* HIDE SUBMENU INITIALLY */
.mobile-submenu {
    display: none;
    padding-left: 15px;
    background: #f7f7f7;
    margin-top: 10px;
}



.site-btn {
background:#ed3237;
color:#fff;
font-weight:600;
padding:14px 20px;
border-radius:6px;
text-align:center;
display:block;
width:100%;
transition:0.2s ease-in-out;
}
.site-btn:hover {
background:#c71c21;
color:#fff;
}

.sitemap a{
  text-decoration: none;
}


/* ================================
   BASE STYLES (DESKTOP FIRST)
================================== */

.contact_inner {
    background-color: #fff;
    position: relative;
    box-shadow: 20px 22px 44px #cccc;
    border-radius: 25px;
}

/* Previously huge fixed padding caused layout breaking */
.contact_field {
    padding: 60px 340px 90px 100px;
}

.right_conatct_social_icon {
    height: 100%;
}

.contact_field h3 {
    color: #000;
    font-size: 40px;
    letter-spacing: 1px;
    font-weight: 600;
    margin-bottom: 10px;
}

.contact_field p {
    color: #000;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 35px;
}

.contact_field .form-control {
    border-radius: 0px;
    border: none;
    border-bottom: 1px solid #ccc;
}

.contact_field .form-control:focus {
    box-shadow: none;
    outline: none;
    border-bottom: 2px solid #dc3545;
}

.contact_field .form-control::placeholder {
    font-size: 13px;
    letter-spacing: 1px;
}

/* Right side info box */
.contact_info_sec {
    position: absolute;
    background-color: #ed3237;
    right: 1px;
    top: 18%;
    height: 340px;
    width: 340px;
    padding: 40px;
    border-radius: 25px 0 0 25px;
}

.contact_info_sec span {
    letter-spacing: 1px;
    padding-bottom: 15px;
    color: #fff;
}

.info_single {
    margin: 30px 0px;
}

.info_single i {
    margin-right: 15px;
    color: #fff;
}

.info_single span {
    font-size: 14px;
    letter-spacing: 1px;
    color: #fff;
}

button.contact_form_submit {
    background: linear-gradient(to top right, #dc3545 -80%, #410d12 100%);
    border: none;
    color: #fff;
    padding: 10px 15px;
    width: 100%;
    margin-top: 25px;
    border-radius: 35px;
    cursor: pointer;
    font-size: 14px;
    letter-spacing: 2px;
}

.socil_item_inner li {
    list-style: none;
}

.socil_item_inner li a {
    color: #fff;
    margin: 0px 15px;
    font-size: 14px;
}

.socil_item_inner {
    padding-bottom: 10px;
}


/* ======================================
   RESPONSIVE BREAKPOINTS
====================================== */

/* ---------- Large Tablets (max-width: 992px) ---------- */
@media (max-width: 992px) {

    /* Reduce padding so form does not squeeze */
    .contact_field {
        padding: 50px 200px 70px 60px;
    }

    .contact_info_sec {
        width: 260px;
        height: auto;
        padding: 30px;
        top: 20%;
    }
}

/* ---------- Tablets & Small Devices (max-width: 768px) ---------- */
@media (max-width: 768px) {

    .contact_inner {
        box-shadow: none;
        padding-bottom: 30px;
    }

    /* Remove absolute positioning → stack vertically */
    .contact_info_sec {
        position: relative;
        width: 100%;
        height: auto;
        top: 0;
        right: 0;
        margin-top: 25px;
        border-radius: 20px;
    }

    /* Simplify padding for smaller screens */
    .contact_field {
        padding: 40px 30px;
    }

    .contact_field h3 {
        font-size: 28px;
    }
}

/* ---------- Mobile Phones (max-width: 576px) ---------- */
@media (max-width: 576px) {

    .contact_field {
        padding: 30px 20px;
    }

    .contact_field h3 {
        font-size: 24px;
    }

    .contact_field p {
        font-size: 12px;
        margin-bottom: 25px;
    }

    button.contact_form_submit {
        font-size: 13px;
        padding: 10px;
    }

    .socil_item_inner li a {
        margin: 0px 10px;
        font-size: 16px;
    }
}

/* ---------- Extra Small Devices (max-width: 400px) ---------- */
@media (max-width: 400px) {

    .contact_field {
        padding: 20px 15px;
    }

    .contact_field h3 {
        font-size: 20px;
    }
}


.map_sec{
    padding: 50px 0px;
}
.map_inner h4, .map_inner p{
    color: #000;
    text-align: center
}
.map_inner p{
    font-size: 13px;
}
.map_bind{
   margin-top: 50px;
    border-radius: 30px;
    overflow: hidden;
}

.contact-head{
  font-size:30px !important;
}


.about-section {
      background: white;
      border-radius: 8px;
      box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  }
  
  .section-title span {
      color: #ed3237;
      font-size: 2.5rem;
      font-weight: bold;
  }
  
  .section-subtitle span {
      font-size: 1.8rem;
      color: #333;
  }
  
  .floating-image {
      float: left;
      width: 45%;
      margin: 0 30px 20px 0;
  }
  
  .floating-image img {
      width: 100%;
      height: auto;
      border-radius: 8px;
  }
  
  .content-text {
      text-align: justify;
      line-height: 1.8;
      color: #333;
      font-size: 16px;
  }
  
  .content-text p {
      margin-bottom: 20px;
  }
  
  .highlight {
      color: #000;
      font-weight: 600;
  }
  
  .content-text::after {
      content: "";
      display: table;
      clear: both;
  }
  
  @media (max-width: 768px) {
      .floating-image {
          float: none;
          width: 100%;
          margin: 0 0 20px 0;
      }
  }


/* Scope everything so old CSS is not affected */
.top-strip .top-strip-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

/* RIGHT SECTION SPACING FIX */
.top-strip .top-strip-right {
    display: flex;
    align-items: center;
    gap: 1rem;
}

/* -----------------------------
      RESPONSIVE BEHAVIOR
------------------------------ */

/* Tablets & below */
@media (max-width: 768px) {
    .top-strip .top-strip-inner {
        flex-direction: column;
        text-align: center;
        gap: 10px;
        padding: 1rem !important;
    }

    .top-strip .top-strip-right {
        flex-direction: column;
        gap: 8px;
        width: 100%;
        justify-content: center;
    }

    .top-strip .btn {
        width: 100%;
    }
}

/* Small Mobile */
@media (max-width: 480px) {
    .top-strip .top-strip-inner span {
        font-size: 14px;
    }

    .top-strip .top-strip-right span {
        font-size: 13px;
    }

    .top-strip svg {
        width: 16px;
        height: 16px;
    }
}


.hero-breadcrumb {
background-image: url('../image/img/breadcumb.jpg'); /* Replace with your image */
background-size: cover;
background-position: center;
background-repeat: no-repeat;
height: 300px;
position: relative;
display: flex;
align-items: center;
justify-content: center;
color: #fff;
text-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
}


.breadcrumb-container {
position: absolute;
bottom: 20px;
left: 20px;
}

.breadcrumb-item a{
  color:#000 !important;
  text-decoration: none;
}

.sitemap-head span{
  font-size: 2.5rem;
  color:#ed3237;
  font-weight: 700;
  text-align: center;
}
.sitemap-head{
  text-align: center;
}

.dropend{
  padding:5px;
}

.dropdown-menu li{
  padding: 5px;
}
a{
    text-decoration: none;
    color: #fff;
}


.custom-navbar-wrapper {
            width: 100%;
            background-color: #fff;
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        .custom-navbar-wrapper * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        .custom-navbar-container {
            max-width: 1300px;
            margin: 0;
            padding: 0 20px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            height: 60px;
        }

        /* Logo */
        .custom-navbar-logo {
            font-size: 24px;
            font-weight: bold;
            color: #ed3237;
            text-decoration: none;
            display: flex;
            align-items: center;
            gap: 10px;
            z-index: 1050;
        }

        .custom-navbar-logo:hover {
            color: #ff5555;
        }

        /* Desktop Menu */
        .custom-navbar-menu {
            display: flex;
            list-style: none;
            gap: 0;
            align-items: center;
            height: 100%;
        }

        .custom-navbar-item {
            height: 100%;
            display: flex;
            align-items: center;
            position: relative;
        }

        .custom-navbar-link {
            color: #000;
            text-decoration: none;
            padding: 20px 18px;
            display: flex;
            align-items: center;
            font-size: 15px;
            transition: all 0.3s ease;
            height: 100%;
            cursor: pointer;
        }

        .custom-navbar-link:hover {
            background-color: #ed3237;
            color: #fff;
        }

        /* Dropdown Toggle Arrow */
        .custom-navbar-link.has-dropdown::after {
            content: '\f078';
            font-family: 'Font Awesome 6 Free';
            font-weight: 900;
            font-size: 11px;
            margin-left: 8px;
            transition: transform 0.3s ease;
        }

        /* Dropdown Menu */
        .custom-dropdown-menu {
            position: absolute;
            top: 100%;
            left: 0;
            background-color: #fff;
            border: 1px solid #ddd;
            min-width: 220px;
            list-style: none;
            opacity: 0;
            visibility: hidden;
            transform: translateY(-10px);
            transition: all 0.3s ease;
            z-index: 1000;
            box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
            margin: 0;
            padding: 0;
            right: auto;
        }

        .custom-dropdown-menu.show {
            opacity: 1;
            visibility: visible;
            transform: translateY(0);
        }

        /* Desktop: Show on hover */
        @media (min-width: 992px) {
            .custom-navbar-item:hover > .custom-dropdown-menu {
                opacity: 1;
                visibility: visible;
                transform: translateY(0);
            }
        }

        .custom-dropdown-item {
            color: #333;
            padding: 12px 18px;
            text-decoration: none;
            display: block;
            transition: all 0.3s ease;
            position: relative;
            border-left: 3px solid transparent;
            list-style: none;
            cursor: pointer;
        }

        .custom-dropdown-item:hover {
            background-color: #f5f5f5;
            border-left-color: #ed3237;
            color: #ed3237;
        }

        /* Nested Dropdown Wrapper */
        .custom-submenu-wrapper {
            position: relative;
        }

        /* Nested Dropdown */
        .custom-submenu {
            position: absolute;
            left: 100%;
            top: 0;
            background-color: #fff;
            border: 1px solid #ddd;
            min-width: 200px;
            list-style: none;
            opacity: 0;
            visibility: hidden;
            transform: translateX(-10px);
            transition: all 0.3s ease;
            z-index: 1001;
            box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
            margin: 0;
            padding: 0;
        }

        .custom-submenu.show {
            opacity: 1;
            visibility: visible;
            transform: translateX(0);
        }

        /* Desktop: Show on hover */
        @media (min-width: 992px) {
            .custom-submenu-wrapper:hover > .custom-submenu {
                opacity: 1;
                visibility: visible;
                transform: translateX(0);
            }
        }

        .custom-dropdown-item.submenu-trigger {
            padding-right: 30px;
        }

        .custom-dropdown-item.submenu-trigger::after {
            content: '\f054';
            font-family: 'Font Awesome 6 Free';
            font-weight: 900;
            font-size: 10px;
            position: absolute;
            right: 12px;
            transition: transform 0.3s ease;
        }

        .custom-dropdown-item.submenu-trigger.open::after {
            transform: rotate(90deg);
        }

        /* Mobile Menu Toggle */
        .custom-navbar-toggle {
            display: none;
            background: none;
            border: none;
            color: #000;
            font-size: 24px;
            cursor: pointer;
            z-index: 1100;
            padding: 10px;
        }

        .custom-navbar-toggle span {
            display: block;
            height: 8px;
            width: 25px;
            background-color: #000;
            margin: 5px 0;
            transition: all 0.3s ease;
        }

        .custom-navbar-toggle.active span:nth-child(1) {
            transform: rotate(45deg) translate(10px, 10px);
        }

        .custom-navbar-toggle.active span:nth-child(2) {
            opacity: 0;
        }

        .custom-navbar-toggle.active span:nth-child(3) {
            transform: rotate(-45deg) translate(8px, -8px);
        }

        /* ========================================
           MOBILE STYLES (991px and below)
           ======================================== */

        @media (max-width: 991px) {
            /* Show hamburger */
            .custom-navbar-toggle {
                display: block;
            }

            /* Hide desktop menu */
            .custom-navbar-menu {
                position: fixed;
                left: -100%;
                top: 93px;
                flex-direction: column;
                background-color: #2a2a2a;
                width: 100%;
                text-align: left;
                transition: 0.3s;
                gap: 0;
                height: calc(100vh - 60px);
                overflow-y: auto;
                z-index:999;
            }
            
            .custom-navbar-link {
                color: #fff;
            }
            
            .custom-dropdown-menu{
                width: 100%;
            }

            .custom-navbar-menu.active {
                left: 0;
            }

            .custom-navbar-item {
                width: 100%;
                height: auto;
                flex-direction: column;
            }

            .custom-navbar-link {
                padding: 15px 20px;
                width: 100%;
                height: auto;
                border-bottom: 1px solid #444;
            }

            /* Hide dropdown on mobile by default */
            .custom-dropdown-menu {
                position: static;
                opacity: 0;
                visibility: hidden;
                max-height: 0;
                overflow: hidden;
                background-color: #1f1f1f;
                border: none;
                box-shadow: none;
                transition: max-height 0.3s ease, opacity 0.3s ease;
                transform: none;
            }

            .custom-dropdown-menu.show {
                opacity: 1;
                visibility: visible;
                max-height: 500px;
            }

            .custom-dropdown-item {
                padding: 12px 40px;
                border-left: none;
                border-bottom: 1px solid #333;
                background-color: #1f1f1f;
                color: #fff;
            }

            .custom-dropdown-item:hover {
                background-color: #ed3237;
                border-left: none;
                color: #fff;
            }

            /* Nested dropdown mobile */
            .custom-submenu {
                position: static;
                opacity: 0;
                visibility: hidden;
                max-height: 0;
                overflow: hidden;
                background-color: #0f0f0f;
                border: none;
                box-shadow: none;
                transform: none;
                transition: max-height 0.3s ease, opacity 0.3s ease;
            }

            .custom-submenu.show {
                opacity: 1;
                visibility: visible;
                max-height: 500px;
            }

            .custom-dropdown-item.submenu-trigger {
                padding-right: 40px;
            }

            .custom-dropdown-item.submenu-trigger::after {
                right: 20px;
            }
        }

        /* ========================================
           TABLET ADJUSTMENTS
           ======================================== */

        @media (max-width: 768px) {
            .custom-navbar-container {
                height: 50px;
            }

            .custom-navbar-link {
                padding: 15px 12px;
                font-size: 13px;
            }

            .custom-navbar-logo {
                font-size: 18px;
            }
        }
        
        .payment-section {
    background: #f5c8ab;
    padding: 40px 20px;
    font-family: Arial, Helvetica, sans-serif;
}

.payment-container {
    max-width: 1200px;
    margin: auto;
    display: flex;
    gap: 40px;
    align-items: flex-start;
}

.qr-box {
    background: #ffffff;
    padding: 15px;
    text-align: center;
    width: 280px;
}

.qr-box img {
    width: 100%;
    height: auto;
}

.qr-text {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 600;
}

.payment-details {
    flex: 1;
}

.payment-details h2 {
    text-align: center;
    font-size: 24px;
    margin-bottom: 15px;
    font-weight: 700;
}

.payment-details h3 {
    text-align: center;
    font-size: 18px;
    margin-bottom: 25px;
    font-weight: 600;
}

.bank-table {
    width: 100%;
    border-collapse: collapse;
    background: transparent;
}

.bank-table td {
    padding: 14px 12px;
    border: 1px solid #f0f0f0;
    font-size: 15px;
}

.bank-table td.label {
    width: 30%;
    font-weight: 600;
}

.bank-table td.colon {
    width: 5%;
    text-align: center;
    font-weight: 600;
}

.bank-table td.value {
    width: 65%;
}