/* ============================================================================================================================== */
/* WHOLE BODY =================================================================================================================== */
/* ============================================================================================================================== */

body,
html {
  width: 100%;
  margin: 0%;
  padding: 0%;
  overflow-x: hidden;
  scroll-behavior: smooth;
  margin-bottom: 0%;
}

/* ============================================================================================================================== */
/* NAV BAR ====================================================================================================================== */
/* ============================================================================================================================== */

#navbar {
  font-family: "Varela Round", sans-serif;
  font-weight: 400;
  font-style: normal;
  display: flex;
  position: fixed;
  justify-content: space-evenly;
  padding-top: 20px;
  padding-bottom: 15px;
  z-index: 1000;
}

/* LOGO IMAGES */

.first-logo {
  width: 12.625em;
  padding-right: 30px;
}

.second-logo {
  display: none;
  width: 9em;
  padding-right: 30px;
}

.hide {
  display: none;
}

.show {
  display: flex;
}

#navbar {
  width: 100% !important;
  transition: 0.5s !important;
}

/* NAVBAR BACKGROUND COLOR */

.transparent {
  background-color: transparent;
}

.white {
  background-color: rgba(255, 255, 255, 0.87);
  box-shadow: 8px 4px 20px rgba(0, 0, 0, 0.616);
}

/* NAVBAR LINKS */

#links,
#link {
  display: flex !important;
  justify-content: space-around !important;
  align-items: center !important;
}

#links a,
#link a {
  color: rgb(216, 216, 216);
  text-decoration: none;
  transition: 0.2s ease-in-out;
  margin-right: 30px;
}

#links a:hover,
#link a:hover {
  color: white;
  border-bottom: 2px solid white;
  padding-bottom: 10px;
  border-radius: 1px;
}

#phn-btn:hover {
   border-bottom: none !important;
   padding-bottom: 0%;
}

#link {
  display: flex !important;
  flex-direction: column;
  padding-top: 20px;
}

#link a {
  font-size: 2em;
}

#link #location {
  font-size: 4rem;
}

.custom-close {
  font-size: 3rem;
  font-weight: 900;
  color: white;
  background: none;
  border: none;
  line-height: 1;
  position: absolute;
  right: 2%;
  top: 2%;
  transition: 0.2s;
}

.custom-close:hover {
  transform: rotate(90deg);
}

.gray {
  color: gray !important;
}

.gray:hover {
  border-bottom: 2px solid blue !important;
  padding-bottom: 10px;
}

#location {
  font-size: 44px;
  color: orange;
}


#location i,
#location svg {
  color: orange !important;
  fill: orange !important;
}

/* NO BUTTON */

.btn {
  font-size: 80%;
  border-radius: 30px;
  padding: 5px 19px 5px 19px;
}

#num-btn:hover {
  border-bottom: none !important;
}

#hamburger {
  display: none;
}

.popup {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  padding: 20px;
  height: 120px;
  position: absolute;
  top: 150px;
  left: 45%;
  opacity: 0;
  transform: translateY(-20px);
  transition: all 0.3s ease-in-out 1s;
}

.parent:hover .popup {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.popup a {
  color: rgb(193, 193, 193) !important;
  font-weight: 200 !important;
  font-size: 20px;
  padding-right: 10px;
}

.popup a:hover {
  background-color: blue;
}

#padd {
  padding-bottom: 20px;
}

#team-condition {
  left: 60%;
}

/* ============================================================================================================================== */
/* NAV BAR RESPONSIVENESS ======================================================================================================= */
/* ============================================================================================================================== */

@media (max-width: 1050px) {
  #links a {
    display: none;
  }

  #navbar {
    display: flex;
    justify-content: space-between;
  }

  .scrolledY {
    color: blue !important;
    border-color: gray !important;
    font-weight: 100 !important;
  }

  #hamburger {
    display: flex;
  }

  #btn {
    background-color: transparent;
    border: none;
    font-size: 30px;
  }

  #offcanvasTop {
    background-color: rgba(0, 0, 255, 0.74);
    height: 100%;
    transition: 2s 0.21s;
  }
}

/* ============================================================================================================================== */
/* BODY BACKGROUND IMAGES ======================================================================================================= */
/* ============================================================================================================================== */

.carousel-item img {
  width: 100% !important;
  height: 100vh;
  object-fit: cover;
}

#myCarousel {
  position: absolute;
  top: 0%;
}

#apps {
  position: fixed;
  top: 40%;
  right: 8px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 1000;
  padding: 5px;
}

.app img {
  width: 50px;
  height: auto;
}

@media (max-width: 768px) {
  .app img {
    width: 35px;
  }
}

@media (max-width: 480px) {
  .app img {
    width: 25px;
  }
}

/* ============================================================================================================================== */
/* ABOUT US PAGE ================================================================================================================ */
/* ============================================================================================================================== */

#sec2 {
  position: relative;
  z-index: 10;
  padding: 100px 20px;
  margin-top: 100vh;
  text-align: center;
  font-family: "Varela Round", sans-serif;
  font-weight: 400;
  font-style: normal;
}

#about-heading {
  color: #1e83ec;
  font-weight: 900;
  animation: backInUp;
  animation-duration: 2s;
}

#about-para {
  font-size: 20px;
}

#read-more-btn {
  border-radius: 30px;
  padding: 5px 15px;
  font-weight: 900;
  background-color: transparent;
  font-size: 15px;
}

#about-imgs-cont-cont {
  display: flex;
  justify-content: center;
}

#about-imgs-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}

.box-bg {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 292px;
  height: 400px;
  overflow-x: hidden;
  overflow-y: hidden;
  margin-right: 30px;
  border-radius: 10px;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.394));
  z-index: 1000;
}

.box-bg::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.526) 15%, rgba(0, 0, 0, 0.435) 40%, transparent 70%);
  z-index: 1;
  transition: background 0.7s ease;
}

.box-bg:hover::after {
  background: linear-gradient(to top,
      #007bff 0%,
      #1e81ecb3 40%,
      #1e81ec80 70%,
      transparent 100%);
}

.box-bg img {
  width: 700px;
  flex: 1 1 300px;
}

#box-bg-content {
  width: 100%;
  display: inline;
  align-self: flex-end;
  width: fit-content;
  position: absolute;
  color: white;
  z-index: 2;
  text-align: left;
  font-family: "Hind", sans-serif;
  font-weight: bolder;
  font-style: normal;
  margin-left: 30px;
  margin-right: 30px;
}

#box-bg-content .icon {
  font-size: 40px;
}

#box-bg-content p {
  width: 100%;
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 0px;
  transition: opacity 0.2s ease, font-size 0.5s ease;
  opacity: 0;
  transform: translateY(10px);
  /* neeche se start */
  transition: all 0.5s ease;
}

#box-bg-content:hover p {
  font-size: 16px;
  opacity: 1;
  transform: translateY(0);
}

#box-bg-content h1 {
  font-size: 35px;
}

/* ============================================================================================================================== */
/* POTENTIAL PAGE =============================================================================================================== */
/* ============================================================================================================================== */

#sec3 {
  font-family: var;
  text-align: center;
  font-family: "Varela Round", sans-serif;
  font-weight: 400;
  font-style: normal;
  background-color: #f2f2f2;
  padding: 60px 20px;
}

#sec3-heading {
  color: #1e83ec;
  font-weight: 900;
  animation: backInUp;
  animation-duration: 2s;
  font-family: "Varela Round", sans-serif;
  margin-bottom: 50px;
}

.sec3-content h1 {
  color: #DD9933;
  font-size: 62px;
  margin: 0;

}

.sec3-content span {
  font-size: 30px;

}

.sec3-content p {
  font-size: 16px;
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  margin-top: 8px;
}

#sec3-content-parent {
  display: grid;
  gap: 30px;
  justify-content: center;
}

.sec3-content {
  background-color: transparent;
  padding: 10px;
  max-width: 250px;
  margin: 0 auto;
}

/* Grid Layouts - Responsive */
@media (min-width: 992px) {
  #sec3-content-parent {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 600px) and (max-width: 991px) {
  #sec3-content-parent {
    grid-template-columns: repeat(2, 1fr);
  }

  .sec3-content h1 {
    color: #DD9933;
    font-size: 58px;
    margin: 0;

  }

  .sec3-content span {
    font-size: 26px;

  }

}

@media (max-width: 599px) {
  #sec3-content-parent {
    grid-template-columns: 1fr;
  }

  .sec3-content h1 {
    color: #DD9933;
    font-size: 52px;
    margin: 0;

  }

  .sec3-content span {
    font-size: 20px;

  }

}

/* ============================================================================================================================== */
/* BLOG PAGE ==================================================================================================================== */
/* ============================================================================================================================== */

#sec4 {
  padding: 100px 20px;
  text-align: center;
  font-family: "Varela Round", sans-serif;
  font-weight: 400;
  font-style: normal;
  width: 70%;
  align-self: center;
  margin-left: 15%;
  background-color: f2f2f2;
}

#blog-heading {
  color: #1e83ec;
  font-weight: 900;
  animation: backInUp;
  animation-duration: 2s;

}

.card-body {
  padding-left: 30px;
  padding-right: 30px;
}

.card-body h3 {
  color: black !important;
  font-family: "Open Sans", sans-serif !important;
  font-optical-sizing: auto !important;
  font-weight: 700 !important;
  font-style: normal !important;
  font-variation-settings: "wdth" 100 !important;
}

.card-body p {
  color: rgb(78, 78, 78) !important;
  font-family: "Varela Round", sans-serif !important;
  font-optical-sizing: auto !important;
  font-weight: 400 !important;
  font-style: normal !important;
  font-variation-settings: "wdth" 100 !important;
}

.text-body-secondary {
  font-family: 'Times New Roman', Times, serif !important;
  background-color: transparent;
  border-radius: 0%;
}

.read-btn {
  margin-top: 30px;
}

.card {
  cursor: pointer;
}

.card img {
  transition: 0.5s;
}

.card img:hover {
  transform: scale(1.01);
}


/* ============================================================================================================================== */
/* EVENT GALLERY PAGE =========================================================================================================== */
/* ============================================================================================================================== */

#sec5 {
  font-family: "Varela Round", sans-serif;
  font-weight: 400;
  font-style: normal;
  align-self: center;
  text-align: center;
}

#event-gallery {
  width: 90%;
  overflow: hidden;
  display: flex;
  margin-left: 5%;
  text-align: left;
}

.event-gallery-cards img {
  width: 90% !important;
  margin-right: 10px !important;
}

.event-gallery-cards p {
  font-family: "Raleway", sans-serif;
}

.addition {
  margin-top: 2px !important;
  margin-bottom: 80px;
  font-family: "Varela Round", sans-serif !important;
  font-weight: 500 !important;
}

@media (max-width: 443px) {
  .addition {
    transform: scale(0.6);
  }
}


/* ============================================================================================================================== */
/* CAREERS PAGE ================================================================================================================= */
/* ============================================================================================================================== */

#sec6 {
  font-family: "Varela Round", sans-serif;
  font-weight: 400;
  font-style: normal;
  align-self: center;
}

#careers {
  background-image: url('Images/21.jpg');
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-evenly;
  padding: 30px 40px 30px 150px;
}

#careers img {
  width: 50%;
}

#careers-heading {
  color: #1e83ec;
  font-weight: 900;
  animation: backInUp;
  animation-duration: 2s;
}

#careers p {
  font-family: "Raleway", sans-serif;
}

.apply-addition {
  font-family: "Raleway", sans-serif !important;
  font-weight: 500 !important;
}

#careers-content {
  width: 95%;
  margin-right: 60px;
}

@media (max-width: 1190px) {
  #careers {
    display: block;
  }

  #careers img {
    width: 100px;
    margin-top: 30px;
    margin-left: 90px;
  }

}

/* ============================================================================================================================== */
/* CONTACT FORM PAGE ============================================================================================================ */
/* ============================================================================================================================== */

#sec7 {
  margin-left: 200px;
  margin-top: 60px;
}

h2 {
  color: #1e81ec;
}

form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  max-width: 900px;
}

.form-group {
  display: flex;
  flex-direction: column;
}

label {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 500;
}

input {
  padding: 12px;
  border: none;
  background: #f5f5f5;
  font-size: 14px;
}

form button {
  grid-column: span 2;
  justify-self: start;
  padding: 10px 25px;
  border: 2px solid #1e81ec;
  background: white;
  color: #1e81ec;
  font-weight: bold;
  border-radius: 25px;
  cursor: pointer;
  transition: 0.3s;
}

form button:hover {
  background: #1e81ec;
  color: white;
}

@media (max-width: 768px) {
  form {
    grid-template-columns: 1fr;
  }

  form button {
    grid-column: span 1;
    justify-self: center;
  }
}

/* ============================================================================================================================== */
/* BRANDS PAGE ================================================================================================================== */
/* ============================================================================================================================== */

h2 {
  color: #1e81ec;
  margin-bottom: 30px;
  margin-left: 200px;
  margin-top: 40px;
}

.carousel-container {
  position: relative;
  width: 100%;
  max-width: 1100px;
  margin: auto;
  overflow: hidden;
  padding: 20px 0;
}

.carousel-track {
  display: flex;
  justify-content: center;
  gap: 50px;
}

.carousel-track img {
  width: 150px;
  height: auto;
  object-fit: contain;
}

/* Fake arrows */
.arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: gray;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  cursor: default;
}

.arrow.left {
  left: 5px;
}

.arrow.right {
  right: 5px;
}

.dots {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  gap: 6px;
}

.dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid black;
}

.dot.active {
  background: black;
}

/* ============================================================================================================================== */
/* MAP PAGE ===================================================================================================================== */
/* ============================================================================================================================== */

h1 {
  color: #1e81ec;
  text-align: center;
  margin-top: 140px;
}

.map-wrap {
  max-width: 1000px;
  margin: 30px auto;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
}

.map-iframe {
  width: 100%;
  height: 500px;
  border: 0;
  display: block;
}

@media (max-width:600px) {
  .map-iframe {
    height: 320px;
  }
}

/* ============================================================================================================================== */
/* FOOTER PAGE ===================================================================================================================== */
/* ============================================================================================================================== */


footer {
  background: #fff;
  padding: 50px 20px;
  border-top: 1px solid #ddd;
}

.footer-container {
  max-width: 100%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
}

.footer-logo img {
  width: 200px;
  margin-bottom: 15px;
}

.footer-col {
  flex: 1;
  min-width: 250px;
}

.footer-col h4 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.footer-col p {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
}

.footer-col ul {
  list-style: none;
}

.footer-col ul li {
  margin-bottom: 10px;
}

.footer-col ul li a {
  text-decoration: none;
  color: #555;
  font-size: 14px;
  transition: color 0.3s;
}

.footer-col ul li a:hover {
  color: #f7941d;
}

@media (max-width: 768px) {
  .footer-container {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }

  .footer-col {
    min-width: 100%;
  }
}

.bottom-footer {
  background: #1c1c1c;
  color: #aaa;
  text-align: center;
  padding: 20px 10px;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
}

.bottom-footer p {
  margin-bottom: 15px;
  font-size: 14px;
}

.social-icons a {
  color: #aaa;
  margin: 0 8px;
  font-size: 18px;
  transition: color 0.3s;
}

.social-icons a:hover {
  color: white;
}




/* ===================== GLOBAL MOBILE FIX ===================== */
@media (max-width: 992px) {

  /* NAVBAR FIX */
  #navbar {
    padding: 10px 15px;
  }

  .first-logo {
    width: 160px;
  }

  .second-logo {
    width: 120px;
  }

  /* CAROUSEL HEIGHT FIX */
  .carousel-item img {
    height: 70vh;
  }

  /* ABOUT SECTION */
  #sec2 {
    padding: 60px 15px;
  }

  .box-bg {
    width: 90%;
    margin-right: 0;
  }

  /* BLOG SECTION */
  #sec4 {
    width: 100%;
    margin-left: 0;
    padding: 60px 15px;
  }

  /* EVENT GALLERY */
  #event-gallery {
    flex-direction: column;
    align-items: center;
  }

  .event-gallery-cards img {
    width: 100% !important;
  }

  /* CAREERS */
  #careers {
    flex-direction: column;
    padding: 30px 20px;
  }

  #careers img {
    width: 100%;
    margin: 20px 0 0 0;
  }

  #careers-content {
    margin-right: 0;
  }

  /* CONTACT FORM */
  #sec7 {
    margin-left: 0;
    padding: 40px 20px;
  }

  h2 {
    margin-left: 0;
    text-align: center;
  }

}

/* ===================== SMALL MOBILE ===================== */
@media (max-width: 576px) {

  /* CAROUSEL */
  .carousel-item img {
    height: 60vh;
  }

  /* NUM BUTTON */
  .btn {
    font-size: 12px;
    padding: 6px 14px;
  }

  /* BRANDS */
  .carousel-track {
    flex-wrap: wrap;
    gap: 25px;
  }

  .carousel-track img {
    width: 120px;
  }

  /* FOOTER */
  footer {
    padding: 30px 15px;
  }

  .footer-logo img {
    width: 160px;
  }
}
