@media (max-width: 768px) {
    .logo img {
        height: 45px !important;
        width: 45pc !important;
    }
}
  .faq-item p {
  display: none;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  overflow-x: hidden;
}
.faq-item.active p {
  display: block;
}

.faq-item .faq-question span {
  transition: 0.3s;
}

.faq-item.active .faq-question span {
  transform: rotate(180deg);
}





* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  overflow-x: hidden;
}




.faq-container {
  max-width: 700px;
  margin: 50px auto;
}

.faq-item {
  background: #eaeaea;
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 15px;
  cursor: pointer;
  transition: 0.3s;
}

/* ACTIVE STYLE */
.faq-item.active {
  border: 2px solid #3b5cff;
  background: #f5f7ff;
}

/* QUESTION */
.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq-question h4 {
  margin: 0;
}



/* ARROW ROTATE */
.faq-question span {
  transition: 0.3s;
}

.faq-item.active span {
  transform: rotate(180deg);
}

/* HIDE CONTENT */
.faq-item p {
  display: none;
  margin-top: 10px;
  color: #555;
}

/* SHOW WHEN ACTIVE */
.faq-item.active p {
  display: block;
}




.faq-question {
  cursor: pointer;
}










/* FAQ FIX */
.faq-item p {
  display: none;
  margin-top: 10px;
  color: #555;
}

.faq-item.active p {
  display: block;
}




.hero {
  min-height: 100vh;
  padding: 60px 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

/* MOBILE FIX */
@media (max-width: 768px) {
  .hero {
    flex-direction: column;
    padding: 30px 15px;
  }

  .hero-content {
    width: 100%;
    text-align: center;
  }

  .form-box {
    width: 100%;
    margin-top: 20px;
  }
}


@media (max-width: 768px) {
  .hero-content h1 {
    padding-top: 140px;
  }
}


@media(max-width:426px){
.hero{
background-position:60% 87%;
}
    .hero-info{
flex-direction:column;
}

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

  #nav-menu {
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
    background: #000;
    display: none;
    flex-direction: column;
    text-align: center;
    padding: 20px 0;
    z-index: 999;
  }

  #nav-menu.active {
    display: flex;
  }

  #nav-menu a {
    padding: 15px;
    font-size: 18px;
    color: #fff;
    border-bottom: 1px solid rgba(255,255,255,0.1);
  }

}



@media (max-width: 768px) {

  .menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    display: none;
    z-index: 998;
  }

  .menu-overlay.active {
    display: block;
  }

}










@media (min-width: 768px) and (max-width: 1024px) {

  /* HERO CENTER ALIGN */
  .hero {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .hero-content {
    max-width: 700px;
    margin: auto;
  }

  .hero-content h1 {
    font-size: 36px;
    text-align: center;
    line-height: 1.2;
  }

  .hero-content p {
    text-align: center;
    margin: 15px 0;
  }

  .hero-info {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
  }

  .hero-buttons {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
  }

}



@media (min-width: 768px) and (max-width: 1024px) {

  .faq {
    text-align: center;
    padding: 40px 20px;
  }

  .faq-container {
    display: flex;
    justify-content: center;
  }

  .faq-left {
    width: 100%;
    max-width: 500px; /* control width */
    margin: auto;
  }

  .faq-item {
    text-align: left; /* keep text readable */
    margin-bottom: 20px;
  }

  .faq-question {
    justify-content: space-between;
  }

}

@media (min-width: 768px) and (max-width: 1024px) {

  .footer-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start; /* IMPORTANT */
    gap: 20px;
    flex-wrap: nowrap; /* KEEP ORIGINAL STYLE */
  }

  .footer-col {
    flex: 1;
    min-width: 0; /* FIX OVERFLOW */
  }

  /* FIX TEXT CUTTING */
  .footer-col p,
  .footer-col span,
  .footer-col a {
    word-wrap: break-word;
  }

  /* FIX HEIGHT ISSUE */
  .footer {
    height: auto; /* IMPORTANT */

  }

  /* FIX IMAGE SIZE */
  .footer-service img {
    width: 50px;
    height: 50px;
    object-fit: cover;
  }

}


.services-section {
  width: 100%;
  margin: 0 auto; /* CENTER FIX */
  padding: 60px 20px;
  box-sizing: border-box;
}


.services-section {
  display: flex;
  justify-content: center; /* CENTER CONTENT */
}

.services-images,
.services-content {
  flex: 1;
}


.brand-banner {
  font-size: 22px;
  font-weight: bold;
  color: #0a567a;
  margin-left: 10px;
  display: flex;
}
.logo{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}


.logo {
  display: flex;
  align-items: center;
  gap: 12px;
}

.logo img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}

.brand-banner {
  font-size: 20px;
  font-weight: 700;
  color: #fff; /* IMPORTANT for blue bg */
  line-height: 1.2;
}

.brand-banner {
  white-space: nowrap;
}


.hero {
  /* adjust based on navbar height */
}


.hero {
  padding-top: 120px;
}


.navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  z-index: 1000;
}


.logo {
  display: flex;
  align-items: center;
  gap: 12px;
   /* 👈 THIS ADDS SPACE BEFORE ICON */
}

.logo img {
}



@media (max-width: 768px) {

  .hero {
    flex-direction: column;
    padding: 20px 15px; /* reduce space */
    min-height: auto;   /* remove full height issue */
  }

  .hero-content {
    width: 100%;
    text-align: center;
    margin-top: 0; /* remove extra push */
  }

  .hero-content h1 {
    padding-top: 20px; /* FIX: was 140px ❌ */
    font-size: 28px;
  }

  .hero-content p {
    font-size: 14px;
    margin: 10px 0;
  }

}   
.footer-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
}

.footer-col {
  flex: 1;
  min-width: 250px;
}

.footer-container {
  display: flex;
  justify-content: center;   /* 🔥 CENTER ALL */
  gap: 60px;
  flex-wrap: wrap;
}

.footer-col {
  max-width: 300px;
}


.whatsapp-icon {
  color: #25D366;
  font-size: 22px;
  margin-right: 10px;
}

.info-box {
  display: flex;
  align-items: center;
  gap: 10px;
}


.whatsapp-icon{
    color:#25D366 !important;
    font-size:24px;
    margin-right:10px;
}


.info-box{
    display:flex;
    align-items:center;
    gap:10px;
}

.location-icon{
    color:#EA4335 !important;   /* Google Maps red */
    font-size:24px;
    width:24px;
    text-align:center;
}

.info-box span{
    color:#fff;
    font-size:16px;
    font-weight:500;
}

.footer-contact p{
    display:flex;
    align-items:center;
    gap:12px;
    margin:12px 0;
    color:#fff;
    font-size:15px;
}

.footer-icon{
    width:22px;
    font-size:20px;
    text-align:center;
}

.location{
    color:#EA4335;      /* Google Maps Red */
}

.email{
    color:#ffffff !important;      /* Blue */
}

.whatsapp{
    color:#25D366;      /* WhatsApp Green */
}


.footer-icon.email{
    color: #4dabff;
    font-size: 22px;
    margin-right: 10px;
    transition: .3s;
}

/* CUSTOM STYLES FOR THE TWO NEW SECTIONS */
.why-choose-section, .core-services-section {
  padding: 60px 20px;
  max-width: 1200px;
  margin: 0 auto;
  font-family: 'Poppins', sans-serif;
}

.why-choose-section h2, .core-services-section h2 {
  text-align: center;
  font-size: 32px;
  margin-bottom: 40px;
  color: #333;
}

.why-choose-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.why-choose-card {
  background: #fdfdfd;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
  border-top: 4px solid #3b5cff;
}

.why-choose-card h3 {
  margin-bottom: 15px;
  color: #0a567a;
}

.why-choose-card p {
  color: #555;
  line-height: 1.6;
  font-size: 15px;
}

.core-services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  gap: 30px;
}

.core-service-box {
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.05);
}

.core-service-box h3 {
  color: #3b5cff;
  margin-bottom: 15px;
  font-size: 20px;
}

.core-service-box p {
  color: #666;
  line-height: 1.6;
  font-size: 14px;
}

.core-service-box ul {
  margin-top: 10px;
  padding-left: 20px;
}

.core-service-box ul li {
  color: #555;
  font-size: 14px;
  margin-bottom: 5px;
}
/*=========================================
      WHY CHOOSE SECTION - MODERN UI
=========================================*/

.why-choose-section{
    padding:100px 0;
    background:linear-gradient(180deg,#f8fbff 0%,#eef4fb 100%);
    position:relative;
}

.why-choose-section h2{
    text-align:center;
    font-size:52px;
    font-weight:700;
    color:#0d2b52;
    margin-bottom:70px;
    position:relative;
}

.why-choose-section h2:after{
    content:"";
    width:90px;
    height:5px;
    background:#f4b000;
    display:block;
    margin:18px auto 0;
    border-radius:30px;
}

.why-choose-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:35px;
}

.why-choose-card{
    position:relative;
    background:#fff;
    border-radius:22px;
    padding:90px 35px 35px;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
    transition:.4s;
    overflow:hidden;
    height:100%;
}

.why-choose-card:hover{
    transform:translateY(-12px);
    box-shadow:0 25px 60px rgba(0,0,0,.15);
}

.why-choose-card:before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:8px;
    background:linear-gradient(90deg,#0a567a,#1f7cc5,#f4b000);
}

/* ICON */

.why-icon{
    position:absolute;
    top:-42px;
    left:50%;
    transform:translateX(-50%);
    width:90px;
    height:90px;
    border-radius:50%;
    background:linear-gradient(135deg,#0a567a,#1b7fb5);
    display:flex;
    justify-content:center;
    align-items:center;
    box-shadow:0 12px 30px rgba(10,86,122,.35);
    border:6px solid #fff;
}

.why-icon i{
    color:#fff;
    font-size:34px;
}

/* TITLE */

.why-choose-card h3{
    text-align:center;
    font-size:30px;
    font-weight:700;
    color:#0a567a;
    margin-bottom:22px;
}

.why-choose-card h3:after{
    content:"";
    display:block;
    width:55px;
    height:4px;
    background:#f4b000;
    margin:15px auto 0;
    border-radius:20px;
}

/* CONTENT */

.why-choose-card p{
    font-size:17px;
    line-height:1.9;
    color:#5d6677;
    text-align:justify;
    margin-bottom:16px;
}

.why-choose-card p:last-child{
    margin-bottom:0;
}

/* HOVER */

.why-choose-card:hover .why-icon{
    transform:translateX(-50%) rotate(360deg);
    transition:.8s;
}

.why-choose-card:hover h3{
    color:#1b7fb5;
}

/* RESPONSIVE */

@media(max-width:991px){

.why-choose-grid{
    grid-template-columns:1fr;
    gap:60px;
}

.why-choose-section{
    padding:70px 20px;
}

.why-choose-section h2{
    font-size:38px;
}

.why-choose-card{
    padding:80px 28px 28px;
}

.why-icon{
    width:80px;
    height:80px;
}

.why-icon i{
    font-size:30px;
}

.why-choose-card h3{
    font-size:25px;
}

.why-choose-card p{
    font-size:16px;
}

}













.service-tabs{
    display:grid;
    grid-template-columns:repeat(2, 1fr);
    gap:15px;
    margin-top:25px;
}

.service-btn{
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;

    width:100%;
    height:70px;

    padding:15px;
    border-radius:12px;

    background:rgba(255,255,255,0.12);
    border:1px solid rgba(255,255,255,0.25);

    color:#fff;
    font-size:16px;
    font-weight:600;
    cursor:pointer;

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

    transition:all .3s ease;
}

.service-btn:hover{
    background:#3157ff;
    border-color:#3157ff;
    transform:translateY(-3px);
    box-shadow:0 10px 25px rgba(49,87,255,.35);
}

.service-btn.active{
    background:#3157ff;
    border-color:#3157ff;
    color:#fff;
    box-shadow:0 10px 25px rgba(49,87,255,.35);
}




/* =========================================================
   SERVICE TABS - WIDE DESIGN
========================================================= */

.service-tabs-wide {
    width: 100%;
    max-width: 1100px;
    margin: 30px auto;
    
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    
    gap: 20px;
    
    padding: 0;
}


/* =========================================================
   SERVICE LINK
========================================================= */

.service-tabs-wide > a {
    width: 100%;
    display: block;
    text-decoration: none !important;
}


/* =========================================================
   SERVICE BUTTON
========================================================= */

.service-tab-wide {
    width: 100%;
    min-height: 90px;

    padding: 18px 28px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #0207f6;
    color: #ffffff;

    border: 1px solid #0207f6;
    border-radius: 8px;

    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;

    text-align: center;

    box-shadow: 0 5px 15px rgba(2, 7, 246, 0.15);

    transition:
        background 0.25s ease,
        transform 0.25s ease,
        box-shadow 0.25s ease;
}


/* =========================================================
   HOVER
========================================================= */

.service-tab-wide:hover {
    background: #0000c8;
    color: #ffffff;

    transform: translateY(-3px);

    box-shadow: 0 9px 22px rgba(2, 7, 246, 0.25);
}


/* =========================================================
   ACTIVE
========================================================= */

.service-tab-wide.active {
    background: #0207f6;
    color: #ffffff;
}


/* =========================================================
   FORM / MAIN SERVICE AREA WIDTH
========================================================= */

.service-section,
.services-section,
.service-container,
.service-content {
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}


/* =========================================================
   IF FORM IS INSIDE A BOOTSTRAP CONTAINER
========================================================= */

.service-tabs-wide .service-form,
.service-tabs-wide form {
    width: 100%;
}


/* =========================================================
   TABLET
   2 ITEMS IN ONE ROW
========================================================= */

@media (max-width: 991px) {

    .service-tabs-wide {
        width: 100%;
        max-width: 900px;

        grid-template-columns: repeat(2, minmax(0, 1fr));

        gap: 16px;
    }

    .service-tab-wide {
        min-height: 65px;
        padding: 17px 22px;

        font-size: 15px;
    }
}


/* =========================================================
   MOBILE
   1 ITEM PER ROW
========================================================= */

@media (max-width: 576px) {

    .service-tabs-wide {
        width: 100%;
        max-width: 100%;

        grid-template-columns: 1fr;

        gap: 13px;

        margin: 25px auto;
    }

    .service-tab-wide {
        width: 100%;

        min-height: 58px;

        padding: 15px 18px;

        font-size: 14px;
    }
}


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

@media (max-width: 400px) {

    .service-tabs-wide {
        gap: 11px;
    }

    .service-tab-wide {
        min-height: 55px;

        padding: 14px 15px;

        font-size: 13px;
    }
}
.form-box{
  width: 530px !important;
}












/* =========================================================
   HERO
========================================================= */

.hero {
    position: relative;

    width: 100%;
    min-height: 760px;

    overflow: hidden;

    box-sizing: border-box;

    display: flex;
    align-items: center;

    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}


/* =========================================================
   HERO OVERLAY
========================================================= */

.hero-overlay {
    position: absolute;

    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

    background: rgba(0, 0, 0, 0.18);

    z-index: 1;
}


/* =========================================================
   HERO CONTENT
========================================================= */

.hero-content {
    position: relative;

    z-index: 5;

    width: 50%;

    margin-left: 5%;

    margin-right: auto;

    padding-bottom: 190px;

    box-sizing: border-box;

    text-align: left;
}


/* =========================================================
   HERO HEADING
========================================================= */

.hero-content h1 {
    margin: 0 0 25px;

    color: #ffffff;

    font-size: 64px;

    font-weight: 700;

    line-height: 1.12;

    text-align: left;
}


/* =========================================================
   HERO DESCRIPTION
========================================================= */

.hero-content p {
    max-width: 600px;

    margin: 0 0 28px;

    color: #ffffff;

    font-size: 18px;

    line-height: 1.6;

    text-align: left;
}


/* =========================================================
   HERO INFO
========================================================= */

.hero-info {
    display: flex;

    align-items: center;

    justify-content: flex-start;

    gap: 25px;

    margin-bottom: 28px;
}


.info-box {
    display: flex;

    align-items: center;

    gap: 12px;

    padding: 12px 18px;

    background: rgba(0, 0, 0, 0.30);

    border-radius: 6px;

    color: #ffffff;
}


.info-box i {
    font-size: 20px;
}


.whatsapp-icon {
    color: #25d366;
}


.location-icon {
    color: #ff4b5c;
}


/* =========================================================
   BUTTONS
========================================================= */

.hero-buttons {
    display: flex;

    align-items: center;

    justify-content: flex-start;

    gap: 15px;
}


.hero-buttons a {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    padding: 13px 22px;

    text-decoration: none;

    border-radius: 6px;

    box-sizing: border-box;
}


.btn-secondary {
    color: #ffffff;

    border: 1px solid #ffffff;

    background: transparent;
}


.btn-primary {
    color: #ffffff;

    border: 1px solid #172cff;

    background: #172cff;
}


/* =========================================================
   SERVICES BAR POSITION
========================================================= */

.form-box {
    position: absolute;

    z-index: 20;

    left: 2%;

    right: 2%;

    bottom: 25px;

    width: 96%;

    margin: 0;

    padding: 0;

    box-sizing: border-box;
}


/* =========================================================
   SERVICES CONTAINER
========================================================= */

.hero-services {
    width: 75%;

    padding: 18px 18px 12px;

    box-sizing: border-box;

    background: rgba(7, 52, 120, 0.88);

    border-radius: 14px;

    box-shadow:
        0 8px 25px rgba(0, 0, 0, 0.18);
}


/* =========================================================
   OUR SERVICES
========================================================= */

.hero-services h3 {
    margin: 0 0 8px 8px;

    color: #ff4b5c;

    font-size: 12px;

    font-weight: 600;

    text-transform: uppercase;

    text-align: left;
}


/* =========================================================
   SERVICES ROW
========================================================= */

.service-tabs-wide {
    width: 100%;

    display: flex;

    flex-direction: row;

    flex-wrap: nowrap;

    align-items: stretch;

    justify-content: stretch;

    margin: 0;
}


/* =========================================================
   EACH SERVICE
========================================================= */

.service-tabs-wide > a {
    flex: 1 1 0;

    min-width: 0;

    height: 82px;

    display: block;

    box-sizing: border-box;

    text-decoration: none;

    border-right: 1px solid rgba(255, 255, 255, 0.16);
}


.service-tabs-wide > a:last-child {
    border-right: none;
}


/* =========================================================
   SERVICE ITEM
========================================================= */

.service-tab-wide {
    width: 100%;

    height: 100%;

    display: flex;

    flex-direction: column;

    align-items: center;

    justify-content: center;

    padding: 5px 7px;

    box-sizing: border-box;

    text-align: center;

    transition: all 0.25s ease;
}


/* =========================================================
   SERVICE ICON
========================================================= */

.service-tab-wide i {
    margin-bottom: 7px;

    color: #ff4b5c;

    font-size: 25px;

    line-height: 1;

    transition: transform 0.25s ease;
}


/* =========================================================
   SERVICE NAME
========================================================= */

.service-tab-wide span {
    display: block;

    color: #ffffff;

    font-size: 11px;

    font-weight: 400;

    line-height: 1.25;

    text-align: center;

    white-space: normal;
}


/* =========================================================
   SERVICE HOVER
========================================================= */

.service-tabs-wide > a:hover .service-tab-wide {
    background: rgba(255, 255, 255, 0.05);
}


.service-tabs-wide > a:hover i {
    transform: translateY(-3px);

    color: #ff4b5c;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1100px) {

    .hero {
        min-height: 700px;
    }

    .hero-content {
        width: 52%;

        padding-bottom: 180px;
    }

    .hero-content h1 {
        font-size: 50px;
    }

    .hero-content p {
        font-size: 16px;
    }

    .service-tabs-wide > a {
        height: 75px;
    }

    .service-tab-wide i {
        font-size: 21px;
    }

    .service-tab-wide span {
        font-size: 9px;
    }
}


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

@media (max-width: 768px) {

    .hero {
        min-height: auto;

        padding: 80px 20px 30px;

        display: block;
    }


    .hero-content {
        width: 100%;

        margin: 0;

        padding-bottom: 20px;
    }


    .hero-content h1 {
        font-size: 38px;
    }


    .hero-content p {
        font-size: 15px;
    }


    .hero-info {
        flex-wrap: wrap;

        gap: 10px;
    }


    .hero-buttons {
        flex-wrap: wrap;
    }


    .form-box {
        position: relative;

        left: auto;
        right: auto;
        bottom: auto;

        width: 100%;

        margin-top: 30px;
    }


    .hero-services {
        overflow-x: auto;
    }


    .service-tabs-wide {
        width: max-content;

        min-width: 100%;
    }


    .service-tabs-wide > a {
        flex: 0 0 120px;
    }

}




/* =========================================================
   HERO SERVICES - FIXED
========================================================= */

.form-box {
    position: absolute !important;

    left: 2% !important;
    right: 2% !important;
    bottom: 25px !important;

    width: auto !important;
    max-width: none !important;

    margin: 0 !important;
    padding: 0 !important;

    z-index: 20;
}


/* SERVICES MAIN BOX */

.hero-services {
    width: 70% !important;

    padding: 18px 18px 12px !important;

    box-sizing: border-box;

    background: rgba(8, 55, 125, 0.88) !important;

    border-radius: 14px;

    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.18);
}


/* TITLE */

.hero-services h3 {
    display: block !important;

    margin: 0 0 10px 8px !important;

    color: #ff4b5c;

    font-size: 12px;

    font-weight: 600;

    text-transform: uppercase;

    text-align: left;
}


/* =========================================================
   ALL SERVICES ONE ROW
========================================================= */

.service-tabs-wide {
    width: 100% !important;

    display: flex !important;

    flex-direction: row !important;

    flex-wrap: nowrap !important;

    align-items: stretch;

    justify-content: stretch;

    gap: 0 !important;

    margin: 0 !important;

    padding: 0 !important;
}


/* =========================================================
   SERVICE LINK
========================================================= */

.service-tabs-wide > a {
    flex: 1 1 0 !important;

    width: auto !important;
    min-width: 0 !important;

    height: 85px !important;

    display: block !important;

    margin: 0 !important;
    padding: 0 !important;

    background: transparent !important;

    border: none !important;

    border-right: 1px solid rgba(255, 255, 255, 0.15) !important;

    border-radius: 0 !important;

    box-shadow: none !important;

    text-decoration: none;

    box-sizing: border-box;
}


/* LAST SERVICE */

.service-tabs-wide > a:last-child {
    border-right: none !important;
}


/* =========================================================
   SERVICE ITEM
========================================================= */

.service-tab-wide {
    width: 100% !important;

    height: 100% !important;

    display: flex !important;

    flex-direction: column !important;

    align-items: center !important;

    justify-content: center !important;

    padding: 5px 6px !important;

    margin: 0 !important;

    background: transparent !important;

    border: none !important;

    border-radius: 0 !important;

    box-shadow: none !important;

    box-sizing: border-box;

    text-align: center;
}


/* =========================================================
   ICON
========================================================= */

.service-tab-wide i {
    display: block;

    margin: 0 0 8px 0;

    color: #ff4b5c;

    font-size: 25px;

    line-height: 1;

    transition: transform 0.25s ease;
}


/* =========================================================
   SERVICE NAME
========================================================= */

.service-tab-wide span {
    display: block;

    width: 100%;

    color: #ffffff;

    font-size: 11px;

    font-weight: 400;

    line-height: 1.25;

    text-align: center;

    white-space: normal;
}


/* =========================================================
   HOVER
========================================================= */

.service-tabs-wide > a:hover {
    background: transparent !important;
}

.service-tabs-wide > a:hover .service-tab-wide {
    background: rgba(255, 255, 255, 0.04) !important;
}

.service-tabs-wide > a:hover .service-tab-wide i {
    transform: translateY(-3px);
}

.service-tabs-wide > a:hover .service-tab-wide span {
    color: #ffffff;
}



/* =========================================================
   HAMBURGER MENU - FINAL FIX
========================================================= */

/* DESKTOP */
.hamburger {
    display: none;
}


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

@media (max-width: 768px) {

    /* =========================
       NAVBAR
    ========================= */

    .navbar {
        width: 100%;
        height: 70px;

        display: flex;
        align-items: center;
        justify-content: space-between;

        padding: 0 18px;

        position: fixed;
        top: 0;
        left: 0;

        z-index: 99999;

        box-sizing: border-box;
    }


    /* =========================
       LOGO
    ========================= */

    .logo {
        display: flex;
        align-items: center;

        gap: 8px;

        padding: 0 !important;

        margin: 0 !important;
    }


    .logo img {
        width: 45px !important;
        height: 45px !important;

        margin: 0 !important;

        object-fit: contain;
    }


    /* BRAND NAME */

    .brand-banner {
        display: block !important;

        margin: 0 !important;

        font-size: 17px !important;

        white-space: nowrap;

        color: #ffffff !important;
    }


    /* =========================
       HAMBURGER
    ========================= */

    .hamburger {
        display: flex !important;

        width: 38px;
        height: 38px;

        flex-direction: column;

        align-items: center;
        justify-content: center;

        gap: 5px;

        margin-left: auto;

        cursor: pointer;

        position: relative;

        z-index: 100001;
    }


    .hamburger span {
        display: block !important;

        width: 25px;
        height: 2px;

        background: #ffffff;

        border-radius: 3px;

        transition: all 0.3s ease;
    }


    /* =========================
       HAMBURGER → X
    ========================= */

    .hamburger.active span:nth-child(1) {
        transform: translateY(7px) rotate(45deg);
    }

    .hamburger.active span:nth-child(2) {
        opacity: 0;
    }

    .hamburger.active span:nth-child(3) {
        transform: translateY(-7px) rotate(-45deg);
    }


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

    #nav-menu {
        position: fixed !important;

        top: 70px !important;
        left: 0 !important;
        right: 0 !important;

        width: 100% !important;

        height: auto;

        margin: 0 !important;
        padding: 10px 0 !important;

        display: none;

        flex-direction: column;

        align-items: stretch;

        justify-content: flex-start;

        gap: 0 !important;

        background: #0808f5;

        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);

        z-index: 100000;

        box-sizing: border-box;
    }


    /* OPEN */

    #nav-menu.active {
        display: flex !important;
    }


    /* =========================
       MAIN NAV LINKS
    ========================= */

    #nav-menu > a {
        width: 100% !important;

        height: 48px !important;

        min-height: 48px;

        display: flex !important;

        align-items: center !important;

        justify-content: flex-start !important;

        padding: 0 25px !important;

        margin: 0 !important;

        box-sizing: border-box;

        color: #ffffff !important;

        font-size: 12px !important;

        text-transform: uppercase;

        text-decoration: none;

        border-bottom: 1px solid rgba(255,255,255,0.10);
    }


    #nav-menu > a:hover {
        background: rgba(255,255,255,0.08);
    }


    /* =========================
       SERVICES
    ========================= */

    .nav-services {
        position: relative !important;

        width: 100% !important;

        height: auto !important;

        display: block !important;

        margin: 0 !important;
    }


    .services-link {
        width: 100% !important;

        height: 48px !important;

        min-height: 48px;

        display: flex !important;

        align-items: center !important;

        justify-content: flex-start !important;

        padding: 0 25px !important;

        box-sizing: border-box;
    }


    /* =========================
       SERVICES DROPDOWN
    ========================= */

    .services-dropdown {
        position: static !important;

        width: 100% !important;

        max-width: none !important;

        margin: 0 !important;

        padding: 0 !important;

        transform: none !important;

        background: rgba(0,0,0,0.12) !important;

        border: none !important;

        border-radius: 0 !important;

        box-shadow: none !important;

        opacity: 1 !important;

        visibility: visible !important;

        display: none;

        box-sizing: border-box;
    }


    /* SHOW SERVICES */

    .nav-services:hover .services-dropdown {
        display: flex !important;

        flex-direction: column;
    }


    /* DROPDOWN LINKS */

    .services-dropdown a {
        width: 100% !important;

        height: 40px !important;

        min-height: 40px;

        display: flex !important;

        align-items: center !important;

        padding: 0 25px 0 45px !important;

        color: #ffffff !important;

        background: transparent !important;

        font-size: 11px !important;

        text-transform: none !important;

        border: none !important;

        box-sizing: border-box;
    }


    .services-dropdown a:hover {
        padding-left: 50px !important;

        background: rgba(255,255,255,0.08) !important;

        color: #ffffff !important;
    }


    /* REMOVE DESKTOP ARROW */

    .services-dropdown::before {
        display: none !important;
    }

    .services-dropdown a::before {
        display: none !important;
    }


    /* =========================
       CONTACT
    ========================= */

    .navbar-contact {
        display: none !important;
    }

}




/* =========================================================
   MOBILE SERVICES BAR - FIX
========================================================= */

@media (max-width: 768px) {

    /* SERVICES BOX */
    .form-box {
        position: relative !important;

        width: 100% !important;

        left: 0 !important;
        right: auto !important;
        bottom: auto !important;

        margin: 20px 0 0 !important;
        padding: 0 !important;

        box-sizing: border-box;
    }


    /* MAIN SERVICES CONTAINER */
    .hero-services {
        width: 100% !important;

        padding: 12px 10px 10px !important;

        box-sizing: border-box;

        background: rgba(8, 55, 125, 0.90) !important;

        border-radius: 12px;

        overflow: hidden;
    }


    /* OUR SERVICES TITLE */
    .hero-services h3 {
        display: block !important;

        margin: 0 0 10px 5px !important;

        font-size: 12px !important;

        text-align: left;
    }


    /* =====================================================
       SERVICES ROW
    ===================================================== */

    .service-tabs-wide {
        width: 100% !important;

        display: flex !important;

        flex-direction: row !important;

        flex-wrap: nowrap !important;

        align-items: stretch !important;

        justify-content: flex-start !important;

        gap: 0 !important;

        margin: 0 !important;

        padding: 0 !important;

        overflow-x: auto !important;

        overflow-y: hidden !important;

        scrollbar-width: none;

        -webkit-overflow-scrolling: touch;
    }


    /* HIDE SCROLLBAR */
    .service-tabs-wide::-webkit-scrollbar {
        display: none;
    }


    /* =====================================================
       EACH SERVICE
    ===================================================== */

    .service-tabs-wide > a {
        flex: 0 0 82px !important;

        width: 82px !important;

        min-width: 82px !important;

        height: 82px !important;

        display: block !important;

        margin: 0 !important;

        padding: 0 !important;

        box-sizing: border-box;

        border-right: 1px solid rgba(255,255,255,0.18) !important;

        text-decoration: none !important;

        background: transparent !important;
    }


    .service-tabs-wide > a:last-child {
        border-right: none !important;
    }


    /* =====================================================
       SERVICE ITEM
    ===================================================== */

    .service-tab-wide {
        width: 100% !important;

        height: 100% !important;

        display: flex !important;

        flex-direction: column !important;

        align-items: center !important;

        justify-content: center !important;

        padding: 5px 4px !important;

        margin: 0 !important;

        box-sizing: border-box;

        background: transparent !important;

        border: none !important;

        border-radius: 0 !important;

        text-align: center !important;
    }


    /* =====================================================
       ICON
    ===================================================== */

    .service-tab-wide i {
        display: block !important;

        margin: 0 0 6px !important;

        font-size: 22px !important;

        line-height: 1 !important;

        color: #ff4b5c !important;
    }


    /* =====================================================
       SERVICE NAME
    ===================================================== */

    .service-tab-wide span {
        display: block !important;

        width: 100% !important;

        color: #ffffff !important;

        font-size: 10px !important;

        font-weight: 400 !important;

        line-height: 1.2 !important;

        text-align: center !important;

        white-space: normal !important;

        word-break: normal !important;
    }


    /* HOVER */
    .service-tabs-wide > a:hover .service-tab-wide {
        background: rgba(255,255,255,0.06) !important;
    }

}


@media (max-width: 600px) { 
    .service-card img{
            width: 350px;
    height: 100%;
    object-fit: cover;
    transition: 0.4s;
    }


    .services-wrapper {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .service-card
 {
    width: 300px !important;
    height: 350px;
    border-radius: 25px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}
.services-cards {
    flex-wrap: wrap;
}
}

/* 
.services-cards {
    flex-wrap: wrap;
} */

@media (min-width: 601px) and (max-width: 1024px) {
    .services-cards {
    flex-wrap: wrap;
}


  .service-card{
  width: 400px !important;
    height: 350px;   
  }
}