/* Reset */
html, body {
  overflow-x: hidden;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  
}

body {
  font-family: 'Segoe UI', sans-serif;
  line-height: 1.6;
  scroll-behavior: smooth;
}

/* Container spacing */
.section {
  padding: 80px 0;
}



/* Header Navbar */
.navbar {
  transition: 0.3s;
  padding: 2px 0;
}

.navbar-brand {
  font-weight: 700;
  font-size: 22px;
  color: #0d6efd !important;
}

.navbar .nav-link {
  margin-left: 15px;
  font-weight: 500;
  transition: 0.3s;
}

.navbar .nav-link:hover {
  color: #0d6efd;
}

/* Call Button */
.navbar .btn {
  border-radius: 30px;
  padding: 8px 18px;
}

/* Dropdown */
.dropdown-menu {
  border-radius: 10px;
  border: none;
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.dropdown-item:hover {
  background: #f5f5f5;
}

@media (max-width: 992px) {
  .navbar .btn {
    margin-top: 10px;
  }
}
.navbar .nav-link {
    margin-left: 0;
    padding: 10px 0;
  }






/* Hero Section */
.hero {
  width: 100%;
  height: 80vh; /* full screen height */
  background: url('../images/marketiva-digital-banner.jpg') no-repeat center center/cover;
  display: flex;
  align-items: center;
  justify-content: left;
  text-align: left;
  position: relative;
}
.hero h1 {
  font-size: 35px;
  font-weight: bold;
  margin-bottom: 15px;
}

.hero p {
  font-size: 20px;
  margin-bottom: 25px;
}

@media (max-width: 768px) {
  .hero {
    height: 70vh;
    padding: 20px;
  }

  .hero h1 {
    font-size: 32px;
    margin-top: -210px;
  }

  .hero p {
    font-size: 16px;
  }
}



.hero-about {
  height: 50vh;
  background:linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)),url('../images/about-marketiva-banner.jpg');
  background-size: cover;
  background-position: center;
  color: #fff;
}

.hero-services {
  height: 50vh;
  background:linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url('../images/marketiva-contact-banner.jpg');
  background-size: cover;
  background-position: center;
  color: #fff;
}
.hero-web {
  height: 50vh;
  background:linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url('../images/web-design-marketiva-banner.jpg');
  background-size: cover;
  background-position: center;
  color: #fff;
}

.hero-seo {
  height: 50vh;
  background:linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url('../images/seo-marketiva-banner.jpg');
  background-size: cover;
  background-position: center;
  color: #fff;
}

  
.hero-smo {
  height: 50vh;
  background:linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url('../images/smo-marketiva-banner.jpg');
  background-size: cover;
  background-position: center;
  color: #fff;
  
}
.hero-ppc {
  height: 50vh;
  background:linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url('../images/ppc-marketiva-banner.jpg');
  background-size: cover;
  background-position: center;
  color: #fff;
}
.hero-digital {
  height: 50vh;
  background:linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url('../images/digital-markteiva-banner.jpg');
  background-size: cover;
  background-position: center;
  color: #fff;
}


.hero-contact {
  height: 50vh;
  background:linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url('../images/marketiva-contact-banner.jpg');
  background-size: cover;
  background-position: center;
  color: #fff;
}


.hero-privacy {
  height: 50vh;
  background:linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url('../images/marketiva-privacy-banner.jpg');
  background-size: cover;
  background-position: center;
  color: #fff;
}


.hero-terms {
  height:50vh;
  background:linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)),url('../images/marketiva-terms-banner.jpg');
  background-size: cover;
  background-position: center;
  color: #fff;
}


.hero-disclaimer {
  height: 50vh;
  background:linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url('../images/marketiva-disclaimer-banner.jpg');
  background-size: cover;
  background-position: center;
  color: #fff;
}



/* Overlay (optional for dark effect) */
.hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* overlay */
}

/* Content */
.hero-content {
  margin-top:50px;
  padding-left:25px;
  position: relative;
  color: #fff;
  z-index: 2;
  max-width: 500px;
}
@media (max-width: 768px) { .hero-content {
  margin-top:200px;}}
  
/* Content */
.bread-crumb {
    padding-top:100px;
  padding-left:25px;
  position: relative;
  color: #fff;
  z-index: 2;
  max-width: 500px;
}

/* Content */
.bread-crumb h1 {
  font-size: 35px;
  font-weight: bold;
  margin-bottom: 15px;
}
.bread-crumb p {
  font-size: 20px;
  margin-bottom: 25px;
}
@media (max-width: 768px) {
.bread-crumb {
    padding-top: 54px;
    padding-left: 25px;
    position: relative;
    color: #fff;
    z-index: 2;
    max-width: 500px;
}}

/* Button */
.hero-btn {
  display: inline-block;
  padding: 12px 30px;
  background: linear-gradient(181deg, #0aacfc, #0c110d);
  color: #fff;
  text-decoration: none;
  border-radius: 30px;
  transition: 0.3s;
}

.hero-btn:hover {
  transform: scale(1.05);
}



/* About Image */
img {
  max-width: 100%;
  height: auto;
}

/* Cards */
.card {
  border: none;
  border-radius: 15px;
  padding: 20px;
  transition: 0.3s;
}

.card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0,0,0,0.1);
}

/* Icons */
.card i {
  color: #0d6efd;
}

/* Buttons */
.btn-primary {
  background: linear-gradient(181deg, #0aacfc, #0c110d);
  border: none;
  padding: 10px 22px;
  transition: 0.3s;
}

.btn-primary:hover {
  opacity: 0.9;
}



/* Contact Form */
form input,
form textarea {
  border-radius: 10px;
  border: 1px solid #ddd;
  padding: 10px;
}

form button {
  width: 100%;
}


/* ===================== */
/* 🔥 MOBILE RESPONSIVE */
/* ===================== */


@media (max-width: 768px) {

  .hero {
    padding: 80px 20px;
  }

  .hero h1 {
    font-size: 32px;
  }

  .hero p {
    font-size: 16px;
  }


  .card {
    margin-bottom: 20px;
  }
}

/* ===================== */
/* 📱 EXTRA SMALL DEVICES */
/* ===================== */

@media (max-width: 480px) {

  .hero h1 {
    font-size: 26px;
  }

  .hero p {
    font-size: 14px;
  }

  .btn {
    font-size: 14px;
    padding: 8px 16px;
  }
}




/* CTA Section */
.cta-section {
    background: linear-gradient(181deg, #0aacfc, #0c110d);
    padding: 40px 20px;
    color: #fff;
}

/* Heading */
.cta-section h2 {
    font-size: 36px;
    font-weight: 700;
}

/* Subtext */
.cta-section p {
    font-size: 18px;
    margin: 15px 0 25px;
    color: #ccc;
}
/* CTA Button */
.btn-cta {
    background: linear-gradient(181deg, #0aacfc, #0c110d);
    color: #fff;
    border: none;
    padding: 12px 30px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
    display: inline-block;
    text-decoration: none;
    position: relative;
    overflow: hidden;
}

/* Hover Effect */
.btn-cta:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0, 180, 216, 0.4);
    color: #fff;
}

/* Click Effect */
.btn-cta:active {
    transform: scale(0.95);
}

/* Glow Animation */
.btn-cta::before {
    content: "";
    position: absolute;
    width: 120%;
    height: 100%;
    top: 0;
    left: -120%;
    background: rgba(255,255,255,0.3);
    transform: skewX(-25deg);
    transition: 0.5s;
}

.btn-cta:hover::before {
    left: 120%;
}

/* Footer Main */

.footer {
  background: #055797;
  color: #fff;
  padding: 60px 0 20px;
  font-size: 14px;
}

/* Headings */
.footer h5 {
  color: #fff;
  font-weight: 600;
  margin-bottom: 20px;
}

/* Text */
.footer p {
  /*color: #aaa;*/
  color: #fff;
  line-height: 1.7;
}



/* Links */
.footer a {
  color: #ffff;
  display: inline-block;
  margin-bottom: 8px;
  transition: 0.3s;
  text-decoration: none;
}

.footer a:hover {
  color: #0d6efd;
  padding-left: 5px;
}

/* List */
.footer ul {
  padding: 0;
  list-style: none;
}

/* Contact spacing */
.footer .col-lg-3 p {
  margin-bottom: 8px;
}

/* Divider */
.footer .border-top {
  border-color: rgba(255,255,255,0.1) !important;
}

/* Copyright */
.footer .text-center {
  color: #888;
  font-size: 13px;
}

/* ===================== */
/* 📱 MOBILE RESPONSIVE */
/* ===================== */

@media (max-width: 768px) {
  
  .footer {
    text-align: center;
  }

  .footer h5 {
    margin-top: 20px;
  }

  .footer a:hover {
    padding-left: 0;
  }
}

/* ===================== */
/* 💻 TABLET */
/* ===================== */

@media (max-width: 992px) {
  .footer .col-lg-3 {
    margin-bottom: 20px;
  }
}