/* end */
/* Global styles */

:root {
  --textColor: #1b2741;
  --starColor: #f67034;
  --sectionBack: #f7f6f9;
}

/* Container styles */
.container-one {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 30px;
}

.head {
  text-align: center;
  margin: 15px;
}

.header {
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}

.header h1 {
  font-size: 3em;
  text-transform: uppercase;
  color: var(--textColor);
}

.products {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}

.product {
  background-color: var(--sectionBack);
  width: 350px;
  margin-bottom: 20px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  transition: 0.3s;
}

.product:hover {
  transform: translateY(-15px);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.image {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.image img {
  width: 170px;
  height: auto;
}

.namePrice {
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
}

.namePrice h3 {
  font-size: 2em;
  text-transform: capitalize;
  color: var(--textColor);
}

.namePrice span {
  font-size: 1.5em;
  color: var(--starColor);
}

.product p {
  font-size: 18px;
  line-height: 25px;
  padding: 0 20px;
}

.bay {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.bay a {
  text-decoration: none;
}

.bay button {
  padding: 10px 20px;
  border-radius: 7px;
  border: none;
  background-color: var(--textColor);
  color: var(--sectionBack);
  font-size: 18px;
  text-transform: capitalize;
  cursor: pointer;
  transition: 0.5s;
}

.bay button:hover {
  transform: scale(1.1);
}

/* Media Queries */
@media (max-width: 768px) {
  .header h1 {
    font-size: 2.5em;
  }

  .product {
    width: 90%;
    margin: 20px;
  }
}

@media (max-width: 576px) {
  .header h1 {
    font-size: 2em;
  }

  .product {
    width: 100%;
  }

  .namePrice h3 {
    font-size: 1.5em;
  }

  .product p {
    font-size: 16px;
    line-height: 20px;
  }

  .bay button {
    font-size: 16px;
    padding: 8px 16px;
  }
}
/*---------------------------------- vision & mission------------------------------------ */
.hmm {
  margin-top: 50px;
  margin-bottom: 50px;
  margin-right: 180px;
  margin-left: 180px;
}

.mission {
  display: flex;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
  background-color: #78335d;
  margin: 10px;
  border-radius: 12px;
  align-items: center;
}
.h1 {
  margin: 10px;
}

.mission .title-v2 {
  font-size: 1.7rem;
  color: #ffffff;
  margin: 10px;
}

.missionrow {
  display: flex;
  flex-direction: row;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 10px;
  padding-right: 10px;
}
.missiontitle {
  margin: 10px;
}

.missionhead {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: left;
  width: 60%;
  margin: 20px;
}

.missiontitle {
  text-align: left;
  margin-bottom: 15px;
  color: #ffffff;
  /* text-decoration: underline; */
}

.missionimg {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  width: 40%;
}

.missionimg img {
  width: 90%;
  border-radius: 3px;
  /* box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5); */
}
@media screen and (max-width: 576px) {
  .hmm {
    flex-direction: column;
  }
  .hmm {
    margin: 10px;
  }
  .missiontitle {
    margin: 10px;
  }
}

@media screen and (max-width: 576px) {
  .mission {
    flex-direction: column;
    margin: 10px;
  }
  .missionhead,
  .missionimg {
    width: 100%;
  }
}
/* end */
/*------------------------------------ drone------------------------------------------ */
.container-three {
  position: relative;
  width: 100%;

  margin: 0 auto;

  width: 100%;
}

.head-two {
  color: #000000;
  padding: 20px;
  text-align: center;
}

.head-two h1 {
  font-size: 2.5em;
  font-weight: 20px;
  color: #000000;
}

/* end */
/* --------------------------dean message--------------------------------- */

.ream-h {
  color: #000000;
  padding: 20px;
  margin: 20px;
  text-align: center;
  font-weight: bold;
}

.ream-one {
  display: flex;
  justify-content: space-between;
  background-color: #dbdbdb;
  padding: 20px;
  border-radius: 0px;
  color: rgb(0, 0, 0);
  text-align: center;
}

.ream-text-right {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.7);
}

.head-right h1 {
  font-size: 20px;
  color: #000000;
  margin: 10px;
  font-weight: bold;
}

.img-vc {
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  margin: 100px;
  margin-bottom: 30px;

  height: 200px; /* Adjust the height as needed */
  object-fit: cover; /* Ensures the image fits within the dimensions */
}

.head-right p {
  font-size: 16px;
  color: #000000;
  line-height: 1.5;
  text-align: justify;
  margin: 80px;
}

@media (max-width: 768px) {
  .ream-one {
    flex-direction: column;
  }

  .img-vc {
    margin: 20px;
  }

  .head-right p {
    margin: 20px;
  }
}

/* ----------dean social medal--------------- */

.socialone {
  text-align: center;

  margin: 20px;
}

.socialone ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.socialone ul li {
  display: inline-block;
  margin-right: 7px;
}

.socialone ul li:last-child {
  margin-right: 0;
}

.socialone ul li a {
  text-decoration: none;
  font-size: 14px;
  transition: all 0.3s ease;
  margin: 10px;
}

/* .socialone ul li a:hover {
  transform: scale(1.1);
} */

@media (max-width: 768px) {
  .socialone {
    text-align: center;
  }

  .socialone ul li {
    display: inline;
  }
}

/* ------------------------------Head of department--------------------------- */

.our-team {
  padding: 30px 0 60px;
  margin-bottom: 30px;
  background-color: #ffffff;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  text-align: center;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  margin-bottom: 20px;
}
.row {
  /* align-items: center; */
  justify-content: space-between;
}

.our-team .picture {
  display: inline-block;
  height: 130px;
  width: 130px;
  margin-bottom: 50px;
  z-index: 1;
  position: relative;
}

.our-team .picture::before {
  content: "";
  width: 100%;
  height: 0;
  border-radius: 50%;
  background-color: #78335d;
  position: absolute;
  bottom: 135%;
  right: 0;
  left: 0;
  opacity: 0.9;
  transform: scale(3);
  transition: all 0.3s linear 0s;
}

.our-team:hover .picture::before {
  height: 100%;
}

.our-team .picture::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #78335d;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.our-team .picture img {
  width: 100%;
  height: auto;
  border-radius: 50%;
  transform: scale(1);
  transition: all 0.9s ease 0s;
}

.our-team:hover .picture img {
  box-shadow: 0 0 0 14px #f7f5ec;
  transform: scale(0.7);
}

.our-team .title {
  display: block;
  font-size: 15px;
  color: #4e5052;
  text-transform: capitalize;
}

.our-team .social {
  width: 100%;
  padding: 0;
  margin: 0;
  background-color: #78335d;
  position: absolute;
  bottom: -100px;
  left: 0;
  transition: all 0.5s ease 0s;
}

.our-team:hover .social {
  bottom: 0;
}

.our-team .social li {
  display: inline-block;
}

.our-team .social li a {
  display: block;
  padding: 10px;
  font-size: 17px;
  color: white;
  transition: all 0.3s ease 0s;
  text-decoration: none;
}

.our-team .social li a:hover {
  color: #78335d;
  background-color: #ecf2f7;
}

.social h1 a {
  font-size: 2rem;
  margin-bottom: 10px;
  color: #ffffff;
  margin: 5px;
  text-decoration: none;
}

/* ------------------------research and development -----------------------------*/
.container-three {
  width: 100%;

  margin: 0 auto;
  /* padding: 20px; */
}

.ream-h {
  text-align: center;
  margin-bottom: 20px;
}

.container-fluid-one {
  position: relative;
  overflow: hidden;
}

.container-fluid-one img {
  width: 100%;
  height: auto;
}

.container-on {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(20, 18, 18, 0.5);
  padding: 20px;
  color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.content {
  text-align: center;
}

.re-button {
  margin-top: 20px;
}

.re-button button {
  padding: 10px 20px;
  background-color: #007bff;
  color: rgb(255, 255, 255);
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.re-button button:hover {
  background-color: #0056b3;
}
/* For small devices (e.g., phones) */
@media (max-width: 576px) {
  .container-fluid-one {
    padding: 0;
  }
  .container-on {
    width: 100%;
    padding: 10px;
  }
}

/* For medium devices (e.g., tablets) */
@media (min-width: 577px) and (max-width: 768px) {
  .container-on {
    width: 80%;
  }
}

/* For large devices (e.g., desktops) */
@media (min-width: 769px) {
  .container-on {
    width: 60%;
  }
}

/*-----------------------social media ----------------------------*/
.social-iconn {
  position: fixed;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9999;
}

.social-iconn a {
  display: block;
  width: 40px;
  height: 40px;
  background-color: #333;
  color: #fff;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  text-decoration: none;
  transition: background-color 0.3s;
}

.social-iconn a:hover {
  background-color: #666;
}

/* end */

/*------------------------------------------------ end -------------------------------------*/

.single_advisor_profile {
  position: relative;
  margin-bottom: 50px;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  z-index: 1;
  border-radius: 15px;
  -webkit-box-shadow: 0 0.25rem 1rem 0 rgba(47, 91, 234, 0.125);
  box-shadow: 0 0.25rem 1rem 0 rgba(47, 91, 234, 0.125);
}
.single_advisor_profile .advisor_thumb {
  position: relative;
  z-index: 1;
  border-radius: 15px 15px 0 0;
  margin: 0 auto;
  padding: 30px 30px 0 30px;
  background-color: #f2f2f2;
  overflow: hidden;
  /* height: 350px;
  width: 300px; */
}
.single_advisor_profile .advisor_thumb::after {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  position: absolute;
  width: 150%;
  height: 80px;
  bottom: -45px;
  left: -25%;
  content: "";
  background-color: #ffffff;
  -webkit-transform: rotate(-15deg);
  transform: rotate(-15deg);
}
@media only screen and (max-width: 575px) {
  .single_advisor_profile .advisor_thumb::after {
    height: 160px;
    bottom: -90px;
  }
}
.single_advisor_profile .advisor_thumb .social-info {
  position: absolute;
  z-index: 1;
  width: 100%;
  bottom: 0;
  right: 30px;
  text-align: right;
}
.single_advisor_profile .advisor_thumb .social-info a {
  font-size: 14px;
  color: #020710;
  padding: 0 5px;
}
.single_advisor_profile .advisor_thumb .social-info a:hover,
.single_advisor_profile .advisor_thumb .social-info a:focus {
  color: #3f43fd;
}
.single_advisor_profile .advisor_thumb .social-info a:last-child {
  padding-right: 0;
}
.single_advisor_profile .single_advisor_details_info {
  position: relative;
  z-index: 1;
  padding: 30px;
  text-align: right;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  border-radius: 0 0 15px 15px;
  background-color: #ffffff;
}
.single_advisor_profile .single_advisor_details_info::after {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  position: absolute;
  z-index: 1;
  width: 50px;
  height: 3px;
  background-color: #3f43fd;
  content: "";
  top: 12px;
  right: 30px;
}
.single_advisor_profile .single_advisor_details_info h6 {
  margin-bottom: 0.25rem;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single_advisor_profile .single_advisor_details_info h6 {
    font-size: 14px;
  }
}
.single_advisor_profile .single_advisor_details_info a {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  margin-bottom: 0;
  font-size: 14px;
  text-decoration: none;
  color: #000;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single_advisor_profile .single_advisor_details_info a {
    font-size: 12px;
  }
}
.single_advisor_profile:hover .advisor_thumb::after,
.single_advisor_profile:focus .advisor_thumb::after {
  background-color: #78335d;
}
.single_advisor_profile:hover .advisor_thumb .social-info a,
.single_advisor_profile:focus .advisor_thumb .social-info a {
  color: #ffffff;
}
.single_advisor_profile:hover .advisor_thumb .social-info a:hover,
.single_advisor_profile:hover .advisor_thumb .social-info a:focus,
.single_advisor_profile:focus .advisor_thumb .social-info a:hover,
.single_advisor_profile:focus .advisor_thumb .social-info a:focus {
  color: #ffffff;
}
.single_advisor_profile:hover .single_advisor_details_info,
.single_advisor_profile:focus .single_advisor_details_info {
  background-color: #78335d;
}
.single_advisor_profile:hover .single_advisor_details_info::after,
.single_advisor_profile:focus .single_advisor_details_info::after {
  background-color: #ffffff;
}
.single_advisor_profile:hover .single_advisor_details_info h6,
.single_advisor_profile:focus .single_advisor_details_info h6 {
  color: #ffffff;
}
.single_advisor_profile:hover .single_advisor_details_info a,
.single_advisor_profile:focus .single_advisor_details_info a {
  color: #ffffff;
}

/* ---------------------------------------end-------------------------------------------- */
h4 {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #000;
  text-rendering: optimizeLegibility;
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 29px;
}
/*--- Section --- */

section.section {
  padding: 50px 0px;
}

section.section.white {
  background: #fff !important;
}
/* -----------------------------------------ENd ----------------------------------*/
#recruiters {
  background: #f1f6fe;
}

#recruiters .box-default {
  border-radius: 0px;
  border: none;
  text-align: center;
  height: 100px;
  line-height: 68px;
}

#recruiters .box-default img {
  max-width: 125px;
  max-height: 62px;
}

#recruiters .slides {
  margin-bottom: 40px;
}

#recruiters .btn {
  min-width: 180px;
}
.text-center {
  text-align: center;
}

/* Container ---------------------- */

/* .container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px
}
@media (min-width:768px) {
  .container {
      width: 740px
  }
}

@media (min-width:992px) {
  .container {
      width: 960px
  }
}

@media (min-width:1200px) {
  .container {
      width: 1160px
  }
} */
/*--- Slides --- */

.slides .row ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}

.slides .row ul li {
  flex: 0 0 auto;
  width: calc(25% - 20px);
  margin: 10px;
}

.slides {
  position: relative;
}

.slides ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

.slides .controls a {
  background: #fff;
  display: inline-block;
  margin: 0px 5px;
  width: 22px;
  height: 0;
  padding-top: 20px;
  overflow: hidden;
  border-radius: 50%;
  border: 1px solid #979797;
}

.slides .controls a:hover,
.slides .controls a.selected {
  background: #fc654c;
  border-color: #fc654c;
}

/*--- Slider2 --- */
/* 
.slider2 .previous-btn,
.slider2 .next-btn {
  background: #fff;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid #e5e5e5;
  position: absolute;
  top: 50%;
  font-size: 16px;
  line-height: 58px;
  color: #7a7a7a;
  top: 50%;
  margin-top: -30px;
  text-decoration: none;
  display: inline-block;
  text-align: center;
}

.slider2 .previous-btn {
  left: -68px;
}

.slider2 .next-btn {
  right: -68px;
} */
/*--- Box Default --- */

.box-default {
  background: #fff;
  padding: 16px;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
}

.box-default.no-padding {
  padding: 0;
}

.col-sm-3 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
/* Row */
.row {
  margin-left: -15px;
  margin-right: -15px;
}
/*--- ---------------------------Our Rcruiters ----------------------------- */

#our-recruiters {
  text-align: center;
}

#our-recruiters ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

#our-recruiters .box {
  background: #fff;
  border: 1px solid #dadada;
  width: 170px;
  height: 100px;
  padding: 15px;
  line-height: 70px;
  margin-bottom: 30px;
}

#our-recruiters .box img {
  max-height: 70px;
  max-width: 140px;
}
.icon-arrow-left,
.icon-arrow-right {
  font-family: "simple-line-icons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/*--- Button5 --- */

.button5 {
  border-radius: 21px;
  background: #00bfe7;
  color: #fff !important;
  border: 0;
  font-size: 12px;
  line-height: 19px;
  padding: 10px 20px;
  font-weight: bold;
  transition: all 0.3s ease 0s;
  outline: none;
  min-width: 120px;
}

.button5:hover,
.button5:focus,
.button5:active {
  color: #fff;
}
.btn > .caret,
.dropup > .btn > .caret {
  border-top-color: #000 !important;
}

.slides .row ul li {
  flex: 0 0 calc(25% - 20px);
  margin: 10px 5px;
}

@media (max-width: 767px) {
  .container {
    width: 100%;
    padding: 0 15px;
  }

  .slides .row ul li {
    flex: 0 0 calc(50% - 10px);
  }
}
/*------------------------------------ end----------------------------- */
/*--------------------------------- book-------------------------------- */
.book {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  min-height: 50vh;
  background-color: #f0f0f0;
}

.container-book {
  width: 200px;
  margin: 10px;
  padding: 15px;
  text-align: center;
  /* background-color: #fff; */
  border-radius: 10px;
  /* box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); */
  overflow: hidden; /* Ensures the image doesn't overflow its container */
  transition: transform 0.3s; /* Smooth transition for the zoom effect */
}

.container-book img {
  max-width: 100%;
  height: auto;
  border-radius: 5px;
  transition: transform 0.3s;
}

.btn {
  display: inline-block;
  padding: 5px 10px;
  margin-top: 10px;
  font-size: 1rem;
  color: #fff;
  background-color: #282828;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.btn:hover {
  background-color: #d4d4d4;
}

h2 {
  margin-top: 10px;
  font-size: 1.2rem;
  color: #333;
}
/* hover */

.container-book:hover {
  transform: scale(1.05); /* Scale up the container on hover */
}

.container-book:hover img {
  transform: scale(
    1.1
  ); /* Scale up the image more than the container for a zoom effect */
}
@media (max-width: 768px) {
  .container-book {
    width: 150px;
    padding: 10px;
  }
}

@media (max-width: 576px) {
  .container-book {
    width: 100px;
    padding: 5px;
  }
}

/*--------------------------------- news media-------------------------------- */
.news {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  min-height: 50vh;
  background: repeating-linear-gradient(to top, #e2d1c3, #fdfcfb);
}

.container-news {
  width: 450px;
  margin: 1px;
  padding: 15px;
  text-align: center;
  /* background-color: #fff; */
  border-radius: 10px;
  overflow: hidden; /* Ensures the image doesn't overflow its container */
  transition: transform 0.3s; /* Smooth transition for the zoom effect */
}

.container-news img {
  max-width: 100%;
  height: auto;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s;
}

h2 {
  margin-top: 10px;
  font-size: 1.2rem;
  color: #333;
}

@media (max-width: 768px) {
  .container-news {
    width: 250px;
    padding: 10px;
  }
}

@media (max-width: 576px) {
  .container-news {
    width: 200px;
    padding: 5px;
  }
}

.container-news:hover {
  transform: scale(1.05); /* Scale up the container on hover */
}

.container-news:hover img {
  transform: scale(
    1.1
  ); /* Scale up the image more than the container for a zoom effect */
}

/* ----------------------------------Excelence -----------------------------*/
body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.container-ex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 20px;
}
.inner-container {
  flex: 0 0 calc(33.33% - 20px);
  margin: 10px;
  padding: 15px;
  /* background-color: #f9f9f9; */
  /* box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); */
  border-radius: 5px;
  text-align: center;
}
.inner-container img {
  max-width: 100%;
  border-radius: 5px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
}
.inner-container h2 {
  margin-top: 10px;
  font-size: 1.2rem;
}
.inner-container a {
  display: block;
  margin-top: 10px;
  color: #333;
  text-decoration: none;
  font-size: 2rem;
}
/* Hover effect */
.inner-container a:hover {
  color: #78335d;
}

/* Responsive layout */
@media screen and (max-width: 768px) {
  .inner-container {
    flex-basis: calc(50% - 20px);
  }
}
@media screen and (max-width: 480px) {
  .inner-container {
    flex-basis: calc(100% - 20px);
  }
}

/*--------------------------------------------------------- end------------------------------------------------------------------- */

/* Custom carousel styles */
.main {
  padding: 15px;
}
.carousel-item {
  height: 400px; /* Adjust the height as needed */
}

.head-one {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
  padding: 10px 20px;
  border-radius: 5px;
  color: white;
  text-align: center;
}

.head-one h1 {
  font-size: 2.1rem;
  margin: 20px;
  font-weight: bold;
}

/* Optional: Adjust the caption position or style as needed */
.carousel-caption {
  bottom: 20px;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
}

/* Optional: Customize carousel control buttons */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
}

.carousel-control-prev-icon:before,
.carousel-control-next-icon:before {
  color: #fff; /* Control icon color */
}

/* Optional: Adjust indicator position or style */
.carousel-indicators {
  bottom: 10px;
}

.carousel-indicators button {
  background-color: rgba(255, 255, 255, 0.5); /* Semi-transparent background */
  border: none; /* Remove button border */
}

.carousel-indicators .active {
  background-color: #fff; /* Active indicator color */
}
/* Custom carousel styles */

/* Default height for medium to large screens */
.carousel-item {
  height: 400px;
}

/* Adjust height for smaller screens */
@media (max-width: 768px) {
  .carousel-item {
    height: 100px;
  }

  .head-one h1 {
    font-size: 1rem;
  }
}

/* Adjust height for extra small screens */
@media (max-width: 576px) {
  .carousel-item {
    height: 160px;
  }

  .head-one h1 {
    font-size: 1rem;
  }
}

/* Adjust caption position for smaller screens */
@media (max-width: 992px) {
  .carousel-caption {
    bottom: 10px;
  }
  .carousel-indicators button {
    background-color: rgba(
      255,
      255,
      255,
      0.5
    ); /* Semi-transparent background */
    border: none; /* Remove button border */
    display: none;
  }
}

/* Optional: Customize carousel control buttons */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
}

.carousel-control-prev-icon:before,
.carousel-control-next-icon:before {
  color: #fff; /* Control icon color */
}

/* Optional: Adjust indicator position or style */
.carousel-indicators {
  bottom: 10px;
}

.carousel-indicators button {
  background-color: rgba(255, 255, 255, 0.5); /* Semi-transparent background */
  border: none; /* Remove button border */
}

.carousel-indicators .active {
  background-color: #fff; /* Active indicator color */
  size: 10px;
}

/* ----------------------------------------------------------old code silder--------------------------------------------- */
/* Styles for the container */

.container-fluid {
  position: relative;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}

/* Styles for the image */
.container-fluid img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
  z-index: 0;
}

/* Pseudo-elements for gradient overlay */
.container-fluid::before,
.container-fluid::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  z-index: 0;
}

.container-fluid::after {
  bottom: 0;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 10) 5%,
    rgba(255, 255, 255, 0) 35%
  );
  backdrop-filter: brightness(100%);
}
