.Myupperheader{
    background-color: #DF343A;
    color: white;
    text-align: center;
    font-family: "Manrope", sans-serif;
}
.gig-hero-image.center-image {
  align-items: center !important; /* active only on 2nd slide */
}

.gig-hero-section {
/*       min-height: 100vh; */
/* 	height: calc(100vh - 100px) !important; */
      display: flex;
      flex-direction: column;
      justify-content: center;
      background: linear-gradient(to right, #fff, #fffdfd);
	margin-top:100px;
    }

    .gig-hero-content {
      display: flex;
		min-height: calc(100vh - 100px) !important;
/*     align-items: flex-start; */
/*      justify-content: space-around; */
      flex-wrap: wrap;
      max-width: 1440px;
/*       margin: auto; */
      width: 100%;
    }

    .gig-all-content {
      padding: 50px;
      flex: 1 1 500px;
      max-width: 600px;
    }
.gig-hero-text{
	display: flex;
    flex-direction: column;
    gap: 10px;
	

}
    .gig-hero-text h1 {
      font-size: 45px;
      line-height: 1.2;
      font-weight: 800;
		width:150%;
/* ÷height:70px; */
    }

    .gig-hero-text h1 span {
      color: #C32026;
    }

    .gig-hero-text p {
      margin: 20px 0;
      font-size: 16px;
      color: #444;
		height:100px;
    }

    .gig-hero-text button {
      padding: 12px 24px;
      background-color: #C32026;
      color: #fff;
      border: none;
      border-radius: 25px;
      cursor: pointer;
      font-size: 16px;
		width: 250px;
    }

    .gig-hero-image {
      flex: 1 1 400px;
/*       max-width: 500px; */
		display:flex;
		justify-content:center;
		align-items:center;
    }

    .gig-hero-image img {
      width: 100%;
		height:auto;
/*       max-height: 500px; */
/* 		height: calc(100vh - 100px) !important; */
      object-fit: contain;
    }

    .slider-controls {
      display: flex;
/*       justify-content: center; */
      align-items: center;
      gap: 8px;
      margin-top: 40px;
    }

    .slider-controls span {
      width: 30px;
      height: 30px;
      border-radius: 50%;
      background: black;
      cursor: pointer;
	display: flex;
    justify-content: center;
    align-items: center;
    }

    .slider-controls .active {
      background: black;
    }

.nav-btn {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #000;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.3s ease;
}
.nav-btn:hover {
  background: #C32026;
}

.line line {
  stroke: white; /* default */
  transition: stroke 0.3s ease;
}

.line.active line {
  stroke: #E63946; /* red when active */
}

select {
		 -webkit-appearance: none; /* For WebKit browsers */
        -moz-appearance: none;    /* For Mozilla browsers */
        appearance: none; 
        background-image: url('https://gig.zaledigital.com/wp-content/uploads/2025/09/icons8-down-arrow-50.png');
        background-repeat: no-repeat;
        background-position: right 10px center; /* Position your icon */
        background-size: 16px; /* Adjust size as needed */
    }

.locations-region-column{
height:380px;
overflow:hidden;
}


@media (max-width: 768px) {
  .gig-hero-content {
    flex-direction: column;
    position: relative;  /* relative container */
    flex-direction: row;
/*     padding: 20px; */
	height: auto !important;
    align-items: none;
    justify-content: none;
  }
	.gig-hero-text h1 {
	width:100%;

}
	.gig-all-content{
     padding: 20px; 
     flex: 0px; 
     max-width:100%;

}
  .gig-hero-image {
    position: relative;
	     margin-top: 0px;
/*         padding: 20px; */
	width:100%;
  }
	.gig-hero-image img{

    height: auto!important;

}

  .slider-controls {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 0;
    z-index: 2;   /* appear above image */
  }
	.main-menu{
background-color: rgba(0, 0, 0, 0.84);
}
.logo img {
    height: 30px;
    width: 40px;
}


}




    @media (max-width: 991px) {
      .gig-hero-content {
        flex-direction: column;
		
      }

      .gig-hero-text h1 {
        font-size: 36px;
      }

      .gig-hero-image {
/*         margin-top: 30px; */
      }

      .slider-controls {
        margin-top: 30px;
      }
    }








.gig-header{
/*     justify-content: space-around; */
	justify-content:space-between;
    display: flex;
    height: 75px;
    align-items: center;
    background-color: black;
/*     width: 90%; */
    margin: auto;
    border-radius: 40px;
    padding: 20px;
    margin-top: 12px;
    position: fixed;
    top: 20px;
     z-index: 10000;
/*     gap: 125px; */
	  left: 50%;
  transform: translateX(-50%);
  width: 90%;  
    background-color: rgba(0, 0, 0, 0.84);
}

.nav ul li a{
    font-weight: 600;
}
.header-actions {
  display: flex;
/*   gap: 10px; */
/*   margin-left: 75px; */
margin-left:100px;
  align-items: center;
}
.after-login-buttons{
display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;

}

.header-btn {
  font-size: 12px;
  padding: 10px 20px;
  border-radius: 40px;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
}

.login-btn {
  background: none;
  color: white;
  text-decoration: underline;
  border: none;
}
.login-btn:hover{
    color: white;
}
.track-btn {
  background-color: #D5343A;
  color: white;
  border: none;
}
.track-btn:hover{
    color: white;
}
.contact-btn {
/*  background-color: rgba(0, 0, 0, 0.84); */
  color: white;
  border: 2px solid white;
}
.contact-btn:hover{
    color: white;
}


.mega-menu {
    display: none;
    position: absolute;
    top: 60px;
    left: -60px;
/*     width: 1000px; */
	width:auto;
    background: white;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    padding: 20px;
/*     z-index: 9999; */
	height:auto;
/* 	height:340px; */

 	opacity: 0;
    transform-origin: 50% -50px; /* pivot from top center */
    transform: rotateX(-15deg);  /* slightly folded back */
    visibility: hidden;
    transition: all .3s ease;
    will-change: transform, opacity;

}

.main-menu li a:hover {
    color: white !important;
	
}
.main-menu li:hover > .mega-menu {
    display: block;
     opacity: 1;
    transform: rotateX(0deg);
    visibility: visible;

}

.mega-column-wrapper {
    display: flex;
    gap: 15px;
}

.mega-column {
    display: flex;
    flex-direction: column;
	background-color: #F9F9F9;
    padding: 20px;
    border-radius: 10px;
	height:440px;
}

.mega-heading {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
    color: #CF343A;
    margin-bottom: 20px;
    padding-left: 2px;
	display:flex;
	justify-content:space-between;
	align-items:center;
}

.mega-column.second-column {
    display: none;
    flex-direction: column;
    padding: 0px;
    background-color: white;
    border-radius: 0px;
}


.second-column-first{
    padding: 20px;
    background-color: #F9F9F9;
    border-radius: 10px;
    height: 440px;
}

.second-column-after{
 padding: 20px;
    background-color: #F9F9F9;
    border-radius: 10px;
height:440px;

}


.mega-column.second-column ul {
    padding: 0;
    list-style: none;
}

.mega-column.second-column li {
    font-size: 15px;
    color: #222;
}

.mega-column.second-column li a {
    color: #222;
    text-decoration: none;
}

.mega-column.second-column li a:hover {
    text-decoration: underline;
}

.mega-column.third-column .mega-list {
    display: flex;
    flex-direction: column;
}



.second-column-first,
.second-column-after {
  display: none;
}










.service-item-aligned {
    padding: 6px 0;
	display:flex;
	justify-content:space-between;
	align-items:center;
}



.service-link-aligned.open-second-column.third-item-in-first-column + img {
  display: none;
}
.second-column-first .service-item-aligned 
  > .service-link-aligned.open-second-column 
  + img {
  display: none;
}

.import-section-first .service-item-aligned 
  > .service-link-aligned.open-second-column 
  + img {
  display: none;
}
.import-section-second .service-item-aligned 
  > .service-link-aligned.open-second-column 
  + img {
  display: none;
}




.service-link-aligned {
    display: flex;
    align-items: center;
    text-decoration: none;
    gap: 14px;
    cursor: pointer;
}

.service-icon {
    width: 35px;
    height: 35px;
    background-color: #fff5f5;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.service-icon img {
    width: 22px;
    height: 22px;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}

.service-text-block {
    display: flex;
    flex-direction: column;
}

.service-item-aligned a{
padding:0px;
}
.service-title {
    font-size: 14px;
    font-weight: 600;
    color: #222;
    margin-bottom: 2px;
}
.service-title:hover{
color:#CF343A;
	font-weight:700;

}

.service-desc {
    font-size: 12px;
    color: #777;
}
.import-section-start{ 
    position: relative;
/*     display:block; */
	display:none;
    top: 0px;
    left: 0px;
    background-color: white;
/*     height: 100px; */
    width: 25%;
    }
.import-section-main {
 
}

.service-link-aligned.open-second-column.export-icon + img{
	display:none !important;
}


.import-section-first {

  display: none !important;
/* 	 box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1); */
  border-radius: 12px;
  background: #F9F9F9;
	padding:12px;
	height:440px;
}
.import-section-second{

    display: none;
/* 	 box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1); */
  border-radius: 12px;
  background: #F9F9F9;
	padding:12px;
height:440px;
}
.import-section-second-heading {
 font-size: 13px;
 text-transform: uppercase;
 font-weight: 500;
 color: #CF343A;
 margin-bottom: 20px;
 padding-left: 2px;
}

.second-column-after .service-item-aligned {
    /* Your styles here */
    height: 65px; /* example */
}

.mega-menu.resources-mega-menu{
left: -70px;

}
.resources-first-column{
	padding:20px;background-color: #F9F9F9;
    padding: 20px;
	border-radius: 10px;
}
.resources-items-group{
    display: flex;
    flex-wrap: wrap;
}

.resources-heading {
     font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
    color: #CF343A;
    margin-bottom: 20px;
    padding-left: 2px;
	display:flex;
	align-items:center;
	justify-content:space-between;
}





.resources-item a{
    font-size: 14px;
    font-weight: 600;
    color: #222;
    margin-bottom: 2px;
}

.mega-menu.resources-mega-menu .resources-item * {
  color: inherit !important;
}


.resources-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 0;
  width: 50%;
}
.resources-icon img {
  width: 40px;
  height: 40px;
}



.mega-menu.locations-mega-menu{
	left:160px;
	height:410px;
}
.locations-wrapper{
    display: flex;
	gap:10px;
	
}
.locations-columns-wrapper {
  display: flex;
  gap: 40px;
  padding: 20px;
}

.locations-column {
  flex: 1;
}
.locations-first-column{
    background-color: #F9F9F9;
    padding: 20px;
    border-radius: 10px;
	height:375px;
	width:200px;
}
.locations-second-column{
/* width:200px; */
}
.locations-second-inner{
/* width:200px; */
}
.locations-second-group1{
	background-color: #F9F9F9;
    padding: 20px;
    border-radius: 10px;
	overflow: scroll;
   scrollbar-width: none;
height:375px;
	width:200px;
}
.locations-second-group2{
	background-color: #F9F9F9;
    padding: 20px;
    border-radius: 10px;
	height:375px;
	width:200px;
}




.locations-heading {
     font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
    color: #CF343A;
    margin-bottom: 20px;
    padding-left: 2px;
	    display: flex
;
    justify-content: space-between;
    align-items: center;
}

.locations-item,
.locations-detail {
    font-size: 12px;
    font-weight: 600;
    color: #222;
    margin-bottom: 2px;
}

.locations-wrapper .locations-item a:hover {
    color: #d70000 !important;
	text-decoration:none !important;
}


.locations-item:hover {
  color: #d70000;
}





.locations-pair:hover .region-group {
    display: block;
}
.locations-item a{
color: #000;
font-size: 14px;
font-weight: 600;
padding:0px;
height:30px;
display: flex;
justify-content: space-between;
align-items: center;
}
.locations-second-group1 .locations-heading{
display: flex;
justify-content: space-between;
align-items: center;
}
.locations-second-group2 .locations-heading{
display: flex;
justify-content: space-between;
align-items: center;
}

.locations-second-group1 .locations-heading img{
display:none;
}
.locations-second-group2 .locations-heading img{
display:none;

}



.locations-second-inner locations-heading{
	font-size:10px !important;

}







@media (min-width: 1440px){

	.gig-header{
	width:1200px;
}
	.gig-hero-section{
    align-items: center;
}
	.gig-hero-content{
max-width:1340px;
}

	.gig-stiky-card-2,
	.gig-sticky-card{
	display:flex;
	justify-content:center;
}
	.gig-sticky-card-main{
	width:1340px;
}
}




@media (max-width: 768px) {
  .locations-first-column {
    width: 100% !important;
    display: block;
	height:280px;
  }

	
	
	
  .locations-second-column {
    display: none; /* hidden by default */
    width: 100% !important;
	  height:280px;
  }
 .locations-third-column {
    display: none; /* hidden by default */
    width: 100% !important;
	  height:280px;
  }
.locations-region-column{
    display: none; /* hidden by default */
    width: 100% !important;
    height: 280px ;
    background: #F9F9F9;
    border-radius: 10px;
    overflow-y: auto;
    scrollbar-width: none;
  }






  /* Location blocks inside third column */
  .locations-region-column > div {
    display: none; /* each region hidden by default */
  }
  .locations-region-column > div.active {
    display: block; /* show only active region */
  }





	.location-abia{
	width:100%;
	 height:280px;
}
	.locations-second-inner{
	width:100% !important;
		height:280px;
}
	.locations-second-group1{
	width:100% !important;
		height:280px;
}
.locations-second-group2{
	width:100% !important;
	height:280px;
}

.locations-second-group1 .locations-heading img{
display:block;
}
.locations-second-group2 .locations-heading img{
display:block;

}



  /* Style the back arrow */
  .back-btn {
    margin-left: 8px;
    cursor: pointer;
  }
/* Reusable hidden state */
.hidden {
  display: none !important;
}

.visible {
  display: block !important;
  width: 100%;
}
	.mega-menu{
height:500px;
}
	.mega-column-wrapper{
flex-direction:column;
}
	.import-section-start,
.import-section-main,
.import-section-first,
.import-section-second
{
width:100%;
}
	.mega-column.first-column.has-third-item{
  overflow-y: auto;
    scrollbar-width: none;
	height:280px;
	}
.mega-column.second-column,
.second-column-first-column,
.second-column-first,
	.second-column-after{
	 overflow-y: auto;
    scrollbar-width: none;
	height:280px;
}
.import-section-start,
.import-section-start,
.import-section-main,
.import-section-first,
	.import-section-second{
height:280px;
}
	.import-section-second-heading{
	display:flex;
	justify-content:space-between;
	align-items:center;
}



}





./* Hide groups by default */
.locations-region-column > div,
[class*="locations-second-group"],
.location-group {
  display: none;
}

/* Visible when active */
.locations-region-column > div.active,
[class*="locations-second-group"].active,
.location-group.active {
  display: block;
}

/* small UX */
.locations-item { cursor: pointer; }


/* Target all elements with class starting with location- */
[class^="location-"] a,
[class*=" location-"] a {
  padding: 0px;
}



.location-abia,
.location-abuja,
.location-adamawa,
.location-anambra,
.location-akwa-ibom,
.location-bauchi,
.location-bayelsa,
.location-benue,
.location-borno,
.location-cross-river,
.location-delta,
.location-ebonyi,
.location-edo,
.location-ekiti,
.location-enugu,
.location-gombe,
.location-gusau,
.location-imo,
.location-jigawa,
.location-kaduna,
.location-kano,
.location-katsina,
.location-kebbi,
.location-kogi,
.location-kwara,
.location-lagos,
.location-nasarawa,
.location-niger,
.location-ogun,
.location-ondo,
.location-osun,
.location-oyo,
.location-plateau,
.location-rivers,
.location-sokoto,
.location-taraba,
.location-yobe,
.location-canada,
.location-china,
.location-ghana,
.location-uk,
.location-usa{
    display: none; /* hidden by default */
    border-radius: 10px;
    padding: 20px;
    background: #F9F9F9;
	overflow: scroll;
    scrollbar-width: none;
	height:375px;
	width:200px;
}










.location-box {
        background: #fff;
        border-radius: 16px;
        padding: 20px 25px;
        max-width: 400px;
        box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    }

    .location-title {
            font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    color: #CF343A;
    margin-bottom: 20px;
    padding-left: 2px;
	display:flex;
	justify-content:space-between;
	align-content:center;
    }

    .location-item {
        margin-bottom: 18px;
    }

    .location-item h4 {
        margin: 0;
        font-size: 16px;
        font-weight: bold;
        color: #000;
    }

    .location-item p {
        margin: 3px 0 0;
        font-size: 14px;
        color: #555;
        line-height: 1.4;
    }

.walk-in-country-region-contant [id]::before {
  content: "";
  display: block;
  height: 100px;
  margin-top: -100px;
}

.mySlides-main{

    height: calc(100vh - 100px) !important;
}

.gig-section{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px;
    height: auto;
    background: linear-gradient(45deg, #f9d5d3, #fbeaea, #f3e6e5, #f9d5d3);
    background-size: 400% 400%;
    animation: gradientBG 20s ease infinite;
}
@keyframes gradientBG {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
  }
.gig-section-div1{
    width: 60%;
    height: 500px;
}
.gig-section-div1 h1{
    margin: 20px;
    font-size: 50px;
    background-image: linear-gradient(to right, #CF343A ,black);
    color: transparent;
    background-clip: text;
    letter-spacing: 2px;
    line-height: 1.2;
    font-weight: 700 !important
}
.gig-section-div1 p{
    margin: 20px;
}
.gig-section-div1 button{
    margin: 20px;
    padding: 7px;
    border-radius: 20px;
    border: 0px;
    width:195px;
    background-color: #D5343A;
    color: white;
}
.gig-section-div2{
    display: flex;
    height: 500px;
    width: 40%;
    justify-content: center;
    align-items: center;
}
.gig-section-div-slider-2{
    width: 60%;
    height: 500px;
}
.gig-section-div-slider-2 h1{
    margin: 20px;
    font-size: 50px;
    background-image: linear-gradient(to right, #CF343A ,black);
    color: transparent;
    background-clip: text;
    letter-spacing: 2px;
    line-height: 1.2;
    font-weight: 700 !important;
    width:800px;
}
.gig-section-div-slider-2 p{
    margin: 20px;
}
.gig-section-div-slider-2 button{
    margin: 20px;
    padding: 7px;
    border-radius: 20px;
    border: 0px;
    width:195px;
    background-color: #D5343A;
    color: white;
}
.gig-section-div2-slider-2{
    width: 40%;
    justify-content: center;
    height: 500px;
    position: relative;
    top: 32px;
    right: 254px;
}


 .gig-slider {
      background-image: linear-gradient(to right, #F6EDEE, #FFE4E4);
      overflow: hidden;
      position: relative;
      padding: 20px 0;
    }

    .gig-slider h2 {
      margin-left: 45px;
      margin-bottom: 20px;
      font-weight: 700;
      font-size: 24px;
    }

    .gig-slider-track {
      display: flex;
      width: max-content;
      animation: slide 35s linear infinite;
      will-change: transform;
      transform: translate3d(0, 0, 0);
		gap:54px;
    }

    .gig-slider-logos {
      display: flex;
      gap: 54px;
    }

    .gig-slider-logos img {
      width: 70px;
      margin: 0 20px;
      flex-shrink: 0;
      object-fit: contain;
    }

    @keyframes slide {
      from {
        transform: translate3d(0, 0, 0);
      }
      to {
        transform: translate3d(-50%, 0, 0);
      }
    }
.gig-log-product-section{
	padding:50px;
}

.gig-log-product h1{
    color:black;
    letter-spacing: 2px;
    line-height: 1.3;
    font-size: 50px;
    font-weight: 700 !important;
}
.gig-log-product p{
    width: 70%;
}
/* .gig-sticky-card-div{
    justify-content: center;
align-items:start;
}
.gig-sticky-card-div1 h1{
font-size: 35px;
}
.gig-sticky-card-div1 p{
font-size: 14px;
} */
/* .gig-sticky-card-div1 button{
    width: 150px;
	font-size:18px;
}
 */
.gig-developers-section{
    padding: 50px;
    background-color: #333030;
    background-image: url('../images/gig-d-background.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position:center ;
}
.gig-developers-heading{
    margin-left: 50px;
    margin-top: 50px;
    background-image: linear-gradient(to right, #FF2B33 ,#991A1F);
    color: transparent;
    background-clip: text;
    letter-spacing: 2px;
    line-height: 1.2;
    font-size: 40px;
    font-weight: 700 !important;
}
.gig-developers-div{
    display: flex;
    padding: 50px;
    justify-content: center;
    gap: 150px;
}
.gig-developers-div div{
    width: 30%;
    display: flex;
    row-gap: 15px;
    flex-direction: column;
    color: white;
}
.gig-developers-div div p{
        font-size: 12px;
}
.gig-developers-div div h1{
	height:auto;
    font-size: 35px;
    font-weight: 700 !important;
}
.gig-download-section{
    padding: 25px;
    display: flex;
	justify-content:center;
    gap: 15px;
    padding: 50px;
}
.gig-download-heading h1{
    font-size: 35px !important;
    font-weight: 700 !important;
}
.gig-download-contact{
    display: flex;
}

.gig-download-contact-furthur{
    display: flex;
    flex-direction: column;
    gap: 50px;
}
.gig-download-contact-furthur div p{
    font-size: 12px;
}
.gig-download-main{
    display: flex;
    width: 1340px;
    gap: 15px;
}
.gig-download-main-div{
    width: 50%;
    background-color: #FF000A1A;
    border-radius: 25px;
    padding: 20px;
}
.gig-download-main-2-div{
    display: flex;
    flex-direction: column;
    gap: 30px;
    position: relative;
    top: 20px;
}
.gig-download-second-div{
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    column-gap: 15px;
    row-gap: 15px;
}
.gig-download-second-div div{
    width: 50%;
    border-radius: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
   min-width: 200px; /* Adjust as needed */
    flex: 1;
}
.gig-download-second-div div h1{
    font-size: 35px !important;
    font-weight: 700 !important;
}
.gig-download-second-div div p{
     font-size: 12px;
}
.gig-download-contact-furthur{
    width: 50%;
}
.gig-review-section{
   background-color: #FBFBFB;
   display: flex;
   padding: 50px;
   height: 650px;
	justify-content:center;
}
.gig-review-main{
    display: flex;
	width:1340px;
}
.gig-review-heading{
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.gig-review-heading h2{
    font-size: 35px;
    font-weight: 700 !important;
    width: 100%;
    background-image: linear-gradient(to right, #CF343A, black);
    color: transparent;
    background-clip: text;
}
.gig-review-heading h2 span{
    color: black;
}
.gig-review-heading p{
    font-size: 14px;
    
}
.gig-review-contant {
    display: flex;
    width: 50%;
    padding: 20px;
    flex-direction: column;
	align-items: center !important;
    gap: 40px;
    overflow: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
    overflow-y: scroll;
	align-items:center;
}
.gig-review-contant-main{
    display: flex;
	gap:20px;
}
.gig-review-contant-main div{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.gig-review-contant-main div:first-child{
    font-size: 12px;
    width: 265px;
} 
.gig-faq{
    padding: 50px;
}
.gig-faq h2{
        font-weight: 700 !important;
}
 .gig-faq-main-div{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 40px;
    gap: 30px;
 }
.gig-faq-div{
box-shadow: none;
    border-bottom: 1px solid #E4E4E4;
    width: 55%;
    border-radius: 0px;
	 padding: 20px;
    gap: 15px;
	
}

 .gig-faq-div.active{
    width: 60%;
    padding: 30px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    border-radius: 20px;
    box-shadow: 0 8px 20px -4px rgba(0, 0, 0, 0.1), 0 2px 10px -13px rgba(0, 0, 0, 0.19);
    border-top: none;
 }
 .gig-faq-div hr{
    width: 90%;
    margin: auto;
 }
 .gig-faq-div-heading{
    display: flex;
    align-items: center;
    justify-content: space-between;
 }
 .gig-faq-div-heading h3{
   font-size: 1.17em !important ;
   font-weight: 700 !important;
	 width:100%;
 }
 .gig-faq-div-para{
    color:#868788;
    max-height: 0;
    overflow: hidden; 
    transition: max-height 0.4s ease;
 }
 .gig-faq-div-heading svg{
    color: #D5343A;
    background-color: #E4E4E4;
    border-radius: 50px;
	width:30px;
	height:30px;
	padding:5px;
}
.gig-faq-div.active .gig-faq-div-para{
    max-height: 300px;
}
/* @media screen and (max-width:1440px){
    .slider-image-div-2 img{
    width: 160%!important;
    top: 46px!important;
    height: 474px!important;
    position: relative!important;
    }
    .slider-contant-div h1{
        width: 115%!important;
    }
    
} */



.gig-pic-slider-section{
   	margin: 0;
      padding: 0;
      height:calc(100vh - 100px) !important;
      background: white;
      overflow: hidden;
}
.blob {
      position: absolute;
      width: 200px;
      height: 200px;
      border-radius: 50%;
      filter: blur(80px);
	pointer-events: none;
      opacity: 0.2;
      animation: floatRandom 12s infinite linear, morph 6s ease-in-out infinite;
    }

    /* Red Blob Shades */
    .red1 {
      background: #D5343A;
      top: 10%;
      left: 20%;
      animation-delay: 0s;
	position: absolute;
  	pointer-events: none;
    }

    .red2 {
      background: #6F1B1E;
      top: 40%;
      left: 60%;
      animation-delay: 1s;
		position: absolute;
  	pointer-events: none;
    }

    .red3 {
      background: #D5343A;
      top: 70%;
      left: 30%;
      animation-delay: 2s;
		position: absolute;
  	pointer-events: none;
    }

    .red4 {
      background: #6F1B1E;
      top: 20%;
      left: 60% !important;
      animation-delay: 1.5s;
	position: absolute;
  	pointer-events: none;
    }

    .red5 {
      background: #D5343A;
      top: 60%;
      left: 10%;
      animation-delay: 2.5s;
	pointer-events: none;
    }

    @keyframes floatRandom {
      0% {
        transform: translate(0, 0) scale(1);
        opacity: 0.2;
      }
      25% {
        transform: translate(40px, -50px) scale(1.1);
        opacity: 0.3;
      }
      50% {
        transform: translate(-30px, 40px) scale(1.3);
        opacity: 0.4;
      }
      75% {
        transform: translate(50px, 20px) scale(1.1);
        opacity: 0.3;
      }
      100% {
        transform: translate(0, 0) scale(1);
        opacity: 0.2;
      }
    }

    @keyframes morph {
      0% {
        border-radius: 60% 40% 30% 70% / 50% 60% 40% 50%;
      }
      50% {
        border-radius: 30% 60% 70% 40% / 60% 40% 60% 40%;
      }
      100% {
        border-radius: 60% 40% 30% 70% / 50% 60% 40% 50%;
      }
    }



    @keyframes gradient-animation{
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

 


.hamburger-svg{
      font-size: 25px;
      cursor: pointer;
      color: white;
      display: none;
    }
.hamburger-svg {
display:none!important;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Animate lines when active */
.hamburger-svg.active line:nth-child(1) {
      transform: rotate(47deg);
    transform-origin: 6px 6px;
}

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

.hamburger-svg.active line:nth-child(3) {
transform: rotate(-46deg);
    transform-origin: 2px 24px;

}

/* Smooth transition */
.hamburger-svg line {
  transition: transform 0.3s ease, opacity 0.3s ease;
}







.main-nav {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}

.main-nav.show {
  max-height: 500px; /* enough to show all links */
  transition: max-height 0.5s ease-in;
}
a.mega-toggle[data-target="menu-120"] + svg {
  width: 20px;
  height: 20px;
  fill: red;
  margin-left: 6px;
  vertical-align: middle;
	display:none;
}
/*  nav.show {
      max-height: 500px; 
      transition: max-height 0.5s ease-in;
    } */

@media screen and (min-width:1600px){
	.gig-hero-content{
	    height:600px !important;
}
}

@media screen and (max-width:1024px){
	.header-actions{
margin:0px;
}
	.gig-header{
		gap:20px;
	}	
	.main-menu li a{
	font-size:14px;
}
	.gig-developers-div{
	gap:50px;
}
.gig-download-contact div:nth-of-type(2) img{
	width:170px;
}

}
@media screen and (max-width:991px){
	.gig-hero-text h1{
	width:100%;
}
	.gig-hero-content{
	flex-wrap:nowrap;
}
}





@media (min-width: 992px) {
  .main-nav {
    max-height: none;
    overflow: visible;
  }
	

	
}
@media screen and (max-width: 992px) {
    .hamburger-svg {
        display: flex !important
;
        justify-content: center;
        align-items: center;
    }
.header-logo {
        width: 100%;
        justify-content: space-between;
        background-color: rgba(0, 0, 0, 0.84);
        padding: 10px;
        border-radius: 35px;
    }
    .gig-header {
        height: auto;
        flex-direction: column;
        gap: 15px;
        padding: 0px;
        background: transparent;
    }
	    .main-nav {
        width: 100%;
        border-radius: 20px;
    }
.main-menu {
        flex-direction: column;
        width: 100%;
		background-color: rgba(0, 0, 0, 0.84);
    }
    nav ul li {
        margin: 0px 0px;
        border-bottom: 1px solid white;
        padding: 5px;
        justify-content: space-between;
    }
    .header-actions {
        margin-left: 0px;
        flex-direction: column;
        align-items: start;
    }
    .after-login-buttons {
        width: 100%;
        padding: 10px;
    }
	    nav ul li svg {
        display: block;
    }
	    .mega-menu {
        top: 0px;
        left: 0px;
        width: 100%;
		   height: 500px;
    }
    .mega-column-wrapper {
        flex-direction: column;
    }

    .mega-column.first-column.has-third-item {
        overflow-y: auto;
        scrollbar-width: none;
        height: 320px;
    }
	.visible {
        display: block !important;
        width: 100%;
    }
.hidden {
        display: none !important;
    }
    .import-section-second-heading {
        display: flex
;
        justify-content: space-between;
        align-items: center;
    }

    .second-column-first-column, .second-column-first, .second-column-after {
        overflow-y: auto;
        scrollbar-width: none;
        height: 320px;
    }
    .import-section-start, .import-section-start, .import-section-main, .import-section-first, .import-section-second {
        height: 320px;
		width: 100%;
    }

     .mega-menu.locations-mega-menu{
	top:0px;
	left:0px;
	width:100%
}
	.mega-menu.resources-mega-menu{
	left:0px;
	width: 100%;
}


.resources-items-group {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
	overflow: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
    overflow-y: scroll;
	height:240px;
	}
	.resources-item{
width:100%;
}
    .locations-first-column {
        width: 100% !important;
        display: block;
        height: 320px;
    }
    .locations-second-column {
        display: none;
        width: 100% !important;
        height: 320px;
    }
    .locations-second-group1 {
        width: 100% !important;
        height: 320px;
    }
.locations-second-group2 {
        width: 100% !important;
        height: 320px;
    }
.locations-region-column {
        display: none;
        width: 100% !important;
        height: 320px;
        background: #F9F9F9;
        border-radius: 10px;
        overflow-y: auto;
        scrollbar-width: none;
    }

.locations-second-group1 .locations-heading img {
    display: block;
}
.locations-second-group2 .locations-heading img {
    display: block;
}
  
.location-abia, .location-abuja, .location-adamawa, .location-anambra, .location-akwa-ibom, .location-bauchi, .location-bayelsa, .location-benue, .location-borno, .location-cross-river, .location-delta, .location-ebonyi, .location-edo, .location-ekiti, .location-enugu, .location-gombe, .location-gusau, .location-imo, .location-jigawa, .location-kaduna, .location-kano, .location-katsina, .location-kebbi, .location-kogi, .location-kwara, .location-lagos, .location-nasarawa, .location-niger, .location-ogun, .location-ondo, .location-osun, .location-oyo, .location-plateau, .location-rivers, .location-sokoto, .location-taraba, .location-yobe, .location-canada, .location-china, .location-ghana, .location-uk, .location-usa {
	width:100%;
}
	.location-title svg{

}

}

    





@media screen and (max-width:768px) {
    .gig-header{
        height: auto;
		flex-direction:column;
		gap:15px;
		padding:0px;
		background:transparent;
    }
	.gig-review-heading{
	width:100%;
}
	.gig-review-contant{
	width:100%;
}
	.header-logo{
	width:100%;
	justify-content: space-between;
/* 	background: black; */
	background-color: rgba(0, 0, 0, 0.84);
    padding: 10px;
    border-radius: 35px;
}
	.mega-menu{
	top:0px;
	left:0px;
	width:100%;

}
	.mega-menu.locations-mega-menu{
	top:0px;
	left:0px;
	width:100%
}
	.mega-menu.resources-mega-menu{
	left:0px;
	width: 100%;
}


.resources-items-group {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
	overflow: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
    overflow-y: scroll;
	height:240px;
	}
	.resources-item{
width:100%;

}
	.locations-first-column{
	width:50%
}
	.locations-second-column{
	width:54%;
}

	.main-menu{
    flex-direction: column;
    width: 100%;
		
}
	.main-nav{
width:100%;
border-radius:20px;
} 
	.header-actions{
    margin-left: 0px;
    flex-direction: column;
    align-items: start;
}
	.after-login-buttons{
	    width: 100%;
    padding: 10px;
	}
		.hamburger-svg{
		display: flex !important;
        justify-content: center;
        align-items: center;
		}
	nav ul li svg{
		display:block;
	}
/*       nav ul {
        flex-direction: column;
      } */

/*       nav ul li {
        margin: 10px 0;
      }
	 */
	
	
	
	
 .gig-developers-div div h1 {
    font-size: 25px;
    gap: 50px;
 }
 .mySlides-main {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.mySlides-main-div2{
flex-direction: column;
  justify-content: center;
  align-items: center;
}
.slider-contant-div {
    width: 100%;
    height: 350px;
}
.slider-contant-div h1 {
    font-size: 45px;
    width: 100%!important ;
	font-weight:800 !important;
}
	.slider-contant-div h1 span{
	background-image: linear-gradient(to right, #CF343A, black);
    color: transparent;
    background-clip: text;
	}
.slider-image-div-2 img{
    width: 100% !important;
    top: 15px !important;
    height: 400px !important;
    position: relative !important;
    left: 490px !important;
}
.slider-image-div{
    width: 90%;
}
.slider-button{
    width: 175px!important;
    bottom: 45px;

}
.gig-section-div1{
    height: 300px;
}
.gig-section-div2{
    height: 300px;
}
.gig-section-div1 h1{
    font-size: 25px;
}
.w3-section{
    position: relative;
    top: 150px;
}

	.gig-sticky-card-div1{
	align-items:center;

}
 .gig-developers-div {
    display: flex;
    padding: 0px;
    justify-content: center;
    gap: 25px;
}
.main-footer-div{
    gap: 15px;
}
.social-logo-footer{
    gap: 10px;
}
.social-logo-footer img{
    width: 25px;
}
.download-playapp{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.gig-faq-div {
    width: 100%;

}
	.gig-faq-div.active{
width:100%;
}
/* .gig-header{
display: inline-block !important;
} */
.gig-sticky-card-main{
    flex-direction: column;
}

.gig-sticky-card-main{
    display: block;
    gap: 35px;
}
.gig-sticky-card-div1 {
    width: 100% !important;
    display: flex;
    position: static !important;
}
	.gig-sticky-card-div1 p {
	font-size:12px !important;
text-align:center;
	}
.gig-sticky-card-div2 {
    width: 100% !important;
}
.gig-download-section{
    flex-direction: column;
}
	.gig-developers-heading {
     margin-left: 0px;
     margin-top: 0px; 
    margin-bottom: 20px;
}

.gig-download-main-div{
    width: 100%;
}
.gig-download-contact-furthur{
    gap: 125px;
}
	.gig-download-main{
width: 100%;
        flex-direction: column;
}
.gig-download-second-div{
    width: 100%;
}
	.content{
padding:20px!important;
}
	.gig-review-section{
height:auto;

}
	.gig-review-main{
flex-direction:column;
        width: 100%;
}


}


@media screen and (max-width:430px){
	.Myupperheader{
	font-size:12px;

}
.gig-download-contact-furthur > div:nth-of-type(2) a img{
  /* your styles */
  width:100%;
}
	
.gig-download-contact > div:nth-of-type(2) img{
width:60% !important;
}

    .gig-pic-slider-section div{
        gap: 0px;
    }
    .red2{
    left: 40% !important;
    }
    .my-sticky h1{
        font-size: 25px !important;
    }    
	.gig-hero-text{
	align-items: center;

}
	    .gig-hero-text h1 {
			font-size: 25px;
}
	.gig-hero-text p {
	 margin:0px;
    font-size: 12px;
/* 		height:60px; */
}
	.gig-hero-text button{
	 font-size: 12px;
    width: 150px;
}
    .slider-contant-div{
        padding: 0px;
        height: 300px;
    }
    .slider-image-div{
        position: absolute !important;
        bottom:0;
		right:25px;

    }
    .slider-contant-div h1{
        font-size: 30px;
        
        }
    .slider-button{
        bottom: -11px;
        left: 100px;
    }
   
    .slider-image-div img{
        height: 350px;
    }
	.slider-image-div-2{
		height:400px;
	}
    .slider-image-div-2 img{
        width: 150% !important;
        top: 15px !important;
        height: 300px !important;
        position: relative !important;
        left: 367px !important;
    }
    .gig-review-section {
        flex-direction: column;
    }
    .w3-section {
        position: relative;
        top: 185px;
        left: 55px;
        width: 200px;
        top: 135px;
        left: 80px;
    }
    .gig-log-product {
    padding: 20px;
}
.gig-log-product h1{
font-size:26px;
}
	.gig-log-product p{
	font-size:12px;
}
    .gig-slider h2 {
    margin-left: 20px;
    margin-top: 20px;
}
    .gig-section-div1{
    display: flex;
    flex-direction: column;
    gap: 15px
    }
    .gig-section-div1 h1{
        margin: 0px;
    }
    .gig-section-div1 p{
        margin: 0px;
        font-size: 12px;
    }
	.gig-developers-section{
		padding: 20px;
	}
    .gig-section-div1 button{
        width: 110px;
    }
	.gig-sticky-card-div1{
     height:auto!important;
	    gap: 15px!important;
}
.gig-stiky-card-2{
padding: 20px!important;
}
.gig-sticky-card{
    padding: 20px!important;
}
	#contact{
    height: 430px!important;
	padding:20px!important;
}
	#stuff{
height: 420px!important;
	padding:20px!important;
}
	#intro{
height: 410px!important;
	padding:20px!important;
}
.gig-sticky-card-div1 button{
    width: 130px!important;
	font-size:14px!important;
}
.gig-sticky-card-div1 h1{
    font-size: 25px!important ;
    font-weight: 700 ;
}
.gig-sticky-card-div1 p{
    font-size: 12px!important;
}
    .gig-developers-heading{
   margin:0px;
font-size: 25px;
    }
    .gig-developers-div{
        padding: 0px;
    } 

	.gig-developers-div div h1{
	height:auto;
	}
	.gig-log-product-section{
	padding:0px;
}
	.gig-log-product h1{
	text-align:center;
}
	.gig-log-product p{
		text-align:center;
	}
	#intro{
	top: 100px !important;
}
	#stuff{
	top:120px !important;
}
	#contact{
	top:150px !important;
}
	.gig-download-heading{
	padding:20px;
}
	.gig-download-contact-furthur{
	padding:20px;
}
	.gig-download-main-div{
	padding:0px;
}
.gig-download-contact-furthur > div:nth-of-type(2) {
    flex-direction: row !important;
}

    .gig-download-section {
        padding: 20px;
    }
    .gig-download-contact-furthur-logo-div{
        align-items: center;
    }
    .gig-download-contact-furthur-logo-div a{
        display: flex;
        justify-content: center;
    }
    .gig-download-main-2-div {
        position: static;
        gap: 0px;
    }
    .gig-download-contact-furthur{
        gap: 0px;
    }
    .gig-download-contact{
    flex-direction: column;
    gap: 30px;
    }
    .gig-download-contact div{
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
    }
    .gig-download-contact div img{
        position: static;
        width: 90%;
    }
	.gig-download-second-div div{
	min-width:auto;
}
   
    .gig-review-section{
        padding: 20px;
    }
    .gig-review-contant{
        width: 100%;
		padding:0px;
		height: 300px;
    }
    .gig-review-heading{
        width: 100%;
    }
    .gig-review-heading h2{
        width: 100%!important;
		font-size:28px!important;
		text-align:center!important;
    }
    .gig-review-contant-main{
        gap: 10px;
		width:100%;
    }
    .gig-review-contant-main div{
        justify-content: center;
    }   
    .gig-section-div1 h1{
        width: 334px;
    }
    .gig-section-div2{
        align-items: end;
        position: relative;
        right: 20px;
        bottom:80px;
    }
    .gig-section-div2 img{
            width: 100%;
    }
    .gig-pic-slider-section {
    padding: 20px;
    }
    .gig-developers-div{
        flex-direction: column;
    }
    .gig-developers-div div{
        width: 100%;
    }
    .main-footer-div{
        flex-wrap: wrap;
    }
    .footer-logo-div {
    width: 90%;
}
.gig-section-div1 h1 {
    font-size: 25px;
}
.gig-faq-main-div {
    padding: 0px;
}
.footer-logo-div {
        width: 90%;
        display: flex;
        flex-direction: column;
        align-items: center;
}
.dowload-gig-footer {
    height: 170px;
}
.download-playapp{
    align-items: center;
}
.footer-products-div{
    width: 50%;
}
.footer-partnership-div{
    width: 45%;
}
.footer-resources-div{
/*     width: 50%; */
}
.footer-company-div{
    width: 45%;
}
	.footer-products-div, 
	.footer-partnership-div,
	.footer-partnership-2,
	.footer-resources-div {
        flex: 1 1 46% !important;
    }

.footer-resources-div{
/* 		width:auto!important; */
	}
}


.gig-sticky-card-main{
    display: flex;
    gap: 35px;
}
.gig-stiky-card-2{
padding: 50px;
}
.gig-sticky-card{
    padding: 50px;
}



.gig-sticky-card-div1{
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 40px;
    height: 370px;
    position: sticky;
    top: 10px;

}

.gig-sticky-card-div1 button{
    width: 170px;
    border: 0px ;
    border-radius: 20px;
    padding: 8px;
    background-color: #CF343A;
    color: white;
	font-size: 12px;
    height: 40px;
}
.gig-sticky-card-div1 h1{
    font-size: 35px ;
    font-weight: 700 ;
}
.gig-sticky-card-div1 p{
    font-size: 14px;
}
.gig-sticky-card-div2{
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 5px;
    
}
:root {
      scroll-behavior: smooth;
    }
    .my-sticky{
      position: sticky;
      margin-inline: auto;
      border-top-left-radius: 5px;
      border-top-right-radius: 5px;
      /* box-shadow: 0px 0px 8px -3px black; */
    }
    .my-sticky h1{
        font-size: 35px;
    font-weight: 700 !important;
    }
    .my-sticky p{
        font-size: 14px;
    }
    #intro {
      top: 120px;
    scroll-margin-top: 53px;
    height: 530px;
    width: 100%;
    background-image: linear-gradient(to right, #F6EDEE , #FFE4E4);
    z-index: 1;
    border-radius: 20px;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0px;
    }
    #stuff {
        top: 170px;
        scroll-margin-top: 101px;
        height: 540px;
        width: 100%;
      background-image: linear-gradient(to right, #F6EDEE , #FFE4E4);
      z-index: 2;
      border-radius: 20px;
      padding: 40px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      gap: 0px;
    }
    #contact {
      top: 220px;
        scroll-margin-top: 149px;
        height: 550px;
        width: 100%;
      background-image: linear-gradient(to right, #F6EDEE , #FFE4E4);
      z-index: 3;
      border-radius: 20px;
      padding: 40px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      gap: 0px;
    }
