.footer-upper-col {
    display: flex;
    justify-content: space-between;
  }   
.footer-bottom p {
    color: #fff;
}
.footer-bottom a {
    color: #fff;
    font-size: 16px;
}
.footer-bottom a:hover{   
    color:#CF2229;
 }
.copyright p {    
    font-size: 16px;
padding-right: 75px;  
}

.footer-bottom {  
    background: #282828;
    padding: 30px 0px 30px 0px;
}
.footer-links li {
    padding-left: 20px;
    padding-right: 20px;
position: relative;
}

.footer-links li:before {
    content: '';
    position: absolute;
    height: 18px;
    width: 1px;
    left: 0px;
    top: 25%;
    background: #fff;
}
.footer-links li:last-child::before {
    display: none;
}  
.footer-links ul {  
    display: flex;
    list-style: none;
    margin: 0;
}
.inner-footer{  
  display: flex;
  justify-content:center;
  align-items: center;
}
.footer-column ul { 
    list-style: none;
    padding: 0;
}
.site-footer {
    background: #000;  
padding: 80px 0px 70px 0px; 
}
.footer-text p {  
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    padding: 10px 5px 20px 0px;
}  
.footer-column ul li a{  
    font-size: 16px;
    font-weight: 400;
    line-height: 39px;
   color:#fff;
transition: all 0.3s ease;   
}
.footer-column ul li a:hover{   
  color:#ED1C24;

}
.footer-logo img {
    width: 75%;
    object-fit: contain;
}

.site-footer h5 {
    font-size: 18px;
    font-weight: 700;
    line-height: 39px;
   color:#fff;
}
.inner-box-content {  
  position: relative;
  overflow: hidden;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  transform-origin: center center; }

.inner-box-content::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #CF2229;
  opacity: 0.6;
  transition: opacity 0.3s ease;
  z-index: 1;
}

.inner-box-content > * {
  position: relative;
  z-index: 2;
}

.inner-box-content:hover {
  transform: scale(1.10); /* grows evenly from center */
  box-shadow: 0 25px 50px rgba(0,0,0,0.3);
  z-index: 10;  
}

/* remove overlay on hover */
.inner-box-content:hover::before {
  opacity: 0;
}

html body {
    overflow-x: hidden;
}  
.inner-box-content {
  position: relative;
  overflow: hidden;
}

.inner-box-content::before {  
    content: "";
    position: absolute;
    inset: 0;
    background-color: #BC1C10;
    opacity: 0.8;
    z-index: 1;
}
.inner-box-content p {  
    font-size: 28px;
    line-height: 37px;
    padding-bottom: 40px;
    color: #fff;
    font-weight: 600;
z-index: 1;
    position: relative;
}  
a.vehicle{
    color: #fff;
    border: 1px solid #fff; 
z-index: 1;
    position: relative;  
}
.choose-section h2 { 
    text-align: center;
    padding-bottom: 90px;
}
.aqua-section + .aqua-section .inner-aqua {  
    display: flex;
    flex-direction: row-reverse;
  }
.choose-section {  
    padding: 80px 0px 140px 0px;
}
.inner-box-content {      
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 500px;  
    text-align: center;
    padding-top: 55px; 
    width: 100%;   
background-position: center;
}
.choose-inner {         
    display: flex;
    gap: 30px;
}
.read-more:hover{ 
background:#CF2229;   
color:#fff;
}
read-more{
 transition: all 0.3s ease;
}
.aqua-below-section h5 {
    color: #FF383C;
    font-size: 28px;
    line-height: 40px;
    font-weight: 500;
    padding-bottom: 10px;
}
.aqua-below-section h2 {  
    padding-bottom: 30px;
}
.aqua-below-section p {
    padding-bottom: 15px;
}   

.right-aqua-content h5 {
    color: #FF383C;
    font-size: 28px;
    line-height: 40px;
    font-weight: 500;
    padding-bottom: 10px;
}
.right-aqua-content h2 {
    padding-bottom: 30px;
}  
.right-aqua-content p {       
    padding-bottom: 15px;
max-width: 85%;  
}
.aqua-btn{
    margin-top: 30px;
}
.aqua:hover{           
   transition: all 0.3s ease;  
}  
.inner-aqua {  
    display: flex;
 }
.right-aqua-img {        
    width: 50%;
}
.right-aqua-content {  
    width: 50%;
    padding: 70px 0px 70px 0px;
    max-width: 730px;
    margin: 0 auto 0 0;
}
.aqua-section {  
   
  background:#F8F8F8;   
}
.aqua-below-section{  
  
  background:#F8F8F8;  
}
.inner-below-aqua { 
    display: flex;
}
.left-aqua {          
    width:50%;
}
.right-aqua {          
    width: 50%;
 padding: 70px 100px 70px 0px;
    max-width: 730px;
    margin: 0 0 0 auto;
}
  
}
.aqua:hover{       
  background:#CF2229;
  color:#fff;
}
.lower-circle-box {    
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;  
    padding: 120px 40px 80px 40px;
 }
.left-aqua img {      
      height: 100%;
object-fit: cover;  
width: 100%; 
}
.right-aqua-img img {      
    height: 100%;
object-fit: cover; 
width: 100%; 
}
.detail-btn.btn {  
    text-align: center;
    margin-top: 100px;
 }
.detail{      
    background:#CF2229!important;
    color: #fff!important;
    border:1px solid transparent;
transition: all 0.3s ease;  
}
.detail:hover{        
    background:#fff!important;
    color: #CF2229!important; 
border:1px solid  #CF2229;

}

.circle-box-option {    
    text-align: center;
    max-width: 240px;
}
.kolha-section {  
    padding: 0px 0px 90px 0px;
    background-repeat: no-repeat;
    background-size: cover;
}

.circle-img {    
    width: 100%;
    max-width: 240px;   
    aspect-ratio: 1 / 1;
    margin: 0 auto 20px;
    border-radius: 50%;
     background: #EFF1F3;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
 transition: all 0.3s ease;
}
.circle-img img {      
     margin-bottom: 10px;
}
.circle-box-option:last-child .circle-img {  
    max-width: 200px;   
 }
.circle-box-option:nth-child(3) .circle-img {  
    max-width: 170px;
    margin: 0 auto 20px;
    padding: 10px;   
}
.circle-box-option:nth-child(1) { 
    width: 220px;
}
.circle-box-option:nth-child(4) {        
    transform: translateY(60px);
}
.circle-box-option:nth-child(3) {
    transform: translateY(-20px);
}
.circle-box-option:nth-child(2) {
    transform: translateY(140px);
}
.circle-box-option:nth-child(1) {
    transform: translateY(-80px);
}

/*****************/


.circle-img h4{ 
    font-size: 50px;
    font-weight: 600;
    color: #D2232A;
   line-height:37px;
 transition: all 0.3s ease;
}
.circle-img img {  
    padding-bottom: 20px;
    filter: brightness(0);
 transition: all 0.3s ease;
}

.circle-img:hover img {   
    filter: brightness(0) invert(1);
}
.circle-img:hover h4{     
   color:#fff;  
 }


.circle-img:hover{  
   background:#D2232A;
}

.upper-red-box {   
    background: #D2232A;
    text-align: center;
    padding: 50px 50px 60px 50px;
    margin-top: -90px;
    z-index: 1;
    position: relative;
}
.upper-red-box h2 {  
    font-size: 60px;
    font-weight: 600;
    color: #fff;
padding-bottom:25px;
}  
.upper-red-box p {
    color: #ffff;
    font-size: 25px;
    font-weight: 500;
    line-height: 37px;
padding-bottom: 50px;
}  
a.click{  
    background: #fff;
border: 1px solid transparent;
}
.click:hover {  
    background: transparent !important;
    color: #fff;
    border: 1px solid #fff;
}

.banner-section {
  position: relative;
  background-size: cover;
  background-position: center;
   min-height: 100vh;
    margin-top: -120px;  
}

.banner-section::before {      
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.2);
  z-index: 1;
}

.site-header {  
    padding-top: 20px;
    position: relative;
    z-index: 99;
}

.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
gap: 40px;  
}  
.menu {
    display: flex;
    align-items: center;
    gap: 20px;  
    list-style: none;
    flex-direction: row-reverse;
    justify-content: space-between;
}
.menu a{
  font-size:19px;
  line-height:33px;  

 }  
.menu > li:nth-child(3) {  
    margin-right: 70px;
}
.menu-inner {  
    background-image: url(https://delkol.wordpressplanet.org/wp-content/uploads/2026/03/menu-bg.png);
    background-repeat: no-repeat;
    background-size: contain;
        padding: 0px 15px 0px 45px;  
    background-position: center;
    height: 100%;
    width: 100%;
}
.logo img {  
    width: 100%;
    object-fit: contain;
    margin-top: 6px;  
}
/* header css*/    


/* Toggle Button */
.menu-toggle {
  width: 30px;
  height: 22px;
  display: none;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  z-index: 999;
}

.menu-toggle span {
  height: 3px;
  width: 100%;
  background: #000;
  transition: 0.3s;
}

/* Toggle Animation */
.menu-toggle.active span:nth-child(1) {
  transform: translateY(9px) rotate(45deg);
}
.menu-toggle.active span:nth-child(2) {
  opacity: 0;
}
.menu-toggle.active span:nth-child(3) {
  transform: translateY(-9px) rotate(-45deg);
}

/* Mobile Menu */
@media (max-width: 991px) {

  .menu-toggle {
    display: flex;
  }

  .main-menu {
    position: fixed;
    top: 0;
    right: -100%; /* hidden */
    width: 280px;
    height: 100%;
    background: #fff;
    padding: 60px 20px;
    transition: 0.3s;
    z-index: 998;
  }

  .main-menu.active {
    right: 0; /* slide in */
  }

  .menu {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
}