* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Poppins", sans-serif;
  background: #020014;
  color: #fff;
}

a {
  text-decoration: none;
}

/* TOP BAR */

.top-bar {
  background: #ff5b00;
  padding: 8px 0;
  font-size: 14px;
  font-weight: 500;
}

.top-bar .coupon-btn {
  background: #ffcc00;
  color: #000;
  padding: 6px 14px;
  border-radius: 4px;
  font-weight: 600;
}

/* HEADER */

.main-header {
  padding: 18px 0;
  position: absolute;
  width: 100%;
  z-index: 10;
}

.logo {
  font-size: 34px;
  font-weight: 700;
  color: #fff;
}

.logo span {
  color: #ff5b00;
}

.consult-btn {
  background: #ff5b00;
  color: #fff;
  padding: 14px 26px;
  border-radius: 6px;
  font-weight: 600;
  transition: 0.3s;
  display: inline-block;
}

.consult-btn:hover {
  background: #ff7b33;
  color: #fff;
}

/* HERO SECTION */

.hero-section {
  /* min-height: 100vh; */
  display: flex;
  position: relative;
  overflow: hidden;
  background: url("../images/hero-bg.jpg");
  background-size: cover;
  background-position: center;
      padding-top: 11em;
    padding-bottom: 3rem;
}

.hero-content h1 {
  font-size: 58px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
}

.hero-content h1 span {
  color: #ffb300;
}

.hero-content p {
  color: #cfcfcf;
  line-height: 1.8;
  margin-bottom: 25px;
}

.hero-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 30px;
}

.hero-list li {
  margin-bottom: 12px;
  color: #fff;
}

.hero-list li::before {
  content: "✔";
  color: #ffb300;
  margin-right: 10px;
}

.hero-buttons .btn-orange {
  background: #ff5b00;
  color: #fff;
  padding: 12px 24px;
  border-radius: 40px;
  margin-right: 15px;
  font-weight: 600;
  border: none;
}

.hero-buttons .btn-outline-custom {
  border: 2px solid #ff5b00;
  color: #fff;
  padding: 12px 24px;
  border-radius: 40px;
  font-weight: 600;
}

/* FORM BOX */

.hero-form {
  background: #fff;
  border-radius: 20px;
  padding: 35px;
  color: #000;
  position: relative;
  z-index: 2;
}

.hero-form h3 {
  font-weight: 700;
  margin-bottom: 10px;
}

.hero-form p {
  color: #ff5b00;
  font-size: 14px;
  font-weight: 600;
}

.form-control {
  height: 50px;
  border-radius: 10px;
  margin-bottom: 15px;
  border: 1px solid #ddd;
}

textarea.form-control {
  height: 110px;
  resize: none;
}

.submit-btn {
  background: #ff5b00;
  color: #fff;
  width: 100%;
  border: none;
  padding: 14px;
  border-radius: 10px;
  font-weight: 600;
}

/* BRANDS */

.brands {
  background: #040019;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.platform-title {
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.platform-line {
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.15);
}

.sponsor-thumb {
  max-width: 100%;
  height: auto;
  opacity: 0.95;
}

/* PACKAGES SECTION */

.packages-section {
  background: #f4f4f4;
}

.section-heading h2 {
  font-size: 52px;
  font-weight: 700;
  color: #222;
  margin-bottom: 15px;
}

.section-heading p {
  max-width: 700px;
  margin: auto;
  color: #666;
  line-height: 1.8;
  font-size: 16px;
}

.package-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
  height: 100%;
}

.package-card:hover {
  transform: translateY(-8px);
}

.package-top {
  padding: 25px;
  color: #fff;
  display: flex;
  gap: 18px;
  align-items: center;
}

.package-icon {
  width: 70px;
  height: 70px;
  min-width: 70px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
}

.package-top h4 {
  font-size: 28px;
  line-height: 1.4;
  margin-bottom: 4px;
  font-weight: 700;
}

.package-top span {
  font-size: 13px;
  opacity: 0.9;
}

.price-box {
  background: #f5efe7;
  padding: 20px;
  text-align: center;
}

.price-box h3 {
  font-size: 58px;
  font-weight: 700;
  color: #000;
  margin: 0;
}

.price-box small {
  font-size: 20px;
  color: #777;
}

.package-body {
  padding: 30px;
}

.package-body ul {
  padding-left: 18px;
  margin-bottom: 30px;
}

.package-body ul li {
  margin-bottom: 12px;
  color: #444;
  font-size: 15px;
}

.package-btn {
  display: block;
  width: 100%;
  text-align: center;
  padding: 14px;
  border-radius: 8px;
  color: #fff;
  font-weight: 600;
  transition: 0.3s;
}

.package-btn:hover {
  color: #fff;
  opacity: 0.9;
}

/* COLORS */

.bg-green {
  background: #0db0a0;
}

.bg-yellow {
  background: #f0a400;
}

.bg-red {
  background: #ef3d23;
}

.bg-orange {
  background: #f36c00;
}

.bg-purple {
  background: #4f34d2;
}

.bg-dark-red {
  background: #ff0b0b;
}

.bg-green-btn {
  background: #0db0a0;
}

.bg-yellow-btn {
  background: #f0a400;
}

.bg-red-btn {
  background: #ef3d23;
}

.bg-orange-btn {
  background: #f36c00;
}

.bg-purple-btn {
  background: #4f34d2;
}

.bg-dark-red-btn {
  background: #ff0b0b;
}

.best-seller {
  position: absolute;
  top: 18px;
  right: 18px;
  background: #ffb100;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  padding: 6px 12px;
  border-radius: 4px;
  letter-spacing: 1px;
}

/* COMBO SECTION */

.combo-section {
  position: relative;
  padding: 100px 0;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(0, 58, 130, 0.96), rgba(0, 132, 255, 0.96)),
    url("https://images.unsplash.com/photo-1516321318423-f06f85e504b3?q=80&w=1600&auto=format&fit=crop");

  background-size: cover;
  background-position: center;
  color: #fff;
}

/* OPTIONAL SHAPES */

.combo-section::before {
  content: "";
  position: absolute;
  width: 700px;
  height: 700px;
  background: rgba(255, 255, 255, 0.04);
  border-radius: 50%;
  left: -200px;
  top: -120px;
}

.combo-section::after {
  content: "";
  position: absolute;
  width: 500px;
  height: 500px;
  background: rgba(255, 255, 255, 0.03);
  border-radius: 50%;
  right: -120px;
  bottom: -150px;
}

.combo-content {
  position: relative;
  z-index: 2;
}

.combo-subtitle {
  display: block;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

.combo-content h2 {
  font-size: 72px;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 25px;
}

.combo-text {
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.9;
  font-size: 16px;
  max-width: 700px;
}

/* FEATURE BOX */

.feature-box h4 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 18px;
}

.feature-box ul {
  padding-left: 18px;
}

.feature-box ul li {
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.92);
  line-height: 1.7;
  font-size: 16px;
}

/* BUTTONS */

.combo-buttons {
  display: flex;
  gap: 25px;
  flex-wrap: wrap;
}

.btn-order {
  background: #ff6a1a;
  color: #fff;
  padding: 16px 42px;
  border-radius: 8px;
  font-size: 20px;
  font-weight: 600;
  transition: 0.3s;
}

.btn-order:hover {
  background: #ff7f36;
  color: #fff;
}

.btn-chat {
  background: #fff;
  color: #111;
  padding: 16px 42px;
  border-radius: 8px;
  font-size: 20px;
  font-weight: 600;
  transition: 0.3s;
}

.btn-chat:hover {
  background: #f3f3f3;
  color: #000;
}

/* IMAGE */

.combo-image {
  position: relative;
  z-index: 2;
}

.combo-image img {
  max-width: 100%;
}
/* PORTFOLIO SECTION */

.portfolio-section{
  background:#f5f5f5;
}

/* HEADING */

.portfolio-heading h2{
  font-size:72px;
  font-weight:800;
  color:#2d2d2d;
  margin-bottom:15px;
  line-height:1;
}

.portfolio-heading p{
  max-width:1100px;
  margin:auto;
  font-size:16px;
  line-height:1.8;
  color:#444;
}

/* CARD */

.portfolio-card{
  position:relative;
  overflow:hidden;
  border-radius:18px;
  background:#fff;
  box-shadow:0 10px 25px rgba(0,0,0,0.08);
  transition:0.4s;
  height:220px;
}

.portfolio-card img{
  width:100%;
  height:220px;
  object-fit:cover;
  transition:0.5s;
}

/* HOVER EFFECT */

.portfolio-overlay{
  position:absolute;
  inset:0;
  background:rgba(0,0,0,0.65);
  display:flex;
  align-items:center;
  justify-content:center;
  opacity:0;
  transition:0.4s;
}

.portfolio-card:hover .portfolio-overlay{
  opacity:1;
}

.portfolio-card:hover img{
  transform:scale(1.08);
}

/* BUTTON */

.view-btn{
  background:#ff6a1a;
  color:#fff;
  padding:14px 30px;
  border-radius:50px;
  font-size:16px;
  font-weight:600;
  transition:0.3s;
}

.view-btn:hover{
  background:#ff7f36;
  color:#fff;
}

/* SERVICES WRAPPER */

.services-wrapper{
  background:#f6f6f6;
  padding:0 0 100px;
}

/* CTA BOX */

.cta-box{
  background:#12152f;
  border-radius:12px;
  padding:60px 70px;
  margin-top:-20px;
  overflow:hidden;
  position:relative;
}

.cta-box::before{
  content:"";
  position:absolute;
  width:400px;
  height:400px;
  background:rgba(255,255,255,0.03);
  border-radius:50%;
  left:-120px;
  top:-120px;
}

.cta-content{
  position:relative;
  z-index:2;
}

.cta-subtitle{
  display:block;
  color:#ff6a1a;
  font-size:15px;
  font-weight:700;
  letter-spacing:1px;
  margin-bottom:20px;
}

.cta-content h2{
  color:#fff;
  font-size:28px;
  line-height:1.35;
  font-weight:700;
  max-width:700px;
}

/* IMAGE */

.cta-image{
  position:relative;
  z-index:2;
}

.cta-image img{
  max-width:100%;
}

/* SERVICES TITLE */

.services-heading{
  margin:80px 0 50px;
}

.services-heading h2{
  font-size:60px;
  font-weight:800;
  color:#10153a;
}

/* CARD */

.service-card{
  background:#fff;
  padding:45px 40px;
  border-radius:14px;
  text-align:center;
  height:100%;
  transition:0.3s;
  box-shadow:0 10px 25px rgba(0,0,0,0.04);
}

.service-card:hover{
  transform:translateY(-6px);
}

.service-icon{
  margin-bottom:30px;
}

.service-icon img{
  width:65px;
}

.service-card h4{
  font-size:30px;
  font-weight:700;
  color:#111631;
  margin-bottom:18px;
}

.service-card p{
  color:#5d6278;
  line-height:1.9;
  font-size:17px;
  margin-bottom:0;
}

/* =========================================
   TESTIMONIAL SECTION
========================================= */

.testimonial-section{
  background:#f5f5f5;
  padding:100px 0;
}

/* =========================================
   HEADING
========================================= */

.testimonial-heading{
  max-width:1200px;
  margin:auto;
  margin-bottom:70px;
}

.testimonial-heading h2{
  font-size:64px;
  font-weight:800;
  color:#2d2d2d;
  margin-bottom:20px;
  line-height:1.1;
}

.testimonial-heading p{
  max-width:1100px;
  margin:auto;
  font-size:16px;
  line-height:1.8;
  color:#555;
}

/* =========================================
   TESTIMONIAL CARD
========================================= */

.testimonial-card{
  background:#fff;
  padding:40px 35px;
  border-radius:18px;
  height:100%;
  box-shadow:0 10px 30px rgba(0,0,0,0.05);
  transition:0.3s;
}

.testimonial-card:hover{
  transform:translateY(-8px);
}

/* =========================================
   USER INFO
========================================= */

.testimonial-user{
  display:flex;
  align-items:center;
  gap:18px;
  margin-bottom:30px;
}

.user-avatar{
  width:65px;
  height:65px;
  min-width:65px;
  border-radius:50%;
  background:#ff6a1a;
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:24px;
  font-weight:700;
}

.user-info h5{
  font-size:24px;
  font-weight:700;
  margin-bottom:4px;
  color:#222;
}

.user-info span{
  color:#888;
  font-size:17px;
  font-weight:500;
}

/* =========================================
   TEXT
========================================= */

.testimonial-text{
  color:#777;
  font-size:18px;
  line-height:1.9;
  margin-bottom:25px;
}

/* =========================================
   STARS
========================================= */

.testimonial-stars{
  color:#f7a324;
  font-size:22px;
  letter-spacing:2px;
}

/* =========================================
   FOOTER SECTION
========================================= */

.footer-section{
  position:relative;
  background:url('../images/footer-bg.jpg') center center/cover no-repeat;
  padding:100px 0 40px;
  overflow:hidden;
}

/* DARK OVERLAY */

.footer-overlay{
  position:absolute;
  inset:0;
  background:rgba(0,0,0,0.72);
}

/* =========================================
   LEFT CONTENT
========================================= */

.footer-content{
  position:relative;
  z-index:2;
}

.footer-content h2{
  color:#fff;
  font-size:32px;
  line-height:1.3;
  font-weight:700;
  margin-bottom:30px;
  max-width:700px;
}

.footer-content p{
  color:rgba(255,255,255,0.9);
  font-size:16px;
  line-height:1.9;
  margin-bottom:40px;
  max-width:700px;
}

/* =========================================
   CONTACT INFO
========================================= */

.footer-contact{
  display:flex;
  flex-direction:column;
  gap:25px;
}

.contact-item{
  display:flex;
  align-items:flex-start;
  gap:18px;
  color:#fff;
  font-size:16px;
  font-weight:500;
}

.contact-icon{
  color:#fff;
  font-size:28px;
  line-height:1;
}

/* =========================================
   FORM
========================================= */

.footer-form{
  position:relative;
  z-index:2;
}

.footer-input{
  background:rgba(255,255,255,0.08);
  border:1px solid rgba(255,255,255,0.18);
  color:#fff;
  height:68px;
  border-radius:8px;
  padding:15px 22px;
  font-size:16px;
}

.footer-input:focus{
  background:rgba(255,255,255,0.12);
  border-color:#ff6a1a;
  box-shadow:none;
  color:#fff;
}

.footer-input::placeholder{
  color:rgba(255,255,255,0.7);
}

.footer-textarea{
  height:160px !important;
  resize:none;
  padding-top:20px;
}

/* BUTTON */

.footer-btn{
  width:100%;
  height:55px;
  border:none;
  background:#ff6a1a;
  color:#fff;
  font-size:18px;
  font-weight:600;
  border-radius:8px;
  transition:0.3s;
}

.footer-btn:hover{
  background:#ff7d31;
}

/* =========================================
   BOTTOM
========================================= */

.footer-bottom{
  position:relative;
  z-index:2;
  margin-top:70px;
}

.copyright-text{
  color:#fff;
  font-size:14px;
  margin:0;
}

/* PAYMENT */

.payment-methods{
  display:flex;
  justify-content:flex-end;
  align-items:center;
  flex-wrap:wrap;
  gap:22px;
}

.payment-methods span{
  color:#fff;
  font-size:14px;
  font-weight:700;
}

/* RESPONSIVE */

@media (max-width: 991px) {
  .hero-section {
    padding: 40px 0 80px;
  }

  .hero-content {
    margin-bottom: 50px;
  }

  .hero-content h1 {
    font-size: 40px;
  }

  .main-header {
    position: relative;
    background: #020014;
  }
  .section-heading h2 {
    font-size: 40px;
  }

  .package-top h4 {
    font-size: 22px;
  }

  .price-box h3 {
    font-size: 48px;
  }

  .combo-section {
    padding: 80px 0;
  }

  .combo-content h2 {
    font-size: 54px;
  }

  .combo-image {
    margin-top: 60px;
  }
    .portfolio-heading h2{
    font-size:54px;
  }

  .portfolio-heading p{
    font-size:18px;
  }
    .cta-box{
    padding:50px 35px;
  }

  .cta-content h2{
    font-size:22px;
  }

  .cta-image{
    margin-top:40px;
  }

  .services-heading h2{
    font-size:42px;
  }

  .service-card h4{
    font-size:24px;
  }
   .testimonial-section{
    padding:80px 0;
  }

  .testimonial-heading{
    margin-bottom:50px;
  }

  .testimonial-heading h2{
    font-size:46px;
  }

  .testimonial-heading p{
    font-size:18px;
  }

  .testimonial-card{
    padding:35px 28px;
  }

  .user-info h5{
    font-size:20px;
  }

  .testimonial-text{
    font-size:16px;
  }
    .footer-section{
    padding:80px 0 35px;
  }

  .footer-content h2{
    font-size:42px;
  }

  .footer-content p{
    font-size:18px;
  }

  .contact-item{
    font-size:18px;
  }

  .footer-input{
    height:60px;
    font: size 16px;
  }

  .footer-btn{
    height:62px;
    font-size:18px;
  }

  .copyright-text{
    text-align:center;
    font-size:16px;
  }

  .payment-methods{
    justify-content:center;
  }

}

@media (max-width: 576px) {
  .logo {
    font-size: 25px;
    line-height: 1.2;
  }
  .hero-content h1 {
    font-size: 32px;
  }

  .consult-btn {
    padding: 10px 16px;
    font-size: 14px;
  }

  .hero-form {
    padding: 25px;
  }

  .section-heading h2 {
    font-size: 30px;
  }

  .package-top {
    padding: 20px;
  }

  .package-top h4 {
    font-size: 20px;
  }

  .price-box h3 {
    font-size: 42px;
  }

  .combo-subtitle {
    font-size: 14px;
  }

  .combo-content h2 {
    font-size: 42px;
  }

  .combo-text {
    font-size: 15px;
  }

  .feature-box h4 {
    font-size: 22px;
  }

  .feature-box ul li {
    font-size: 14px;
  }

  .btn-order,
  .btn-chat {
    width: 100%;
    text-align: center;
    font-size: 18px;
  }
  .portfolio-heading h2{
    font-size:40px;
  }

  .portfolio-heading p{
    font-size:15px;
    line-height:1.7;
  }

  .portfolio-card{
    border-radius:14px;
  }

    .services-wrapper{
    padding-bottom:70px;
  }

  .cta-box{
    padding:40px 25px;
  }

  .cta-subtitle{
    font-size:12px;
  }

  .cta-content h2{
    font-size:28px;
  }

  .services-heading{
    margin:60px 0 40px;
  }

  .services-heading h2{
    font-size:34px;
  }

  .service-card{
    padding:35px 25px;
  }

  .service-card h4{
    font-size:22px;
  }

  .service-card p{
    font-size:15px;
  }
  .testimonial-section{
    padding:70px 0;
  }

  .testimonial-heading h2{
    font-size:34px;
  }

  .testimonial-heading p{
    font-size:15px;
    line-height:1.7;
  }

  .testimonial-card{
    padding:28px 22px;
    border-radius:14px;
  }

  .testimonial-user{
    gap:14px;
    margin-bottom:22px;
  }

  .user-avatar{
    width:55px;
    height:55px;
    min-width:55px;
    font-size:20px;
  }

  .user-info h5{
    font-size:18px;
  }

  .user-info span{
    font-size:14px;
  }

  .testimonial-text{
    font-size:15px;
    line-height:1.8;
  }

  .testimonial-stars{
    font-size:18px;
  }
    .footer-section{
    padding:70px 0 30px;
  }

  .footer-content h2{
    font-size:30px;
  }

  .footer-content p{
    font-size:15px;
    line-height:1.8;
  }

  .contact-item{
    font-size:15px;
    gap:12px;
  }

  .contact-icon{
    font-size:18px;
  }

  .footer-input{
    height:55px;
    font-size:15px;
    padding:12px 16px;
  }

  .footer-textarea{
    height:130px !important;
  }

  .footer-btn{
    height:56px;
    font-size:16px;
  }

  .payment-methods{
    gap:14px;
  }

  .payment-methods span{
    font-size:18px;
  }

}
