@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@400;600;700&family=Lexend+Deca:wght@100;200;300;400;500;600;700&family=Montserrat:wght@400;700&family=Mulish:wght@300&family=Poppins:wght@300;400;600&family=Urbanist:wght@300;400;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Pacifico&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Gwendolyn:wght@400;700&family=Pacifico&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Urbanist", sans-serif;
}

:root {
  --bs-dark-color: #1a1d20;
  --bs-dark-primary: #1c1c1c;
  --bs-main-color: #fff;
  --bs-primary-color: #c6c6c6;
  --secondary-color: #00556d;
  /* --secondary-color: #29a9fd; */
  --bs-supporting-color: #c850c0;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Lexend Deca", sans-serif;
  color: var(--bs-dark-color);
}

h1 {
  font-size: 2rem;
}

h2 {
  line-height: 3rem;
  font-weight: 600;
  font-size: 3.4rem;
}

p {
  margin: 0;
}

ul {
  list-style: none;
}

ul li {
  padding: 0;
  margin: 0;
}

.container {
  max-width: 1300px;
}

/* Navbar */
.navbar {
  background: #00556d !important;
  box-shadow: 0px 5px 20px 0 rgba(36, 37, 38, 0.08);
}

.navbar .navbar-brand {
  color: white !important;
  /* color: var(--bs-dark-color) !important; */
  font-size: 1.8rem;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 500;
  letter-spacing: 2px;
}

.navbar-nav .nav-link {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1rem;
  padding-right: 2rem;
  color: white;
}

.navbar-nav .nav-link:hover {
  color: lightblue;
}

/* Home Page Carousel Start*/
.home-carousel-item {
  min-height: 500px !important;
  position: relative;
  /* background-color: rgba(149, 206, 224, 0.2); */
  background-color: rgba(255, 0, 0, 0.1) !important;
  /* border-radius: 20px; */
  /* padding: 9%; */
}
/* Home Page Carousel End */

/* Hero section */
.hero-section {
  background: #fff !important;
  /* padding: 50px; */
  padding-top: 50px;
  padding-bottom: 30px;
}

.hero-section h1 {
  font-family: "Lora", serif, Arial, Helvetica, sans-serif;
  font-size: 1.8rem !important;
  line-height: 2rem;
  font-weight: 550;
  color: var(--bs-dark-color);
  text-align: left;
}

.hero-section p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1rem !important;
  /* font-weight: 500; */
  text-align: justify;
}

.cc-2 {
  column-count: 1;
  column-gap: 30px;
  padding: 5px;
  line-height: 2rem;
}

.cc-2 li {
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 1rem !important;
}

@media (min-width: 992px) {
  .cc-2 {
    column-count: 2;
  }
}

.hero-section ul {
  padding: 0;
  justify-content: center;
}

.hero-section ul li {
  width: 100%;
  /* margin-left: 100%; */
  /* background-color: #0982a3; */
  padding: 1rem 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1rem;
  text-align: left;
}

.hero-section .btn-primary {
  background: #00556d;
  border: none;
  transition: 0.3s ease;
  margin-bottom: 1rem;
}

.hero-section .btn-primary:hover {
  background: grey;
}

.hero-image--section {
  max-width: 90%;
  border-radius: 20px;
}

@media (max-width: 992px) {
  .hero-section {
    padding-top: 1rem;
  }

  .hero-section h1 {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .hero-section p {
    font-size: 1rem;
  }

  .hero-image--section {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .navbar .navbar-brand {
    font-size: 2rem;
  }

  .navbar-nav .nav-link {
    padding-right: 1rem;
    font-size: 1rem;
  }

  .hero-section h1 {
    font-size: 1.8rem;
    line-height: 2.2rem;
  }

  .hero-section p {
    font-size: 0.9rem;
  }
}

/* Footer */
footer {
  background-color: var(--bs-dark-primary);
  color: var(--bs-main-color);
  padding: 1rem 0;
}

.footer-container {
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer-section {
  flex: 1 1 250px;
  margin: 0.5rem;
}

.footer-section h4 {
  margin-bottom: 1rem;
  font-size: 1rem;
  color: white;
  text-align: center;
}

.footer-section ul {
  list-style: none;
  padding: 0;
}

.footer-section ul li {
  margin-bottom: 0.5rem;
}

.footer-section ul li a {
  color: var(--bs-main-color);
  text-decoration: none;
}

.footer-section ul li a:hover {
  text-decoration: underline;
}

.footer-bottom {
  text-align: center;
  padding: 1rem 0;
  border-top: 1px solid var(--bs-primary-color);
}

.footer-bottom p {
  margin: 0;
}

.footer-bottom .designer {
  color: white;
}

/* Social links styling */
.social-links {
  display: flex;
  justify-content: center;
  list-style-type: none;
  padding: 0;
}

.social-links li {
  margin: 0 10px;
}

.social-links li a {
  color: #fff;
  text-decoration: none;
  padding: 0 10px; /* Add padding to each link */
}

.social-links li a:hover {
  text-decoration: underline;
}

.social-logo {
  display: flex;
  justify-content: center;
}

.social-logo a {
  text-decoration: none;
  padding: 20px;
  margin: 15px;
  border-radius: 50%;
}

.designer {
  opacity: 0.95;
  text-transform: capitalize;
  /* letter-spacing: 1px; */
  font-weight: 400;
  margin: 0px 5px;
}

/* --- About us Page---- */

.abt-title {
  height: fit-content;
}

.abt-title h1 {
  margin-top: 26px;
  margin-bottom: 13px;
  font-family: "Lora", serif, Arial, Helvetica, sans-serif;
  font-optical-sizing: auto;
  text-align: center;
  width: 100%;
  /* font-size: 40px; */
  font-size: 2rem !important;
  text-transform: capitalize;
}

.abt-us {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  text-align: justify;
  margin-top: 15px;
  margin-bottom: 15px; /* Reduced bottom margin */
}

.about-image--section {
  max-width: 100%;
  height: auto;
  max-height: 70%; /* 50% height */
  border-radius: 10px;
  padding-top: 0.1rem;
}

.owners {
  font-family: "Lora", serif, Arial, Helvetica, sans-serif;
  text-align: center;
  /* font-size: 35px; */
  margin-bottom: 2rem; /* Reduced bottom margin */
}

.owner1,
.owner2 {
  font-family: "Lora", serif, Arial, Helvetica, sans-serif;
  font-size: 1.5rem;
  text-align: justify;
  align-items: center;
}

.owner1-image--section,
.owner2-image--section {
  width: 45%;
  justify-content: center;
  align-items: center;
  border-radius: 30rem;
  border: 1px solid brown;
}

.vision-mission {
  font-family: "Lora", serif, Arial, Helvetica, sans-serif;
  height: fit-content;
  padding-top: 10px;
  /* position: sticky; */
}

.vision-mission h1 {
  font-family: "Lora", serif, Arial, Helvetica, sans-serif;
  font-size: 20px;
}
.vision-mission p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
}

/* --- About us Page End---- */

/* --- Courses  Start--- */
.courses {
  justify-content: space-around;
  /* display: flex; */
  /* flex-wrap: wrap; */
}

.courses h1 {
  margin-top: 2%;
  margin-bottom: 1%;
  font-family: "Lora", serif, Arial, Helvetica, sans-serif;
  text-align: center;
  width: 100%;
  font-size: 2rem;
  text-transform: capitalize;
}
.courses h2 {
  margin-top: 2%;
  margin-bottom: 2%;
  font-family: "Lora", serif, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 1.75rem;
  text-align: center;
}
.courses h3 {
  margin-top: 2%;
  margin-bottom: 2%;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 25px;
  text-align: center;
}

.courses p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.9rem;
  letter-spacing: 0.5px;
  text-align: justify;
}

.c-cont {
  width: 100%;
  /* background-color: tomato; */
  align-items: center;
  justify-content: center;
}

.single-service {
  width: 100%;
  display: inline-block;
  background: #00556d;
  /* background: #00a3d1; */
  /* background: #212121; */
  margin: 10px;
  padding: 30px;
  height: 400px;
  margin-bottom: 30px;
  border-radius: 40px;
  opacity: 0.6;
  /* transition: all 0.9s ease 0s; */
}

.single-service hr {
  border: none;
  width: 100%;
  height: 2px;
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 5px;
}

.single-service i {
  color: chocolate;
  font-size: 50px;
  margin-bottom: 10px;
}

.service-img {
  width: 80px;
  padding-top: 0;
  /* rotate: -35deg; */
}

.single-service h3 {
  color: #ffff;
  font-size: 22px;
  text-transform: uppercase;
  /* font-weight: bold; */
}
.single-service p {
  font-family: Arial, Helvetica, sans-serif;
  /* text-align: justify !important; */
  display: block;
  font-size: 13px;
  padding: 10px;
  text-align: left;
  transition: all 0.9s ease 0s;
  color: #ffff;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin: 1px 0;
}

table,
th,
td {
  border: 1px solid #fff;
}

th,
td {
  padding: 2px;
  text-align: center;
}

.table td,
.table th {
  background-color: transparent;
  color: #fff;
}

/* .single-service:hover p {
  display: block;
} */
/* .service-img:hover {
  width: 100px;
  transition: all 0.9s ease 0s;
  color: #fff;
} */
/* .single-service:hover i {
  font-size: 65px;
  transition: all 0.9s ease 0s;
  color: #fff;
} */

.single-service:hover {
  background-color: #00556d;
  /* background-color: #00a3d1; */
  /* background-color: rgb(105, 51, 41); */
  /* border-radius: 30px; */
  transition: all 0.9s ease 0s;
}

/* --- Courses  End--- */

/*  ---- Testmonials ---- */
.testimonial {
  /* background-color: #e8e4d6; */
  width: 100%;
  /* height: 100vh; */
  position: relative;
  padding-bottom: 80px;
  font-family: Arial, Helvetica, sans-serif;
  overflow: hidden;
}

/* .testimonial h1 {
  margin-top: 2%;
  margin-bottom: 1%;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  width: 100%;
  font-size: 40px;
  text-transform: capitalize;
} */

.test-heading {
  margin-top: 26px;
  margin-bottom: 13px;
  font-family: "Lora", serif, Arial, Helvetica, sans-serif;
  text-transform: capitalize;
  /* letter-spacing: 5px; */
  /* text-shadow: 0 8px 12px #262626; */
  /* font-size: 2rem; */
  text-align: center;
}

.test-carousel-item {
  min-height: 400px;
  position: relative;
  background-color: rgba(149, 206, 224, 0.2);
  /* border-radius: 20px; */
  padding: 9%;
}

.quote-left {
  font-size: 25px;
  position: relative;
  color: #00a3d1;
}
.quote-right {
  font-size: 25px;
  position: relative;
  left: 98%;
  color: #00a3d1;
}
.test-msg h4 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  margin: 0px;
  position: relative;
  text-align: left;
}

.author {
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  text-transform: capitalize;
}

.test-carousel-control-prev {
  width: 50px !important;
  height: 50px !important;
  background-color: #00a3d1 !important;
  border-radius: 50% !important;
  left: 3% !important;
  top: calc(50% - 25px) !important;
  opacity: 0.25 !important;
}

.test-carousel-control-next {
  width: 50px;
  height: 50px;
  background-color: #00a3d1;
  border-radius: 50%;
  right: 3%;
  top: calc(50% - 25px);
  opacity: 0.25;
}
/*  ---- Testmonials End---- */

/* Contact Us */
.contact-section {
  margin: 10px;
}
.ss-logo--section {
  max-width: 80%;
  /* align-items: start; */
  /* min-width: 35rem; */
  border-radius: 2rem;
  padding-top: 0px;
  display: flex;
  justify-content: start;
}

.contact-container {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.contact-right {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 20px;
}

.contact-right-title h2 {
  font-weight: 400;
  color: #00a3d1;
}

.contact-right-title hr {
  border: none;
  width: 275px;
  height: 5px;
  background-color: #00a3d1;
  border-radius: 10px;
  margin-bottom: 20px;
}

.contact-inputs {
  width: 450px;
  height: 50px;
  border: none;
  outline: auto;
  padding-left: 25px;
  font-weight: 500;
  color: #00a3d1;
  border-radius: 50px;
}

.contact-right textarea {
  height: 100px;
  padding-top: 15px;
  border-radius: 20px;
}

/* .contact-inputs:focus {
  border: 2px solid tomato !important;
} */
.contact-inputs::placeholder {
  color: #a9a9a9;
}

.contact-right button {
  display: flex;
  /* align-items: center;
  justify-content: center; */
  padding: 15px 30px;
  font-size: 16px;
  color: black;
  font-weight: bold;
  border: none;
  border-radius: 50px;
  background: linear-gradient(270deg, #00a3d1, #0982a3);
  cursor: pointer;
}
@media (max-width: 800px) {
  .contact-inputs {
    width: 80vw;
  }
  .ss-logo--section {
    display: none;
    /* width: 50%;
    display: block;
    justify-content: center; */
  }
}

/* Responsive CSS */
/* tablet device*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
}
/* Mobile device */
@media only screen and (max-width: 767px) {
  h2 {
    font-size: 25px;
  }
  .single-service {
    margin-bottom: 20px;
    padding: 40px;
  }
}
