@font-face {
  font-family: 'Satoshi-Light';
  src: url('../fonts/Satoshi-Light.ttf') format('truetype');
  font-weight: 300;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'Satoshi-Regular';
  src: url('../fonts/Satoshi-Regular.ttf') format('truetype');
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'Satoshi-Medium';
  src: url('../fonts/Satoshi-Medium.ttf') format('truetype');
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'Satoshi-Bold';
  src: url('../fonts/Satoshi-Bold.ttf') format('truetype');
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}

*{
    margin: 0;
    padding: 0;
}
body{
    font-family:'Satoshi-Regular';
}
a{
    text-decoration: none;
    color: #ffffff;
}
ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
:root {
  --primary-color: #0069B2;
  --secondary-color: #000000;
}
section {
    padding: 70px 0px;
}
.headings {
    font-family: 'Satoshi-Medium';
    font-size: 35px;
    margin-bottom: 10px;
}
.headings span{
    color: var(--primary-color);
}
.para{
    font-size: 18px;
    color: #292929;
    font-family: 'Satoshi-Regular'
}
.img-100{
    width: 100%;
}

/* header======================================================
=============================================================== */

.page-header.is-sticky {
  position: fixed;
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
  padding: 8px 0;
  backdrop-filter: blur(10px);
  animation: slideDown 0.35s ease-out;
  top: 0;
      z-index: 1;
          background-color: #0069b2;
}
@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
header {
    padding: 20px 0px;
    position: absolute;
    width: 100%;
    border-bottom: 1px solid #ffffff4d;
}
header nav ul {
    display: flex;
    gap: 35px;
    justify-content: flex-end;
    align-items: center;
    height: 67.45px;
}
.hero-btn-col {
    height: 67.45px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
header .logo img{
    width: 165px;
}
.bar {
    display: block;
    width: 25px;
    height: 2px;
    margin: 3px 0;
    background-color: white;
    transition: all 0.3s ease;
    border-radius: 35px;
}

.hamburger {
  display: none;
  cursor: pointer;
}
/* hero-sec======================================================
=============================================================== */

.hero-sec {
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),url('../images/hero-bg.webp') center/cover no-repeat;
    height: 98Vh;
    background-position: center;
    background-size: cover;
    margin: 10px;
    border-radius: 20px;
}
.hero-sec .container {
    border-left: 1px solid #ffffff38;
    border-right: 1px solid #ffffff38;
    margin-top: 38px;
}
.hero-sec .hero-cnts {
    height: 87Vh;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.hero-sec h1 {
    font-family: 'Satoshi-Medium';
    font-size: 60px;
    color: #fff;
    margin-bottom: 20px;
}
.hero-sec p {
    max-width: 650px;
    color: #fff;
    font-size: 20px;
    font-family: 'Satoshi-Light';
}
.hero-sec .hero-btns {
    display: flex;
    gap: 20px;
    margin-top: 40px;
}
.is-sticky .cnnct-btn a div{
    border: 1px solid #fff;
}
.cnnct-btn a div{
    color: #fff;
    background-color: var(--primary-color);
    padding: 10px 20px;
    width: fit-content;
    border-radius: 100px;
    transition: .2s;
}
.cnnct-btn a div img {
    margin: 0 3px 3px 0px;
    transition: .2s;
}
.learnmore-btn a div{
    color: #fff;
    border: 1px solid #fff;
    padding: 10px 20px;
    width: fit-content;
    border-radius: 100px;
}

.cnnct-btn a div:hover {
    padding: 10px 40px 10px 0px;
}
.cnnct-btn a div:hover img {
    transform: translate(112px);
}
.view-more a div:hover img {
    transform: translate(103px);
}

/* about-sec======================================================
=============================================================== */

.head-tag {
    border: 1px solid #0069b230;
    width: fit-content;
    padding: 5px 13px;
    border-radius: 100px;
    font-family: 'Satoshi-medium';
    color: var(--primary-color);
    margin: auto;
    margin-bottom: 40px;
}
.head-tag img{
    width: 20px;
}
.animate {
    color: #000000;
    padding-bottom: 40px;
    font-size: 30px;
    font-weight: 500;
    text-align: center;
}
.about-us .view-more {
    margin-top: 20px;
}
.about-us .abt-more-cnt {
    background: aliceblue;
    border-radius: 20px;
    margin-top: 40px;
}
.abt-more-cnt .more-cnts {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 35px 10px;
}
.abt-more-cnt .more-cnts h2{
    font-size: 30px;
}
.abt-more-cnt .abt-img{
    position: relative;
}
.abt-more-cnt .abt-img img {
    position: absolute;
    width: 100%;
    border-radius: 20px;
    top: -20px;
}

/* Our-solutions======================================================
====================================================================== */

.our-solutions .container {
    background-color: #242424;
    background-image: url('../images/line-art.png');
    padding: 100px 50px;
    color: #fff;
    border-radius: 25px;
    position: relative;
    background-size: contain;
    background-repeat: no-repeat;
}
.solutions-head{
    text-align: center;
}
.solutions-head h3{
    color: #fff;
}
.solutions-head p {
    color: #fff;
    font-family: 'Satoshi-Light';
    font-size: 14px;
    margin: 0 140px;
}
.solutions-slick{
    margin-top: 50px;
}
.solutions-col {
    margin: 0 20px;
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    position: relative;
}
.solutions-col .cnt-col {
    padding: 20px;
    background: #0000007a;
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(10px);
    border-radius: 0 0 15px 15px;
    position: absolute;
    bottom: -110px;
    transition: 0.4s;
}
.solutions-col:hover .cnt-col{
    bottom: 0;
}
.solutions-col .cnt-col h6{
    font-size: 20px;
    font-family:'Satoshi-Medium';
}
.solutions-col .cnt-col p{
    margin: 0;
    font-family:'Satoshi-Light';
}
.solutions-col .nmbr {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 20px;
}
.solutions-col .nmbr p {
    border: 1px solid #ffffff6b;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 28px;
    font-size: 13px;
}
.solutions-col{
    border-radius: 15px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.air-freight {
    background-image: url(../images/air-freight.webp);
}
.sea-freight {
    background-image: url(../images/sea-freight.webp);
}
.land-freight {
    background-image: url(../images/land-freight.webp);
}
.transportation{
    background-image: url(../images/delivery-box.png);
}
.custom-clearence {
    background-image: url(../images/custom-clearence.jpg);
}
.warehouse-management {
    background-image: url(../images/warehouse-management.webp);
}
.solutions-v-more {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}



/* why-choosse======================================================
====================================================================== */


 .accordion-item {
    border-bottom: 1px solid #f1f1f1;
    padding: 25px 0 15px 0;
    cursor: pointer;
    transition: all 0.3s ease;
}

.accordion-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

 .number {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #e0e0e0;
    margin-right: 12px;
    font-family: 'Satoshi-Medium';
    font-size: 14px;
    color: #000000;
    text-align: center;
    line-height: 27px;
}

 .accordion-header h3 {
    flex: 1;
    font-size: 25px;
    margin: 0;
    color: #111;
}

 .arrow {
    font-size: 19px;
    color: #414141;
    transition: transform 0.3s ease;
    background: #ebebeb;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
}

 .accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: all 0.4s ease;
    opacity: 0;
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-top: 10px;
    margin-left: 43px;
}
 .accordion-content p {
    flex: 1;
    font-size: 18px;
    color: #444;
    line-height: 1.6;
}

 .accordion-content img {
    width: 100px;
    height: 100px;
    border-radius: 8px;
    object-fit: cover;
}

/* Active state */
 .accordion-item.active .accordion-content {
    max-height: 200px;
    opacity: 1;
}

 .accordion-item.active .arrow {
    display: none;
}

 .whychoose-cnt .img-100{
    border-radius: 20px;
    margin-top: 30px;
}
.whychoose-points {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin-left: 15px;
}


/* cta-sec======================================================
====================================================================== */


.cta-sec .cta-col {
    background: #EFF9FF;
    padding: 60px 60px 150px;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}
.cta-sec .map-container {
    position: absolute;
    bottom: -250px;
    left: 20px;
    z-index: 9;
}
.cta-sec .map-img {
    position: absolute;
    bottom: 0px;
    right: 0px;
}
.cta-sec .map-img img{
    width: 700px;
}
.cta-sec .cta-cnts p {
    margin-bottom: 50px;
}
.cta-sec .cta-cnts h4{
    text-transform: capitalize;
}



/*FOOTER======================================================
====================================================================== */


footer{
    margin-top: 50px ;
    padding: 80px 0 30px 0;
    background-color: #242424;
    background-image: url(../images/ship-line-art.png);
    background-size: contain ;
    background-repeat: no-repeat;
    background-position: right;
    color: #fff;
    font-family: 'Satoshi-Light';
}
footer .footer-logo img {
    width: 200px;
}
footer .footer-logo p {
    margin-top: 30px;
    font-size: 15px;
    max-width: 350px;
}
footer .footer-nav {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-items: end;
}
footer .footer-nav .footer-col {
    padding-right: 40px;
}
footer .footer-col h6{
    font-size: 18px;
    font-family: 'Satoshi-Medium';
}
footer .footer-col ul li {
    padding: 7px 0px;
    font-size: 15px;
}
footer .footer-col ul li a{
    font-size: 15px;
}

.footer-bottom{
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
    border-top: 1px solid #ffffff2e;
    padding-top: 25px;
}

.footer-map img{
    border-radius: 10px;
    width: 70%;
    height: 75px;
    object-fit: cover;
}
.footer-bottom .desighned-by a {
    font-weight: 600;
    font-size: 14px;
}


.whatsapp{
    position: fixed;
    bottom: 50px;
    left: 20px;
}
.whatsapp button{
    border: none;
    background-color: #00bb5a;
    padding: 13px 14px;
    border-radius: 50px;
}
.whatsapp img{
    width: 25px;
    filter: invert(1);
}
.ftr-adrs{
    position: relative;
    padding-left: 30px !important;
}
.ftr-adrs img{
    position: absolute;
    left: 0;
}





/* About-Page=========================================================================================================
======================================================================================================================
======================================================================================================================
====================================================================================================================== */


.banner-sec {
    background-image: url("../images/about-page-bg.webp");
    height: 550px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 10px;
    border-radius: 20px;
}
.banner-head {
    height: 465px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #fff;
}
.banner-head h2{
    font-size: 35px;
    font-family: 'Satoshi-Medium';
}



.abt-page .abt-more-cnt .abt-img img {
    top: -30px;
}



.mission-vision-sec {
    background: #f9f9f9;
}
.mission-vision-item {
    border-bottom: 1px solid #f1f1f1;
    padding: 25px 0 15px 0;
    cursor: pointer;
    transition: all 0.3s ease;
}
.mission-vision-sec .accordion-content{
    flex-direction: column;
}
.mission-vision-sec .mission-vision-item.active .accordion-content {
    max-height: 100%;
    opacity: 1;
}
.mission-vision-sec .accordion-content h6{
    margin: 0;
    font-weight: 600;
}
.mission-vision-sec .accordion-content {
    gap: 10px;
}
.mission-vision-sec .accordion-content li {
    padding: 5px 0;
    position: relative;
    padding-left: 30px;
}
.mission-vision-sec .accordion-content li::before {
    content: url(../images/adler-icon.png);
    position: absolute;
    left: 0;
    transform: scale(0.69);
}
.mission-vision-sec .accordion-header h3 {
    flex: 1;
    font-size: 25px;
    margin: 0;
    color: #0069b2;
    font-family: 'Satoshi-Medium';
}
.mission-vision-sec .vision-mission-img img {
    border-radius: 20px;
    width: 100%;
}
.mission-vision-sec .accordion-item {
    border-bottom: 1px solid #e3e3e3;
}
/* Active state */
 .mission-vision-item.active .accordion-content {
    max-height: 200px;
    opacity: 1;
}

 .mission-vision-item.active .arrow {
    display: none;
}


.accordion-item, .mission-vision-item {
    transition: all 0.3s ease-in-out;
    overflow: hidden;
}

.accordion-item:not(.active) .accordion-content,
.mission-vision-item:not(.active) .mission-vision-content {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

.accordion-item.active .accordion-content,
.mission-vision-item.active .mission-vision-content {
    max-height: 500px; /* Adjust based on your content */
    opacity: 1;
    transition: all 0.3s ease-in-out;
}




/* Services-Page======================================================================================================
======================================================================================================================
======================================================================================================================
====================================================================================================================== */


.detailed-ser .ser-col .cnt-col{
    padding: 20px;
}
.detailed-ser .ser-col h6 {
    font-size: 22px;
    font-family: 'Satoshi-Medium';
}
.detailed-ser .ser-col .p-bottom {
    margin-bottom: 60px;
}
.detailed-ser .ser-col .col-img img{
    width: 100%;
    border-radius: 20px;
}




/*------------------------Contact=Page--------------------------*/
.info-map{
    width: 80%;
    margin-top: 2rem;
}

/*------------------------thanku-page----------------------------*/

.thanku-banner {
    background-image: url(../images/thanku-bg.webp);
    height: 100vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
}
.thanku-banner  .page-cnt{
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.thanku-banner  .page-cnt h1{
    font-size: 50px;
    font-family: 'Satoshi-Bold';

}
.thanku-banner  .page-cnt h1 span{
    color: var(--primary-color);

}
.thanku-banner  .page-cnt p{
    font-size: 18px;
    max-width: 800px;
    text-align: center;
    font-family: 'Satoshi-Light';
    margin-bottom: 50px;
}
.thanku-banner  .page-cnt .thanku-logo {
    margin-bottom: 10px;
}