* {
  margin: 0%;
  padding: 0%;
  scroll-behavior: smooth;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

body {
  margin: 0%;
  overflow-x: hidden;
}

body .container {
  max-width: 1440px;
  padding-left: 20px;
  padding-right: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Orbitron", sans-serif;
}

p {
  font-weight: 400;
}

h2 {
  font-weight: 800 !important;
}

section {
  overflow-x: hidden;
}

/* Navbar tweaks */
.navbar {
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  letter-spacing: 0.5px;
  padding: 10px 0px;
}

.navbar-brand img {
  width: 100%;
  max-width: 250px;
}

.navbar .nav-link {
  margin-left: 1rem;
  transition: color 0.3s ease;
}

.navbar .nav-link:hover {
  color: #ff0202 !important; /* highlight red from design */
}
.navbar .nav-link.active {
  color: #ff0202 !important; /* highlight red from design */
  font-weight: bold;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
  position: absolute;
  right: 0;
  left: auto;
}

.dropdown-item {
  color: black !important;
  font-size: 12px;
}

.dropdown-item:active {
  background-color: #ff0202 !important;
  color: white !important;
}

/* Hero Section */
.hero-section {
  width: 100%;
  height: 95vh;
  background: url(../assets/images/workshops/leadership-labs-banner.jpg)
    no-repeat center/cover;
  display: flex;
  align-items: start;
}

.hero-section .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  color: white;
  margin-right: auto;
  height: 100%;
  padding: 20px;
  z-index: 3;
}

.hero-section .lead {
  font-size: clamp(1.8rem, 4vw, 3rem);
  line-height: 1.2;
  margin: 15px 0px;
}

.hero-section h5 {
  font-size: 18px;
}

.hero-section .lead span {
  font-size: clamp(1.8rem, 4vw, 3rem);
  color: #fff500;
  font-weight: 900;
}

.hero-section .hero-highlight {
  display: flex;
  flex-direction: column;
  align-items: start;
}

.hero-section .hero-highlight p {
  font-size: 16px;
  color: #ffffffb6;
  margin-bottom: 20px;
  width: 100%;
  max-width: 500px;
}

.hero-section .btn {
  font-size: 15px;
  width: 200px;
  transition: transform 0.2s ease;
  border-radius: 0px;
  padding: 10px 15px;
}

.hero-section .btn {
  background-color: white;
  color: #390099;
  font-weight: 500;
}

.hero-section .btn:hover {
  transform: translateY(-3px);
}

/* hero section ends */

/* section1 starts */

.section1 {
  padding: 70px 0px;
  background-color: #000000;
}

.section1 .row .card {
  background-color: #131a29;
  border: none;
  text-align: start;
  color: #dfdfdf;
  padding: 25px 0px 25px 25px;
  position: relative;
  height: 100%;
}

.section1 .row .card i {
  font-size: 20px;
  color: #e41f2d;
  position: absolute;
  left: -10px;
  bottom: 0px;
  margin: auto;
  height: 100%;
  display: flex;
  align-items: center;
}

.section1 .container h2 {
  font-size: clamp(1.8rem, 2.5vw, 2.4rem);
  line-height: 1.3;
}

.section1 .row .card b {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}

.section1 .row .card p {
  padding: 20px 10px 0px 0px;
  margin-bottom: 0px;
  color: #a5a5a5;
  font-weight: 400;
}

/* section1 ends */

/* section2 starts */
.section2 {
  padding: 70px 0px;
  background-color: #efefef;
}

.section2 .container h2 {
  font-size: clamp(1.8rem, 2.5vw, 2.4rem);
  line-height: 1.3;
}

.section2 .container .row {
  align-items: center;
  row-gap: 30px;
}

.section2 .container .row .card {
  padding: 0px;
  border: none;
  font-weight: normal;
  margin: 1px;
}

.section2 .container .row .card.black {
  background-color: black;
}

.section2 .container .row img {
  max-width: 300px;
}

.section2 .container .row h5 {
  font-size: 22px;
  font-weight: 700;
}

.section2 .container .row p {
  font-size: 16px;
  font-weight: 700;
  color: #707070;
  padding: 20px;
}

/* section2 ends */

/* section3 starts */
.section3 {
  padding: 70px 0px;
  background-color: #000000;
  color: white;
}

.section3 .container .row {
  row-gap: 30px;
}

.section3 .container .row .card {
  background-color: #efefef;
  border-radius: 10px;
  text-align: center;
  padding: 30px;
  height: 100%;
}

.section3 .container .row .card h5 {
  font-weight: 700;
  font-size: 22px;
}

.section3 .container .row .card hr {
  height: 2px;
  width: 100%;
  background-color: #e41f2d;
}

.section3 .container .row .card p {
  font-size: 16px;
  color: #4e4e4e;
  margin-bottom: 0px;
}

.section3 .container .row .card img {
  border-radius: 15px;
}

/* section3 ends */

/* section4 starts */

.section4 {
  padding: 70px 0px;
}

/* section4 ends */

/* section5 starts */

.section5 {
  padding: 70px 0px;
  background-color: black;
  text-align: center;
}

.section5 .container .row .card {
  background: url(../assets/images/workshops/award-register-bg.jpg) no-repeat
    center/cover;
  max-width: 80%;
  margin: auto;
  padding: 60px 0px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 5px;
}

.section5 .container h2 {
  color: #ff030b;
  font-size: clamp(1.8rem, 2.5vw, 2.4rem);
  line-height: 1.3;
}

.section5 .container p {
  font-size: 16px;
  font-weight: 600;
}

.section5 .container a {
  background-color: #ff030b;
  color: white;
  font-weight: 600;
  padding: 15px 30px;
  text-decoration: none;
}

/* section5 ends */

/* footer */

footer {
  padding: 80px 0px 40px;
  background-color: #000000;
  position: relative;
}

footer .container {
  z-index: 100;
}

footer .container .col-lg-4 img {
  max-width: 300px;
}

footer .container .col-lg-8 div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  height: 100%;
  row-gap: 25px;
}

footer .container .logo {
  max-width: 330px;
}

footer .container .reach-out {
  max-width: 350px;
  margin: auto;
  display: flex;
}

footer .container form {
  display: flex;
  row-gap: 10px;
}

footer .container form input {
  background-color: transparent;
  border: 1px solid #c3c3c3;
  border-radius: 5px;
  width: 100%;
  padding: 5px 10px;
}

footer .container p {
  color: #c3c3c3;
}

footer .container hr {
  height: 2px;
  background-color: white;
  width: 90%;
  margin: auto;
}

footer .container form button {
  background-color: #ff0202 !important;
  color: white;
  border-radius: 0px;
  font-size: 15px;
  padding: 10px 15px;
}

/* border object */

footer .border-object {
  width: 180px;
  height: 180px;
  position: absolute;
  right: -5%;
  top: 20%;
  z-index: 10;
  overflow-x: clip;
}

footer .border-object span {
  overflow: clip;
}

/* Base borders (1px) */
.border-object .blue {
  border: 1px solid #0fc0ea;
  left: 0;
  top: 0;
}

.border-object .green {
  border: 1px solid #50d650;
  left: 20px;
  top: 20px;
}

.border-object .yellow {
  border: 1px solid #e5ce00;
  left: 40px;
  top: 40px;
}

.border-object .pink {
  border: 1px solid #f50ca0;
  left: 60px;
  top: 60px;
}

.border-object span {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 6px;
  background: transparent;
}

/* Highlight Animation Effect */
.border-object span::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 6px;
  border: 2px solid currentColor; /* thicker animated border */
  box-sizing: border-box;
  clip-path: inset(0 100% 0 0); /* start hidden */
  /* animation: borderMove 10s linear infinite; */
}

@media (max-width: 480px) {
  .navbar-brand img {
    height: 20px !important;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu{
    right: auto;
  }

  h2 {
    font-size: 22px !important;
  }

  .hero-section {
    background: url(../assets/images/workshops/syncsphere-banner.jpg) no-repeat
      left / cover;
  }

  .hero-section .lead {
    font-size: 16px;
    line-height: 28px;
    margin: 10px 0px;
  }

  .hero-section .hero-highlight p {
    font-size: 16px;
    color: #fff;
    margin-bottom: 15px !important;
  }

  .hero-section .theme {
    font-size: 16px !important;
    margin-top: 0px !important;
  }

  .hero-section .btn {
    width: auto;
    padding: 10px !important;
    font-size: 12px;
  }

  .section2 .container .row .card .d-flex {
    flex-wrap: wrap;
  }

  .section5 .container .row .card {
    max-width: 90%;
    padding: 30px 10px;
  }

  footer .border-object {
    width: 150px;
    height: 150px;
    position: absolute;
    right: -1%;
    bottom: 0%;
    z-index: 1;
    opacity: 0.3;
  }
}

@media (min-width: 700px) and (max-width: 1025px) {
  .navbar-expand-lg .navbar-nav .dropdown-menu{
    right: auto;
  }
  
  .section2 .container .row .card .d-flex {
    flex-wrap: wrap;
  }

  footer .border-object {
    width: 150px;
    height: 150px;
    position: absolute;
    right: -1%;
    bottom: 0%;
    z-index: 1;
    opacity: 0.3;
  }
}
