body {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;

  background: linear-gradient(135deg, #081e33, #0c3c58);
  color: #fff;
  line-height: 1.7;
}


header {
    width: 100%;
    display: inline-block;
    background-color: #fff;
}


/* HERO */
#hero {
    /* background: linear-gradient(135deg, rgba(0,0,0,0.6), rgba(0,0,0,0.4)), url('images/hero.jpg') center/cover no-repeat; */
    text-align: left;
    background: url(../images/banner-bg2.jpg) center top no-repeat;
    color: #333!important;
    display: inline-block;
    padding:80px 0;
    background-size:cover;
}
#hero h1 {
    font-weight: 800!important;
    line-height: 1;
    text-align: left;
	color:#fff; font-family: "Montserrat", sans-serif;
    font-size: 65px;
}
#hero p {
   color: #fff!important;
  font-weight: 400;
   text-align: left;
}
#hero .btn {
    background-color: #1793ea;
    border: none;
    border-radius: 6px;
    transition: 0.3s ease;
    float: left;
}
#hero .btn:hover {
 
   background-color: #051016;
  transform: translateY(-3px);
}

/* SUCCESS */
#success {
  background: linear-gradient(90deg, #0c3b5d, #115a82);
}
#success h2 {
  font-size: 2.3rem;
  font-weight: 700;
}
#success .accent {
  color: #00b8d9;
}
#success p {
  color: #cfd9e5;
}
#success .stat {
  color: #00b8d9;
  font-size: 1.8rem;
}

/* CLIENTS */
#clients {
	padding:80px 0;
      background-color: #fff;
}

#affiliate-marketing {
	padding:80px 0;
      background: linear-gradient(135deg, #0986e0, #0d223b);
}

#tech {
	padding:80px 0;
      background-color: #fff;
}
.channels-text{ color:#333;font-size: 3rem; font-family: "Montserrat", sans-serif; font-weight:800;}
.bx-left-arrow-alt::before {
	font-size:26px;
	margin-left: 10px;
	
}
.carousel-control-next, .carousel-control-prev{ top:0px}
.bx-right-arrow-alt::before {
	font-size:26px;
	margin-left: 10px;
}
section#clients h2 {
    color: #333;
        font-weight: 800;
}
section#clients span {
   color: #1793ea;
   font-size:25px;
   font-weight:bold;
}
section#clients p {
   color: #333;
   font-size:20px;
}
#clients img.logo {
  filter: grayscale(100%);
  opacity: 0.8;
  transition: all 0.3s ease;
}
#clients img.logo:hover {
  filter: grayscale(0);
  opacity: 1;
  transform: scale(1.05);
}

/* 15+ Years of Marketing Success */
#marketing-success {
    /* background: linear-gradient(135deg, #071b2b, #0d223b); */
    color: #fff;
    padding: 100px 0;
    background-color: #eee;
}

.image-wrapper {
  position: relative;
  display: inline-block;
}
.image-wrapper img {
  border-radius: 4px;
  max-width: 100%;
  height: auto;
}

/* Blue burst icon */


.section-subtitle {
  font-size: 3.8rem;
  font-weight: 700;
  color: transparent;
  -webkit-text-stroke: 1px #1793ea;
  text-transform: uppercase;
}

.section-title {
    font-size: 4.8rem;
    font-weight: 800;
    line-height: 1.2;
    color: #333;
    text-transform: uppercase;
}
.metric {
    font-weight: 700;
    font-size: 1.8rem;
    color: #333;
}

.metric-sub {
  font-size: 0.9rem;
  text-transform: uppercase;
  color: #1793ea;
  letter-spacing: 0.5px;
}

@media (max-width: 767px) {
  .section-subtitle {
    font-size: 2rem;
  }
  .section-title {
    font-size: 2rem;
  }
}


.btn-accent {
  background-color: #1793ea;
  color: #fff;
  font-weight: 600;
  border-radius: 6px;
  padding: 12px 25px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: 0.3s;
}
.btn-accent:hover {
  background-color: #000;
  transform: translateY(-3px);
}

.service-card {
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  padding: 40px;
  margin:50px;
  backdrop-filter: blur(10px);
  transition: 0.3s ease;
}

.service-card .icon {
  font-size: 2.5rem;
  color: #00b8d9;
  margin-bottom: 15px;
}

.service-card h3 {
  font-weight: 600;
  font-size: 1.4rem;
  color: #fff;
  margin-bottom: 10px;
}

.service-card p {
  color: #d1d5db;
  font-size: 1rem;
  line-height: 1.6;
}

/* Carousel Controls */
.carousel-control-prev,
.carousel-control-next {
  width: auto;
}

.control-icon {
  background: #fff;
  color: #000;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
}
/* LET'S TALK SECTION */
#contact {
  background: linear-gradient(135deg, #071b2b, #077cd0);
  font-family: 'Inter', sans-serif;
  color: #fff;
  padding: 100px 0;
}

.contact-box {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);
}

#contact h2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  color: #fff;
}

.form-label {
  color: #d1d5db;
  font-weight: 500;
  font-size: 0.95rem;
}

.form-control,
.form-select {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 6px;
  color: #dadada;
  padding: 10px 14px;
  transition: 0.3s ease;
}

.form-control:focus,
.form-select:focus {
  border-color: #dadada;
  box-shadow: 0 0 0 0.2rem rgba(230, 232, 87, 0.25);
  
}
.form-control,
.form-select selected {
 
  color: #fff;
  
}

.form-check-label {
  font-size: 0.9rem;
  color: #b0b3b8;
}

.btn-contact {
  background-color: #1793ea;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  border-radius: 6px;
  transition: 0.3s;
}

.btn-contact:hover {
  background-color: #0f87db;
}

.thank-you {
  color: #e6e857;
  font-weight: 600;
}

