 
    body {
        font-family:'Segoe UI',sans-serif;
        background:linear-gradient(135deg,#0f2027,#203a43,#2c5364);
        color:white;
        margin:0;
    }

    /* GLASS EFFECT WITH ORANGE GLOW */
    .glass {
        background:rgba(255,255,255,0.1);
        backdrop-filter:blur(15px);
        border-radius:20px;
        border:1px solid rgba(255,140,0,0.6);
        box-shadow:
            0 0 15px rgba(255,140,0,0.6),
            0 0 30px rgba(255,140,0,0.4),
            0 8px 32px rgba(0,0,0,0.3);
        transition:all 0.4s ease;
    }

    .glass:hover {
        transform:translateY(-8px);
        box-shadow:
            0 0 25px rgba(255,140,0,0.9),
            0 0 50px rgba(255,140,0,0.7),
            0 12px 45px rgba(0,0,0,0.4);
    }

    .navbar {
        background:rgba(255,255,255,0.05)!important;
        backdrop-filter:blur(10px);
    }

    .navbar a {color:white!important;}
    section {padding:80px 20px;}
    .hero {min-height:100vh;display:flex;align-items:center;text-align:center;}
	
	
	
	
	

    .form-control {
        background:rgba(255,255,255,0.15);
        border:none;
        color:white;
    }

    /* ORANGE BUTTON STYLE */
    .btn-custom {
        background:rgba(255,140,0,0.85);
        color:white;
        border:none;
        transition:0.3s;
    }

    .btn-custom:hover {
        background:rgba(255,140,0,1);
        box-shadow:0 0 20px rgba(255,140,0,0.8);
    }

    .service-card {padding:30px;text-align:center;transition:0.3s;}
    .price-card {padding:40px;text-align:center;}
    .price-card h3 {margin-bottom:20px;}
    footer {padding:40px 20px;}

    @media(max-width:768px){
        .hero h1{font-size:26px;}
    }
	
	.accordion-button::after {
    filter: invert(1);
}

.accordion-button:not(.collapsed) {
    box-shadow: none;
}
table th {
    border-bottom: 1px solid rgba(255,140,0,0.5);
}

table td {
    border-color: rgba(255,255,255,0.1);
}

table tr:hover {
    background: rgba(255,140,0,0.08);
}


#fleet img {
    transition: transform 0.4s ease;
}

#fleet img:hover {
    transform: scale(1.05);
}

.logo-box {
    background: white;
    border: 2px solid black;
    width: 180px;   /* Control width */
    height: 70px;   /* Control height */
    overflow: hidden;
}
/* Stretch Image to Fill */
.logo-box img {
    width: 100%;
    height: 100%;
    object-fit: fill;   /* This makes it stretch fully */
    display: block;
}

/* Glass Phone Button */
.phone-btn {
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 2px solid #ff8c00;
    color: white !important;
    padding: 6px 16px;
    border-radius: 30px;
    font-weight: 600;
    text-decoration: none;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    transition: all 0.3s ease;
    box-shadow: 0 0 10px rgba(255, 140, 0, 0.6);
}

/* Green Bootstrap Icon */
.phone-icon {
    color: #00c853;
    font-size: 16px;
    margin-right: 8px;
}

/* Hover Effect (Stronger Glow) */
.phone-btn:hover {
    background: rgba(255, 140, 0, 0.15);
    box-shadow: 0 0 18px rgba(255, 140, 0, 0.9);
    transform: translateY(-2px);
}

/* Glass Button Base (Already Used for Phone) */
.phone-btn {
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 2px solid #ff8c00;
    color: white !important;
    padding: 6px 16px;
    border-radius: 30px;
    font-weight: 600;
    text-decoration: none;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    transition: all 0.3s ease;
    box-shadow: 0 0 10px rgba(255, 140, 0, 0.6);
    margin-right: 10px;
}

/* Phone Icon */
.phone-icon {
    color: #00c853;
    font-size: 16px;
    margin-right: 8px;
}

/* WhatsApp Icon */
.whatsapp-icon {
    color: #25D366;  /* Official WhatsApp Green */
    font-size: 18px;
    margin-right: 8px;
}

/* Hover Effect */
.phone-btn:hover {
    background: rgba(255, 140, 0, 0.15);
    box-shadow: 0 0 18px rgba(255, 140, 0, 0.9);
    transform: translateY(-2px);
}

/* Mobile Layout */
@media (max-width: 991px) {
    .phone-numbers {
        flex-direction: column;
        margin-top: 10px;
    }

    .phone-btn {
        width: 100%;
        justify-content: center;
        margin-bottom: 8px;
    }
}

.phone-numbers {
    gap: 12px; /* clean spacing between buttons */
}

/* Glass Phone Button */
.phone-btn {
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
    border: 2px solid #ff8c00;
    color: white !important;
    padding: 8px 18px;
    border-radius: 30px;
    font-weight: 600;
    text-decoration: none;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    box-shadow: 0 0 10px rgba(255, 140, 0, 0.6);
    width: 100%;
    max-width: 220px;
}

/* Green Icon */
.phone-icon {
    color: #00c853;
    font-size: 16px;
    margin-right: 8px;
}

/* Hover Glow */
.phone-btn:hover {
    background: rgba(255, 140, 0, 0.15);
    box-shadow: 0 0 18px rgba(255, 140, 0, 0.9);
    transform: translateY(-2px);
}

.address-card {
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 2px solid #ff8c00;
    border-radius: 15px;
    padding: 25px;
    color: white;
    max-width: 400px;
    box-shadow: 0 0 15px rgba(255, 140, 0, 0.6);
    transition: 0.3s ease;
    display: block;
	
    display: block;
    margin: 0 auto;   /* This centers it */

}

/* Remove underline from link */
.address-card:hover {
    box-shadow: 0 0 25px rgba(255, 140, 0, 0.9);
    transform: translateY(-5px);
    color: white;
    text-decoration: none;
}

/* Location Icon */
.location-icon {
    color: #ff8c00;
    font-size: 20px;
    margin-right: 8px;
}

.email-buttons {
    gap: 12px;
    margin-top: 20px;
}

/* Glass Mail Button */
.mail-btn {
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
    border: 2px solid #ff8c00;
    color: white !important;
    padding: 10px 18px;
    border-radius: 30px;
    font-weight: 600;
    text-decoration: none;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    box-shadow: 0 0 10px rgba(255, 140, 0, 0.6);
    width: 100%;
    max-width: 320px;
}

/* Mail Icon */
.mail-icon {
    color: #ff8c00;
    font-size: 16px;
    margin-right: 8px;
}

/* Hover Effect */
.mail-btn:hover {
    background: rgba(255, 140, 0, 0.15);
    box-shadow: 0 0 20px rgba(255, 140, 0, 0.9);
    transform: translateY(-3px);
}



.quick-call-buttons {
    gap: 15px;
}

.quick-call-btn {
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
    border: 2px solid #ff8c00;
    color: white !important;
    padding: 10px 20px;
    border-radius: 30px;
    font-weight: 600;
    text-decoration: none;
    width: 100%;
    max-width: 260px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    box-shadow: 0 0 12px rgba(255, 140, 0, 0.6);
}

.phone-icon {
    color: #00c853;
    margin-right: 8px;
}

.quick-call-btn:hover {
    background: rgba(255, 140, 0, 0.15);
    box-shadow: 0 0 22px rgba(255, 140, 0, 1);
    transform: translateY(-3px);
}
		
		
		/* Make hamburger lines orange */
.navbar-toggler {
    border: 2px solid #ff8c00;
}

.navbar-toggler-icon {
    background-image: none;
    width: 24px;
    height: 2px;
    background-color: #ff8c00;
    position: relative;
    display: inline-block;
}

.navbar-toggler-icon::before,
.navbar-toggler-icon::after {
    content: "";
    width: 24px;
    height: 2px;
    background-color: #ff8c00;
    position: absolute;
    left: 0;
    transition: 0.3s ease;
}

.navbar-toggler-icon::before {
    top: -7px;
}

.navbar-toggler-icon::after {
    top: 7px;
}
		
		
		
/* Section Layout */
.map-section {
    padding: 80px 20px;
    display: flex;
    justify-content: center;
}

/* Glass Card */
.map-glass-card {
    background: rgba(255, 255, 255, 0.08); /* Clear glass look */
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    
    border: 2px solid rgba(255, 140, 0, 0.9);
    border-radius: 25px;
    padding: 40px;
    max-width: 1000px;
    width: 100%;
    
    color: #fff;
    
    box-shadow: 
        0 0 30px rgba(255,140,0,0.6),
        inset 0 0 25px rgba(255,255,255,0.05);
    
    transition: all 0.4s ease;
}
.map-glass-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(
        120deg,
        rgba(255,255,255,0.1),
        rgba(255,255,255,0.3),
        rgba(255,255,255,0.1)
    );
    transform: skewX(-25deg);
    transition: 0.7s;
}

.map-glass-card:hover::before {
    left: 130%;
}
.map-glass-card {
    position: relative;
    overflow: hidden;
}

/* Hover Glow */
.map-glass-card:hover {
    box-shadow: 0 0 45px rgba(255,140,0,1);
}

/* Reviews Badge */
.reviews-badge h4 {
    font-weight: 700;
    color: #ffb347;
}

.reviews-badge p {
    font-size: 1.1rem;
    opacity: 0.9;
}

/* Responsive Map */
.map-responsive {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    border-radius: 20px;
    overflow: hidden;
}

.map-responsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    filter: invert(90%) hue-rotate(180deg);
}

/* Glass Direction Button */
.glass-btn-directions {
    background: rgba(255,255,255,0.08);
    border: 2px solid #ff8c00;
    padding: 12px 30px;
    border-radius: 50px;
    color: #fff;
    font-weight: 600;
    backdrop-filter: blur(10px);
    transition: 0.3s ease;
    text-decoration: none;
    display: inline-block;
}

.glass-btn-directions:hover {
    background: #ff8c00;
    color: #000;
    box-shadow: 0 0 25px #ff8c00;
}	
		
	.reveal {
    opacity: 0;
    transform: translateY(60px);
    transition: 0.8s ease;
}

.reveal.active {
    opacity: 1;
    transform: translateY(0);
}	
		
		
		
		/* GLOBAL GLASS BORDER STYLE */

.glass,
.phone-btn,
.mail-btn,
.quick-call-btn,
.address-card,
.map-glass-card,
.glass-btn-directions {

background: rgba(255,255,255,0.05);
backdrop-filter: blur(14px);
-webkit-backdrop-filter: blur(14px);

border: 1px solid rgba(255,255,255,0.18);

box-shadow:
0 6px 25px rgba(0,0,0,0.35),
inset 0 1px 0 rgba(255,255,255,0.08);

transition: all 0.35s ease;
}


/* Hover Effect */

.glass:hover,
.phone-btn:hover,
.mail-btn:hover,
.quick-call-btn:hover,
.address-card:hover,
.map-glass-card:hover {

border: 1px solid rgba(255,255,255,0.35);

box-shadow:
0 10px 40px rgba(0,0,0,0.45),
inset 0 1px 0 rgba(255,255,255,0.15);

transform: translateY(-4px);
}


/* Remove orange glow everywhere */

.phone-btn,
.mail-btn,
.quick-call-btn,
.address-card,
.map-glass-card,
.glass-btn-directions {

box-shadow: 0 6px 25px rgba(0,0,0,0.35);
border: 1px solid rgba(255,255,255,0.18);
}


/* Glass direction button */

.glass-btn-directions:hover{
background: rgba(255,255,255,0.08);
color:white;
}





/* GLOBAL GLASS BORDER STYLE */

.glass,
.phone-btn,
.mail-btn,
.quick-call-btn,
.address-card,
.map-glass-card,
.glass-btn-directions,
.btn-custom {

    background: rgba(255,255,255,0.05);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);

    border: 1px solid rgba(255,255,255,0.18); /* glass border */

    box-shadow:
    0 6px 25px rgba(0,0,0,0.45),
    inset 0 1px 0 rgba(255,255,255,0.08);

    transition: all 0.35s ease;
}


/* HOVER EFFECT — TURN ORANGE */

.glass:hover,
.phone-btn:hover,
.mail-btn:hover,
.quick-call-btn:hover,
.address-card:hover,
.map-glass-card:hover,
.glass-btn-directions:hover,
.btn-custom:hover {

    border: 1px solid #ff7a00; /* orange border */

    box-shadow:
    0 0 12px rgba(255,122,0,0.5),
    0 0 25px rgba(255,122,0,0.35);

    transform: translateY(-2px);
}
		
		
		/* Pricing table borders */

.pricing-table th,
.pricing-table td{
border:1px solid rgba(255,255,255,0.15);
padding:14px;
white-space:nowrap;
}

/* header style */

.pricing-table thead{
background:rgba(255,255,255,0.05);
}

/* smooth mobile scroll */

.table-scroll{
overflow-x:auto;
}

/* mobile optimization */

@media (max-width:768px){

.pricing-table{
min-width:650px;
}

.table-scroll::-webkit-scrollbar{
height:6px;
}

.table-scroll::-webkit-scrollbar-thumb{
background:rgba(255,255,255,0.3);
border-radius:10px;
}

}
		
		.white-placeholder::placeholder{
  color:#ffffff;
  opacity:1;
}
		
		
		.mobile-floating-buttons{
  position: fixed;
  bottom: 10px;
  left: 10px;
  right: 10px;
  display: none;
  z-index: 9999;
  gap: 10px;
}

.mobile-floating-buttons a{
  flex: 1;
  text-align: center;
  padding: 14px 0;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  border-radius: 12px;

  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);

  border: 1px solid rgba(255,255,255,0.25);
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  transition: all 0.25s ease;
}

/* Light transparent orange */
.quote-btn{
  background: linear-gradient(
    135deg,
    rgba(255,165,0,0.6),
    rgba(255,140,0,0.5)
  );
}

/* Light transparent green */
.call-btn{
  background: linear-gradient(
    135deg,
    rgba(46,204,113,0.6),
    rgba(39,174,96,0.5)
  );
}

.mobile-floating-buttons a:active{
  transform: scale(0.96);
}

@media (max-width: 767px){
  .mobile-floating-buttons{
    display: flex;
  }
}

@media (min-width: 768px){
  .mobile-floating-buttons{
    display: none;
  }
}
		
	
			.phone-icond {
    color: #4c4cff;
    font-size: 16px;
    margin-right: 8px;
}
	
		.call-wrapper{
  position: relative;
  flex: 1;
}

.call-btn{
  width: 100%;
  padding: 14px 0;
  border: none;
  color: white;
  font-weight: 600;
  border-radius: 12px;
  cursor: pointer;

  background: linear-gradient(
    135deg,
    rgba(46,204,113,0.6),
    rgba(39,174,96,0.5)
  );
}

.call-numbers{
  position: absolute;
  bottom: 55px;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
  opacity: 0;
  transform: translateY(10px);
  pointer-events: none;
  transition: all 0.3s ease;
}

.call-numbers a{
  background: rgba(46,204,113,0.8);
  color: white;
  padding: 10px;
  text-align: center;
  border-radius: 8px;
  text-decoration: none;
  font-size: 14px;
}

.call-wrapper.active .call-numbers{
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
/* Red close button */
.call-btn.close-mode{
  background: linear-gradient(
    135deg,
    rgba(231,76,60,0.7),
    rgba(192,57,43,0.6)
  );
}	

		
		
