:root {
    --primary-color: #AD0000;
    --hover-color: #212121;
}



@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');



.brandon-light {
    font-family: "Inter", sans-serif;
}

h1 {
    font-family: "Inter", sans-serif;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
a {
    text-decoration: none;
}

body {
    font-family: "Inter", sans-serif; 
}

.btn {
    border-radius: 0;
    background-color: var(--primary-color);
    color: #fff;
    transition: all .5s;
    font-weight: bold;
    border: 1px solid var(--primary-color);
    padding: 7px 21px;
}

.btn:hover {
    background-color: var(--hover-color);
    border: 1px solid var(--primary-color);
    color: #fff;
}

a.basic-btn {
    background-color: var(--primary-color);
    padding: 16px 8px 18px 20px;
    border-radius: 50px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}
.fluid-img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}
a.header-btn {
    padding: 5px 10px;
}
.home-section {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 40px 0px;
    height: 100vh;
    background: linear-gradient(to bottom, #2D8DFF 0%, #EAEAF3 100%);
}

.navbar {
    background-color: #EEEEEE;
    border: 1px solid #ccc;
    width: 90%;
    margin: 0px auto;
    border-radius: 60px;
    height: auto;
}
.navbar-brand img {
    height: 65px;
    width: 130px;
    object-fit: scale-down;
}

.nav-link {
    color: #000;
    font-size: 16px;
    font-weight: 500;
}

.nav-link.active {
    color: #ffff !important;
    font-weight: bold;
}

.nav-link {
    margin-right: 15px;
}

.last {
    margin-right: 0;
}

.search-bar {
    display: flex;
    align-items: center;
    position: relative;
    border: 2px solid #3361AC;
    border-radius: 6px;
}

#search-input {
    padding: 10px 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding-right: 1px; /* Space for the icon */
}

#search-button {
    position: absolute;
    right: 20px;
    border: none;
    background: none;
    cursor: pointer;
    padding: 5px 10px;
    color: #333;
    border-left: 2px solid #3361AC;
}

#search-button i {
    font-size: 16px;
    color: #3361ac;
}

#search-input:focus {
    border-color: #007bff;
    outline: none;
}

#search-button:focus {
    outline: none;
}
input#search-input::placeholder {
    color: #3361AC;
    font-size: 16px;
    font-weight: 600;
}


/* Hero section css start */
section.hero-section {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.hero-img img {
    margin: 0px 0 -107px 0px;
}
.her-content h1 {
    color: #000;
    font-size: 70px;
    font-weight: 800;
    line-height: 75px;
}
.her-content p {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
}
a.basic-btn i {
    background: #fff;
    color: #000;
    padding: 8px 10px;
    border-radius: 50px;
    transform: rotate(45deg);
    margin-left: 10px;
}
a.number {
    color: #000;
    padding: 0px 16px;
}
a.number i {
    transform: rotate(321deg);
}
/* Hero section css end */

/* websolution section css start */
section.web-solution {
    color: #000;
    padding: 45px 0px;
    position: relative;
}
.web-solution-title h3 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.web-soluition-heading {
    text-align: center;
}
.web-solution-title {background: rgba(255, 255, 255, 0.25);backdrop-filter: blur(16px);-webkit-backdrop-filter: blur(12px);box-shadow: 0px 0px 16px #ccc;padding: 20px;border-radius: 31px;border: 1px solid rgba(255, 255, 255, 0.3);}
section.web-solution {
color: #000;
padding: 45px 0px;
position: relative;
}
section.web-solution::before {content: '';color: #000;padding: 45px 0px;position: absolute;background: url(../img/white-photoroom.png);background-size: contain;background-position: center;background-repeat: no-repeat;z-index: -1;width: 1237px;height: 1000px;top: -183px;left: -215px;}

.solution-card {
    background: #fff;
    padding: 16px;
    border-radius: 10px;
    box-shadow: 0px 0px 7px #ccc;
    margin: 10px 0;
    transition: all 0.5s;
}
.solution-card:hover {
    background: linear-gradient(to right, #470000 0%, #AD0000 100%);
    color: #fff;
}

/* websolution section css end */

/* our brands css start */
/* Slider */

.slick-slide {
  margin: 0px 20px;
}

.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;
}






/* Default styles for the arrows */
.slick-prev,
.slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  font-size: 0; /* hide the text content of the arrows */
  cursor: pointer;
  transition: all 0.3s ease;
  border: none; /* remove the default arrow styles */
  background: transparent; /* remove the default arrow styles */
  outline: none; /* remove the default arrow styles */
}

.slick-prev:before,
.slick-next:before {
  content: "";
  display: inline-block;
  width: 20px; /* adjust the width as needed */
  height: 20px; /* adjust the height as needed */
  border: solid #444; /* set the border color */
  border-width: 0 3px 3px 0; /* create the arrow shape */
  transform: rotate(-45deg); /* rotate the arrow shape */
}

.slick-prev:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  border: solid #444;
  border-width: 0 3px 3px 0;
  transform: rotate(135deg);
}

@media screen and (max-width: 768px) {
  .slick-prev:before,
  .slick-next:before {
    width: 16px;
    height: 16px;
    border-width: 0 2px 2px 0;
  }
  
  .slick-prev {
    left: 10px;
  }
  
  .slick-next {
    right: 10px;
  }
}

@media screen and (max-width: 520px) {
  .slick-prev:before,
  .slick-next:before {
    width: 12px;
    height: 12px;
    border-width: 0 1px 1px 0;
  }
  
  .slick-prev {
    left: 5px;
  }
  
  .slick-next {
    right: 5px;
  }
}

.slick-prev {
  left: -40px; /
}

.slick-next {
  right: -40px; 
}

/* our brands css end */


/* why chose section start */
.why-choose {
  background: #f8f9fa;
}

.choose-box {
  background: #ffffff;
  padding: 30px 20px;
  border-radius: 16px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
  height: 100%;
}

.choose-box:hover {
  transform: translateY(-6px);
}

.choose-box .icon img {
  width: 50px;
}

.choose-box h3 {
  font-size: 32px;
  font-weight: 700;
  color: #000;
  margin-bottom: 10px;
}
.icon-text {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.choose-box p {
  margin: 0;
  font-size: 15px;
  color: #555;
}
a.number-btn.me-2 {
    display: inline-grid;
    text-align: center;
    color: #000;
}
/* why chose section end */
/* our services section start */
.our-services {
    padding: 80px 0;
    background: #fff;
    position: relative;
}

/* Header */
.services-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 40px;
}

.services-header h2 {
    font-size: 32px;
    font-weight: 700;
}

.services-header p {
    max-width: 500px;
    line-height: 1.6;
    color: #444;
}

/* Accordion Wrapper */
.services-accordion {
    background: linear-gradient(135deg, #1c1c1c, #3a3a3a);
    border-radius: 20px;
    overflow: hidden;
    color: #fff;
    position: relative;
}

/* Item */
.service-item {
    border-bottom: 1px solid rgba(255,255,255,0.15);
}

.service-title {
    width: 100%;
    background: none;
    border: none;
    color: #fff;
    padding: 22px 30px;
    text-align: left;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
}

.service-title:hover {
    background: rgba(255,255,255,0.05);
}

/* Content */
.service-content {
    display: none;
    padding: 0 30px 30px;
}

.service-item.active .service-content {
    display: block;
}

.service-content img {
    width: 100%;
    border-radius: 16px;
    margin-bottom: 20px;
}

.service-content h3 {
    font-size: 22px;
    margin-bottom: 10px;
}

.service-content p {
    line-height: 1.7;
    color: #ddd;
}
.our-services:before {
    position: absolute;
    content: '';
    width: 1000px;
    height: 990px;
    z-index: 1;
    bottom: 78px;
    left: 130px;
    background-image: url(../img/serv-before.png);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 32px;
    pointer-events: none; /* ⭐ MOST IMPORTANT */
}

section.our-services .container {
    position: relative;
    z-index: 2;
}
/* our services section end */
/* cta section css start */
.cta-section {
    position: relative;
    padding: 100px 40px;
    background-image: url('../img/cta-sec-01.webp'); /* your background image */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 10px;
    width: 90%;
    margin: 0 auto;
}
.cta-section-02 {
    position: relative;
    padding: 100px 40px;
    background-image: url('../img/case-cta-02.webp'); /* your background image */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 10px;
    width: 90%;
    margin: 0 auto;
}

.cta-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgb(0 0 0 / 1%); /* overlay for readability */
}

.cta-content {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: auto;
    color: #fff;
}

/* Button-like heading */
.cta-tag {
    display: inline-block;
    padding: 8px 18px;
    border: 1px solid #fff;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 20px;
}

/* Heading */
.cta-content h2 {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 20px;
}

/* Paragraph */
.cta-content p {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 35px;
    color: #e5e5e5;
}

/* CTA Button */
.cta-btn {
    display: inline-block;
    padding: 14px 36px;
    background: #ffffff;
    color: #000;
    font-weight: 600;
    border-radius: 30px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.cta-btn:hover {
    background: #000;
    color: #fff;
}
.case-img {
    position: relative;
}
.case-img a {
    position: absolute;
    left: 0px;
    top: 30px;
    color: #fff;
    background: linear-gradient(to right, #470000af 0%, #ad00009c 100%);
    padding: 10px 40px;
    border-radius: 0px 8px 8px 0px;
}
.case-box {
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 20px 20px;
    margin: 30px 0;
    background: #fff;
}

/* cta section css  end */

/* testimonals css start */
/* SECTION */
.testimonials-section {
    padding: 45px 0;
    text-align: center;
    background: #faf9f7;
}

.section-title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 50px;
}

/* SLIDER */
.testimonial-slider {
    position: relative;
    overflow: hidden;
}

.slider-track {
    display: flex;
    gap: 30px;
    transition: transform 0.5s ease;
    will-change: transform;
}

/* CARDS */
.testimonial-card {
    min-width: 600px;
    max-width: 600px;
    background: #fff;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.12);

    opacity: 0.35;
    filter: blur(4px);
    transform: scale(0.9);

    transition: all 0.4s ease;
}

/* ACTIVE CENTER CARD */
.testimonial-card.active {
    opacity: 1;
    filter: blur(0);
    transform: scale(1);
}

/* HEADER */
.card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.user {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
}

.user img {
    width: 42px;
    height: 50px;
    border-radius: 50%;
}

.stars {
    color: #8b0000;
    font-size: 18px;
}

/* TEXT */
.testimonial-card p {
    line-height: 1.7;
    color: #444;
}

/* METRIC */
.metric {
    margin-top: 30px;
    display: flex;
    align-items: baseline;
    gap: 12px;
}

.metric .big {
    font-size: 42px;
    font-weight: 800;
    color: #8b0000;
}

/* NAVIGATION */
.slider-nav {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    gap: 20px;
}

.nav {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 2px solid #ddd;
    background: #fff;
    font-size: 22px;
    cursor: pointer;
    padding: 2px 16px;
}

/* testimonals css end */

/* partners css start */
.partners {
    padding: 80px 0;
    background: #fff;
    position: relative;
}
section.partners:before {
    position: absolute;
    content: '';
    background: url(../img/process-bg.png);
    width: 1340px;
    height: 800px;
    right: 80px;
    filter: blur(25px);
    top: 0;
}
section.partners .container {
    position: relative;
}
.partner-box {
    background: #f9f9f9;
    border-radius: 16px;
    padding: 35px 25px;
    text-align: left;
    height: 100%;
    transition: all 0.3s ease;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.partner-box:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.12);
    background: linear-gradient(to right, #470000 0%, #AD0000 100%);
    color: #fff;
}
.partner-box:hover p {
    color: #fff;
}
.partner-box:hover img {
    color: #fff;
}

.partner-box .icon {
    font-size: 42px;
    margin-bottom: 15px;
}

.partner-box h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.partner-box p {
    font-size: 15px;
    color: #555;
    line-height: 1.6;
}

/* partners css end */

.case-studies {
    background: #fff;
}
.case-studyy {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.case-studyy h2 {
    font-size: 36px;
    font-weight: 700;
}

.case-studyy p {
    max-width: 700px;
    color: #555;
}

/* Main wrapper box */
.pricing-wrapper {
    background: #f8f8f8;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0px 0px 10px #afafaf;
}

/* Inner boxes */
.price-box {
    background: #ffffff;
    border-radius: 16px;
    padding: 30px 25px;
    height: 100%;
    transition: all 0.3s ease;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.price-box:hover {
     transform: translateY(-6px);
    background: linear-gradient(to right, #470000 0%, #AD0000 100%);
    color: #fff;
}
.price-box:hover .prise-header {
     transform: translateY(-6px);
       background: transparent;
        color: #fff;
    }
.price-box:hover p {
        color: #fff;
    }

.price-box .icon {
    font-size: 42px;
    margin-bottom: 15px;
}

.price-box h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.price-box p {
    font-size: 15px;
    line-height: 1.6;
    color: #555;
}
.prise-header {
    background: #F5F4F3;
    border-radius: 6px;
    padding: 5px 12px;
}

/* brands we trsut start */

.brands-section {
  background-color: #f8f9fa;
}

.section-title {
  font-size: 2rem;
  font-weight: bold;
}

.brands-marquee {
  overflow: hidden;
  position: relative;
  width: 100%;
  margin-top: 30px;
}

.brands-track {
  display: flex;
  gap: 40px;
  animation: marquee 20s linear infinite;
}

.brand-logo {
  max-height: 80px;
  object-fit: contain;
  filter: grayscale(0.2); /* optional: slightly faded effect */
  transition: filter 0.3s;
}

.brand-logo:hover {
  filter: grayscale(0);
}

/* Keyframes for scrolling */
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* Responsive */
@media (max-width: 768px) {
  .brands-track {
    gap: 20px;
  }
  .brand-logo {
    max-height: 60px;
  }
}


/* brands we trsut end */

/* comprision css start */
.comparison-section {
  padding: 80px 20px;
  background: #f7f8fc;
  text-align: center;
  font-family: "Inter", sans-serif;
}

/* .container {
  max-width: 1200px;
  margin: auto;
} */

.badge {
  display: inline-block;
  padding: 6px 14px;
  font-size: 14px;
  background: #514f4f;
  border-radius: 20px;
  margin-bottom: 12px;
}

.section-title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 50px;
}

.comparison-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

.compare-card {
  background: #fff;
  border-radius: 16px;
  padding: 25px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  transition: all 0.35s ease;
  text-align: left;
  border: 1px solid #e6e6e6;
}

.compare-card:hover {
  transform: translateY(-12px);
  background: linear-gradient(135deg, #e8f0ff, #fbecec);
  border: 1px solid #f2bcbc;
}

/* .compare-card.featured {
  background: linear-gradient(135deg, #e8f0ff, #fbecec);
  border: 1px solid #f2bcbc;
} */

.card-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}

.card-header img {
  width: 50px;
}

.card-header h3 {
  font-size: 22px;
  font-weight: 700;
}

.compare-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
  background: #fff;
  border-radius: 9px;
  padding: 10px 10px;
  box-shadow: 0px 0px 5px #ccc;
}

.compare-card ul li {
  position: relative;
  padding-left: 28px;
  font-size: 14px;
  color: #444;
  margin-bottom: 15px;
  line-height: 1.5;
  border-bottom: 1px solid #ccc;
}

.compare-card ul li::before {
  content: "▶";
  position: absolute;
  left: 0;
  top: 2px;
  color: #c60000;
  font-size: 14px;
}

/* Responsive */
@media (max-width: 991px) {
  .comparison-grid {
    grid-template-columns: 1fr;
  }
}
/* comprision css end */

.faqs {
    background: url("../img/faqs-bg.png") center/cover no-repeat;
    padding: 80px 0;
    position: relative;
}

.faq-box {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
    width: 90%;
    margin: 0 auto;
}

.faq-heading {
    text-align: center;
    color: #fff;
    margin-bottom: 30px;
    font-weight: 600;
}

/* FAQ Item */
.faq-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding: 10px 20px;
    background: #fff;
    margin: 14px 0;
    border-radius: 6px;
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    color: #000;
    font-size: 18px;
    font-weight: 500;
}

.faq-question .icon {
    font-size: 24px;
    transition: 0.3s;
    background: #000;
    color: #fff;
    padding: 0 10px;
    border-radius: 50px;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
}

.faq-answer p {
    margin-top: 12px;
    color: #000;
    line-height: 1.7;
}

/* Active */
.faq-item.active .faq-answer {
    max-height: 200px;
    border-top: 1px solid #d9d9d9;
}

.faq-item.active .icon {
    transform: rotate(180deg);
}
footer.custom-footer {
    background: #2B2B2B;
    padding: 65px 40px 20px;
    position: relative;
}
img.footer-logo {
    width: 90%;
} 
.faqs .container {
    max-width: 100%;
    margin: auto;
}
section.customer-logos.slider.slick-initialized.slick-slider {
    width: 90%;
    margin: 0 auto;
}
ul.list-unstyled li a {
    color: #fff;
}
ul.list-unstyled li {
    padding: 9px 10px;
}
.all-pbox {
    display: flex;
    align-items: center;
}
.prise-right a {
    background: #ad0000;
    padding: 10px 10px;
    border-radius: 50px;
    color: #fff;
}
.prise-right a:hover {
    background: #2B2B2B;
    padding: 10px 10px;
    border-radius: 50px;
    color: #fff;
}
footer.custom-footer:after {
    content: '';
    position: absolute;
    background: url(../img/footer-shadow.png);
    width: 500px;
    height: 520px;
    top: -36px;
    right: 0;
}
.partner-box:hover img {
    filter: invert(1);
}
.solution-card:hover img {
    filter: invert(1);
}

button.nav.prev:hover {
    background: #ad0000;
    color: #fff;
}
button.nav.next:hover {
    background: #ad0000;
    color: #fff;
}



/* about us page css start */
.image-marquee {
    width: 100%;
    overflow: hidden;
    padding: 40px 0;
}

.marquee {
    width: 100%;
    overflow: hidden;
}

.marquee-track {
    display: flex;
    width: max-content;
    animation: marquee 25s linear infinite;
}

.marquee-track img {
    width: 250px;
    height: 250px;
    object-fit: cover;
    margin-right: 20px;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.12);
}

/* 🔥 Seamless infinite animation */
@keyframes marquee {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

/* Hover pause (optional) */
.image-marquee:hover .marquee-track {
    animation-play-state: paused;
}



.digital-marketing-section {
    width: 100%;
    padding: 60px 20px;
    background: linear-gradient(135deg, #fbb1b1, #b3d4f2);
    border-radius: 0px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    margin-top: 50px;
}

.digital-marketing-section .container {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    box-shadow: 0px 0px 6px #ffffff8f;
    padding: 19px;
    border-radius: 10px;
}

.content-left {
    flex: 1;
    min-width: 300px;
    color: #111;
}

.content-left h2 {
    font-size: 28px;
    margin-bottom: 30px;
    font-weight: 700;
}

.content-left .feature {
    margin-bottom: 20px;
    border-bottom: 1px solid #e5e4e487;
}

.content-left .feature h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
}

.content-left .feature p {
    font-size: 15px;
    line-height: 1.6;
    color: #333;
}

.content-right {
    flex: 1;
    min-width: 300px;
}

.stats {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin-bottom: 16px;
}

.stat-card {
    background: #F2EEEE;
    border-radius: 12px;
    padding: 20px;
    text-align: center;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}

.stat-card h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 5px;
}

.stat-card p {
    font-size: 13px;
    color: #555;
}

.tech-logos {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    background: #F2EEEE;
    padding: 30px;
    border-radius: 10px;
}

.tech-logos img {
    height: 50px;
    width: auto;
    display: block;
}
section.digital-marketing-section h2 {
    text-align: center;
    font-size: 34px;
    font-weight: 800;
    margin-bottom: 20px;
}


.website-solutions {
    padding: 60px 20px;
    background: #faf6f9;
    font-family: 'Arial', sans-serif;
}

.website-solutions .section-header {
    text-align: center;
    margin-bottom: 40px;
}

.website-solutions .section-header h2 {
    font-size: 28px;
    margin-bottom: 10px;
    font-weight: 700;
}

.website-solutions .section-header p {
    font-size: 15px;
    color: #555;
}

.solutions-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 20px;
}

.solution-card {
    background: #fff;
    border: 1px solid #f0c0c0; /* light border like image */
    border-radius: 12px;
    padding: 25px 20px;
    text-align: center;
    text-decoration: none;
    color: #111;
    position: relative;
    transition: all 0.3s ease;
    box-shadow: 0 8px 20px rgba(0,0,0,0.05);
}

.solution-card:hover {
    border-color: #ff4d4d;
    transform: translateY(-5px);
    box-shadow: 0 12px 25px rgba(0,0,0,0.1);
}

.solution-card .icon {
    font-size: 28px;
    margin-bottom: 15px;
}

.solution-card h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

.solution-card .arrow {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 16px;
}

/* about us page css end */


/* potfolio css start */
.image-portfolio {
    margin-top: 30px;
    position: relative;
}
.prise-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    bottom: -30px;
    text-align: center;
    width: 100%;
}
.prise-box {
    background: #fff;
    padding: 10px 40px;
    border-radius: 10px;
    text-align: left;
    width: 32%;
    box-shadow: 0px 0px 15px #898888;
}
.prise-box h4 {
    color: #ad0000;
}
section.margin-custtom {
    margin-top: 100px;
    background: #fff;
    overflow: hidden;
}
.image-marque .marquee-track img {
    width: 200px;
    height: 200px;
    object-fit: scale-down;
    margin-right: 60px;
    border-radius: 16px;
    box-shadow: none;
}


.featured-case-studies {
  padding: 80px 0;
  background: #fafafa;
}

.section-title {
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 50px;
}

.case-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  gap: 30px;
}

.case-card {
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  transition: transform 0.3s ease;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.case-card:hover {
  transform: translateY(-6px);
}

.case-image {
  position: relative;
  overflow: hidden;
}

.case-image img {
  width: 100%;
  display: block;
  transition: opacity 0.4s ease;
}

.case-overlay {
  position: absolute;
  inset: 0;
  background: #fff;
  padding: 25px;
  opacity: 0;
  transition: all 0.4s ease;
}

.case-overlay h4 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 6px;
}

.case-overlay p {
  font-size: 13px;
  color: #555;
  margin-bottom: 14px;
}

.case-link {
  color: #e63946;
  font-weight: 600;
  text-decoration: none;
  font-size: 14px;
}

.case-card:hover .case-overlay {
  opacity: 1;
}

.case-card:hover img {
  opacity: 0.15;
}

.case-content {
  padding: 18px 20px 22px;
}

.case-content h3 {
  font-size: 30px;
  margin-bottom: 16px;
  font-weight: 700;
}

.case-content span {
  font-size: 13px;
  color: #777;
}


/* SECTION */
.industry-brand-section {
  background: #fff;
}

/* HEADING */
.section-heading {
  font-size: 32px;
  line-height: 1.3;
}

.section-heading span {
  color: #B30000;
}

/* MAIN CARD */
.brand-section {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0px 0px 13px #6f6f6f7a;
  overflow: hidden;
  position: relative;
}

/* LOGOS */
.brand-logos img {
  max-height: 60px;
  opacity: 0.85;
  transition: all 0.3s ease;
}

.brand-logos img:hover {
  filter: grayscale(0);
  opacity: 1;
  transform: scale(1.05);
}

/* CTA BOX */
.cta-box {
  background: linear-gradient(135deg, #8B0000, #B30000);
  color: #fff;
  padding: 40px;
  margin: 0 -12px 0px 0px;
}

.cta-box h4 {
  font-size: 22px;
  line-height: 1.3;
}

.cta-box input {
  border-radius: 6px;
  padding: 12px;
  border: none;
}

.cta-box button {
  background: #fff;
  color: #8B0000;
  font-weight: 600;
  padding: 12px;
  border-radius: 6px;
  border: none;
  transition: 0.3s ease;
}

.cta-box button:hover {
  background: #f1f1f1;
}

/* CTA IMAGE */
.cta-person {
  max-height: 180px;
}
.row.brand-section img {
    width: 100%;
    height: auto;
    object-fit: scale-down;
    text-align: center;
} 
.brand-section:before {
    position: absolute;
    content: '';
    width: 67%;
    height: 100%;
    background: url(../img/process-bg.png);
}
/* potfolio css end */

/* pricing css start */
.pricing-section {
  padding: 80px 0;
  background: linear-gradient(135deg, #ffe4e9, #eef2ff);
  font-family: "Poppins", sans-serif;
}

/* .container {
  max-width: 1200px;
  margin: auto;
  padding: 0 15px;
} */

.pricing-title {
  text-align: center;
  font-size: 34px;
  font-weight: 700;
}

.pricing-subtitle {
  text-align: center;
  color: #666;
  margin: 10px 0 50px;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.pricing-card {
  background: #fff;
  border-radius: 18px;
  padding: 35px 30px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  position: relative;
  transition: 0.3s;
  height: 580px;
  overflow-y: scroll;
}

.pricing-card:hover {
  transform: translateY(-8px);
  background: linear-gradient(135deg, #c4161c, #f04b4b);
  color: #fff;
}

.plan-badge {
  display: inline-block;
  padding: 8px 18px;
  border-radius: 30px;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 20px;
}

.plan-badge.blue {
  /* background: #e8f1ff; */
  color: #1677ff;
  background: linear-gradient(to right, #7cc4feb5, #f3f3f3);width: 300px;
}
.plan-badge.pink {
   background: #ffe8f1; 
    background: linear-gradient(to right, #f77fa7, #f3f3f3);width: 300px;
   color: #ff4d88; 
}
.plan-badge.red  {
  background: linear-gradient(to right, #90ffe9, #f3f3f3);
  width: 300px;
  color: #055d4c;
}

.price {
  font-size: 42px;
  font-weight: 700;
}

.price small {
  font-size: 16px;
  color: #999;
  text-decoration: line-through;
}

.white small { color: #ffd2d2; }

.per-month {
  font-size: 16px;
  color: #777;
}

.plan-for {
  font-size: 16px;
  margin-bottom: 25px;
  color: #777;
}

.white { color: #fff; }

.features {
  list-style: none;
  padding: 0;
  margin: 0 0 30px;
}

.features li {
  padding-left: 22px;
  margin-bottom: 10px;
  position: relative;
  font-size: 14px;
}

.features li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #e63946;
  font-size: 12px;
}

.pricing-card.featured .features li::before {
  color: #fff;
}

.btn-outline {
  display: block;
  text-align: center;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #ccc;
  color: #333;
  text-decoration: none;
  font-weight: 600;
}

.btn-solid {
  display: block;
  text-align: center;
  padding: 12px;
  border-radius: 8px;
  background: #fff;
  color: #000;
  text-decoration: none;
  font-weight: 600;
  border: 1px solid #ccc;
}


.webfx-section {
  padding: 80px 0;
  background: #f7f7f7;
  font-family: "Poppins", sans-serif;
}

.top-heading {
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 40px;
}

.webfx-card {
  max-width: 1100px;
  margin: auto;
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0,0,0,0.12);
}

/* HERO */
.webfx-hero {
  position: relative;
  height: 260px;
  background: url("../img/look-img.png")
    center/cover no-repeat;
}

.webfx-hero::after {
  content: "";
  position: absolute;
  inset: 0;
}

.overlay {
  position: relative;
  z-index: 2;
  color: #fff;
  padding: 60px;
  text-align: center;
}

.overlay h3 {
  font-size: 34px;
  font-weight: 700;
}

.overlay p {
  font-size: 18px;
  margin: 10px 0 20px;
}

.hero-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #d71920;
  color: #fff;
  padding: 12px 22px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
}

/* CONTENT */
.webfx-content {
  padding: 40px 50px;
}

.webfx-content h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}

.expertise p {
  font-size: 14px;
  color: #555;
  margin-bottom: 6px;
}

/* Highlights */
.highlights {
  margin-top: 30px;
}

.highlight-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.highlight-pill {
  background: #f3f3f3;
  border: 1px solid #ddd;
  padding: 10px 14px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 500;
  width: 320px;
}

/* Divider */
.webfx-content hr {
  margin: 35px 0;
  border: none;
  border-top: 1px solid #ddd;
}

/* Sets Apart */
.sets-apart p {
  font-size: 14px;
  color: #555;
  margin-bottom: 15px;
}

.apart-list {
  list-style: none;
  padding: 0;
}

.apart-list li {
  position: relative;
  padding-left: 26px;
  font-size: 14px;
  color: #555;
  margin-bottom: 14px;
}

.apart-list li::before {
  content: "▶";
  position: absolute;
  left: 0;
  color: #d71920;
  font-size: 12px;
}

.pricing-content h1 {
    color: #000;
    font-size: 44px;
    font-weight: 800;
    line-height: 54px;
}
/* pricing css end */


/* contact us page css start */
/* ===== Contact Section ===== */
.contact_area {
  padding: 80px 0;
  background: linear-gradient(to right, #fff5f5, #ffffff);
  font-family: "Poppins", sans-serif;
}

/* LEFT INFO CARD */
.contact_info .contact_box {
  background: #ffffff;
  border-radius: 16px;
  padding: 40px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
  height: 100%;
}

.hero_section_title h4 {
  color: #ad0000;
  font-weight: 600;
  margin-bottom: 10px;
}

.hero_section_title h1 {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.3;
}

/* Contact Details */
.contact_details_address {
  margin-top: 30px;
}

.info_box {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 20px;
}

.info_box i {
  font-size: 22px;
  color: #ad0000;
  margin-top: 4px;
}

.info_box span {
  font-size: 13px;
  color: #777;
}

.info_box h4 {
  font-size: 15px;
  margin-top: 3px;
}

.info_box a {
  color: #111;
  text-decoration: none;
}

.info_box a:hover {
  color: #ad0000;
}

/* RIGHT FORM CARD */
.contact_box form {
  margin-top: 10px;
}

.input-group {
  margin-bottom: 18px;
}

.input-group input,
.input-group textarea {
  width: 100%;
  padding: 14px 16px;
  border-radius: 10px;
  border: 1px solid #ddd;
  font-size: 14px;
  transition: all 0.3s ease;
}

.input-group input:focus,
.input-group textarea:focus {
  border-color: #ad0000;
  box-shadow: 0 0 0 2px rgba(173, 0, 0, 0.15);
  outline: none;
}

textarea {
  resize: none;
}

/* Submit Button */
.general_btn {
  background: #ad0000;
  border: none;
  padding: 12px 32px;
  border-radius: 30px;
  font-weight: 600;
  color: #fff;
  transition: all 0.3s ease;
}

.general_btn:hover {
  background: #8f0000;
  transform: translateY(-2px);
}

/* Recaptcha spacing */
/* Captcha container */
.captcha-group {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 15px;
}

/* Captcha label */
.captcha-label {
    font-weight: 500;
    margin-bottom: 5px;
    font-size: 14px;
    color: #333;
}

/* Captcha input */
#captcha-answer {
    width: 100%;
    padding: 10px 12px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 6px;
    outline: none;
    transition: border 0.3s;
}

/* Input focus effect */
#captcha-answer:focus {
    border-color: #007bff;
    box-shadow: 0 0 4px rgba(0,123,255,0.3);
}

/* Captcha error */
.captcha-error {
    margin-top: 5px;
    font-size: 13px;
    color: red;
}
label#captcha-label {
    text-align: left;
    display: block;
    color: #ad0000;
    font-size: 18px;
    font-weight: 600;
}

/* ===== Custom Scrollbar for Pricing Cards ===== */
.pricing-card {
    scrollbar-width: thin;                 /* Firefox */
    scrollbar-color: #d71920 #f1f1f1;       /* Firefox */
}

/* Chrome, Edge, Safari */
.pricing-card::-webkit-scrollbar {
    width: 8px;
}

.pricing-card::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.pricing-card::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #d71920, #ff6a6a);
    border-radius: 10px;
    transition: background 0.3s ease;
}

.pricing-card::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(180deg, #b31217, #ff4d4d);
}
.pricing-card:hover p {
color: #fff !important; 
}
