:root {
  --primary-color: rgb(255, 255, 255);
  --primary-color-highlight: rgb(255, 255, 255);
  --bs-body-bg: #ffffff;
  --bs-body-font-family: 'Inter', sans-serif;
}

html {
  scroll-behavior: smooth;
}

body {
  height: 1vh;  
  padding-top: 60px;
  background-color: var(--bs-body-bg);
}

a {
  text-decoration: none;
}

h2 {
  font-family: "Be Vietnam Pro", sans-serif;
  color: #000000;
  font-size: 2.4rem;
  font-weight: bold;
}

p {
  font-family: "Be Vietnam Pro", sans-serif;
}

.small-blue-text {
  font-size: 1.2rem;
  color: rgb(52, 83, 120);
  font-weight: 500;
}

.small-grey-text {
  font-size: 1.1rem;
  color: rgb(59, 68, 83); 
  line-height: 1.5;
}

/*Navbar start*/
.navbar {
  width: 100%;
  background-color: rgb(255, 255, 255);
  padding-left: 70px;
  padding-right: 70px;
  padding-top: 0px !important;
  padding-bottom: 2px !important;
  box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.05);
}

#navbar {
  background-color: white; 
  transition: background-color 0 ease, color 0 ease;
}

#navbar-logo {
  transition: all 0s ease;
}

.navbar-nav {
  margin-left: auto;
}

@media (max-width: 767px) {
  .navbar {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.navbar-brand img {
  padding: 0px;
  display: block;
  width: 46%;
}

@media (max-width: 767px) {
  .navbar-brand img {
    width: 150px;
  }
}

.nav-item {
  cursor: pointer !important;
}


#navbar.blue .toggler-icon {
  background-color: white !important;
}

#navbar.blue .navbar-toggler.active .top-bar,
#navbar.blue .navbar-toggler.active .bottom-bar {
  background-color: white !important;
}

.nav-link{
  transition: color 0s ease; 
  font-weight: 500;
  font-size: 17px;
  color: rgb(0, 0, 0);
  font-family: "Be Vietnam Pro", sans-serif;
  margin-left: 15px;
}

.nav-link:hover {
  color: rgb(52, 83, 120); 
  transition: color 0.3s ease;
}

#navbar.blue .nav-link {
  color: white;
  transition: color 0.3s ease;
}

#navbar.blue .nav-link:hover {
  color: rgb(201, 201, 201); 
}

.nav-link:focus {
  outline: 2px solid #1a202c; 
}
/*Navbar end*/

/*Showcase start*/
.showcase {
  padding-top: 10px;
  padding-bottom: 0px;
  background: rgb(255, 255, 255);
  background-image: url('../assets/hero.jpeg?v=%time%') !important;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; 
}

.h1-showcase {
  text-align: left;
  font-size: 2rem; 
  font-family: "Be Vietnam Pro", sans-serif;
  color: rgb(0, 0, 0);
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.25;
}

.container-showcase {
  display: flex;
  align-items: center; 
  height: 85vh;
}

.showcase-text {
  display: flex; 
  flex-direction: column; 
  align-items: flex-start; 
  justify-content: center; 
  text-align: left; 
  width: 50%;
  background-color: rgba(255, 255, 255, 0.85);
  padding: 30px;
  border-radius: 10px;
}

@media (max-width: 768px) {
  .showcase-text {
    align-items: start;
    text-align: left; 
    width: 90%;
  }
}

@media (max-width: 768px) {
  .h1-showcase {
    font-size: 2.4rem;
    text-align: left; 
  }

  .container-showcase {
    justify-content: center; 
    height: auto; 
  }
}

@media (max-width: 576px) {
  .h1-showcase {
    font-size: 2.4rem; 
  }

  .container-showcase {
    height: auto; 
  }
}

@media (max-width: 375px) {
  .h1-showcase {
    font-size: 2.4rem; 
    margin-top: 100px;
    margin-bottom: 15px;
  }
}

@media (max-width: 767px) {
  .showcase {
    padding-top: 60px;
    padding-bottom: 90px;
  }
}

@media (max-width: 576px) {
  .container, .showcase, .about, .footer-dark, .row {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/*About start*/
.about { 
  padding-top: 80px !important;
  padding-bottom: 80px;
}
/*About end*/

/*Services start*/
#services {
  padding-top: 80px;
  padding-bottom: 80px;
}

.service-card {
  background-color: rgb(255, 255, 255); 
  border-radius: 12px; 
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); 
  padding: 20px; 
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-card:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

.service-card:focus {
  outline: 2px solid #1a202c; 
}

.service-icon img {
  border-radius: 50%; 
  background-color: rgb(223, 237, 253); 
  padding: 10px;
}

.service-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #1a202c; 
  margin-bottom: 10px;
}

.row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.col-lg-4,
.col-md-6 {
  display: flex;
  justify-content: center;
}
/*About end*/

/* Contact Section Styling */
.contact-section {
  padding-top: 80px;
  padding-bottom: 160px;
}

/* Section Title */
.contact-heading {
  font-size: 2.4rem;
  font-weight: bold;
  color: #000000;
  font-family: "Be Vietnam Pro", sans-serif;
  margin-bottom: 20px;
}

.contact-text {
  font-size: 1.1rem;
  color: rgb(59, 68, 83);
  font-family: "Be Vietnam Pro", sans-serif;
  line-height: 1.5;
  margin-bottom: 30px;
}

/* Contact Detail */
.contact-detail {
  width: fit-content;
  display: flex;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.04);
  padding: 15px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
  margin-bottom: 20px;
  transition: background 0.3s ease, 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}

.contact-detail:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}


.contact-icon img {
  width: 50px;
  margin-right: 15px;
}

.contact-info {
  padding-right: 10px;
}

.contact-info-title, .form-heading {
  font-size: 1.3rem;
  font-weight: 600;
  color: rgb(0, 0, 0);
  font-family: "Be Vietnam Pro", sans-serif;
  margin-bottom: 5px;
  margin-top: 15px;
}

/* Contact Form */
.contact-form-container {
  background: #ffffff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

/* Form Labels */
.contact-form .form-label {
  font-size: 1rem;
  font-weight: 600;
  color: rgb(52, 83, 120);
  font-family: "Be Vietnam Pro", sans-serif;
}

/* Input Fields */
.contact-form .form-control {
  font-size: 1rem;
  font-family: "Be Vietnam Pro", sans-serif;
  border-radius: 5px;
  padding: 10px;
  border: 1px solid #ccc;
}

/* Input Focus Effect */
.contact-form .form-control:focus {
  border-color: #26435E;
  box-shadow: 0 0 8px rgba(38, 67, 94, 0.2);
}

/* Checkbox Styling */
.form-check {
  display: flex;
  align-items: center;
  gap: 8px;
}

.form-check-input {
  width: 18px;
  height: 18px;
  accent-color: #26435E;
  cursor: pointer;
}

.form-check-label {
  font-size: 1rem;
  color: rgb(0, 0, 0);
  cursor: pointer;
  font-family: "Be Vietnam Pro", sans-serif;
}

/* Submit Button */
.submit-btn {
  background-color: rgb(38, 67, 94);
  color: white;
  font-size: 1.1rem;
  font-weight: 600;
  padding: 12px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  width: 100%;
  transition: background 0.3s ease;
  font-family: "Be Vietnam Pro", sans-serif;
}

.submit-btn:hover {
  background-color: rgb(27, 48, 68);
}

/* reCAPTCHA Styling */
.g-recaptcha {
  display: flex;
  justify-content: start;
}

/* Responsive Design */
@media (max-width: 768px) {
  .contact-section {
    text-align: left;
  }

  .contact-detail {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 40px;
  }

  .contact-form-container {
    width: 100%;
    padding: 20px;
  }
}

/* Footer Styling */
.footer-dark {
  background-color: rgb(38, 67, 94); 
  color: white;
  padding: 80px 20px 15px 15px;
  font-family: "Be Vietnam Pro", sans-serif;
}

/* Main Footer Layout */
.footer-dark .container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: left;
  padding: 0 30px; 
}

/* Contact Info */
.linkedin-icon {
  width: 30px; 
  height: 30px !important;
  margin-top: 10px;
  transition: transform 0.3s ease;
}

.linkedin-icon:hover {
  transform: scale(1.1);
}

.footer-dark .contact-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.footer-logo {
  height: 50px !important;
  margin-bottom: 15px;
}

.footer-dark .contact-info p {
  display: flex;
  align-items: center;
  font-size: 1rem;
  margin: 5px 0;
  font-weight: 500;
}

.footer-dark .contact-info img {
  height: 20px;
  margin-right: 8px;
}

/* Manage Cookies Button */
.footer-dark .cookie-btn-manage {
  background-color: transparent;
  border: 1px solid white;
  padding: 8px 15px;
  font-size: 0.9rem;
  font-weight: 500;
  cursor: pointer;
  border-radius: 5px;
  color: white;
  transition: all 0.3s ease;
}

.cookie-btn-manage {
  margin-top: 25px;
}

.footer-dark .cookie-btn-manage:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

/* Footer Links */
.footer-dark .footer-links {
  display: flex;
  gap: 50px;
}

.footer-dark .footer-column {
  display: flex;
  flex-direction: column;
}

.footer-dark .footer-column h4 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 12px;
}

h4 {
  margin-top: 30px;
}

.footer-dark .footer-column a {
  color: white;
  text-decoration: none;
  font-size: 1rem;
  margin-bottom: 15px;
  font-weight: 400;
  transition: color 0.3s ease;
}

.footer-dark .footer-column a:hover {
  color: rgb(201, 201, 201);
}

/* Copyright */
.footer-dark .copyright {
  text-align: center;
  font-size: 1rem;
  margin-top: 200px;
  font-weight: 500;
}

/* Responsive Adjustments */
@media (max-width: 1024px) {
  .footer-dark .container {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0 15px;
  }

  .footer-dark .contact-info {
    align-items: center;
  }

  .footer-dark .footer-links {
    flex-direction: column;
    text-align: center;
    margin-top: 20px;
    gap: 15px;
  }

  .footer-dark .cookie-btn {
    width: 100%; 
    text-align: center;
  }
}

/* Small Screens */
@media (max-width: 576px) {
  .footer-dark {
    padding: 40px 8%;
  }

  .footer-dark .footer-logo {
    width: 140px;
  }

  .footer-dark .contact-info p {
    font-size: 0.95rem;
  }

  .footer-dark .footer-column h4 {
    font-size: 1rem;
  }

  .footer-dark .footer-column a {
    font-size: 0.95rem;
  }

  .footer-dark .copyright {
    font-size: 0.9rem;
  }
}

/*hamburger menu*/
.navbar-toggler {
  width: 35px;
  height: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  position: relative;
  z-index: 1000; 
}

.toggler-icon {
  width: 100%;
  height: 3px;
  background-color: black;
  transition: transform 0.3s ease-in-out;
  position: absolute;
}

/* Default (hamburger menu) */
.top-bar {
  transform: translateY(-10px);
}

.middle-bar {
  opacity: 1;
}

.bottom-bar {
  transform: translateY(10px);
}

/* When menu is open (cross state) */
.navbar-toggler.active .top-bar {
  transform: rotate(45deg);
}

.navbar-toggler.active .middle-bar {
  opacity: 0;
}

.navbar-toggler.active .bottom-bar {
  transform: rotate(-45deg);
}

/* Cookie Banner */
.cookie-banner {
  font-family: "Be Vietnam Pro", sans-serif;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.9);
  color: white;
  text-align: center;
  padding: 15px;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  z-index: 9999;
  flex-wrap: wrap;
}

.cookie-link {
  text-decoration: underline;
  color: rgb(255, 255, 255);
}

.cookie-link:hover {
  color: rgb(194, 194, 194);
}

/* Cookie Text */
.cookie-text {
  margin: 0;
  flex: 1;
  max-width: 600px;
  text-align: left;
}

/* Buttons Wrapper */
.cookie-buttons {
  display: flex;
  gap: 10px;
}

.cookie-btn {
  background-color: rgb(38, 67, 94) ;
  color: white;
  border: none;
  padding: 10px 15px;
  font-size: 1rem;
  cursor: pointer;
  border-radius: 5px;
  transition: 0.3s;
}

.cookie-btn:hover {
  background-color: rgb(27, 48, 68);
}

.reject-btn {
  background-color: rgb(101, 101, 101);
}

.reject-btn:hover {
  background-color: rgb(77, 77, 77);
}

/* Responsive for Small Screens */
@media (max-width: 600px) {
  .cookie-banner {
    flex-direction: column;
    text-align: center;
    padding: 20px;
  }

  .cookie-text {
    order: 2;
    text-align: center;
    padding-top: 10px;
  }

  .cookie-buttons {
    order: 1; 
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  .cookie-btn {
    width: 100%;
  }
}

/* Hide banner if accepted */
.hidden {
  display: none;
}