/* this is the admin page of the supuproject*/
body {
  font-family: 'Cabin', Georgia, serif;
  font-weight: 400;
  line-height: 1.55;
  color: #19232D;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Lobster Two', 'Cabin', cursive;
  font-weight: 400;
  color: #401400;
}

#header {
background-color:#83BE3E;
color: #401400;
padding: 10px;
text-align: center;
}

#color1{
background-color: #401400;
}
#color2{
background-color: rgb(247, 207, 70);
}
#color{
background-color: #83BE3E;
}

#color3{
background-color: #FF19A2;
}
#color4{
background-color: rgb(28, 41, 19);
}
#color44{
color: rgb(28, 41, 19);
}
#color11{
color: #401400;
}
#color22{
color: rgb(247, 207, 70);
}
#color0{
color: #83BE3E;
}

#color33{
color: #FF19A2;
}
#Submit_size{height: 10px}

/*  image style fot the index landing image*/
 .banner {
    position: relative;
    background-image: url('../images/landing_image.jpg');
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 500px;
    color: #fff;
  }

  .banner-content {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    width: 100%;
    text-align: right;
  }

  .banner {
    font-size: 36px;
    margin-bottom: 20px;
  }
  
  .banner_contact {
    position: relative;
    background-image: url('../images/contactimage.jpg');
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 260px;
    color: #fff;

  }
   #contact_h1{
    position: absolute;
    top: 30%;
    right: 45%;
    text-align:center;
   }

  .banner p {
    font-size: 18px;
    margin-bottom: 30px;
  }

  .banner .btn {
    font-size: 18px;
  }

  .banner-phone {
      box-sizing: border-box;
      width: 230px;
      background-color: #000; 
      background-color:rgba(0, 0, 0, 0.5);
      height:7%;
      position: absolute;
      top: 1px;
      right: 30%;
      transform: translateX(50%);
      font-size: 18px;
  }

  label {font-family:Cabin, Georgia, serif;}

#font_inline{font-family:Cabin, Georgia, serif;}

#hover_effect .card:hover {
  box-shadow: 0 8px 24px rgba(0,0,0,0.12);
  background-color: #f2f2f2;
  border-radius: 5px;
}

#font  { font-family: 'Lobster Two', 'Cabin', cursive; font-size: 50px; }
#font1 { font-family: 'Lobster Two', 'Cabin', cursive; font-size: 50px; font-weight: 400; letter-spacing: normal; }

/* the footer */
#footer_paragraph{
text-align: center;
}

footer ul li a{
color: white;
}
footer ul li a:hover{
color: #401400;
padding-right: 2px;
}

/*index Page layout*/

#head {
  font-family: Cabin, Georgia, serif;
  background: #fff;
  color: #401400;
  z-index: 997;
  padding: 15px 23px;
}
.navbar_custom ul li a{
color: #401400;
}


.navbar ul li a:hover{

color: #FF19A2;
}
.social a:hover{
color: #FF19A2;
}

#head_logo {
padding: 10px;

}
.zoomable-image {
  cursor: pointer;
  transition: transform 0.9s;
}
.zoomable-image:hover {
  transform: scale(1.2);
}
#modal-content{
  background-color: #000; 
  background-color: rgba(0, 0, 0, 0.5);
}

.carousel-control-prev,
.carousel-control-next {
  filter: invert(100%);
}
 #topButton {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
}

/*  Background image for the about page */
.about_img {
    background-image: url('../images/owner.jpg');
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 780px;
    background-repeat: no-repeat;
  }


/* Additional styles can be added here From Darvon_tek*/

.form-control{
  border: 0.5px solid rgb(218, 218, 218);
}

.add{
  width: 100%;
  margin-bottom: 10px;
}

.row{
  margin-bottom: 10px;
}

.label{
  font-weight: bold;
  margin-top:10px;
  margin-bottom: 10px;
}
.body{
  padding: 0;
  margin: 0;
}

  .sidebar {
    position: fixed;
    top: 90px;
    bottom: 0;
    left: 0;
    padding-top: 56px; 
    width: 240px;
    background-color: #f8f9fa;
  }
  .sidebar a {
    color: #333;
    text-decoration: none;
    display: block;
    padding: 8px 16px;
    transition: background-color 0.3s;
  position: relative;
  }

  .topmenu a {
    color: #333;
    text-decoration: none;
    display: block;
    transition: background-color 0.3s;
  position: relative; 
  }

.topmenu a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    border-bottom: 2px solid transparent;
    transition: border-color 1.5s;
  }

  .topmenu a:hover::after {
    border-color: #FF19A2;
    height: 100%;
 }
  .sidebar a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 80%;
    height: 0;
    border-bottom: 2px solid transparent;
    transition: border-color 1.5s;
  }

  .sidebar a:hover::after {
    border-color: #FF19A2;;
  }

 
  @media (max-width: 767.98px) {
    .sidebar {
      position: static;
      width: 50%;
      padding-top: 0;
      order: 2; 
    }
    
  .topmenu {
    position: static;
    width: 50%;
    padding-top: 0;
    order: 2; 
  }

    .navbar-expand-lg .navbar-nav .nav-link {
      padding: 8px 16px;
      transition: border-bottom 0.3s;
    }

    .navbar-expand-lg .navbar-nav .nav-link:hover {
      border-bottom: 2px solid #007bff;
    }

    .navbar {
      order: 1; 
    }

    .navbar-toggler {
      order: 0; 
    }
  } 
  /* --- Section titles + divider --- */
.section { padding: 64px 0; }
.section-title {
  font-size: 32px;
  margin: 0 0 12px;
}
.section-sub {
  color: #5B6B79;
  margin: 0 0 18px;
}
.section-divider {
  width: 64px;
  height: 4px;
  background: #0E8345;
  border-radius: 6px;
  margin: 8px 0 28px;
}
@media (max-width: 767.98px) {
  .section { padding: 48px 0; }
  .section-title { font-size: 28px; }
}
