/* Media Types */
@media screen and (max-width: 480px) {
  #header,
  #content,
  #top-container,
  #bottom-container,
  #body {
    width: 100% !important;
    margin: 0;
    padding: 0;
  }
  #top-container {
    height: 100%;
  }

  #content {
    padding-bottom: 2.5rem;
  }
  #body {
    position: relative;
    min-height: 100vh;
  }
  #footer {
    position: relative;
    bottom: 0;
    width: 100%;
  }

  .da-slider {
    min-width: 100% !important;
  }
  .da-slide {
    width: 100% !important;
    left: 0 !important;
    margin: 0;
    padding: 0;
  }
  .da-slide h2 {
    font-size: 18px !important;
  }
  .da-img img {
    width: 100% !important;
  }
}
/******************************************************/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Barlow Condensed", sans-serif;
}
/* View Website Link */
.view-website {
  margin-left: 10px;
}
/* Logout from Admin link */
.logout {
  margin-left: 30px;
}
h2 {
  font-size: 30px;
  font-weight: 600;
  text-transform: Capitilize;
  /* letter-spacing: 4px; */
  /* position: relative;  */
  margin-bottom: 15px !important;
}
h3 {
  font-size: 20px;
  color: #576574;
  /*letter-spacing: 2px;*/
  font-weight: 600 !important;
}
h4 {
  font-size: 20px;
  color: #576574;
  /*letter-spacing: 2px;*/
  font-weight: 400;
}
.home-section-head {
  width: 100%;
  margin: 30px 0;
  padding: 15px 0;
  background-color: #999;
  color: #fff;
}
.section-head {
  width: 100%;
  margin: 30px 0;
  padding: 15px 0;
}
.section-head h2 {
  margin: 0 !important;
}
p {
  line-height: 1.9;
  margin: 0;
}
.section-head h4 {
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 4px;
  word-spacing: 1px;
  display: inline-block;
  padding: 0 15px;
  position: relative;
  display: none;
}
.section-head h4:before {
  left: -50px;
}
.section-head h4:after {
  right: -50px;
}
.section-head h4:before,
.section-head h4:after {
  content: "";
  width: 50px;
  height: 2px;
  background-color: #f9ca24;
  position: absolute;
  bottom: 3px;
}

*,
::after,
::before {
  box-sizing: border-box;
}

h5 {
  font-size: 15px;
  color: #576574;
  letter-spacing: 2px;
  font-weight: 300;
}

.section-head p:before,
.section-head p:after {
  content: "";
  width: 50px;
  height: 2px;
  background-color: #b3c44e;
  position: absolute;
  bottom: 3px;
}
/*************************************************/
/* Text Mods and add on things */
/*************************************************/
.text-center {
  text-align: center;
}
.bold-text {
  font-weight: bold !important;
}
.light-text {
  color: #b3b3b3;
  font-size: 14px;
}
.bullet:before {
  content: "•";
}
.info {
  color: #353b48;
  font-size: 10px;
}
/* Login Button */
.login-button {
  width: 150px;
  margin: auto;
}

/*** Center containers ******/
.center {
  margin: 0 auto;
}
.textcenter {
  text-align: center;
}
/*** Adds Margin of 0.5 to the left side **/
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}
/*** Adds Margin of 0.5 to the right side **/
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.box h3 {
  font-size: 20px;
  font-weight: 300;
  color: #576574;
}

/*** ALL LINKS ON THE PAGE ****/
a {
  text-decoration: none;
  color: #576574;

  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
a:hover {
  color: #f9ca24;
}

.dash-a,
.dash-a:visited {
  color: #00a8ff;
}
a {
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
}
.dash-a:hover {
  color: #feca57; /* Yellow */
}

/**** Styling HR Line ***/
hr {
  border: 0;
  border-top: 1px solid #eee;
  margin: 20px 0;
}
/*****************************/

/* Styling content on the page */

.services {
  width: 100%;
  margin: 0;
  padding: 0;
  justify-content: center;
}

#mid-container h2 {
  font-size: 40px;
  margin-bottom: 20px;
  text-align: center;
  color: #2f3542;
}
.s1,
.s2,
.s3,
.s4 {
  display: block;
  float: left;

  margin: 0;
}
/********** Image Zoom *********/

#container-zoom {
  display: inline-block;

  /*border: 1px solid black; */
  overflow: hidden; /* clip the excess when child gets bigger than parent */
}
#container-zoom img {
  display: block;
  transition: transform 0.4s; /* smoother zoom */
}
#container-zoom:hover img {
  transform: scale(1.1);
  transform-origin: 50% 50%;
}

/*******************************/
.s-image img {
  width: 100%;
  height: 150px;
}
.s-content {
  text-align: center;
  margin-top: 10px;
}
quote {
  color: #333;
  font-style: italic;
}
quote:before {
  content: open-quote;
}
quote:after {
  content: close-quote;
}
.quote-name {
  font-size: 18px;
  font-style: italic;
  color: #333;
  text-align: center;
}
/***** Testimonial Images ****/
.testimonial-image {
  width: 50px;
  height: 50px;
  margin: 5px;
  padding: 10px;
  border-radius: 50px;
  vertical-align: text-top;
}

.testimonial-image-large {
  width: 200px;
  height: 200px;
  margin: 5px;
  padding: 10px;
  border-radius: 110px;
  vertical-align: text-top;
}
.slider-image {
  width: 120px;
  height: auto;
  margin: 5px;
  padding: 10px;
  border-radius: 50px;
  vertical-align: middle;
}

/**** Icon Button **/
.iconbutton {
  background-color: #576574; /* Grey */
  border: none;
  border-radius: 2px;
  color: white !important;
  font-weight: 300;
  padding: 5px 10px;
  width: 35px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 11px;
}
.iconbutton {
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
}
.iconbutton:hover {
  background-color: #feca57; /* Yellow */
  color: white;
}
/****** DELETE BUTTON IN ADMIN Pannel */
#delete2 {
  background-color: #d63031;
}
#delete2:hover {
  background-color: #feca57; /* Yellow */
}
/******************/
.addnewbtn {
  color: #fff;
  border-radius: 2px 10px 0 0;
  padding: 5px 20px;
  background-color: #c8d6e5;
}
.addnewbtn {
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
}
.addnewbtn:hover {
  background-color: #feca57;
  color: #ffffff;
}
/***** WARNING ICONS ******/
.warningicon-red {
  font-size: 50px;
  color: red;
  text-align: center;
}
/***** Basic Table ********/
#basictable {
  width: 100%;
  border-collapse: collapse;
  color: #475f77;

  overflow: scroll;
  /* Scrollbar are always visible */
  overflow: auto;
  /* Scrollbar is displayed as it's needed */
}

#basictable th {
  padding: 10px;
  text-align: left;
  word-wrap: break-word;
  border-bottom: 2px solid #dcdde1;
  width: auto;
}

#basictable td {
  border-bottom: 1px solid #eee;
  font-size: 14px;
  padding: 10px;
  font-weight: 300;
  /*width:auto; */
}
#basictable td:last-of-type {
  text-align: right;
}
/**************************/
/***** Form Styling Input Fields *****/
input[type="text"],
input[type="password"],
input[type="email"],
input[type="date"],
input[type="phone"],
input[type="url"],
input[type="tel"],
input[type="file"],
textarea,
select {
  width: 100%;
  padding: 12px 20px;
  -webkit-appearance: none;
  /* remove the strong OSX influence from Webkit */
  margin: 8px 0;
  box-sizing: border-box;
  border: 1px solid #f1f1f1;
  border-radius: 5px;
  background-color: #fbfbfb;
  font-size: 12px;
  font-family: "Open Sans", sans-serif;
  color: #9a9a9a;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="date"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus {
  outline: 1px solid #f9ca24 /* DP Yellow */;
}
input[type="submit"],
button {
  width: 150px;
  padding: 12px 20px;
  background-color: #f9ca24;
  border: 0;
  color: #333;
  border-radius: 5px;
}
input[type="submit"],
button:hover {
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
}

input[type="submit"]:hover,
button:hover {
  background-color: #fbda66; /* Yellow */
  color: #fff;
  webkit-box-shadow: 0 2px 2px 0 rgba(60, 72, 118, 0.14),
    0 3px 1px -2px rgba(60, 72, 118, 0.2), 0 1px 5px 0 rgba(60, 72, 118, 0.12);
  box-shadow: 0 2px 2px 0 rgba(60, 72, 118, 0.14),
    0 3px 1px -2px rgba(60, 72, 118, 0.2), 0 1px 5px 0 rgba(60, 72, 118, 0.12);
}
/*******************************/
/****** Alert Box **************/
.alert {
  padding: 20px;
  background-color: #f44336;
  color: white;
}
.success {
  padding: 20px;
  background-color: #69bc6f;
  color: white;
}

.closebtn {
  margin-left: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}

.closebtn:hover {
  color: black;
}
.float-right {
  float: right;
}
.float-left {
  float: left;
}
/* More Buttons */

.btn_reg {
  padding: 15px 40px;
  background-color: #fbce24;
  color: #fff;
  border-radius: 5px;
  margin-top: 20px !important;
}
.btn_reg:hover {
  background-color: #333333;
  color: #fff;
}
/**** Custom Switch Buttons *****/
.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 25px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 1px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #2196f3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196f3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
/***************** end of switch buttons *******/
/** DP JOb Application *****/
.application-success {
  margin: 100px 0;
  color: #2ed573 !important;
  line-height: 1.8;
}
.application-fail {
  margin: 100px 0;
  color: #ff6348 !important;
  line-height: 1.8;
}
/***** Career image for page headers *****/
.careerimg {
  width: 100%;
  height: 300px !important;
  background-image: url("https://images.pexels.com/photos/3183190/pexels-photo-3183190.jpeg?auto=compress&cs=tinysrgb&dpr=3&h=750&w=1260");
  background-position: top; /* Center the image */
  background-size: cover; /* Resize the background image to cover the entire container */
  margin: 0 auto;
}
.careerh1 {
  color: #fff;
  font-size: min(6vw, 70px);
  text-align: center;
  vertical-align: middle;
  line-height: 300px;
}

/* Home Page */

.cta-wrapper {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 20px;
}

.cta-container {
  max-width: 700px;
  width: 100%;
}

.cta-container h3 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 12px;
}

.cta-container h1 {
  font-size: 48px;
  font-weight: 800;
  margin-bottom: 30px;
}

.cta-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.cta-button {
  background-color: #fbce24;
  color: #000;
  padding: 16px 36px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: bold;
  font-size: 18px;
  border: 2px solid transparent;
  transition: all 0.3s ease;
}

.cta-button:hover {
  background-color: #f7c000;
  color: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.cta-phone {
  font-size: 18px;
}

.cta-phone a {
  color: #000;
  text-decoration: underline;
  font-weight: bold;
}

@media (max-width: 600px) {
  .cta-container h1 {
    font-size: 34px;
  }

  .cta-container h3 {
    font-size: 16px;
  }

  .cta-button {
    width: 100%;
  }

  .cta-actions {
    flex-direction: column;
  }
}
