@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&family=Yeseva+One&display=swap");

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

body {
  font-family: "Rubik", sans-serif;
  background: url("../images/bg-cta-.svg") no-repeat center center fixed;
  background-size: cover;
  background-color: #f7f7f7;
  color: #222;
  text-align: justify;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Rubik", sans-serif;
  margin: 0;
  padding: 0;
}

p,
a,
span,
.btn,
.dropdown-item {
  font-family: "Rubik", sans-serif;
}

a {
  text-decoration: none;
  transition: 0.3s;
}

a:hover {
  color: #03b4a5;
  text-decoration: none;
}

/* Top Header */
/* Center everything on smaller screens */
@media (max-width: 767.98px) {
  .header-content {
    flex-direction: column;
    text-align: center;
  }

  .divider {
    display: none;
  }

  .dropdown {
    margin-top: 10px;
  }

  .logo-part {
    max-width: 100%;
  }

  .btn-np {
    font-size: 14px;
  }
  .btn-light {
    text-align: center;
    margin-top: 10px;
    margin-right: 10px;
  }
}

/* Tablet adjustments */
@media (min-width: 768px) and (max-width: 991.98px) {
  .divider {
    height: 40px;
  }

  .logo-part {
    max-width: 85px;
  }
}
.top-header {
  background-color: transparent;
}
.logo-part {
  width: 190px;
  height: 100px;
  /* margin-left: 50px; */
}
.logo-part-home {
  width: 140px;
  height: 35px;
}
.logo-2 {
  color: #03b4a5;
}

.btn-np {
  color: #000;
  padding: 0.2rem 0.6rem;
  font-size: 0.8rem;
  border: none;
  /* padding-left: 70px; */
  background: none;
}

.btn-np span {
  border: 1px solid #03b4a5;
  font-weight: bold;
  color: #03b4a5;
  padding: 0.2rem 0.4rem;
  border-radius: 4px;
}

.divider {
  width: 1px;
  height: 40px;
  background-color: #ccc;
  margin: 0 1.5rem;
}

.dropdown-toggle {
  background-color: #ffffff;
  color: #333;
  border-radius: 5px;
  font-size: 1rem;
  border: 1px solid #ccc;
}

.dropdown-item:hover {
  background-color: #03b4a5;
  color: #fff;
}

/* Hero Section */
.hero-section {
  height: 100vh;
  color: #000;
  text-align: center;
}

.hero-content h1 {
  font-size: clamp(2rem, 5vw, 4rem);
  font-weight: 700;
  line-height: 1.3;
}

.hero-content .lead {
  font-size: clamp(1rem, 2vw, 1.25rem);
  margin-top: 20px;
}

.highlight {
  color: #03b4a5;
}

.search .form-control {
  height: 50px;
  font-size: 1rem;
  padding: 0.5rem 1rem;
  border-radius: 5px;
  width: 100%;
  max-width: 400px;
}

.search .btn {
  height: 50px;
  font-size: 1rem;
  padding: 0.5rem 2.5rem;
  border-radius: 5px;
  background-color: #03b4a5;
  color: white;
  font-weight: 500;
  border: none;
}

/* Global Ad Agency Section */
.topic-part h2 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #03b4a5;
}

.topic-part h1 {
  font-size: clamp(2rem, 4vw, 3rem);
  color: #222222;
}

.topic-part p a {
  color: #666363;
  font-size: 1.2rem;
  margin: 0 0.5rem;
}

.topic-img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

/* Brands Section */
.brand-section {
  /* background-color: #111; */
  background: url("../images/rocket-background-2000.jpg") no-repeat center
    center/cover;
}

.brand-section h6 {
  color: #fff !important;
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
}

.brand-section h2 {
  color: #fff;
  font-weight: bold;
  margin-bottom: 2.5rem;
}

.brand-logo {
  max-height: 80px;
  width: auto;
  filter: brightness(0) invert(1);
  transition: transform 0.3s ease;
}

.brand-logo:hover {
  transform: scale(1.05);
}

/* Giving Back Section */
.giving-back-section {
  background-color: #03b4a5;
  color: white;
}

.giving-back-section h6 {
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.giving-back-section h2 {
  font-weight: bold;
  margin-bottom: 1.5rem;
}

.giving-back-section p.lead {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4rem;
}

.resource-box {
  text-align: justify;
  padding: 20px;
  color: white;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.resource-box h5 {
  font-weight: 600;
}

.resource-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
}

.circle-btn {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 2px solid white;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1rem;
  transition: 0.3s ease-in-out;
}

.circle-btn:hover {
  background-color: white;
  color: #02b7a7;
}

.by-text {
  font-size: 0.8rem;
  opacity: 0.8;
  font-style: italic;
}

/* Join Section */
.highlight-orange {
  color: #03b4a5;
}

.join-section {
  background-color: #f7f7f7;
}

.circle-arrow-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #333;
  color: #03b4a5;
  font-size: 16px;
  margin-left: 8px;
  transition: all 0.3s ease;
}

.circle-arrow-btn:hover {
  background-color: #03b4a5;
  color: white;
}

.card-box {
  background-color: white;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.np-badge {
  background-color: #03b4a5;
  color: white;
  font-weight: bold;
  font-size: 0.75rem;
  padding: 4px 10px;
  border-radius: 3px;
  display: inline-block;
  margin-bottom: 15px;
}

.blue-btn {
  background-color: #03b4a5;
  color: white;
  padding: 10px 18px;
  border-radius: 5px;
  font-size: 0.875rem;
  font-weight: 600;
  border: none;
  margin-top: 20px;
}

.blue-btn:hover {
  background-color: #fff;
}

/* Footer */
footer {
  /* background-color: #000; */
  background: url("../images/rocket-background-2000.jpg") no-repeat center
    center/cover;
  color: #fff;
  position: relative;
}
.mb-0 {
  width: 150px;
  height: 40px;
}
.footer-top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding-bottom: 1rem;
}

.footer-menu a,
.footer-links a {
  color: white;
  position: relative;
  transition: color 0.3s;
}

.footer-menu a:hover,
.footer-links a:hover {
  color: #ffdddd;
}

.get i {
  margin-right: 20px;
}
.sign-in-btn {
  background-color: #03b4a5;
  color: white;
  padding: 6px 16px;
  border-radius: 5px;
  font-weight: 600;
  white-space: nowrap;
}

.sign-in-btn:hover {
  background-color: #fff;
}

.social-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px; /* space between icons */
}

.social-icons a {
  color: #ffffff;
  font-size: 20px;
  transition: all 0.3s ease;
  display: inline-flex;
  justify-content: center !important;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #444;
  border-radius: 50%;
  text-decoration: none;
}
.social-icons a:hover {
  color: #111;
  transform: translateY(-3px);
  border-color: #fff;
}

/* Responsive */
@media (max-width: 576px) {
  .social-icons {
    flex-wrap: wrap;
    gap: 10px;
  }

  .social-icons a {
    font-size: 18px;
    width: 35px;
    height: 35px;
  }
}
/* ========================================================= */
/* ============================================================== */
/* ===================================================================== */
/* ============================================================================== */
/* General Body Styling */
body {
  font-family: "Poppins", sans-serif; /* A font similar to the image */
  /* background-color: #0b0c10; Dark background for the entire page */
  /* To prevent content from being hidden by the fixed navbar */
  text-align: justify;
}

/* Custom Navigation Bar Styling */
/* Custom Navigation Bar Styling */
.custom-navbar {
  background-color: #1a1a2e; /* Darker background for the navbar */
  border-bottom: 1px solid rgba(255, 255, 255, 0.1); /* Subtle bottom border */
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3); /* Soft shadow */
  height: 70px; /* Fixed height for the navbar */
}
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
  background-color: #1a1a2e;
}
.custom-nav-container {
  padding-left: 30px; /* Padding for the left side of the nav */
  padding-right: 30px; /* Padding for the right side of the nav */
}

.navbar-brand .logo-text {
  font-weight: 700;
  color: #fff;
  font-size: 1.4rem;
}

.navbar-brand .global-text {
  font-weight: 400;
  color: #b0b0b0; /* Lighter grey for "Global" */
  font-size: 1.1rem;
  margin-left: 5px;
}

.custom-navbar .nav-link {
  color: #b0b0b0; /* Lighter grey for nav links */
  font-weight: 600;
  margin: 0 10px;
  transition: color 0.3s ease;
  color: #ffffff;
}

/* Corrected Hover/Active State */
.custom-navbar .nav-link:hover,
.custom-navbar .nav-link.active {
  color: #ffffff; /* White on hover/active */
  color: #03b4a5;
}

.custom-navbar .search-icon {
  font-size: 1.2rem;
  color: #b0b0b0;
  margin-right: 20px;
}

/* Custom Button Styling (RFP and Hire us!) */
.custom-btn-outline {
  border-color: #03b4a5 !important; /* Orange border */
  color: #03b4a5 !important; /* Orange text */
  background-color: transparent !important;
  padding: 8px 20px;
  border-radius: 5px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.custom-btn-outline:hover {
  background-color: #ff5722 !important;
  color: #ffffff !important;
}

.custom-btn-primary {
  background-color: #03b4a5 !important; /* Solid orange background */
  border-color: #03b4a5 !important;
  color: #ffffff !important;
  padding: 8px 20px;
  border-radius: 5px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.custom-btn-primary:hover {
  filter: brightness(1.1); /* Slightly brighter on hover */
}

/* Hero Section Styling */
.home-section {
  position: relative;
  width: 100%;
  height: 70vh; /* Adjust height as needed */
  background: url("../images/blog-img-1.jfif") no-repeat center center; /* Placeholder for background image */
  background-size: cover;
  display: flex; /* Use flexbox to center content vertically */
  flex-direction: column;
  justify-content: center;
  text-align: center; /* Center text for smaller screens */
  padding: 100px 0; /* Add padding for content */
  z-index: 1; /* Ensure hero content is above background */
}

.home-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7); /* Dark overlay */
  z-index: -1; /* Place overlay behind content */
}

.home-section h1 {
  font-family: "Montserrat", sans-serif; /* Use Montserrat for heading */
  font-size: 3.5rem; /* Large font size for heading */
  line-height: 1.2;
  margin-bottom: 20px;
}

.home-section p {
  font-size: 1.2rem;
  line-height: 1.6;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

/* Adjustments for buttons within the hero section */
.home-section .custom-btn-primary,
.home-section .custom-btn-outline {
  padding: 12px 30px; /* Larger padding for hero buttons */
  font-size: 1.1rem;
}

/* Responsive Adjustments */
@media (max-width: 992px) {
  .custom-navbar .navbar-nav {
    text-align: center; /* Center nav items on smaller screens */
  }
  .custom-navbar .custom-buttons {
    justify-content: center; /* Center buttons on smaller screens */
    margin-top: 15px;
  }
  .home-section h1 {
    font-size: 2.5rem;
  }
  .home-section p {
    font-size: 1rem;
  }
  .home-section .d-flex {
    flex-direction: column;
    align-items: center;
  }
  .home-section .btn {
    width: 80%; /* Make buttons full width on small screens */
    margin-bottom: 10px;
    margin-right: 0 !important;
  }
}

@media (min-width: 992px) {
  .home-section .mx-auto {
    margin-left: 0 !important; /* Left align text on larger screens */
    margin-right: auto !important;
  }
  .home-section .text-lg-start {
    text-align: left !important;
  }
}
/* ============================================ */
/* ================================================= */

/* Values Section Styling */
.values-section {
  background-color: #f7f7f7;
  padding: 80px 0;
  color: #000;
  font-family: "Montserrat", sans-serif;
  text-align: justify;
}

.values-title {
  color: #03b4a5;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 0.9rem;
  margin-bottom: 10px;
}

.section-heading {
  font-weight: 700;
  font-size: 2.2rem;
  margin-bottom: 20px;
}

.section-subtitle {
  font-size: 1rem;
  max-width: 800px;
  margin: 0 auto 50px;
  color: #555;
  line-height: 1.6;
}

.values-card {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 40px 30px;
  height: 100%;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: center;
}

.values-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.card-icon {
  font-size: 2.5rem;
  color: #03b4a5;
  margin-bottom: 20px;
}

.card-heading {
  font-weight: 700;
  font-size: 1.4rem;
  margin-bottom: 15px;
}

.card-text {
  color: #555;
  line-height: 1.6;
  font-size: 0.95rem;
}
/* =============================================== */
/* ================================================ */

/* Diversity & Inclusion Section */
.diversity-section {
  background-color: var(--orange); /* Orange background */
  color: var(--white);
  padding: 80px 20px;
}

.diversity-section .lead-text {
  max-width: 600px;
  margin-bottom: 40px;
}

.diversity-section h5 {
  font-weight: 600;
  opacity: 0.8;
  margin-bottom: 15px;
}

.diversity-section h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 2.8rem;
  margin-bottom: 20px;
  line-height: 1.2;
  text-align: left;
}

.diversity-section h2::after {
  content: "";
  display: block;
  width: 60px;
  height: 4px;
  background-color: var(--white);
  margin-top: 15px;
}

.diversity-section p {
  font-size: 0.95rem;
  max-width: 550px;
  line-height: 1.6;
}

.diversity-section .bar-chart-container {
  padding-left: 30px; /* Space for the chart on larger screens */
}

.diversity-section .chart-item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.diversity-section .chart-label {
  width: 120px; /* Fixed width for labels */
  font-size: 0.9rem;
  font-weight: 600;
  text-align: right;
  padding-right: 15px;
  text-transform: uppercase;
}

.diversity-section .chart-bar-wrapper {
  flex-grow: 1;
  display: flex;
  align-items: center;
}

.diversity-section .chart-bar {
  height: 10px;
  background-color: #333333; /* Dark grey for the bar fill */
  border-radius: 5px;
  position: relative;
  margin-right: 10px;
}

.diversity-section .chart-bar span {
  position: absolute;
  height: 100%;
  background-color: var(--white); /* White fill for percentage */
  border-radius: 5px;
  left: 0;
  top: 0;
}

.diversity-section .chart-percentage {
  font-size: 0.9rem;
  font-weight: 600;
  width: 40px; /* Fixed width for percentage text */
  text-align: left;
}
/*--------------------------------------------------------------
# Team Section
--------------------------------------------------------------*/
:root {
  --default-font: "Roboto", system-ui, -apple-system, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --heading-font: "Raleway", sans-serif;
  --nav-font: "Inter", sans-serif;
}

/* Global Colors - The following color variables are used throughout the website. Updating them here will change the color scheme of the entire website */
:root {
  --background-color: #ffffff; /* Background color for the entire website, including individual sections */
  --default-color: #444444; /* Default color used for the majority of the text content across the entire website */
  --heading-color: #273d4e; /* Color for headings, subheadings and title throughout the website */
  --accent-color: #ff4a17; /* Accent color that represents your brand on the website. It's used for buttons, links, and other elements that need to stand out */
  --surface-color: #ffffff; /* The surface color is used as a background of boxed elements within sections, such as cards, icon boxes, or other elements that require a visual separation from the global background. */
  --contrast-color: #ffffff; /* Contrast color for text, ensuring readability against backgrounds of accent, heading, or default colors. */
}

/* Nav Menu Colors - The following color variables are used specifically for the navigation menu. They are separate from the global colors to allow for more customization options */
:root {
  --nav-color: #e5eaee; /* The default color of the main navmenu links */
  --nav-hover-color: #ff4a17; /* Applied to main navmenu links when they are hovered over or active */
  --nav-mobile-background-color: #ffffff; /* Used as the background color for mobile navigation menu */
  --nav-dropdown-background-color: #ffffff; /* Used as the background color for dropdown items that appear when hovering over primary navigation items */
  --nav-dropdown-color: #444444; /* Used for navigation links of the dropdown items in the navigation menu. */
  --nav-dropdown-hover-color: #ff4a17; /* Similar to --nav-hover-color, this color is applied to dropdown navigation links when they are hovered over. */
}

/* Color Presets - These classes override global colors when applied to any section or element, providing reuse of the sam color scheme. */

.light-background {
  --background-color: #f1f4fa;
  --surface-color: #ffffff;
}

.dark-background {
  --background-color: #000910;
  --default-color: #ffffff;
  --heading-color: #ffffff;
  --surface-color: #28323a;
  --contrast-color: #ffffff;
}

/* Smooth scroll */
:root {
  scroll-behavior: smooth;
}
/* =========================== */

.section-title {
  padding-bottom: 60px;
  position: relative;
}

.section-title h2 {
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  line-height: 1px;
  margin: 0;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: color-mix(in srgb, var(--default-color), transparent 50%);
  position: relative;
}

.section-title h2::after {
  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  background: var(--accent-color);
  margin: 4px 10px;
}

.section-title p {
  color: var(--heading-color);
  margin: 0;
  font-size: 36px;
  font-weight: 800;
  text-transform: uppercase;
  font-family: var(--heading-font);
}

@media (max-width: 768px) {
  .section-title p {
    font-size: 24px;
  }
}
.section-title {
  font-weight: 800;
  letter-spacing: 0.3px;
}
.subtle {
  color: #5b6472;
}
.team {
  padding-bottom: 50px;
}
.team .member {
  position: relative;
}

.team .member .pic {
  overflow: hidden;
  margin-bottom: 50px;
}
.team .member .pic img {
  max-width: 100%;
  max-height: 100%;
}

.team .member .member-info {
  background-color: var(--surface-color);
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  position: absolute;
  bottom: -50px;
  left: 20px;
  right: 20px;
  padding: 20px 15px;
  overflow: hidden;
  transition: 0.5s;
}

.team .member h4 {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 16px;
  position: relative;
  padding-bottom: 10px;
}

.team .member h4::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: color-mix(in srgb, var(--default-color), transparent 60%);
  bottom: 0;
  left: 0;
}

.team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
}

.team .member .social {
  position: absolute;
  right: 15px;
  bottom: 15px;
}

.team .member .social a {
  transition: color 0.3s;
  color: color-mix(in srgb, var(--default-color), transparent 70%);
}

.team .member .social a:hover {
  color: var(--accent-color);
}

.team .member .social i {
  font-size: 16px;
  margin: 0 2px;
}

/* ==================================== */
body {
  margin: 0;
  font-family: "Arial", sans-serif;
  text-align: justify;
}

.footer {
  background: url("../images/rocket-background-2000.jpg") no-repeat center
    center/cover;
  color: #fff;
  position: relative;
}

.footer h5 {
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

.footer a {
  color: #ccc;
  text-decoration: none;
  display: block;
  margin-bottom: 0.4rem;
  transition: color 0.3s ease;
}

.footer a:hover {
  color: #fff;
}

.footer-link {
  color: #f9a825;
  text-decoration: underline;
}

.footer-link:hover {
  color: #fff;
}
.social-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px; /* space between icons */
  margin-top: 20px;
}

.social-icons a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  background-color: #f1f1f2; /* or any color you prefer */
  border-radius: 50%;
  color: #000;
  font-size: 18px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.social-icons a:hover {
  background-color: #000;
  transform: scale(1.1);
}

.partner-logo {
  height: 30px;
  margin-left: 10px;
}
/* ============================================= */
/* ============================== */
/* Services */
:root {
  --primary: #03b4a5; /* UK businessy blue */
  --accent: #111827; /* Slate */
  --light: #ffffff;
  --muted: #f4f6f8;
  --shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  --radius: 20px;
}
.service-card {
  border: 0;
  border-radius: var(--radius);
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.service-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow);
}
.service-card .card-body {
  padding: 1.25rem 1.25rem 1.5rem;
}
.pill {
  border-radius: 999px;
  padding: 0.55rem 1.1rem;
  font-weight: 700;
}
.btn-primary {
  background: var(--primary);
  border-color: var(--primary);
}
.btn-outline-primary {
  border-color: var(--primary);
  color: var(--primary);
}
.btn-outline-primary:hover {
  background: var(--primary);
  color: #fff;
}
/* Button ripple */
.btn {
  position: relative;
  overflow: hidden;
}
.btn:after {
  content: "";
  position: absolute;
  inset: auto;
  width: 1px;
  height: 1px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  transform: scale(0);
  opacity: 0;
}
.btn:active:after {
  left: var(--x);
  top: var(--y);
  transform: scale(40);
  transition: transform 0.6s ease, opacity 0.8s ease;
  opacity: 0.25;
}
/* ======================= */
/* ===================== */
.section-title {
  padding-top: 100px;
  padding-bottom: 60px;
  position: relative;
}

.section-title h2 {
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  line-height: 1px;
  margin: 0;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: color-mix(in srgb, var(--default-color), transparent 50%);
  position: relative;
}

.section-title h2::after {
  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  background: var(--accent-color);
  margin: 4px 10px;
}

.section-title p {
  color: var(--heading-color);
  margin: 0;
  font-size: 36px;
  font-weight: 800;
  text-transform: uppercase;
  font-family: var(--heading-font);
}

@media (max-width: 768px) {
  .section-title p {
    font-size: 24px;
  }
}

.contact .info-item {
  background-color: var(--surface-color);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  padding: 24px 0 30px 0;
}

.contact .info-item i {
  font-size: 20px !important;
  color: #03b4a5;
  width: 56px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
  border: 2px dotted color-mix(in srgb, #03b4a5, transparent 40%);
}
.contact .info-item img {
  font-size: 10px !important;
  color: #03b4a5;
  width: 56px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
  border: 2px dotted color-mix(in srgb, #03b4a5, transparent 40%);
}

.contact .info-item h3 {
  font-size: 20px;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  font-size: 18px;
  font-weight: 700;
  margin: 10px 0;
}

.contact .info-item p {
  padding: 0;
  margin-bottom: 0;
  font-size: 14px;
}

.contact .php-email-form {
  background-color: var(--surface-color);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  height: 100%;
  padding: 30px;
}

@media (max-width: 575px) {
  .contact .php-email-form {
    padding: 20px;
  }
}

.contact .php-email-form input[type="text"],
.contact .php-email-form input[type="email"],
.contact .php-email-form textarea {
  font-size: 14px;
  padding: 10px 15px;
  box-shadow: none;
  border-radius: 0;
  color: var(--default-color);
  background-color: var(--surface-color);
  border-color: color-mix(in srgb, var(--default-color), transparent 80%);
}

.contact .php-email-form input[type="text"]:focus,
.contact .php-email-form input[type="email"]:focus,
.contact .php-email-form textarea:focus {
  border-color: var(--accent-color);
}

.contact .php-email-form input[type="text"]::placeholder,
.contact .php-email-form input[type="email"]::placeholder,
.contact .php-email-form textarea::placeholder {
  color: color-mix(in srgb, var(--default-color), transparent 70%);
}

.contact .php-email-form button[type="submit"] {
  color: var(--contrast-color);
  background: #03b4a5;
  border: 0;
  padding: 10px 30px;
  transition: 0.4s;
  border-radius: 50px;
}
.my-12 {
  padding: 50px;
}
.contact .php-email-form button[type="submit"]:hover {
  background: color-mix(in srgb, var(--accent-color), transparent 20%);
}
<!-- ======== Blog CSS ======== -- > .seo-blog h2 {
  font-weight: bold;
}
.seo-blog .card {
  transition: transform 0.3s, box-shadow 0.3s;
}
.seo-blog .card:hover {
  transform: translateY(-5px);
  box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.1);
}
.seo-blog img {
  height: 200px;
  object-fit: cover;
}
/* SEO box */
.seo-box textarea {
  min-height: 140px;
  border-radius: 14px;
}
/* ================================= */
/* ==================================== */

.template-card {
  border-radius: 10px;
  overflow: hidden;
  transition: 0.3s;
  background: white;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
.template-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}
.template-img {
  height: 200px;
  object-fit: cover;
  width: 100%;
  transition: 0.3s;
}
.template-card:hover .template-img {
  transform: scale(1.05);
}
.temp-body {
  text-align: center;
  padding: 20px;
}
.btn-light {
  margin-bottom: 20px;
}
.divider {
  margin-bottom: 20px;
}

.btn-preview {
  background-color: #2563eb;
  color: white;
  margin: 5px;
}
.btn-download {
  background-color: #facc15;
  color: #111827;
  margin: 5px;
}
.modal-img {
  width: 100%;
  border-radius: 10px;
}
.modal-title {
  font-weight: 600;
}
.fut_logo {
  width: 160px;
  height: 40px;
}
.mb-5 {
  padding-top: 70px;
}
/* ========== */
/* =============== */
.contact-section {
  color: white;
  font-family: Arial, sans-serif;
  margin-left: 7px;
}

.contact-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 10px;
}

.contact-item i {
  font-size: 18px;
  color: #e1edff;
  min-width: 20px;
  margin-top: 3px;
}

.contact-item p {
  margin: 0;
  text-align: justify;
  line-height: 1.6;
  color: #e1edff;
}

.contact-item a {
  color: #e1edff;
  text-decoration: none;
}

.contact-item a:hover {
  text-decoration: underline;
}
