/********** Template CSS **********/
 .p22{
    font-size: 11px;
  }
  .fab{
    color: #2eb872;
  }
  .fabb{
    color: #fdfdfd;
  }
  .mb11{
    font-size: smaller;
  }
  .fa-envelope{
    padding-left: 5rem;
  }
.bank-logos {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 20px;
  padding: 30px 20px;
  background-color: #fff;
  justify-items: center;
  align-items: center;
}

.logo-item {
  width: 100%;
  max-width: 200px;
  padding: 10px;
  border: 1px solid #ddd;
  box-shadow: 0 0 5px rgba(0,0,0,0.05);
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo-item img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}
.mv-section {
  font-family: 'Arial', sans-serif;
  color: #333;
}

/* Mission & Vision */
.mission-vision {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 40px 40px;
  gap: 30px;
  background-color: white;
}

.mission,
.vision {
  flex: 1 1 45%;
}

.mission h5,
.vision h5,
.values-text h5 {
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 0.9em;
  color: gray;
  margin-bottom: 10px;
}

.mission p,
.vision p,
.values-text p {
  font-size: 1.4em;
  color: #35b337;
  line-height: 1.6;
}

/* Values Section */
.values-section {
  display: flex;
  flex-wrap: wrap;
  background-color: #b4cd36;
  padding: 40px 20px;
  align-items: center;
  gap: 30px;
}

.values-text {
  flex: 1 1 50%;
  color: white;
  font-size: 1.2em;
}

.values-text p {
  color: white;
  line-height: 1.6;
}

.values-image {
  flex: 1 1 40%;
  text-align: center;
}

.values-image img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}

/* Responsive */
@media (max-width: 768px) {
  .mission-vision,
  .values-section {
    flex-direction: column;
    text-align: center;
  }

  .mission,
  .vision,
  .values-text,
  .values-image {
    flex: 1 1 100%;
  }

  .mission p,
  .vision p {
    font-size: 1.2em;
  }

  .values-text {
    font-size: 1em;
  }
}
.community-impact {
  background-color: #2f3633;
  color: #ccc;
  font-family: 'Arial', sans-serif;
  padding: 40px 20px;
}

.community-content {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-items: flex-start;
}

.community-image {
  flex: 1 1 45%;
}

.community-image img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.community-text {
  flex: 1 1 50%;
}

.community-text h3 {
  color: #b4cd36;
  margin-top: 20px;
  font-size: 1.3em;
}

.community-text p {
  font-size: 1em;
  line-height: 1.6;
  margin-top: 10px;
}

/* Responsive design */
@media (max-width: 768px) {
  .community-content {
    flex-direction: column;
  }

  .community-image,
  .community-text {
    flex: 1 1 100%;
  }

  .community-text h3 {
    font-size: 1.1em;
  }

  .community-text p {
    font-size: 0.95em;
  }
}
    .pcolor{
        color: beige;
    }
.supplier-section {
  display: flex;
  flex-wrap: wrap;
  background: white;
  color: #333;
  font-family: 'Arial', sans-serif;
  padding: 40px 20px;
  gap: 30px;
}

.left-box {
  flex: 1 1 45%;
  display: flex;
  flex-direction: column;
  background-color: #a94d02; /* lime-green bg */
  padding: 20px;
  box-sizing: border-box;
}

.quote-text {
  flex: none;
  font-size: 1.4em;
  font-weight: 500;
  color: #333;
  margin-bottom: 10px;
}

.workers-img {
  width: 100%;
  height: auto;
  margin-top: auto;
}

.right-text {
  flex: 1 1 50%;
  padding: 20px;
  box-sizing: border-box;
}

.right-text h5 {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.9em;
  color: gray;
  margin-bottom: 10px;
}

.right-text h2 {
  color: #35b337;
  font-size: 2em;
  margin-bottom: 15px;
}

.right-text p {
  margin-bottom: 15px;
  line-height: 1.6;
}

.right-text ul {
  padding-left: 20px;
}

.right-text ul li {
  margin-bottom: 10px;
}

/* Responsive Design */
@media (max-width: 768px) {
  .supplier-section {
    flex-direction: column;
  }

  .left-box,
  .right-text {
    flex: 1 1 100%;
  }

  .quote-text {
    font-size: 1.2em;
    text-align: center;
  }

  .right-text h2,
  .right-text p,
  .right-text ul {
    text-align: center;
  }

  .right-text ul {
    padding-left: 0;
    list-style-position: inside;
  }
}
.supply-chain-section {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-color: #ded5ce;
  color: white;
  font-family: Arial, sans-serif;
  padding: 40px 20px;
}

.supply-image {
  flex: 1 1 50%;
}

.supply-image img {
  width: 100%;
  height: auto;
  display: block;
}

.supply-text {
  flex: 1 1 50%;
  padding: 20px;
  box-sizing: border-box;
}

.supply-text h1 {
  font-size: 2.5em;
  font-weight: bold;
  margin: 0 0 20px;
}

.supply-text hr {
  border: 0;
  height: 1px;
  background: white;
  margin: 10px 0 20px;
  width: 100%;
  max-width: 500px;
}

.supply-text p {
  font-size: 1.1em;
  line-height: 1.6;
  max-width: 600px;
}

/* Responsive Design */
@media (max-width: 768px) {
  .supply-chain-section {
    flex-direction: column;
    padding: 20px 10px;
  }

  .supply-image,
  .supply-text {
    flex: 1 1 100%;
  }

  .supply-text h1 {
    font-size: 2em;
    text-align: center;
  }

  .supply-text p {
    font-size: 1em;
    text-align: center;
  }

  .supply-text hr {
    margin: 0 auto 20px;
  }
}

.text-section {
  flex: 1 1 50%;
  padding: 20px;
  box-sizing: border-box;
}

.text-section h2 {
  color: #35b337;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.4;
}

.text-section p {
  color: #444;
  font-size: 1em;
  line-height: 1.6;
  margin-top: 1em;
}

.image-section {
  flex: 1 1 50%;
  position: relative;
  display: flex;
  flex-direction: column;
}

.image-section img {
  width: 100%;
  height: auto;
  display: block;
}

.overlay {
  background-color: #f2d018;
  padding: 20px;
  text-align: center;
}

.overlay h3 {
  font-size: 2em;
  margin: 0;
}

.overlay p {
  font-size: 1em;
  margin-top: 0.5em;
}

/* Responsive Design */
@media (max-width: 768px) {
  .container {
    flex-direction: column;
  }

  .text-section, .image-section {
    flex: 1 1 100%;
    padding: 15px;
  }

  .overlay h3 {
    font-size: 1.5em;
  }

  .overlay p {
    font-size: 0.95em;
  }
}
.quote-section {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  flex-wrap: wrap;
  padding: 20px;
  gap: 20px;
}

.quote-box {
  background-color: #b7d13b;
  color: #2c3432;
  padding: 30px;
  font-size: 1.2rem;
  line-height: 1.6;
  flex: 1 1 40%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.quote-box .quote-mark {
  font-size: 2rem;
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
}

.quote-image {
  flex: 1 1 50%;
}

.quote-image img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}

/* 🔄 Responsive adjustments */
@media (max-width: 768px) {
  .quote-section {
    flex-direction: column;
  }

  .quote-box,
  .quote-image {
    flex: 1 1 100%;
  }

  .quote-box {
    text-align: center;
  }
}
.fuel-services {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background-color: #2c3432;
  padding: 20px;
  gap: 20px;
}

.fuel-card {
  flex: 1 1 30%;
  max-width: 30%;
  background-color: #2c3432;
  color: #ccc;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.fuel-image {
  width: 100%;
  height: auto;
  border-radius: 4px;
}

.fuel-title {
  color: #b7d13b;
  margin: 15px 0 10px;
  font-size: 1.2rem;
}

.fuel-text {
  font-size: 1rem;
  line-height: 1.5;
  color: #ccc;
}

.fuel-btn {
  margin-top: 20px;
  padding: 10px 20px;
  background-color: transparent;
  border: 1px solid #b7d13b;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.3s;
}

.fuel-btn:hover {
  background-color: #b7d13b;
  color: #2c3432;
}

/* 🔄 Responsive Layout */
@media (max-width: 1024px) {
  .fuel-card {
    max-width: 48%;
    flex: 1 1 48%;
  }
}

@media (max-width: 768px) {
  .fuel-card {
    max-width: 100%;
    flex: 1 1 100%;
  }

  .fuel-services {
    flex-direction: column;
    align-items: center;
  }
}
.zen-section {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
  padding: 20px;
  font-family: Arial, sans-serif;
  background: #f5f5f5;
}

.zen-card {
  background: #fff;
  border-radius: 8px;
  max-width: 500px;
  flex: 1 1 45%;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.zen-image {
  position: relative;
  height: 300px;
  background-size: cover;
  background-position: center;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.zen-overlay {
  position: absolute;
  bottom: 15px;
  left: 15px;
  background: rgba(0,0,0,0.5);
  padding: 10px 15px;
  border-left: 4px solid #b4e33d;
  color: #fff;
  display: inline-block;
}

.zen-label {
  display: flex;
  align-items: center;
  gap: 10px;
}

.zen-label span {
  font-weight: bold;
  font-size: 18px;
  line-height: 1;
}

.zen-label strong {
  font-size: 18px;
}

.zen-title {
  color: #5cb85c;
  font-size: 20px;
  margin: 15px;
}

.zen-description {
  font-size: 15px;
  color: #444;
  padding: 0 15px 20px;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .zen-section {
    flex-direction: column;
    align-items: center;
  }

  .zen-card {
    flex: 1 1 100%;
  }

  .zen-label {
    flex-direction: row;
    font-size: 14px;
  }
}
.hero-section {
  background-color: #14772b;
  color: white;
  padding: 40px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  max-width: 1200px;
  width: 100%;
  justify-content: space-between;
  gap: 20px;
}

.hero-text {
  flex: 1 1 300px;
}

.hero-text h1 {
  font-size: 42px;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #f2f5b7;
}

.hero-text p {
  font-size: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding: 10px 0;
  margin: 0;
}

.hero-image {
  flex: 1 1 300px;
  text-align: right;
}

.hero-image img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

.investment-section {
  text-align: center;
  padding: 40px 20px;
  background: white;
  color: #333;
}

.investment-section .sub-heading {
  text-transform: uppercase;
  font-size: 14px;
  color: #888;
  margin-bottom: 10px;
  letter-spacing: 1.2px;
}

.investment-section h2 {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
  max-width: 900px;
  margin: 0 auto;
}

/* Responsive styles */
@media (max-width: 768px) {
  .hero-content {
    flex-direction: column-reverse;
    text-align: center;
  }

  .hero-text h1 {
    font-size: 32px;
  }

  .investment-section h2 {
    font-size: 18px;
  }
}

.why-us {
  padding: 40px 20px;
  text-align: center;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  background-color: #f9f9f9;
}

.section-title {
  font-size: 32px;
  margin-bottom: 30px;
  position: relative;
}

.section-title::after {
  content: '';
  display: block;
  width: 40px;
  height: 3px;
  background-color: #f0b429;
  margin: 10px auto 0;
  border-radius: 3px;
}

.why-us-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  max-width: 1000px;
  margin: 0 auto;
}

.why-us-item {
  background: #fff;
  border-radius: 8px;
  padding: 20px;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s;
}

.why-us-item:hover {
  transform: translateY(-5px);
}

.icon {
  font-size: 36px;
  margin-bottom: 15px;
  color: #555;
}

.why-us-item h3 {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 600;
  text-transform: uppercase;
  color: #333;
}

.why-us-item p {
  font-size: 14px;
  color: #666;
  line-height: 1.5;
}

/* Responsive tweaks (optional for very small devices) */
@media (max-width: 480px) {
  .section-title {
    font-size: 26px;
  }

  .icon {
    font-size: 30px;
  }

  .why-us-item h3 {
    font-size: 16px;
  }
}
.supply-chain-section {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 40px 20px;
  max-width: 1200px;
  margin: auto;
  font-family: 'Helvetica Neue', sans-serif;
  box-sizing: border-box;
}

.left-graphics {
  flex: 1 1 100%;
  text-align: center;
  margin-bottom: 30px;
}

.left-graphics img {
  max-width: 100%;
  height: auto;
  width: 100%;
  max-width: 500px;
}

.right-text {
  flex: 1 1 100%;
  max-width: 600px;
  margin: auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.section-label {
  text-transform: uppercase;
  color: #999;
  letter-spacing: 1.5px;
  font-size: 14px;
  margin-bottom: 10px;
}

.right-text h2 {
  color: #2ebd59;
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 20px;
}

.right-text p {
  color: #555;
  font-size: 16px;
  line-height: 1.6;
}

/* Media Query for tablets and smaller devices */
@media (min-width: 768px) {
  .supply-chain-section {
    flex-wrap: nowrap;
  }

  .left-graphics,
  .right-text {
    flex: 1 1 50%;
    margin: 0;
    text-align: left;
    padding: 0 20px;
  }

  .right-text {
    padding-left: 40px;
  }
}
:root {
    --primary: #882d06;
    --light: #F3F4F5;
    --dark: #282F34;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity 2.5s ease-out, visibility 0s linear 0.5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 0.1;
}


/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}


/*** Navbar ***/
.navbar.sticky-top {
    top: -100px;
    transition: .5s;
}

.navbar .navbar-brand {
    display: flex;
    align-items: center;
}

.navbar .navbar-brand img {
    max-height: 90px;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 25px 0;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--primary);
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

.navbar .navbar-nav .nav-link {
    color: var(--dark);
    font-weight: 500;
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
.header-bg {
    background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, 0.938)), url(../img/bg-1.jpg) center center no-repeat;
    background-size: cover;
}

.btn-play {
    position: relative;
    display: block;
    box-sizing: content-box;
    width: 16px;
    height: 26px;
    border-radius: 100%;
    border: none;
    outline: none !important;
    padding: 18px 20px 20px 28px;
    background: #FFFFFF;
}

.btn-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 60px;
    height: 60px;
    background: #FFFFFF;
    border-radius: 100%;
    animation: pulse-border 1500ms ease-out infinite;
}

.btn-play:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 60px;
    height: 60px;
    background: #FFFFFF;
    border-radius: 100%;
    transition: all 200ms;
}

.btn-play span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    left: -1px;
    border-left: 16px solid var(--primary);
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(2);
        opacity: 0;
    }
}

.modal-video .modal-dialog {
    position: relative;
    max-width: 800px;
    margin: 60px auto 0 auto;
}

.modal-video .modal-body {
    position: relative;
    padding: 0px;
}

.modal-video .close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0px;
    top: -30px;
    z-index: 999;
    font-size: 30px;
    font-weight: normal;
    color: #FFFFFF;
    background: #000000;
    opacity: 1;
}

.header-carousel .owl-nav {
    position: absolute;
    width: 200px;
    height: 40px;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: transparent;
    border: 1px solid #FFFFFF;
    font-size: 22px;
    transition: .5s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    background: var(--primary);
    border-color: var(--primary);
}

.header-carousel .owl-dots {
    position: absolute;
    height: 45px;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: transparent;
    border: 1px solid #FFFFFF;
    transition: .5s;
}

.header-carousel .owl-dot::after {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    top: 4px;
    left: 4px;
    background: #FFFFFF;
    border-radius: 5px;
}

.header-carousel .owl-dot.active {
    background: var(--primary);
    border-color: var(--primary);
}

.breadcrumb-item + .breadcrumb-item::before {
    color: var(--light);
}


/*** Img Border ***/
.img-border {
    position: relative;
    height: 100%;
    min-height: 400px;
}

.img-border::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 3rem;
    bottom: 3rem;
    border: 5px solid var(--primary);
}

.img-border img {
    position: absolute;
    top: 3rem;
    left: 3rem;
    width: calc(100% - 3rem);
    height: calc(100% - 3rem);
    object-fit: cover;
}


/*** Facts & Visiting Hours ***/
.facts {
    background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url(../img/bg-1.jpg) center center no-repeat;
    background-size: cover;
}

.visiting-hours {
    background: linear-gradient(rgb(102 46 6), rgba(0, 0, 0, .7)), url() center center no-repeat;
    background-size: cover;
}

.visiting-hours .list-group-item {
    display: flex;
    justify-content: space-between;
    color: var(--light);
    background: rgba(0, 0, 0, .15);
    border-color: rgba(255, 255, 255, .15);
}

.visiting-hours .table {
    color: var(--light);
    background: rgba(0, 0, 0, .15);
}

.visiting-hours .table td {
    padding: .5rem 1rem;
    border-color: rgba(255, 255, 255, .15);
}

.visiting-hours .table tr:last-child td {
    border: none;
}


/*** Animal ***/
.animal-item {
    position: relative;
    display: block;
}

.animal-item .animal-text {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .7);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 100px !important;
    opacity: 0;
    transition: .5s;
}

.animal-item:hover .animal-text {
    opacity: 1;
    padding-bottom: 20px !important;
}


/*** Membership ***/
.membership-item {
    padding: 45px 30px;
    color: #FFFFFF;
    background: rgba(0, 0, 0, .7);
}

.membership-item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.membership-item .display-1 {
    color: transparent;
    -webkit-text-stroke: 2px var(--primary);
}


/*** Testimonial ***/
.testimonial-carousel::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

.testimonial-carousel::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

@media (min-width: 768px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 200px;
    }
}

@media (min-width: 992px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 300px;
    }
}

.testimonial-carousel .owl-item .testimonial-text {
    background: var(--light);
    transform: scale(.8);
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-text {
    background: var(--primary);
    transform: scale(1);
}

.testimonial-carousel .owl-item .testimonial-text *,
.testimonial-carousel .owl-item .testimonial-item img {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-text * {
    color: var(--light) !important;
}

.testimonial-carousel .owl-item.center .testimonial-item img {
    border-color: var(--primary) !important;
} 

.testimonial-carousel .owl-nav {
    position: absolute;
    width: 350px;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    opacity: 0;
    transition: .5s;
    z-index: 1;
}

.testimonial-carousel:hover .owl-nav {
    width: 300px;
    opacity: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    position: relative;
    color: var(--primary);
    font-size: 45px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: var(--dark);
}


/*** Footer ***/
.footer {
    background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url(../img/bg-2.jpg) center center no-repeat;
    background-size: cover;
}

.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    border: 1px solid #FFFFFF;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--primary);
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .copyright a:hover {
    color: var(--primary);
}