@import url(../fonts/stylesheet.css);

/* styles.css */
body {
  font-family: "Open Sans", serif;
  background-color: #f8f9fa;
  color: #333;
}

:root {
  --primary-color: #00324e;
  --secondary-color: #5aa9e6;
  --third-color: #679aaf;
  --text-color: #333;
  --text-light: #679aaf;
  --background-color: #f5f5f5;
  --font-nauz: "Open Sans", serif;
  --dark-text: #1a4968;
  --dark-text2: #1f5376;
  --dark-text3: #6699ae;
  --black-lite-text: #6d6e70;
  --bg-gray: #eceded;
}

body {
  margin: 0;
  font-family: "Open Sans", serif;
  background-color: var(--background-color);
  color: var(--text-color);
}
.font-lato {
  font-family: "Lato", sans-serif;
}
.font-9 {
  font-size: 9px;
}
.font-10 {
  font-size: 10px;
}
.font-11 {
  font-size: 11px;
}
.font-12 {
  font-size: 12px;
}
.font-13 {
  font-size: 13px;
}
.font-14 {
  font-size: 14px;
}
.font-16 {
  font-size: 16px;
}
.font-18 {
  font-size: 18px;
}
.font-20 {
  font-size: 20px;
}
.font-22 {
  font-size: 22px;
}
.font-24 {
  font-size: 24px;
}
.font-26 {
  font-size: 26px;
}
.font-28 {
  font-size: 28px;
}
.font-30 {
  font-size: 30px;
}
.font-32 {
  font-size: 32px;
}
.font-34 {
  font-size: 34px;
}
.font-36 {
  font-size: 36px;
}
.font-40 {
  font-size: 40px;
}
.font-45 {
  font-size: 45px;
}
.text-wlight {
  color: var(--text-light);
}
.black-lite-text {
  color: var(--black-lite-text);
}
.bg-gray {
  background-color: var(--bg-gray);
}
.text-lblue {
  color: #679aaf;
}
.text-lblue1 {
  color: var(--dark-text3);
}
.text-lblue3 {
  color: var(--third-color);
}
.font-Poppins {
  font-family: "Poppins";
}
.font-Folio {
  font-family: "Folio Std";
}
.font-Myriad {
  font-family: "Myriad Pro";
}
.sidebar-home,
.sidebar {
  z-index: 9;
}
.dark-text {
  color: var(--dark-text);
}
.dark-bg {
  background-color: var(--dark-text);
}
.dark-bg:hover {
  background-color: var(--dark-text2);
}

.banner-bg {
  background-image:  linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0)), url(../images/banner-1-min.jpg);
  height: 100vh;
  background-size: cover;
  background-position: center center;
}

.heading-block {
  display: flex;
  align-items: center;
  text-align: center;
}
.line {
  flex-grow: 1;
  height: 2px;
  background-color: #ccc;
}
.heading-text {
  margin: 0 5%;
  font-size: 24px;
  font-weight: bold;
}
.mobile-logo {
  width: 110px;
}

.register-image{
  width: 100%;
  max-width: 1019px;
  height: 1300px;
  background-image: url(/images/contact-us-2.jpg);
  background-size: cover;
  background-position: -731px 0px;
  background-repeat: no-repeat;
}


@media (max-width: 480px) {
  .heading-text {
    font-size: 18px;
    margin: 0 1%;
  }
}
.be-one-text {
  font-size: 4vw;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 40px;
}

::-webkit-scrollbar {
  width: 4px;
  height: 0px;
  background-color: #f5f5f5;
}
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.font-neuz {
  font-family: var(--font-nauz);
}
.main-bg {
  background-color: var(--primary-color);
}
.sidebar-home,
.sidebar {
  background-color: var(--primary-color);
  color: white;
  /* height: 100vh; */
  /* height: calc(100vh + 2em); */

  overflow-y: auto;
  padding: 2rem;
  border-right: 12px solid var(--third-color);
  width: 25%;
}

.sidebar-home {
  height: 100vh;
}
.trad-logo {
  max-width: 200px;
}

.andrin-logo {
  max-width: 150px;
  width: 100%;
}

.sidebar-home .nav-link,
.sidebar .nav-link {
  color: white;
}

.sidebar-home .nav-link:hover,
.sidebar .nav-link:hover {
  color: var(--secondary-color);
}
.sidebar-home .side-nav li a,
.sidebar .side-nav li a {
  text-decoration: none;
  color: #ffffff;
  font-size: 16px;
  padding: 10px 15px;
  display: block;
  position: relative;
  transition: background 0.3s ease-in-out;
}

.and-card {
  max-width: 190px;
}

.vist_builder {
  background: #13374f;
  padding: 10px 20px;
  color: #fff;
  text-decoration: none;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 300;
}

.hell-card {
  max-width: 230px;
}
.sidebar-home .side-nav li a:hover,
.sidebar .side-nav li a:hover,
.sidebar-home .sidebar .side-nav li a:active,
.sidebar .side-nav li a:active {
  background: linear-gradient(
    to right,
    transparent 5%,
    #00a6d3 49%,
    #00a6d3 10%,
    transparent 97%
  );

  color: #ffffff;
  text-decoration: none;
}
.sidebar .side-nav li.nav-item.active .nav-link {
  background: linear-gradient(
    to right,
    transparent 5%,
    #00a6d3 49%,
    #00a6d3 10%,
    transparent 97%
  );

  color: #ffffff;
  text-decoration: none;
}

.sidebar-home .side-nav li a::after,
.sidebar .side-nav li a::after {
  content: "›";
  position: absolute;
  right: 15px;
  font-size: 16px;
  color: #ffffff;
  transition: transform 0.3s ease-in-out;
}

.sidebar-home .side-nav li a:hover::after,
.sidebar .side-nav li a:hover::after {
  transform: translateX(5px);
}

.side-nav li a {
  border-top: 1px solid var(--third-color);
  border-bottom: 1px solid var(--third-color);
  text-transform: uppercase;
}
.social-icon ul li {
  list-style-type: none;
  width: 30px;
  margin: 0 10px;
}
.logo {
  font-size: 1.5rem;
  font-weight: bold;
  text-transform: uppercase;
}

.content {
  padding: 2rem;
}

.highlight {
  color: var(--secondary-color);
}

.image-grid img {
  width: 100%;
  height: auto;
  margin-bottom: 1rem;
}

.menu-toggle {
  display: none;
}
.menu-toggle span {
  font-size: 24px;
}

.menu-toggle span.close-icon {
  display: none;
}

.menu-toggle.active span.menu-icon {
  display: none;
}

.menu-toggle.active span.close-icon {
  display: inline;
}
.over-text {
  height: 100%;
  display: flex;
  align-items: center;
}
.grid-block {
  padding: 0 15px;
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* Default: 3 columns */
  grid-gap: 16px;
}

.grid-block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Grid items layout */
.item-1 {
  grid-column: span 1;
  grid-row: span 2;
}

.item-2 {
  grid-column: span 1;
  grid-row: span 3;
}

.item-3,
.item-4,
.item-5 {
  grid-column: span 1;
  grid-row: span 1;
}

.over-text h1,
.over-text p {
  color: #000;
}
.text-decoration-none {
  text-decoration: none;
}
.office-hours {
  margin: 40px 0;
}

.office-hours h6 {
  font-size: 1rem;
  font-weight: 500;
}

.office-hours p {
  margin-bottom: 5px;
  font-size: 0.9rem;
  color: #333333;
}

.dividers {
  border-left: 1px solid #d8d8d8;
  height: 100%;
}
#map {
  width: 100%;
  height: 100vh;
}
#map1 {
  width: 100%;
  height: 400px;
}
.btn-submit:hover,
.btn-submit:active {
  background-color: var(--primary-color);
}
.width-50 {
  width: 85%;
}




@media (max-width: 768px) {
  .subtitle {
    font-size: 2.5rem;
  }

  .grid-block1 {
    grid-template-columns: repeat(1, 1fr); /* Single column on mobile */
  }

  .grid-block {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 12px;
  }

  .item-2 {
    grid-row: span 2; /* Reduce height on smaller screens */
  }

  .item-1,
  .item-2,
  .item-3,
  .item-4,
  .item-5 {
    grid-column: span 1; /* Each item occupies a single column */
  }



}

@media (max-width: 480px) {
  .grid-block {
    grid-template-columns: 1fr; /* Single column for mobile */
    grid-gap: 10px;
  }

  .item-1,
  .item-2,
  .item-3,
  .item-4,
  .item-5 {
    grid-column: span 1; /* Stacks all items vertically */
    grid-row: span 1; /* Each occupies one row */
  }

  .grid-block img {
    height: auto; /* Allow images to adjust height naturally on small screens */
  }


}

@media (max-width: 768px) {
  .sidebar-home,
  .sidebar {
    position: fixed;
    top: 0;
    left: -280px;
    width: 280px;
    height: 100%;
    transition: 0.3s ease;
  }

  .sidebar-home.active,
  .sidebar.active {
    left: 0;
  }

  .menu-toggle {
    display: block;
    position: absolute;
    top: 1rem;
    right: 1rem;
    z-index: 1000;
    cursor: pointer;
    padding: 4px 10px !important;
    width: 42px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--dark-text) !important;
  }

  .content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (min-width: 1144px) {
  .width-50 {
    width: 50%;
  }

  /* .sidebar-home, .sidebar{
    height: 1280px;
  } */
}

@media (min-width: 991px) {
  .over-text {
    position: absolute;
  }
  .over-text {
    display: flex;
    align-items: center;
  }
  .be-one-text {
    line-height: 100px;
  }
  .text-para {
    line-height: 3.2rem;
  }
  .over-text h1,
  .over-text p {
    color: #fff;
  }
  .left-border {
    border-left: 2px solid var(--dark-text);
  }
  .width-50 {
    width: 70%;
  }
  .subtitle {
    font-size: 6vh;
  }



}
@media (max-width: 1144px) {
  .sidebar-home,
  .sidebar {
    width: 35%;
  }

  .register-image {
    width: 100%;
    max-width: 1019px;
    height: 755px;
    background-image: url(/images/contact-us-2.jpg);
    background-size: cover;
    background-position: -430px 0px;
    background-repeat: no-repeat;
}

}

@media (max-width: 1024px) {
  .sidebar-home,
  .sidebar {
    width: 30%;
  }

  .register-image {
    width: 100%;
    max-width: 1019px;
    height: 1366px;
    background-image: url(/images/contact-us-2.jpg);
    background-size: cover;
    background-position: -1000px 0px;
    background-repeat: no-repeat;
  }

}

@media (max-width: 768px) {
  .sidebar-home,
  .sidebar {
    position: fixed;
    top: 0;
    left: -280px;
    width: 280px;
    height: 100%;
    transition: left 0.3s ease-in-out;
    padding: 1.5rem;
  }

  .sidebar-home.active,
  .sidebar.active {
    left: 0;
  }
}

@media (max-width: 480px) {
  .sidebar-home,
  .sidebar {
    left: -100%;
    width: 75%;
    padding: 1rem;
  }

  .sidebar-home.active,
  .sidebar.active {
    left: 0;
  }
}

@media (min-width: 1144px) {
  .sidebar-home,
  .sidebar {
    width: 25%;
  }
}

/* Iphone  */
@media screen and (max-device-width: 430px)
{ 
  .register-image {
    max-width: 430px;
    height: 427px;
    background-size: cover;
    background-position: -190px 0px;
    background-repeat: no-repeat;
  }

  #map {
    width: 100%;
    height: 400px;
  }

  .be-one-text {
    font-size: 9vw;
  }

 }

@media screen and (min-width: 431px) and (max-width: 767px) {
  .register-image {
    width: 100%;
    height: 755px;
    background-size: cover;
    background-position: -324px 0px;
    background-repeat: no-repeat;
}
}

@media screen and (min-width: 768px) and (max-width: 1024px){
.register-image {
  width: 100%;
        max-width: 1019px;
        height: 100vh;
        background-position: -1009px 0px;
        background-repeat: no-repeat;
}
}