@import url('https://fonts.googleapis.com/css2?family=Alexandria:wght@300;800&display=swap');

  
  .title_prod{
      color: #00a54c;
  font-size: 13px;
  font-weight: 600;
  font-family: 'Alexandria', sans-serif;
  }
  
    .description_product{
      color:#0058a0;
  font-size:14px;
  font-weight:600;
  font-family: 'Alexandria', sans-serif;
  text-align: center;
  direction: ltr;
  }
  .active{
      color:#00a553 !important;
   font-size: 16px !important;
  font-weight: bold !important;
  }
  

  .requesbutton{
 
  background: #000 !important;
  color: #fff !important;
  font-size:16px !important;
  font-weight: bold !important;
    font-family: 'Alexandria', sans-serif !important;
  }
  
    .available{
      color:#0058a0;
  font-size:14px;
  font-weight:700;
  font-family: 'Alexandria', sans-serif;
  text-align:center;
        
    }
  
  
  
  .txt{
       font-family: 'Alexandria', sans-serif !important;
       font-size:14px !important;
       font-weight:600 !important;
  }
  
  
  
  .header{
    background-color:rgb(0, 165, 83);
  }
 .main-logo{
  /*width: 50px;*/
  height: 120px;
 }
  .sticky .main-logo{
     height:90px;
 }
  
  
  #navbar {
    overflow: hidden;
 
  }
 
  
  .sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index:1000000;
  }
  
  .sticky + .content {
    padding-top: 60px;
  }
  .main-menu li {
padding: 0px 15px !important;
font-size: 18px;
  }
  .carousel-item img{
    height: 70vh;
  }
  .carousel-root{
    position: relative;
  }
  .carousel-text{
    position: absolute;
    top: 30%;
    left: -30%;
  }
  .carousel-text h1{
    font-size: 56px;
    font-weight: 500;
  }
  .btn-order{
    background-color: rgb(30, 120, 194);
    color: white;
    font-size: large;
  }
  .first-img  img{
    width: 80%;
  }
  .featues-card img{
    width: 100%;
    border-radius: 10px;
  }
  .featues-card {
    border: 1px solid #f8f9fa ;
    border-radius: 10px;
  }
  .animy-one{
    visibility: visible; 
    animation-duration: 1.4s;
     animation-name: bounceInUp;
  }
  .animy-two{
    visibility: visible; 
    animation-duration: 1.8s;
     animation-name: bounceInUp;
  }
  .animy-three{
    visibility: visible; 
    animation-duration: 2.2s;
     animation-name: bounceInUp;
  }

  .golden-star{
    color: gold;
  }

 .clip{
  -webkit-clip-path: polygon(52% 10%, 100% 0, 100% 100%, 53% 92%, 0 100%, 0 0);
  clip-path: polygon(52% 10%, 100% 0, 100% 100%, 53% 92%, 0 100%, 0 0);
  
  
 }
 .mesaage-section{
  background-color: rgba(168, 194, 213, 0.696);
 }
 .message-content{
  /*margin-top: 25%;*/
  height: 300px;
 }
 .btn-outline{
  border: 1px solid rgb(30, 120, 194);
  color: rgb(30, 120, 194);
 }
 .btn-outline:hover{
  border: 1px solid rgb(30, 120, 194);
  background-color: rgb(30, 120, 194);
  color:white;
 }
 .message-icon{
  font-size: 60px;
  color: rgb(30, 120, 194);
 }
 .border-message{
  border: 1px solid rgb(30, 120, 194);
  border-radius: 5px;
 }
 .border-message:hover{
  transform: translateY(-15px);
  transition: all 0.2s ease-in-out;
 }
 .goal-content{
  margin-top: 20%;
 }
 
 .links ul{
  list-style: none;
 }
 .link-item{
  padding: 7px 0px;
 }
 .link-item a{
  text-decoration: none;
  color: black;
  font-weight: 500;
 }
 .link-item a:hover{
  color: rgb(30, 120, 194);
 }
 
.catalodue{
  width: 100%;
  height: 100vh;
}
.conact-h2{
  color: rgb(30, 120, 194);
}
.contact{
  border-radius: 20px;
}
.contact-map{
  border:0; 
  width: 100%; 
  height: 500px;
}
.jumbotron img{
  width: 100%;
  height: 50vh;
}
.sub-title{
  color: rgb(30, 120, 194);
}
.aboutus-p{
  font-size: 17px;
font-weight: 500;
}
.about-img img{
  width: 100%;
}
.animy-four{
  visibility: visible; 
  animation-duration: 2.6s;
   animation-name: bounceInUp;
}
.contact-info {
  border-radius: 20px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  height: 200px;
}
.sub-title-icon{
  color: rgb(30, 120, 194);
  font-size: 42px;
}
.fillter{
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.fillter ul {
  list-style: none;
}

.active-product-item{
  background-color: rgb(30, 120, 194);

}
.active-product-item a{
  color: white;
}


.parent-product{
  background-color: white;
  border-radius: 10px;
}
  
#lens,
#result {
  position: absolute;
  display: none;
  z-index: 1;
}

.slideshow-items {
  display: none;
}

.slideshow-items.active {
  display: block;
}

.slideshow-thumbnails {
  opacity: 0.5;
}

.slideshow-thumbnails.active {
  opacity: 1;
}

#lens,
.slideshow-items,
.slideshow-thumbnails,
#result {
  border: solid var(--light-grey-2) 1px;
}


@media only screen and (max-width:600px) {
    .clip{
clip-path: polygon(50% 0%, 100% 0, 100% 100%, 50% 100%, 0 100%, 0 0);
 }
 .message-content{
  /*margin-top: 25%;*/
  height:auto;
 }
 .carousel-item img{
     height:auto;
       /*height:30vh;*/
 }
}

.txt-title{
color: #0f2e93;
font-size: 23px;
line-height: 30px;
}
.txt{
    font-size:15px;
    line-height:30px;
}


.font-40{
       font-size: 40px !important;
}
.font-18{
       font-size: 32px !important;    
}

 .post-slide {
            background: #fff;
            margin: 20px 15px 20px;
            border-radius: 15px;
            padding-top: 1px;
            box-shadow: 0px 14px 22px -9px #bbcbd8;
        }
        .post-slide .over-layer {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            opacity: 0;
            background: linear-gradient(-45deg, rgba(6, 190, 244, 0.75) 0%, rgba(45, 112, 253, 0.6) 100%);
            transition: all 0.50s linear;
        }

        .post-slide:hover .over-layer {
            opacity: 1;
            text-decoration: none;
        }

        .post-slide .over-layer i {
            position: relative;
            top: 45%;
            text-align: center;
            display: block;
            color: #fff;
            font-size: 25px;
        }

        .post-slide .post-content {
            background: #fff;
            padding: 2px 20px 40px;
            border-radius: 15px;
        }

        .post-slide .post-title a {
            font-size: 15px;
            font-weight: bold;
            color: #333;
            display: inline-block;
            text-transform: uppercase;
            transition: all 0.3s ease 0s;
        }

        .post-slide .post-title a:hover {
            text-decoration: none;
            color: #3498db;
        }

        .post-slide .post-description {
            line-height: 24px;
            color: #808080;
            margin-bottom: 25px;
        }

        .post-slide .post-date {
            color: #a9a9a9;
            font-size: 14px;
        }

        .post-slide .post-date i {
            font-size: 20px;
            margin-right: 8px;
            color: #CFDACE;
        }

        .post-slide .read-more {
            padding: 7px 20px;
            float: right;
            font-size: 12px;
            background: #2196F3;
            color: #ffffff;
            box-shadow: 0px 10px 20px -10px #1376c5;
            border-radius: 25px;
            text-transform: uppercase;
        }

        .post-slide .read-more:hover {
            background: #3498db;
            text-decoration: none;
            color: #fff;
        }

        .owl-controls .owl-buttons {
            text-align: center;
            margin-top: 20px;
        }

        .owl-controls .owl-buttons .owl-prev {
            background: rgb(205 213 209);
            position: absolute;
            bottom: 50%;
            left: 15px;
            padding: 0 18px 0 15px;
            border-radius: 50px;
            box-shadow: 3px 14px 25px -10px #92b4d0;
            transition: background 0.5s ease 0s;
        }

        .owl-controls .owl-buttons .owl-next {
            background:rgb(205 213 209);
            position: absolute;
            bottom: 50%;
            right: 15px;
            padding: 0 15px 0 18px;
            border-radius: 50px;
            box-shadow: -3px 14px 25px -10px #92b4d0;
            transition: background 0.5s ease 0s;
        }

        .owl-controls .owl-buttons .owl-prev:after,
        .owl-controls .owl-buttons .owl-next:after {
            content: "<";
            font-family: FontAwesome;
            color: #333;
            font-size: 30px;
        } 

        .owl-controls .owl-buttons .owl-next:after {
            content: ">";
        }

        @media only screen and (max-width:1280px) {
            .post-slide .post-content {
                padding: 0px 15px 25px 15px;
            }
        }
#news-slider{
        direction: ltr;
}


/*-----------------------------------------------*/

/* ---------------------------------------------------------------------------------------- */
.logistics {
    background-color: #e3f2fc;

}

.deatails-btn {
    color: #0D4772;
    border: 1px solid #0D4772;
}

p {
    font-size: 16px;
    font-weight: 400;
    line-height:30px;
    color: #666666;


}

.go-corner {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 32px;
    height: 32px;
    overflow: hidden;
    top: 0;
    right: 0;
    background-color: #00838d;
    border-radius: 0 4px 0 32px;
}

.go-arrow {
    margin-top: -4px;
    margin-right: -4px;
    color: white;
    font-family: courier, sans;
}

.card1 {

    position: relative;
    z-index: 0;
    overflow: hidden;
}

.card1:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -16px;
    right: -16px;
    background: #00838d;
    height: 20px;
    width: 32px;
    border-radius: 32px;
    transform: scale(1);
    transform-origin: 50% 50%;
    transition: transform 0.25s ease-out;
}

.card1:hover:before {
    transform: scale(60);
}


.card1:hover p {

    transition: all 0.3s ease-out;
    color: rgb(225, 225, 225);
}

.card1:hover h4 {
    transition: all 0.3s ease-out;
    color: rgb(225, 225, 225);
}

.card1:hover button {
    transition: all 0.3s ease-out;
    background-color: rgb(238, 237, 237);
    color: #0D4772;
}

.transport-ways {
    border: 1px solid #0D4772;
    color: #1979c2;
}

.transport-ways:hover {

    transition: all 0.3s ease-out;
    background-color: #1979c2;
    color: white;
}

.index-company-image{
    width:350px;
}

 
.login-button:hover {
    color: #131418;
    background-color: #f2f5f7;

    transition: all ease-in-out 350ms;
}

.join-button {
    color: #131418;
    color: #2e7183;
    border: none;
    border-radius: 2em;
    padding: 0.6rem 0.8rem;
    font-size: 1rem;
    cursor: pointer;
}

.join-button:hover {

    background-color: transparent;

    color: #286f9e;
    transition: all ease-in-out 350ms;
}

/*Styling Hamburger Icon*/
.hamburger div {
    width: 30px;
    height: 3px;
    background: #f2f5f7;
    margin: 5px;
    transition: all 0.3s ease;
}

.hamburger {
    display: none;
}

.shopping-cart-icon {
    position: relative;
}

.shopping-cart-icon span {
    color: #0D4772;
}

.shopping-cart-counter {
    background-color: rgb(241, 4, 4);
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 50%;
    text-align: center;
    font-size: small;
    display: inline-block;
    position: absolute;
    top: -9px;
    right: -10px;
}

.navbar-logo {
    width: 130px;

}

.card-img-circled img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
}

.hovrable-card1 {
    background-color: #f8f9fa;
    border-radius: 20px;
    /*height:500px;*/
}

.hovrable-card1:hover {
    transform: translateY(-15px);
    transition: all 0.5s ease-in-out;
    background-color: #0D4772;

}

.hovrable-card1:hover h3 {
    color: white;
}

.hovrable-card1:hover p {
    color: white;
}
.hovrable-card1:hover label {
    color: white;
}

.killo-grams {
    font-size: 84px;
    font-weight: bold;
    color: white;
}

.text-alignment-left {
    text-align: left;
}

.package {
    /* background-color: #00838d; */
    /* color: white; */
    border: 1px solid rgb(223, 222, 222);
    border-left: 4px solid rgb(223, 222, 222);
    color: #000000;
    position: relative;
    background-color: rgba(255, 255, 255, 0.933);
}

.package span {
    color: #000000;
    /* color: white; */
}

.package p {
    /* color: white; */
    color: #000000;
}

.package-number {
    position: absolute;
    top: 25px;
    right: -45px;
    text-align: center;
    font-size: 36px;
    color: #0D4772;
    width: 90px;
    height: 90px;
    line-height: 90px;
    border-radius: 50%;
    background-color: rgb(241, 240, 240);
}

.package:hover .package-number {
    background-color: #0D4772;
    transition: all 0.5s ease-in-out;
}

.package:hover .package-number span {
    color: white;
}

.package:hover {
    /* background-color: rgb(114, 157, 172); */
    border-left: 4px solid #0D4772;
    transform: translateY(-15px);
    transition: all 0.5s ease-in-out;
}




.counter {
    text-align: center;
    /* background-image: url("../assets/images/sliderOne.jpg"); */
    /* background: linear-gradient(to bottom, rgba(87, 87, 87, 0.8) 0%, rgba(59, 59, 59, 0.8) 100%), url("../assets/images/sliderOne.jpg"); */
    background-repeat: no-repeat;
    background-attachment: fixed;
    color: white;

}

.counter-count {
    font-size:40px;
    font-weight: 600px;
    color: white;
    text-align: center;
}

.count-up {
    border: 1px solid white;
    position: relative;
    border: 1px solid rgb(223, 222, 222);
    border-left: 4px solid rgb(223, 222, 222);
    height:200px;
    /* border-radius: 20px; */

}

.count-up p {
    color: #0D4772;
}

.count-up h3 {
    color: #0D4772;
    font-weight: 500;
    font-size:25px;
}

.couonter-span-icon {
    position: absolute;
    background-color: rgb(241, 240, 240);
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 50%;
    font-size: 30px;
    right: -18px;
    color: #0D4772;
    top: 40px;
}

.count-up:hover {

    transform: translateY(-15px);
    transition: all 0.5s ease-in-out;
    border-left: 4px solid #0D4772;
}

.count-up:hover .couonter-span-icon {
    background-color: #0D4772;
    color: white;
}

.count-up:hover p {
    color: #0D4772;
}

.count-up:hover h3 {
    color: #0D4772;
}

.carosel-text-parent {
    position: relative;
}

.carosel-text {
    position: absolute;
    top: 35%;
  right:0;
  left:0;
    color: white;

}

.text-header {
    font-size: 48px;
    font-weight:bold;
}

.features-card {
    background-color: white;
    border-radius: 20px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    position: relative;
    height: 265px;
}

.features-card p {
    /*! line-height: 25px; */
}

.features-card-icon {
    position: absolute;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 50%;
    background-color: #0D4772;
    color: white;
    top: -35px;
    right: 37%;
}

.features-card:hover {
    transform: translateY(-15px);
    transition: all 0.2s ease-in-out;
}

.logistics-content {
    line-height: 24px;
}

.shipping-steps {
    display: flex;
}

.round {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    background-color: #3792ce;
    color: white;
    margin-right: 10%;
}

.round2 {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    background-color: #3792ce;
    color: white;

}

.line {
    width: 290px;
    border: 3px dashed #3792ce;
    /* background-color: #3792ce; */
}

.line2 {
    width: 290px;
    /* height: 4px;
    background-color: rgb(225, 225, 225); */
    border: 3px dashed rgb(225, 225, 225);
}

.round3 {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    background-color: rgb(225, 225, 225);
    color: #0D4772;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;

}



.contact-info {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    text-align: center;
    background-color: #0D4772;
    position: fixed;
    z-index: 1000;
    bottom: 80px;
    left: 50px;
    cursor: pointer;
    box-shadow: rgba(45, 117, 190, 0.47) 0px 8px 24px;
    transition: all 0.5s ease-in-out;
}

.contact-info:hover {
    transform: translateY(-15px);
    transition: all 0.3s ease-in-out;
    box-shadow: rgba(45, 117, 190, 0.734) 0px 8px 24px;
}

.contact-info-whatsapp {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    text-align: center;
    background-color: #25D366;
    position: fixed;
    z-index: 1000;
    bottom: 80px;
    left: 110px;
    cursor: pointer;
    box-shadow: rgba(45, 117, 190, 0.47) 0px 8px 24px;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.contact-info-messenger {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    text-align: center;
    background-color: #006AFF;
    position: fixed;
    z-index: 1000;
    bottom: 80px;
    left: 170px;
    cursor: pointer;
    box-shadow: rgba(45, 117, 190, 0.47) 0px 8px 24px;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.contact-info-whatsapp:hover {
    transform: translateY(-15px);
    transition: all 0.3s ease-in-out;
    box-shadow: rgba(45, 190, 93, 0.734) 0px 8px 24px;
}

.contact-info-messenger:hover {
    transform: translateY(-15px);
    transition: all 0.3s ease-in-out;
    box-shadow: rgba(45, 117, 190, 0.734) 0px 8px 24px;
}

.padding-5 {
    padding: 3rem;
}

.try-service-img {
    padding: 3rem;
    /*height: 85%;*/
    width: 100%;
}

/*.samsa-img {*/
/*    padding-top: 3rem;*/
/*    width: 50%;*/
/*}*/
.partner-image{
     padding-top: 3rem;
    width: 200px;
    height:200px;
}

.padding-bottom {
    padding-bottom: 3rem;
}

.responsive-steps {
    display: none;
}
.accordion-button{
 text-align:right !important;   
}

@media only screen and (max-width: 600px) {
    .index-company-image{
        width:90%;
    }
    .padding-5 {
        padding: 0;
    }

    .try-service-img {

        height: 100%;
        width: 100%;
    }

    .shipping-steps {
        display: none;
    }

    /*.samsa-img {*/
    /*    width: 100%;*/
    /*}*/

    .text-header {
        font-size: 18px;
    }

    .text-header2 {
        font-size: 14px;
        font-weight:normal;
       
    }

    .padding-bottom {
        padding: 0;
    }

    .carosel-text {
        position: absolute;
        top: 14%;
        right:0;
        left:0;
        color: white;

    }

    .track-order-steps {
        display: none;
    }

    .round-span {
        background-color: #1979c2;
        width: 40px;
        height: 40px;
        line-height: 40px;
        border-radius: 50%;
        text-align: center;
        color: white;
    }

    .responsive-line {
        width: 2px;
        height: 50px;
        background-color: #3792ce;

    }

    .round-span2 {
        background-color: #cacaca;
        width: 40px;
        height: 40px;
        line-height: 40px;
        border-radius: 50%;
        text-align: center;
        color: white;
    }

    .responsive-line2 {
        width: 2px;
        height: 50px;
        background-color: #cacaca;
    }

    .about-us-section p {
        line-height: 42px;
    }

    .responsive-steps {
        display: block;
    }

.mob-slider{
   height:50vh !important;
}
}
.about-imageee{

       display: flex;
  justify-content: center;
  align-items: center;
  height:100%;
}

.track-order {
    width: 90%;
    margin: auto;
}

#newShipment {
    display: none;
}

.label-text {
    color: #0f5285;
    font-size: 18px;
}

.aboutus-header {
    color: #0f5285;
}
.text-header2 {
        
        font-weight:bold ;
    }
.afte-payment-bg{
background-color: #e3f2fc;
}
.after-pay-img img{
    width: 50%;

}
.home-page a{
       text-decoration: none;
    color: white;
}
.navigate a{
          text-decoration: none;
    color: white;
}
.pakage-wrap{
         word-wrap: break-word;
}

.foot-link a{
    color:black;
    text-decoration: none;
}

.foot-link{
    font-size:14px;
    line-height:20px !important;
}

.rounded-stepp{
    width: 100px;
    height: 100px;
    line-height: 100px;
    border-radius: 50%;
  border: 2px solid #0D4772;
  background-color: white;
  position: relative;
}
.child-rounded{
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    border: 2px solid #0D4772;
    background-color: #0D4772;
    color: #fff;
    position: absolute;
    top: 32%;
    left: -15%;

}

@media (max-width:650px){
    .rounded-stepp:before {
        display:none;
    }
    
    .jumbotron img {
        height: 25vh;
    }
}

.rounded-stepp:before {
    content: "";
    position: absolute;
 top: 50%;
 right:106px;
    background: #0D4772;
    height: 2px;
    width: 221px;
}
.rounded-stepp-two{
    width: 100px;
    height: 100px;
    line-height: 100px;
    border-radius: 50%;
  border: 2px solid #0D4772;
  background-color: white;
  position: relative;
}
.child-rounded-two{

    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    border: 2px solid #0D4772;
    background-color: #0D4772;
    color: #fff;
    position: absolute;
    top: 32%;
    left: -15%;
}
.rounded-stepp:hover{
    background-color: #9fcff5;
    color: white;
    transition: all 0.5s ease-in-out;
}
.rounded-stepp-count{
    font-size: 30px;
    color: #0D4772;
}
.rounded-stepp:hover .rounded-stepp-count{
    font-size: 34px;
    color: #fff;
    transition: all 0.5s ease-in-out;
}
.rounded-stepp-two:hover {
    background-color: #9fcff5;
    color: white;
    transition: all 0.5s ease-in-out;
}
.rounded-stepp-two:hover .rounded-stepp-count{
    font-size: 32px;
    color: #fff;
    transition: all 0.5s ease-in-out;
}

/* -------------------------------------------------------------------------------------------------- */

.about-img img{
    width: 100%;
}
.about-side{
    width: 90%;
    margin: 0 auto;
    height: 600px;
}
.carousel-item{
        margin-right: auto!important;
        margin-left: auto!important;
}
.modal button.close {
  right: 0;
  outline: 0;
}
  
#gallery-lightbox img {
  height: 350px;
  object-fit: cover;
  cursor: pointer;
}

#gallery-lightbox img:hover {
  opacity: 0.9;
  transition: 0.5s ease-out;
}

.bg-bloue{
     background-color: #77A5D7;
         border-radius: 10px;
}
  .d-center{
        display: flex;
        justify-content: center;
        align-items: center;
      
    }
.h-60{
        height: 161px;
}
.font-12{
        font-size: 11px;
}
/*----------------------*/

/*-------------NEw Style---------*/
/*==============================
Top Header
===============================*/

.header{

    background:#153D8A;

    color:#fff;

    font-size:14px;

    font-weight:500;

}

.top-info{

    display:flex;

    align-items:center;

    justify-content:center;

    gap:8px;

    color:#fff;

    text-decoration:none;

}

.top-info:hover{

    color:#9ED7FF;

}

.top-info i{

    color:#00A651;

    font-size:15px;

}


/*==============================
Navbar
===============================*/

.navbar{

    background:#fff !important;

    padding:14px 0;

    box-shadow:0 8px 25px rgba(0,0,0,.05);

    border-bottom:1px solid #edf2f7;

}

.main-logo{

    height:80px;

    transition:.3s;

}

.sticky .main-logo{

    height:65px;

}


/*==============================
Menu
===============================*/

.main-menu li{

    padding:0 8px !important;

}

.main-menu .nav-link{

    color:#4B5563 !important;

    font-size:15px;

    font-weight:600;

    padding:14px 12px !important;

    transition:.3s;

    position:relative;

}

.main-menu .nav-link:hover{

    color:#153D8A !important;

}

.main-menu .nav-link.active{

    color:#153D8A !important;

}

.main-menu .nav-link::after{

    content:"";

    position:absolute;

    right:12px;

    left:12px;

    bottom:2px;

    height:3px;

    background:#153D8A;

    border-radius:20px;

    transform:scaleX(0);

    transition:.3s;

}

.main-menu .nav-link:hover::after,

.main-menu .nav-link.active::after{

    transform:scaleX(1);

}


/*==============================
Language
===============================*/

.menu-icon{

    color:#153D8A;

    font-weight:600;

    transition:.3s;

}

.menu-icon:hover{

    color:#00A651;

}


/*==============================
Sticky
===============================*/

.sticky{

    position:fixed;

    top:0;

    width:100%;

    z-index:99999;

    background:#fff;

    animation:header .3s;

}

@keyframes header{

    from{
        opacity:0;
        transform:translateY(-20px);
    }

    to{

        opacity:1;

        transform:translateY(0);

    }

}


/*==============================
Mobile
===============================*/

@media(max-width:992px){

.main-logo{

height:60px;

}

.top-info{

justify-content:center;

margin:5px 0;

}

.main-menu{

margin-top:15px;

}

}



/*==========================
About Home
===========================*/


.about-badge{

    display:inline-block;

    background:#EAF3FF;

    color:#153D8A;

    padding:10px 22px;

    border-radius:50px;

    font-weight:600;

    margin-bottom:20px;

}

.about-badge i{

    color:#00A651;

    margin-left:8px;

}

.about-title{

    font-size:35px;

    font-weight:800;

    color:#153D8A;

    line-height:1.3;

    margin-bottom:20px;

}

.about-description{

    font-size:19px;

    line-height:2.1;

    color:#555;

    text-align:justify;

}

.about-buttons{

    margin-top:35px;

}

 

/*=================================
About Home
=================================*/

.about-home{
    padding:90px 0;
    background:#fff;
}


.about-badge{
    display:inline-block;
    padding:10px 22px;
    background:#EAF4FF;
    color:#153D8A;
    border-radius:40px;
    font-weight:600;
    margin-bottom:20px;

}

.about-badge i{
    color:#00A651;
    margin-left:8px;
}

.about-title{
    color:#153D8A;
    font-size:48px;
    font-weight:800;
    line-height:1.35;
    margin-bottom:25px;
}

.about-description{
    color:#555;
    font-size:19px;
    line-height:2;
    text-align:justify;
}

.about-buttons{
    margin-top:35px;
}

.about-image{
    text-align:center;
}

.about-image img{
    max-width:540px;
    width:100%;
    border-radius:25px;
    box-shadow:0 20px 50px rgba(0,0,0,.12);
    transition:.4s;
}

.about-image img:hover{
    transform:translateY(-8px);
}
/*==========================
        CONTACT
==========================*/

.contact-list{
    list-style:none;
    padding:0;
    margin:0;
}

.contact-list li{

    display:flex;
    align-items:flex-start;
    margin-bottom:20px;

}

.contact-list .icon{
    width:45px;
    height:45px;
    min-width:45px;
    background:#44b649;
    display:flex;
    justify-content:center;
    align-items:center;
    border-radius:50%;
    margin-left:15px;
    color:#fff;
    font-size:18px;
}

.contact-list div:last-child{
    color:#d8e2f0;
    line-height:1.8;
}

/*==========================
      RESPONSIVE
==========================*/

@media(max-width:991px){ 
.contact-list li{
justify-content:center;

}

.contact-list .icon{
margin-left:10px;
}

.social-icons{
justify-content:center;
}



}
 
.goals-section{
    padding:90px 0;
    background:#f8fbff;
}

.section-title span{
    color:#44B649;
    font-weight:600;
    letter-spacing:1px;

}

.section-title h2{

    color: #0B2E63;
    font-size: 35px;
    font-weight: 500;
    margin-top: 10px;

}

.title-line{
    width:90px;
    height:4px;
    background:#44B649;
    margin:18px auto 0;
    border-radius:20px;
}

@media(max-width:991px){


.section-title h2{
font-size:32px;

}

}



.work-section{
    padding:90px 0;
    background:#F8FAFD;
}

.section-title{
    color:#153D8A;
    font-size:42px;
    font-weight:800;
}

.section-subtitle{
    color:#777;
    margin-top:15px;
    font-size:18px;
}



.number{
    position:absolute;
     top:20px;
     left:20px;
     font-size:42px;
     color:#E6ECF5;
     font-weight:800;
 }



.page-banner img{
     height:380px;
     object-fit:cover;
 }

.about-page{
     background:#fff;
 }

.about-badge{
    display:inline-block;
    background:#EAF3FF;
    color:#153D8A;
    padding:10px 22px;
    border-radius:50px;
    margin-bottom:20px;
    font-weight:600;
}

.about-badge i{
    color:#00A651;
    margin-left:8px;

}

.about-title{

    color: #153D8A;
    font-size: 23px;
    font-weight: 700;
     line-height: 50px;

}

.about-description{
    color:#555;
    line-height:2;
    font-size:18px;
    text-align:justify;

}

.about-image{
    text-align:center;
}

.about-image img{
    width:100%;
    border-radius:20px;
    box-shadow:0 20px 45px rgba(0,0,0,.12);
}

.info-box{
    background:#fff;
    border-radius:20px;
    padding:25px;
    text-align:center;
    margin-top:20px;
    box-shadow:0 10px 30px rgba(0,0,0,.06);
    transition:.3s;
    height:100%;
}

.info-box:hover{
    transform:translateY(-8px);
}

.info-box i{
    width:70px;
    height:70px;
    line-height:70px;
    background:#153D8A;
    color:#fff;
    border-radius:50%;
    font-size:28px;
    margin-bottom:20px;
}

.info-box h5{
    color:#153D8A;
    font-weight:700;
}

.info-box p{
    color:#666;
    margin:0;
}



.vision-card,
.why-card{

    background:#fff;
    border-radius:20px;
    padding:35px;
    text-align:center;
    height:100%;
    transition:.3s;
    box-shadow:0 10px 30px rgba(0,0,0,.06);

}

.vision-card:hover,
.why-card:hover{

    transform:translateY(-8px);

}

.vision-card .icon,
.why-card i{

    width:80px;
    height:80px;
    line-height:80px;
    border-radius:50%;
    background:#153D8A;
    color:#fff;
    font-size:32px;
    margin:auto auto 20px;

}

.counter-section{

    background:#153D8A;
    padding:80px 0;
    color:#fff;

}

.counter-section h2{

    font-size:48px;
    font-weight:800;

}

.counter-section p{

    font-size:18px;

}


.about-card{

    background:#fff;
    padding:35px;
    border-radius:18px;
    box-shadow:0 10px 30px rgba(0,0,0,.06);
    margin-bottom:25px;
    transition:.3s;

}

.about-card:hover{

    transform:translateY(-6px);

}

.about-icon{

    width:70px;
    height:70px;
    background:#153D8A;
    color:#fff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:28px;
    margin-bottom:20px;

}

.about-card h3{

    color:#153D8A;
    font-weight:700;
    margin-bottom:20px;

}

.about-card p{

    color:#666;
    line-height:2;
    text-align:justify;

}

.goals-list{

    list-style:none;
    padding:0;
    margin:0;

}

.goals-list li{

    padding:12px 0;
    border-bottom:1px solid #eee;
    color:#555;

}

.goals-list li:last-child{

    border-bottom:none;

}

.goals-list li::before{

    content:"✔";
    color:#00A651;
    font-weight:bold;
    margin-left:10px;

}


/*==========================
Banner
==========================*/

.page-banner{

    position:relative;

    height:420px;

    overflow:hidden;

}

.banner-image{

    width:100%;

    height:100%;

    object-fit:cover;

}

.banner-overlay{

    position:absolute;

    inset:0;

    background:linear-gradient(
        rgba(21,61,138,.78),
        rgba(21,61,138,.60)
    );

}

.banner-content{

    position:absolute;

    top:50%;

    transform:translateY(-50%);

    color:#fff;

    max-width:700px;

}

.banner-badge{

    display:inline-block;

    padding:10px 22px;

    background:rgba(255,255,255,.18);

    backdrop-filter:blur(8px);

    border-radius:50px;

    margin-bottom:20px;

}

.banner-content h1{
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;

}

.banner-content p{
    font-size:20px;
    line-height:1.9;
    margin-bottom:30px;
}
 
.section-title{
    font-size: 36px;
    color: #153D8A;
    font-weight: 600;
    line-height: 46px !important;
}

.section-description{

    color:#666;
    font-size:18px;
    line-height:1.9;
    max-width:800px;
    margin:auto;
}

.category-wrapper{
    display:flex;
    justify-content:center;
    flex-wrap:wrap;
    gap:12px;
}

.category-btn{
    padding:12px 24px;
    border-radius:40px;
    background:#F4F6FA;
    color:#153D8A;
    text-decoration:none;
    transition:.3s;
    font-weight:600;
}

.category-btn:hover,
.category-btn.active{
    background:#153D8A;
    color:#fff;
              }

 
.btn-details{
    background:#153D8A;
    color:#fff;
    border-radius:40px;
}

.btn-details:hover{
    background:#00A651;
    color:#fff;
             }

.btn-order{
    border:2px solid #153D8A;
    color:#153D8A;
    border-radius:40px;
}

.btn-order:hover{
    background:#153D8A;
    color:#fff;
     }

/*==========================
Modern front refresh
==========================*/
:root{
    --wadi-blue:#153D8A;
    --wadi-blue-dark:#0B2E63;
    --wadi-green:#00A651;
    --wadi-soft:#F5F8FC;
    --wadi-text:#243244;
    --wadi-muted:#667085;
    --wadi-line:#E7ECF3;
}

html{
    scroll-behavior:smooth;
}


img{
    max-width:100%;
}

.header-info{
    display:inline-flex;
    align-items:center;
    gap:8px;
    color:#fff;
    text-decoration:none;
    line-height:1.7;
}

.header-info:hover{
    color:#DDF4E5;
}

.navbar{
    position:relative;
}

.navbar .container{
    gap:16px;
}

.navbar-toggler{
    border:1px solid var(--wadi-line);
    box-shadow:none !important;
}

.main-menu .nav-link{
    border-radius:12px;
}

.main-menu .nav-link:hover{
    background:#F1F6FF;
}

 
.section-heading .section-title,
.section-title{
    color:var(--wadi-blue);
    line-height:1.25;
}

.modern-card{
    display:flex;
    flex-direction:column;
    align-items:center;
    gap:14px;
    padding:26px;
    border:1px solid var(--wadi-line);
    border-radius:18px;
    background:#fff;
    box-shadow:0 16px 40px rgba(21,61,138,.07);
    transition:.3s ease;
}

.modern-card:hover{
    transform:translateY(-8px);
    box-shadow:0 24px 55px rgba(21,61,138,.12);
}

.modern-card img{
    width:110px !important;
    height:110px;
    object-fit:contain;
}

.modern-card h3{
    color:var(--wadi-blue);
    margin:0;
    text-align:center;
}

.modern-card p{
    margin:0;
    text-align:center;
    color:var(--wadi-muted);
}

.stats-section{
    background:#fff;
}
 

.available{
    display:inline-flex;
    padding:6px 13px;
    margin-bottom:12px;
    border-radius:50px;
    background:#EAF8EF;
    color:var(--wadi-green);
}

.footer-logo img{
    max-width:110px;
    max-height:95px;
    object-fit:contain;
}

@media(max-width:1199px){
    .main-menu .nav-link{
        font-size:14px;
        padding:12px 8px !important;
    }
}

@media(max-width:991px){
    .navbar-collapse{
        padding:16px 0 8px;
    }

    .main-menu{
        gap:6px;
    }

    .main-menu li{
        padding:0 !important;
    }

    .main-menu .nav-link{
        text-align:center;
        background:#F7FAFD;
    }

    .menu-icon{
        display:inline-flex;
        width:100%;
        justify-content:center;
        padding:12px;
        margin-top:8px;
        border-radius:12px;
        background:#EAF4FF;
    }
   
     .about-description{
        text-align:center;
    }
}
 
 .about-description,
    .section-subtitle{
        font-size:16px;
    }
  .catalogue-viewer,
    .catalogue-pdf{
        min-height:68vh;
        height:68vh;
        margin-top:30px;
        width:100%;
    }
  .wadi-product-poster{
        min-height:auto;
        padding:150px 20px 150px;
    }

    .poster-top-wave{
        top:-120px;
        height:245px;
    }

    .poster-logo{
        top:138px;
        left:24px;
        width:140px;
    }

    .poster-content{
        grid-template-columns:1fr;
        gap:22px;
        text-align:center;
    }

    .poster-eyebrow{
        font-size:28px;
    }

    .poster-copy h2,
    .poster-code{
        font-size:36px;
        text-align:center;
    }

    .poster-line{
        margin-right:auto;
    }

    .poster-copy h3{
        font-size:19px;
        text-align:center;
    }

    .poster-description{
        max-width:100%;
        font-size:16px;
    }

    .poster-product-image{
        min-height:260px;
    }

    .poster-product-image img{
        max-height:280px;
    }

    .poster-features{
        grid-template-columns:1fr;
        gap:18px;
        margin-top:20px;
    }

    .poster-feature{
        min-height:auto;
        padding:0 8px 18px;
        border-left:0;
        border-bottom:1px solid #d8dde7;
    }

    .poster-feature:last-child{
        border-bottom:0;
    }

    .poster-bottom-wave{
        bottom:-92px;
        min-height:172px;
        flex-direction:column;
        align-items:center;
        justify-content:flex-start;
        padding:58px 20px 0;
        text-align:center;
    }

    .poster-logo-small{
        width:118px;
    }

    .poster-bottom-wave strong{
        font-size:18px;
    }

    .order-product-summary{
        position:static;
    }

    