@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@400;500;600;700&display=swap');

:root {
        --header-h: 20vh;
  --header-h-scrolled: 12vh;   /* smaller height on scroll */
    --third-color: #1E1E1E;
    --text-color: #272626;
    --black-color: #000;
    --white-color: #fff;
    --primary-font: 'Arial', 'sans-serif';
    --secondary-font: 'Quicksand', 'sans-serif';
    --brand: #0093CB;
  --dark: #092032;
    --body: #FEFEFE;
    --border: rgba(0,0,0,0.08);
    --shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
    
}
html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}


body {
    font-family: "Barlow", sans-serif;
    color: var(--body);
    line-height: 1.7;
     display: flex;
    flex-direction: column;
}

h1,h2,h3,h4,h5,h6,
.display-1,.display-2,.display-3,.display-4 {
    font-weight: 700;
    color: var(--dark);
}

.bg-cover {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

img {
    width: 100%;
}

a {
    color: var(--dark);
    transition: all 0.4s ease;
    font-weight: 500;
}

a:hover {
    color: var(--brand);
}

section {
    padding-top: 80px;
    padding-bottom: 80px;
}

.text-brand {
    color: var(--brand) !important;
}

.floating-email-btn {
  position: fixed;
  bottom: 160px; /* Place above call button */
  right: 20px;
  width: 50px;
  height: 50px;
  padding: 15px;
  background-color: var(--brand); /* Red */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s, background-color 0.3s;
  z-index: 1000;
  color: var(--white-color);
  font-size: 30px; /* Size of the Boxicon */
  text-decoration: none;
}

.floating-email-btn:hover {
  transform: scale(1.1);
  background-color: var(--white-color); /* Darker red */
  color: var(--brand);
}

.phone-call-button {
  position: fixed;
  bottom: 90px;
  right: 20px;
  background-color: var(--brand);
  color: white;
  font-size: 24px;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  z-index: 10000;
  transition: background-color 0.3s, transform 0.3s;
  text-decoration: none;
  line-height: 1; /* Removes the bar under the icon */
  padding: 0; /* No extra padding */
}

.phone-call-button i {
  display: block;
  line-height: 1; /* Ensures icon itself has no extra spacing */
}

.phone-call-button:hover {
  background-color: var(--white-color);
  color: var(--brand);
  transform: scale(1.1);
}

.whatsapp-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #25D366;
  color: white;
  border-radius: 100%;
  padding: 15px;
  box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
  z-index: 1000;
  transition: all 0.3s ease;
}

.whatsapp-button:hover {
  background-color: #128C7E; /* Darker green on hover */
  transform: scale(1.1);     /* Slight zoom effect */
  box-shadow: 3px 3px 10px rgba(0,0,0,0.4);
}

.hero-slider .owl-prev,
.hero-slider .owl-next{
    background-color: rgba(255, 255, 255, 0.3) !important;
    width: 60px !important;
    height: 60px !important;
    display: block;
    display: grid;
    place-items: center;
    color: #fff !important;
    border-radius: 100px;
    line-height: 0;
    border-radius: 100px !important;
    position: absolute;
    top: 50%;
    font-weight: 600 !important;
    font-size: 12px !important;
    transition: all 0.4s ease;
    margin-top: -30px !important;
}

.owl-prev {
    left: 0;
}
.owl-next {
    right: 0;
}

.hero-slider .owl-prev:hover,
.hero-slider .owl-next:hover {
    background-color: var(--brand) !important; 
}

.owl-dot.active span{
    background-color: var(--brand) !important;
}


 /* slide */
 .slide {
     min-height: 90vh;
     display: flex;
     align-items: center;
     justify-content: center;
     position: relative;
     margin-bottom: 0;
}

.slide1 {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../img/interior_image_1.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.slide2 {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../img/interior_image_2.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.slide3 {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../img/interior_image3.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.slide4 {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../img/interior_image_4.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.slide5 {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../img/interior_image_5.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.slide .display-3 {
    text-transform: uppercase;
    color: #fff;
}

/* navbar */
.top-nav {
    background-color: var(--brand);
    color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
}

.top-nav p {
    display: inline-block;
    margin-bottom: 0;
    color: #fff;
    margin-right: 10px;
}

.top-nav span,
.top-nav i {
    vertical-align: middle;
}



.social-icons a {
    width: 28px;
    height: 28px;
    display: inline-flex;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.25);
    text-decoration: none;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
}

.social-icons a:hover {
    background-color: #fff;
    color: var(--brand);
}

#site-header{
  position: fixed; top:0; left:0; right:0; z-index:999;
  height: var(--header-h);
  background: transparent;
  margin-top: 0px;
  transition: height .28s ease, background .25s ease, box-shadow .25s ease;
}

/* smaller + colored when scrolled or menu open */
#site-header.scrolled, 

#site-header.menu-open{
  height: var(--header-h-scrolled);
  background: var(--brand);
  margin-top: -2px;
  box-shadow: 0 4px 10px rgba(0,0,0,.08);
}




/* main container row */
.container-nav{
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
  height: var(--header-h);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.logo img {
  width: 230px;
  height: auto;
   margin-top: 2vh;


 transition: width 0.3s ease, height 0.3s ease, margin 0.3s ease;
}

/* Shrink logo when header is scrolled */
#site-header.scrolled .logo img {
  width: 140px;
  height: 150px;
  margin-top: -45px;
}

/* Navbar inherits flex row automatically */
#navbar {
  flex-grow: 1; /* allows nav to fill space */
}

#navbar .nav-links {
  display: flex;
  align-items: center;
  margin-top: 1%;
  justify-content: flex-end;
}
#navbar {
  width: 100%;
  background: transparent !important;
  transition: all 0.4s ease;
  height: 100px;
  position: fixed;
  top: 35px; /* VERY IMPORTANT: after top-nav height */
  left: 0;
  z-index: 999;
}





/* Nav links */
.nav-links {
  list-style: none;
  display: flex;
  align-items: center;
}

.nav-links li {
  margin: 0 10px;
  position: relative;
}

.nav-links a {
  text-decoration: none;
  font-weight: 500;
  color: var(--white-color);
  font-family: 'Arial', 'sans-serif' ;
  padding: 8px 15px;
  transition: all 0.3s;
  border-radius: 5px;
}

.nav-links a:hover {
  background: var(--brand);
  color: white;
  border-radius: 20px;
  border-bottom: rgba(255, 250, 250, 0.872);
  border-style: double;
}

/* Dropdown */
.dropdown-menu {
  display: none;
  position: absolute;
  background: rgba(74, 140, 165, 0.7);
  top: 100%;
  left: 0;
  width: 250px;
  border-radius: 10px;
  box-shadow: 0px 4px 6px rgba(0,0,0,0.1);
}

.dropdown-menu li {
  padding: 10px;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

/* Search Icon */



/* Menu Icon */
.menu-icon {
  display: none;
  font-size: 30px;
  color: white;
}

/* Navbar when scrolled */

#navbar.scrolled .nav-links a {
  color: var(--brand);
}

#navbar.scrolled .search-icon i,
#navbar.scrolled .menu-icon i {
  color: var(--brand);
}



#navbar.scrolled .nav-links a:hover {
  background: var(--brand); /* Background on hover */
  color: white; /* Text becomes white on hover */
  border-radius: 20px;
  border-bottom: var(--white-color);
  border-style: double;
}
.services-item { position: relative; }

/* show button on desktop, hide on mobile */
.services-item { position: relative; }

/* show button on desktop, hide on mobile */
.services-btn{
  display: none;
  background: transparent;
  border: 0;
  color: var(--white-color);
 font-family:'Arial', 'sans-serif';
font-weight: 800;

  padding: 8px 15px;
  border-radius: 5px;
  cursor: pointer;
  align-items: center;
  gap: 6px;
}
.services-btn .chev{ width:14px;height:14px; transition:transform .18s ease; }
.services-btn[aria-expanded="true"] .chev{ transform: rotate(180deg); }

/* fallback link for mobile */
.services-link-mobile{ display: inline-block; }

/* Mega menu shell */
.mega-menu{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: calc(100% + 14px);
  width: min(1100px, calc(100vw - 40px));
  background: #fff;
  border: 1px solid #eef2f7;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(2,8,23,.15);
  padding: 24px;
  display: none;
  z-index: 1000;
}
.service:hover{
  background: var(--brand) !important;
  transform: translateY(-1px);
}

.service:hover .icon{
  background: rgba(255,255,255,.18) !important;
  color: #fff !important;
}

.service:hover .svc-title,
.service:hover .svc-desc{
  color: #fff !important;
}

/* Optional: make icons feel crisper on dark hover */
.service .icon svg{ transition: color .18s ease, fill .18s ease, stroke .18s ease; }
.service:hover .icon svg{ stroke: #ffffff !important; fill: none; }

.mega-menu.open{ display: block; animation: svcFade .12s ease; }
@keyframes svcFade { from{opacity:0; transform:translate(-50%, -4px);} to{opacity:1; transform:translate(-50%, 0);} }

.mega-inner{ width:100%; }
.mega-grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 20px 48px;
}

.service{
  display:flex; gap:14px; padding:12px; border-radius:12px;
  transition: background .15s ease, transform .15s ease;
  color: #0f172a;
}
.service:hover{ background:#f8fafc; transform: translateY(-1px); }
.service:focus{ outline: none; }
.service:focus-visible{ outline: 3px solid rgba(97,54,240,.25); outline-offset: 2px; }

.icon{
  width:42px;height:42px;border-radius:12px;
  background: rgba(97,54,240,.08); color: var(--brand);
  display:grid;place-items:center;flex:0 0 42px;
}

.svc-title{  font-family: Arial, sans-serif;
  font-weight: normal;   /* was 800 */
  font-size: 16px;
  color: #0f172a;         }
.svc-desc{ font-family: Arial, sans-serif;
  font-weight: normal;
  font-size: 14px;
  color: #444;  margin-top: 2px; }

.mega-footer{
  margin-top: 16px; padding-top: 16px;
  border-top: 1px solid #eef2f7; font-size:14px; color:#64748b;
}
.mega-footer a{ color: var(--brand); font-family: Arial, sans-serif;
  font-weight: normal; }
.mega-footer a :hover{ background-color: var(--brand); font-family: Arial, sans-serif;
  font-weight: normal; }
/* Navbar scrolled variant: keep button/link readable */
#navbar.scrolled .services-btn{ color: var(--brand);}
#navbar.scrolled .services-btn:hover{ color: var(--white); }

/* Hover style to match your links */
.services-btn:hover{
  background: var(--brand);
  
  color: white;
  border-radius: 20px;
  border-bottom: rgba(255, 250, 250, 0.872);
  border-style: double;
}
/* ---------- RESPONSIVE ---------- */
@media (min-width: 992px) {
  .menu-icon {
    display: none;
  }
  #navbar .nav-links {
    position: static;
    transform: none;
    height: auto;
    width: auto;
    flex-direction: row;
    gap: 0;
    background: transparent;
    box-shadow: none;
    border-radius: 0;
    padding: 0;
  }
  .services-btn {
    display: inline-flex;
  }
  .services-link-mobile {
    display: none;
  }
}

/* ---------- MOBILE & TABLET (up to 991px) ---------- */
@media (max-width: 991.98px) {
  .top-nav {
    display: none !important;
  }
  .mega-menu {
    display: none !important;
  }
  .services-btn {
    display: none !important;
  }
  .services-link-mobile {
    display: inline-block;
  }

  /* Header Row */
  .container-nav {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between; /* logo left, burger right */
    padding: 8px 15px;
    margin: 0;
    background-color: transparent;
  }
.menu-icon {
    order: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: var(--brand);
    border: 2px solid var(--brand);
    border-radius: 6px;
    background: #fff;
    padding: 5px;
    margin-top: 2vh;
    margin-bottom: 5vh;
    margin-right: 5vh !important;
    margin-left: 85%;
  }
  #site-header.scrolled .menu-icon,
  #site-header.menu-open .menu-icon {
    color: #fff;
    border-color: #fff;
    background: var(--brand);
  }
  /* Logo */
  .logo {
    order: 2;
    display: flex;
   
    align-items: center;
  }
  .logo img {
    width: 140px;
    height: auto;
     margin-top: -10vh; /* remove extra margin */
    transition: width 0.3s ease, height 0.3s ease;
  }
  #site-header.scrolled .logo img {
    width: 120px; /* shrink when scrolled */
  }

  /* Menu Icon */
  

  /* Side Menu (Off-canvas) */
  #navbar .nav-links {
    position: fixed;
    top: 10vh !important;              /* full screen cover */
    right: 0;
    height: 80vh !important;       /* full viewport height */
    width: 85vw;
    max-width: 460px;
    background: var(--brand);
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
    box-shadow: -8px 0 24px rgba(0, 0, 0, .18);
    padding: 20px 16px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    transform: translateX(100%);
    transition: transform .35s ease;
    z-index: 1000;
  }
  #navbar .nav-links.active {
    transform: translateX(0); /* slide in */
  }

  #navbar .nav-links a {
    color: #fff;
    display: block;
    margin-top: 20px !important;
    margin-bottom: 20% !important;
    padding: 12px 10px;
    border-radius: 10px;
  }
  #navbar .nav-links a:hover {
    background: rgba(255, 255, 255, .12);
    text-decoration: none;
    border: 0;
  }
}
.home-section {
  padding: 80px 0;
  margin-top: 0;
  margin-bottom: 0;
  background: #f9f9f9;
}

.home-section h1{
    color: var(--brand);
}
.home-section h2 {
  color: var(--third-color);
}

.home-section p {
  color: #444;
  font-size: 1rem;
  line-height: 1.6;
}

.home-section .btn-primary {
  background-color: var(--brand);
  border: none;
}

.home-section .btn-outline-secondary {
  border: 2px solid var(--brand);
  background-color: var(--white-color);
  color: var(--brand);
}

.home-section img {
  max-width: 90%;
  height: auto;
  border-radius: 10px;
}
/* Featured As Section */
#featured-as {
  background: linear-gradient(135deg, #c3c2c2d0, #a0c5ead6);
  border-radius: 30px;
  margin-left: 8%;
  margin-right: 8%;
  padding: 20px 0;
}

#featured-as i {
  font-size: 3rem;
  padding: 20px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.05);
  transition: all 0.4s ease;
}

#featured-as i:hover {
  transform: scale(1.25);
  opacity: 0.85;
}

.animate-hover {
    transition: transform 0.4s ease, opacity 0.4s ease;
  }

  .animate-hover:hover {
    transform: scale(1.2);
    opacity: 0.85;
  }

  .fade-section {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  }

  .fade-section.visible {
    opacity: 1;
    transform: translateY(0);
  }

.btn {
    padding: 8px 26px;
}

.btn-brand {
    border-color: var(--brand);
    background-color: var(--brand);
    color: #fff;
}

.btn-brand:hover {
    background-color: var(--brand);
    border-color: var(--brand);
    color: #fff;
}

.intro {margin-bottom: 36px;
text-align: center;}

.intro p {
    max-width: 500px;
}
.intro h6{
    color: var(--brand);
    font-weight: 400;
    text-transform: uppercase;
}

.intro h1 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.info-box {
    align-items: center;
    display: flex;
}

.info-box img {
    width: 90px;
}

/*---Home Services--*/
h1, h2, h3, h4, h5 {
    font-family: 'Roboto';
    font-weight: bold;
    margin: 0;
    padding: 0;
  }
  
  h1 {
    font-size: 2.5rem;
    color: var(--brand);
    margin-bottom: 20px;
    margin-top: auto;
  }
  
  h2 {
    font-size: 2rem;
    color: var(--text-color);
    font-family: 'Roboto';
    margin-top: 30px;
    margin-bottom: 18px;
  }
  
  h3 {
    font-size: 2.5rem;
    color: white;
    font-family: Roboto;
    font-weight: 600;
    margin-bottom: 16px;
  }
  
  h4 {
    margin-top: 15px;
    font-size: 1.8rem;
    color: var(--brand);
    margin-bottom: 14px;
  }
  
  h5 {
    font-size: 1.25rem;
    color: #1E1E1E;
    margin-bottom: 12px;
  }
  h6{
    font-size: small;
    color: #f1f1f1;
    margin: auto;
    font-family: 'Roboto', sans-serif;

  }
  h7{
    font-size: medium;
    color: var(--brand);
    margin: auto;
    font-family: 'Roboto', sans-serif;
  }
  
  /* Paragraphs */
  p {
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    color: var(--third-color);
    line-height: 1.6;
    margin: 0 0 15px;
  }
  
  /* Main content area */
  main {
    padding: 20px;
    background-color: #fff;
    color: #1E1E1E;
  }
  
  /* Custom Button */
  button, .btn {
    font-family: 'Quicksand', sans-serif;
    font-size: 1rem;
    font-weight: 500;
    color: #fff;
    background-color: #0093CB;
    border: none;
    margin-right: 40px;
    border-radius: 50px;
    padding: 10px 20px;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.3s ease;
  }
  
  button:hover, .btn:hover {
    background-color: transparent;
    transform: scale(1.05);
    border: 2px dashed #0093CB;
    color: var(--brand)
  }
  
  button:focus, .btn:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(0, 147, 203, 0.3);
  }
  .container1{
    width: 100%;
    margin-left: 200px;
    position: relative;
  }
  .leader-1{
    position: relative;
    border-radius: 20px;
    box-shadow: #808181;
    padding: 40px 20px 20px; /* Added top padding */
    margin-bottom: 10px;
     margin-left: 50px;
    transition: transform 0.3s ease;
    height: 100%;
  }

  .leader-1:hover{
    transform: translate(-10px);
  }
  .service-box {
    position: relative;
    background-color: #ffffff;
    border: 1px solid var(--third-color);
    border-radius: 10px;
    padding: 40px 20px 20px; /* Added top padding */
    margin-bottom: 10px;
    transition: transform 0.3s ease;
    height: 100%;
  }
  
  .service-box h4 {
    color: #0093CB;
    margin-bottom: 10px;
  }
  
  .service-box p {
    color: var(--third-color);
  }
  
  .service-box:hover {
    transform: translateY(-10px);
  }
  
  .icon-wrapper {
    position: absolute;
    top: -30px; /* Adjust position */
    left: 50%;
 
    transform: translateX(-50%);
  }
  
  .icon-circle {
    width: 90px;
    height: 80px;
    border: 1px solid var(--third-color);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffff; /* Match the background */
  }
  
  .icon-circle img {
    width: 60px;
    height: 60px;
  }
  
 
  .col-lg-5 .h1{
    font-size: 2.5rem;
    color: #0093CB;
    margin-bottom: 20px;
    margin-top: auto;

  }
 /*services*/
 .service-image{
  height: 100%;
  margin-top: 10px;
  padding: 15px;
  margin-left: 5px;
  
  margin-right: 50px;

 }

/* MAIN IMAGE*/
  .img-fluid {
    max-width: 200;
    height: 200;
    position: relative;

  }
/*---------------About Section -------------- */
.ceo-section {
  text-align: center;
  text-shadow: #434343; 
  color: #0093CB;/* Center the CEO's image and name */
}

.ceo-image {
  width: 100%; /* Adjust as per your design requirements */
  max-width: 250px; /* Limit the maximum width for larger screens */
  border-radius: 20%; /* Round the image if desired */
  align-self: flex-end;
 
  position: relative;

}

.message-box {
  background-color: rgba(220, 220, 220, 0.9); /* Optional: make the message box stand out */
  padding: 15px;
  margin-top: -150px; /* Space between the CEO's image and message */
  bottom: 0;
  border-radius: 10px;
  text-align: center; /* Center text within the message box */
}

.row.justify-content-center {
  display: flex;
  justify-content: center; /* Center the row content */
}




#milestone {
    background: linear-gradient(rgba(255, 77, 41, 0.85), rgba(255, 77, 41, 0.85)), url(../img/bg_banner1.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#milestone h1,
#milestone p {
    color: #fff;
}

.service {
    padding: 32px;
    background-color: #fff;
    box-shadow: var(--shadow);
}

.service h5 {
    margin-top: 24px;
    margin-bottom: 14px;
}

.service img {
    width: 90px;
}


.project {
    position: relative;
    overflow: hidden;
    margin: 50px;
    z-index: 2;
}

.project h6 {
    font-weight: 400;
}

.project h6::before {
    content: "";
    height: 2px;
    width: 30px;
    display: inline-block;
    background: var(--brand);
    vertical-align: middle;
    margin-right: 10px;
}


.project .overlay {
    width:50%;
    height: 120px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(255, 76, 41, 0) 0%, var(--dark) 100%);
}

.project .content {
    position: absolute;
    left: 10%;
    bottom: 10%;
    background: linear-gradient(180deg, rgba(255, 76, 41, 0) 0%, var(--dark) 100%);
}

.project h4,
.project h7 {
    color: #fff;
}

.team-member {
    text-align: center;
}

.team-member .image{
    position: relative;
    z-index: 2;

    overflow: hidden;
}

.team-member .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: -10%;
    background-color: rgba(41, 209, 255, 0.7);
    opacity: 0;
    transition: all 0.4s ease;
}

.team-member h5 {
    margin-top: 16px;
    margin-bottom: 4px;
}

.team-member .social-icons {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    opacity: 0;
    transition: all 0.4s ease;
}

.team-member .social-icons a {
    width: 40px;
    height: 40px;
}

.team-member:hover .social-icons {
    top: 50%;
    opacity: 1;
}

.team-member:hover .overlay {
    top: 0%;
    opacity: 1;
}

#reviews {

    background: linear-gradient(-90deg, rgba(8, 32, 50, 0.8), rgba(8, 32, 50, 0.8)), url(../img/piccture-1.png), var(--brand);;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.review {
    text-align: center;
    z-index: 2;
    position: relative;
    margin: 50px;
    max-width: 500px;
    margin: auto;
}

.review .bxs-quote-alt-left {
    font-size: 120px;
    position: absolute;
    opacity: 0.1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
}

.review img {
    width: 80px !important;
    height: 80px;
    border-radius: 100px;
    margin: auto;
}

.review h5 {
    margin-top: 16px;
    margin-bottom: 4px;
    color: #fff;
}

.review h3 {
    margin-top: 26px;
    margin-bottom: 26px;
    font-size: 22px;
    color: #fff;
    font-weight: 400;
    line-height: 1.7;
}

.review small {
    color: var(--brand);
}

.review .stars {
    color: var(--brand);
}

.blog-post {
    position: relative;
    background-color: #fff;
    box-shadow: var(--shadow);
}

.blog-post .content {
    padding: 32px;
}

.blog-post a {
    position: absolute;
    top: 20px;
    left: 20px;
    background-color: var(--brand);
    padding: 2px 12px;
    border-radius: 100px;
    text-decoration: none;
    color: #fff;
}

.blog-post h5 {
    margin-top: 12px;
    margin-bottom: 12px;
}

.blog-post small {
    text-transform: uppercase;
    color: var(--brand);
    text-decoration: underline;
}
footer {
 background: linear-gradient(0deg, rgba(49, 136, 202, 0.829), rgba(37, 110, 166, 0.9)), var(--brand);
  background-size: cover;
  background-position: center;
  color: var(--white-color);
  font-family: 'Segoe UI', sans-serif;
  margin-top: 3%;
}

footer .footer-top {
  padding: 40px 0 20px 0; /* Reduced padding */
}

.footer-top .row > div {
  padding: 10px 15px; /* Less padding */
}

footer h4,
footer h5 {
  font-size: 18px; /* Slightly smaller heading */
  margin-bottom: 10px;
  font-weight: 600;
  color: white;
}

footer p,
footer li a {
  font-size: 14px; /* Reduced font size */
  line-height: 1.5;
  margin-bottom: 6px;
  color:white
}

footer ul {
  padding: 0;
  list-style: none;
}

footer .navbar-brand img {
  max-width: 160px; /* Smaller logo */
  margin-bottom: 10px;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 12px 0;
  font-size: 13px;
  color: var(--white-color);
}

footer .social-icons {
  margin-top: 15px;
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

footer .social-icons a {
  width: 38px;
  height: 38px;
  font-size: 18px;
  background-color: rgba(255, 255, 255, 0.1);
  color: var(--white-color);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

footer .social-icons a:hover {
  background-color: #00C8FF;
  color: #fff;
  transform: scale(1.05);
}


/*services*/
.service-image{
 height: 100%;
 margin-top: 10px;
 padding: 15px;
 margin-left: 5px;
 
 margin-right: 50px;

}

/* MAIN IMAGE*/
 .img-fluid {
   max-width: 200;
   height: 200;
   position: relative;

 }
/*---------------About Section -------------- */
.ceo-section {
 text-align: center;
 text-shadow: #434343; 
 color: #0093CB;/* Center the CEO's image and name */
}

.ceo-image {
 width: 100%; /* Adjust as per your design requirements */
 max-width: 250px; /* Limit the maximum width for larger screens */
 border-radius: 20%; /* Round the image if desired */
 align-self: flex-end;

 position: relative;

}

.message-box {
 background-color: rgba(220, 220, 220, 0.9); /* Optional: make the message box stand out */
 padding: 15px;
 margin-top: -30px; /* Space between the CEO's image and message */
 margin-bottom: 100px;
 border-radius: 10px;
 text-align: center; /* Center text within the message box */
}

.row.justify-content-center {
 display: flex;
 justify-content: center; /* Center the row content */
}


 /*--------------- OUR- APPROACH -------------- */


 .main-heading-section {
   padding-top: 80px;
   padding-bottom: 80px;
   color: #f1f1f1;
}

.banner-section {
   background-color: transparent;
   padding: 30px 0;
}

.counter-section {
 background-color: #f5f5f5;
 margin-top: 40px;
 margin-bottom: 80px;
 padding: 50px 0;
}

.counter-box {
 background-color: transparent;
 padding: 15px;
 border-radius: 8px;
 margin: 10px 0;
 height: 100%;   

 display: flex;
 align-items: center;
}

.icon-bg {
 background-color: transparent;
 border-radius: 8px;
 height: 80px;
 width: 80px;
 padding: 15px;
 box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
 color: var(--primary-color);
 display: flex;
 align-items: center;
 justify-content: center;
}

.icon-bg i {
 font-size: 1.5rem;
 color: var(--brand);
}

.counter-text h4 {
 font-size: 1.5rem;
 margin-bottom: 5px;
}

.counter-text p {
 font-size: 1rem;
 color: var(--primary-color);
}

/*-----------Project Section*/
.feature-section {
  padding: 80px 20px;
  background: #fff;
  font-family: 'Segoe UI', sans-serif;
}

.feature-section .container {
  max-width: 1200px;
  margin: 0 auto;
}

.section-title {
  font-size: 36px;
  font-weight: 700;
  color: #1e2a5a;
  margin-bottom: 25px;
}

.feature-section p {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 15px;
  color: #444;
}

.app-mockup {
  max-width: 100%;
  height: auto;
}

.playstore-btn {
  display: inline-flex;
  align-items: center;
  background-color: var(--brand);
  color: white;
  font-weight: 600;
  padding: 12px 24px;
  border-radius: 40px;
  text-decoration: none;
  margin-top: 20px;
  font-size: 15px;
  transition: background-color 0.3s ease;
}

.playstore-btn i {
  font-size: 20px;
  margin-right: 8px;
}

.playstore-btn:hover {
  background-color: var(--brand);
}
/*--------------Experties--------------*/



.experties-section {
 background-color: #f5f5f5;
 margin-top: 40px;
 margin-bottom: 20px;
  height: 100%;
 
 padding: 50px 10px;
}

.fitness-box {
 background-color: transparent;
 padding: 15px;
 border-radius: 8px;
 width: 100% ;
 border: 1px, solid var(--primary-color) ;
 margin-top: 10px 0;
 height: 100%;   

 display: flex;
 align-items: center;
}
.fitnes-box-main{
 background-color: transparent;
 padding: 25px;
 border-radius: 8px;
 margin: 10px 0;
 height: 100%;   
 align-items: center;
 display: flex;
 

}


/*--------------Team Section---------*/
.team-section {
 display: flex;
 justify-content: space-around;
 padding: 50px;
 background-color: white;
}

.service-text{

 width: 250px;
 margin-top: 20px;
 margin-left: 80px;
  padding: 15px;

}
.service_provided-back{
 margin-top: 30px;
 margin-bottom: 30px;
 margin-left: 50px;

}
.servixes{
 margin-bottom: 30px;
 padding: 10px;
}





.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(20, 20, 20, 0.7);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

.modal-box {
  background: #fff;
  padding: 30px;
  max-width: 600px;
  width: 90%;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  position: relative;
  font-family: 'Segoe UI', sans-serif;
}

.modal-box h2 {
  margin-top: 0;
  color: #1e2a5a;
}

.modal-box p, .modal-box ul {
  color: #444;
  font-size: 15px;
  line-height: 1.6;
}

.modal-box ul {
  padding-left: 20px;
}

.close-btn {
  position: absolute;
  top: 12px;
  right: 18px;
  font-size: 24px;
  font-weight: bold;
  color: #666;
  cursor: pointer;
}

.close-btn:hover {
  color: #000;
}
/*-- BESPOKE CSS-*/

.nx-btn{
  display:inline-flex;align-items:center;gap:10px;
  padding:12px 18px;border-radius:999px;
  border:1px solid transparent; text-decoration:none; cursor:pointer;
  font-weight:normal; font-size:16px;
  transition:transform .15s ease, background .15s ease, box-shadow .15s ease;
}
.nx-btn:focus-visible{outline:3px solid var(--ring); outline-offset:2px}
.nx-btn--primary{background:var(--brand); color:#fff; box-shadow:var(--shadow)}
.nx-btn--primary:hover{background:var(--brand); transform:translateY(-1px)}
.nx-btn--ghost{background:#fff; color:var(--brand); border-color:var(--brand)}
.nx-btn--ghost:hover{background:var(--brand-100)}

/* Kicker */
.nx-kicker{
  display:inline-block; font-size:12px; letter-spacing:.4px; text-transform:uppercase;
  padding:6px 10px; border-radius:999px; background:var(--brand-100); color:var(--brand);
  margin-bottom:14px;
}
.nx-kicker--light{background:#efe9ff90; color:#2c2c2c}



.nx-hero{padding:72px 0 36px}
.nx-hero__grid{
  display:grid; grid-template-columns:1.1fr .9fr; gap:40px; align-items:center;
}
.nx-hero__title{
  margin:0 0 12px 0;
  font-size: clamp(38px, 5vw, 64px);
  line-height:1.05;
  font-weight:700;              /* headings can be bold */
  color:#0f172a;
}
.nx-hero__desc{
  font-size:18px; color:var(--muted); max-width:60ch; margin:0 0 22px 0;
}
.nx-hero__media{
  border-radius:24px; overflow:hidden; box-shadow:var(--shadow);
}
.nx-hero__media img{width:100%; height:auto;}

/* ============== PURPLE BAND / FEATURES ============== */
.nx-band{
  background:var(--band);
  color:#fff;
  padding:64px 0 56px;
}
.nx-band__title{
  margin:0 0 8px 0; font-size: clamp(28px, 3.2vw, 40px); line-height:1.2;
}
.nx-band__lead{max-width:70ch; color:#f2f1ff; margin:0 0 28px 0}

.nx-grid{
  display:grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap:22px;
}
@media (max-width: 1100px){
  .nx-grid{ grid-template-columns: repeat(3, minmax(0,1fr)); }
}
@media (max-width: 800px){
  .nx-grid{ grid-template-columns: repeat(2, minmax(0,1fr)); }
}
@media (max-width: 520px){
  .nx-grid{ grid-template-columns: 1fr; }
}

.nx-card{
  background:#fff; color:#0f172a;
  border-radius:16px; padding:18px;
  box-shadow:0 6px 20px rgba(0,0,0,.06);
  min-height:180px; display:flex; flex-direction:column; gap:10px;
  transition: transform .15s ease, box-shadow .15s ease;
}
.nx-card:hover{ transform: translateY(-3px); box-shadow:0 10px 28px rgba(0,0,0,.10); }
.nx-card__title{ margin:0; font-size:16px; font-weight:700; }
.nx-card__text{ margin:0; font-size:14px; color:#475569 }

.nx-ico{
  width:42px;height:42px;border-radius:12px; display:grid; place-items:center;
  background:#efe9ff; color:var(--brand);
}
.nx-ico svg{ width:22px;height:22px; stroke:currentColor; fill:none; stroke-width:1.8 }

/* ============== PROMISE SECTION ============== */
.nx-promise{ padding:70px 0 }
.nx-promise__grid{
  display:grid; grid-template-columns: .95fr 1.05fr; gap:44px; align-items:center;
}
@media (max-width: 900px){
  .nx-hero__grid{ grid-template-columns:1fr; }
  .nx-promise__grid{ grid-template-columns:1fr; }
}

.nx-promise__title{ margin:0 0 8px; font-size: clamp(28px, 3.2vw, 40px); }
.nx-promise__lead{ margin:0 0 18px; color:#475569 }
.nx-list{ list-style:none; padding:0; margin:0 0 18px; display:grid; gap:10px }
.nx-list .dot{ margin-right:10px; color:var(--brand); font-weight:bold }

.nx-promise__media{ position:relative }
.nx-promise__media img{ border-radius:18px; box-shadow:var(--shadow) }
.nx-promise__overlay{
  position:absolute; width:58%; right:-10%; bottom:-10%;
  border:6px solid #fff;
}


.banner {
  background: url('../img/about-us-banner.png') no-repeat center center/cover;
  height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner-content {
  text-align: center;
  color: var(--brand);
 
  padding: 20px;
}

.banner-content h1 {
  font-size: 38px;
  color: var(--brand);
  font-family: var(--primary-font);

}

.banner-content p {
  font-size: 18px;
  color: var(--brand);
  font-family: var(--secondary-font);
  margin-top: 10px;
}

@media (max-width: 991.98px) {
  .banner-content p {
  font-size: 14px;
  color: var(--brand);
  font-family: var(--secondary-font);
  margin-top: 10px;
}
.banner-content h1 {
  font-size: 24px;
  color: var(--brand);
  font-family: var(--primary-font);

}
}

.services-section {
  background-color: var(--brand);
  padding: 80px 20px;
  color: #fff;
  margin: 5%;
  border-radius: 8%;
  text-align: center;
}




.services-section .section-title {
  font-size: 36px;
  margin-bottom: 50px;
  font-weight: 600;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 30px;
}

.service-card {
  background: #fff;
  color: var(--text-color);
  padding: 30px 20px;
  border-radius: 10px;
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0.05);
}



.service-card:hover .service-icon {
  color: var(--brand); /* highlight icon on hover */
}

.service-card:hover {
  transform: translateY(-8px) scale(1.03);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.service-card .icon-box {
  height: 10vh;
  margin-bottom: 20px;
}

.service-card .icon-box img {
  height: 100%;
  object-fit: contain;
}

.service-card h4 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
}

.arrow-circle {
  position: absolute;
  top: 20px;
  right: 20px;
  background: #f3f3f3;
  color: #333;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background 0.3s;
}
.section-title{
  color: var(--white-color);
}
.arrow-circle:hover {
  background: #00c8ff;
  color: #fff;
}

@media (max-width: 768px) {
  .services-section .section-title {
    font-size: 28px;
  }

  .arrow-circle {
    width: 30px;
    height: 30px;
  }
}




.container{max-width:1200px;margin:0 auto;padding:0 20px}
.grid{display:grid;gap:24px}
.cards-3{grid-template-columns:repeat(3, minmax(0, 1fr))}
@media (max-width: 1024px){ .cards-3{grid-template-columns:repeat(2, 1fr)} }
@media (max-width: 640px){ .cards-3{grid-template-columns:1fr} }


/* Container helper (use your site container if you already have one) */
.webdev-offers .container{
  max-width:1200px; margin:0 auto; padding:0 20px;
}

/* Section heading */
.webdev-offers h2{
  font-family: Manrope, Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-size: 42px; line-height: 1.2; margin: 24px 0 18px; color:#0b1220;
}
.webdev-offers h2 span{ color: var(--brand, #0093CB); }

/* Grid */
.wd-grid{
  display:grid; gap:18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media (max-width: 1024px){ .wd-grid{grid-template-columns: repeat(2, 1fr);} }
@media (max-width: 640px){ .wd-grid{grid-template-columns: 1fr;} }

/* Card */
.wd-card{
  display:block; text-decoration:none; background:#fff;
  border:1px solid #e5e7eb; border-radius:12px; overflow:hidden;
  transition:transform .15s ease, box-shadow .15s ease, border-color .15s ease;
  box-shadow: 0 6px 18px rgba(16,24,40,.06);
  color:#111827;
}
.wd-card:hover{
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(16,24,40,.10);
  border-color: #dbe3ea;
}

/* Image */
.wd-media{display:block; background:#f2f6fa;}
.wd-media img{
  display:block; width:100%; height:190px; object-fit:cover;
}

/* Body */
.wd-body{ padding:12px 14px 16px; }
.wd-title{
  margin:0 0 6px; font-size:18px; line-height:1.35; color:#0b1220; font-weight:700;
}
.wd-desc{
  margin:0; font-size:14.5px; line-height:1.55; color:#475569;
}


/* Job Cards */
.jobs-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}
.job-card h3{
  color: var(--brand);
  font-size: large;
}

.job-card {
  background: rgb(232, 232, 232);
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
  transition: transform 0.3s;
}

.job-card:hover {
  transform: translateY(-5px);
}

.badge {
  display: inline-block;
  background: var(--brand);
  color: white;
  padding: 5px 12px;
  border-radius: 20px;
  font-size: 0.85rem;
}

body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
}

.job-listings {
  padding: 60px 20px;
  background: #f9f9f9;
}

.job-listings h2 {
  text-align: center;
  margin-bottom: 40px;
}

.jobs-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
}

.job-card {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  transition: all 0.4s ease;
  overflow: hidden;
  max-height: 220px; /* small size */
  margin-bottom: 20px;
}

.job-card.expanded {
  max-height: 1000px; /* expand on click */
}

.job-details {
  display: none;
  margin-top: 15px;
  padding: 15px;
  background: #f8f8f8;
  border-radius: 8px;
}

.job-card.expanded .job-details {
  display: block;
}
.job-details li{
  color: var(--text-color);
}

.badge {
  display: inline-block;
  background: #ff4400;
  color: #fff;
  padding: 4px 10px;
  border-radius: 5px;
  font-size: 13px;
}

.apply-btn {
  background: #007bff;
  color: #fff;
  border: none;
  padding: 10px 15px;
  border-radius: 5px;
  cursor: pointer;
  margin-top: 10px;
}

.apply-btn:hover {
  background: #0056b3;
  color: white;
}

/* Hidden form by default */
.job-details {
  display: none;
  margin-top: 15px;
  padding: 15px;
  background: #f1f1f1;
  border-radius: 8px;
}

.apply-form input,
.apply-form textarea {
  width: 100%;
  margin-bottom: 10px;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
}

.apply-form button {
  background: var(--brand);
  color: white;
  border: none;
  padding: 10px 15px;
  border-radius: 5px;
  cursor: pointer;
}

.apply-form button:hover {
  background: var(--brand);
  color: white;
}
.apply-btn {
  display: inline-block;
  margin-top: 10px;
  padding: 8px 15px;
  border: none;
  background: var(--brand);
  color: #fff;
  cursor: pointer;
  border-radius: 5px;
}

.apply-btn:hover {
  background: var(--brand);
}

/* Benefits */
.benefits-list {
  list-style: none;
  padding: 0;
}

.benefits-list li {
  margin: 8px 0;
  font-size: 1rem;
  color: var(--text-color);
}

.benefits-list i {
  color: var(--brand);
  margin-right: 8px;
}

/* Application Form */
.application-form form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.application-form input,
.application-form textarea {
  padding: 10px;
  font-size: 1rem;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.application-form button {
  background: var(--brand);
  color: white;
  padding: 12px;
  border: none;
  border-radius: 5px;
}

.application-form button:hover {
  background: var(--brand);
}

#formMessage {
  margin-top: 15px;
  font-weight: bold;
}

.contact-section {
    display: flex;
    flex-wrap: wrap;
    padding: 50px;
    background: #f9f9f9;
  }
  
  .contact-form, .contact-info {
    flex: 1 1 45%;
    margin: 10px;
  }
  
  .contact-form h2,
  .contact-info h2 {
    margin-bottom: 20px;
    color: var(--brand);
  }
  
  .contact-form form input,
  .contact-form form textarea {
    width: 100%;
    padding: 15px;
    border-radius: 20px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
  }
  
  .contact-form form button {
    padding: 15px 30px;
    border-radius: 30px;
    border-style: dashed;
    border-width: 2px;
    background-color:var(--brand);
    color: #fff;
    border: none;
    cursor: pointer;
  }
  
  .contact-form form button:hover {
    background-color: white;
    border-radius: 30px;
    color: var(--brand);
    border-color: var(--brand);
    border-style: dashed;
    border-width: 2px;
  }
  
  .map-container {
    margin: 20px;
    padding: 15px 30px;
  }
  
  /* Responsive */
  @media (max-width: 768px) {
    .contact-section {
      flex-direction: column;
    }
  }
  
