@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-display: swap;
  font-style: normal;
}

.Myupperheader{
    background-color: #DF343A;
    color: #F4F4F4;
    text-align: center;
    font-family: "Manrope", sans-serif;
}
nav ul a:hover{
text-decoration:none;
}

.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;
      flex-wrap: wrap;
      max-width: 1440px;
      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%;
    }

    .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;
		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("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 24 24'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: right 12px center; /* Position your icon */
        background-size: 14px; /* Adjust size as needed */
    }

.locations-region-column{
height:440px;
overflow:hidden;
}
.logo:focus{
outline:none;
}
.header-actions {
  position: relative;
}

.quick-links-mega-menu {
  position: absolute;
  top: 60px;
  left: 0;
  z-index: 999;
  height: auto;
  background: white;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  padding: 20px;
  transform-origin: 50% -50px;
  transform: rotateX(-15deg);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  will-change: transform, opacity;
}
.quick-links-heading{
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
    color: #CF343A;
    padding-left: 2px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.quick-links-first-column{
	background-color: #F9F9F9;
    padding: 20px;
    border-radius: 10px;
}
.quick-links-item{
    padding: 6px 0;
    display: flex;
    align-items: center;
gap: 10px;
}
.quick-links-icon{
    width: 40px;
    height: 40px;
    background-color: #FFF3F3;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.quick-links-item a{
font-size: 14px;
    font-weight: 600;
    color: #222;
    margin-bottom: 2px;
}
/* Show mega menu when hovering on Login/Signup or the menu itself */
.header-btn.login-btn:hover + .quick-links-mega-menu,
.quick-links-mega-menu:hover {
   opacity: 1;
  visibility: visible;
  transform: rotateX(0deg);
}

.quick-links-item a:hover{
color:#D5343A !important;
}
.quick-links-heading svg{
display:none;
}
/* .quick-links-mega-menu {
  display: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
}

.quick-links-mega-menu.active {
  display: block;
  opacity: 1;
  visibility: visible;
}
 */



@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-between;
    display: flex;
    height: 75px;
    align-items: center;
    background-color: black;
    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: clamp(2rem, 10vw, 6.25rem);
  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;
  border: none;
    text-decoration: none;
    padding: 10px;
    display: block;
    font-size: 16px;
}
.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;
	
}
.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;
}
.about-first-column{
    padding: 20px;
    background-color: #F9F9F9;
    padding: 20px;
    border-radius: 10px;
}
.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:hover{
text-decoration:none;
}

.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: auto;
}
.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:440px;
	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:440px;
	width:200px;
}
.locations-second-group2{
	background-color: #F9F9F9;
    padding: 20px;
    border-radius: 10px;
	height:440px;
	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;

}
.about-heading{
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
    color: #CF343A;
    padding-left: 2px;
    display: flex
;
    justify-content: space-between;
    align-items: center;
}
.about-icon{
    width: 35px;
    height: 35px;
    background-color: #fff5f5;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.about-item{
    padding: 6px 0;
    display: flex;
    align-items: center;
}
.about-item a{
    font-size: 14px;
    font-weight: 600;
    color: #222;
    margin-bottom: 2px;
}
.about-item a:hover{
  color: #CF343A !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; }

[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:440px;
	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-track {
    display: flex;
    width: max-content;
    animation: slide 25s linear infinite;
  }
   .gig-slider-logos {
    display: flex;
    gap: 50px;
    padding-right: 50px;
  }

    .gig-slider-logos img {
    width: 100px;
    height: auto;
    filter: grayscale(0%);
    transition: filter 0.3s ease;
  }
  
     .gig-slider-logos img:hover {
    filter: grayscale(0);
    transform: scale(1.05);
  }

  @keyframes slide {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-50%);
    }
  }
.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-log-product h1 span{
    background-image: linear-gradient(to right, #CF343A, #CF343A) !important;
}

.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, #CF343A);
    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:1180px){
	.header-actions{
            margin-left: 60px;
	}
	nav ul li a{
	    padding: 5px;
		font-size: 14px;
}
	nav ul li{
margin:0 8px;
}

}
@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: 280px;
    }


	.visible {
        display: block !important;
        width: 100%;
    }
.hidden {
        display: none !important;
    }
.first-column.visible { display: block; }
.first-column.hidden { display: none; }


    .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: 280px;
    }
    .import-section-start, .import-section-start, .import-section-main, .import-section-first, .import-section-second {
        height: 280px;
		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: 280px;
    }
    .locations-second-column {
        display: none;
        width: 100% !important;
        height: 280px;
    }
    .locations-second-group1 {
        width: 100% !important;
        height: 280px;
    }
.locations-second-group2 {
        width: 100% !important;
        height: 280px;
    }
.locations-region-column {
        display: none;
        width: 100% !important;
        height: 280px;
        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{
}
	.about-first-column{
	height:320px;
}
a.mega-toggle[data-target="menu-120"] + svg {
  width: 15px;
  height: 15px;
  fill: red;
  margin-left: 6px;
  vertical-align: middle;
	display:block;
}
	.quick-links-mega-menu{
	top: -210px;
        width: 100%;
}
	.quick-links-first-column{
    overflow: scroll;
    scrollbar-width: none;
    height: 285px;
}
	.resources-first-column{
	height: 280px;
        overflow-y: auto;
        scrollbar-width: none;
}
	.quick-links-heading svg{
	display:block;
}



}

    





@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: 15px;
}
	.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: 140px;
        scroll-margin-top: 101px;
        height: 530px;
        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: 160px;
        scroll-margin-top: 198px;
        height: 530px;
        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;
    }
#haulagecard{
 top: 180px;
        scroll-margin-top: 247px;
        height: 530px;
        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;
}
#mailcard{
 top: 200px;
        scroll-margin-top: 298px;
        height: 530px;
        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;

}
#warehousingcard{
 top: 220px;
        scroll-margin-top: 347px;
        height: 530px;
        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;
}


/* Blog page css */
.my-post{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    margin: 10px;
    background-color: whitesmoke;
    box-shadow: 5px 5px rgb(200, 196, 196);
}
.my-post-main-container{
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    padding: 50px;
    background-color: #f0f4f8;
}
.single-page-post{
    background-color: #f0f4f8;
    padding: 40px;
}
.commentlist{
    padding: 40px;
    /* border: 1px solid black; */
    /* border-radius: 5px; */
   
}
.fn a{
    color: black;
    text-decoration: none;
    font-style: normal;
}
.comment-meta a{
    color: black;
    text-decoration: none;
    opacity: 0.5;
}
.my-post p{
    width: 38%;
    text-align: center;
}
.post-content ol {
    counter-reset: custom-counter;
    padding-left: 0;
    margin-left: 0;
}

.post-content ol li {
    list-style: none;
    counter-increment: custom-counter;
    margin-bottom: 12px;
    line-height: 1.6;
    position: relative;
    padding-left: 30px; /* space for number */
}

.post-content ol li::before {
    content: counter(custom-counter) ".";
    position: absolute;
    left: 0;
    top: 0;
    font-weight: bold;
    color: #333; /* or #b20000 for brand red */
}

.post-content ul {
    list-style: none;  /* remove default bullets */
    padding-left: 0;
    margin-left: 0;
}

.post-content ul li {
    position: relative;
    padding-left: 25px; /* space for custom bullet */
    margin-bottom: 12px;
    line-height: 1.6;
}

.post-content ul li::before {
    content: "•";              /* custom bullet */
    position: absolute;
    left: 0;
    top: 0;
    color: black;            /* GIG red */
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
}
.post-content ol li a{
color: #CF343A;
}
.post-content ul li a{
color: #CF343A;
}

.post-content p a img{
width:100%;
height:auto;
border-radius:8px;
}
.post-content h3 a{
    color: #CF343A;
}
.post-content h2 a{
    color: #CF343A;
}



.comment-form {
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    /* justify-content: center; */
}
.comment-form textarea{
    padding: 5px;
    width: 100%;
    border: 0px;
    border-radius: 3px;
}
.comment-form input{
    padding: 5px;
}
.comment-form p label {
    display: block;
}
.submit{
        width: 100%;
        width: 125px;
        height: 35px;
}
.reply a{
    text-decoration: none;
    background-color: blueviolet;
    padding: 10px;
    border-radius: 3px;
    color: white;
}
.wp-block-image {
        display: flex;
        justify-content: center;
}
.wp-block-image img{
        border-radius:4px !important;
        width: 100% !important;
        padding: 25px;
        height: 70vh;
}
#wp-comment-cookies-consent{
        width: 18px;
        height: 18px;
}
.post-content p{
/*    margin: 10px;
   padding: 10px;    */
}
.post-content p a{
color:#CF343A;
}
.post-content p img{
width: 100%;
object-fit: contain;
height:auto;
}

.post-content h3 img{
width: 100%;
object-fit: contain;
height:auto;
}

.my-blog-page{
	padding:70px;
margin-top:75px;
}
.blog-heading h1{
font-weight: 800;


}
.blog-heading h1 span{
 	background-image: linear-gradient(to right, #CF343A, #CF343A);
    color: transparent;
    background-clip: text;
}
.blog-heading p{
font-size:2.5rem;
font-weight: 500;
}
.form-submit input{
    background-color: blueviolet;
    color: white;
    border: 0px;
    border-radius: 5px;
}
.contact-container{
    margin: 25px;
}
.carousel-control {
    display: flex;
    justify-content: space-evenly;
    padding: 30px
}
.carousel-control button{
    background-color: transparent;
    border: 0px;
    font-size: 30px;
    cursor: pointer;
    display: block;
    width: 100px;
    transition: background-color 0.5s;
}
.carousel-control button:hover{
    background-color: black;
    color: white;
    border-radius:4px;
    transition-delay: 0.5ms;
}
@media(max-width:430px) {
   .wp-block-image img{
    border-radius:4px !important;
    width: 110% !important;
    padding: 25px
   }

	.my-blog-page{
	padding:20px;
}
	.middle-section{
padding:20px !important;
}
	.middle-section h1{
text-align:center;
font-size:2.1rem;
}
}
@media(max-width:768px) {
    .wp-block-image img{
     border-radius:4px !important;
     width: 90% !important;
     padding: 25px
    }
 }
@media(min-width:1440px){
	.middle-section{
	 width: 70% !important;
	
}
}

/* Gig Business css */
.gig-business-section{
	    height: calc(100vh - 100px) !important;
    display: flex;
    justify-content: center;
    align-items: center;
    background: white;
    overflow: hidden;
	margin-top:75px;
}
.gig-business-main{
    flex-wrap: wrap;
    width: 100%;
}
.gig-business-contant{
    width: 41%;
    display: flex;
    flex-direction: column;
    gap: 15px;
    justify-content: center;
	padding-left:50px
/*     height: 290px; */
	
}
.gig-business-contant h1{
        font-size: 55px;
    font-weight: 800 !important;
}
.gig-business-contant h1 span{
    background-image: linear-gradient(to right,#CF343A, #CF343A);
    color: transparent;
    background-clip: text;
}
.gig-business-image{
    width: 59%;
}
.gig-business-image img{
    width: 70%;
}
.gig-business-easy-shipment-section{
      padding: 50px;
}
.gig-business-easy-shipment-section h1{
      font-size: 45px;
    font-weight: 700 !important;
}
.gig-business-easy-shipment-main{
     flex-wrap: wrap;
    width: 100%;
}
.gig-business-easy-shipment-contant{
    width: 41%;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.gig-business-easy-shipment-contant span{
        background-image: linear-gradient(to right,#D5343A, #6F1B1E);
    color: transparent;
    background-clip: text;
}
.gig-business-easy-shipment-image{
     width: 59%;
}
.gig-business-easy-shipment-image img{
    width: 105%;
}
.gig-business-local-to-global-contant{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.gig-business-local-to-global-section{
   background-image: linear-gradient(to right,#CFF4E4, #B6C6F1);
}

.gig-business-local-to-global-section1 {
  background-image: linear-gradient(to right, #cff4e4, #b6c6f1);
  display: flex;
  align-items: center;
  gap: 0;
  margin-top: 100px !important;
  flex-wrap: wrap;
  overflow: hidden;
}

.gig-business-local-to-global-section1-image {
  flex: 1 1 45%;
  margin: 0;
  padding: 0;
}

.gig-business-local-to-global-section1-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: 0; /* No rounded corners */
}

.gig-business-local-to-global-section1-content {
  flex: 1 1 55%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 60px;
}

/* Responsive */
@media (max-width: 768px) {
  .gig-business-local-to-global-section1 {
    flex-direction: column;
    text-align: center;
  }
.gig-business-image img{
    width: 100%;
}
  .gig-business-local-to-global-section1-image,
  .gig-business-local-to-global-section1-content {
    flex: 1 1 100%;
    padding: 0;
  }

  .gig-business-local-to-global-section1-content {
    padding: 20px;
  }
}

.gig-business-local-to-global-main{
    /* padding: 70px; */
    padding: 70px 0px 70px 120px;
     display: flex;
    flex-direction: column;
    gap: 40px;
}
.gig-business-local-to-global-contant h1{
      font-size: 45px;
    font-weight: 700 !important;
}
.gig-business-local-to-global-contant h1 span{
      background-image: linear-gradient(to right,#CF343A, #CF343A);
    color: transparent;
    background-clip: text;
}
.gig-business-local-to-global-contant p{
    width: 82%;
}
.gig-scale-business-heading-div{
padding:15px;
}
.gig-business-local-to-global-button{
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 20px;
}
.gig-business-local-to-global-button button{
    background-color: white;
    border: 0px;
    border-radius: 15px;
    padding: 10px;
    width: 26%;
    display: flex;
    justify-content: space-between;
    align-items: center;
        
}
.gig-business-smooth-section{
	margin-top: 0px;
}
.gig-business-smooth-section div h2{
    font-size: 45px;
     font-weight: 700 !important;
     text-align: center;
    width: 100%;
}
.gig-business-smooth-section div p{
   text-align: center;
    width: 77%;
}
.gig-business-smooth-section div h2 span{
      background-image: linear-gradient(to right, #CF343A, #CF343A);
    color: transparent;
    background-clip: text;
}
.gig-business-loading-section{
display:flex;
justify-content:center;
}
.gig-business-smooth-main{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.gig-business-card-section{
    padding: 50px;
    display: flex;
    flex-direction: column;
    gap: 50px;
}
.gig-business-card-main{
    display: flex;
    background-image: linear-gradient(to right,#FAEAEB, #CAD6F7);
    border-radius: 25px; 
    padding-top: 40px;
    padding-bottom: 40px;

}
.gig-business-card-contant{
    padding: 50px;
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.gig-business-card-contant h2{
    font-size: 35px;
    font-weight: 700;
}
.gig-business-card-contant p{
    font-size: 14px;
}
.gig-business-loop-main{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 70px;
    gap: 50px;
}
.gig-business-loop-contact{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
    
}
.gig-business-loop-section{
    background-color: #d6a4ec;
 background: 
    linear-gradient(90deg, rgba(227,183,209,0.9) 0%, rgba(181,199,243,0.9) 100%),
    url('../images/business-loop.webp'); 
/*     background-image:url(''); */
    background-repeat: no-repeat;
    background-size: contain;
    background-position:center ;
 background-blend-mode: overlay; 
}
.gig-business-loop-contact h2{
    font-size: 45px;
     font-weight: 700 !important;
}
.gig-business-loop-contact p{
    font-weight: 500;
}
.gig-business-loop-contact input{
    border-radius: 20px;
    padding: 10px;
    border: 0px;
    width: 52%;
}

.gig-business-loading-main{
    margin: 50px;
    border-top: 1px solid grey;
        border-bottom: 1px solid rgb(228 218 218 / 50%);
   border-top: 1px solid rgb(228 218 218 / 50%);;
    padding: 50px;
    display: flex;
    flex-direction: column;
    gap: 50px;
}
.gig-business-loading-heading{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.gig-business-loading-heading p{
    font-size: 14px;
}
.gig-business-loading-heading h1{
    font-size: 45px;
    font-weight: 700 !important;
}
.gig-business-loading-heading h1 span{
    background-image: linear-gradient(to right, #CF343A, #CF343A);
    color: transparent;
    background-clip: text;
}
.counter h1{
    font-size: 45px;
    font-weight: 700 !important;
}
.counter p{
    color:#8B8B8B;
}
.counter-2 h1{
    font-size: 45px;
    font-weight: 700 !important;
}
.counter-2 p{
    color:#8B8B8B;
}
.counter-3 h1{
    font-size: 45px;
    font-weight: 700 !important;
}
.counter-3 p{
    color:#8B8B8B;
}
.counter-4 h1{
    font-size: 45px;
    font-weight: 700 !important;
}
.counter-4 p{
    color:#8B8B8B;
}
.gig-business-loading-contant{
    display: flex;
    gap: 75px;
}
.gig-business-section{
/*       height: 100%; */
      background: white;
      overflow: hidden;
}
#gig-scale-business-contant-div-business{
column-gap:50px !important;
}



.blob {
      position: absolute;
      width: 200px;
      height: 200px;
      border-radius: 50%;
      filter: blur(80px);
      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;
    }

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

    .red3 {
      background: #D5343A;
      top: 70%;
      left: 30%;
      animation-delay: 2s;
    }

    .red4 {
      background: #6F1B1E;
      top: 20%;
      left: 80%;
      animation-delay: 1.5s;
    }

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

    @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%;
      }
    }
@media screen and (min-width:1440px){
	.gig-business-local-to-global-section{
	display:flex;
	justify-content:center;
}
	.gig-business-main{
	width:1440px;
}
	.gig-business-local-to-global-main{
	width:1440px;
}
	.gig-business-card-section,{
align-items: center;
}
	.gig-business-card-main{
	width:1340px;
}

}
@media screen and (max-width:1024px){
   .gig-business-local-to-global-button button{
	width:46% !important;
}
	.gig-business-main{
	flex-direction:column;
}
.gig-business-contant,
	.gig-business-image{
	width:100%;
}
	.gig-business-contant h1{
	width:100% !important;
}

}


@media screen and (max-width:1180px){
   
}
@media screen and (max-width:768px){
    .gig-business-contant {
    height: auto;
}
.gig-scale-business-main-div{
    height: auto;
}

.gig-scale-business-contant-div div p{
    width: 100% !important;
}
.gig-business-smooth-section div h2{
    width: 100%;
}
.gig-business-smooth-section div p{
    width: 100%;
}
.gig-scale-business-contant-div{
    column-gap: 30px !important;
}
}

@media screen and (max-width:430px){
    .gig-business-section{
        padding: 20px;
    }
    .gig-scale-business-section {
    padding: 20px;
}
.gig-business-easy-shipment-section{
    padding: 20px;
}
.gig-business-main{
    flex-direction: column;
}
.gig-business-contant{
    width: 100%;
}
.gig-business-image{
    width: 100%;
}
.gig-business-easy-shipment-main{
    flex-direction: column;
}
	
.gig-business-easy-shipment-contant {
    width: 100%;
}
.gig-business-easy-shipment-image {
    width: 100%;
}
.gig-business-local-to-global-main{
    padding: 20px;
}
	.gig-business-local-to-global-button{
		justify-content:center;
	}
	.gig-business-local-to-global-button button{
		width:46%;
	}
#gig-scale-business-contant-div-business{
    padding: 0px !important;
}
.gig-business-smooth-section {
    padding: 20px;
}
.gig-business-card-section {
    padding: 20px;
}
.gig-business-card-contant{
    padding: 20px;
}
.gig-business-card-main{
    flex-direction: column;
    padding: 0px;
}
.gig-business-loading-main{
    margin: 20px;
    padding: 20px;
}
.gig-business-loop-main {
    padding: 20px;
}
.gig-business-loop-contact input{
    width: 100%;
}
.gig-business-loading-contant {
    gap: 0px;
/*     flex-direction: column; */
}
	.gig-business-main{
gap:25px;

}
	.gig-business-contant{
  padding: 0px;
    align-items: center;
}
	.gig-business-contant h1{
        width: 100% !important;
        text-align: center;
		font-size: 35px;
}
	.gig-business-local-to-global-main{
	padding:20px !important;
}
	.gig-business-local-to-global-button button{
	width:100% !important;
}
	.gig-business-local-to-global-contant h1{
font-size: 35px;
text-align:center;
}
	.gig-business-local-to-global-contant p{
	text-align:center;
	width:100%;
}
}
/* Gig Deliveries css */
.gig-deliveries-section{
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: calc(100vh - 100px) !important;
  background: white;
  overflow: hidden;
	margin-top:75px;
}
.gig-deliveries-main{
    flex-wrap: wrap;
    width: 100%;
/* 	padding-top:50px; */
}
.gig-deliveries-contant{
    width: 41%;
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 50px;
}
.gig-deliveries-contant h1{
        font-size: 55px;
    font-weight: 800 !important;
    width: 155%;
}
.gig-deliveries-contant h1 span{
    background-image: linear-gradient(to right,#CF343A, #CF343A);
    color: transparent;
    background-clip: text;
}
.gig-deliveries-image{
    width: 59%;
     display: flex;
    justify-content: end;
	align-items:end;
}
.gig-deliveries-image img{
       width:85%;
}
.gig-deliveries-local-heading{
    padding-top: 50px;
    display: flex;
    justify-content: center;
    margin-top: 70px;
	flex-direction: column;
	align-items:center;
}
.gig-deliveries-local-heading h1{
    font-size: 45px;
    font-weight: 700 !important;
	text-align:center;
	width:70%;
}
.gig-deliveries-local-heading span{
    background-image: linear-gradient(to right,#CF343A, #CF343A);
    color: transparent;
    background-clip: text;
}
.gig-deliveries-card-section{
    padding: 50px;
    display: flex;
    flex-direction: column;
    gap: 50px;
}
.gig-deliveries-card1-main{
    background-image: linear-gradient(to right,#F4FAFE, #CAD6F7);
    border-radius: 20px;
    height: auto;
}
.gig-deliveries-card1-image-div{
   
    padding-top: 67px;
    
}
.gig-deliveries-card1-contant-div{
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 25px;
}
.gig-deliveries-card1-contant-div h1{
    font-size: 45px;
    font-weight: 700 !important;
}
.gig-deliveries-card1-contant-div p{
    font-size: 14px;
    width: 87%;
}
.gig-deliveries-card2{
    padding: 50px;
}
.gig-deliveries-card2-main{
    background-image: linear-gradient(to right,#CAD6F7, #FAEAEB);
    border-radius: 20px;
    height: auto;
}
.gig-deliveries-card2-contant-div{
    padding-left: 70px;
    display: flex;
    flex-direction: column;
    justify-content:center;
    width: 50%;
    gap: 25px;
}
.gig-deliveries-card2-contant-div h1{
      font-size: 45px;
    font-weight: 700 !important;
}
.gig-deliveries-card2-contant-div p{
    font-size: 14px;
}
.gig-deliveries-card2-image-div{
    width: 50%;
}


.gig-deliveries-card3-main{
    background-image: linear-gradient(to right,#F4FAFE, #CAD6F7);
    border-radius: 20px;
    height: auto;
}
.gig-deliveries-card3-image-div{
    padding-left: 70px;
    padding-top: 67px;
    width: 50%;
}
.gig-deliveries-card3-contant-div{
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 25px;
}
.gig-deliveries-card3-contant-div h1{
    font-size: 45px;
    font-weight: 700 !important;
}
.gig-deliveries-card3-contant-div p{
    font-size: 14px;
    width: 87%;
}
.gig-deliveries-local-section{
    padding: 50px;
}
.gig-deliveries-local-main-div{
    display: flex;
    flex-direction: column;
    gap: 50px;
    height: 700px;
}
.gig-deliveries-local-heading-div h1{
    font-size: 45px !important;
    font-weight: 900 !important;
}
.gig-deliveries-local-heading-div p{
     font-size: 14px;
    width: 90%;
}
.gig-deliveries-local-contant-div div{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.gig-deliveries-local-contant-div div h3{
      font-size: 20px;
    font-weight: bolder;
}
.gig-deliveries-local-contant-div div p{
    font-size: 14px;
}
.gig-deliveries-local-contant-div{
    display: flex;
    flex-wrap: wrap;
    column-gap: 58px;
    row-gap: 25px;
}
.gig-deliveries-local-contant-div div{
    width: 30%;
}
.gig-deliveries-local-contant-div div p{
    width: 75%;
     font-size: 14px;
}


.blob {
      position: absolute;
      width: 200px;
      height: 200px;
      border-radius: 50%;
      filter: blur(80px);
      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;
    }

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

    .red3 {
      background: #D5343A;
      top: 70%;
      left: 30%;
      animation-delay: 2s;
    }

    .red4 {
      background: #6F1B1E;
      top: 20%;
      left: 80%;
      animation-delay: 1.5s;
    }

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

    @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%;
      }
    }

@media screen and (max-width:1024px){
	.gig-deliveries-local-contant-div div{
	width:29%;
	flex-grow: 1
}
	.gig-deliveries-local-contant-div{
	justify-content:center;
}
	.gig-deliveries-main{
	flex-direction:column;
}
.gig-deliveries-contant,
	.gig-deliveries-image{
	width:100%;
}
	.gig-deliveries-contant h1{
	width:100%;
}

}
@media screen and (max-width:768px){
	.gig-deliveries-section{
	height:auto!important;
}
    .gig-deliveries-main{
        flex-direction: column;
    }
    .gig-deliveries-contant{
        width: 100%;
		padding:20px;
    }
    .gig-deliveries-contant h1{
        font-size: 40px;
        width: auto;
    }
    .gig-deliveries-image{
        width: 100%;
    }
    .gig-deliveries-image img {
    width: 60%;
}
	.gig-deliveries-local-heading{
margin:0px;

}
.gig-deliveries-local-contant-div{
    column-gap: 30px !important;
}
.gig-deliveries-local-contant-div div p {
    width: 100% !important;
}
.gig-deliveries-local-heading h1 {
    font-size: 40px;

}
.gig-deliveries-card1-contant-div{
    gap: 0px;
}
.gig-deliveries-card2-contant-div{
    gap: 0px;
}
.gig-deliveries-card1-contant-div h1 {
    font-size: 30px;
}
.gig-deliveries-card2-contant-div h1{
    font-size: 30px;
    width: 127%;
}
.gig-deliveries-card3-contant-div{
    gap: 0px;
}
.gig-deliveries-card3-contant-div h1 {
    font-size: 30px;
}
	.gig-deliveries-local-heading h1{
	width:100%;
}
	.gig-deliveries-local-heading p{
width: 90% !important;
	}
}
@media screen and (max-width:430px){
	.blob.red4{
	display:none;
}
	.gig-deliveries-contant h1{
	font-size:35px;
		text-align:center;
}
    .gig-deliveries-contant{
        padding: 20px;
	align-items:center;
    }
	.gig-deliveries-contant p{
text-align: center;
}
    .gig-deliveries-local-heading {
    padding: 20px;
    }
    .gig-deliveries-card-section {
    padding: 20px;
    }
    .gig-deliveries-local-section {
    padding: 20px;
}
    .gig-deliveries-image img {
       width: 100%;
    }
        .gig-deliveries-local-heading h1 {
        font-size: 20px;
			margin-top: 10px;
    }
        .gig-deliveries-card1-contant-div h1 {
        font-size: 25px;
    }
     .gig-deliveries-card1-contant-div p {
        font-size: 12px;
    }
    .gig-deliveries-card1-main{
        flex-direction: column;
        padding: 20px;
        justify-content: center;
    }
    .gig-deliveries-card1-image-div{
            width: 100%;
            padding: 0px;
            display: flex;
            flex-direction: column;
            align-items: center;
    } 
    .gig-deliveries-card1-contant-div h1{
        width: 100%;
    }
    .gig-deliveries-card1-contant-div p{
        width: 100%;
    }
    .gig-deliveries-card1-contant-div{
        width: 100%;
        align-items: center;
        
    }
    .gig-deliveries-card2-main{
        justify-content: center;
    }
    .gig-deliveries-card2-contant-div{
        padding: 20px;
    }
    .gig-deliveries-card2-contant-div h1 {
    font-size: 25px;
    width: 100%;
    }
     .gig-deliveries-card2-contant-div p {
        font-size: 12px;
        width: 100%;
    }
    .gig-deliveries-card2-main{
        flex-direction: column;
        height: auto;
    }
    .gig-deliveries-card2-image-div{
            padding-top: 0px;
            width: 100%;
    } 
    .gig-deliveries-card2-contant-div{
        width: 100%;
        align-items: center;
    }
	#gig-deliveries-section-blog-main-div {
padding:0px!important;
}
	#gig-gofaster-download-img-div{
		padding:20px;
	}
        .gig-deliveries-card3-contant-div h1 {
        font-size: 25px;
    }
     .gig-deliveries-card3-contant-div p {
        font-size: 12px;
    }
    .gig-deliveries-card3-main{
        flex-direction: column;
        height: 400px;;
        padding: 20px;
        justify-content: center;
    }
    .gig-deliveries-card3-image-div{
            width: 100%;
            padding: 0px !important;
            display: flex;
            flex-direction: column;
            align-items: center;
    } 
    .gig-deliveries-card3-contant-div h1{
        width: 100%;
    }
    .gig-deliveries-card3-contant-div p{
        width: 100%;
    }
    .gig-deliveries-card3-contant-div{
        width: 100%;
        align-items: center;
        
    }


    .gig-deliveries-local-main-div{
        padding: 0px !important;
    }
    .gig-deliveries-local-heading-div h1{
        font-size: 35px !important;
    }
    .gig-deliveries-local-heading-div p{
        width: 100% !important;
    }
    .gig-deliveries-local-contant-div{
        flex-direction: column;
        width: 100%;
    }
    .gig-deliveries-local-contant-div div {
    width: 100%;
    align-items: center;
}
.gig-deliveries-local-contant-div div p{
    width: 100% !important;
    text-align: center;
}
}

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

.partner-logos-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
  align-items: center;
}
.partner-logos-grid img {
  width: 100px;
  height: auto;
  object-fit: contain;
}

/* Gig Dropoff */
.gig-dropoff-section{
   display: flex;
  justify-content: space-between;
  align-items: center;
  height: calc(100vh - 100px) !important;
  background: white;
  overflow: hidden;
	margin-top:75px;
    }
    .gig-dropoff-main{
    flex-wrap: wrap;
    width: 100%;
}
.gig-dropoff-contant{
    width: 55%;
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 50px;
}
.gig-dropoff-contant h1{
        font-size: 55px;
    font-weight: 800 !important;
    width: 103%;
}
.gig-dropoff-contant h1 span{
    background-image: linear-gradient(to right, #CF343A, #CF343A);
    color: transparent;
    background-clip: text;
}
.gig-dropoff-image{
    width: 45%;
     display: flex;
    justify-content: center;
}
.gig-dropoff-image img{
    width: 58%;      
}
.gig-dropoff-shipsmarter-section{
    padding: 50px;
    display: flex;
    flex-direction: column;
    gap: 50px;
}
.gig-dropoff-shipsmarter-heading{
    display: flex;
    justify-content: center;
}
.gig-dropoff-shipsmarter-heading h2{
    font-weight: 800;
	font-size:40px;
}
.gig-dropoff-shipsmarter-heading h2 span{
    background-image: linear-gradient(to right,#CF343A, #CF343A);
    color: transparent;
    background-clip: text;
}
.gig-dropoff-shipsmarter-contant-main{
    gap: 5px;
}
.gig-dropoff-shipsmarter-contant-div{
    width: 30%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.gig-dropoff-shipsmarter-contant-div h6{
    font-weight: 800;
}
.gig-dropoff-shipsmarter-contant-div p{
    font-size: 14px;
}
.dropoff-arrow{
        width: 15%;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 100px;
}
.gig-dropoff-express-shipping-section{
    padding: 50px;
}
.gig-dropoff-express-shipping-heading{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
	gap:15px;
}

.gig-dropoff-express-shipping-heading p{
    width: 65%;
    text-align: center;
	font-size:13px;
}
.gig-dropoff-express-shipping-heading h2{
    font-weight: 800;
	font-size:40px;

}
.gig-dropoff-express-shipping-heading h2 span{
    background-image: linear-gradient(to right, #CF343A, #CF343A);
    color: transparent;
    background-clip: text;
}
.gig-dropoff-express-shipping-contant-main{
    display: flex;
    flex-wrap: wrap;
}
.gig-dropoff-express-shipping-contant-main div{
    width: 50%;
    border-radius: 20px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.gig-dropoff-express-shipping-contant-main div h5{
    font-weight: 700;
}
@media screen and (max-width:768px){
	.gig-dropoff-contant h1{
      font-size:35px;
    }
	.gig-dropoff-image img {
    width: 100%;
}
}
@media screen and (max-width:430px){
	.gig-dropoff-main{
	flex-direction:column;
}
	.gig-dropoff-contant{
	width:100%;
	padding:20px;
}
	.gig-dropoff-image{
	width:100%;
}
	.gig-dropoff-shipsmarter-section{
	padding:20px;
}
	.dropoff-arrow{
	display:none;
}
	.gig-dropoff-shipsmarter-contant-main{
	flex-direction:column;
}
	.gig-dropoff-shipsmarter-contant-div{
	width:100%
}
	.gig-dropoff-express-shipping-section{
    padding: 20px;
}
	.gig-dropoff-express-shipping-heading{
		gap:10px;
}
	.gig-dropoff-express-shipping-heading h2 {
	text-align:center;
}
	.gig-dropoff-express-shipping-heading p{
	width:100%;
	}
	.gig-dropoff-express-shipping-contant-main{
	flex-direction:column;
}
	.gig-dropoff-express-shipping-contant-main div{
	width:100%;
	padding:0px;
	align-items:center;
	justify-content:center;
}
	.gig-dropoff-express-shipping-contant-main div p{
	text-align:center;
}
 
}


/* Gig Expend */
.gig-expand-section{
	 display: flex;
  justify-content: space-between;
  align-items: center;
  height: calc(100vh) !important;
  background: white;
  overflow: hidden;
padding-top:75px;
}
.gig-expand-main {
    flex-wrap: wrap;
    width: 100%;
/* 	padding-top:100px; */
}

.gig-expand-contant {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: clamp(0.5rem, 2vw, 1.25rem);
    padding: 50px;
}

.gig-expand-contant h1 {
    font-size: 55px;
    font-weight: 800 !important;
    width: 100%;
}

.gig-expand-contant p {
    width: 100%;
/* 	font-size:22px; */
}

.gig-expand-contant h1 span {
    background-image: linear-gradient(to right, #CF343A, #CF343A);
    color: transparent;
    background-clip: text;
}

.gig-expand-image {
    width: 50%;
    display: flex;
    justify-content: end;
    align-items: end;
}

.gig-expand-image img {
    width: 100%;
}

.gig-global-expansion-heading {
    padding: 30px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.gig-global-expansion-heading h2 {
    font-weight: 700;
    width: 60%;
    font-size: 40px;
}

.gig-global-expansion-heading h2 span {
    background-image: linear-gradient(to right, #CF343A, #CF343A);
    color: transparent;
    background-clip: text;
}

.gig-global-expansion-heading p {
    font-size: 14px;
    width: 72%;
}

.gig-global-expansion-section {
    padding: 50px;
    margin-top: 40px;
}

.gig-global-expansion-main {
    display: flex;
    flex-direction: column;
}

.gig-global-expansion-contant-main {
    display: flex;
    column-gap: 40px;
}

.gig-global-expansion-contant-first-div {
    padding: 30px;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.gig-global-expansion-contant-first-div div {
    display: flex;
    flex-direction: column;
/*     gap: 10px; */
}

.gig-global-expansion-contant-second-div div {
    display: flex;
    flex-direction: column;
/*     gap: 10px; */
}

.gig-global-expansion-contant-first-div div h4 {
    font-weight: 700;
    padding-left: 10px;
    padding-top: 10px;
	height:50px;
}

.gig-global-expansion-contant-first-div div p {
    font-size: 14px;
    width: 82%;
    padding-left: 10px;
}

.gig-global-expansion-contant-second-div {
    padding: 30px;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.gig-global-expansion-contant-second-div div h4 {
    font-weight: 700;
    padding-left: 10px;
    padding-top: 10px;
	height:50px;
}

.gig-global-expansion-contant-second-div div p {
    font-size: 14px;
    width: 82%;
    padding-left: 10px;
}

.gig-untapped-potential-section {
    padding: 70px;
}

.gig-untapped-potential-main {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.gig-untapped-potential-heading {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.gig-untapped-potential-heading h2 {
    font-weight: 700;
}

.gig-untapped-potential-heading h2 span {
    background-image: linear-gradient(to right, #CF343A, #CF343A);
    color: transparent;
    background-clip: text;
}

.gig-untapped-potential-heading p {
    font-size: 14px;
    width: 70%;
}

.gig-untapped-potential-contant {
    display: flex;
    gap: 250px;
    padding: 20px;
}

.gig-untapped-potential-contant div h5 {
    font-weight: 700 !important;
}

.gig-howitworks-section{
    padding: 50px;
    background-image: linear-gradient( #6F1B1E, #D5343A);
}
.gig-howitworks-main{
    display: flex;
    flex-wrap: wrap;
}
.gig-howitworks-heading{
    width: 50%;
}
.gig-howitworks-controls{
    width: 44%;
}
.gig-howitworks-heading h1{
    font-weight: 700;
    color: white;
}
.gig-howitworks-slider-container {
      width: 100%;
  overflow: hidden;
    }
    .gig-howitworks-slider-track {
      display: flex;
  transition: transform 0.5s ease-in-out;
  gap: 0px;
    }
    .gig-howitworks-logo-item {
     flex: 0 0 33.33%;
  box-sizing: border-box;
  padding: 0 15px;
    }
    .gig-howitworks-logo-item h1{
        font-size: 50px;
        font-weight: 700;
        background-image: linear-gradient(to bottom, #FFD968, #E04D4D);
        color: transparent;
        background-clip: text;
	
    }
    .gig-howitworks-logo-item-div2 h3 {
        font-weight: 700;
        color: white;
    }
    .gig-howitworks-logo-item-div2 p{
        color: white;
    }
    .gig-howitworks-logo-item-div1 p{
        color: #F8ED50;
    }
    .gig-howitworks-controls {
        display: flex;
        align-items: center;
        gap: 10px;
        justify-content: end;
    }
    .gig-howitworks-controls button {
    padding: 2px;
      font-size: 16px;
      border: 0px;
      cursor: pointer;
      border-radius: 50px;
    }
    #gig-howitworks-currentSlideValue {
      margin: 0 10px;
    }

.video-section {
  text-align: center;
  margin: 60px auto;
  max-width: 1200px;
  padding: 0 20px;
}

.video-header h2 {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 40px;
}

.video-header h2 .highlight {
  background-image: linear-gradient(to right, #CF343A, #CF343A);
    color: transparent;
    background-clip: text;
}

.video-header p {
  font-size: 1rem;
  color: #555;
  margin-bottom: 40px;
}

.video-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
}

.video-item {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  cursor: pointer;
}

.video-item img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
}

.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s ease;
}

.play-btn img {
  width: 50px;
  height: 50px;
}

.video-item:hover .play-btn {
  transform: translate(-50%, -50%) scale(1.1);
}

.video-item h3 {
  font-size: 1.1rem;
  font-weight: bold;
  margin-top: 15px;
}

.video-item p {
  font-size: 0.95rem;
  color: #444;
}

.gig-accordion-card {
  position: relative;
  border-radius: 8px;
  background: #fff;
  margin-bottom: 20px;
}

.accordion-content{
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.5s ease;
display:flex !important;
	gap:0px !important;
}
.accordion-content p{
margin-bottom:0px;
}
.accordion-toggle {
 color: red;
  font-weight: 600;
  cursor: pointer;
  margin-top: 10px;
}
.gig-untapped-potential-contant div{
flex-grow:1;
display:flex;
flex-direction:column;
gap:10px;
}
.gig-untapped-potential-contant div img{
width:70px;

}

@media screen and (min-width:1440px){
	.gig-expand-section{
	display:flex;
	justify-content:center;
}
	.gig-expand-main{
	width:1440px;
}
}
	.gig-header{
		gap:20px;
	}	

@media screen and (max-width:1024px){
	.gig-global-expansion-contant-main{
	flex-direction:column;
}
	.gig-accordion-card img{
	width:100% !important;
}
	.gig-global-expansion-contant-first-div div img{
	width:100% !important;
}
	.gig-global-expansion-contant-second-div div img{
	width:100% !important;
}
	.gig-untapped-potential-contant{
	gap:150px;
	flex-grow:1;
}
	.gig-expand-main{
	flex-direction:column;
}
.gig-expand-contant,
	.gig-expand-image{
	width:100%;
}
	.gig-review-contant-main{
	width:100%;
}
	.gig-review-contant-main div{
	flex-grow:1;
}


}



    @media screen and (max-width:768px){
    .gig-expand-main{
        flex-direction: column;
    }
    .gig-expand-contant{
        width: 100%;
    }
    .gig-expand-image{
        width: 100%;
    }
		
		.gig-untapped-potential-contant {
	gap:100px;
	flex-wrap:wrap;
		}
		.gig-untapped-potential-heading p{
			width: 100%;
		}
    .gig-global-expansion-contant-main{
        flex-direction: column;
    }
		.gig-global-expansion-heading h2{
		width:100%;
		}
    .red4{
        display: none;
    }
}
@media screen and (max-width:430px){
	.gig-expand-section{
	height:auto !important;
	}
    .gig-expand-contant{
        padding: 20px;
		align-items:center;
    }
	.gig-expand-contant h1{
	font-size:35px;
	text-align:center;
}
    .gig-global-expansion-section {
    padding: 20px;
    }
    .gig-deliveries-contant{
        padding: 20px;
    }
    .gig-global-expansion-heading {
        padding: 0px;
    }
    .gig-global-expansion-contant-first-div{
        padding: 0px;
    }
	.gig-global-expansion-heading h2 {
		font-size:30px;
	}
    .gig-global-expansion-contant-second-div {
        padding: 0px;
    }
    .gig-untapped-potential-section {
    padding: 20px;
}
.gig-untapped-potential-contant{
    padding: 0px;
	gap:25px;
	align-items:center;
}
	.gig-untapped-potential-heading h2{
	width:100%!important;
		text-align:center;
}
	.gig-howitworks-section{
	padding:20px;
}
.gig-howitworks-logo-item {
	flex: 0 0 20.33%;
	}

	.gig-howitworks-slider-track{
		width:500%;
	}
	.gig-howitworks-heading{
	width:100%;
}
	.gig-howitworks-heading h1{
    font-size: 20px;
}
.gig-howitworks-controls {
    width: 60%;
}
#gig-explore-section-main-div-expand{
    padding: 0px !important;
}
	.gig-ecommerce-solutions-images{
	width:auto!important;
}
    .gig-untapped-potential-contant{
/*         flex-direction: column; */
        flex-wrap: wrap;
		justify-content: center;
    }
	.gig-untapped-potential-contant div{
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	width: 46%;
}
	.gig-untapped-potential-contant div h5{
	text-align:center;
}
	.gig-untapped-potential-contant div img{
		width:100px;
}
    .red2{
        display: none;
    }
	
}
@media (max-width: 376px){
    .red3{
        left: 20%;
    }

}


.blob {
      position: absolute;
      width: 200px;
      height: 200px;
      border-radius: 50%;
      filter: blur(80px);
      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;
    }

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

    .red3 {
      background: #D5343A;
      top: 70%;
      left: 30%;
      animation-delay: 2s;
    }

    .red4 {
      background: #6F1B1E;
      top: 20%;
      left: 80%;
      animation-delay: 1.5s;
    }

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

    @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%;
      }
    }

/* Gig lastmile */
.gig-lastmile-section{
     display: flex;
  justify-content: space-between;
  align-items: center;
  height: calc(100vh - 100px) !important;
  background: white;
  overflow: hidden;
	margin-top:75px;
    }

.blob {
      position: absolute;
      width: 200px;
      height: 200px;
      border-radius: 50%;
      filter: blur(80px);
      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;
    }

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

    .red3 {
      background: #D5343A;
      top: 70%;
      left: 30%;
      animation-delay: 2s;
    }

    .red4 {
      background: #6F1B1E;
      top: 20%;
      left: 80%;
      animation-delay: 1.5s;
    }

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

.gig-lastmile-contant{
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 25px;
    padding-left: 50px;
	padding-top:50px;
}
.gig-lastmile-contant h1{
    font-size: 55px;
    font-weight: 800 !important;
    width: 120%;
}
.gig-lastmile-contant h1 span{
    background-image: linear-gradient(to right,#CF343A, #CF343A);
    color: transparent;
    background-clip: text;
}
.gig-lastmile-image{
    width: 50%;
     display: flex;
    justify-content: end;
/*     margin-top: 150px; */
    align-items: end;
/* 	padding-top:50px; */
	padding-bottom:px;
}
.gig-lastmile-image img{
    width: 100%;
}
.gig-lastmile-international-exports{
    display: flex;
    padding: 70px;
	column-gap: 40px;
}
.gig-lastmile-international-exports-main{
    display: flex;
}
.gig-lastmile-international-exports-contant{
    width: 65%;
	 gap: 25px;
    display: flex;
    flex-direction: column;
	justify-content:center;
}

.gig-lastmile-international-exports-contant h2 {
  font-size: 38px;
  font-weight: 700;
  background-image: linear-gradient(to right, #CF343A, #CF343A);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.gig-lastmile-international-exports-contant h2 span {
  background: none;
  color: #000; /* black text */
  -webkit-background-clip: unset;
  background-clip: unset;
}

.gig-lastmile-international-exports-image{
    width: 35%;
}
.gig-mobile-image{
	width: 50%;
}
.gig-lastmile-selivery-services-section{
    padding: 30px;
}
.gig-lastmile-selivery-services-section h2{
      font-size: 45px;
    font-weight: 700;
    text-align: center;
}
.gig-lastmile-selivery-services-section h2 span{
 background-image: linear-gradient(to right,#CF343A, #CF343A);
    color: transparent;
    background-clip: text;
}
.gig-lastmile-doorstep-section{
    padding: 30px;
    display: flex;
    flex-direction: column;
    gap: 50px;
}
.gig-lastmile-doorstep-heading{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.gig-lastmile-doorstep-heading h1{
    font-size: 45px;
    font-weight: 700 !important;
    text-align: center;
    width: 60%;
}
.gig-lastmile-doorstep-heading h1 span{
     background-image: linear-gradient(to right,#CF343A, #CF343A);
    color: transparent;
    background-clip: text;
}
.gig-lastmile-doorstepcard-main{
    display: flex;
    padding-right: 50px;
    padding-left: 50px;
     gap: 100px;
}
.gig-lastmile-doorstepcard-main div{
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: 33%;
}
.gig-lastmile-doorstepcard-main div h5{
    font-weight: 600;
}
.gig-lastmile-doorstepcard-main div p{
    font-size: 14px;
}
.gig-lastmile-expanding-section{
    padding: 70px;
}
.gig-lastmile-expanding-heading h1{
        font-size: 42px !important;
    font-weight: 800 !important;
	width:80%;
}
.gig-lastmile-expanding-heading p{
    font-size: 14px!important;
}
.gig-lastmile-expanding-main-div{
    display: flex;
    background: linear-gradient(120deg, #e9d8f4, #fde6e8, #fef4df);
    background-size: 180% 180%;
    animation: gradient-animation 7s ease infinite;
    border-radius: 20px;
    height: auto;
}
.gig-lastmile-expanding-contant-div{
    width: 50%;
    padding: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 30px;
}
.gig-lastmile-expanding-img-div{
   width: 50%;
    display: flex;
    justify-content: center;
    align-items: end;
}
.gig-lastmile-expanding-logo-div{
    display: flex;
    display: flex;
    gap: 15px;
}
.gig-lastmile-readytoship-section{
    padding: 70px;
    display: flex;
    flex-direction: column;
    gap: 50px;
}
.gig-lastmile-readytoship-heading h1{
     font-size: 35px;
    font-weight: 900 ;
}
.gig-lastmile-readytoship-heading h1 span{
      background-image: linear-gradient(to right,#CF343A,#CF343A);
    color: transparent;
    background-clip: text;
}
.gig-lastmile-readytoship-contant-heading h5{
  font-weight: 700;
}
.gig-lastmile-readytoship-heading p{
    font-size: 14px;
}
.gig-lastmile-readytoship-contant{
  display: flex;
    flex-direction: column;
    gap: 25px;
}
.gig-lastmile-readytoship-contant-main{
  display: flex;
}
.gig-lastmile-readytoship-contant-main div{
  display: flex;
  flex-direction: column;
  gap: 25px;
  width: 25%;
}

    @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%;
  }
}

.partner-logos-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
  align-items: center;
}
.partner-logos-grid img {
  width: 100px;
  height: auto;
  object-fit: contain;
}
@media screen and (width:2560px){
	.gig-calculate-form-div div div input{
	width:150%;
}
	.gig-calculate-form-div div{
	  column-gap: 280px !important;
}
}
@media screen and (max-width:1024px){
	.gig-lastmile-main{
	flex-direction:column;
}
.gig-lastmile-contant,
	.gig-lastmile-image{
	width:100%;
}
	.gig-lastmile-doorstepcard-main{
	gap:25px;
}
}

@media screen and (max-width:768px){
	.gig-lastmile-contant{
      padding-bottom: 50px;
    }
    .gig-lastmile-contant h1{
    font-size: 35px;  
    }
	 .gig-lastmile-international-exports-image{
     display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    }
	.gig-lastmile-international-exports-main{
flex-direction:column;
		gap:40px;
}
	.gig-lastmile-international-exports-contant{
	width:100%;
}
	.gig-lastmile-international-exports-image{
	width:100%;
}
    .gig-lastmile-international-exports{
      padding: 50px;
    }
    .gig-lastmile-international-exports-contant h2{
      font-size: 35px;
    }
    .gig-lastmile-expanding-section{
      padding: 50px;
    }
    .gig-lastmile-expanding-main-div{
      height: auto;
    }
	.gig-lastmile-expanding-img-div{
	    align-items: center;
	}
	.gig-lastmile-doorstepcard-main{
		gap:50px;
}
	.gig-lastmile-doorstepcard-height{
	height:50px;
}
	.gig-lastmile-doorstepcard-main div img{
		width:50%;
}
    .gig-lastmile-doorstep-heading h1{
      font-size: 35px;
      width: 100%;
    }
    .gig-lastmile-readytoship-section{
      padding: 50px;
    }
	.gig-lastmile-readytoship-contant-main{
		gap:30px;
}
	.gig-lastmile-readytoship-contant-main div img{
	width:50%;
}
	

  }
@media screen and (max-width:430px){

	.gig-lastmile-section{
    height:auto !important;
}
	.gig-lastmile-main{
		flex-direction:column;
}
	.gig-lastmile-contant{
	padding:20px !important;
padding-bottom: 0px;
	    padding-left:0px;
    padding-top:0px;
	width:100%;
align-items: center;
}
	.gig-lastmile-contant h1 {
	width:100%;
	text-align:center;
}
	.gig-lastmile-image{
	width:100%;
	margin-top:0px;
}
	.gig-lastmile-international-exports{
	padding:20px;
	flex-direction:column;
	}
	.gig-lastmile-international-exports-contant{
	width:100%;
	align-items:center;
}
	.gig-lastmile-international-exports-image {
    width: 100%;
}
	.gig-lastmile-selivery-services-section{
	padding:20px;
}
	.gig-lastmile-selivery-services-section h2{
		font-size:35px;
}
	.gig-lastmile-international-exports-contant h2{
text-align:center;
}
	.gig-lastmile-doorstep-section{
	padding:20px;
}
	.gig-lastmile-doorstepcard-main {
	gap: 0px;
    flex-direction: column;
	 padding-right: 0px;
     padding-left: 0px;
}
	
	 .gig-lastmile-expanding-section {
        padding: 20px;
    }
	.gig-lastmile-expanding-main-div{
	flex-direction:column;
}
	.gig-lastmile-expanding-contant-div{
		width:100%;
		padding: 20px;
}
	.gig-lastmile-expanding-img-div{
	width:100%;
		justify-content:end;
}
	.gig-lastmile-expanding-img-div img{
	width:80%;
}
	.gig-lastmile-readytoship-section{
		padding:20px;
}
	.gig-lastmile-readytoship-contant-heading h5{
		text-align:center;
}
	.gig-lastmile-readytoship-contant-main{
  		display: flex;
		flex-direction:column;
}
	.gig-lastmile-readytoship-contant-main div{
		width:100%;
		align-items:center;
} 
	.gig-lastmile-readytoship-contant-main div h6{
		text-align:center;
}
	    
	.gig-lastmile-doorstepcard-main div {
		width:100%;
		align-items: center;
}
	.gig-lastmile-doorstepcard-main div img{
		width:80%;
}
	.gig-lastmile-card-h1{
	width:100% !important;
}
	#gig-lastmile-calculater-section{
	margin:20px;

}
}







.delivery-banner {
  background-color: #1a1a1a;
  background-image: url('http://gig.codknox.com/wp-content/uploads/2025/07/Group-1000004193-scaled.png'); /* Optional pattern image */
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  padding: 80px 20px;
  border-radius: 24px;
     max-width: 1100px;
  margin: 40px auto;
  text-align: center;
}

.delivery-banner-content h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 15px;
}

.delivery-banner-content p {
  font-size: 20px;
  color: #ccc;
  margin-bottom: 25px;
}

.start-shipping-btn {
  display: inline-block;
  padding: 10px 24px;
  background-color: #dc3545;
  color: #fff;
  border-radius: 24px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  transition: background 0.3s ease;
}

.start-shipping-btn:hover {
  background-color: #b92c3a;
}

.image-section-content{
	text-align: center;
	 padding: 80px 20px;
}
.image-section-content h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 15px;
}

.image-section-content p {
  font-size: 20px;
  color: #000000;
  margin-bottom: 25px;
}




/* Wrapper */
.accordion-gallery-wrapper {
  max-width: 960px;
  margin: 0 auto;
  padding: 20px 0;
}

/* Accordion layout */
.accordion-gallery {
  display: flex;
  height: 400px;
  width: 100%;
  overflow: hidden;
  gap: 4px;
}

/* Accordion image styling */
.accordion-image {
  flex: 1;
  background-size: cover;
 
  transition: flex 0.4s ease-in-out, transform 0.4s ease-in-out;
  cursor: pointer;
}

/* On hover → balanced zoom */
.accordion-image:hover {
  flex: 4;
  transform: scale(1.05);
}

/* Text + icon */
]/* Keep text + icon in one line */
.with-icon {
  display: inline-flex;
  align-items: center;
  gap: 6px; /* spacing between text and icon */
  font-size: 18px;
  font-weight: 500;
}

.with-icon .icon1 {
  
  display: inline-block;
  vertical-align:text-top;
  transition: transform 0.3s ease;
}

.with-icon:hover .icon {
  transform: translateX(4px); /* smooth slide right on hover */
}



/* Gig shipment */
.gig-shipment-section{
   height: calc(100vh) !important;
	display: flex;
  justify-content: space-between;
  align-items: center;
  background: white;
  overflow: hidden;
	padding-top:75px;
}
.gig-shipment-main-div{
    display: flex;
	padding-top:50px;
}
.gig-shipment-contant-div{
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 30px;
	padding: clamp(1rem, 3vw, 4rem);
}
.gig-shipment-image-div{
    width: 50%;
	display: flex;
    justify-content: center;
    align-items: center;
}
.gig-shipment-contant-div h1{
    width: 125%;
    font-size: 55px;
    font-weight: 800 !important;
    
}
.gig-shipment-contant-div p{
    width: 70%;
}
.gig-shipment-contant-div button{
    padding: 7px;
    border-radius: 20px;
    border: 0px;
    width:195px;
    background-color: #D5343A;
    color: white;
}
.gig-one-platform-section{
    padding: 50px;
}
.gig-one-platform-main-div{
    display: flex;
    background-color: #E4F2FB;
    border-radius: 30px;
}
.gig-one-platform-main-contact{
    width: 55%;
    padding: 50px;
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.gig-one-platform-main-contact h1{
        width: 60%
}
.gig-one-platform-main-contact p{
    width: 95%;
}
.gig-one-platform-main-image{
    width: 45%;
    padding: 50px;
}
.gig-one-platform-main-contact h1{
    font-size: 35px !important;
    font-weight: 900 !important;
}
.gig-calculate-form{
    padding: 50px;
    background-image: linear-gradient(to right, #F6EDEE, #FFE4E4);
    margin: 50px;
    border-radius: 20px;
}


.gig-calculate-form-main-div{
    display: flex;
    background-color: white;
    border-radius: 20px!important;
}
.gig-calculate-form-div{
    width: 70%;
    padding: 50px;
    background-color: white;
    border-bottom-left-radius:20px;
    border-top-left-radius: 20px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.gig-caculator-answer-div{
    width: 30%;
    padding: 50px;
    border-bottom-right-radius:20px;
    border-top-right-radius: 20px;
}
.gig-calculate-form-div div{
    display: flex;
	width:80%;
    
}
.gig-calculate-form-div div div{
    display: flex;
    flex-direction: column;
}
.gig-calculate-form-div div div input{
    width: 160%;
    height: 40px;
    border-radius: 20px;
    border: 1px solid #CCCCCC;
	padding:10px;
}
.gig-calulate-shipping-section{
    padding-left: 50px;
	padding-top:50px;
}
.gig-calulate-shipping-section h1{
    font-size: 35px;
    font-weight: 700 !important;
}
.gig-calulate-shipping-section h1 span{
      color: #CF343A;
}
.gig-calulate-shipping-section p{
        width: 70%;
}
.gig-calculate-form-main-div{
    background-image: linear-gradient(to right, #F6EDEE, #FFE4E4);
}
.gig-caculator-answer-div{
    background: linear-gradient(to bottom, #c4b5fd, #a5d8ff);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 25px;
}
.gig-caculator-answer-div h3{
     font-size:  19px;
     color: white;
}
.gig-steptostart-main{
    display: flex;
    flex-direction: column;
    gap: 100px;
}
.gig-steptostart-section{
    padding: 50px;
}
.gig-steptostart-heading h1{
       font-size: 35px !important;
    font-weight: 900 !important;

}
.gig-steptostart-heading h1 span{
background-image: linear-gradient(to right,#CF343A, #CF343A);
    color: transparent;
    background-clip: text;
}
.gig-steptostart-contant{
    display: flex;
    gap: 5px;
}
.gig-steptostart-contant-div{
    display: flex;
    flex-direction: column;
    gap: 10px;
/*     height: 500px; */
}
.gig-steptostart-contant-div h4{
    font-size: 16px;
    font-weight: bolder;
}
.gig-steptostart-contant-div p{
    font-size: 14px;
}
.gig-effortlessly-contant{
    padding: 70px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.gig-effortlessly-section{
    background-image: linear-gradient(to right,#6F1B1E, #32090B);
    height: 380px;
    border-radius: 10px;
}
.gig-effortlessly-section1{
   background:black;
    height: 500px;
	margin-bottom:20px;
	margin-top:20px;
   
}
.gig-effortlessly-contant h1{
    font-size: 45px !important;
    font-weight: 900 !important;
    width: 160%;
   
}
.gig-effortlessly-contant button{
    width: 180px;
    border: 0px;
    border-radius: 20px;
    padding: 8px;
    background-color: #CF343A;
    color: white;
}
.gig-effortlessly-main{
    display: flex;
    background-color: #FFE1BF;
    height: 350px;
}
.gig-effortlessly-image{
     display: flex;
    justify-content: center;
    align-items: end;
}
.gig-effortlessly-image img{
/*     max-width: 90%; */
	 width: 650px;
    height: 443px;
}
.gig-effortlessly-main1{
    display: flex;
background: linear-gradient(to right, #E0E7CC, #FEEED8);
    height: 480px;
}
.gig-effortlessly-image1{
     display: flex;
    justify-content: center;
    align-items: end;
}
.gig-effortlessly-image1 img{
/*     max-width: 90%; */
	 width: 650px;
    height: 443px;
}

/* Hide the image on tablet and mobile */
@media (max-width: 992px) {
  .gig-effortlessly-image1 {
    display: none;
  }
}

.gig-prioritising-section{
    padding: 50px;
/*     height: 650px; */
/*     margin-top: 100px; */
}
.gig-prioritising-heading-div h1{
     font-size: 40px !important;
    font-weight: 900 !important;
}
.gig-prioritising-heading-div{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.gig-prioritising-heading-div p{
    font-size: 14px;
    width: 66%;
}
.gig-prioritising-contant-div div h3{
     font-size: 20px;
    font-weight: bolder;
}
.gig-prioritising-contant-div div p{
    font-size: 14px;
    width: 90%;
}
.gig-prioritising-main-div{
    /* background-image: linear-gradient(to right,#D7FFED, #C8C0F1); */
    background: linear-gradient(270deg, #D7FFED, #C8C0F1, #D7FFED);
    background-size: 180% 180%;
    animation: gradient-animation 7s ease infinite;
    padding: 50px;
    border-radius:20px;
    display: flex;
    flex-direction: column;
    gap: 25px;
}
#origin{
    width: 160%;
    height: 40px;
    border-radius: 20px;
    border: 1px solid #CCCCCC;
        padding: 6px 15px;
}
#destination{
	width: 160%;
    height: 40px;
    border-radius: 20px;
    border: 1px solid #CCCCCC;
       padding: 6px 15px;

}



.gig-prioritising-contant-div{
    display: flex;
    flex-wrap: wrap;
    row-gap:50px;
    
}
.gig-prioritising-contant-div div{
    width: 50%;
    padding-left: 20px;
    border-left: 4px solid white;
    height: 100px;
    border-radius: 2px;
}
.gig-scale-business-section{
    padding: 50px;
	padding-bottom:100px;
}
.gig-scale-business-main-div{
    display: flex;
    flex-direction: column;
    gap: 50px;
    height: auto;
}
.gig-scale-business-heading-div h1{
    font-size: 45px !important;
    font-weight: 900 !important;
}
.gig-scale-business-heading-div p{
     font-size: 14px;
    width: 90%;
}
.gig-scale-business-contant-div div{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.gig-scale-business-contant-div div h3{
      font-size: 20px;
    font-weight: bolder;
}
.gig-scale-business-contant-div div p{
    font-size: 14px;
}
.gig-scale-business-contant-div{
    display: flex;
    flex-wrap: wrap;
    column-gap: 58px;
    row-gap: 25px;
	justify-content:center;
}
.gig-scale-business-contant-div div{
    width: 30%;
}
.gig-scale-business-contant-div div p{
    width: 94%;
     font-size: 14px;
}

.gig-scale-business-contant-div1 div{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.gig-scale-business-contant-div1 div h3{
      font-size: 20px;
    font-weight: bolder;
}
.gig-scale-business-contant-div1 div p{
    font-size: 14px;
}
.gig-scale-business-contant-div1{
    display: flex;
    flex-wrap: wrap;
    column-gap: 58px;
    row-gap: 25px;
	justify-content:center;
}

.gig-scale-business-contant-div1 div p{
    width: 94%;
	font-size: 14px;
}


.gig-corporate-whychoosegigl-section1 {
  background-color: #ff2d2d08;
  padding: 50px;
  margin: 50px auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  border-radius: 25px;
  max-width: 1200px;
}

.gig-corporate-whychoosegigl-section1 h2 {
  text-align: center;
  font-weight: 700;
  font-size: 2rem;
}

.gig-corporate-whychoosegigl-section1 h2 span {
  background-image: linear-gradient(to right,#CF343A, #CF343A);
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
}

.gig-scale-business-contant-div2 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
  width: 100%;
}

.gig-scale-business-contant-div2 div {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 10px;
  width: 22%;
  min-width: 240px;
}

.gig-scale-business-contant-div2 div h3 {
  font-size: 20px;
  font-weight: 700;
}

.gig-scale-business-contant-div2 div p {
  font-size: 14px;
  line-height: 1.5;
  max-width: 250px;
}

/* ✅ Responsive */
@media (max-width: 992px) {
  .gig-scale-business-contant-div2 div {
    width: 45%;
  }
}

@media (max-width: 600px) {
  .gig-corporate-whychoosegigl-section1 {
    padding: 30px 20px;
    margin: 30px 10px;
  }

  .gig-corporate-whychoosegigl-section1 h2 {
    font-size: 1.5rem;
  }

  .gig-scale-business-contant-div2 div {
    width: 100%;
  }
}

.gig-shipment-download-section{
    padding: 50px;
}
.gig-shipment-download-heading h1{
        font-size: 35px !important;
    font-weight: 900 !important;
}
.gig-shipment-download-heading p{
    font-size: 14px!important;
}
.gig-shipment-download-main-div{
    display: flex;
    background: linear-gradient(120deg, #e9d8f4, #fde6e8, #fef4df);
    background-size: 180% 180%;
    animation: gradient-animation 7s ease infinite;
    border-radius: 20px;
    height: 400px;
}
.gig-shipment-download-contant-div{
/*     width: 100%; */
	width:70%;
    padding: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 30px;
}
.gig-shipment-download-img-div{
/*     position: relative;
    top: 55px; */
	width:30%;
	display:flex;
	justify-content:center;
	align-items:center;
}
.gig-shipment-download-contant-div.gofaster{
	width:45%;
}
.gig-shipment-download-img-div.gofaster{
    width: 55%;
	    align-items: normal;
}
.gig-shipment-download-img-div.gofaster img{
width:100%;
}

.gig-shipment-download-logo-div{
    display: flex;
    display: flex;
    gap: 15px;
}
.gig-explore-section {
    padding-left: 50px;
	padding-right:50px;
}
.gig-explore-section-heading h1{
     font-size: 35px;
    font-weight: 700 !important;
}
.gig-explore-section-main-div{
    display: flex;
    flex-direction: column;
    gap: 25px
}
.gig-explore-section-heading p{
    font-size: 14px;
}
.gig-explore-section-contant-main{
    display: flex;
    gap: 30px;
}
.gig-explore-section-contant-main div{
    display: flex;
    flex-direction: column;
    gap:15px
}
.gig-explore-section-contant-main div h3{
    font-size: 20px;
    font-weight: bolder;
}
.gig-explore-section-contant-main div p{
    font-size: 14px;
}
.gig-explore-section-contant-main div button{
    border: 0px;
    background-color: white;
    color:#CF343A;
    width: 83px;
}

.gig-shipment-section{
      height: 100%;
      background: white;
      overflow: hidden;
}
.value-of-calculator{
width:150% !important;

}

.blob {
      position: absolute;
      width: 200px;
      height: 200px;
      border-radius: 50%;
      filter: blur(80px);
      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;
    }

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

    .red3 {
      background: #D5343A;
      top: 70%;
      left: 30%;
      animation-delay: 2s;
    }

    .red4 {
      background: #6F1B1E;
      top: 20%;
      left: 80%;
      animation-delay: 1.5s;
    }

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

    @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%;
  }
}

@media screen and (max-width:1259px){
	.gig-scale-business-contant-div div{
	width:28%;
}
	.gig-caculator-answer-div h3{
	text-align:center;
}

}
@media screen and (max-width:1024px){

.gig-calculate-form-div div div input{
    width: 115%;
}
.gig-calculate-form-div div{
column-gap: 50px!important;
}
/* .gig-scale-business-contant-div {
    column-gap: 30px;
} */
.gig-effortlessly-image img {
    width: 100%;
	height:auto;
}
.gig-effortlessly-image{
    right: 50px;
    bottom: 51px;
}
    .gig-scale-business-contant-div {
        column-gap: 100px;
    }
	.gig-scale-business-contant-div div{
	flex-grow:1;
}
.gig-one-platform-main-image{
	padding:20px;
	justify-content: center;
        display: flex
;
        align-items: center;
}
	.gig-one-platform-main-contact{
	padding:20px;
}
	.gig-shipment-download-contant-div{
	padding:20px;
}
	.gig-shipment-download-img-div img{
	width:80%;
}
	.gig-caculator-answer-div h3{
	text-align:center;
}
	#origin{
	width: 115%;
}
	#destination{
	width: 142%;
}
	.gig-calculate-form{
	padding:20px;
}
	.gig-effortlessly-contant{
	padding:30px;
}
	.gig-faq-div{
	width:100%;
}
	.gig-shipment-main-div{
	flex-direction:column;
}
.gig-shipment-contant-div,
	.gig-shipment-image-div{
	width:100%;
}
	.gig-shipment-contant-div h1{
	width:100%;
}
	.gig-prioritising-main-div{
	padding:30px;
}
	.gig-accordion-card.special img{
	width:80px !important;
}

}

@media screen and (max-width:991px){
	
}


@media screen and (max-width:768px) {
        .gig-effortlessly-image {
        right: 250px !important;
        bottom: 51px !important;
    }
    .gig-effortlessly-image img {
        width: 170% !important;
    }
    .gig-effortlessly-contant h1{
        width: 160% !important;
    }
	.gig-effortlessly-contant{
	width:51%;
}
	.gig-effortlessly-contant h1 {
    font-size: 35px !important;
	}
	.gig-effortlessly-image{
	width:49%;
}
	.gig-effortlessly-image img{
	height:auto;
	max-width: 100%;
    object-fit: fill;
}
        .gig-calculate-form-div div div input{
        width: 120%;
    }
    .gig-prioritising-main-div{
        gap: 0px;
        height: 500px;
    }
    .gig-shipment-download-img-div img{
        width: 225px;
    }
    .gig-shipment-download-img-div {
    top: 89px;
    right: 40px;
}
	
	.gig-calculate-form-div div{
		width:100%
	}
.gig-prioritising-contant-div div{
    height: 113px;
}
    .gig-prioritising-main-div{
        height: 550px;
    }
    .gig-one-platform-main-div {
    flex-direction: column;
}
.gig-one-platform-main-contact {
    width: 100%;
}
	.gig-scale-business-contant-div div{
	width:45%;
}
	.gig-shipment-download-main-div{
	flex-direction:column;
	height:auto;
}
/* 	.gig-shipment-download-contant-div,
.gig-shipment-download-img-div{
	width:100%;
} */
	.gig-shipment-download-img-div.giggo{
width:100%;
}
	.gig-shipment-download-logo-div{
	justify-content:center;
}

.gig-one-platform-main-image
 {
    width: 100%;
}
	.gig-caculator-answer-div{
	padding: 20px;
}
	.gig-calculate-form-div{
	padding:20px;
}
	.value-of-calculator{
	    width: 100% !important;
}
	.gig-shipment-download-img-div,
.gig-shipment-download-img-div{
	width:100%;
}
#origin,
	#destination{
	width:100%;
}
	.gig-calculate-form-div div div input{
	width:100%;
}

}
 @media (max-width: 430px) {
      .gig-effortlessly-image {
        display: none !important;
      }
	 #origin{
	width:100%;
}
	 #destination{
	width:100%;
}
      .gig-effortlessly-contant {
        align-items: center;
      }
    .gig-effortlessly-contant h1 {
        width: 115% !important;
    }
      .gig-effortlessly-contant h1 {
        font-size: 30px !important;
        width: 100% !important;
      }
      .gig-prioritising-contant-div div{
        width: 100%;
		  height:auto;
      }
      .gig-prioritising-section{
        height: auto;
      }
      .gig-prioritising-main-div{
        height: auto;
    }
    .gig-scale-business-contant-div div {
    width: 100%;
    align-items: center;
}

.value-of-calculator{
width:100% !important;

}
	 .gig-steptostart-main{
	gap:20px;
	 }
.gig-prioritising-heading-div h1
 {
    font-size: 35px !important;
}
.gig-shipment-download-main-div{
    flex-direction: column;
}
/* .gig-shipment-download-img-div {
    position: static;
    display: flex;
    justify-content: center;
	width:100%;
} */
.gig-shipment-download-main-div{
        height:auto;
 }
 .gig-shipment-download-img-div img {
        width: 200px;
    }
.gig-shipment-download-logo-div{
    flex-direction: column;
    align-items: center;
    width: 100%;
}
.gig-shipment-download-contant-div {
    width: 100%;
}
.gig-steptostart-contant {
    flex-direction: column;
}
.gig-steptostart-contant-div{
    flex-direction: column;
}
.gig-explore-section-contant-main{
    flex-direction: column;
}
.gig-steptostart-contant-div-arrow-div{
    display: none !important;
}
.gig-steptostart-contant-div{
    gap: 25px;
	height:auto;
}
.gig-calculate-form-main-div{
    flex-direction: column;
}
.gig-calculate-form-div {
    width: 100%;
}
.gig-calculate-form-div div{
    flex-direction: column;
    gap: 10px !important;

}
.gig-calculate-form-div-button button{
    width: 150px !important;
    display: flex;
    flex-direction: column;
    gap: 10px !important;
}
.gig-caculator-answer-div {
    width: 100%;
 }
 .gig-calculate-form-main-div{
    gap: 50px;
 }
 .gig-calculate-form-div{
    border-radius: 20px;
 }
 .gig-caculator-answer-div{
    border-radius: 20px;
 }
 .gig-shipment-main-div{
    flex-direction: column;
	 padding:0px;
 }
 .gig-shipment-contant-div {
    width: 100%;
    align-items: center;
	 padding:0px;
	 gap:10px;
 }
 .gig-shipment-image-div {
    width: 100%;
}
.gig-shipment-contant-div h1 {
    font-size: 29px;
	width:100%;
	text-align:center;
}
	 .gig-shipment-contant-div p{
font-size:13px;
text-align:center;
}
	 .gig-one-platform-main-contact h1{
	width:100%;
	text-align:center;
}
.gig-scale-business-heading-div h1 {
    font-size: 35px !important;
}
.gig-calulate-shipping-section p{
    width: 100%;
}
.gig-shipment-contant-div p{
    width: 100%;
}
.gig-prioritising-heading-div p{
    width: 100%;
}
.gig-prioritising-contant-div div p{
    width: 100%;
}
.gig-scale-business-contant-div div p{
    width: 100%;
}
.gig-calculate-form {
    padding: 20px;
    margin: 0px;
 }
 .gig-calculate-form-div {
    padding: 20px;
 }
	 .gig-calculate-form-div div{
		width:100%;
	 }
 .gig-calculate-form-div div div input {
        width: 100%;
    }
}
 @media (max-width: 376px) {
  .gig-prioritising-contant-div
 {
    row-gap: 100px;
}
    .gig-prioritising-main-div
 {
        height: auto;
    }
	 .gig-prioritising-contant-div{
			row-gap:50px;
	 }
    .gig-prioritising-section {
        height: auto;
    }
        .gig-shipment-download-img-div img {
        width: 184px;
    }
	 
}
@media (max-width: 321px){
        .gig-shipment-download-img-div img {
        width: 153px;
    }
}
@media screen and (max-width:576px) {
       .main-footer-div{
        flex-wrap: wrap;
    }
.gig-section-div1 h1 {
    font-size: 25px;
}
.footer-logo-div {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
}
	.footer-para-div p{
	text-align:center;
	width:100% !important;
}
.dowload-gig-footer {
    height: 170px;
}
.download-playapp{
    align-items: center;
}
.footer-products-div{
           flex: 1 45%;
}
.footer-partnership-div{
            flex: 1 45%;
}
	.footer-partnership-2{
flex: 1 45%;
	}
.footer-resources-div{
    flex: 1 45%;
}
.footer-company-div{
           flex: 1 45%;
}
.gig-shipment-section {
    padding: 20px;
	    height: 100dvh;
	position:relative;
}

.gig-shipment-image-div img{
    width: 100%;
}
.gig-one-platform-section {
    padding: 20px;
}
.gig-calulate-shipping-section {
    padding: 20px;
}
.gig-steptostart-section {
    padding: 20px;
}
.gig-effortlessly-contant {
    padding: 25px;   
	width:100%;
}
.gig-prioritising-section {
    padding: 20px;
}
.gig-explore-section {
    padding: 20px;
}
.gig-faq {
    padding: 20px;
}
.gig-shipment-download-section {
    padding: 20px;
}
.gig-caculator-answer-div {
    padding: 20px;
}
.gig-one-platform-main-contact {
    padding: 20px
}
.gig-shipment-download-contant-div {
    padding: 20px;
}
	.gig-calculate-form-section{
	margin: 20px;
}
}

/* Single css */

/* Style css */
