/*
Theme Name: Z Squared Inc - Z2
Theme URI: https://zsquaredinc.com/
Author: AWS
Author URI: https://aliantewebdesign.com/
Description: Custom theme for Z Squared Inc - Z2. Gotham font.
Version: 25.01
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, portfolio, featured-images, full-width-template, e-commerce, translation-ready, rtl-language-support, theme-options, custom-colors, custom-logo, custom-menu, footer-widgets, left-sidebar, right-sidebar, custom-background, one-column, two-columns
Text Domain: zsquaredinc
*/
.wfont p{color: rgba(255, 255, 255,.9) !important; line-height:1.5;}

body{margin:0;font-family: "Montserrat", sans-serif; font-style: normal;line-height:1.3;color:#000;text-align:left;background-color:#ffffff;}img{vertical-align:middle;border-style:none;}svg{overflow:hidden;vertical-align:middle;}p, ul, li, h1, h2, h3, h4, h5, h6 {font-family: "Montserrat", sans-serif !important; }

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

h1 {
    font-weight: 600;
    font-size: 50px;
}
h2 {
    font-weight: 600;
    font-size: 40px; 
}
/* Container styles */
.container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 10px;
  width: 100%;
}

/* Content wrapper */
.content-wrapper {
  min-height: calc(100vh - 360px); /* Adjust based on footer height */
  display: flex;
  flex-direction: column;
	padding-top:0px;
}


/* Paragraph styles */
.wpb_wrapper p {
  margin-bottom: 15px;
  color: #333;
}

/* Sticky footer */
body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

footer {
  margin-top: auto;
  height: 300px; 
}

/* Responsive design */
@media (max-width: 991px) {
  .container {
    padding: 0 10px;
  }

  .row {
    margin: 0 -10px;
  }

  .col-md-12 {
    padding: 0 10px;
  }

  .main-content {
    padding: 15px 0;
  }
}

@media (max-width: 767px) {
	.mpad{ padding-bottom:100px;}
  .entry-content {
    font-size: 14px;
  }

  .wpb_wrapper p {
    margin-bottom: 12px;
  }
}

.hero-content button {
  font-family: "Montserrat", sans-serif;
	font-weight:600 !important;
}

.footcf-footer {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.footcf-bg-gradient {
  width: 100%;
  background-image: radial-gradient(circle at center, #013a70, #00274c, #00274c);
	padding-top:25px;
}

.footcf-container {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding: 0rem 0rem;
}
.footcf-container-m {
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1rem 5px 1rem;
}
.footcf-container-m p, footcf-container-m a{font-size:13px;}


.footcf-grid {
  display: grid;
  gap: 1.5rem;
  width: 100%;
  margin-left: auto; /* Center it */
  margin-right: auto; /* Center it */
}

.footcf-grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.footcf-grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
		
}

.footcf-col-span-2 {
  grid-column: span 2 / span 2;
}


.footcf-text {
  color: #fff;
  padding: 1rem;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.1), #01396e);
  border-radius: 0.5rem;
	margin:10px 25px 25px 0;
}

.footcf-logo {
  height: 100px;
	width:129px;

  margin-right: 1.25rem;
}

.footcf-subtitle {
  color: #f3f4f6;
	font-size:16px;
  font-weight: 600;
  text-transform: uppercase;
}

.footcf-link {
  color: #fff;
  display: block;
  margin-top: 0.75rem;
	text-decoration:none;
}

.footcf-link:hover {
	color:#f9ce03;
		text-decoration:none;
}

.footcf-bottom {
  width: 100%;
  margin-top: 1.5rem;
	padding-bottom: 0;
  text-align: center;
}
.footcf-bottom p, .footcf-bottom a{
	color:#8e8e8e; font-size:12px;
}
.footcf-bottom a:hover{
	color:#ccc;
}
.footcf-text-small {
  color: #9ca3af;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.footcf-social {
  display: inline-flex;
  width: 2.5rem;
  height: 2.5rem;
  align-items: center;
  justify-content: center;
  color: #fff;
  border: 1px solid transparent;
  border-radius: 0.5rem;
  font-size: 0.875rem;
  font-weight: 600;
  transition: background-color 0.3s;
}

.footcf-social:hover {
	color:#00274c;
  background-color: #f9ce03;
}

}
@media (max-width: 640px) {
 p.get-started-btn-ft a{
	    color: #ffffff !important;
	}}
@media (min-width: 640px) {
  .footcf-sm\:flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
	 p.get-started-btn-ft a{
	    color: #ffffff !important;
    }

}

@media (min-width: 768px) {
* {
  padding: 0;
}
	.footcf-md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footcf-md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}






/* Navbar */
/* Navigation */
nav {
  z-index: 100; /* Ensure nav is above other content */
  margin: 0; /* Remove any nav margin */
  padding: 0; /* Remove any nav padding */
}

nav .menubar {
  width: 100%;
  height: 80px;
  position: absolute;
  top: 0;
  left: 0; /* Ensure flush with left edge */
  display: flex;
  align-items: center;
  justify-content: center; /* Center container */
  padding: 0;
  box-sizing: border-box;
  background-color: #00274c;
  box-shadow: 0px 0px 20px -10px rgba(0, 0, 0, 0.3);
  z-index: 101; /* Above menu */
  margin: 0; /* Remove any menubar margin */
}

@media screen and (max-width: 767px) {
  nav .menubar {
    height: 60px;
    padding: 0 20px;
    justify-content: space-between; /* Mobile layout */
  }
}

nav .menubar .navbar-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 40px;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  nav .menubar .navbar-container {
    padding: 0; /* Match mobile menubar padding */
  }
}

nav .menubar .logo img {
  display: block;
}

nav .menubar .tcline {
  display: inline-block;
}

nav .menubar .home {
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
  transition: all 0.4s ease;
}

nav .menubar .home:hover {
  opacity: 0.5;
}

nav .menubar .hamburger-icons {
  display: flex;
}

nav .menubar .hamburger-icons .m-icon-menu {
  display: flex;
  width: 30px;
  height: 30px;
  z-index: 2;
  position: relative;
  align-items: center;
  cursor: pointer;
  padding: 5px;
}

nav .menubar .hamburger-icons .m-icon-menu span {
  background-color: #ffffff;
  width: 30px;
  height: 3px;
  position: absolute;
  display: flex;
  justify-content: flex-end;
  transition: all 0.2s ease;
  right: 0;
  border-radius: 5px;
}

nav .menubar .hamburger-icons .m-icon-menu span:before, nav .menubar .hamburger-icons .m-icon-menu span:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-radius: 5px;
}

nav .menubar .hamburger-icons .m-icon-menu span:before {
  transform: translateY(-10px);
  transition: all 0.3s 0.1s ease;
}

nav .menubar .hamburger-icons .m-icon-menu span:after {
  transform: translateY(10px);
  transition: all 0.3s 0.2s ease;
}

nav .menubar .hamburger-icons .m-icon-menu:hover span {
  width: 30px;
}

nav .menubar .hamburger-icons .m-icon-menu:hover span:before {
  width: 25px;
}

nav .menubar .hamburger-icons .m-icon-menu:hover span:after {
  width: 20px;
}

nav .menubar .hamburger-icons .m-icon-menu.icon-closed {
  justify-content: center;
}

nav .menubar .hamburger-icons .m-icon-menu.icon-closed span {
  background-color: white;
  justify-content: center;
  width: 0px;
  right: initial;
  opacity: 0.5;
  transition: all 0.6s ease;
}

nav .menubar .hamburger-icons .m-icon-menu.icon-closed span:before, nav .menubar .hamburger-icons .m-icon-menu.icon-closed span:after {
  width: 30px;
  background-color: white;
}

nav .menubar .hamburger-icons .m-icon-menu.icon-closed span:before {
  transform: rotate(45deg);
}

nav .menubar .hamburger-icons .m-icon-menu.icon-closed span:after {
  transform: rotate(-45deg);
}

nav .menubar .hamburger-icons .m-icon-menu.icon-closed:hover span {
  width: 0;
  opacity: 1;
}

@media screen and (max-width: 767px) {
  nav .menubar .hamburger-icons .m-icon-menu.icon-closed:hover span:before {
    transform: rotate(45deg);
  }
  nav .menubar .hamburger-icons .m-icon-menu.icon-closed:hover span:after {
    transform: rotate(-45deg);
  }
}

nav .menubar .hamburger-icons .secondary-icons {
  display: flex;
  flex-wrap: wrap;
}

nav .menubar .hamburger-icons .secondary-icons .icon-second {
  width: 30px;
  height: 30px;
  margin: 0 10px;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 5px;
}

@media screen and (max-width: 767px) {
  nav .menubar .hamburger-icons .secondary-icons .icon-second {
    margin: 0 5px;
  }
}

nav .menubar .hamburger-icons .secondary-icons .icon-second:last-child {
  margin-right: 30px;
}

@media screen and (max-width: 767px) {
  nav .menubar .hamburger-icons .secondary-icons .icon-second:last-child {
    margin-right: 15px;
  }
}

nav .menubar .hamburger-icons .secondary-icons .icon-second:hover {
  transform: translateY(-5px);
  opacity: 0.5;
}

@media screen and (max-width: 767px) {
  nav .menubar .hamburger-icons .secondary-icons .icon-second:hover {
    transform: translateY(0px);
    opacity: 1;
  }
}

nav .menu {
  display: none;
}

nav .menu.open {
  display: flex;
  position: absolute;
  top: 80px;
  left: 0;
  width: 100%;
  height: calc(100vh - 80px);
  z-index: 99;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  nav .menu.open {
    top: 60px;
    height: calc(100vh - 60px);
    flex-direction: column;
  }
}

nav .menu.open .menu-link {
  width: 25%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transition: all 0.4s ease-in-out;
  animation: menu 0.6s ease forwards;
  height: 100%;
  position: relative;
}

@keyframes menu {
  0% {
    height: 0;
    transform: translatey(-50%);
  }
  100% {
    height: 100%;
    transform: translatey(0%);
  }
}

nav .menu.open .menu-link:nth-child(1) {
  background-color: #001f3f;
  animation-duration: 0.6s;
}

nav .menu.open .menu-link:nth-child(2) {
  background-color: #003366;
  animation-duration: 0.8s;
}

nav .menu.open .menu-link:nth-child(3) {
  background-color: #005580;
  animation-duration: 1s;
}

nav .menu.open .menu-link:nth-child(4) {
  background-color: #004d73;
  animation-duration: 1.2s;
}

nav .menu.open .menu-link:nth-child(5) {
  background-color: #b08c00; /* Muted yellow instead of #d4a017 */
  animation-duration: 1.4s;
}

nav .menu.open .menu-link .text-item {
  color: white;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 40px;
  opacity: 0.8;
  width: 100%;
  height: 20%;
  letter-spacing: 5px;
  transform: rotate(-90deg) translateX(0px);
  transition: all 0.4s 0.2s ease-in-out, letter-spacing 0.2s ease-in, opacity 0.2s ease-in;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transform-origin: center;
  animation: text-in 0.6s ease;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  nav .menu.open .menu-link .text-item {
    transform: rotate(0deg);
    font-size: 30px;
  }
}

@keyframes text-in {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  100% {
    opacity: 0.3;
  }
}

nav .menu.open .menu-link .text-item .icon {
  position: absolute;
  display: flex;
  width: 30px;
  height: 30px;
  opacity: 0;
  transform: translateY(0px);
  transition: all 0.4s ease-in-out;
  background-image: url("https://zsquaredinc.com/css/down-arrow.svg");
}

@media screen and (max-width: 767px) {
  nav .menu.open .menu-link .text-item .icon {
    opacity: 0.5;
    transform: translateY(40px);
  }
}

nav .menu.open .menu-link .submenu {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 40px;
  box-sizing: border-box;
  opacity: 0;
  z-index: -1;
  transition: all 0.6s ease-in-out;
  height: 0%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  bottom: 0;
  transform: translateY(50%);
  position: absolute;
}

@media screen and (max-width: 767px) {
  nav .menu.open .menu-link .submenu {
    padding: 0 5%;
  }
}

nav .menu.open .menu-link .submenu .sub-item {
  display: none;
  margin: 10px 0;
  color: white;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 20px;
  font-weight: 600;
  position: relative;
  width: fit-content;
  cursor: pointer;
  padding: 0px 15px;
}

@media screen and (max-width: 767px) {
  nav .menu.open .menu-link .submenu .sub-item {
    font-size: 16px;
  }
	  nav .menu.open .menu-link .submenu .sub-item a {
    font-size: 16px;
		  color:white !important;
  }
	  .sub-item .text-item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%; /* take full height of the parent li */
    padding: 7px 16px 0px 0; /* adjust as needed */
    line-height: 1.4;
  }

  .sub-item {
    height: 38px; /* or whatever height your hover bg is */
  }
	nav .menu.open .menu-link .submenu .sub-item a:hover {
  color: #f9ce03 !important;
}
}

nav .menu.open .menu-link .submenu .sub-item a {
  text-decoration: none;
	    font-size: 16px;
	margin:27px 0 0 0;
}

nav .menu.open .menu-link .submenu .sub-item:after {
  content: "";
  height: 0%;
  width: 3px;
  background-color: white;
  opacity: 0.3;
  position: absolute;
  top: 0;
  left: 0;
  transition: height 0.4s 0.3s ease, width 0.4s ease;
}

nav .menu.open .menu-link .submenu .sub-item:hover:after {
  width: 100%;
  height: 100%;
  transition: height 0.4s ease, width 0.4s 0.3s ease;
}

nav .menu.open .menu-link:hover {
  width: 50%;
  transition: all 0.4s ease-in-out;
}

nav .menu.open .menu-link:hover .text-item {
  height: 50%;
  transform: rotate(0deg) translateX(0px);
  font-size: 30px;
  opacity: 1;
  letter-spacing: 10px;
}

nav .menu.open .menu-link:hover .text-item .icon {
  opacity: 1;
  transform: translateY(40px);
  transition: all 0.3s 0.4s ease-in-out;
}

@media screen and (max-width: 767px) {
  nav .menu.open .menu-link:hover .text-item {
    width: 100%;
    font-size: 30px;
    opacity: 0.83;
    letter-spacing: 5px;
  }
}

@media screen and (max-width: 767px) {
  nav .menu.open .menu-link:hover.active {
    height: 80%;
  }
}

nav .menu.open .menu-link:hover.active .text-item {
  transform: rotate(0deg) translateX(0px) translateY(-50%);
  transform-origin: center center;
  transition: all 0.6s ease-in-out;
}

@media screen and (max-width: 767px) {
  nav .menu.open .menu-link:hover.active .text-item {
    height: 20%;
    transform: translateY(-180%);
  }
}

nav .menu.open .menu-link:hover.active .text-item .icon {
  transition: all 0.3s ease-in-out;
  transform: translateY(40px) rotate(-180deg);
}

nav .menu.open .menu-link:hover.active .submenu {
  transform: translateY(0);
  height: 50%;
  z-index: 1;
  opacity: 1;
  bottom: 0;
}

@media screen and (max-width: 767px) {
  nav .menu.open .menu-link:hover.active .submenu {
    height: 70%;
  }
}

nav .menu.open .menu-link:hover.active .submenu .sub-item {
  display: flex;
  animation: submenu 1s ease forwards;
  z-index: 2;
}

@keyframes submenu {
  0% {
    transform: translatex(50px) rotate(5deg);
    opacity: 0;
  }
  50% {
    transform: translatex(50px) rotate(-5deg);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translatex(0px) rotate(0deg);
  }
}

nav .menu.open .menu-link:hover.active .submenu .sub-item:nth-child(1) {
  animation-duration: 1s;
}

nav .menu.open .menu-link:hover.active .submenu .sub-item:nth-child(2) {
  animation-duration: 1.2s;
}

nav .menu.open .menu-link:hover.active .submenu .sub-item:nth-child(3) {
  animation-duration: 1.4s;
}

@media screen and (max-width: 767px) {
  nav .menu.open .menu-link {
    width: 100%;
    height: 25%;
    animation: menu-mobile 0.6s ease forwards;
    transform: translatey(0%);
    right: 0;
  }
  @keyframes menu-mobile {
    0% {
      transform: translateX(200%);
    }
    100% {
      transform: translateX(0%);
    }
  }
  nav .menu.open .menu-link:hover {
    width: 100%;
  }

nav .menu.open .menu-link:hover .text-item,
nav .menu.open .menu-link:hover.active .text-item {
  color: #f9ce03;
}

nav .menu.open .menu-link:nth-child(4):hover .text-item,
nav .menu.open .menu-link:nth-child(4):hover.active .text-item {
  color: #00274c;
}

/* Mobile Submenu Items (1000px and below) */
nav .menu.open .menu-link .submenu .sub-item:hover a {
  color: #f9ce03; /* Logo yellow for all submenu items except Contact */
}

nav .menu.open .menu-link:nth-child(4) .submenu .sub-item:hover a {
  color: #00274c;
}
}

nav .menu.close .menu-link {
  animation: menu-close 1s ease forwards;
}

@keyframes menu-close {
  0% {
    height: 100%;
  }
  100% {
    height: 0;
  }
}

nav .menu.close .menu-link .text-item {
  animation: text-out 0.6s ease forwards;
}

@keyframes text-out {
  0% {
    opacity: 0.3;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

/* Desktop Menu (min-width: 1001px) */
@media screen and (min-width: 1001px) {
  nav {
     position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
  }

  nav .menubar {
    position: relative; /* Inline within sticky nav */
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center; /* Center container */
    padding: 0;
    box-sizing: border-box;
    background-color: #00274c;
    box-shadow: 0px 0px 20px -10px rgba(0, 0, 0, 0.3);
    z-index: 101; /* Above menu */
    margin: 0; /* Remove any menubar margin */
  }

  nav .menubar .hamburger-icons {
    display: none; /* Hide hamburger and secondary icons */
  }

  nav .menubar .navbar-container {
    width: 1100px; /* Fixed width */
    margin: 0 auto; /* Center horizontally */
    justify-content: space-between; /* Logo on left, menu on right */
    padding: 0; /* Remove padding, as menubar handles it */
  }

  nav .menu {
    display: flex !important; /* Force visibility */
    position: static; /* Inline with navbar-container */
    height: auto; /* Fit content */
    background-color: transparent; /* No background */
    z-index: 100; /* Above content, below menubar */
    list-style: none; /* Remove default list bullets */
    margin: 0; /* Remove default margin */
    padding: 0; /* Remove padding */
    visibility: visible !important; /* Ensure visibility */
    flex-direction: row; /* Horizontal menu */
  }

  nav .menu.open {
    position: static; /* Override mobile absolute positioning */
    width: auto;
    height: auto;
    flex-direction: row; /* Horizontal menu */
  }

  nav .menu .menu-link {
    width: auto; /* Auto width for inline items */
    height: 80px; /* Match menubar height */
    background-color: transparent; /* No background */
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px; /* Reduced padding to minimize gap */
    margin: 0; /* Ensure no extra margin */
    position: relative; /* For dropdown positioning and pseudo-element */
    animation: none;
}

  nav .menu .menu-link .text-item {
    color: #ffffff; /* White font color */
    font-size: 14px; /* Smaller for inline */
    font-weight: 500;
    text-transform: capitalize;
    opacity: 1;
    transform: none; 
    height: auto;
    width: auto;
    letter-spacing: 1px;
    animation: none; /* Remove mobile animation */
    text-decoration: none; /* Remove underline */
  position: relative;
  z-index: 1;
}

  nav .menu .menu-link .text-item .icon {
    display: none; /* Hide icon in desktop view */
  }

  nav .menu .menu-link:after {
    content: "";
	  max-height:36px;
    height: 0%; 
	top: 22px; 
	left: 0;
    width: 3px;
    background-color: white;
    opacity: 0.3;
    position: absolute;
    transition: height 0.4s 0.3s ease, width 0.4s ease;
  pointer-events: none;
}

  nav .menu .menu-link:hover:after {
    width: 100%;
    height: 100%;
    transition: height 0.4s ease, width 0.4s 0.3s ease;
  }
  nav .menu .menu-link:hover .text-item {
    opacity: 1; /* Maintain full opacity for text */
  }
  nav .menu .menu-link .submenu {
    display: none; /* Hidden by default */
    position: absolute; /* Float below menu item */
    top: 80px; /* Below menubar */
    left: 0;
    width: 180px; /* Fixed width for dropdown */
    height: auto; /* Auto height for content */
    background-color: #00274c; /* Match menubar background */
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2); /* Shadow for depth */
    z-index: 99; /* Below menubar but above content */
    padding: 10px 0; /* Padding for items */
    opacity: 0; /* For fade-in effect */
    transition: opacity 0.3s ease, visibility 0.3s ease;
    visibility: hidden; /* Hidden by default */
    list-style: none; /* Remove bullets */
    margin: 0; /* Remove margin */
  }

  nav .menu .menu-link:hover .submenu {
    display: flex; /* Show on hover */
    flex-direction: column;
    opacity: 1;
    visibility: visible;
  }

  nav .menu .menu-link .submenu .sub-item {
    display: block; /* Always visible in dropdown */
    margin: 5px 0;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 8px 15px;
    position: relative; /* For pseudo-element */
    animation: none; /* Remove mobile animation */
  }

  nav .menu .menu-link .submenu .sub-item a {
    color: #ffffff; /* White text for contrast */
    text-decoration: none; /* Remove underline */
    display: block; /* Ensure full clickable area */
  }

  nav .menu .menu-link .submenu .sub-item:after {
    content: "";
    height: 0%;
    width: 3px;
    background-color: white;
    opacity: 0.3;
    position: absolute;
    top: 0;
    left: 0;
    transition: height 0.4s 0.3s ease, width 0.4s ease;
  }

  nav .menu .menu-link .submenu .sub-item:hover:after {
    width: 100%;
    height: 100%;
    transition: height 0.4s ease, width 0.4s 0.3s ease;
  }

  nav .menu .menu-link .submenu .sub-item:hover {
    opacity: 1; /* Maintain full opacity for text */
  }

  nav .menu .menu-link:hover.active .submenu {
    display: flex; /* Ensure submenu shows on hover for active links */
    opacity: 1;
    visibility: visible;
  }

  nav .menu .menu-link:hover.active .submenu .sub-item {
    display: block; /* Ensure sub-items are visible */
    animation: none; /* No mobile animation */
  }

  nav .menu .menu-link:hover .text-item {
    color: #f9ce03; /* Logo yellow for About, Clients, Services */
    opacity: 1; /* Maintain full opacity */
  }

  nav .menu .menu-link .submenu .sub-item:hover a {
    color: #f9ce03; /* Logo yellow for all submenu items except Contact */
    opacity: 1; /* Maintain full opacity */
  }
}