/* ************* */
:root{
    --color1:#191745;
    --color2:#F2F1EA;
    --color3:#ffffff;
    --color4:#009688;
    --color5:#000000;
    --font-family1:'Secular One', sans-serif;
    --color5:RGB(243,243,243);

}
* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    }
    
#navbar-fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000; 
  background-color: #f8f9fa;
}
#navbar-fixed .nav-item{

  font-size: x-large;
    font-weight: 500;

}
.navbar-light .navbar-nav .nav-link{
  color: black;
}
#navbar-fixed .nav-item i{
  color: var(--color4);
}
.container {
    max-width: 100%;
    margin-left: 0px;
    margin-right: 0px;
}
 #book-btn{
    background-color: var(--color4);
    border: 0px;
    font-family:var(--font-family1);
    font-weight: 100;

}
.image-container {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("../images/hero.jpg") center/cover no-repeat;
  min-height: 80vh; 
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 2rem;
  height: 600px;
}

.btn-check:focus+.btn-outline-light, .btn-outline-light:focus {
       box-shadow: none !important;
}


.about-section {
  background:  url("../images/bg-pattern.jpg") center/cover no-repeat;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  margin: 20px 0;
}


.about-text h3 {

    font-size: 1.2rem;
  margin-bottom: 10px;
  font-weight: 400;
}

.about-text h2 {
  font-size: 2rem;
  margin-bottom: 20px;
  font-weight: 700;
}

.about-text h2 strong {
  color:  var(--color4);
}

.about-text p {
  line-height: 1.8;
  margin-bottom: 20px;
  text-align: justify;
}

.mark {
  background-color: rgba(74, 137, 220, 0.1);
  padding: 2px 5px;
  border-radius: 3px;
  color:  var(--color4);
}


.about-section {
  background-color: #f8f9fa;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  margin: 20px 0;
}

.about-text h2 {
  font-size: 2rem;
  margin-bottom: 20px;
  font-weight: 700;
}

.about-text h2 strong {
  color: var(--color4);
}

.about-text p {
  line-height: 1.8;
  margin-bottom: 20px;
  text-align: justify;
}

.mark {
  background-color: rgba(74, 137, 220, 0.1);
  padding: 2px 5px;
  border-radius: 3px;
  color: var(--color4);
}

.styled-img {
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  object-fit: cover;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.styled-img:hover {
  transform: scale(1.03);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.big-img {
  max-height: 600px;
}

.small-img {
  max-width: 300px;
  max-height: 300px;
}


/* ............... */
.stats-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  padding: 40px 20px;
  margin-top: 25px;

}

.stat-box {
  flex: 1 1 calc(25% - 20px);
  background: white;
  border-radius: 10px;
  text-align: center;
  padding: 20px;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
  transition: transform 0.3s ease;
}

.stat-box:hover {
  transform: translateY(-5px);
}

.stat-box img {
  max-width: 60px;
  margin-bottom: 15px;
}

.stat-box h6 {
  font-size: 16px;
  margin-bottom: 10px;
  color: #333;
}

.counter span {
  font-size: 24px;
  font-weight: bold;
  color: var(--color4);
}

.counter {
  font-size: 14px;
  color: #555;
}

/* Responsive */
@media (max-width: 1024px) {
  .stat-box {
    flex: 1 1 calc(50% - 20px);
  }
}

@media (max-width: 600px) {
  .stat-box {
    flex: 1 1 100%;
  }
}

.custom-card {
  border: none;
  overflow: hidden;
  transition: transform 0.3s ease;
  box-shadow: 0 4px 10px #12b9ee42;

}
#ourServices{
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 25px;
  background:  url("../images/bg-pattern.jpg") center/cover no-repeat;
}
.img-wrapper {
  overflow: hidden; 
}

.custom-img {
  transition: transform 0.3s ease;
}


.custom-img:hover {
  transform: scale(1.05);

}


/*******************
Start style Tilte_Section index
******************
*/

    #Tilte_Section h2{

        color: var(--color4);
        font-family: fantasy;
        font-size: 53px;
        z-index: -1;
        position: relative;
        
    }
    #Tilte_Section h3{ 
      font-size: 36px;
        margin-top: -27px;
        font-weight: 300;

    }
.contact-us{
  margin-top: 25px;
  margin-bottom: 75px;
}
.contact-us .icon{
      color: white;
    font-size: 30px;
    background: var(--color4);
    border-radius: 50%;
    margin: auto;
    padding: 10px 15px 10px 15px;

}

.footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 50px;
  background-color: #343a40;
  font-family: Arial, sans-serif;
  font-size: 14px;
  color: white;
}

.footer-left {
  font-weight: bold;
    font-size: 25px;

}

.footer-center {
  text-align: center;
  flex: 1;
}

.footer-right {
  display: flex;
  gap: 15px;
  font-size: 23px;
}

.footer-right a {
  color: inherit;
  text-decoration: none;
}
