/********** Template CSS **********/
/* BLOG IMAGES – MOBILE FRIENDLY FIX */
/* Home Page Header */
/* Navbar logo styling */
/* Email text styling */
/* Make caption background transparent */
/* Navbar background */

/* Ghost White */
/* Ivory */
/* 1. Soft Off-White (warm & elegant) */

/* Facts section – replace white with light sky blue */
 /* MOBILE RESPONSIVE */


/* ===== Smart Art Enterprises Section ===== */



/* Magic Touch Services Section */
/* Container */

/* Default: centered logo */
/* Mobile WhatsApp Button */
/* Default logo size (optional if already set) */
/* Default logo size (optional if already set) */
/* For screens 484px and smaller */
/* Default size for large screens */
/* Default size for large screens */
/* Change background of all dropdown menus in main navbar */




/* ====== MAIN ====== */

/* ===== MAIN ===== */
/* ===== HGX ELEGANT GALLERY ===== */
/* Brand Text Styling */
/* ================= MAGIC TOUCH TESTIMONIAL STYLES ================= */

/* Media query for phones (max-width 768px, can adjust if needed) */
/* Make logo bigger on phones (mobile) */
.zenith-testimonial-section{
padding:80px 20px;
background:rgba(0,0,0,0);
font-family:Arial, sans-serif;
}

.zenith-container{
max-width:1200px;
margin:auto;
text-align:center;
}

.zenith-title{
font-size:36px;
font-weight:700;
margin-bottom:10px;
color:#000 !important;
opacity:1 !important;
visibility:visible !important;
}

.zenith-subtitle{
color:#555 !important;
margin-bottom:50px;
}

.zenith-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:30px;
}

.zenith-card{
background:#ffffff;
padding:30px;
border-radius:12px;
text-decoration:none;
box-shadow:0 6px 20px rgba(0,0,0,0.08);
transition:all 0.3s ease;
}

.zenith-card:hover{
transform:translateY(-8px);
box-shadow:0 10px 30px rgba(0,0,0,0.15);
}

.zenith-avatar{
width:80px;
height:80px;
border-radius:50%;
object-fit:cover;
margin-bottom:15px;
}

.zenith-name{
font-size:18px;
font-weight:600;
color:#000 !important;
opacity:1 !important;
visibility:visible !important;
display:block !important;
}

.zenith-review{
font-size:14px;
line-height:1.6;
color:#444 !important;
opacity:1 !important;
visibility:visible !important;
display:block !important;
}

/* Tablet */
@media (max-width:992px){
.zenith-grid{
grid-template-columns:repeat(2,1fr);
}
}

/* Mobile */
@media (max-width:600px){
.zenith-grid{
grid-template-columns:1fr;
}
}

.client-reviews-section {
    padding: 80px 20px !important;
    background: transparent !important;   /* opacity 0 effect */
}

.reviews-title {
    font-size: 32px !important;
    margin-bottom: 50px !important;
    font-weight: 700 !important;
    color: #000 !important;   /* force visible heading */
}

.reviews-wrapper {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 30px !important;
    justify-content: center !important;
}

/* 3 per row desktop */
.review-card {
    flex: 0 0 31% !important;
    max-width: 31% !important;
    background: #ffffff !important;
    border-radius: 15px !important;
    padding: 30px !important;
    text-decoration: none !important;
    color: #000 !important;   /* force visible text */
    box-shadow: 0 10px 30px rgba(0,0,0,0.08) !important;
    transition: all 0.3s ease !important;
}

.review-card:hover {
    transform: translateY(-8px) !important;
    box-shadow: 0 20px 40px rgba(0,0,0,0.15) !important;
}

.review-image {
    width: 90px !important;
    height: 90px !important;
    margin: 0 auto 20px !important;
    border-radius: 50% !important;
    overflow: hidden !important;
}

.review-image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

.review-content h4 {
    font-size: 18px !important;
    margin-bottom: 10px !important;
    font-weight: 600 !important;
    color: #000 !important;   /* force visible name */
}

.review-content p {
    font-size: 14px !important;
    color: #333 !important;   /* darker paragraph text */
}

/* Tablet - 2 per row */
@media (max-width: 992px) {
    .review-card {
        flex: 0 0 48% !important;
        max-width: 48% !important;
    }
}

/* Mobile - 1 per row */
@media (max-width: 600px) {
    .review-card {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
}





.mtl-testimonial-wrapper {
  background: transparent !important;
  padding: 80px 20px !important;
  font-family: 'Segoe UI', sans-serif !important;
}




.mtl-container {
  max-width: 1200px !important;
  margin: auto !important;
}

.mtl-header {
  text-align: center !important;
  margin-bottom: 50px !important;
}

.mtl-title {
  font-size: 34px !important;
  font-weight: 700 !important;
  margin-bottom: 10px !important;
}

.mtl-subtitle {
  color: #232323 !important;
  font-size: 16px !important;
}

/* GRID */
.mtl-testimonial-grid {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)) !important;
  gap: 30px !important;
  margin-bottom: 60px !important;
}

/* CARD */
.mtl-card {
  background: #a0f4fc !important;
  padding: 30px !important;
  border-radius: 18px !important;
  text-align: center !important;
  box-shadow: 0 15px 40px rgba(0,0,0,0.06) !important;
  transition: 0.3s ease !important;
}

.mtl-card:hover {
  transform: translateY(-8px) !important;
  box-shadow: 0 20px 50px rgba(0,0,0,0.1) !important;
}

.mtl-client-img {
  width: 85px !important;
  height: 85px !important;
  border-radius: 50% !important;
  object-fit: cover !important;
  margin-bottom: 15px !important;
  border: 4px solid #d4af37 !important;
}

.mtl-client-name {
  font-weight: 600 !important;
  margin-bottom: 10px !important;
}

.mtl-review-text {
  font-style: italic !important;
  color: #101011 !important;
}
.mtl-form-title{
  color: #000 !important;
}
/* FORM */
.mtl-form-wrapper {
  background: #68c7f7;!important;
  padding: 40px !important;
  border-radius: 20px !important;
  box-shadow: 0 15px 40px rgba(0,0,0,0.05) !important;
  max-width: 600px !important;
  margin: auto !important;
}

.mtl-form-title {
  text-align: center !important;
  margin-bottom: 25px !important;
  font-weight: 600 !important;
}

.mtl-form {
  display: flex !important;
  flex-direction: column !important;
  gap: 15px !important;
}

.mtl-input,
.mtl-textarea {
  padding: 12px 15px !important;
  border-radius: 8px !important;
  border: 1px solid #ddd !important;
  font-size: 14px !important;
  width: 100% !important;
}

.mtl-submit-btn {
  background: #000 !important;
  color: #fff !important;
  padding: 14px !important;
  border-radius: 30px !important;
  border: none !important;
  font-weight: 600 !important;
  transition: 0.3s ease !important;
}

.mtl-submit-btn:hover {
  background: #d4af37 !important;
  color: #000 !important;
}

/* MOBILE IMPROVEMENTS */
@media (max-width: 768px) {

  .mtl-testimonial-wrapper {
    padding: 60px 15px !important;
  }

  .mtl-title {
    font-size: 26px !important;
  }

  .mtl-card {
    padding: 25px !important;
  }

  .mtl-form-wrapper {
    padding: 25px !important;
  }
}




.served-location {
    font-size: 16px;
    color: #6c757d;
    line-height: 1.6;
}

/* Mobile Adjustment */
@media (max-width: 576px) {
    .served-location {
        font-size: 14px;
        padding: 0 10px;
    }
}




.brand-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    font-size: 14px;
}

.brand-list span {
    background: #f8f9fa;
    padding: 6px 12px;
    border-radius: 20px;
    white-space: nowrap;
}

/* Vendor Card Styling */
.vendor-item {
    background: #ffffff;
    height: 150px;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 10px;
    border-radius: 8px;
}

.vendor-item img {
    height: 120px !important;
    width: auto !important;
}

/* Mobile Adjustments */
@media (max-width: 576px) {
    .brand-list {
        font-size: 12px;
    }

    .vendor-item {
        height: 120px;
    }

    .vendor-item img {
        height: 90px !important;
    }
}



.vendor-item {
    background: #ffffff;
    height: 70px;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 10px;
    border-radius: 8px;
}

.vendor-item img {
    height: 50px !important;   /* FORCE size */
    width: 70px !important;
    max-height: none !important;
}



.hgx-wrap{
    padding:80px 20px;
    background:linear-gradient(135deg,#0f172a,#020617);
    font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;
}

/* container */
.hgx-container{
    max-width:1200px;
    margin:auto;
}

/* title */
.hgx-title{
    text-align:center;
    font-size:42px;
    font-weight:700;
    margin-bottom:60px;
    letter-spacing:.5px;
}

.hgx-force-white{
    color:white;
}

/* grid layout */
.hgx-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
    gap:28px;
}

/* card */
.hgx-item{
    position:relative;
    overflow:hidden;
    border-radius:18px;
    cursor:pointer;
    box-shadow:
        0 10px 30px rgba(0,0,0,.35),
        inset 0 0 0 1px rgba(255,255,255,.05);
    transition:.45s cubic-bezier(.2,.8,.2,1);
}

/* image */
.hgx-item img{
    width:100%;
    height:100%;
    display:block;
    object-fit:cover;
    aspect-ratio:4/3;
    transition:transform .9s ease, filter .5s ease;
}

/* overlay */
.hgx-overlay{
    position:absolute;
    bottom:0;
    left:0;
    right:0;
    padding:22px 20px;
    font-size:18px;
    font-weight:600;
    color:white;

    background:
        linear-gradient(to top,
        rgba(2,6,23,.95),
        rgba(2,6,23,.55),
        transparent);

    backdrop-filter:blur(6px);

    transform:translateY(40%);
    opacity:.9;
    transition:.45s ease;
}

/* hover magic */
.hgx-item:hover{
    transform:translateY(-10px) scale(1.02);
    box-shadow:
        0 25px 60px rgba(0,0,0,.6),
        0 0 0 1px rgba(255,255,255,.08);
}

.hgx-item:hover img{
    transform:scale(1.12);
    filter:brightness(.85) contrast(1.1);
}

.hgx-item:hover .hgx-overlay{
    transform:translateY(0);
    opacity:1;
}

/* subtle reveal animation */
.hgx-reveal{
    animation:hgxFade .9s ease both;
}

@keyframes hgxFade{
    from{
        opacity:0;
        transform:translateY(30px);
    }
    to{
        opacity:1;
        transform:none;
    }
}

/* ---------- LIGHTBOX STYLE (CSS ONLY READY) ---------- */

.hgx-lightbox{
    position:fixed;
    inset:0;
    background:rgba(0,0,0,.92);
    display:none;   /* ready if you later add JS */
    align-items:center;
    justify-content:center;
    z-index:999;
}

.hgx-light-img{
    max-width:92%;
    max-height:90%;
    border-radius:14px;
    box-shadow:0 30px 80px rgba(0,0,0,.8);
}

.hgx-close{
    position:absolute;
    top:30px;
    right:40px;
    color:white;
    font-size:42px;
    cursor:pointer;
}

/* ---------- MOBILE ---------- */

@media (max-width:768px){

.hgx-title{
    font-size:30px;
    margin-bottom:40px;
}

.hgx-overlay{
    font-size:16px;
    padding:18px;
}

.hgx-wrap{
    padding:60px 16px;
}

}

/* extra small phones */

@media (max-width:420px){

.hgx-grid{
    gap:18px;
}

.hgx-overlay{
    font-size:15px;
}

}








.mfitx-white{
color:#ffffff !important;
}


.hgx-wrap{
padding:100px 20px;
background:linear-gradient(135deg,#020617,#0f172a);
font-family:system-ui;
color:white;
}

.hgx-container{
max-width:1200px;
margin:auto;
}

/* TITLE */

.hgx-title{
text-align:center;
font-size:42px;
margin-bottom:60px;
}

/* GRID */

.hgx-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:26px;
}

/* ITEM */

.hgx-item{
position:relative;
overflow:hidden;
border-radius:18px;
cursor:pointer;
box-shadow:0 20px 40px rgba(0,0,0,.6);
}

.hgx-item img{
width:100%;
height:260px;
object-fit:cover;
transition:1s;
display:block;
}

/* HOVER EFFECT */

.hgx-item:hover img{
transform:scale(1.15);
filter:brightness(.7);
}

.hgx-overlay{
position:absolute;
bottom:0;
left:0;
right:0;
padding:18px;
background:linear-gradient(transparent,rgba(0,0,0,.8));
font-weight:600;
letter-spacing:.4px;
transform:translateY(100%);
transition:.5s;
}

.hgx-item:hover .hgx-overlay{
transform:translateY(0);
}


/* LIGHTBOX */

.hgx-lightbox{
position:fixed;
inset:0;
background:rgba(0,0,0,.92);
display:none;
align-items:center;
justify-content:center;
z-index:9999;
}

.hgx-lightbox img{
max-width:90%;
max-height:85%;
border-radius:10px;
}

.hgx-close{
position:absolute;
top:30px;
right:45px;
font-size:42px;
color:white;
cursor:pointer;
}


/* SCROLL REVEAL */

.hgx-reveal{
opacity:0;
transform:translateY(60px);
transition:1s cubic-bezier(.2,.65,.2,1);
}

.hgx-reveal.hgx-visible{
opacity:1;
transform:none;
}


/* MOBILE */

@media(max-width:900px){
.hgx-grid{grid-template-columns:repeat(2,1fr);}
.hgx-title{font-size:32px;}
}

@media(max-width:520px){
.hgx-grid{grid-template-columns:1fr;}
.hgx-wrap{padding:70px 16px;}
}















.mfitx-wrap{
padding:100px 20px;
background:linear-gradient(120deg,#0b132b,#020617);
color:white;
font-family:system-ui;
overflow:hidden;
}

.mfitx-inner{
max-width:1150px;
margin:auto;
}

/* ====== TOP ====== */

.mfitx-top{
text-align:center;
max-width:800px;
margin:auto;
margin-bottom:70px;
}

.mfitx-top h2{
font-size:42px;
margin-bottom:18px;
}

.mfitx-top p{
opacity:.85;
line-height:1.7;
font-size:18px;
}


/* ====== SPLIT ====== */

.mfitx-split{
display:grid;
grid-template-columns:1fr 1fr;
gap:55px;
align-items:center;
}

/* IMAGE */

.mfitx-imgbox{
border-radius:20px;
overflow:hidden;
box-shadow:0 30px 70px rgba(0,0,0,.6);
}

.mfitx-imgbox img{
width:100%;
height:100%;
object-fit:cover;
transition:1.2s;
}

.mfitx-imgbox:hover img{
transform:scale(1.08);
}

/* CONTENT */

.mfitx-content h3{
font-size:28px;
margin-bottom:18px;
}

.mfitx-list{
list-style:none;
padding:0;
margin:0 0 20px 0;
}

.mfitx-list li{
padding:8px 0;
opacity:.9;
}

.mfitx-desc{
opacity:.8;
line-height:1.6;
margin-bottom:25px;
}

/* BUTTON */

.mfitx-btn{
background:linear-gradient(45deg,#2563eb,#38bdf8);
border:none;
padding:14px 28px;
color:white;
border-radius:50px;
font-weight:600;
cursor:pointer;
transition:.4s;
}

.mfitx-btn:hover{
transform:translateY(-4px);
box-shadow:0 10px 30px #2563eb;
}


/* ====== STEPS ====== */

.mfitx-steps{
margin-top:90px;
display:grid;
grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
gap:25px;
}

.mfitx-step{
background:rgba(255,255,255,.05);
padding:28px;
border-radius:18px;
border:1px solid rgba(255,255,255,.12);
transition:.45s;
}

.mfitx-step:hover{
transform:translateY(-10px);
background:#1d4ed8;
}

.mfitx-step h4{
margin:12px 0 8px;
}

.mfitx-step p{
opacity:.85;
font-size:15px;
}

.mfitx-num{
width:42px;
height:42px;
border-radius:50%;
background:#38bdf8;
display:flex;
align-items:center;
justify-content:center;
font-weight:bold;
}


/* ====== SCROLL ANIMATION ====== */

.mfitx-show{
opacity:0;
transform:translateY(60px);
transition:1s cubic-bezier(.2,.65,.2,1);
}

.mfitx-show.mfitx-visible{
opacity:1;
transform:none;
}


/* ====== MOBILE ====== */

@media(max-width:900px){

.mfitx-split{
grid-template-columns:1fr;
}

.mfitx-top h2{
font-size:32px;
}

.mfitx-wrap{
padding:70px 18px;
}

}
















.main-navbar .dropdown-menu {
    background-color: #081B36 !important;  /* dark navy that blends with gradient */
    border: none;                           /* remove white border if any */
}

/* Change text color inside the dropdown */
.main-navbar .dropdown-menu .dropdown-item {
    color: #F2C94C !important;  /* golden/yellow text for contrast */
}

/* Optional: change hover effect */
.main-navbar .dropdown-menu .dropdown-item:hover {
    background-color: #0F3C6E !important;  /* slightly lighter blue on hover */
    color: #ffffff !important;             /* text turns white on hover */
}


h2.display-1 {
    font-size: 4rem; /* desktop size */
}

/* Medium screens (tablets) */
@media (max-width: 992px) {
    h2.display-1 {
        font-size: 3rem;
    }
}

/* Small screens (phones) */
@media (max-width: 768px) {
    h2.display-1 {
        font-size: 2.2rem;
    }
}

/* Extra small screens (very small phones) */
@media (max-width: 480px) {
    h2.display-1 {
        font-size: 1.8rem;
    }
}

/* Ultra small screens (like 359px width) */
@media (max-width: 360px) {
    h2.display-1 {
        font-size: 1.5rem;
    }
}



h3.display-1 {
    font-size: 4rem; /* adjust to your preference */
}

/* Medium screens (tablets) */
@media (max-width: 992px) {
    h3.display-1 {
        font-size: 3rem;
    }
}

/* Small screens (phones) */
@media (max-width: 768px) {
    h3.display-1 {
        font-size: 2.2rem;
    }
}

/* Extra small screens (very small phones) */
@media (max-width: 480px) {
    h3.display-1 {
        font-size: 1.8rem;
    }
}

/* Ultra small screens (like 359px width) */
@media (max-width: 360px) {
    h3.display-1 {
        font-size: 1.5rem;
    }
}




.carousel-caption .carousel-text {
    position: absolute;
    top: 50%; /* change this value to move higher/lower */
    left: 50%;
    transform: translateX(-50%);
}


.mobile-whatsapp-btn i {
    font-size: 180px;
}

.mobile-whatsapp-btn span {
    font-size: 160px;
}

/* Smaller at 534px */
@media (max-width: 534px) {
    .mobile-whatsapp-btn i {
        font-size: 140px;
    }

    .mobile-whatsapp-btn span {
        font-size: 120px;
    }
}


.mobile-whatsapp-btn i {
    font-size: 18px;
    margin-right: 6px;
}

.mobile-whatsapp-btn span {
    font-size: 16px;
}

/* Smaller on very small screens */
@media (max-width: 563px) {
    .mobile-whatsapp-btn i {
        font-size: 14px;
    }

    .mobile-whatsapp-btn span {
        font-size: 12px;
    }
}



@media (max-width: 608px) {
    .navbar-brand {
        margin-left: -50px !important;
    }
}




.mobile-whatsapp-btn {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background-color: #25D366 !important; /* WhatsApp green */
    color: #fff !important;
    padding: 8px 16px !important;
    border-radius: 50px !important; /* smooth curved pill shape */
    font-size: 18px !important;
    margin-right: 10px !important;
    z-index: 9999 !important;
    text-decoration: none !important;
}

.mobile-whatsapp-btn i {
    font-size: 22px !important;
}

/* Ensure button shows only on mobile */
@media (min-width: 992px) {
    .mobile-whatsapp-btn {
        display: none !important;
    }
}





.floating-whatsapp-btn {
    position: fixed !important;       /* Float over page */
    right: 100px !important;            /* Distance from left edge */
    bottom: 35px !important;          /* Distance from bottom */
    background-color: #25D366 !important; /* WhatsApp green */
    color: #fff !important;
    padding: 3px 8px !important;
    border-radius: 50px !important;   /* Pill shape */
    font-size: 16px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-decoration: none !important;
    z-index: 9999 !important;
    box-shadow: 0 4px 6px rgba(0,0,0,0.3) !important;
    opacity: 0 !important;            /* Start hidden */
    transition: opacity 0.3s ease, transform 0.2s ease !important;
}

/* WhatsApp icon inside button */
.floating-whatsapp-btn i {
    font-size: 22px !important;
    margin-right: 8px !important;
}

/* Hover effect */
.floating-whatsapp-btn:hover {
    background-color: #1ebe5d !important; /* Slightly darker green */
    transform: scale(1.1) !important;      /* Pop effect */
}

/* Show on mobile only */
@media (max-width: 991px) {
    .floating-whatsapp-btn {
        opacity: 1 !important;
    }
}


.contact-action-container {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 15px !important;
    flex-wrap: wrap !important;
    width: 100% !important;
    margin: 10px 0 !important;
}

/* Shared Button Style */
.contact-btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 6px !important;
    padding: 4px 8px !important;
    border-radius: 40px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    color: #ffffff !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2) !important;
    min-width: auto !important;
}


/* WhatsApp Specific */
.whatsapp-btn {
    background-color: #25D366 !important;
}

.whatsapp-btn:hover {
    background-color: #1ebe5d !important;
    transform: translateY(-2px) !important;
}

/* Email Specific */
.email-btn {
    background-color: #0d6efd !important;
}

.email-btn:hover {
    background-color: #084fc7 !important;
    transform: translateY(-2px) !important;
}

/* Icons */
.contact-btn i {
    font-size: 18px !important;
}

/* Mobile */
@media (max-width: 576px) {
    .contact-btn {
        width: 100% !important;
        padding: 14px !important;
        font-size: 15px !important;
    }
}




.mt-header p {
    color: #ffffff !important;
}

.mt-header h2,
.mt-header p {
    color: #ffffff;
}




.mt-services {
    padding: 70px 20px;
}

.mt-container {
    max-width: 1200px;
    margin: 0 auto;
}

.mt-header {
    text-align: center;
    margin-bottom: 50px;
}

.mt-header h2 {
    font-size: 34px;
    margin-bottom: 15px;
}

.mt-header p {
    color: #555;
    max-width: 700px;
    margin: 0 auto;
    font-size: 16px;
}

.mt-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 25px;
}

.mt-card {
    padding: 30px 25px;
    border-radius: 10px;
    border: 1px solid #eee;
    background: #fff;
    transition: all 0.3s ease;
}

.mt-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.08);
}

.mt-card h3 {
    font-size: 19px;
    margin-bottom: 12px;
}

.mt-card p {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
}

.mt-card span {
    display: inline-block;
    margin-top: 15px;
    font-size: 12px;
    font-weight: bold;
    padding: 6px 14px;
    border-radius: 20px;
    background: #000;
    color: #fff;
}

/* Mobile Optimization */
@media (max-width: 600px) {
    .mt-header h2 {
        font-size: 24px;
    }

    .mt-card {
        padding: 25px 20px;
    }
}








.sae-white-text {
    color: #ffffff !important;
}

h3 {
    color: #5ad0f4 !important;
}

.sae-gallery-grid img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 8px;
    border: 3px solid #a7d8ff; /* Light blue border */
    transition: 0.3s ease;
}

.sae-gallery-grid img:hover {
    transform: scale(1.05);
    border-color: #5bbcff; /* Slightly stronger blue on hover */
}

.sae-service-card {
    padding: 25px;
    border-radius: 8px;
    text-align: center;
    border: 2px solid #a7d8ff !important; /* Force light blue */
    transition: 0.3s ease;
}

.sae-service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
    border-color: #5bbcff !important; /* Slightly darker on hover */
}


.sae-wrapper {
    padding: 80px 8%;
    font-family: 'Segoe UI', sans-serif;
}

.sae-heading {
    text-align: center;
    font-size: 36px;
    margin-bottom: 20px;
}

.sae-description {
    max-width: 900px;
    margin: auto;
    text-align: center;
    line-height: 1.8;
}

/* SERVICES */
.sae-services-grid {
    margin-top: 60px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
}

.sae-service-card {
    padding: 25px;
    border-radius: 8px;
    text-align: center;
    border: 1px solid rgba(0,0,0,0.08);
    transition: 0.3s ease;
}

.sae-service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}

.sae-service-card h3 {
    font-size: 16px;
    margin: 0;
}

/* GALLERY */
.sae-gallery {
    margin-top: 80px;
}

.sae-gallery-title {
    text-align: center;
    font-size: 28px;
    margin-bottom: 40px;
}

.sae-gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 15px;
}

.sae-gallery-grid img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 8px;
    transition: 0.3s ease;
}

.sae-gallery-grid img:hover {
    transform: scale(1.05);
}

/* MOBILE */
@media (max-width: 768px) {
    .sae-heading {
        font-size: 26px;
    }

    .sae-gallery-grid img {
        height: 180px;
    }
}


 



  /* Hero Heading */
  .hero h3,
  .hero .display-1 {
    font-size: 2rem !important;
    line-height: 1.2 !important;
    word-break: break-word;
  }

  /* Section Spacing */
  .container-fluid.py-5,
  .container.py-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  /* Remove forced height */
  .col-lg-5 {
    min-height: auto !important;
  }

  /* Pricing */
  .pricing-section .section-title h1 {
    font-size: 2rem !important;
  }

  .pricing-card .price {
    font-size: 1.7rem !important;
  }

}
/* Fix only the hero welcome text on mobile */
@media (max-width: 767.98px) {

  div[style*="max-width: 700px"] h3.display-1 {
    font-size: 2rem !important;
    line-height: 1.2 !important;
    margin-top: 0 !important;
    word-break: break-word;
  }

  div[style*="max-width: 700px"] {
    margin-top: 1rem !important;
    padding: 1rem !important;
  }

}





.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}



















.position-relative img {
    object-fit: contain !important;

    object-position: center !important;
}


.carousel-caption {
    background: transparent !important;
}

/* CONTROL the image shade instead of removing it */
#header-carousel .carousel-item::before {
    background: rgba(0, 0, 0, 0.90) !important; /* 🎚 Adjust darkness here */
}

.carousel-item img {
  filter: brightness(60%) contrast(110%) !important;
}



.contact-email {
    font-size: 13px;        /* smaller on desktop */
    word-break: break-word; /* prevents overflow on small screens */
}

/* Extra small devices (phones) */
@media (max-width: 576px) {
    .contact-email {
        font-size: 11px;    /* even smaller on mobile */
    }
}







.bg-header-home {
    background: url(../img/home.jpg) center center no-repeat;
    background-size: cover;
}

/* About Page Header */
.bg-header-about {
    background: url(../img/about-header.jpg) center center no-repeat;
    background-size: cover;
}

/* Services Page Header */
.bg-header-services {
    background: url(../img/services-header.jpg) center center no-repeat;
    background-size: cover;
}

/* Contact Page Header */
.bg-header-contact {
    background: url(../img/contact-header.jpg) center center no-repeat;
    background-size: cover;
}





.blog-img {
    height: 280px !important;       /* Default height for desktop */
    overflow: hidden !important;
    position: relative !important;
}

.blog-img img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;    /* Keeps image proportional */
    object-position: center !important;
    display: block !important;
}

/* Tablet screens */
@media (max-width: 991px) {
    .blog-img {
        height: 240px !important;
    }
}

/* Mobile screens */
@media (max-width: 576px) {
    .blog-img {
        height: 200px !important;
    }
}






/* TEAM IMAGES – MOBILE FRIENDLY FIX */
.team-img {
    height: 320px !important;
    overflow: hidden !important;
    position: relative !important;
}

.team-img img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;   /* Keeps image proportional, no stretching */
    object-position: center !important;
    display: block !important;
}

/* Tablet */
@media (max-width: 991px) {
    .team-img {
        height: 260px !important;
    }
}

/* Mobile phones */
@media (max-width: 576px) {
    .team-img {
        height: 220px !important;
    }
}



























:root {
    --primary: #06A3DA;
    --secondary: #34AD54;
    --light: #EEF9FF;
    --dark: #091E3E;
}


/*** Spinner ***/
.spinner {
    width: 40px;
    height: 40px;
    background: var(--primary);
    margin: 100px auto;
    -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
    animation: sk-rotateplane 1.2s infinite ease-in-out;
}

@-webkit-keyframes sk-rotateplane {
    0% {
        -webkit-transform: perspective(120px)
    }
    50% {
        -webkit-transform: perspective(120px) rotateY(180deg)
    }
    100% {
        -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg)
    }
}

@keyframes sk-rotateplane {
    0% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
    }
    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
    }
    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}

#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;
}


/*** Heading ***/
h1,
h2,
.fw-bold {
    font-weight: 800 !important;
}

h3,
h4,
.fw-semi-bold {
    font-weight: 700 !important;
}

h5,
h6,
.fw-medium {
    font-weight: 600 !important;
}


/*** Button ***/
.btn {
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    transition: .5s;
}

.btn-primary,
.btn-secondary {
    color: #FFFFFF;
    box-shadow: inset 0 0 0 50px transparent;
}

.btn-primary:hover {
    box-shadow: inset 0 0 0 0 var(--primary);
}

.btn-secondary:hover {
    box-shadow: inset 0 0 0 0 var(--secondary);
}

.btn-square {
    width: 36px;
    height: 36px;
}

.btn-sm-square {
    width: 30px;
    height: 30px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}


/*** Navbar ***/
.navbar-dark .navbar-nav .nav-link {
    font-family: 'Nunito', sans-serif;
    position: relative;
    margin-left: 25px;
    padding: 35px 0;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 600;
    outline: none;
    transition: .5s;
}

.sticky-top.navbar-dark .navbar-nav .nav-link {
    padding: 20px 0;
    color: var(--dark);
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    color: var(--primary);
}

.navbar-dark .navbar-brand h1 {
    color: #FFFFFF;
}

.navbar-dark .navbar-toggler {
    color: var(--primary) !important;
    border-color: var(--primary) !important;
}

@media (max-width: 991.98px) {
    .sticky-top.navbar-dark {
        position: relative;
        background: #FFFFFF;
    }

    .navbar-dark .navbar-nav .nav-link,
    .navbar-dark .navbar-nav .nav-link.show,
    .sticky-top.navbar-dark .navbar-nav .nav-link {
        padding: 10px 0;
        color: var(--dark);
    }

    .navbar-dark .navbar-brand h1 {
        color: var(--primary);
    }
}

@media (min-width: 992px) {
    .navbar-dark {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        border-bottom: 1px solid rgba(256, 256, 256, .1);
        z-index: 999;
    }
    
    .sticky-top.navbar-dark {
        position: fixed;
        background: #FFFFFF;
    }

    .navbar-dark .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 0;
        height: 2px;
        bottom: -1px;
        left: 50%;
        background: var(--primary);
        transition: .5s;
    }

    .navbar-dark .navbar-nav .nav-link:hover::before,
    .navbar-dark .navbar-nav .nav-link.active::before {
        width: 100%;
        left: 0;
    }

    .navbar-dark .navbar-nav .nav-link.nav-contact::before {
        display: none;
    }

    .sticky-top.navbar-dark .navbar-brand h1 {
        color: var(--primary);
    }
}


/*** Carousel ***/
/* .carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(129, 156, 196, 0.7);
    z-index: 1;
} */

@media (max-width: 576px) {
    .carousel-caption h5 {
        font-size: 14px;
        font-weight: 500 !important;
    }

    .carousel-caption h1 {
        font-size: 30px;
        font-weight: 600 !important;
    }
}

.carousel-control-prev,
.carousel-control-next {
    width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}


/*** Section Title ***/
.section-title::before {
    position: absolute;
    content: "";
    width: 150px;
    height: 5px;
    left: 0;
    bottom: 0;
    background: var(--primary);
    border-radius: 2px;
}

.section-title.text-center::before {
    left: 50%;
    margin-left: -75px;
}

.section-title.section-title-sm::before {
    width: 90px;
    height: 3px;
}

.section-title::after {
    position: absolute;
    content: "";
    width: 6px;
    height: 5px;
    bottom: 0px;
    background: #FFFFFF;
    -webkit-animation: section-title-run 5s infinite linear;
    animation: section-title-run 5s infinite linear;
}

.section-title.section-title-sm::after {
    width: 4px;
    height: 3px;
}

.section-title.text-center::after {
    -webkit-animation: section-title-run-center 5s infinite linear;
    animation: section-title-run-center 5s infinite linear;
}

.section-title.section-title-sm::after {
    -webkit-animation: section-title-run-sm 5s infinite linear;
    animation: section-title-run-sm 5s infinite linear;
}

@-webkit-keyframes section-title-run {
    0% {left: 0; } 50% { left : 145px; } 100% { left: 0; }
}

@-webkit-keyframes section-title-run-center {
    0% { left: 50%; margin-left: -75px; } 50% { left : 50%; margin-left: 45px; } 100% { left: 50%; margin-left: -75px; }
}

@-webkit-keyframes section-title-run-sm {
    0% {left: 0; } 50% { left : 85px; } 100% { left: 0; }
}


/*** Service ***/
.service-item {
    position: relative;
    height: 300px;
    padding: 0 30px;
    transition: .5s;
}

.service-item .service-icon {
    margin-bottom: 30px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary);
    border-radius: 2px;
    transform: rotate(-45deg);
}

.service-item .service-icon i {
    transform: rotate(45deg);
}

.service-item a.btn {
    position: absolute;
    width: 60px;
    bottom: -48px;
    left: 50%;
    margin-left: -30px;
    opacity: 0;
}

.service-item:hover a.btn {
    bottom: -24px;
    opacity: 1;
}


/*** Testimonial ***/
.testimonial-carousel .owl-dots {
    margin-top: 15px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: #DDDDDD;
    border-radius: 2px;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    width: 30px;
    background: var(--primary);
}

.testimonial-carousel .owl-item.center {
    position: relative;
    z-index: 1;
}

.testimonial-carousel .owl-item .testimonial-item {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-item {
    background: #FFFFFF !important;
    box-shadow: 0 0 30px #DDDDDD;
}


/*** Team ***/
.team-item {
    transition: .5s;
}

.team-social {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
}

.team-social a.btn {
    position: relative;
    margin: 0 3px;
    margin-top: 100px;
    opacity: 0;
}

.team-item:hover {
    box-shadow: 0 0 30px #DDDDDD;
}

.team-item:hover .team-social {
    background: rgba(9, 30, 62, .7);
}

.team-item:hover .team-social a.btn:first-child {
    opacity: 1;
    margin-top: 0;
    transition: .3s 0s;
}

.team-item:hover .team-social a.btn:nth-child(2) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .05s;
}

.team-item:hover .team-social a.btn:nth-child(3) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .1s;
}

.team-item:hover .team-social a.btn:nth-child(4) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .15s;
}

.team-item .team-img img,
.blog-item .blog-img img  {
    transition: .5s;
}

.team-item:hover .team-img img,
.blog-item:hover .blog-img img {
    transform: scale(1.15);
}


/*** Miscellaneous ***/
@media (min-width: 991.98px) {
    .facts {
        position: relative;
        margin-top: -75px;
        z-index: 1;
    }
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

.bg-header {
    background: linear-gradient(rgba(9, 30, 62, .7), rgba(9, 30, 62, .7)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.link-animated a {
    transition: .5s;
}

.link-animated a:hover {
    padding-left: 10px;
}

@media (min-width: 767.98px) {
    .footer-about {
        margin-bottom: -75px;
    }
}



/* This is it */
html, body {
    background: linear-gradient(
        135deg,
        #0A1F44 0%,
        #0F3C6E 45%,
        #F2C94C 70%,
        #020B1C 100%
    ) !important;
    min-height: 100%;
}



/* 1. Default: transparent navbar */
.main-navbar {
    background: linear-gradient(
        135deg,
        rgba(10, 31, 68, 0.85),
        rgba(15, 60, 110, 0.75),
        rgba(242, 201, 76, 0.35),
        rgba(2, 11, 28, 0.85)
    );
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transition: background 0.4s ease, box-shadow 0.4s ease;
}


/* 2. After scroll: show color */
.main-navbar.scrolled {
    background-color:linear-gradient(135deg, #ffffff, #f5f7fa) /* solid #e6d8d8 */
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08); /* subtle shadow */
}



.main-navbar.scrolled {
    background: linear-gradient(
        135deg,
        rgba(10, 31, 68, 0.95),   /* dark blue from page */
        rgba(15, 60, 110, 0.9),   /* mid blue */
        rgba(242, 201, 76, 0.25), /* soft yellow highlight */
        rgba(2, 11, 28, 0.95)     /* near black */
    );
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08); /* subtle shadow */
    transition: background 0.4s ease, box-shadow 0.4s ease;
}



/* 3. Links color when scrolled */
.main-navbar.scrolled .nav-link {
    color: #091E3E !important; /* dark text */
}

/* 4. Links hover + active when scrolled */
.main-navbar.scrolled .nav-link:hover,
.main-navbar.scrolled .nav-link.active {
    color: #06A3DA !important; /* primary blue accent */
}

/* Main footer wrapper */
.container-fluid.bg-dark {
    background: linear-gradient(
        135deg,
        rgba(10, 31, 68, 0.95),   /* dark blue from page gradient */
        rgba(15, 60, 110, 0.9),   /* mid blue */
        rgba(242, 201, 76, 0.15), /* subtle yellow highlight */
        rgba(2, 11, 28, 0.95)     /* near black */
    );
    backdrop-filter: blur(8px);      /* optional glassy feel */
    -webkit-backdrop-filter: blur(8px);
    color: #ffffff;                  /* text remains readable */
}

/* Lower footer copyright bar */
.container-fluid.text-white {
    background: linear-gradient(
        135deg,
        rgba(10, 31, 68, 0.95),
        rgba(2, 11, 28, 0.95)
    );
}




/* Default navbar (transparent over gradient) */
.main-navbar .nav-link {
    color: #ffffff !important;       /* white links */
    text-decoration: none !important;
    transition: color 0.3s, text-decoration 0.3s;
}

/* Hover or focus */
.main-navbar .nav-link:hover,
.main-navbar .nav-link:focus {
    color: #0A6ED1 !important;       /* blue on hover/focus */
    text-decoration: underline !important;
}

/* Active link (current page) */
.main-navbar .nav-link.active {
    color: #0A6ED1 !important;       /* blue for active link */
    text-decoration: underline !important;
}

/* Fixed / scrolled navbar links — still white default, blue on hover */
.main-navbar.scrolled .nav-link {
    color: #ffffff !important;       /* white normally */
}

.main-navbar.scrolled .nav-link:hover,
.main-navbar.scrolled .nav-link:focus,
.main-navbar.scrolled .nav-link.active {
    color: #0A6ED1 !important;       /* blue on hover or active */
    text-decoration: underline !important;
}


h1.mb-0 {
    color: #ffffff !important;
}
/* Force all headings and paragraphs in hero section to white */
/* Force all text inside a specific container to white */
.container-fluid, 
.container-fluid h1, 
.container-fluid p {
    color: #ffffff !important;
}
h5.mb-3 {
    color: #ffffff !important;
}
div {
    color: #ffffff !important;
}
h5.mb-2 {
    color: #ffffff !important;
}
h1.mb-0[data-toggle="counter-up"] {
    color: #0A6ED1 !important; /* blue */
}
h4 {
    color: #5DADE2 !important; /* light blue */
}
p.m-0 {
    color: #5DADE2 !important; /* light blue */
}
/* Blog section text colors */
.blog-item h4,
.blog-item h5,
.blog-item p,
.blog-item a {
    color: #5DADE2 !important; /* light blue */
}

/* Optional: blog links hover */
.blog-item a:hover {
    color: #0A6ED1 !important; /* darker blue on hover */
    text-decoration: underline !important;
}
/* Make team images fully cover container but keep top visible */
.team-img img {
    width: 100%;
    height: 100%;          /* fill container */
    object-fit: cover;     /* cover entire div */
    object-position: top;  /* always show the top part */
}

/* Optional: ensure container has fixed height */
.team-img {
    height: 350px;         /* adjust as needed */
    overflow: hidden;      /* crop bottom if needed */
    position: relative;
}

/* Make social buttons overlay correctly */
.team-social {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
}

/* Responsive buttons for mobile */
.team-social .btn {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    padding: 0;
    border-radius: 50%;
}
@media (max-width: 576px) {
    .team-social .btn {
        width: 35px;
        height: 35px;
        font-size: 16px;
    }
}
/* Team image container */
.team-img {
    width: 100%;
    height: 0;
    padding-top: 125%; /* controls aspect ratio; adjust as needed */
    position: relative;
    overflow: hidden;
}

/* Make image cover container, show top part */
.team-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

/* Social buttons overlay */
.team-social {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
}

/* Buttons responsive */
.team-social .btn {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    padding: 0;
    border-radius: 50%;
}
@media (max-width: 576px) {
    .team-social .btn {
        width: 35px;
        height: 35px;
        font-size: 16px;
    }
}
.custom-navbar {
    background-color: rgba(0, 0, 0, 0.7) !important;
}

 .pricing-section {
    padding: 80px 20px;
    background: #f8f9fa;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  }

  .pricing-section .section-title h5 {
    color: #0d6efd;
    letter-spacing: 2px;
    font-weight: 700;
  }

  .pricing-section .section-title h1 {
    font-size: 2.5rem;
    margin-top: 10px;
    color: #212529;
  }

  .pricing-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 40px;
  }

  .pricing-card {
    background: #fff;
    border-radius: 15px;
    padding: 30px 20px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }

  .pricing-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
  }

  .pricing-card h4 {
    font-size: 1.6rem;
    color: #0d6efd;
    margin-bottom: 15px;
    font-weight: 700;
  }

  .pricing-card p {
    font-size: 0.95rem;
    color: #6c757d;
    margin-bottom: 25px;
  }

  .pricing-card .price {
    font-size: 2rem;
    font-weight: 700;
    color: #212529;
    margin-bottom: 25px;
  }

  .pricing-card .price .duration {
    font-size: 1rem;
    font-weight: 400;
    color: #6c757d;
    display: block;
    margin-top: 5px;
  }

  .pricing-card .btn {
    display: inline-block;
    padding: 10px 25px;
    border-radius: 50px;
    background: #0d6efd;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    transition: background 0.3s ease;
  }

  .pricing-card .btn:hover {
    background: #0b5ed7;
  }


#header-carousel .carousel-caption {
    top: 20% !important;      /* Move caption higher (reduce % to go higher) */
    bottom: auto !important;  /* Remove default bottom positioning */
}

@media (max-width: 484px) {
    .mobile-whatsapp-btn {
        padding: 6px 12px !important; /* smaller padding */
        font-size: 16px !important;   /* smaller text */
        margin-right: 5px !important; /* adjust spacing if needed */
    }

    .mobile-whatsapp-btn i {
        font-size: 18px !important;   /* smaller icon */
    }
}

@media (max-width: 359px) {
    .mobile-whatsapp-btn {
        padding: 5px 12px !important;   /* smaller padding */
        font-size: 14px !important;     /* smaller text */
        margin-right: 5px !important;   /* smaller spacing */
    }

    .mobile-whatsapp-btn i {
        font-size: 16px !important;     /* smaller icon */
    }
}


/* Default: largest screens (desktops and large monitors) */
.main-navbar .navbar-brand .site-logo {
    width: 200px;       /* desktop size */
    height: auto;       /* maintain aspect ratio */
}

/* Large tablets and small desktops (992px – 1199px) */
@media (max-width: 1199px) {
    .main-navbar .navbar-brand .site-logo {
        width: 180px;
    }
}

/* Tablets (768px – 991px) */
@media (max-width: 991px) {
    .main-navbar .navbar-brand .site-logo {
        width: 160px;
    }
}

/* Phones (576px – 767px) */
@media (max-width: 767px) {
    .main-navbar .navbar-brand .site-logo {
        width: 180px;  /* bigger on phones if you want emphasis */
    }
}

/* Small phones (<576px) */
@media (max-width: 575px) {
    .main-navbar .navbar-brand .site-logo {
        width: 250px;  /* smallest phones */
    }
}





/* Footer Logo Responsive */
.site-logo {
    width: 180px !important;   /* Default for large screens */
    height: auto !important;
}

/* Large screens (≥1200px) */
@media (min-width: 1200px) {
    .site-logo {
        width: 220px !important;
    }
}

/* Medium screens (≥992px and <1200px) */
@media (min-width: 992px) and (max-width: 1199px) {
    .site-logo {
        width: 200px !important;
    }
}

/* Small screens (≥768px and <992px) */
@media (min-width: 768px) and (max-width: 991px) {
    .site-logo {
        width: 160px !important;
    }
}

/* Extra small screens (<768px, mobile) */
@media (max-width: 767px) {
    .site-logo {
        width: 130px !important;
    }
}

/* Extra extra small screens (<480px) */
@media (max-width: 480px) {
    .site-logo {
        width: 100px !important;
    }
}