
/* style.css - custom theme for Speego Logistics static page */
:root{
  --blue:#0d2b6b;
  --gold:#d9a71b;
  --muted:#6c757d;
  --bg:#ffffff;
  --font:'Poppins', sans-serif;
}

*{box-sizing:border-box}
body{
  font-family:var(--font);
  color:var(--blue);
  background:var(--bg);
  padding-top:70px; /* navbar height offset */
}

/* Navbar */
.navbar-brand .brand-text{font-weight:700;color:var(--blue)}
.navbar .nav-link{color:var(--blue);margin-left:8px}
.navbar .btn-gold{background:var(--gold); color:#fff; border:0}
.navbar .btn-gold:hover{opacity:0.9}

/* Hero */
.hero-section{
  padding:80px 0;
  margin: 40px 0px;
  background-image: url(/assets/img/speego-banner-4.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  /*background:linear-gradient(180deg, rgba(13,43,107,0.05), rgba(217,167,27,0.02));*/
}
/*.hero-section .display-5{color:var(--blue)}*/
.hero-img{max-width:520px;border-radius:12px;box-shadow:0 10px 30px rgba(13,43,107,0.08)}

/* Contact card */
.contact-card{background:#fff}
.contact-card .form-control{border-radius:8px}

/* Services */
.service-card{border:0; transition:transform .35s ease, box-shadow .35s ease;}
.service-card{transform:translateY(-8px); box-shadow:0 20px 40px rgba(13,43,107,0.08)}
.service-card .card-img-top{height:180px; object-fit:cover;border-top-left-radius:8px;border-top-right-radius:8px}

/* Feature boxes */
.feature-box{background:#fff;border-radius:10px;box-shadow:0 8px 20px rgba(13,43,107,0.04)}

/* Review cards */
.review-card{background:#fff;border-radius:10px;}

/* Footer */
footer{background:transparent;color:var(--muted)}

/* Back to top */
#backToTop{position:fixed;right:20px;bottom:20px;display:inline-block;opacity:0;visibility:hidden;transform:translateY(10px);transition:all .25s;z-index:9999}
#backToTop.show{opacity:1;visibility:visible;transform:translateY(0)}

/* Responsive tweaks */
@media(min-width:992px){
  .navbar .nav-link{margin-left:20px}
}

/* Simple scroll reveal using opacity + translate */
[data-reveal]{
  opacity:0;
  transform:translateY(20px);
  transition: all .6s ease;
  transition-delay:0s;
}
[data-reveal].revealed{
  opacity:1;
  transform:none;
}

/* Utility small tweaks */
.heading h2 {
  color:#d9a71b !important;
  position: relative;
  display: block;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.75rem;
  animation: slideLeft 0.8s ease-out forwards;
}
.btn-primary{background:#d9a71b;border:0}
.btn-outline-light{border-color:rgba(255,255,255,0.15); color:var(--blue)}

/* small helpers */
.text-muted{color:var(--muted) !important}

.services-list {
      /*background: #c0d0e866;*/
      background: #fff;
      border-radius: 16px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
      padding: 15px 10px;
      max-width: 700px;
      margin: auto;
    }
    #services .services-list {
      height: 150px;
    }

    .services-list ul {
      list-style: none;
      padding: 0;
      margin: 0;
    }

    .services-list li {
      font-size: 13px !important;    
      position: relative;
      padding-left: 36px;
      margin-bottom: 6px;
      line-height: 1.6;
      transition: all 0.3s ease;
    }

.services-list li::before {
  content: "\f072";                     
  font-family: "Font Awesome 5 Free";   
  font-weight: 900;                     
  position: absolute;
  left: 0;
  top: 0;
  font-size: 12px;
  color: #d9a71b;
}

    .services-list li:hover {
      transform: translateX(5px);
      color: #0078ff;
    }

    .services-list strong {
      color: #d9a71b;
      font-weight: 600;
    }
    
    a.navbar-brand.d-flex.align-items-center {
    width: 33%;
}
.form-control {
    background-color: rgb(214 224 234 / 75%) !important;
}

.achievements {
  text-align: center;
  padding: 40px 20px;
}

.counter-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
  padding-top: 20px;
}

.counter-box {
    background: #3063d0;
    padding: 20px;
    width: 20%;
    box-shadow: 1px 2px 4px 4px #115bc75c;
}

.icon {
  font-size: 40px;
  color: #5b5a00;
  margin-bottom: 10px;
}
.counter-box .fa {
    font-size: 50px;
    color: #ffda71;
    margin-top: 10px;
}
.counter {
    font-size: 32px;
    font-weight: bold;
    color: #fff;
}

.counter-box p {
    color: #fad05c;
    font-size: 16px;
    margin-top: 10px;
}

.y-us-section {
    padding: 30px 0 30px;
}
.y-us-head {
    text-align: center;
    margin: 0 0 30px;
}
.y-us-title h2 {
    color: #000;
    font-size: 30px;
    letter-spacing: 0;
    line-height: 32px;
    text-transform: uppercase;
    margin-bottom: 6px;
}
.y-us-title > p {
    color: #777777;
    line-height: 22px;
}
.y-us-title-border {
    background: #ffae11 none repeat scroll 0 0;
    border-radius: 2px;
    display: inline-block;
    height: 3px;
    position: relative;
    width: 50px;
}
.service-3 .service-box {
    margin-bottom: 18px;
}
.service-3 .service-box .iconset {
    float: left;
    text-align: center;
    width: 25%;
}
.service-3 .service-box .iconset i {
    color: #000;
    font-size: 44px;
}
.service-3 .service-box .y-us-content {
    float: left;
    width: 75%;
}
service-3 .service-box .y-us-content h4 {
    color: #3a3a3a;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 22px;
    margin: 14px 0 12px;
    text-transform: uppercase;
}
.service-3 .service-box .y-us-content p {
    color: #000;
    font-size: 14px;
    line-height: 24px;
    padding-top: 8px;
}

.y-us-section .icon {
    color : #f4b841;
    padding:0px;
    font-size:40px;
    border: 1px solid #fdb801;
    border-radius: 100px;
    color: #fdb801;
    font-size: 28px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    width: 70px;
}

.section-padding {
    padding: 80px 0;
    background: #e0e8ef;
}

.section-title {
    text-align: center;
    margin-bottom: 20px;
}

.section-borders span {
    height: 5px;
    background: #6aaf08;
    width: 40px;
    display: inline-block;
    border-radius: 2px;
}

.section-borders span.black-border {
    background: #333;
    width: 30px;
    margin: 0 6px;

}

.client-testimonial-carousel .owl-dots button {
    height: 5px;
    background: #6aaf08 !important;
    width: 20px;
    display: inline-block;
    margin: 5px;
    transition: .2s;
    border-radius: 2px;
}

.client-testimonial-carousel button.owl-dot.active {
    background: #000 !important;
    width: 30px;
}

.client-testimonial-carousel .owl-dots {
    text-align: center;
    margin-top: 25px
}

.single-testimonial-item {
    position: relative;
    box-shadow: 0 0 2px #dadfd3;
    margin: 2px;
    padding: 20px;
    font-style: italic;
    padding-left: 85px;
    height: 250px;
}

.single-testimonial-item:before {
    font-family: "Font Awesome 5 Free";
    content: "\f10e";
    font-weight: 900;
    position: absolute;
    left: 20px;
    top: 50%;
    font-size: 20px;
    color: #d9a71b;
    line-height: 30px;
    margin-top: -15px;
}

.single-testimonial-item:after {
    background: #ddd;
    content: "";
    height: 70%;
    left: 60px;
    position: absolute;
    top: 10%;
    width: 1px;
}

.single-testimonial-item h3 {
    font-size: 20px;
    font-style: normal;
    margin-bottom: 0;
    float: right;
}

.single-testimonial-item h3 span {
    display: block;
    font-size: 12px;
    font-weight: normal;
    margin-top: 5px;
}
.banner-box {
    /*background: #4a45cd4d;*/
    position: relative;
    top: -81px;
}
.display-5 {
    color: #104c78;
    font-size: 36px;
}
.banner-box .lead {
    font-weight: 600;
    color: #fff;
    font-size: 14px;
}
form .lead {
    font-weight: 600;
}
footer .fa, .fas {
    color: #daa81e;
    font-size: 16px;
}
.iconset .fa {
    color: #daa81e !important;
    font-size: 36px !important;
}
footer a {
    color: #d9a71b;
}
form {
    background: #00000061;
    padding: 20px 30px;
    border-radius: 7px;
    /*width: 62%;*/
    position: relative;
    top: 60px;
}
.why-choose-banner {
    background-image: url(/assets/img/why-us.webp);
    background-size: 100% 100%;
}
.expertise {
    background-image: url(/assets/img/speego-4.webp);
    background-size: 100% 100%;
    height: 480px;
}

/*#why-2 {*/
/*    background-image: url(/assets/img/speego-banner-5.png);*/
/*    background-size: 100% 100%;       */
/*}*/

#why {
    background-image: url(/assets/img/speego-5.webp);
    background-size: 100% 100%;
    background-color: rgb(10 11 11 / 67%);
    background-blend-mode: multiply; 
}
#why p {
    font-size: 13px;
    color: #fff;
}
#why h3 {
    color: #fff;
    font-weight: 600;
}
.card-title {
    color: #0d2b6b;
    font-size: 17px;
    line-height: 1.2em;
    font-weight: 700;
    text-transform: capitalize;
}
#services .card-title {
    text-align: center;
    padding-top: 10px;
}
.card-text {
    text-align: justify;
    font-size: 14px;
}
.mb-2 {
    margin-bottom: 2.0rem !important;
}
.single-testimonial-item p {
    height: 160px;
    text-align: justify;
}

/*.heading h2::before {*/
/*  content: "\f072";                     */
/*  font-family: "Font Awesome 5 Free";   */
/*  font-weight: 900;                     */
/*  position: absolute;*/
/*  margin-left: -30px;*/
/*  font-size: 20px;*/
/*  color: #d9a71b;*/
/*}*/

/*.heading h2::after {*/
/*  content: "\f072";                     */
/*  font-family: "Font Awesome 5 Free";   */
/*  font-weight: 900;                     */
/*  position: absolute;*/
/*  margin-left: 10px;*/
/*  font-size: 20px;*/
/*  color: #d9a71b;*/
/*}*/

.reveal {
  opacity: 0;
  transform: translateX(-60px);
  transition: all 0.8s ease-out;
}

.reveal.active {
  opacity: 1;
  transform: translateX(0);
}
.nav-item .fa {
    margin-right: 8px;
    border-radius: 50px;
    border: 1px solid;
    padding: 5px;
}
img.card-img-top {
    height: 225px;
}
.card-body {
    padding: 0 !important;
}
.mob {
        display: none;
    }
#mainNav img {
 width: 40%;   
}
.mob-view {
    display: none;
}

.blink {
    background-color: #daa81e;
    width: 49%;
    padding: 4px;
    border-radius: 5px;
    -webkit-animation: blink 800ms step-end infinite;
            animation: blink 800ms step-end infinite;
}
@-webkit-keyframes blink { 50% { background-color: #3063d0; }}
        @keyframes blink { 50% { background-color: #3063d0; }}
        

@media only screen and (min-width: 200px) and (max-width: 767px)  {
.blink {
    width: 100%;
}
.banner-box {
    position: relative;
    top: -20px;
}
.banner-box .lead {
    font-size: 12px;
}  
.display-5 {
    font-size: 14px;
    padding: 15px 0 0;
}
form {
    padding: 20px !important;
    position: relative !important;
    width: 100% !important;
    background: unset !important;
}
.hero-section{
  margin: -10px 0;
  background-size: 100% 40%;
}
.counter-box {
    width: 100%;
}
.lead {
    color: #104c78;
}
.mob {
        display: block;
        z-index: 9;
    }
#mainNav img {
 width: 60%;   
}
.mob-view {
    display: block;
}
.mob-view .fa {
    margin-right: 10px;
}
}