* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Roboto", sans-serif;
  line-height: 1.6;
  overflow-x: hidden !important;
}

html {
  scroll-behavior: smooth;
}

/* --------------------  Home Page  ---------------------  */

.hamburger {
  display: none;
}

.header {
  background-color: white;
  color: white;
  padding: 1rem 1.8rem;
}

.nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
}

.nav a {
  color: black;
  text-decoration: none;
  margin: 0 1.2rem;
  font-size: 14pt;
}

.menu > li {
  position: relative;
  display: inline-flex;
  font-weight: bold;
}

.menu > li > a {
  display: block;
  color: black;
  padding: 14px 20px;

  text-decoration: none;
}

.menu > li:hover > a {
  background-color: none;
}

.arrow-down,
.arrow-right {
  font-size: 12px;
  margin-left: 5px;
}

.dropdown {
  display: block;
}

.dropdown-menu {
  display: none;
  position: absolute;
  /* Ensures the menu appears below the parent */
  top: 100%;
  /* Position it right below the parent item */
  left: 0;
  background-color: none;
  z-index: 1000;
  /* Make sure it's on top of other content */
  width: 300px;
  /* Adjust width as necessary */
  font-weight: 400;
}

/* When you hover over the .dropdown (parent item), show the dropdown menu*/
.dropdown:hover .dropdown-menu {
  display: block;
  /* Show the menu when hovering over the parent item */
}

/* Ensure the dropdown menu list items are styled appropriately */
.dropdown-menu li {
  position: relative;
  width: 100%;
  display: block;
  /* Make sure the list items are block elements */
  padding: 0px;
  /* Add padding for a better look */
  background-color: white;
}

/* Style for links inside the dropdown items */
.dropdown-menu li a {
  display: block;
  color: black;
  padding: 8px 20px;
  text-decoration: none;
}

/* Hover effect for links in the dropdown */
.dropdown-menu li a:hover {
  background-color: #f1f1f1;
  /* Changes the background on hover #f1f1f1; */
}

.hamburger {
  display: none;
}

.section {
  align-items: center;
}

.hero {
  position: relative;
  padding: 8rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
  background: url("../images/hero.jpg") no-repeat center center/cover;
}

.overlay {
  padding: 3rem 2rem;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  width: 60%;
}

.overlayHome {
  background: white;
  width: 60% !important;
}

.hero h1 {
  font-size: 3.3rem;
  padding-bottom: 40px;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 3.5px;
  color: white;
}

.overlayHome h1 {
  color: #030965 !important;
  padding-bottom: 0px !important;
}

.hero p {
  font-size: 1.65rem;
  margin: 2.8rem auto;
  margin-bottom: 3rem;
  line-height: 1.3;
  color: black;
  text-align: left;
  font-weight: 330;
  letter-spacing: 0.3px;
  width: 70%;
}

/* Title Section */
.title-section {
  background-color: #f8f8f8;
  /* Light gray background */
  padding: 2rem;
  text-align: center;
}

.title-section h2 {
  font-size: 3.3rem;
  font-weight: 550;
  line-height: 1.7;
  letter-spacing: 4px;
  color: #030965;
}

.title-section2 {
  background-color: #f8f8f8;
  /* Light gray background */
  padding: 2rem;
  margin-top: 0rem;
  text-align: center;
}

.title-section2 h2 {
  font-size: 3.3rem;
  font-weight: 550;
  line-height: 1.7;
  letter-spacing: 4px;
  color: #030965;
}

.title-section3 {
  background-color: white;
  padding: 2rem;
  text-align: center;
}

.title-section3 h2 {
  font-size: 3.3rem;
  font-weight: 550;
  line-height: 1.7;
  letter-spacing: 4px;
  color: #030965;
}

/* Services Grid with Background */
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 7.5rem;
  row-gap: 4.5rem;
  padding: 4rem 5rem 6.5rem 5rem;
  background: url("../images/coreservices.jpg") no-repeat center center/cover;
  text-align: center;
}

/* Individual Service Cards */
.service-card {
  background: rgba(255, 255, 255, 0);
  /* Semi-transparent white */
  border: 1px solid white;
  width: 10 rem;
  height: auto;
  padding: 2rem;
  border-radius: 10px;
  color: white;
}

.service-card img {
  margin-top: -1rem;
}

.service-card h3 {
  color: white;
  font-size: 2.5rem;
  line-height: 1.2;
  margin-top: 0.4rem;
  letter-spacing: 1px;
}

.service-card p {
  color: white;
  font-size: 1.65rem;
  font-weight: 300;
  line-height: 1.2;
  margin-top: 2.2rem;
  text-align: left;
}

.testimonials-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  background: url("../images/testimonials.jpg") no-repeat center center/cover;
  padding: 6rem 1rem;
  overflow: hidden;
}

.testimonials-container {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.testimonials-scroller {
  display: flex;
  transition: transform 0.5s ease-in-out;
  align-items: flex-start;
}

.testimonials-grid {
  grid-template-columns: repeat(3, 1fr);
  display: grid;
  grid-template-rows: repeat(1, auto);
  gap: 1rem;
  flex: 0 0 100%;
  justify-content: center;
}

.testimonial-card {
  width: 100%;
  background: #f1f1f1;
  border: 1px solid black;
  /* Adjust card size */
  padding: 2rem;
  text-align: center;
  color: black;
  align-items: center;
  justify-content: center;
}

.scroll-btn {
  position: absolute;
  top: 10%;
  transform: translateY(-50%);
  background: transparent;
  color: white;
  border: none;
  cursor: pointer;
  padding: 0rem;
  font-size: 1.5rem;
  z-index: 10;
}

.left-btn {
  left: 1rem;
}

.right-btn {
  right: 1rem;
}

.testimonial-card p:nth-child(2) {
  color: black;
  font-size: 1.2rem;
  font-weight: 350;
  line-height: 1.4;
  margin-top: 1rem;
  text-align: justify;
}

.testimonial-card p:nth-child(3) {
  color: black;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.2;
  margin-top: 0rem;
  text-align: right;
}

.clients-container {
  padding: 3rem 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.clients-container img {
  width: 80%;
  margin-bottom: 50px;
}

.clients-grid {
  display: grid;
  grid-template-columns: repeat(5, 0fr);
  grid-template-rows: repeat(4, auto);
  gap: 1rem;
  flex: 0 0 100%;
  justify-content: center;
}

.title-section4 {
  padding-top: 0rem;
  padding-bottom: 0.7rem;
  margin-top: 0rem;
  text-align: center;
}

.title-section4 h2 {
  font-size: 3.3rem;
  font-weight: 550;
  line-height: 1.7;
  letter-spacing: 4px;
  color: white;
}

.case-container {
  padding: 3rem;
  margin-bottom: 30px;
  background: url("../images/testimonials.jpg") no-repeat center center/cover;
}

.case-grid {
  display: none;
  flex-wrap: wrap;
  width: 100%;
  padding: 4rem;
  color: white;
  font-size: 1.62rem;
  line-height: 1.77;
  font-weight: 300;
}

.case-grid.active {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  margin: auto;
}

.case-grid .logo {
  flex-basis: 20%;
}

.case-grid .text {
  flex-basis: 70%;
}

.case-grid img {
  width: 80% !important;
  height: 100% !important;
  margin-bottom: 30px;
}

.dots {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  gap: 10px;
}

.dot {
  width: 10px;
  height: 10px;
  background: lightgray;
  border-radius: 50%;
  cursor: pointer;
}

.dot.active {
  background: white;
  border: 1px solid black;
}

.marketing-section {
  width: 85%;
  margin: auto;
  display: flex;
  gap: 9rem;
  align-items: center;
  justify-content: space-between;
  padding: 3rem 0;
  background: white;
}

.marketing-text {
  flex-basis: 45%;
}

.marketing-text h2 {
  font-size: 3.3rem;
  font-weight: 600;
  background: linear-gradient(to right, #030965, #f22020);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 15px;
  margin-top: -3rem;
  padding-bottom: 2rem;
}

.marketing-text p {
  font-size: 1.55rem;
  font-weight: 300;
  line-height: 1.7;
  text-align: justify;
  color: #333;
}

.marketing-image {
  flex-basis: 45%;
}

.marketing-image img {
  width: 100%;
}

.marketing-section2 {
  width: 85%;
  margin: auto;
  display: flex;
  gap: 40px;
  align-items: center;
  justify-content: space-between;
  padding: 3rem 0;
  background: white;
}

.marketing-text2 {
  flex-basis: 45%;
}

.marketing-text2 h2 {
  font-size: 3.3rem;
  font-weight: 600;
  background: linear-gradient(to right, #030965, #f22020);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 15px;
  margin-top: -5rem;
  padding-bottom: 2rem;
}

.marketing-text2 p {
  font-size: 1.65rem;
  font-weight: 300;
  line-height: 1.7;
  color: #333;
  text-align: justify;
}

.marketing-image2 {
  flex-basis: 45%;
}

.marketing-image2 img {
  width: 100%;
}

.title-section5 {
  padding-top: 6rem;
  padding-bottom: 0.7rem;
  text-align: center;
  position: relative;
}

.title-section5::before {
  content: "";
  position: absolute;
  margin-top: 4rem;
  top: 0;
  /* Align at the top */
  left: 0;
  width: 100%;
  height: 1px;
  /* Thickness of the red line */
  background-color: red;
}

.title-section5 h2 {
  font-size: 3.3rem;
  font-weight: 550;
  line-height: 1.7;
  letter-spacing: 4px;
  color: #030965;
}

.marketing-image3 img {
  width: 100%;
  padding-top: 4rem;
  padding-left: 2rem;
  padding-right: 1rem;
  padding-bottom: 3rem;
}

.cta-container {
  padding: 3rem;
  background: url("../images/testimonials.jpg") center/cover;
}

.title-section6 {
  padding-top: 0rem;
  padding-bottom: 0.7rem;
  margin-top: 0rem;
  text-align: center;
}

.title-section6 h2 {
  font-size: 3.3rem;
  font-weight: 600;
  line-height: 1.7;
  letter-spacing: 3px;
  color: white;
  padding-top: 3rem;
}

.cta-grid {
  display: flex;
  gap: 13rem;
  width: 100%;
  padding: 4rem;
  padding-left: 5rem;
  color: white;
  font-size: 1.62rem;
  line-height: 1.77;
  font-weight: 300;
  justify-content: center;
  align-items: center;
}

.title-section7 {
  padding-top: 2rem;
  padding-bottom: 0.7rem;
  margin-top: 0rem;
  text-align: left;
  flex-basis: 60%;
}

.title-section7 h2 {
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 3px;
  color: white;
  padding-top: 3rem;
}

.cta-action {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  padding-top: 3rem;
  flex-basis: 40%;
}

.cta-action img {
  width: 130px;
}

.ctaBTN {
  background-color: #f22020;
  color: white;
  border: none;
  padding: 0.9rem;
  padding-left: 4rem;
  padding-right: 4rem;
  letter-spacing: 1px;
  margin-left: 0px;
  margin-right: 0px;
  border-radius: 10px;
  font-size: 29px;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
  text-transform: uppercase;
}

.footer {
  background-color: #f8f8f8;
  color: #333;
  padding: 3rem 1rem;
  font-family: "Inter", sans-serif;
  font-size: 1.45rem;
  text-align: center;
  font-weight: 300;
  margin-top: 2rem;
}

.footer-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1400px;
  margin: 0 auto;
  gap: 3rem;
  flex-wrap: wrap;
}

.footer-logo {
  margin-right: 6.15rem;
}

.footer-logo img {
  margin-left: -6.5rem;
}

.footer-logo p {
  margin-left: 3rem;
}

.footer-links {
  margin-right: 3rem;
}

.footer-contact {
  margin-right: -9rem;
  margin-left: -9rem;
}

.footer-links ul,
.footer-contact ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links ul li,
.footer-contact ul li {
  margin-bottom: 0.5rem;
  text-align: left;
  line-height: 1.3;
  letter-spacing: 1pt;
}

.footer-links ul li a,
.footer-contact ul li a {
  color: black;
  text-decoration: none;
}

.footer-links ul li a:hover,
.footer-contact ul li a:hover {
  text-decoration: underline;
}

.footer-bottom {
  text-align: center;
  margin-top: 3rem;
  font-size: 1.45rem;
  padding-right: 3rem;
}

.footer-bottom p {
  margin: 0.5rem 0;
}

/* Marketing */

.services-container {
  display: flex;
  justify-content: space-between;
  background: url("../images/marketingservices.png") no-repeat center
    center/cover;
  color: white;
  font-size: 1.85rem;
  padding: 5rem;
  letter-spacing: 1px;
  padding-left: 12rem;
  gap: 30px;
}

.services-column {
  flex: 40%;
}

.service {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.companies-box {
  padding: 8rem 0;
}

.companies-box .marketing-text h2 {
  margin: 0;
  padding: 0;
  background: none;
  -webkit-text-fill-color: #030965;
  line-height: 1.2;
  letter-spacing: 7px;
}

.successStories .case-container .title-section4 h2 {
  color: #030965;
}

.successStories .case-container {
  background-image: none !important;
  border-bottom: 1px solid black;
}

.successStories .case-container .case-grid .text {
  color: black;
}
.successStories .case-container .dot.active {
  border: 1px solid black;
}

.whatmakesus {
  margin: 40px 0;
}
.whatmakesus img {
  width: 100%;
  height: 100%;
}

/* Development */

.caseStudyDevelopment .subText {
  font-size: 2rem;
  font-weight: 400;
  text-align: right;
  margin-right: 3rem;
  letter-spacing: 2px;
  padding-top: 10px;
}
.caseStudyDevelopment {
  width: 100% !important;
}
.caseStudyDevelopment .logo {
  flex-basis: 30%;
}
.caseStudyDevelopment .text {
  flex-basis: 65%;
}

.caseStudyDevelopment .logo img {
  width: 100% !important;
  height: 100% !important;
}

.caseStudyDevelopment .title-section4 h2 {
  text-align: right !important;
}

/* business */
.core-services > .title > h2 {
  text-align: center;
  color: #030965;
  font-size: 3rem;
  padding: 20px;
  font-weight: 300;
  line-height: 1.7;
  letter-spacing: 4px;
}

.core-services > .title-results {
  border-top: 1px solid #030965;
  margin-top: 100px;
}

.businessStudies .title-section4 h2 {
  text-align: right !important;
  padding: 0 50px;
}

/* About */

.core-services .title-section {
  padding: 0.7rem;
  text-align: center;
}

.title-section p {
  margin: 6rem 0;
  color: black;
  font-weight: 300;
  font-size: 1.6rem;
  padding-left: 10rem;
  padding-right: 10rem;
  text-align: left;
  letter-spacing: 1px;
  line-height: 1.7;
}

/* contact */
.contactPage {
  width: 70%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: auto;
  padding: 5rem 0 10rem;
  font-size: 1.6rem;
  gap: 20px;
}
.contactPage .text {
  flex-basis: 75%;
  font-weight: 300;
}

.contactPage .logo {
  flex-basis: 20%;
}

.contactPage .logo img {
  width: 120%;
  height: 120%;
}

.contactPage .linkedinLogo {
  height: 50px;
  margin-top: -2rem;
  margin-left: 1rem;
}
