/* Basic reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;

}
body{
  background-color: rgb(248,249,250);
  font-family: 'bt_curve_regular,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,BlinkMacSystemFont,Helvetica Neue,Arial,Apple colour Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto colour emoji';
 overflow-x: hidden;
}


/* Logo */

header.navbar {
position: static;
height: auto;
/* padding: 26px 26px 10px; */
border: 0 none !important;
box-shadow: none !important;
margin-bottom: 0 !important;

}
.block-tb-megamenu-menu-blockmain{
/* width: 79%; */
padding: 29px 264px 19px 14px;
font-weight: bold;
}
.navbar-collapse{
flex-grow: 1;
align-items: center;
}
.navbar-collapse .navbar-nav{
justify-content: space-evenly;
    width: 100%;
}
.navbar-collapse .navbar-nav .region-navigation-collapsible{
display: flex;
    justify-content: space-between;
    width: 100%;
}
/* Navigation bar */
nav {
background-color: #FFFF;
font-family: 'bt_curve_regular,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,BlinkMacSystemFont,Helvetica Neue,Arial,Apple colour Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto colour emoji';
display: flex;
align-items: center;
text-align: left;
letter-spacing: 0;
color: #000;
font-size: 1rem;
font-weight: 400;
line-height: 28px;
position: relative;
}

nav ul {
list-style-type: none;
display: flex;
padding: 0;
margin: 0;
}

nav li {
position: relative;
}


/* Top-level menu hover */
nav > ul > li > a:hover {
background-color: transparent;
color: #007B8A;

}

/* Mega menu styling */
.mega-menu {
    opacity: 0; /* Initially invisible */
  visibility: hidden; /* Prevent interaction */
  max-height: 0; /* Start with 0 height */
  transform: translateY(20px); /* Start off below */
  transition: opacity 0.3s ease, transform 0.3s ease, max-height 0.5s ease, visibility 0.3s ease; /* Smooth transitions */
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  padding: 20px;
  z-index: 10;
  border-top: 1px solid #c6c6c6;
  pointer-events: none;
  overflow: hidden;
  padding-top: 150px;  
  background-color: white;  
  }
  .mega-menucareer{
    opacity: 0; /* Initially invisible */
  visibility: hidden; /* Prevent interaction */
  max-height: 0; /* Start with 0 height */
  transform: translateY(20px); /* Start off below */
  transition: opacity 0.3s ease, transform 0.3s ease, max-height 0.5s ease, visibility 0.3s ease; /* Smooth transitions */
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  padding: 20px;
  z-index: 10;
  border-top: 1px solid #c6c6c6;
  pointer-events: none;
  overflow: hidden;
  padding-top: 150px; 
  background-color: white;    
  }
  .mega-menu.visible {
    opacity: 1; /* Fade in */
    visibility: visible; /* Make it visible */
    max-height: 500px; /* Allow it to expand */
    transform: translateY(0); /* Slide into place */
    pointer-events: auto; /* Allow interactions */
    background-color: white; 
  } 
  .mega-menucareer.visibles {
    opacity: 1; /* Fade in */
    visibility: visible; /* Make it visible */
    max-height: 500px; /* Allow it to expand */
    transform: translateY(0); /* Slide into place */
    pointer-events: auto; /* Allow interactions */
    background-color: white; 
  }  
.mega-menu-header{
    display: flex;
    gap: 100px;
    align-items: center;
    margin-bottom: 20px;
    justify-content: space-between;
}
.dropdown:hover .mega-menu {
display: flex;
}
.dropdown:hover .mega-menucareer {
  display: flex;
  }
.tb-megamenu .tb-megamenu-submenu.dropdown-menu.mega-dropdown-menu {
    z-index: 99999;
    left: 0;
    max-width: 1440px;
    margin: 0 auto;
    padding-top: 63px;
    border-top: 1px solid #ededed;
    box-shadow: none !important;
}


/* Columns inside mega menu */
.dropdown-columns {
    display: flex;
    justify-content: space-between;
    margin-left: 175px;
  }
  
  /* Each column */
  .dropdown-column {
    flex: 1;
    display: flex;
    flex-direction: column;
    font-size: 15px;
    color: #000;
    padding: 5px 0;
    text-transform: none;
    font-weight: 400;
    width: 20%;
    margin-left: 90px;
    letter-spacing: 1px;
    /* font-size: 11px; */
    /* font-weight: 400; */
    line-height: 1.8;
  }

.dropdown-column h4 {
font-size: 16px;
color: #242F49;
}

.dropdown-column a {
  color: #242F49;
  text-decoration: none;
  font-weight: 400;
  transition: color 0.2s;
  font-size: 16px;
}

.dropdown-column a:hover {
color: #c4cf26;
font-weight: 500;
}

/* Show mega menu on hover */
.dropdown:hover .mega-menu {
display: flex;
}
.dropdown:hover .mega-menucareer{
  display: flex;
  }
/* This will apply to nav links EXCEPT those with .no-nav-style */
nav a:not(.no-nav-style) {
    color: rgb(78, 77, 77);
    text-decoration: none;
    padding: 14px 20px;
    display: block;
    cursor: pointer;
  }
  nav a:not(.no-nav-style):hover{
    color: #c4cf26;
   
  }
  .dropdown-columns h2 {
    font-size: 27px;
    margin-top: 15px;
    color: #242F49;
  }
  .dropdown-columns h2:hover {
    color: #c4cf26;
  }
  .dropdown:hover{
    text-decoration: underline;
    color: #1f2d4e !important;
  }

  .column-values {
    white-space: nowrap;
    display: inline-block;
  }
  
  
.extrawidth{
    margin-left: 140px !important;
}

.transformation-section {
    display: none;
    padding: 50px 200px;
    border-radius: 10px;
    width: 80%;
    padding-top: 200px !important;
    transform: translateY(100px); /* Start 100px below */
    transition: opacity 0.3s ease, transform 0.3s ease;
    visibility: hidden;
    visibility: hidden;
    text-align: left;
    letter-spacing: 0;
    color: #000;
    font-family: 'bt_curve_regular,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,BlinkMacSystemFont,Helvetica Neue,Arial,Apple colour Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto colour emoji';
    font-size: 1rem;
    font-weight: 400;
    line-height: 28px;

  }


  .transformation-section.show {
    opacity: 1;
    transform: translateY(0); /* Slide to original position */
    visibility: visible;
    display: block;
    text-align: left;
    letter-spacing: 0;
    color: #000;
    font-family: 'bt_curve_regular,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,BlinkMacSystemFont,Helvetica Neue,Arial,Apple colour Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto colour emoji';
    font-size: 1rem;
    font-weight: 400;
    line-height: 28px;
    padding-top: 200px !important;
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
  }


  /* Header Styling */
  .transformation-text h1 {
    font-size: 3rem;
    font-weight: bold;
    color: #007B8A;
    margin-bottom: 20px;
    opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  
  }

  .transformation-text p {
    font-size: 1.25rem;
    color: #333;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.3s ease, transform 0.3s ease;
  }

  .transformation-section.show .transformation-text h1 {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }
  
  .transformation-section.show .transformation-text p {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
    transition-delay: 0.3s;
  }
  .sup{
    position: relative;
    top: -1.2em;
    vertical-align: baseline;
    font-size: 40%;
    line-height: 0;
  }

  .why-melloware {
    padding: 0px 65px;
    background-color: #f9f9f9;
    text-align: center;
  }
  
  .why-melloware h2 {
    font-size: 2.5rem;
    color: #1A3E53;
    margin: 100px 0px 0px 0px;
    font-family: 'bt_curve_regular,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,BlinkMacSystemFont,Helvetica Neue,Arial,Apple colour Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto colour emoji';
    font-size: 42px;
    font-weight: 800;
  }
  
  .mirketa-subtext {
    font-size: 1.2rem;
    margin-bottom: 40px;
    color: #555;
  }

  .stats-section  {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 50px;
    background-color: #f9f9f9;
    padding-top: 40px;
  }
  .mainheading{
    display: flex;
        justify-content: center;
        flex-wrap: nowrap;
        gap: 50px;
        background-color: #f9f9f9;
        margin-bottom: 40px;
        font-size: 18px;
        font-family: 'bt_curve_regular,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,BlinkMacSystemFont,Helvetica Neue,Arial,Apple colour Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto colour emoji';
  }
  .headings{
    border-radius: 12px;
    /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); */
    transition: transform 0.3s ease;
    width: 290px;
  }
  
  .stats-grid {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 60px;
    background-color: #f9f9f9;
  }
  
  .stat-box {
    background-color: #fff;
    padding: 20px 30px;
    border-radius: 10px;
    width: 280px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.08);
    transition: transform 0.3s ease;
  }
  
  .stat-box:hover {
    transform: translateY(-6px);
  }
  
  .stat-box h3 {
    margin-bottom: 10px;
    font-family: 'bt_curve_regular,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,BlinkMacSystemFont,Helvetica Neue,Arial,Apple colour Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto colour emoji';
    font-size: 40px;
    font-weight: 600;
    color: #9fb4d2;
    background-color: transparent !important;
  }
  
  .stat-box p {
    font-family: 'bt_curve_regular,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,BlinkMacSystemFont,Helvetica Neue,Arial,Apple colour Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto colour emoji';
    font-size: 16px;
    font-weight: 600;
    color: #9fb4d2;
    background-color: transparent !important;
  }
  
  .ecosystem-note {
    margin-top: 40px;
    font-size: 1.1rem;
    color: white;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }
  
  /* === Scroll Animation === */
  .fade-in-up {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  }
  
  .fade-in-up.visible {
    opacity: 1;
    transform: translateY(0);
  }
  .stat-box.fade-in-up.visible{
    background-color: transparent;
    background-image: linear-gradient(214deg, rgb(218, 214, 7) 44%, #92a015 75%);
    /* background-image:linear-gradient(214deg, rgb(176, 206, 6) 44%, #99a810 75%); */
    color: white;
  }
   .stat-box.fade-in-up.visible:hover{
    background-color: transparent;
    background-image: linear-gradient(214deg, rgb(225, 228, 87) 44%, #7a7c15 75%);
    /* background-image: linear-gradient(214deg, rgb(110, 129, 42) 44%, #f1f78f 75%); */
    color: white;
  }

  /* General Footer Styles */
.site-footer {
    background-color: #007B8A; /* Dark background */
    font-family: 'bt_curve_regular,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,BlinkMacSystemFont,Helvetica Neue,Arial,Apple colour Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto colour emoji';
  /* background-image:  linear-gradient(214deg, rgb(176, 206, 6) 44%, #99a810 75%); */
  background-color: #c3f1f7;
  }
  
  .footer-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1320px;
    margin: 0 auto;
    background: transparent;
  }
  .footer-logo{
    background-color: transparent;
  }
  
  .footer-logo img {
    width: 150px;
    background: transparent;
  }
  .footer-links{
    background-color: transparent;
  }
  
  .footer-links ul {
    list-style: none;
    padding: 10px;
    background: transparent;
  }
  
  .footer-links ul li {
    margin-bottom: 10px;
    background: transparent;
  }
  
  .footer-links ul li a {
    text-decoration: none;
   color: #04346b;
    font-weight: 600;
    font-size: 16px;
    background: transparent;
    transition: color 0.3s ease;
  }
  
  .footer-links ul li a:hover {
    color: rgb(103, 131, 4);
  }
  .footer-contact{
    background-color: transparent;
  }
  .footer-contact p {
    margin: 0;
    font-size: 16px;
    background: transparent;
  }
  
  .footer-bottom {
    background-color: #c3f1f7;
    text-align: center;
    padding: 10px;
    margin-top: 20px;
    font-size: 14px;
    line-height: 21px;
    font-weight: 300;
    /* background-image:  linear-gradient(214deg, rgb(176, 206, 6) 44%, #99a810 75%); */
  }
  
  .footer-bottom p {
    margin: 0;
    color: #04346b;
    background: transparent;
    font-weight: 600;
    font-size: 16px;
  }
  
  /* Responsive Styles */
  @media (max-width: 768px) {
    .footer-container {
      flex-direction: column;
      text-align: center;
      background: transparent;
    }
  
    .footer-logo {
      margin-bottom: 20px;
      background: transparent;
    }
  
    .footer-links {
      margin-bottom: 20px;
      background: transparent;
    }
  }
  .social-icons
{
  background-color: transparent;
}
  
  .social-icons a {
    margin: 0 10px;
   color: #04346b;
    font-size: 24px;
    transition: color 0.3s ease;
    background-color: transparent;
  }
  
  .social-icons a:hover {
   color: #646b04;
    background-color: transparent;
  }

  .social-icons a {
    text-decoration: none;  /* Ensure no link styling */
    display: inline-block;  /* Display icons correctly */
    line-height: 0; 
   color: #04346b;
    background-color: transparent;
    font-size: 24px;
    transition: color 0.3s ease;
    margin: 0 10px;/* Remove any space from text */
  }
  
  .social-icons i {
    font-size: 24px;  /* Adjust icon size if necessary */
    background-color: transparent;
  }
  
  .social-icons a::before,
.social-icons a::after {
  content: none;  /* Make sure no content is added before or after the icon */
}

.contact-section {
    background-image: linear-gradient(rgba(0, 0, 0, 0.52), rgba(0, 0, 0, 0.52)), url('images/contactus1.png') !important;

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 60vh;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: black;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  margin-top: -80px;
  padding: 0100px 0px 0100px 0px;
  z-index: 96;
}
.contact-overlay {
  background-color: rgba(0, 0, 0, 0.6); /* Semi-transparent dark overlay */
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-content {
  color: #fff;
  text-align: center;
  max-width: 600px;
  padding: 20px;
}

.contact-content h2 {
  font-size: 48px;
  margin-bottom: 10px;
}

.contact-content p {
  font-size: 20px;
  margin-bottom: 25px;
}

.contact-button {
  display: inline-block;
  background-color: #00bcd4;
  color: #fff;
  padding: 14px 28px;
  text-decoration: none;
  font-size: 23px;
  font-weight: bold;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

.contact-button:hover {
  background-color: #04346b;
}
section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 10%;
  flex-wrap: wrap;
}

.text-block {
  flex: 1;
  min-width: 300px;
  margin-right: 40px;
  font-family: 'bt_curve_regular,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,BlinkMacSystemFont,Helvetica Neue,Arial,Apple colour Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto colour emoji';
  font-size: 50px;
  font-weight: 700;
  opacity: 1 !important;
  text-align: center;
  background-color: transparent;
  color: white;
}

.text-block h2 {
  font-size: 42px;
  margin-bottom: 20px;
  text-align: center;
  background-color: transparent;
}
.contactus:hover{
  color: #c4cf26;
}
li:hover {
  color: #c4cf26 !important;
  text-decoration: underline;
}
.text-block p {
  font-size: 25px;
  line-height: 1.6;
  color: white;
  text-align: center;
  background-color: transparent;
}

.contact-button {
  display: inline-block;
  margin-top: 20px;
  padding: 12px 24px;
  background-color: #0072ff;
  color: white;
  text-decoration: none;
  border-radius: 8px;
  transition: background-color 0.3s ease;
}


.image-block {
  flex: 1;
  min-width: 300px;
  text-align: center;
}

.image-block img {
  max-width: 100%;
  height: auto;
}
.contact-section {
   /* background-image: url('images/contactus1.png') !important; */
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  
  .contact-button {
    display: inline-block;
    margin-top: 20px;
    padding: 12px 24px;
    background-color: #0072ff;
    color: white;
    text-decoration: none;
    border-radius: 8px;
    transition: background-color 0.3s ease;
  }
  
  
  .image-block {
    flex: 1;
    min-width: 300px;
    text-align: center;
  }
  
  .image-block img {
    max-width: 100%;
    height: auto;
  }
  
  .intro-text {
    font-size: 1.8rem;
    font-weight: 600;
    color: #222;
    margin-bottom: 40px;
  }
  
  .stat-box {
    background-color: #fff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
    z-index: 99 !important;
  }
  
  .stat-box h3 {
    font-size: 2.5rem;
    color:white;
    margin-bottom: 10px;
  }
  
  .stat-box p {
    font-size: 18px;
    color:white;
  }
  .fixed-top-menu {
    position: sticky;
    top: 0;
    background-color: white;
    z-index: 9999;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem 2rem;
    border-bottom: 1px solid #ddd;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  }
  
  .fixed-top-menu ul {
    list-style: none;
    display: flex;
    gap: 1.5rem;
    margin: 0;
    padding: 0;
  }
  
  .fixed-top-menu li a {
    text-decoration: none;
    color: #000;
    font-weight: bold;
  }
  
  .fixed-top-menu img.logo {
    height: 60px;
  }
  .hide-navbar {
    transform: translateY(-100%);
    transition: transform 0.3s ease-in-out;
  }
  
  .fixed-navbar {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 100 ;
    background-color: white;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    transition: transform 0.3s ease-in-out;
    background: #fff;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
  }
  /* .hero-section {
    background: url('your-image-path.jpg') no-repeat center center/cover;
    height: 100vh;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  } */
  .hero-section {
    /* display: flex;
    justify-content: center;
    align-items: center;
    /* padding: 111px 20px 0px 0px; 
    background-color: #f9f9f9;
    color: white; */
    padding: 0 !important;
 
      /* background-image: 
        radial-gradient(circle at center 100px, rgba(34, 39, 64, 0.7) 0%, rgba(33, 39, 65, 0.6) 50%, rgba(44, 177, 226, 0.5) 75%),
        radial-gradient(circle at center, rgba(83, 82, 65, 0.5) 0%, rgba(72, 73, 91, 0) 35%),
        linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
        url('./images/Bg1.png'); */
      
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      /*background: radial-gradient(circle at center 100px, #222740 0%, #212741 50%, #2cb1e2 75%), radial-gradient(circle at center, #535241 0%, rgba(72, 73, 91, 0) 35%), linear-gradient(to bottom, rgba(23, 29, 44, 0), #131625 60%);
    background: radial-gradient(circle at center 100px, rgba(29, 22, 89, 0) 0%, rgba(29, 22, 89, 0) 50%, #03063e 75%), radial-gradient(circle at center, #38678d 0%, rgba(29, 22, 89, 0) 35%), linear-gradient(to bottom, #2597e8, #2a3258 60%);

  */
}
.hero-slide.bg-gradient {
  background-image: 
    radial-gradient(circle at center 100px, rgba(34, 64, 54, 0.7) 0%, rgba(38, 71, 77, 0.6) 50%, rgba(74, 83, 42, 0.5) 75%),
    radial-gradient(circle at center, rgba(83, 82, 65, 0.5) 0%, rgba(72, 88, 91, 0) 35%),
    linear-gradient(rgba(0, 0, 0, 0.459), rgba(0, 0, 0, 0.4)),
    url('./images/Bg3.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hero-slide.bg-gradient2 {
  background-image: 
  radial-gradient(circle at center 100px, rgba(34, 39, 64, 0.7) 0%, rgba(33, 39, 65, 0.6) 50%, rgba(44, 177, 226, 0.5) 75%),
    radial-gradient(circle at center, rgba(83, 82, 65, 0.5) 0%, rgba(72, 73, 91, 0) 35%),
    linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url('./images/Bg2.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}


.hero-slide {
  width: 100%;
 
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 111px 20px 0px 0px;
}
  .hero-content {
    display: flex;
    align-items: center;
    /* max-width: 1300px; */
    width: 100%;
    gap: 40px;
    margin-bottom: -5px;
  }
  
  .overlay-text {
    flex: 1;
    /* top: 150px !important; */
    position: relative;
    /* margin: 0px 0px 370px 120px; */
    text-align: left;
  }
  
  .overlay-text h1 {
    font-size: 2.5rem;
    color: white;
    margin: 0;
    font-family: 'bt_curve_regular,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,BlinkMacSystemFont,Helvetica Neue,Arial,Apple colour Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto colour emoji';
    text-transform: uppercase;
    background: transparent !important;
    font-size: 21px;
    text-shadow: none;
    line-height: 1.6;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    text-align: inherit;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    font-weight: 400;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .overlay-text h3 {
    font-size: 2.5rem;
    margin: 0;
    margin-left: 2px;
    text-transform: uppercase;
    color: #D6E021;
    background: transparent !important;
    font-family: 'bt_curve_regular,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,BlinkMacSystemFont,Helvetica Neue,Arial,Apple colour Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto colour emoji';
    text-shadow: none;
    line-height: 1.5;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    text-align: inherit;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
  
  }
  .stats-grid-background {
    font-size: 23px; 
    margin-bottom: 61px;
}
  .hero-image {
    flex: 1;
    text-align: right;
    background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 90vh; /* or 100vh for full screen */
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white; /* optional, for contrast */
  position: relative;
  }
  .hero-image::before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    z-index: 1;
  }
  
.hero-image > * {
  position: relative;
  z-index: 2;
}
  
  
  .hero-image img {
    max-width: 103%;
    width: 50%;
    height: auto;
    border-radius: 12px;

    filter: drop-shadow(0 30px 50px rgba(0, 0, 0, 0.3));
    mask-image: linear-gradient(to bottom,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.4) 20%,
      rgba(0, 0, 0, 1) 40%,
      rgba(0, 0, 0, 1) 60%,
      rgba(0, 0, 0, 0.4) 80%,
      rgba(0, 0, 0, 0) 100%);
    -webkit-mask-image: same;
      transform: scale(1.01);
      transition: transform 0.3s ease;
      mix-blend-mode: screen; /* try screen or overlay too */
  }
  .hero-image::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 60%;
  
    z-index: 1;
  }
  
  .hero-image2 {
    flex: 1;
    /* text-align: right; */
  }
  
  .hero-image2 img {
    max-width: 80%;
    height: auto;
    border-radius: 12px;
    display: inline-block;
    /* max-width: 100%; */
    height: auto;
    margin-top: 20px;
    margin-right: 20px;
    margin-left: 20px;
    max-width: 495px !important;
    object-fit: contain;
    background-color: transparent !important;
  }

  .section-title {
    text-align: center;
    margin: 70px auto;
    max-width: 800px;
    padding: 0 20px;
    padding-top: .5rem !important;
    transform: translateY(20px);
    visibility: visible;
  }
  
  .section-title h1 {
    font-family: 'bt_curve_regular,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,BlinkMacSystemFont,Helvetica Neue,Arial,Apple colour Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto colour emoji';
  font-size: 2rem; /* adjust as needed */
    letter-spacing: 1px;
    line-height: 1.2;
    font-weight: 200;
    margin-bottom: 1.5rem;
     background: linear-gradient(214deg, rgb(180, 220, 60) 0%, rgb(140, 180, 20) 50%, rgb(100, 140, 10) 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
    font-size: 65px;
  }
  
  .section-title p {
    line-height: 21px;
    font-weight: 300;
    font-size: 23px;
    color: #355480;
  }
  
  
  .clientlogo {
  border-radius: 10px;
  height: 140px;
  background: white;
  box-shadow: 1px 0 11px rgba(17, 98, 136, 0.445);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px;
  transition: 0.5s all ease-in-out;
  }

  .owl-carousel .item img {
    display: block;
    height: auto;
    max-height: 140px;
    width: auto !important;
  }
  .ourService{
    background-color: teal;
  }

  .pt5{
    max-width: 1320px;
    padding-top: 35px;
    padding-right: calc(1.5rem * 0.5) !important;
    padding-left: calc(1.5rem * 0.5) !important;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .elementor-widget:not(:last-child) {
    margin-block-end: 20px;
  }
  .elementor-widget-container h2{
transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin: 0;
  padding: 65px 0 0px 60px;
  font-family: 'bt_curve_regular, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, BlinkMacSystemFont, Helvetica Neue, Arial, Apple colour Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto colour emoji';
  font-size: 48px;
  font-weight: 800;
   color: #1A3E53;


  }
  .elementor-widget-container p{
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 15px 0 0px 60px;
    font-family: 'bt_curve_regular,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,BlinkMacSystemFont,Helvetica Neue,Arial,Apple colour Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto colour emoji';
    font-size: 22px;
    color: #1A3E53;
    }
    


  /* .owl-item{
    width: 325px !important;
 
  } */

  /* .owl-item.cloned{
    margin-right: 1px !important; 
    padding-right: calc(1.5rem * 0.5) !important;
    padding-left: calc(1.5rem * 0.5) !important;
  } */
  .hero-section, 
.hero-section * {
  background-color: transparent !important; /* Or your gradient / custom background */
}
.item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px;
/*  border: 1px solid #ccc; /* Optional: Add a border for visibility */
  gap: 100% !important;
  height: 140px;
  border-radius: 10px;
 /* background: white; */
 /* box-shadow: 0 0 11px rgba(0, 0, 0, 0.10); */
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s all ease-in-out;
  margin: 10px;
}
.item img {
  width: 100%;
  height: auto;
}


.owl-dots {
  text-align: center;
  margin-top: 10px;
}

.owl-dots .owl-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  background-color: #ccc;
  border-radius: 50%;
  transition: background-color 0.3s;
}


/* Optional: style the navigation arrows */
.owl-nav .owl-prev, .owl-nav .owl-next {
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  padding: 5px 10px;
  border-radius: 50%;
}
.owl-carousel .owl-dots.disabled {
    display: block !important;  /* Force display to block */
}
.owl-theme .owl-dots .owl-dot span{
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  transition: opacity 200ms ease;
  border-radius: 30px;
}

.elementor-element {
  --widgets-spacing: 20px 20px;
  --widgets-spacing-row: 20px;
  --widgets-spacing-column: 20px;
}
.elementor-column {
  display: flex;
  min-height: 1px;
  position: relative;
}

.elementor-14 .elementor-element.elementor-element-3e001cae > .elementor-element-populated {
  margin: 0px 0px 0px 20px;
  --e-column-margin-right: 0px;
  --e-column-margin-left: 20px;
}
.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap {
  display: flex;
}
.elementor-widget-wrap {
    align-content: flex-start;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
}
.grid {
  display: grid  ;
      grid-template-columns: repeat(3, 1fr);
      gap: 50px;
      margin-top: 20px;
      padding: 0 100px;
}

@media (max-width: 1024px) {
  .grid {
    grid-template-columns: repeat(2, 1fr); /* 2 on tablet */
  }
}

@media (max-width: 768px) {
  .grid {
    grid-template-columns: 1fr; /* 1 on mobile */
  }
}


.service-card {
  background: #fff !important;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 6px 4px 8px rgba(113, 134, 147, 0.1) !important;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  transition: all 0.6s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.service-card:HOVER {
    border-top: 10px solid rgb(176, 179, 25);
    background-color: rgb(246, 253, 202) !important;
}
.icon {
  margin-bottom: 15px;
}
.icon:hover{
    background-color: rgb(246, 253, 202) !important;
}

.icon img {
  width: 65px;
  height: 65px;
}
.service-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

h3 {
  font-size: 26px;
  color: #1A3E53;
  margin-bottom: 20px;

}
.service-details {
  opacity: 0;
  max-height: 0;
  transform: translateY(-10px);
  transition: opacity 0.4s ease, max-height 0.4s ease, transform 0.4s ease;

}

.service-card:hover .service-details {
  opacity: 1;
  max-height: 500px;
  transform: translateY(0);

  line-height: 30px;
}

.service-card:hover .arrow {
  transform: translateX(5px);
  opacity: 1;

}

.service-details ul {
  font-size: 20px !important;
  list-style-type: disc !important;
  padding-left: 20px !important;
  margin: 10px 0;
  
}
.service-details li {
  font-weight: 400;
  display: list-item !important;
}
.service-details li a {
  text-decoration: none;
  color: #1b1b1b;
 }
.arrow {
  font-size: 1.5rem;
  transition: opacity 0.4s ease, transform 0.4s ease;
  opacity: 0.6;

}

.service-card:hover .arrow {
  transform: translateX(5px);
  opacity: 1;

  display: none;
}

.clientlogo img {
  transition: transform 0.3s ease;
}

.clientlogo img:hover {
  transform: scale(1.1);
}
.hero-slider {
  /* position: relative; */
  width: 100%;
  overflow: hidden;
}

.slider-wrapper {
  display: flex;
  transition: transform 0.5s ease-in-out;
  background: transparent;
}
.slider-wrapper {
  overflow: hidden;
  width: 100%;
  background: transparent;
}

.slider-track {
  display: flex;
  transition: transform 0.8s ease-in-out;
  width: fit-content;
  background: transparent;
}

.hero-slide {
  min-width: 100%;
  box-sizing: border-box;
}
.hero-image,
.hero-image2 {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent !important;
}

.hero-image img,
.hero-image2 img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
  background-color: transparent !important;
  
}

.hero-slide {
  min-width: 100%;
  display: none;
  /* align-items: center;
  justify-content: center;
  flex-direction: column; */
  /* aspect-ratio: 16 / 9; */
  /* width: 100%; */
  position: relative;
  height: 80vh;
  transition: opacity .4s ease-in-out;
}

.hero-slide.active {
  display: flex;
  flex: 1 1 auto;
}

.slider-nav {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  font-size: 2rem;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 0.5rem;
  cursor: pointer;
  z-index: 1;
  color: white;
}

.slider-nav.left {
  left: 10px;
}
@font-face {
  font-family: 'Dottee-Condensed';
  src: url('fonts/Dottee-Condensed.woff2') format('woff2'),
       url('fonts/Dottee-Condensed.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}


.slider-nav.right {
  right: 10px;
}
.video {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  filter: brightness(0.7);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  height: 100vh;
}
.hero-slide .overlay-text {
  z-index: 1;
  position: relative;
  color: white;
  text-align: left;
  padding: 10px 0px 10px 100px;
    text-align: left;
    --ssselfalign: flex-start;
    justify-content: center;
  background: transparent;
  max-width: 810px;
  width: 45%;
  display: flex ;
      flex-direction: column;
      justify-content: center;
  
}
/* Navigation Arrows */
.nav-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 40px;
  width: 32px;
  background: transparent !important;
  color: white;
  border: none;
  border-radius: 50%;
  padding: 10px 15px;
  cursor: pointer;
  z-index: 10;
}


.nav-arrow.next {
  right: 20px;
}

.nav-arrow:hover {
  background: rgba(0, 0, 0, 0.6);
}
/* Base visibility */
.desktop-only {
  display: block;
}
.mobile-only {
  display: none;
}
.mobile-menu {
  display: none;
}
.hidden {
  display: none;
}

/* Mobile-specific styles */
@media (max-width: 768px) {
  section.row.region.region-navigation-collapsible {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #ffffff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out, background 0.3s;
    z-index: 9999;
  }

  .desktop-only {
    display: none !important;
  }

  .mobile-only {
    display: block ;
  }

  .mobile-menu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 9999;
    padding: 20px;
    overflow-y: auto;
  }

  .mobile-menu ul {
    list-style: none;
    padding-left: 0;
  }

  .mobile-menu ul.submenu {
    padding-left: 15px;
    margin-top: 10px;
  }

  

  .navbar-toggler {
  font-size: 28px;
  background: none;
  border: none;
  float: right;
  margin: 10px 10px 10px 10px;
  display: block;
  margin-bottom: 4px;
  border-width: 1px 1px 1px 1px;
   padding: 8px 8px 8px 8px;
  width: 45px;
  border-style: solid;
  border-radius: 3px;
  color: #7a7c15;
  }

  .close-btn {
    font-size: 24px;
    float: right;
    background: none;
    border: none;
    margin-bottom: 10px;
  }
   .hero-slide {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 100px 20px 40px 20px; /* adjust padding */
    height: auto;
  }

  .hero-content {
    flex-direction: column;
    gap: 20px;
    width: 100%;
    text-align: center;
  }

  .overlay-text {
    text-align: center !important;
        margin: 20px 0;
      padding: 80px 10px 8px 10px !important;
  }

  .overlay-text h1,
  .overlay-text h3 {
    font-size: 18px; /* Make text smaller on mobile */
    line-height: 1.4;
  }

  .hero-slide.bg-gradient,
  .hero-slide.bg-gradient2 {
    background-position: top center;
    background-size: cover;
  }
  .nav-arrow{
    display: none;
  }
   .hero-slide {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    padding: 100px 20px 40px;
  }

  .overlay-text h3 {
    font-size: 18px;
    margin-top: 20px;
    color: #D6E021;
  }

  .overlay-text h1 {
    font-size: 14px;
    line-height: 1.6;
    margin-top: 15px;
  }

  .hero-image img,
  .hero-image2 img {
    width: 100%;
    max-width: 400px;
    height: auto;
  }
}
@media (orientation: landscape) and (max-width: 900px), (orientation: portrait) and (max-width: 700px) {
  .navbar-toggler {
  font-size: 28px;
  background: none;
  border: none;
  float: right;
  margin: 10px 10px 10px 10px;
  display: block;
  margin-bottom: 4px;
  border-width: 1px 1px 1px 1px;
  border-style: solid;
  border-radius: 3px;
  color: #7a7c15;
  padding: 0px;
  width: auto;
  }
  section.row.region.region-navigation-collapsible {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #ffffff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out, background 0.3s;
    z-index: 9999;
  }

  .desktop-only {
    display: none !important;
  }

  .mobile-only {
    display: block ;
  }

  .mobile-menu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 9999;
    padding: 20px;
    overflow-y: auto;
  }

  .mobile-menu ul {
    list-style: none;
    padding-left: 0;
  }

  .mobile-menu ul.submenu {
    padding-left: 15px;
    margin-top: 10px;
  }
.hero-slide .overlay-text{
  max-width: auto;
  width: auto;
}


}


