@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
:root{
  --primary-color     : #259eed;
  --secondary-color   : #F8F8F8;
  --text-color      : #828282;
  --accent-color      : #020d19;
  --white-color     : #FFFFFF;
  --divider-color     : #020D1914;
  --dark-divider-color  : #FFFFFF1A;
  --error-color     : rgb(230, 87, 87);
  --default-font      : "Roboto", sans-serif;
  --accent-font     : "Roboto", sans-serif;
}
body{
margin: 0;
padding: 0;
font-family: "Roboto", sans-serif !important;}

.steelblue-color{
  font-size: 25px !important;
  font-weight: bold;
}
.btn-blue{
  background:#0e7cdc !important;
  color: #fff !important;
}

.slick-slide {
    margin: 0px 15px 0 0;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}



/*//////Search////*/

.search {
  width: 100%;
  position: relative;
  display: flex;
}

.searchTerm {
      width: 100%;
    border: 3px solid #057c9a;
    border-right: none;
    padding: 2px 10px 5px 10px;
    height: 36px;
    border-radius: 5px 0 0 5px;
    outline: none;
    color: #9DBFAF;
    /* line-height: 69px; */
    font-weight: 600;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border:none;

}

.searchTerm:focus{
  color: #00B4CC;
}

.searchButton {
  width: 40px;
  height: 36px;
  border: 1px solid #0E67CD;
  /*background: #057c9a;*/
  text-align: center;
  color: #fff;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
  font-size: 20px;
  background: #0E6AD1;
background: #259eed;

}

.search button{
    border:none;
}

/*Resize the wrap to see the search bar change!*/
.wrap{
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


.logos img{
  width: 90%;
    margin: 15px 0px;
}
.header{
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    height: 80px;
}
.calls{
  margin: 30px 0;
}
.calls ul{
  margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.calls ul li{
  list-style: none;
  display: inline-block;
  /*margin-right: 10px;*/
}
.calls i{
  width: 30px;
  height: 30px;
  background: #0E6AD1;
background: linear-gradient(90deg,rgba(14, 106, 209, 1) 0%, rgba(4, 176, 212, 1) 51%, rgba(14, 103, 205, 1) 100%);
  border-radius: 100%;
  color: #fff;
  text-align: center;
  line-height: 30px;
}
.callss span{
  color: #0E67CD;
  font-weight: 600;
}

.callss img{
  width: 50%;
}
.callss ul{
  margin: 0;
  padding: 0;
}
.callss ul li{
  list-style: none;
}
.callss{
  display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 21px 0px;
}
.callss ul{
  display: flex;
    align-items: center;
}
#whatsapps a i{
  background: green !important;
  color: #fff;
}

.menu{
  padding: 18px 0;
}
.menu ul{
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.menu ul li{
  list-style: none;
}
.menu a{
  color: #000;
  font-size: 17px;
  text-transform: capitalize;
  letter-spacing: 0.6px;
  font-weight: 600;
}
.banner img{
  width:100%;
}
.search input::placeholder{
  font-size: 14px;
  color: #0E67CD;
}


/*//Need help/////////*/

.help-section {
      background: #eddcdc26;
      padding: 30px 20px;
      margin: 20px;
      border-radius: 16px;
      box-shadow: 0 4px 12px rgba(0,0,0,0.05);
      max-width: 1200px;
      margin: auto;
    }

    .help-section h2 {
      margin-bottom: 20px;
      color: #0047ab;
      font-size: 24px;
      font-weight: bold;
    }

    .help-cards {
      display: flex;
      flex-wrap: wrap;
      gap: 20px;
    }

    .help-card {
      flex: 1 1 300px;
      display: flex;
      align-items: center;
      background: #fff;
      border-radius: 12px;
      padding: 16px 20px;
      box-shadow: 0 2px 6px rgba(0,0,0,0.05);
      transition: 0.3s;
      cursor: pointer;
      justify-content: space-between;
    }

    .help-card:hover {
      background: #eef3ff;
    }

    .help-icon {
      width: 50px;
      height: 50px;
      border-radius: 25px;
      background: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-right: 0px;
      /*box-shadow: 0 0 0 2px #ddd;*/
    }

    .help-icon i {
      font-size: 20px;
      color: #4a4a4a;
    }

    .help-content h4 {
      margin: 0;
    font-size: 16px;
    color: #0047ab;
    font-weight: bold;
    }

    .help-content p {
      margin: 4px 0 0;
      font-size: 14px;
      color: #666;
    }
    .help-icon img{
      width: 80%;
    }

    /*//packages////////*/

    .package-section {
  padding: 60px 0px;
}



h2 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 30px;
  color: #2d2d2d;
}

.packages {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
}

.card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  padding: 20px;
  position: relative;
  text-align: left;
  transition: transform 0.2s ease;
}

.card:hover {
  transform: translateY(-5px);
}

.icon img {
  width: 60px;
  margin-bottom: 10px;
  background: #c8eef7;
  border-radius: 100%;
}

.safe-tag {
  position: absolute;
  top: 16px;
  right: 16px;
  /*background: #d1ecf1;*/
  color: #fff;
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 12px;
  font-weight: 600;
      background: #259eed;
}

.card h3 {
  font-size: 14px;
  margin: 10px 0;
  font-weight: bold;
  line-height: 22px;
}

.home-tag {
  display: inline-block;
  background: #06b2d938;
  color: #a31f5f;
  padding: 5px 10px;
  border-radius: 12px;
  font-size: 12px;
  margin: 8px 0;
  font-weight: bold;
}

.card p {
  font-size: 13px;
  color: #555;
  margin: 10px 0;
}

.card p span {
  color: #222;
  font-weight: 600;
}

.price {
  margin: 15px 0;
}

.price strong {
  font-size: 20px;
  color: #222;
}

.price del {
  color: #aaa;
  margin: 0 8px;
}

.off {
  color: #0E67CD;
  font-weight: bold;
}

.buttons {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  gap: 10px;
}

button.view {
  flex: 1;
  padding:6px 10px;
      background: #fff;
  cursor: pointer;
  font-weight: 600;
  color: #fff;
  border: none;
  border: 1px solid #098dd1;
  color: #000;
  border-radius: 10px;
  font-weight: bold;
  font-size: 14px;
}

button.views {
  font-size: 14px;
  padding: 6px 10px;
  /*background: #fff;*/
  color: #fff;
  border: 1px solid #0047ab;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 600;
  width: auto;
      background: #0047ab;
}

button.cart {
  flex: 1;
  padding: 10px;
  background: #d63384;
  color: #fff;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 600;
}

button:hover {
  opacity: 0.9;
}
.package-section h2{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.package-section h2{
  margin: 0;
    padding: 0 0 20px 0;
    font-size: 22px;
    font-weight: 600;
}

/*ordering///////////*/



.easy-ordering {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f8f9ff;
  padding: 60px 10%;
  gap: 40px;
  flex-wrap: wrap;
}

.ordering-left {
  flex: 1;
  min-width: 300px;
}

.ordering-left h2 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 30px;
}

.steps {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
}

.steps li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 35px;
  position: relative;
}

.steps li::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 40px;
  width: 2px;
  height: 40px;
  background: #e0a8c7;
}
.steps p{
  font-weight: 600;
  font-size: 16px;
}

.steps li:last-child::before {
  display: none;
}

.steps img {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: #eecde3;
  color: #a04b79;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  margin-right: 20px;
  font-size: 18px;
  padding: 5px;
}

.ordering-right {
  flex: 1;
  min-width: 280px;
}

.image-grid {
  
}

.image-grid img {
  width: 55%;
    /* border-radius: 50% 50% 0 0; */
    object-fit: cover;
    /* height: 180px; */
    text-align: right;
    margin: 0 0 0 auto;
    display: block;
}


/*why choose/////////*/
.why-apollo h2{
  text-align: center;
  color: #fff;
  font-size: 30px;
  font-weight:600;
  padding: 25px 0;

}
.why-apollo {
 background-image: url(../images/statsBg.webp);
 background-repeat: no-repeat;
 background-size: cover;
 color: #fff;
 padding:20px 0 70px 0;
     background: linear-gradient(90deg, rgba(14, 106, 209, 1) 0%, rgba(4, 176, 212, 1) 51%, rgba(14, 103, 205, 1) 100%);
  
}

.why-apollo h2 {
  font-size: 28px;
  margin-bottom: 40px;
}

.stats-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px 160px;
}

.stat-box {
  background-color: #ffffff1f;
    padding: 25px 20px;
    border-radius: 16px;
    width: 280px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    text-align: center;
}

.stat-box h3 {
  font-size: 32px;
  margin: 0 0 10px;
}

.stat-box p {
  font-size: 15px;
  line-height: 1.4;
}

/************************************/
/***       17. Our Blog css       ***/
/************************************/

.our-blog{
  padding: 50px 0 40px;
}

.post-item{
  background-color: var(--white-color);
  border: 1px solid var(--divider-color);
  border-radius: 30px;
  box-shadow: 0px 0px 40px 5px #00000005;
  padding: 40px;
  height: calc(100% - 30px);
  margin-bottom: 30px;
}

.post-item-header{
  margin-bottom: 30px;
}

.post-item-meta{
  margin-bottom: 15px;
}

.post-item-meta ul{
  list-style: none;
  margin: 0;
  padding: 0;
} 

.post-item-meta ul li{
  color: var(--accent-color);
  text-transform: capitalize;
}

.post-item-content h2{
  font-size: 20px;
  line-height: 1.3em;
}

.post-item-content h2 a{
  color: inherit;
}

.post-featured-image{
  margin-bottom: 0px;
}

.post-featured-image a{
    display: block;
  border-radius: 20px;
  overflow: hidden;
  cursor: none;
}

.post-featured-image img{
    width: 100%;
    aspect-ratio: 1 / 0.74;
    object-fit: cover;
    transition: all 0.4s ease-in-out;
}

.post-item:hover .post-featured-image img{
    transform: scale(1.1);
}

.blog-item-btn a{
  font-weight: 500;
    color: #0E67CD;
}
.post-item-meta ul li{
  font-weight: 500;
    color: #0E67CD;
}
.section-title h3{
  text-align: center;
    padding: 20px 0;
    text-transform: capitalize;
    font-size: 30px;
    font-weight: 600;
}
/* ==========================================================================
  20. FOOTER
  =========================================================================== */

#footer-1 .footer-box {
  padding-left: 10%;
}

.footer.bg-image {
  background-image: url(../images/footer-bg.jpg);
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;   
  background-size: cover;
}

/*------------------------------------------*/
/*   FOOTER TYPOGRAPHY
/*------------------------------------------*/

.footer h5.h5-xs {
  line-height: 1;
  letter-spacing: 0;
  margin-bottom: 25px;
  color: #0E67CD;
}

#footer-2 .footer-info p {
  font-weight: 400;
  margin-bottom: 3px;
}

.footer-box p {
  font-size: 0.975rem;
  margin-bottom: 10px;
}

.footer-box p span {
  color: #444;
  font-size: 0.925rem;
  font-weight: 500;
}

.footer-box h5.h5-xl {
  font-weight: 900;
  letter-spacing: 0.5px;
  margin-bottom: 0;
}

#footer-2 p.foo-email {
  margin-top: 30px;
  margin-bottom: 5px;
}

p.foo-email a {
  font-weight: 500;
  text-decoration: underline;
}

p.footer-copyright {
  font-size: 0.95rem;
  margin-bottom: 0;
}

p.footer-copyright span {
  font-weight: 700;
  color: #a4195d;
}
.foo-links i{
  color: #0E67CD;
}

.footer.bg-image h5.h5-xs,
.footer.bg-image p.foo-email a {
  color: #fff;
}

.footer.bg-image .footer-box p,
.footer.bg-image .footer-info p,
.footer.bg-image .footer-links li a,
.footer.bg-image p.footer-copyright {
  color: #c5d1dc;
}

.footer.bg-image .footer-box p span,
.footer.bg-image p.footer-copyright span {
  color: #fff;
}

/*------------------------------------------*/
/*   FOOTER LINKS
/*------------------------------------------*/

.footer-links li {
  font-size: 0.975rem;
  width: auto !important;
  display: block !important;
  vertical-align: top;
  clear: none !important;
  margin: 0 0 9px 0;
  padding: 0;
}

.footer-links li a:hover {
  color: #000;
  text-decoration: underline;
}

/*------------------------------------------*/
/*   FOOTER SOCIAL LINKS
/*------------------------------------------*/

.foo-socials {
  display: inline-block; 
  padding-left: 0;
  margin: 0 auto 0;
}

.foo-socials li {
  width: auto !important;
  display: inline-block !important;
  vertical-align: top;
  clear: none !important;
  margin: 0 0 8px 0;
  padding: 0;
}

.foo-socials a {
  display: block;
  background-color: #255281;
  width: 36px;
  height: 36px;
  color: #fff;
  font-size: 16px;
  line-height: 34px!important;
  margin-right: 4px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;  
}

.bottom-footer {
    border-top: 1px solid #ddd;
    margin-top: 20px;
    padding-top: 40px;
}

.footer.bg-image .foo-socials a {
  border: 2px solid #c5d1dc;
  color: #c5d1dc;
}

.foo-socials a.ico-facebook:hover { background-color: #3b5998; border-color: #3b5998; color: #fff; }
.foo-socials a.ico-twitter:hover { background-color: #00a9ed; border-color: #00a9ed; color: #fff; }
.foo-socials a.ico-instagram:hover { background-color: #dc3c59; border-color: #dc3c59; color: #fff; }
.foo-socials a.ico-dribbble:hover { background-color: #d92d84; border-color: #d92d84; color: #fff; }
.foo-socials a.ico-behance:hover { background-color: #2473f6; border-color: #2473f6; color: #fff; } 
.foo-socials a.ico-pinterest:hover { background-color: #ac281a; border-color: #ac281a; color: #fff; }
.foo-socials a.ico-linkedin:hover { background-color: #015886; border-color: #015886; color: #fff; }
.foo-socials a.ico-google-plus:hover { background-color: #cd1111; border-color: #cd1111; color: #fff; } 
.foo-socials a.ico-youtube:hover { background-color: #cd1b20; border-color: #cd1b20; color: #fff; } 
.foo-socials a.ico-tumblr:hover { background-color: #3a5976; border-color: #3a5976; color: #fff; }
.foo-socials a.ico-vk:hover { background-color: #3b5998; border-color: #3b5998; color: #fff; }
.foo-socials a.ico-yahoo:hover { background-color: #7b0099; border-color: #7b0099; color: #fff; }
.foo-socials a.ico-yelp:hover { background-color: #d32323; border-color: #d32323; color: #fff; }

/*------------------------------------------*/
/*   FOOTER NEWSLETTER FORM
/*------------------------------------------*/

.footer-form .form-control {
  height: 48px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-right: none;
  color: #333;
  font-size: 1rem;
  padding: 0 15px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}
.foo-links{
  margin: 0;
  padding: 0;
}
.help{
  margin: 0;
  padding: 0;
}
.footer-info img{
width: 70%;
    height: auto;
}
#footer-3{
  padding: 20px 0;
  background-color: #cccccc52;
}

.foo-links li a{
  color: #000;
}
.footer-box p{
  display: inline-flex;
    align-items: baseline;
}
.footer-box i{
  color:#255281;
  padding-right: 10px;
  font-size: 16px;
}

.foo-email a {
    font-weight: 500;
    text-decoration: underline;
    color: #0E67CD;
}


    @media (max-width: 768px) {
      .help-cards {
        flex-direction: column;
      }
      .menu{
          display: none;
      }
      .logos{
          position: relative;
      }
      .logos img {
    width: 40%;
    margin: 12px 0px;
}
.calls {
    /* margin: 30px 0; */
    position: absolute;
    top: -80px;
    left: 168px;
}
.calls ul li{
    margin-right: 10px;
}
.calls{
    display: none;
}

.wrap {
    width: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 25px 0;
}
.callss img{
    display: none;
}
.callss {
        position: absolute;
        top: -78px;
        right: 5px;
    }
    .header {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    height: 110px;
}

.search {
    width: 95%;
    position: relative;
    display: flex;
    margin: 0 auto;
}

.wide-100 {
    padding-top: 20px;
    padding-bottom: 25px;
}

.help-card {
    flex: 0;
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 12px;
    padding: 16px 20px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    transition: 0.3s;
    cursor: pointer;
    justify-content: space-between;
}

.pt-40 {
    padding-top: 20px;
}
      
    }