/*
Theme Name: Foodking
Author: Modina Theme
Author URI: https://themeforest.net/user/modinatheme/
Description: Fast Food Restaurant Html
Version: 2.0.0
*/
/*CSS Table Of Content Ends Here*/
@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
:root {
  --body: #fff;
  --black: #000;
  --white: #fff;
  --theme: #00813D;
  --theme2: #D12525;
  --theme3: #FFB936;
  --header: #212121;
  --base: #00813D;
  --text: #5C5C5B;
  --border: #D9D9D9;
  --border2: #ffffff2b;
  --button: #1C2539;
  --button2: #030734;
  --ratting: #FF9F0D;
  --bg: #F4F1EA;
  --bg2: #DF0A0A0D;
}
 
    

    *{box-sizing:border-box}
    html,body{height:100%}
    body{
      font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
      margin:0;
      color:#0f1724;
      background:var(--bg);
      -webkit-font-smoothing:antialiased;
      -moz-osx-font-smoothing:grayscale;
      line-height:1.5;
    }

    a{text-decoration:none;color:inherit}
    img{max-width:100%;display:block}

  
 
    .p-50{
        padding:50px 0px;
    }
    .p-20{
        padding:20px 0px;
    }
 

    .brand{
      display:flex;
      align-items:center;
      gap:12px;
      font-weight:700;
      font-size:18px;
      color:var(--primary);
    }
    .brand svg{width:36px;height:36px}

    nav ul{list-style:none;display:flex;gap:20px;margin:0;padding:0;align-items:center}
    nav a{color:var(--muted);font-weight:600}
    .cta{
      background:linear-gradient(90deg,var(--accent),var(--primary));
      color:#fff;
      padding:10px 16px;
      border-radius:999px;
      font-weight:700;
      box-shadow:0 6px 18px rgba(11,97,168,0.12);
    }

    /* Hero */
    .hero{
      padding:72px 0 48px;
      display:grid;
      grid-template-columns: 1fr 460px;
      gap:36px;
      align-items:center;
    }

    .hero-left h1{
      margin:0 0 18px;
      font-size:40px;
      line-height:1.05;
      letter-spacing:-0.4px;
      color:#07102b;
    }
    .hero-left p.lead{
      margin:0 0 22px;
      color:var(--muted);
      font-size:20px;
    }
    .hero-left .hero-actions{
        display:flex;
        gap:12px;
        align-items:center;
        
    }
    .btn{
      padding:12px 18px;
      border-radius:10px;
      font-weight:700;
      display:inline-block;
      background:#0b2447;
      color:#fff;
       
      
    }
    
    .btn-primary {
  background-color: #0b61a8; /* primary color */
  color: #fff;
  padding: 10px 24px;
  border-radius: 6px;
  border: none;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  display: inline-block;
}

.btn-primary:hover {
  background-color: #084a80; /* darker shade on hover */
  color: #fff;
  transform: translateY(-3px); /* slight lift effect */
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

    .btn-outline{border:2px solid rgba(11,97,168,0.12); color:var(--primary);background:transparent}

    /* Hero illustration card */
    .hero-right{
      display:flex;
      align-items:center;
      justify-content:center;
    }
    .illustration-card{
      background:linear-gradient(180deg, #fff, #fbfdff);
      border-radius:22px;
      padding:22px;
      box-shadow: 0 20px 40px rgba(2,8,23,0.06);
      width:100%;
    }

    /* Trusted bar */
    .trusted{
      margin-top:-28px;
      display:flex;
      justify-content:center;
      pointer-events:none;
    }
    .trusted .bar{
      background:#fff;
      border-radius:999px;
      padding:10px 24px;
      display:flex;
      gap:36px;
      align-items:center;
      box-shadow:0 12px 30px rgba(2,8,23,0.08);
      width:min(900px,100%);
      justify-content:center;
    }
    .trusted img{opacity:0.75;height:28px}

    /* Sections */
    

    .section-contrast{
      background:#fff;
      color:#fff;
       
    }
    .btn-outline {
  color: #0b61a8;           /* button text color */
  background-color: transparent;
  border: 2px solid #0b61a8; /* border color */
  padding: 10px 24px;
  border-radius: 6px;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease-in-out;
}

.btn-outline:hover {
  background-color: #0b61a8; /* fill background on hover */
  color: #fff;               /* text turns white */
  transform: translateY(-3px); /* slight lift effect */
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15); /* subtle shadow */
}


    .why{
      display:grid;
      grid-template-columns:1fr 420px;
      gap:36px;
      align-items:center;
    }

    .why h3{
      color:#fff;
      margin:0 0 12px;
      font-size:28px;
    }
    .why p{color:#e6eefb}

    /* Solutions grid */
    .solutions-grid{
        height:100%;
      display:grid;
      grid-template-columns:repeat(auto-fit,minmax(300px,1fr));
      gap:36px;
      align-items:start;
      padding-top:20px;
    }

    .card{
      background:#fff;
      border-radius:14px;
      padding:26px;
      box-shadow: 0 16px 30px rgba(2,8,23,0.06);
      min-height:240px;
      display:flex;
      gap:18px;
      align-items:flex-start;
    }
    .card .icon{
      flex:0 0 98px;
      height:98px;
      border-radius:12px;
      display:flex;
      align-items:center;
      justify-content:center;
      background:linear-gradient(180deg,#f6f9ff,#eef7ff);
      box-shadow: inset 0 -8px 20px rgba(11,97,168,0.03);
    }
    .card h4{margin:2px 0 8px}
    .card p{margin:0;color:var(--muted);font-size:14px}

    /* Data center style different (blue bg) */
    .blue-card{
      background:linear-gradient(180deg,#122b63,#0e2552);
      color:#fff;
      height:100%;
      border-radius:14px;
      padding:28px;
      box-shadow:0 16px 40px rgba(2,8,23,0.12);
    }
.blue-card:hover,
.blue-card:focus {
  transform: translateY(-2px) scale(1.005); /* very small lift */
  box-shadow: 0 6px 16px rgba(2, 8, 23, 0.08); /* lighter, softer shadow */
  filter: brightness(1.02); /* minimal brightness boost */
  cursor: pointer;
  outline: none;
}

/* Active (on click) */
.blue-card:active {
  transform: translateY(-1px) scale(1.002);
  box-shadow: 0 4px 12px rgba(2, 8, 23, 0.06);
  filter: brightness(1.01);
}

    /* Testimonials */
    .testimonials{
      text-align:center;
      padding:56px 0;
    }
    .testimonial-card{
      background:#fff;
      display:inline-block;
      padding:28px;
      border-radius:14px;
      max-width:760px;
      box-shadow:0 20px 40px rgba(2,8,23,0.06);
      margin:0 auto;
    }
    .quote{font-size:28px;color:var(--primary);opacity:.9;margin-bottom:12px}
    .testimonial-card p{color:var(--muted)}

    /* CTA band */
    .cta-band{
      background:linear-gradient(90deg,#0e2554,#0e2554);
      color:#fff;
      padding:40px 0;
      
    }

    /* Footer */
    .footer{
      background:#0f1724;
      color:#9aa3b2;
      padding:36px 0;
    }
   .footer a{color:#bcd0df}

    /* Responsive */
    @media (max-width: 1024px){
      .hero{grid-template-columns:1fr 380px}
      .why{grid-template-columns:1fr}
    }

    @media (max-width: 768px){
      .nav{flex-direction:column;align-items:flex-start;gap:10px}
      nav ul{flex-wrap:wrap;gap:12px}
      .hero{grid-template-columns:1fr; padding:36px 0}
      .trusted{margin-top:10px}
      .hero-left h1{font-size:28px}
      .hero-right{order:2}
      .why{grid-template-columns:1fr}
      .card{min-height:200px}
    }
    
    @media (max-width: 768px){
    .heading{
    font-size: 50px;
    }
    }
    /* Small niceties */
    .muted {
        color:var(--muted);
        font-size:18px;
    }
    
    .small {
        font-size:15px;
    color:#95a0ad;
        
    }
    
    .rounded-pill{
        border-radius:999px;
        
    }

     .hero-section {
         padding: 3.5rem 0;
         }
  .hero-title {
    font-size: 2.25rem;       /* main heading size */
    margin-bottom: 0.5rem;
    font-weight: 700;
    color: #0b1220;
    line-height: 1.1;
  }

  .top-subtitle {
    display: inline-block;
    max-width: 800px;
    margin: 0 auto;
    font-size: 1.05rem;
    color: #5b6370;
    letter-spacing: 0.2px;
    line-height: 1.5;
    background: linear-gradient(90deg, rgba(11,18,32,0.03), rgba(255,255,255,0));
    padding: 0.6rem 1rem;
    border-radius: 12px;
  }

  /* responsive */
  @media (max-width: 767px) {
    .hero-title { font-size: 1.5rem; }
    .top-subtitle { font-size: 0.95rem; padding: 0.5rem 0.75rem; width: 90%; }
  }
 .section h1,h2,h3,h4,h5,h6{
     color:#000;
 }
 
 .hero-left h1{
     color:#fff;
 }
 
 
 .hero-section {
 
  background-repeat: no-repeat;
  background-size: cover;
 
  background-position: center;
  height: auto; /* full-screen height */
  display: flex;
  align-items: center;
  color: #fff;
}

.hero-left h1, .hero-left h2 {
  margin-bottom: 20px;
}
.hero-left h1{
    font-size:60px;
    font-weight:600;
    
}
.hero-left .heading{
  text-transform:uppercase;
}
.hero-left h2{
    font-size:36px;
}
.m-80{
    margin:80px 0px;
}
.m-30{
    margin: 30px;
}
.btn-outline { 
  color: #fff;
  border: 2px solid #fff;
  padding: 10px 24px;
  border-radius: 6px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.btn-outline:hover {
  background-color: #fff;
  color: #0b61a8;
  transform: translateY(-3px);
  box-shadow: 0 6px 12px rgba(0,0,0,0.15);
}
.h3-title{
        padding: 10px 0px;
    font-size: 40px;
    font-weight:700;
        color: #112a61 !important;
}
.h3-titles{
        padding: 30px 0px;
    font-size: 40px;
        color: #fff !important;
}

.p{
        font-size: 18px !important;
}
.b-20{
    border-radius:20px;
}
.p-t-50{
    padding-top:50px;
}
 .p-t-10{
     padding-top:10px;
 }
 .p-20{
     padding:20px 0px;
 }
.title-h2{
    text-align:center;
    margin-bottom:26px;
        color: #112a61 !important;
    font-size:40px;
    font-weight:600;
}
.bg-blue{
    background-color:#0e2552;
}
.icon{
    width:90px;
    height:90px;
    border-radius:12px;
     
    display:flex;
    align-items:center;
    justify-content:center;
    flex:0 0 90px;
}
.icons{
    display:flex;
    gap:18px;
    justify-content: center;
}

 
.check-list {
  list-style: none; /* Remove default bullets */
  padding-left: 0;
  margin: 0;
}

.check-list li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 20px;
  font-size: 18px;
  color: #021f32;
}

/* Add checkmark */
.check-list li::before {
 
  position: absolute;
  left: 0;
  top: 0;
  color: #0a84ff; /* Blue check mark color */
  font-weight: bold;
  font-size: 18px;
}
.check-lists {
  
  padding-left: 0;
  margin: 0;
}

.check-lists li {
    position: relative;
    /* padding-left: 30px; */
    margin-left: 30px;
    margin-bottom: 20px;
    font-size: 18px;
    color: #fff;
}

/* Add checkmark */
.check-lists li::before {
 
  position: absolute;
  left: 0;
  top: 0;
  color: #0a84ff; /* Blue check mark color */
  font-weight: bold;
  font-size: 18px;
}
.check-listn li {
    position: relative;
    /* padding-left: 30px; */
    margin-left: 30px;
    margin-bottom: 20px;
    font-size: 18px;
    color: #1c1919;
}
.cont{
    color:#000 !important;
}
.fs-36{
    font-size:36px  !important;
}
.cards  h5{
    color:#fff;
    
}.cards  p{
    color:#fff;
    margin-top:15px;
   
}
.cards {
 width:auto;
 height: 100%;
 background-color:#00092d;
 padding:23px;
 border-radius: 40px 0 40px 0;
}
.cared{
   background-color:#fff;
}
 .footer-list {
    list-style: none;
    display: flex;
    align-items: center;
    padding-left: 0px;
}
 .footer-list li{
        padding: 0px 30px;
 }


.top-border a{
    color:#fff;
}

.last{
    background-color:#f0f0f0;
}

.sticky-btn {
    position: fixed;
    bottom: 20px;
    z-index: 1000;
    transform: translateX(-50%);
    left: 50%;
}
.sticky-btn .btn-primary {
    background-color: #0b61a8;
    color: #fff;
    padding: 10px 45px;
    border-radius: 6px;
    border: none;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
    display: inline-block;
}



.ppy-container {
    background-color: #ffffff !important;
    border-radius: 15px !important;
     max-width: 900px !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1) !important;
    
    padding: 40px !important;
   
}





