@import url("https://fonts.googleapis.com/css2?family=Oswald&family=Roboto&display=swap");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.3/font/bootstrap-icons.css");
* {
  font-family: "Oswald", sans-serif;
  font-family: "Roboto", sans-serif;
}

.upperContact {
  display: flex;
  background-color: black;
}

.upperContact div {
  display: flex;
}
.upperContact div h4 {
  display: flex;
  color: white;
}

.header-logo a img {
  width: 14rem;
  height: auto;
}

.section2 {
  display: flex;
  margin-top: 6rem;
  margin-bottom: 10rem;
}

.section2 div {
  display: flex;
  flex-direction: column;
  width: 50%;
  justify-content: center;
  align-items: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.leftSec2 p {
  width: 60%;
  text-align: auto;
  font-size: 1.1rem;
}
.leftSec2 .bb:before {
  content: "";
  background: #f7992b;
  display: block;
  width: 116px;
  height: 7px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.rightSec2 .cc:before {
  content: "";
  background: #2a2b2c;
  display: block;
  width: 116px;
  height: 7px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.rightSec2 p {
  width: 60%;
  text-align: auto;
  font-size: 1.1rem;
}

.leftSec2 {
  background-color: #2a2b2c;
  border-radius: 5px;
  box-shadow: 7px 6px 24px -6px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 7px 6px 24px -6px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 7px 6px 24px -6px rgba(0, 0, 0, 0.75);
  transform: translate(29px, -8px);
}
.rightSec2 {
  transform: translate(-25px, 40px);

  background-image: url("../img/sliut.jpg");

  border-radius: 5px;
  box-shadow: 7px 6px 24px -6px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 7px 6px 24px -6px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 7px 6px 24px -6px rgba(0, 0, 0, 0.75);
}


.heh {
  background: #f7992b !important;
}

.section4 {
  display: grid;
  max-width: 1200px;
  margin-top: 2rem;

  grid-template-columns: repeat(auto-fit, 22rem);
  align-content: center;
  gap: 10px;
  justify-content: center;
  margin: auto;
}
.section4 .serviceCards {
  position: relative;
  overflow-y: hidden;
  cursor: pointer;
  border-radius: 4px;
  margin-bottom: 1rem;
}

.section4 .serviceCards img {
  width: 100%;
  height: auto;
}

.section4 .serviceCards .hoverDiv {
  z-index: 99;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f7992b;
  display: flex;
  align-items: center;
  justify-content: center;

  transform: translateY(19rem);
  transition: 250ms ease;
}
.section4 .serviceCards:hover .hoverDiv {
  color: #fff;
  transform: translateY(0rem);
}
.galleryContainer {
  margin: 5rem 6rem;
  padding-bottom: 5rem;
}
.gMasterContainer {
  background-image: url(../img/banner_inner.jpg);
  height: auto;
  /* height: 115vh; */
}
/* .galleryContainer .gallery {
  margin: 1rem 2rem;
  width: 100vw;
} */
.galleryContainer .gallery {
  --grid-layout-gap: 5px;
  --grid-column-count: 8;
  --grid-item--min-width: 280px;
  --gap-count: calc(var(--grid-column-count) - 1);
  --total-gap-width: calc(var(--gap-count) * var(--grid-layout-gap));
  --grid-item--max-width: calc(
    (100% - var(--total-gap-width)) / var(--grid-column-count)
  );

  display: grid;
  grid-template-columns: repeat(
    auto-fill,
    minmax(max(var(--grid-item--min-width), var(--grid-item--max-width)), 1fr)
  );
  grid-gap: var(--grid-layout-gap);
  justify-content: center;
  justify-items: center;
}
.galleryContainer .gallery img {
  height: 200px;
  width: auto;
  padding: 5px;
  transition: 250ms ease;
}

.galleryContainer .buttonGroup {
  margin-left: 2.3rem;
}
.galleryContainer .buttonGroup button {
  padding: 0.4rem;
  background: #f7992b;
  border: none;
  color: white;
  border-radius: 3px;
  cursor: pointer;
}
.galleryContainer .buttonGroup button:hover {
  opacity: 0.8;
}
.galleryContainer .gallery img:hover {
  transform: scale(1.1);
}
.galleryheading {
  margin-left: 2.2rem;
}
.galleryheading h3 {
  margin-bottom: 10px;
}

.galleryheading p {
}

.aboutUsmain {
  position: relative;
  margin-top: 6rem;
}

.aboutUsmain img {
}
.aboutUsmain .texthed {
  position: absolute;
  top: 0;
  left: 0;

  height: 100%;
}

.aboutUsmain .texthed {
  height: 100%;
  display: flex;
  padding: 2rem 7.5rem;
  justify-content: center;
  flex-direction: column;
}
.aboutUsmain .texthed p {
  font-weight: 400;
  text-align: justify;
  font-size: 1.2rem;
  color: black;
  line-height: 2rem;
}

.aboutUsmain .texthed h3 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 2px;
}

/* Style inputs */
.contactform input[type="text"],
select,
textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

.contactform input[type="submit"] {
  background-color: #f7992b;
  color: white;
  padding: 12px 20px;
  border: none;
  cursor: pointer;
}

.contactform input[type="submit"]:hover {
  background-color: #dd8e33;
}

/* Style the container/contact section */
.containerzz {
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 10px;
  margin-top: 5rem;
}

/* Create two columns that float next to eachother */
.columnzz {
  float: left;
  width: 50%;
  margin-top: 6px;
  padding: 20px;
}

/* Clear floats after the columns */
.rowzz:after {
  content: "";
  display: table;
  clear: both;
}

.comingContainer {
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-image: url("../img/banner_inner.jpg");
}
.comingContainer h3 {
  margin: 0;
  font-size: 3rem;
  color: #f7992b;
  font-weight: bold;
  transform: translateY(-4.5rem);
}
.comingContainer p {
  margin-top: 1rem;
  font-size: 1.5rem;
  transform: translateY(-4.5rem);
}

.resourcesMainContainer {
  height: auto;

  display: grid;
  grid-template-columns: 0.5fr 1fr 0.5fr;
  grid-template-rows: 0.5fr 1fr 1fr;
  grid-template-areas:
    " col1 col2 col3 "
    " col1 col2 col3 ";
}
.reCol1 {
  grid-area: header;
  /* background-color: rgb(192, 192, 241); */
  display: flex;
  align-items: center;
  margin-top: 6rem;
}
.reCol1 ul {
  /* background-color: rgb(252, 252, 252); */
  display: flex;
  align-items: center;
  width: 100%;
  list-style: none;
  border-top: 4px solid #dd8e33;
}
.reCol1 ul li {
  margin-right: 2rem;
  color: black;
  transition: 250ms ease;
  cursor: pointer;
  padding: 0.3rem 0.3rem;
}
.reCol1 ul li:hover {
  background-color: #ccc;
}
.reCol2 {
  grid-area: col1;
  /* background-color: rgb(146, 146, 192); */
}

.reCol3 {
  grid-area: col2;
  /* background-color: rgb(68, 68, 119); */
}
.reCol4 {
  grid-area: col3;
  /* background-color: rgb(29, 29, 56); */
}
.cardReso {
  padding: 25px 2rem;
}

.cardReso .titleDiv {
  border-top: 2px solid black;
  border-bottom: 2px solid black;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.cardReso .titleDiv h3 {
  text-align: center;
  margin: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cardReso img {
  width: 100%;
  height: auto;
}

.servicesMain {
  position: absolute;
  top: 0;
  left: 0;
}
.servicesMain img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.6;
}

.lead {
  color: black;
}

.serviceTo {
  margin-top: 5rem;
  padding: 2px 8rem;
  background-image: url("../img/banner_inner.jpg");
  background-repeat: no-repeat;
  height: auto;
}
.serviceTo .serviceToHead {
  margin-bottom: 4rem;
}

.serviceTo2 {
  margin-top: 5rem;
  padding: 2px 8rem;
  background-image: url("../img/banner_inner_orig.jpg");
  background-repeat: no-repeat;
  height: auto;
}
.serviceTo2 .serviceToHead {
  margin-bottom: 4rem;
}

.serviceCard {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 6rem;
  background-color: #e88c43;
  padding: 2rem 5rem;
  border-radius: 10px;
  box-shadow: 2px 4px 17px 0px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 2px 4px 17px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 2px 4px 17px 0px rgba(0, 0, 0, 0.75);
  flex-flow: wrap;
}
.serviceCard #accordion {
  margin-top: 2rem;
  width: 100%;
}

.serviceCard #accordion .collapse p {
  text-align: justify;
  color: white;
  line-height: 1.8rem;
  font-size: 1.1rem;
  transition: 0.01s ease;
}
.serviceCard #accordion .collapse h3 {
  font-weight: bolder;
}

.serviceCard #accordions {
  margin-top: 2rem;
  width: 100%;
}

.serviceCard #accordions .collapse p {
  text-align: justify;
  color: white;
  line-height: 1.8rem;
  font-size: 1.1rem;
  transition: 0.01s ease;
}
.serviceCard #accordions .collapse h3 {
  font-weight: bolder;
}

.serviceCard .articleleft {
  margin-right: 2rem;
  width: 55%;
}
.serviceCard .articleleft h3 {
  text-align: left;
  color: white;
}
.serviceCard .articleleft p {
  text-align: left;
  color: white;
}

.serviceCard .serviceLeft {
  margin-right: 2rem;
  width: 55%;
}
.serviceCard .serviceLeft h2 {
  text-align: justify;
  color: white;
}
.serviceCard .serviceLeft p {
  text-align: justify;
  color: white;
}
.serviceCard .serviceLeft i {
  color: white !important;
}
.serviceCard .serviceRight {
}
.serviceCard .serviceRight img {
  width: 24rem;
  height: auto;
  border-radius: 15px;
}
.listko {
  transform: translateX(-1rem);
}
.listko li {
  margin-bottom: 0.5rem;
}

.specialCard {
  display: flex;
  padding: 1rem 3rem;
}

.specialRight img {
  width: 64%;
  height: auto;
  border-radius: 10px;
}
.specialRight {
  display: flex;
  align-items: center;
  justify-content: center;
}

.sampleForm {
  background-image: url(../img/banner_inner.jpg);
  height: 100vh;
  margin-top: 5rem !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sampleForm .samLeft {
}

.sampleForm .samRight {
}
.wetete {
  background-color: #2a2b2c;
  border-radius: 3px;
  color: white;
  box-shadow: 2px 4px 17px 0px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 2px 4px 17px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 2px 4px 17px 0px rgba(0, 0, 0, 0.75);
}
.team {
  padding: 0rem 11rem;
}
.carsec1 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}
.carsec1 img {
  width: 44%;
  height: 100%;
}

.carsec1 .caright {
  padding: 1rem 4rem;
}
.carsec1 .caright p {
  text-align: justify;
  width: 88%;
  font-size: 1.3rem;
  margin-top: 1rem;
  line-height: 1.9rem;
  letter-spacing: 2px;
  padding-bottom: 1rem;
  border-bottom: 3px solid #dd8e33;
  color: black;
}
.carsec1 .caright h1 {
  text-align: justify;
  margin: 0;
  font-size: 4rem;
  transform: translateX(-1rem);
  color: #dd8e33;
}

.carsec2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 3rem;
}

.leleft {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transform: translateY(-25rem);
  width: 100%;
}
.riright {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.carhead {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 80%;
  flex-direction: column;
  margin-bottom: 4rem;
  margin-top: 4rem;
  border-radius: 5px;

  padding: 2rem;
}
.carhead:nth-child(odd) {
  background-color: #2a2b2c;
}
.carhead:nth-child(even) {
  background-color: #dd8e33;
}

.carhead ul {
  color: white;
  align-self: flex-start;
  transform: translateX(-2rem);
}
.carhead h1 {
  margin-top: 1rem !important;

  margin: 0;
  margin-bottom: 1rem;
  color: white;
}
.carhead h3 {
  margin-top: 1rem !important;
  margin: 0;
  margin-bottom: 1rem;
  color: white;
}
.carhead p {
  color: white;
  width: 80%;
  font-size: 1rem;
  line-height: 1.7rem;
  word-spacing: 7px;
}
.carimg {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2rem;
}
.carimg img {
  width: 80%;
  height: auto;
  margin: auto;
  border-radius: 10px;
}
.carTitle {
  text-align: center;
  margin-top: 5rem;
  margin-bottom: 1rem;
}

.ar1Container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 6rem;
  background-image: url(../img/banner_inner.jpg);
  padding-top: 1rem;
}

.ar1ComboPic {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 4rem;
}
.ar1Container h1 {
  align-self: flex-start;
  margin-left: 10rem;
  width: 73%;
  margin-bottom: 1rem;
  font-size: 27px;
  color: white;
  font-weight: bold;
}
.ar1ComboPic p {
  width: 45%;
  margin-left: 1rem;
  align-self: flex-start;
  text-align: justify;
  color: white;
  font-size: 1.2rem;
  line-height: 1.8rem;
  word-spacing: 4px;
}

.ar1ComboPic img {
  width: 30%;
  height: auto;
  border-radius: 5px;
}

.ar2ComboPic img {
  width: 30%;
  height: auto;
}
.ar1Combo {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.ar1Combo p {
  width: 76%;
  text-align: justify;

  font-size: 1.2rem;
  line-height: 1.8rem;
  word-spacing: 4px;
}
.ar1Combo h1 {
  margin-bottom: 1rem;
}
.ar2Container {
  margin-top: 2rem;
  margin-bottom: 3rem;
}
.ar2Container h1 {
  margin-bottom: 0.4rem;
  margin-left: 10rem;
  font-size: 27px;
  color: black;
  font-weight: bold;
}
.ar2ComboPic {
  display: flex;
  justify-content: center;
  align-items: center;
}
.ar2ComboPic p {
  color: black;
  text-align: justify;
  margin-right: 4rem;
  width: 40%;
  font-size: 1.2rem;
  line-height: 1.8rem;
  word-spacing: 4px;
}
.ar2ComboPic p {
  align-self: flex-start;
}

.twoCardContainer {
  display: flex;
  align-items: center;
  margin: 2rem 1rem;
  justify-content: center;
}
.twoCardContainer a {
  margin-right: 1rem;
  border-radius: 10px;
  width: 33%;
  height: 22vh;
  background-color: #dd8e33;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.2s ease;
}
.twoCardContainer a:hover {
  box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  text-decoration: none;
}
.twoCardContainer a h1 {
  margin: 0;
  color: white;
}

.hero {
  background-image: url(../img/banner_inner.jpg);
  height: auto;
  margin-top: 5rem;
  color: white;
  display: flex;
  align-items: center;
  padding: 1rem 8rem;
}
.hero h1 {
  text-transform: uppercase;
  color: white;
  font-weight: bold;
  margin: 1rem;
}
.fleft {
}

.fleft h3 {
  color: #dd8e33;
  margin-bottom: 1rem;
  font-weight: bold;
}
.fleft ul {
  list-style-type: circle;
}

.fleft ul li {
  margin-bottom: 2rem;
  font-size: 1.2rem;
  color: #777;
}
.fright {
}

.fright h3 {
  color: #dd8e33;
  margin-bottom: 1rem;
  font-weight: bold;
}
.fright ul {
  list-style-type: circle;
}

.fright ul li {
  margin-bottom: 2rem;
  font-size: 1.2rem;
  color: #777;
}

.hero-edit {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.hero-edit h1 {
  margin-bottom: 1rem;
}

.hero-edit p {
  font-size: 1.4rem;
  color: white;
  font-size: 16px;
  color: white;
  line-height: 1.4rem;
  word-spacing: 5px;
}

.hero-edit a {
  background-color: white;

  text-decoration: none;
  padding: 10px;
  border-radius: 10px;
  color: black;
  font-weight: bold;
  transition: 0.3s ease;
  text-transform: uppercase;
}
.hero-edit a:hover {
  background-color: black;

  text-decoration: none;
  padding: 10px;
  border-radius: 3px;
  color: white;
  font-weight: bold;
}

.loginContainer {
  display: flex;
  align-items: center;
  justify-content: center;

  height: 100vh;
}

.loginContainer form {
  display: flex;
  background-color: #dd8e33;
  width: 50vh;
  height: auto;
  justify-content: center;
  flex-direction: column;
  padding: 2rem;
  border-radius: 10px;
  box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  color: white;
}

.loginContainer form input {
  margin-bottom: 1rem;
  padding: 10px;
  border-radius: 3px;
  border: none;
}
.loginContainer form label {
  margin-bottom: 10px;
}
.loginContainer form button {
  border: none;
  padding: 10px;
  border-radius: 5px;
  transition: 250ms ease;
}

.loginContainer form button:hover {
  color: white;
  background-color: #2a2b2c;
}
.loginBody {
  background-color: #f0ebe3;
}
.truncate {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 56px;
}

.card {
  background: none !important;
}
.hide {
  display: none;
}

.white {
  color: white !important;
}
.masterCareerCard {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.masterCareerCard .CarCard {
  display: flex;
  width: 90%;
  align-items: center;
  justify-content: space-evenly;
  padding: 1rem;
  margin: 1rem;
  background-color: #dd8e33;
  border-radius: 10px;
  padding: 2rem 1rem;
  flex-direction: column-reverse;
  background-image: url(../img/bd.png);
}
.masterCareerCard .CarCard .CareerLeft {
  width: auto;
  color: white;
  display: flex;
  background: #2a2b2c;
  padding: 1rem;
  margin-top: 1rem;
  border-radius: 1rem;
  width: 100%;
}
.masterCareerCard .CarCard .CareerLeft h1,
h2,
h3,
h4,
h5,
p {
  color: white;
}

.masterCareerCard .CarCard .CareerLeft ul {
  width: 100%;
  color: white;
}
.masterCareerCard .CarCard .CareerLeft ul li {
  margin-bottom: 10px;
  padding-right: 10px;
}
.masterCareerCard .CarCard h1 {
  margin-left: 2rem;
  margin-bottom: 20px;
  color: white;
}

.masterCareerCard .CarCard .CareerLeft ul h3 {
  margin-bottom: 10px;
  color: white;
}
.masterCareerCard .CarCard .CareerRight {
}
.masterCareerCard .CarCard .CareerRight img {
  border-radius: 10px;
  width: 40vw;
  height: auto;
}
.cbtn {
}

.privacyMaster {
}
.privacyRight {
  height: fit-content;
  background: #2a2b2c;
  padding: 1rem;
  border-radius: 5px;
}
.privacyRight ul a {
  height: fit-content;
  color: white;
  padding: 1rem;
  border-radius: 5px;
}
.privacyMaster .subContPrivacy .privacyLeft {
  color: black !important;
}
.privacyMaster .privacyRight p,
h3 {
  color: white;
}

.headPrivacyP {
  font-weight: bold;
  color: white !important;
}
.privacyLeft {
  background-color: #dd8e33;
  padding: 1rem;
  border-radius: 5px;
}
.privacyLeft p {
  color: white;
}
.privacyMaster {
  padding: 1rem 5rem;
  margin-top: 5rem !important;
}

.privacyMaster h1 {
  margin-bottom: 10px;
  color: white;
  font-weight: bolder;
}
.subContPrivacy {
  display: flex;
  justify-content: space-between;
}
.privacyRight ul {
  padding-left: 20px;
}
.privacyRight h3 {
  margin-bottom: 13px;
}
.privacyLeft h3 {
  margin-bottom: 13px;
}
.privacyLeft p {
  text-align: justify;
  font-size: 14px;
}
.headPrivacyP {
  font-size: 16px !important;
}
.privacyMaster .subContPrivacy .privacyLeft {
  width: 50%;
}
.popPrivacyContainer {
  background-color: #2a2b2c;
  color: #fff;
  padding: 2rem 6rem;
  position: fixed;
  bottom: -16rem;
  left: 0;
  transition: 0.5s ease;
}
.popShow {
  bottom: 0;
}
.popPrivacyContainer h3 {
  color: #fff;
  font-weight: bolder;
}
.popPrivacyContainer p {
  color: #fff;
}
.towerbg {
  background-image: url(../img/ST1.png);
}
.crcl {
  background-image: url(../img/ST4.png);
}

.scrw {
  background-image: url(../img/ST5.png);
}
.acrod {
  width: 80%;
  margin: auto;
}
.hdser {
  display: flex;
  align-items: center;
  transform: translateX(-2rem);
}

.mPop {
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(119, 119, 119, 0.212);
}

@media (max-width: 1024px) {
  .carsec1 .caright {
    padding: 1rem 4rem;
    margin-top: 5rem;
  }
  .carsec1 .caright h1 {
    text-align: justify;
    margin: 0;
    font-size: 41px;
    transform: translateX(-1rem);
    color: #dd8e33;
  }
  .aboutUsmain .texthed p {
    font-weight: 400;
    text-align: justify;
    font-size: 1.2rem;
    color: black;
    line-height: 26px;
  }

  .masterCareerCard .CarCard .CareerRight img {
    border-radius: 10px;
    width: 70vw;
    height: auto;
    margin-bottom: 2rem;
  }
  .masterCareerCard .CarCard {
    flex-direction: column-reverse;
  }

  .serviceCard {
    padding: 2rem 3rem;
  }
  .aboutUsmain .texthed {
    height: 100%;
    display: flex;
    padding: 2rem 3.5rem;
    justify-content: center;
    flex-direction: column;
  }
  .texthed h2 {
    margin-top: 3rem;
  }
  .team {
    padding: 0rem 5rem;
  }

  .privacyMaster {
    padding: 1rem 5rem;
    margin-top: 4rem !important;
  }

  .privacyMaster h1 {
    margin-bottom: 10px;
  }
  .subContPrivacy {
    display: flex;
    justify-content: space-between;
  }
  .privacyRight ul {
    padding-left: 20px;
  }
  .privacyRight h3 {
    margin-bottom: 13px;
  }
  .privacyLeft h3 {
    margin-bottom: 13px;
  }
  .privacyLeft p {
    text-align: justify;
    font-size: 14px;
  }
  .headPrivacyP {
    font-size: 16px !important;
  }
  .privacyMaster .subContPrivacy .privacyLeft {
    width: 50%;
  }
}

@media (max-width: 1016px) {
  .serviceCard {
    flex-direction: column;
    padding: 2rem 0rem;
  }
  .serviceLeft {
    margin-top: 2rem;
  }
  .serviceTo {
    padding: 2px 2rem;
  }
  .serviceTo2 {
    padding: 2px 2rem;
  }
}
@media (max-width: 808px) {
  .serviceCard .serviceLeft {
    margin-right: 2rem;
    width: 80%;
  }
  .masterCareerCard .CarCard .CareerLeft {
    flex-direction: column;
  }
  .masterCareerCard .CarCard .CareerLeft h2 {
    margin: 0;
  }
  .masterCareerCard .CarCard .CareerLeft h3 {
    margin-top: 1rem;
  }
  .aboutUsmain .texthed {
    height: 100%;
    display: flex;

    justify-content: center;
    flex-direction: column;
  }
  .aboutUsmain img {
    height: 100%;
  }
  .aboutUsmain {
    position: relative;
    margin-top: 6rem;
    height: 100vh;
  }
  .aboutUsmain .texthed {
    height: 100%;
    display: flex;
    padding: 0rem 1.2rem;
    justify-content: center;
    flex-direction: column;
  }
  .texthed hr {
    margin: 0;
  }
}
@media (max-width: 768px) {
  .carsec1 .caright h1 {
    text-align: justify;
    margin: 0;
    font-size: 36px;
    transform: translateX(-1rem);
    color: #dd8e33;
  }
  .carsec1 .caright p {
    text-align: justify;
    width: 114%;
    font-size: 16px;
    margin-top: 1rem;
    line-height: 1.9rem;
    letter-spacing: 2px;
    padding-bottom: 1rem;
    border-bottom: 3px solid #dd8e33;
    color: black;
  }
  .privacyMaster {
    padding: 1rem 5rem;
    margin-top: 4rem !important;
  }

  .privacyMaster h1 {
    margin-bottom: 10px;
  }
  .subContPrivacy {
    display: flex;
    flex-direction: column-reverse;
  }
  .privacyRight ul {
    padding-left: 20px;
  }
  .privacyRight h3 {
    margin-bottom: 13px;
  }
  .privacyLeft h3 {
    margin-bottom: 13px;
  }
  .privacyLeft p {
    text-align: justify;
    font-size: 14px;
  }
  .headPrivacyP {
    font-size: 16px !important;
  }
  .privacyMaster .subContPrivacy .privacyLeft {
    width: 100%;
  }
  .popPrivacyContainer {
    background-color: #2a2b2c;
    color: #fff;
    padding: 1rem 1rem;
    position: fixed;
    bottom: -25rem;
    left: 0;
    transition: 0.5s ease;
  }
  .popShow {
    bottom: 0rem;
  }
  .leftSec2 p {
    width: 83%;
    text-align: auto;
    font-size: 1.1rem;
    text-align: justify;
  }
  .ft-img {
    max-width: 20%;
    height: auto;
  }
}

@media (max-width: 716px) {
  .carsec1 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 700px) {
  .twoCardContainer a {
    font-size: 0.5rem;
  }
  .hero h1 {
    text-transform: uppercase;
    color: white;
    font-weight: bold;
    margin: 1rem;
    font-size: 1.7rem;
  }
  .hero {
    background-image: url(../img/banner_inner.jpg);
    height: auto;
    margin-top: 5rem;
    color: white;
    display: flex;
    align-items: center;
    padding: 1rem 1rem;
  }
  .twoCardContainer a {
    margin-right: 1rem;
    border-radius: 10px;
    width: 39%;
    height: 22vh;
    background-color: #dd8e33;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.2s ease;
  }
  ul.history li .featured-box {
    text-align: left;
    margin-left: 162px;
    margin-bottom: 50px;
    min-height: 115px;
  }
  .ul.history li .thumb {
    background: transparent url(../img/history-thumb.png) no-repeat 0 0;
    width: 190px;
    height: 160px;
    margin: 0 0 30px;
    padding: 0;
    float: left;
  }
  .carsec1 .caright h1 {
    font-size: 3rem;
    text-align: left;
    margin: 0;

    transform: translateX(-1rem);
    color: #dd8e33;
  }
  .carsec1 img {
    width: 100%;
    height: auto;
  }
  .carsec1 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100vh;
    margin-bottom: 14rem;
  }
  .carsec2 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .carhead h1 {
    margin-top: 1rem !important;
    transform: translateX(0);
    font-size: 1.5rem;
    margin: 0;
    font-weight: bold;
  }
  .carimg img {
    width: 80%;
    height: auto;
    margin: auto;
    margin-bottom: 2rem;
  }

  .section2 {
    flex-direction: column;
    width: 100%;
    margin-top: 0rem;
  }
  .section2 div {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
    padding-top: 3rm;
    padding-bottom: 3rem;
  }
  .leftSec2 {
    border-radius: 5px;
    box-shadow: 7px 6px 24px -6px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 7px 6px 24px -6px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 7px 6px 24px -6px rgba(0, 0, 0, 0.75);
    transform: translate(0px, 0px);
  }
  .rightSec2 {
    transform: translate(0px, 0px);

    border-radius: 5px;
    box-shadow: 7px 6px 24px -6px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 7px 6px 24px -6px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 7px 6px 24px -6px rgba(0, 0, 0, 0.75);
  }
}
/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .hdser {
    display: flex;
    align-items: center;
    transform: translateX(0rem);
  }
  .serviceCard .serviceLeft h2 {
    text-align: left;
    color: white;
  }
  ul.history li .featured-box .box-content {
    border-top-color: #f7992b !important;
    transform: translate(-14rem, -8px) !important;
    width: 100vw;
  }
  .columnzz,
  input[type="submit"] {
    width: 100%;
    margin-top: 0;
  }
  .aboutUsmain .texthed p {
    font-weight: 400;
    text-align: justify;
    font-size: 1rem;
    color: black;
    line-height: 2rem;
  }
  .aboutUsmain img {
    height: 100%;
  }
}

@media (max-width: 466px) {
  .hdser h2 {
    font-size: 1.6rem;
  }
  .carsec1 {
    margin-bottom: 13rem;
  }
  .serviceCard .serviceRight img {
    width: 17rem;
    height: auto;
    border-radius: 15px;
  }
  .serviceCard .serviceLeft {
    margin-right: 0rem;
  }
  .serviceCard .serviceLeft h2 {
    text-align: start;
    color: white;
  }
  .lead {
    font-size: 1rem;
    font-weight: 300;
  }
  #navLogo {
    width: 12rem;
    height: auto;
  }
  .aboutUsmain {
    height: 118vh;
  }
  .aboutUsmain .texthed p {
    font-weight: 400;
    text-align: justify;
    font-size: 0.89rem;
    color: black;
    line-height: 2rem;
  }
  .galleryContainer {
    margin: 5rem 0rem;
  }
}

@media (max-width: 425px) {
  .masterCareerCard .CarCard .CareerLeft ul {
    width: 100%;
    color: white;
    padding-left: 20px;
  }
  .carsec1 .caright h1 {
    font-size: 36px;
    text-align: center;
    margin: 0;
    transform: translateX(0rem);
    color: #dd8e33;
  }
  .carsec1 .caright p {
    text-align: justify;
    width: 100%;
    font-size: 19px;
    margin-top: 1rem;
    line-height: 25px;
    letter-spacing: 2px;
    padding-bottom: 1rem;
    border-bottom: 3px solid #dd8e33;
    color: black;
  }
  .popPrivacyContainer {
    background-color: #2a2b2c;
    color: #fff;
    padding: 1rem 1rem;
    position: fixed;
    bottom: -25rem;
    left: 0;
    transition: 0.5s ease;
  }
  .popShow {
    bottom: 0rem;
  }
  .leftSec2 p {
    width: 83%;
    text-align: auto;
    font-size: 1.1rem;
    text-align: justify;
  }
  .ft-img {
    max-width: 20%;
    height: auto;
  }
}

@media (max-width: 375px) {
  .masterCareerCard .CarCard .CareerLeft ul {
    width: 100%;
    color: white;
    padding-left: 18px;
  }
  .carsec1 .caright h1 {
    font-size: 32px;
    text-align: left;
    margin: 0;
    transform: translateX(0rem);
    color: #dd8e33;
  }
  .carsec1 .caright p {
    text-align: justify;
    width: 100%;
    font-size: 16px;
    margin-top: 1rem;
    line-height: 26px;
    letter-spacing: 2px;
    padding-bottom: 10px;
    border-bottom: 3px solid #dd8e33;
    color: black;
  }
  .aboutUsmain .texthed p {
    font-weight: 400;
    text-align: justify;
    font-size: 0.89rem;
    color: black;
    line-height: 28px;
  }
  .popPrivacyContainer {
    background-color: #2a2b2c;
    color: #fff;
    padding: 1rem 1rem;
    position: fixed;
    bottom: -25rem;
    left: 0;
    transition: 0.5s ease;
  }
  .popShow {
    bottom: 0rem;
  }
  .leftSec2 p {
    width: 83%;
    text-align: auto;
    font-size: 1.1rem;
    text-align: justify;
  }
  .ft-img {
    max-width: 20%;
    height: auto;
  }
}

@media (max-width: 320px) {
  .carsec1 .caright h1 {
    font-size: 32px;
    text-align: left;
    margin: 0;
    transform: translateX(0rem);
    color: #dd8e33;
  }
  .carsec1 .caright p {
    text-align: justify;
    width: 100%;
    font-size: 16px;
    margin-top: 1rem;
    line-height: 26px;
    letter-spacing: 2px;
    padding-bottom: 10px;
    border-bottom: 3px solid #dd8e33;
    color: black;
  }
  .masterCareerCard .CarCard .CareerLeft ul li {
    margin-bottom: 10px;
    padding-right: 0px;
    margin-left: 0;
  }
  .serviceCard .serviceRight img {
    width: 14rem;
    height: auto;
    border-radius: 15px;
  }
  .galleryContainer {
    margin: 5rem 0rem;
  }
  .privacyMaster {
    padding: 1rem 2rem;
    margin-top: 4rem !important;
  }
  .privacyMaster h1 {
    margin-bottom: 10px;
  }
  .subContPrivacy {
    display: flex;
    flex-direction: column-reverse;
  }
  .privacyRight ul {
    padding-left: 20px;
  }
  .privacyRight h3 {
    margin-bottom: 13px;
  }
  .privacyLeft h3 {
    margin-bottom: 13px;
  }
  .privacyLeft p {
    text-align: justify;
  }
  .aboutUsmain .texthed p {
    font-weight: 400;
    text-align: justify;
    font-size: 0.89rem;
    color: black;
    line-height: 22px;
  }
  .section4 {
    display: grid;
    max-width: 1200px;
    margin-top: 2rem;
    grid-template-columns: repeat(auto-fit, 20rem);
    align-content: center;
    gap: 10px;
    justify-content: center;
    margin: auto;
  }
  .rightSec2 p {
    width: 77%;
    text-align: auto;
    text-align: justify;
    font-size: 1.1rem;
  }
  .mngmt {
    text-align: center;
  }

  .masterCareerCard .CarCard .CareerLeft ul {
    width: 100%;
    color: white;
    padding-left: 13px;
  }
  .carsec1 .caright {
    padding: 1rem 12px;
    margin-top: 5rem;
  }
  .popPrivacyContainer {
    background-color: #2a2b2c;
    color: #fff;
    padding: 1rem 1rem;
    position: fixed;
    bottom: -25rem;
    left: 0;
    transition: 0.5s ease;
  }
  .popShow {
    bottom: 0rem;
  }
  .leftSec2 p {
    width: 83%;
    text-align: auto;
    font-size: 1.1rem;
    text-align: justify;
  }
  .ft-img {
    max-width: 20%;
    height: auto;
  }
  .serviceTo {
    margin-top: 5rem;
    padding: 2px 1rem;
    background-image: url(../img/banner_inner.jpg);
    background-repeat: no-repeat;
    height: auto;
    background-size: auto 38rem;
  }
}
.facts-row-oneline {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap; /* Prevent wrapping so it stays in one horizontal line */
  justify-content: space-between;
  align-items: stretch;
  gap: 1.5rem;
  margin: 2rem auto;
  max-width: 100%;
  overflow-x: auto; /* Allows scrolling on small screens */
  padding: 1rem;
}

.facts-row-oneline .sppb-addon-feature-inner {
  flex: 0 0 200px; /* Fixed width box, doesn't shrink or grow */
  background: #fff;
  border-radius: 10px;
  padding: 1.5rem;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
  opacity: 0;
  transform: translateY(40px) scale(0.97);
  animation: factsFadeIn 1s forwards;
}

.facts-row-oneline .sppb-addon-feature-inner:nth-child(1) { animation-delay: 0.1s; }
.facts-row-oneline .sppb-addon-feature-inner:nth-child(2) { animation-delay: 0.2s; }
.facts-row-oneline .sppb-addon-feature-inner:nth-child(3) { animation-delay: 0.3s; }
.facts-row-oneline .sppb-addon-feature-inner:nth-child(4) { animation-delay: 0.4s; }
.facts-row-oneline .sppb-addon-feature-inner:nth-child(5) { animation-delay: 0.5s; }
.facts-row-oneline .sppb-animated-number,
.facts-row-oneline .number_addtext,#the-facts-section,.sppb-feature-box-title
 {
  color: gray;

}
#the-facts-section h3,
#the-facts-section .title1,
#the-facts-section {
  color:#2a2b2c;
}
.facts-row-oneline .sppb-feature-box-title {
  font-size: 0.875rem;
  text-transform: uppercase;
  color: gray;
  margin-top: 0.5rem;
}

@keyframes factsFadeIn {
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
#the-facts-section .title-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  margin-bottom: 2.5rem;
}

#the-facts-section .title-heading .after-line {
  display: block;
  width: 60px;
  height: 4px;
  background: #dd8e33;
  margin: 10px auto 0 auto;
  border-radius: 2px;
  position: relative;
}

#the-facts-section .title-heading .after-line::after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background: #222;
  margin: 7px auto 0 auto;
  border-radius: 1px;
}

.company-overview-section {
  background: linear-gradient(135deg, #2c3e50 0%, #4a6491 100%);
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  position: relative;
}

.company-overview-section::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 150px;
  height: 100px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  transform: translate(150px, -150px);
}

.company-overview-section .content-wrapper {
  position: relative;
}

.company-overview-section .image-wrapper {
  transition: transform 0.3s ease;
}

.company-overview-section .image-wrapper:hover {
  transform: translateY(-5px);
}

.company-overview-section .btn-warning {
  background-color: #dd8e33;
  border-color: #dd8e33;
  transition: all 0.3s ease;
}

.company-overview-section .btn-warning:hover {
  background-color: #c17a25;
  border-color: #c17a25;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(221, 142, 51, 0.3);
}


.location-section {
  background-color: #c17a25;
}

.location-card {
  transition: all 0.3s ease;
  border-radius: 8px;
  overflow: hidden;
  border: none;
}

.location-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 .125rem .25rem #c17a25 !important;
  }

.location-card .card-img-top {
  height: 100px;
  overflow: hidden;
}

.location-card .card-img-top img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.location-card:hover .card-img-top img {
  transform: scale(1.1);
}

.location-overlay {
  position: absolute;
  top: 15px;
  right: 15px;
  background-color: rgba(221, 142, 51, 0.9);
  color: white;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.location-contact {
  margin-top: 15px;
  color: black;
}

.location-contact p {
  margin-bottom: 5px;
  font-size: 0.9rem;
}

.btn-outline-primary {
  color: #dd8e33;
  border-color: #dd8e33;
}

.btn-outline-primary:hover {
  background-color: #dd8e33;
  border-color: #dd8e33;
  color: black;
}
/* Service Carousel Styling */
.services-container {
  position: relative;
  padding: 30px 0 60px;
  max-width: 1200px;
  margin: 0 auto;
}

.service-carousel .owl-stage {
  display: flex;
  padding: 20px 0;
}

.service-item {
  padding: 15px;
}

.service-card {
  background: white;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}

.service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.service-image {
  position: relative;
  overflow: hidden;
  height: 180px;
}

.service-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.service-card:hover .service-image img {
  transform: scale(1.1);
}

.service-content {
  padding: 25px 20px;
  text-align: center;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
}

.service-content h4 {
  color: #333;
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 8px;
  position: relative;
  display: inline-block;
}

.service-content h4:after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 3px;
  background-color: #dd8e33;
}

.service-content p {
  color: #777;
  font-size: 0.95rem;
  margin-bottom: 15px;
}

.service-description {
  margin-top: 15px;
  color: #555;
  font-size: 0.9rem;
  line-height: 1.6;
  flex-grow: 1;
}

.service-icon {
  margin-top: 15px;
}

.service-icon i {
  font-size: 2rem;
  color: #dd8e33;
  opacity: 0.8;
}

.service-navigation {
  text-align: center;
  margin-top: 30px;
}

.service-prev, .service-next {
  background: #dd8e33;
  color: white;
  border: none;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  margin: 0 10px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(221, 142, 51, 0.3);
}

.service-prev:hover, .service-next:hover {
  background: #c67b28;
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(221, 142, 51, 0.4);
}

.service-prev:focus, .service-next:focus {
  outline: none;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .service-item {
      padding: 10px;
  }
  
  .service-content {
      padding: 20px 15px;
  }
  
  .service-content h4 {
      font-size: 1.2rem;
  }
}
/* Modern Minimalist Carousel Styling */
.carousel-modern {
  position: relative;
  overflow: hidden;
}

.carousel-image-container {
  position: relative;
  height: 100vh;
  min-height: 600px;
  max-height: 800px;
  overflow: hidden;
}

.carousel-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 7s ease;
}

.carousel-item.active .carousel-image {
  transform: scale(1.05);
}

.carousel-gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(57, 56, 56, 0.7) 0%, rgba(0,0,0,0.4) 50%, rgba(0,0,0,0.1) 100%);
  z-index: 1;
}

.carousel-content-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  z-index: 2;
}

.carousel-content {
  padding: 30px 0;
  opacity: 0;
  transform: translateX(-30px);
  transition: all 0.8s ease;
}

.carousel-item.active .carousel-content {
  opacity: 1;
  transform: translateX(0);
}

.carousel-tagline {
  display: inline-block;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #dd8e33;
  margin-bottom: 1rem;
  position: relative;
  padding-left: 40px;
}

.carousel-tagline:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 30px;
  height: 1px;
  background-color: #dd8e33;
}

.carousel-heading {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.1;
  color: #ffffff;
  margin-bottom: 0.5rem;
  letter-spacing: -0.5px;
}

.carousel-subheading {
  font-size: 1.8rem;
  font-weight: 300;
  color: #ffffff;
  margin-bottom: 1.5rem;
  opacity: 0.9;
}

.carousel-separator {
  width: 60px;
  height: 3px;
  background-color: #dd8e33;
  margin: 1.5rem 0;
}

.btn-modern {
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: transparent;
  color: #ffffff;
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 12px 30px;
  border-radius: 0;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.btn-modern:hover {
  background-color: #dd8e33;
  border-color: #dd8e33;
  color: #ffffff;
}

.btn-modern svg {
  transition: transform 0.3s ease;
}

.btn-modern:hover svg {
  transform: translateX(5px);
}

.carousel-controls-container {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  padding: 30px 0;
}

.carousel-controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.carousel-indicators-modern {
  display: flex;
  gap: 5px;
}

.carousel-indicators-modern button {
  background: transparent;
  border: none;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.9rem;
  font-weight: 600;
  padding: 5px 10px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.carousel-indicators-modern button.active {
  color: #ffffff;
  position: relative;
}

.carousel-indicators-modern button.active:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 10px;
  width: calc(100% - 20px);
  height: 2px;
  background-color: #dd8e33;
}

.carousel-arrows {
  display: flex;
  gap: 20px;
}

.carousel-control-prev, .carousel-control-next {
  position: relative;
  width: auto;
  opacity: 1;
  color: rgba(255, 255, 255, 0.7);
  transition: all 0.3s ease;
}

.carousel-control-prev:hover, .carousel-control-next:hover {
  color: #ffffff;
}

/* Responsive adjustments */
@media (max-width: 1200px) {
  .carousel-heading {
      font-size: 3rem;
  }
  
  .carousel-subheading {
      font-size: 1.6rem;
  }
}

@media (max-width: 992px) {
  .carousel-image-container {
      height: 80vh;
  }
  
  .carousel-heading {
      font-size: 2.5rem;
  }
  
  .carousel-subheading {
      font-size: 1.4rem;
  }
}

@media (max-width: 768px) {
  .carousel-image-container {
      height: 70vh;
      min-height: 500px;
  }
  
  .carousel-gradient-overlay {
      background: linear-gradient(to right, rgba(86, 84, 84, 0.7) 0%, rgba(0,0,0,0.5) 100%);
  }
  
  .carousel-heading {
      font-size: 2rem;
  }
  
  .carousel-subheading {
      font-size: 1.2rem;
  }
  
  .carousel-tagline {
      font-size: 0.9rem;
  }
  
  
  .carousel-tagline {
    font-size: 0.9rem;
}

.btn-modern {
    padding: 10px 20px;
    font-size: 0.8rem;
}

.carousel-controls-container {
    padding: 20px 0;
}
}

@media (max-width: 576px) {
.carousel-image-container {
    height: 60vh;
    min-height: 400px;
}

.carousel-heading {
    font-size: 1.8rem;
}

.carousel-subheading {
    font-size: 1rem;
}

.carousel-tagline {
    font-size: 0.8rem;
    padding-left: 30px;
}

.carousel-tagline:before {
    width: 20px;
}

.carousel-separator {
    width: 40px;
    margin: 1rem 0;
}

.carousel-indicators-modern button {
    font-size: 0.8rem;
    padding: 5px 8px;
}

.carousel-arrows {
    gap: 15px;
}

.carousel-control-prev svg, .carousel-control-next svg {
    width: 20px;
    height: 20px;
}
}

/* Animation for slide content */
@keyframes fadeInLeft {
from {
    opacity: 0;
    transform: translate3d(-30px, 0, 0);
}
to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}
}

.fadeInLeft {
animation-name: fadeInLeft;
}



/* Facts Section Animation Styles */
#the-facts-section {
    transition: opacity 0.5s ease;
}

#the-facts-section.animated .sppb-addon-feature-inner {
    animation: fadeInUp 0.6s ease forwards;
}

/* Stagger the animations for each fact box */
#the-facts-section.animated .sppb-addon-feature-inner:nth-child(1) {
    animation-delay: 0s;
}

#the-facts-section .col-lg-2:nth-child(2) .sppb-addon-feature-inner {
    animation-delay: 0.1s;
}

#the-facts-section .col-lg-2:nth-child(3) .sppb-addon-feature-inner {
    animation-delay: 0.2s;
}

#the-facts-section .col-lg-2:nth-child(4) .sppb-addon-feature-inner {
    animation-delay: 0.3s;
}

#the-facts-section .col-lg-2:nth-child(5) .sppb-addon-feature-inner {
    animation-delay: 0.4s;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 30px, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

/* Optional: Add a subtle highlight effect to the numbers as they count up */
.sppb-animated-number {
    position: relative;
    display: inline-block;
}

.sppb-animated-number::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: radial-gradient(circle, rgba(221, 142, 51, 0.2) 0%, rgba(255, 255, 255, 0) 70%);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

#the-facts-section.animated .sppb-animated-number::after {
    animation: pulse 2s ease;
}

@keyframes pulse {
    0% {
        opacity: 0;
        transform: scale(0.8);
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: scale(1.5);
    }
}
/* Bookmark Email Popup Styles */
.email-bookmark-popup {
  position: fixed;
  right: -320px;
  top: 30%;
  width: 320px;
  z-index: 9999;
  transition: right 0.4s ease-in-out;
  display: flex;
}

.email-bookmark-popup.active {
  right: 0;
}

.bookmark-tab {
  background-color: #dd8e33;
  color: white;
  padding: 15px 10px;
  cursor: pointer;
  writing-mode: vertical-lr;
  transform: rotate(180deg);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 0 0 5px 5px;
  box-shadow: -3px 3px 10px rgba(0,0,0,0.2);
}

.bookmark-tab i {
  font-size: 20px;
  margin-bottom: 10px;
}

.bookmark-content {
  background-color: white;
  padding: 20px;
  box-shadow: -3px 3px 10px rgba(0,0,0,0.2);
  border-left: 4px solid #dd8e33;
  width: 100%;
}

.bookmark-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.bookmark-header h4 {
  margin: 0;
  color: #333;
}

.close-bookmark {
  background: none;
  border: none;
  color: #999;
  cursor: pointer;
  font-size: 16px;
}

.close-bookmark:hover {
  color: #333;
}

#email-subscribe-form .form-control {
  margin-bottom: 15px;
  border-radius: 3px;
  border: 1px solid #ddd;
}

#subscription-message {
  font-size: 14px;
}

#subscription-message.success {
  color: #28a745;
}

#subscription-message.error {
  color: #dc3545;
}

@media (max-width: 576px) {
  .email-bookmark-popup {
      width: 280px;
      right: -280px;
  }
}
