@font-face {
  font-family: Poppins-Bold;
  src: url(../fonts/Poppins-Bold.ttf);
}

@font-face {
  font-family: Poppins-Light;
  src: url(../fonts/Poppins-Light.ttf);
}

@font-face {
  font-family: Poppins-Medium;
  src: url(../fonts/Poppins-Medium.ttf);
}

@font-face {
  font-family: Poppins-Regular;
  src: url(../fonts/Poppins-Regular.ttf);
}

@font-face {
  font-family: Poppins-SemiBold;
  src: url(../fonts/Poppins-SemiBold.ttf);
}

@font-face {
  font-family: AllerDisplay;
  src: url(../fonts/AllerDisplay.ttf);
}

@font-face {
  font-family: Alumatica;
  src: url(../fonts/Alumatica.otf);
}

@font-face {
  font-family: arial;
  src: url(../fonts/arial.ttf);
}

@font-face {
  font-family: Alumatica-Regular;
  src: url(../fonts/Alumatica-Regular.otf);
}

@font-face {
  font-family: arialbd;
  src: url(../fonts/arialbd.ttf);
}

@font-face {
  font-family: Montserrat-VariableFont_wght;
  src: url(../fonts/Montserrat-VariableFont_wght.ttf);
}

@font-face {
  font-family: MyriadPro-Regular;
  src: url(../fonts/MyriadPro-Regular.otf);
}

@font-face {
  font-family: Origin-Bold;
  src: url(../fonts/Origin-Bold.ttf);
}

@font-face {
  font-family: Origin-Regular;
  src: url(../fonts/Origin-Regular.ttf);
}

@font-face {
  font-family: Aller_Std_Bd;
  src: url(../fonts/Aller_Std_Bd.ttf);
}

@font-face {
  font-family: Aller_Std_Rg;
  src: url(../fonts/Aller_Std_Rg.ttf);
}

@font-face {
  font-family: AllerDisplay;
  src: url(../fonts/AllerDisplay.ttf);
}

@font-face {
  font-family: AllerDisplay_Std_Rg;
  src: url(../fonts/AllerDisplay_Std_Rg.ttf);
}

body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
}

a {
  color: #106eea;
  text-decoration: none;
}

a:hover {
  color: #3b8af2;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", sans-serif;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #106eea;
  border-top-color: #e2eefd;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1s linear infinite;
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #106eea;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #3284f1;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: #106eea;
  height: 40px;
  font-size: 14px;
  transition: all 0.5s;
  color: #fff;
  padding: 0;
}

#topbar .contact-info i {
  font-style: normal;
  color: #fff;
}

#topbar .contact-info i a,
#topbar .contact-info i span {
  padding-left: 5px;
  color: #fff;
  font-family: Alumatica-Regular;
  font-size: 16px;
}

#topbar .contact-info i a {
  line-height: 0;
  transition: 0.3s;
  transition: 0.3s;
}

#topbar .contact-info i a:hover {
  color: #fff;
  text-decoration: underline;
}

#topbar .social-links a {
  color: rgba(255, 255, 255, 0.7);
  line-height: 0;
  transition: 0.3s;
  margin-left: 20px;
}

#topbar .social-links a:hover {
  color: white;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.contact-info i {
  color: #000;
}

#topbar {
  background: #ddb34f;
  height: auto;
  font-size: 14px;
  transition: all 0.5s;
  color: #fff;
  padding: 12px 0px;
}

#header {
  background-color: #fff;
  position: relative;
  z-index: 99;
  padding: 10px 0px;
}

#header.fixed-top {
  height: auto;
  z-index: 9999 !important;
  position: relative;
}

#header .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.8px;
  font-family: "Poppins", sans-serif;
}

#header .logo a {
  color: #222222;
}

#header .logo a span {
  color: #106eea;
}

#header .logo img {}

/*.scrolled-offset {
  margin-top: 70px;
}*/

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar>ul>li {
  white-space: nowrap;
  padding: 10px 0 10px 28px;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 3px;
  font-size: 15px;
  font-weight: 600;
  color: #000;
  white-space: nowrap;
  transition: 0.3s;
  position: relative;
  font-family: Alumatica-Regular;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar>ul>li>a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -6px;
  left: 0;
  background-color: #ebad1a;
  visibility: hidden;
  width: 0px;
  transition: all 0.3s ease-in-out 0s;
}

.navbar a:hover:before,
.navbar li:hover>a:before,
.navbar .active:before {
  visibility: visible;
  width: 100%;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #ebad1a;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 28px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-weight: 600;
  color: #000;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #106eea;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #222222;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(9, 9, 9, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #222222;
}

.navbar-mobile>ul>li {
  padding: 0;
}

.navbar-mobile a:hover:before,
.navbar-mobile li:hover>a:before,
.navbar-mobile .active:before {
  visibility: hidden;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #ebad1a;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #106eea;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

.section-padding {
  padding: 25px 0px;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 75vh;
  background: url("../img/hero-bg.jpg") top left;
  background-size: cover;
  position: relative;
}

#hero:before {
  content: "";
  background: rgba(255, 255, 255, 0.6);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero .container {
  position: relative;
}

#hero h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #222222;
  font-family: "Poppins", sans-serif;
}

#hero h1 span {
  color: #106eea;
}

#hero h2 {
  color: #555555;
  margin: 5px 0 30px 0;
  font-size: 24px;
  font-weight: 400;
}

#hero .btn-get-started {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: #106eea;
}

#hero .btn-get-started:hover {
  background: #247cf0;
}

#hero .btn-watch-video {
  font-size: 16px;
  transition: 0.5s;
  margin-left: 25px;
  color: #222222;
  font-weight: 600;
  display: flex;
  align-items: center;
}

#hero .btn-watch-video i {
  color: #106eea;
  font-size: 32px;
  transition: 0.3s;
  line-height: 0;
  margin-right: 8px;
}

#hero .btn-watch-video:hover {
  color: #106eea;
}

#hero .btn-watch-video:hover i {
  color: #3b8af2;
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {
  #hero {
    height: 100vh;
  }

  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }

  #hero .btn-get-started,
  #hero .btn-watch-video {
    font-size: 13px;
  }
}

@media (max-height: 500px) {
  #hero {
    height: 120vh;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  /* padding: 10px 0; */
  overflow: hidden;
}

.section-bg {
  background-color: #f6f9fe;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 700;
  padding: 8px 20px;
  margin: 0;
  background: #e7f1fd;
  color: #106eea;
  display: inline-block;
  text-transform: uppercase;
  border-radius: 50px;
}

.section-title h3 {
  margin: 15px 0 0 0;
  font-size: 32px;
  font-weight: 700;
}

.section-title h3 span {
  color: #106eea;
}

.section-title p {
  margin: 15px auto 0 auto;
  font-weight: 600;
}

@media (min-width: 1024px) {
  .section-title p {
    width: 50%;
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 20px 0;
  background-color: #f1f6fe;
  min-height: 40px;
}

.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
  margin: 0;
}

@media (max-width: 992px) {
  .breadcrumbs h2 {
    margin: 0 0 10px 0;
  }
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# Featured Services
--------------------------------------------------------------*/
.featured-services .icon-box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1;
}

.featured-services .icon-box::before {
  content: "";
  position: absolute;
  background: #cbe0fb;
  right: 0;
  left: 0;
  bottom: 0;
  top: 100%;
  transition: all 0.3s;
  z-index: -1;
}

.featured-services .icon-box:hover::before {
  background: #106eea;
  top: 0;
  border-radius: 0px;
}

.featured-services .icon {
  margin-bottom: 15px;
}

.featured-services .icon i {
  font-size: 48px;
  line-height: 1;
  color: #106eea;
  transition: all 0.3s ease-in-out;
}

.featured-services .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.featured-services .title a {
  color: #111;
}

.featured-services .description {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
}

.featured-services .icon-box:hover .title a,
.featured-services .icon-box:hover .description {
  color: #fff;
}

.featured-services .icon-box:hover .icon i {
  color: #fff;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .content h3 {
  font-weight: 600;
  font-size: 26px;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 35px;
}

.about .content ul li:first-child {
  margin-top: 35px;
}

.about .content ul i {
  background: #fff;
  box-shadow: 0px 6px 15px rgba(16, 110, 234, 0.12);
  font-size: 24px;
  padding: 20px;
  margin-right: 15px;
  color: #106eea;
  border-radius: 50px;
}

.about .content ul h5 {
  font-size: 18px;
  color: #555555;
}

.about .content ul p {
  font-size: 15px;
}

.about .content p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Skills
--------------------------------------------------------------*/
.skills .progress {
  height: 60px;
  display: block;
  background: none;
  border-radius: 0;
}

.skills .progress .skill {
  padding: 0;
  margin: 0 0 6px 0;
  text-transform: uppercase;
  display: block;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #222222;
}

.skills .progress .skill .val {
  float: right;
  font-style: normal;
}

.skills .progress-bar-wrap {
  background: #e2eefd;
  height: 10px;
}

.skills .progress-bar {
  width: 1px;
  height: 10px;
  transition: 0.9s;
  background-color: #106eea;
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  padding: 40px 0px 20px 0px;
  background-color: #ffb913;
}

.counts .count-box {
  border-radius: 10px;
  padding: 30px 30px 25px 30px;
  width: 100%;
  position: relative;
  text-align: center;
  background: #f1f6fe;
}

.counts .count-box i {
  position: absolute;
  top: -28px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 24px;
  background: #393938;
  color: #fff;
  width: 56px;
  height: 56px;
  line-height: 0;
  border-radius: 0px;
  border: 5px solid #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.counts .count-box span {
  font-size: 46px;
  display: block;
  font-weight: 600;
  color: #020300;
  font-family: Alumatica-Regular;
}

.counts .count-box span::after {
  content: "+";
  padding-left: 10px;
  font-size: 46px;
}

.counts .count-box p {
  padding: 0;
  margin: 0;
  font-size: 19px;
  font-family: Alumatica-Regular;
  color: #3c382e;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients {
  padding: 15px 0;
  text-align: center;
}

.clients img {
  max-width: 45%;
  transition: all 0.4s ease-in-out;
  display: inline-block;
  padding: 15px 0;
}

.clients img:hover {
  transform: scale(1.15);
}

@media (max-width: 768px) {
  .clients img {
    max-width: 40%;
  }
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  text-align: center;
  border: 1px solid #e2eefd;
  padding: 80px 20px;
  transition: all ease-in-out 0.3s;
  background: #fff;
}

.services .icon-box .icon {
  margin: 0 auto;
  width: 64px;
  height: 64px;
  background: #f1f6fe;
  border-radius: 4px;
  border: 1px solid #deebfd;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: ease-in-out 0.3s;
}

.services .icon-box .icon i {
  color: #3b8af2;
  font-size: 28px;
  transition: ease-in-out 0.3s;
}

.services .icon-box h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 24px;
}

.services .icon-box h4 a {
  color: #222222;
  transition: ease-in-out 0.3s;
}

.services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.services .icon-box:hover {
  border-color: #fff;
  box-shadow: 0px 0 25px 0 rgba(16, 110, 234, 0.1);
}

.services .icon-box:hover h4 a,
.services .icon-box:hover .icon i {
  color: #106eea;
}

.services .icon-box:hover .icon {
  border-color: #106eea;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials {
  padding: 80px 0;
  background: url("../img/testimonials-bg.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}

.testimonials::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
}

.testimonials .section-header {
  margin-bottom: 40px;
}

.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item {
  text-align: center;
  color: #fff;
}

.testimonials .testimonial-item .testimonial-img {
  width: 100px;
  border-radius: 50%;
  border: 6px solid rgba(255, 255, 255, 0.15);
  margin: 0 auto;
}

.testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #fff;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #ddd;
  margin: 0 0 15px 0;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: rgba(255, 255, 255, 0.4);
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
  color: #eee;
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.5);
  opacity: 1;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #106eea;
}

@media (min-width: 992px) {
  .testimonials .testimonial-item p {
    width: 80%;
  }
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 15px auto;
  list-style: none;
  text-align: center;
  border-radius: 50px;
  padding: 2px 15px;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 10px 15px 8px 15px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #444444;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  color: #106eea;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio .portfolio-item .portfolio-info {
  opacity: 0;
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  background: rgba(255, 255, 255, 0.9);
  padding: 15px;
}

.portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  color: #222222;
}

.portfolio .portfolio-item .portfolio-info p {
  color: #555555;
  font-size: 14px;
  margin-bottom: 0;
}

.portfolio .portfolio-item .portfolio-info .preview-link,
.portfolio .portfolio-item .portfolio-info .details-link {
  position: absolute;
  right: 40px;
  font-size: 24px;
  top: calc(50% - 18px);
  color: #3c3c3c;
}

.portfolio .portfolio-item .portfolio-info .preview-link:hover,
.portfolio .portfolio-item .portfolio-info .details-link:hover {
  color: #106eea;
}

.portfolio .portfolio-item .portfolio-info .details-link {
  right: 10px;
}

.portfolio .portfolio-item .portfolio-links {
  opacity: 0;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 3;
  position: absolute;
  transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-item .portfolio-links a {
  color: #fff;
  margin: 0 2px;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-item .portfolio-links a:hover {
  color: #6ba7f5;
}

.portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
  bottom: 20px;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #106eea;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #106eea;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(34, 34, 34, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team {
  padding: 60px 0;
}

.team .member {
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(16, 110, 234, 0.15);
}

.team .member .member-img {
  position: relative;
  overflow: hidden;
}

.team .member .social {
  position: absolute;
  left: 0;
  bottom: 30px;
  right: 0;
  opacity: 0;
  transition: ease-in-out 0.3s;
  text-align: center;
}

.team .member .social a {
  transition: color 0.3s;
  color: #222222;
  margin: 0 3px;
  padding-top: 7px;
  border-radius: 4px;
  width: 36px;
  height: 36px;
  background: rgba(16, 110, 234, 0.8);
  display: inline-block;
  transition: ease-in-out 0.3s;
  color: #fff;
}

.team .member .social a:hover {
  background: #3b8af2;
}

.team .member .social i {
  font-size: 18px;
}

.team .member .member-info {
  padding: 25px 15px;
}

.team .member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 18px;
  color: #222222;
}

.team .member .member-info span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #aaaaaa;
}

.team .member .member-info p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: #777777;
}

.team .member:hover .social {
  opacity: 1;
  bottom: 15px;
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .box {
  padding: 20px;
  background: #fff;
  text-align: center;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12);
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}

.pricing .box h3 {
  font-weight: 400;
  margin: -20px -20px 20px -20px;
  padding: 20px 15px;
  font-size: 16px;
  font-weight: 600;
  color: #777777;
  background: #f8f8f8;
}

.pricing .box h4 {
  font-size: 36px;
  color: #106eea;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  margin-bottom: 20px;
}

.pricing .box h4 sup {
  font-size: 20px;
  top: -15px;
  left: -3px;
}

.pricing .box h4 span {
  color: #bababa;
  font-size: 16px;
  font-weight: 300;
}

.pricing .box ul {
  padding: 0;
  list-style: none;
  color: #444444;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
}

.pricing .box ul li {
  padding-bottom: 16px;
}

.pricing .box ul i {
  color: #106eea;
  font-size: 18px;
  padding-right: 4px;
}

.pricing .box ul .na {
  color: #ccc;
  text-decoration: line-through;
}

.pricing .btn-wrap {
  margin: 20px -20px -20px -20px;
  padding: 20px 15px;
  background: #f8f8f8;
  text-align: center;
}

.pricing .btn-buy {
  background: #106eea;
  display: inline-block;
  padding: 8px 35px 10px 35px;
  border-radius: 4px;
  color: #fff;
  transition: none;
  font-size: 14px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  transition: 0.3s;
}

.pricing .btn-buy:hover {
  background: #3b8af2;
}

.pricing .featured h3 {
  color: #fff;
  background: #106eea;
}

.pricing .advanced {
  width: 200px;
  position: absolute;
  top: 18px;
  right: -68px;
  transform: rotate(45deg);
  z-index: 1;
  font-size: 14px;
  padding: 1px 0 3px 0;
  background: #106eea;
  color: #fff;
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq {
  padding: 0px 0;
}

.faq .faq-list {
  padding: 0;
  list-style: none;
}

.faq .faq-list li {
  border-bottom: 1px solid #d4e5fc;
  margin-bottom: 20px;
  padding-bottom: 10px;
  background-color: #f8f6f7;
  padding-top: 10px;
  font-family: Montserrat-VariableFont_wght;
  padding-left: 10px;
  border-radius: 25px;
}

.faq .faq-list .question {
  display: block;
  position: relative;
  font-size: 17px;
  line-height: 24px;
  font-weight: 500;
  padding-left: 25px;
  cursor: pointer;
  color: #0d58ba;
  transition: 0.3s;
  font-family: arialbd;
  text-transform: uppercase;
}

.faq .faq-list i {
  font-size: 16px;
  position: absolute;
  left: 0;
  top: -2px;
}

.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 25px;
  font-family: Montserrat-VariableFont_wght;
  font-weight: 500;
  color: #000;
  font-size: 16px;
  line-height: 28px;
}

.faq .faq-list .icon-show {
  display: none;
}

.faq .faq-list .collapsed {
  color: #555;
}

.faq .faq-list .collapsed:hover {
  color: #106eea;
}

.faq .faq-list .collapsed .icon-show {
  display: inline-block;
  transition: 0.6s;
  color: #000;
  font-weight: 700;
}

.faq .faq-list .collapsed .icon-close {
  display: none;
  transition: 0.6s;
}

.question {
  color: #111;
  cursor: pointer;
  position: relative;
  padding-bottom: 5px;
  transition: color 0.3s ease;
}

/* Hover effect: color change + underline */
.question:hover {
  color: #ffb913 !important;
}

/* Underline effect for active (expanded) question */
.question.collapsed {
  /* When collapsed, no underline */
  color: #111;
}

.question:not(.collapsed) {
  color: #ffb913 !important;
}

.question:not(.collapsed)::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 100%;
  background-color: #ffb913;
  border-radius: 2px;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
  color: #444444;
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.3);
  padding: 20px 0 30px 0;
}

.contact .info-box i {
  font-size: 32px;
  color: #106eea;
  border-radius: 50%;
  padding: 8px;
  border: 2px dotted #b3d1fa;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #777777;
  font-weight: 700;
  margin: 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.contact .php-email-form {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.4);
  padding: 30px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form .form-group {
  margin-bottom: 20px;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #106eea;
}

.contact .php-email-form input {
  padding: 10px 15px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form button[type="submit"] {
  background: #106eea;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #3b8af2;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #fff;
  padding: 0 0 0px 0;
  color: #444444;
  font-size: 14px;
  background: #f1f6fe;
}

#footer .footer-newsletter {
  padding: 50px 0;
  background: #f1f6fe;
  text-align: center;
  font-size: 15px;
}

#footer .footer-newsletter h4 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
}

#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.06);
  text-align: left;
}

#footer .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #106eea;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-newsletter form input[type="submit"]:hover {
  background: #0d58ba;
}

#footer .footer-top {
  padding: 60px 0 30px 0;
  background: #d5d5d5;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact h3 {
  font-size: 24px;
  margin: 0 0 15px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-contact h3 span {
  color: #106eea;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Roboto", sans-serif;
  color: #777777;
}

#footer .footer-top h4 {
  font-size: 30px;
  color: #000;
  position: relative;
  padding-bottom: 12px;
  font-family: Alumatica-Regular;
  text-transform: capitalize;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links p {
  font-family: Alumatica-Regular;
  color: #444;
  font-size: 17px;
  line-height: 30px;
}

#footer .footer-top .footer-links p a {
  color: #444;
  display: block;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #373737;
  vertical-align: -webkit-baseline-middle;
  font-size: 18px;
  margin-right: 6px;
  padding: 0;
  margin-top: -5px;
}

#footer .footer-top .footer-links ul li {
  padding: 5px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #444;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
  font-family: Alumatica-Regular;
  font-size: 17px;
  letter-spacing: 1px;
  padding-bottom: 3px;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #106eea;
}

#footer .footer-top .social-links a {
  font-size: 28px;
  display: inline-block;
  background: transparent;
  color: #373737;
  line-height: 1;
  padding: 8px 4px;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #3b8af2;
  color: #fff;
  text-decoration: none;
}

#footer .copyright {
  padding: 10px 0px;
}

#footer .copyright a {
  color: #ffb901;
}

#footer .copyright {
  text-align: center;
  font-family: Alumatica-Regular;
  color: #444;
  font-size: 17px;
  line-height: 30px;
  padding: 20px 0px 0px !important;
}

#footer .credits {
  float: right;
  text-align: center;
  font-size: 13px;
  color: #444444;
}

@media (max-width: 768px) {

  #footer .copyright,
  #footer .credits {
    float: none;
    text-align: center;
    padding: 2px 0;
  }
}

.footer-title {
  font-weight: 600;
  color: #fff;
  padding-bottom: 10px;
  display: inline-block;
  position: relative;
}

/* Footer Menu */
.footer-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-menu li {
  display: flex;
  align-items: center;
  margin: 8px 0;
  transition: all 0.3s ease;
}

.footer-menu i {
  color: #ffb913;
  margin-right: 10px;
  transition: transform 0.3s ease, color 0.3s ease;
}

.footer-menu a {
  color: #ccc;
  text-decoration: none;
  position: relative;
  transition: color 0.3s ease;
}

.footer-menu li:hover a {
  color: #ffb913 !important;
}

.footer-menu li:hover i {
  transform: translateX(5px);
  color: #fff;
}

.footer-menu li:hover a::after {
  width: 100%;
}

.foot-social {
  display: flex;
  justify-content: center;
  gap: 15px;
}

.social-icon {
  position: relative;
  width: 35px;
  height: 35px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ccc;
  border-radius: 50%;
  color: #555;
  font-size: 14px;
  overflow: hidden;
  transition: all 0.4s ease;
  z-index: 1;
}

.footer-contact {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.social-icon::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 2px solid transparent;
  border-radius: 50%;
  top: 0;
  left: 0;
  box-sizing: border-box;
  transition: transform 0.6s ease;
  z-index: -1;
}

.social-icon:hover::before {
  border: 2px solid #ffb913;
  transform: rotate(360deg);
}

.social-icon:hover {
  color: #000;
  background: linear-gradient(135deg, #fffbe6, #ffeb3b);
  border-color: transparent;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.home01 h1 {
  font-family: Aller_Std_Bd;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 5px;
  line-height: 30px;
}

.line01 {
  text-align: center;
}

.home01 h1 span {
  color: #e5ac38;
}

.home01 p {
  font-family: Alumatica-Regular;
  font-size: 18px;
  text-align: center;
  color: #000;
  margin-top: 1.5em;
  line-height: 35px;
}

.home01 p a {
  color: #e5ac38;
  text-transform: capitalize;
}

.home02 .card-header {
  background-color: transparent;
  text-align: center;
  padding: 20px;
}

.home02 .card-header h4 {
  font-family: Alumatica-Regular;
  font-size: 30px;
  color: #e7ab33;
  text-transform: capitalize;
  text-align: center;
  margin: 0em;
  background-color: #363636;
  padding: 15px 0 0 0;
}

.package-box img {
  margin: 0px 0px 15px 0px;
}

.package-box {
  background-color: #363636;
  padding: 10px 0px;
}

.home02 .card-header h6 {
  font-family: Alumatica-Regular;
  font-size: 26px;
  margin: 10px 0px 15px 0px;
  color: #fff;
}

.home02 .card-header h4 {
  position: relative;
  color: #fff !important;
  transition: background-color 0.6s ease, color 0.6s ease;
}

.home02 .card-header:hover h4 {
  background-color: #e7ab33;
  color: #000;
}

/* Gradient line using ::after - CENTER ANIMATION */
.home02 .card-header h4::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  height: 4px;
  width: 100%;
  background: linear-gradient(to right,
      transparent,
      #ffb901,
      #e7ab33,
      transparent);
  transform: translateX(-50%) scaleX(0);
  transform-origin: center;
  transition: transform 0.5s ease;
}

.home02 .card-header:hover h4::after {
  transform: translateX(-50%) scaleX(1);
}

.why-box01 {
  display: inline-block;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.why-box01 h3 {
  margin-top: 15px;
  text-align: center;
  font-size: 18px !important;
  transition: color 0.6s;
}

.why-box01:hover h3 {
  color: #ffb901;
}

.why-box01 img {
  transition: transform 0.4s ease;
}

/* Shake animation */
@keyframes shake {
  0% {
    transform: translateX(0);
  }

  20% {
    transform: translateX(-4px);
  }

  40% {
    transform: translateX(4px);
  }

  60% {
    transform: translateX(-4px);
  }

  80% {
    transform: translateX(4px);
  }

  100% {
    transform: translateX(0);
  }
}

.why-box01:hover img {
  animation: shake 0.4s ease;
  transform: scale(1.05);
  /* optional slight zoom */
}

.scale01 img {
  width: 100%;
  height: auto;
}

.home03 .card-header {
  background-color: transparent;
  padding: 0px;
}

.home03 .card-block {
  background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)),
    url(../img/home/14.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 40px;
}

.home03 .card-block h3 {
  font-family: Aller_Std_Bd;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 5px;
  line-height: 30px;
  font-size: 36px;
}

.line01 {
  text-align: center;
}

.home03 .card-block h3 span {
  color: #e5ac38;
}

.home03 .card-block p {
  font-family: Alumatica-Regular;
  font-size: 18px;
  text-align: justify;
  color: #000;
  margin-top: 10px;
  line-height: 35px;
}

.home-btn {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: #000;
  padding: 10px 37px;
  border-radius: 50px;
  background-color: #e5ac38;
  text-decoration: none;
  transition: all 0.3s ease;
  margin-top: 14px;
  text-transform: uppercase;
}

.home-btn:hover {
  background-color: #000;
  color: #fff;
  transform: scale(1.05);
}

.services-list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
  margin-top: 20px;
}

.service-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.service-column li {
  font-size: 16px;
  color: #333;
  background-color: #f9f9f9;
  border-radius: 8px;
  padding: 12px 15px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: all 0.3s ease;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  cursor: pointer;
}

.service-column li i {
  color: #e5ac38;
  font-size: 18px;
  transition: color 0.3s ease;
}

.service-column li:hover {
  background-color: #e5ac38;
  color: #fff;
  transform: translateY(-2px);
}

.service-column li:hover i {
  color: #fff;
}

.home03 .card-block p a {
  text-transform: capitalize;
  color: #e5ac38;
}

.why-box01 {
  display: flex;
  justify-content: center;
  text-align: center;
  margin-top: 1em;
  margin-bottom: 2em;
}

.home04 {
  padding-bottom: 40px;
}

.home04 h3 {
  font-family: Aller_Std_Bd;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 5px;
  line-height: 30px;
  font-size: 36px;
}

.line01 {
  text-align: center;
}

.home04 h3 span {
  color: #e5ac38;
}

.home04 p {
  font-family: Alumatica-Regular;
  font-size: 18px;
  text-align: center;
  color: #000;
  margin-top: 1.5em;
  line-height: 35px;
  margin-bottom: 1.6em;
}

.home05 h4 {
  font-family: Aller_Std_Bd;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 5px;
  line-height: 12px;
  font-size: 26px;
}

.line01 {
  text-align: center;
}

.home05 h4 span {
  color: #e5ac38;
}

.home05 p {
  font-family: Alumatica-Regular;
  font-size: 18px;
  text-align: center;
  color: #000;
  margin-top: 1.5em;
  line-height: 35px;
  margin-bottom: 1.6em;
}

.aligner .bi {
  font-size: 36px;
  color: #000;
}

.home06 .tab {
  overflow: hidden;
  border: none;
  background-color: #fff;
  padding: 20px;
}

.home06 .tab button .bi {
  display: none;
}

.home06 .tab button {
  background-color: inherit;
  display: block;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 17px 16px;
  transition: 0.3s;
  font-size: 23px;
  width: 100%;
  font-family: Alumatica-Regular;
  margin: 14px 0px;
}

.home06 .tab button:hover {
  background-color: #ffb901;
}

.home06 .tab button.active {
  background-color: #ffb901;
}

.home06 .tab button.active .bi {
  display: initial;
  -webkit-transition: 1s !important;
}

.home06 .tabcontent {
  display: none;
  padding: 20px 20px;
  border: none;
  border-top: none;
  background-color: #fff;
}

.sub-span01 .bi {
  padding-right: 10px;
}

.home06 .tab button p {
  text-align: left;
  margin: auto;
}

.home06 h1 {
  font-family: Aller_Std_Bd;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 1.6em;
  line-height: 30px;
  font-size: 36px;
  color: #fdb803;
}

.line01 {
  text-align: center;
}

.home06 .tabcontent h6 {
  font-family: Alumatica-Regular;
  font-size: 40px;
  text-transform: capitalize;
  margin-bottom: 0.1em;
  color: #000;
}

.home06 .tabcontent h6 span {
  color: #ffb901;
}

.stage-box01 p {
  font-family: Alumatica-Regular;
  font-size: 16px;
  text-align: justify;
  color: #000;
  margin-top: 1.5em;
  line-height: 28px;
  margin-bottom: 1.6em;
}

.home06 {
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url(../img/home/24.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.stage-box01 h5 {
  font-family: Alumatica-Regular;
  color: #000;
  font-size: 18px;
}

.stage-box01 h5 span {
  background-color: #ffb901;
  padding: 5px 5px 3px 5px;
  line-height: 30px;
}

.home07 {
  padding: 50px 0px 20px 0px;
}

.home07 h2 {
  font-family: Aller_Std_Bd;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 5px;
  line-height: 30px;
  font-size: 36px;
}

.home07 h2 span {
  color: #e5ac38;
}

.home07 .owl-carousel .owl-item img {
  display: block;
  width: 100px;
  max-width: 100%;
  margin: 0 auto;
}

.home07 .owl-carousel .owl-item h4 {
  font-family: Alumatica-Regular;
  text-transform: capitalize;
  margin-bottom: 0.7em;
  font-size: 27px;
  margin-top: 0.7em;
  font-weight: 500;
  text-align: center;
  color: #000;
}

.home07 .owl-carousel .owl-item h4 span {
  font-size: 17px;
  color: #000;
  background-color: #ffb901;
  padding: 4px 4px 2px 4px;
}

.home07 .owl-carousel .owl-item p {
  font-family: Alumatica-Regular;
  font-size: 17px;
  text-align: justify;
  color: #444444;
  margin-top: 1.5em;
  line-height: 33px;
  margin-bottom: 1.6em;
}

.home08 .row {
  display: -ms-flexbox;
  /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap;
  /* IE10 */
  flex-wrap: wrap;
  padding: 50px 4px 50px 4px;
}

/* Create four equal columns that sits next to each other */
.home08 .column {
  -ms-flex: 20%;
  /* IE10 */
  flex: 20%;
  max-width: 20%;
  padding: 0 40px;
}

.home08 .column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}

.tablinks {
  min-width: 200px !important;
  padding: 10px !important;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
  .home08 .column {
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .home08 .column {
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%;
  }

  .why-box01 img {
    max-width: 120px;
  }

  .why-box01 h3 {
    margin-top: 15px;
    text-align: center;
    font-size: 14px !important;
    transition: color 0.6s;
  }

  .home04 h3 {
    font-family: Aller_Std_Bd;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 5px;
    line-height: 20px;
    font-size: 36px;
  }

  .tablinks {
    min-width: 140px !important;
    padding: 10px !important;
  }
}

.home08 h3 {
  font-family: Aller_Std_Bd;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 5px;
  line-height: 30px;
  font-size: 36px;
}

.home08 h3 span {
  color: #e5ac38;
}

.we-are-ready p {
  text-align: center;
  font-family: Montserrat-VariableFont_wght;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
  color: #000;
}

.we-are-ready p span {
  display: inline;
}

.we-are-ready p span img {
  max-width: 100%;
  width: 173px;
  padding: 0px 6px;
}

.home08 {
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)),
    url(../img/home/27.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom left;
  padding: 0px 0px 100px;
  margin-bottom: -1px;
}

.we-are-ready {
  margin-bottom: 50px;
  margin-top: 50px;
}

.faq .card-header {
  background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)),
    url(../img/home/30.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 40px;
  border-radius: 10px;
}

.faq .card-block {
  border-radius: 0px;
}

.faq .card-block img {
  height: 100%;
}

.faq .container-fluid {
  --bs-gutter-x: 0;
}

.home03 .container-fluid {
  --bs-gutter-x: 0;
}

.about01 .card-header {
  background-color: transparent;
  padding: 15px;
}

.about01 .card-block {
  padding: 15px;
}

.about01 .card-block h4 {
  font-family: arialbd;
  font-size: 28px;
  text-transform: capitalize;
  margin-bottom: 0.6em;
  margin-top: 0.1em;
  text-align: left;
  color: #393939;
}

.about01 .card-block p {
  font-family: Alumatica-Regular;
  font-size: 16px;
  text-align: justify;
  color: #444;
  margin-top: 0.5em;
  line-height: 30px;
  margin-bottom: 1em;
}

.bg-inside01 {
  background-color: #f2f2f2;
  padding: 15px;
  margin-bottom: 1.6em;
}

.about01 .card-block .btn-primary {
  background-color: #e7ab33;
  border: none;
  color: #000;
  font-family: Alumatica-Regular;
  font-size: 21px;
  text-transform: capitalize;
  padding: 4px 15px 2px 15px;
}

.about01 .card-block .btn-primary:hover {
  background-color: #444;
  color: #fff;
}

.about02 .card-block {
  background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)),
    url(../img/about/2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 40px;
  border-radius: 0px;
}

.about02 .card-header {
  background-color: transparent;
  padding: 0;
}

.about02 .card-block {
  background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)),
    url(../img/about/2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top right;
  border-radius: 0px;
}

.about02 .card {
  background-color: transparent;
  padding: 0;
}

.about02 h1 {
  font-family: arialbd;
  font-size: 40px;
  text-transform: capitalize;
  margin-bottom: 0.6em;
  margin-top: 0.1em;
  text-align: center;
  color: #393939;
}

.what-we h4 {
  font-family: arialbd;
  font-size: 72px;
  text-transform: capitalize;
  margin-bottom: 0.1em;
  margin-top: 0.1em;
  color: #fff;
}

.about02 .what-we {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 30px 60px;
  width: max-content;
}

.vis01-mis h4 {
  font-family: "Arial Black", sans-serif;
  font-size: 26px;
  text-transform: capitalize;
  margin-bottom: 0.4em;
  margin-top: 0.1em;
  color: #393939;
  position: relative;
  display: inline-block;
}

.vis01-mis h4::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 60px;
  height: 4px;
  background-color: #ffb913;
  border-radius: 2px;
  transition: width 0.4s ease;
}

.new-about01 .column {
  overflow: hidden;
  display: inline-block;
  position: relative;
}

.new-about01 .column img {
  width: 100%;
  height: auto;
  transition: transform 0.6s ease;
}

.new-about01 .column:hover img {
  animation: zoomIn 0.6s forwards;
}

@keyframes zoomIn {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.1);
  }
}

.vis01-mis h4:hover::after {
  width: 100%;
}

.vis01-mis p {
  font-family: Alumatica-Regular;
  font-size: 16px;
  color: #444;
  margin-top: 1.5em;
  line-height: 32px;
  margin-bottom: 1.6em;
  text-align: justify;
}

.vis01-mis {
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.vis01-mis:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.vis01-mis {
  flex: 1 !important;
}

.about04 h2 {
  font-family: arialbd;
  font-size: 40px;
  text-transform: capitalize;
  margin-bottom: 0.4em;
  margin-top: 0.1em;
  color: #393939;
  text-align: center;
}

.why-abt01 {
  text-align: center;
}

.why-abt01 img {
  max-width: 100%;
  width: 152px;
}

.why-abt01 h4 {
  font-family: Alumatica-Regular;
  font-size: 28px;
  text-align: center;
  color: #393939;
  margin-top: 1.5em;
  line-height: 30px;
  margin-bottom: 1.6em;
  text-transform: capitalize;
  font-weight: 600;
}

.sbout-why {
  font-family: arialbd;
  font-size: 40px;
  text-transform: capitalize;
  margin-bottom: 0.4em;
  margin-top: 0.1em;
  color: #393939;
  text-align: center;
}

.contact01 .card-header {
  background-color: transparent;
}

.contact01 .card-block {
  background-color: transparent;
}

.contact01 h1 {
  font-family: arialbd;
  font-size: 40px;
  text-transform: capitalize;
  margin-bottom: 1em;
  margin-top: 0.1em;
  text-align: center;
  color: #393939;
}

.contact01 h4 {
  font-family: arialbd;
  margin-top: 0.7em;
}

.contact01 p span {
  display: block;
}

.contact01 p {
  font-family: Alumatica-Regular;
  font-size: 16px;
  text-align: justify;
  color: #000;
  margin-top: 0.5em;
  line-height: 30px;
  margin-bottom: 1em;
}

.contact01 p a {
  color: #000;
  display: block;
}

.contact01 form label {
  display: block;
  font-family: Alumatica-Regular;
  font-size: 16px;
  text-align: justify;
  color: #000;
  margin-top: 1.5em;
  line-height: 28px;
  margin-bottom: 0.4em;
}

.contact01 form .form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.375rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  font-family: Alumatica-Regular;
}

.contact01 form .btn-primary {
  background-color: #e7ab33;
  border: none;
  margin-top: 1.6em;
  font-family: Alumatica-Regular;
  text-transform: capitalize;
  font-size: 18px;
}

.contact01 form .bi {
  font-size: 26px;
}

.sub-banner img {
  width: 100%;
  height: auto;
}

.faqs-heading {
  font-family: arialbd;
  font-size: 40px;
  text-transform: uppercase;
  margin-bottom: 0.6em;
  margin-top: 0.6em;
  text-align: center;
  color: #393939;
}

.about01 img {
  box-shadow: 5px 5px 8px 0px #888;
  border-radius: 6px;
  padding: 5px;
  border: 1px dotted #ffb913;
}

.vis01-mis {
  border: 2px solid #fff;
  padding: 15px;
  border-radius: 10px;
  background-color: #f2f2f2;
}

.new-about01 .row {
  display: -ms-flexbox;
  /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap;
  /* IE10 */
  flex-wrap: wrap;
  padding: 0 4px;
}

/* Create four equal columns that sits next to each other */
.new-about01 .column {
  -ms-flex: 19%;
  flex: 19%;
  max-width: 19%;
  padding: 0 10px;
  border: 1px solid #393939;
  padding: 10px;
  box-shadow: 5px 10px #efa718;
  margin: 5px;
  background-color: #ffffffd4;
}

.new-about01 .column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}

.new-about01 h2 {
  font-family: arialbd;
  font-size: 40px;
  text-transform: capitalize;
  margin-bottom: 1em;
  margin-top: 0.1em;
  color: #393939;
  text-align: center;
}

.insidebx01 {
  margin: 10px;
}

.new-about01 .column h4 {
  transition: color 0.4s ease;
}

.new-about01 .column:hover h4 {
  color: #ffb913;
}

.new-about01 .column img {
  margin-top: 8px;
  vertical-align: middle;
  max-width: 100%;
  width: 50px;
  margin-bottom: 1.4em;
}

.insidebx01 h4 {
  font-family: arialbd;
  font-size: 17px;
  margin-bottom: 0.6em;
  color: #000;
}

.insidebx01 p {
  font-family: Alumatica-Regular;
  font-size: 16px;
  color: #444;
  margin-top: 0em;
  line-height: 29px;
  text-align: justify;
}

.new-about01 {
  background: linear-gradient(rgba(255, 255, 255, 0.86), rgba(255, 255, 255, 0)),
    url(../img/about/bg001.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 0px;
}

.why-bx01 img {
  max-width: 100%;
  width: 102px;
  margin-bottom: 1.6em;
  margin-top: 1em;
}

.new-about02 h2 {
  font-family: arialbd;
  font-size: 40px;
  text-transform: capitalize;
  margin-bottom: 1em;
  margin-top: 0.1em;
  color: #393939;
  text-align: center;
}

.new-about02 h2 {
  font-family: arialbd;
}

.why-bx01 h3 {
  font-family: arialbd;
}

.why-bx01 p {
  font-family: Alumatica-Regular;
  font-size: 16px;
  color: #444;
  text-align: justify;
  margin-top: 1.5em;
  line-height: 28px;
  margin-bottom: 1.6em;
}

.why-bx01 {
  padding: 15px;
  margin: 0px 14px;
}

.lans-view-more {
  text-align: center;
  margin-top: 1.6em;
}

.lans-view-more .btn-primary {
  background-color: #e7ab33;
  border: none;
  color: #000;
  font-family: Alumatica-Regular;
  font-size: 21px;
  text-transform: capitalize;
  padding: 4px 15px 2px 15px;
}

.container01 {
  position: relative;
}

.image01 {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: 0.5s ease;
  backface-visibility: hidden;
}

.middle01 {
  transition: 0.5s ease;
  opacity: 1;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.container01:hover .image01 {
  opacity: 0.3;
}

.container01:hover .middle01 {
  opacity: 1;
}

.text01 {
  background-color: #ffffffb0;
  color: #000;
  padding: 25px 25px;
  min-width: 265px;
  min-height: 110px;
}

.product-cont-box i {
  color: #000 !important;
}

.pack-box01:hover {
  box-shadow: none;
}

.largebox01 img {
  border-radius: 10px;
}

.pack-box01 img {
  border-radius: 10px;
}

.pack-box01 {
  border-radius: 10px;
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}

.packages01 .container-fluid {
  width: 75%;
}

.packages01 h1 {
  font-size: 24px;
  text-transform: capitalize;
  margin-bottom: 25px;
  margin-top: 0.1em;
  text-align: center;
  color: #000;
}

.packages01 .accordion-body {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  border-radius: 6px;
  background: #fff;
  margin-bottom: 10px;
}


.text01 h3 {
  font-family: arial;
  text-transform: uppercase;
  line-height: 40px;
  color: #ff0000;
  font-size: 25px;
}

.text01 h3 span {
  color: #000;
  font-family: arialbd;
  font-size: 37px;
  display: block;
}

.inner-price01 {
  text-align: center;
}

.inner-price01 p {
  font-family: arialbd;
  font-size: 23px;
  text-transform: capitalize;
  margin-bottom: 0.6em;
  margin-top: 0.6em;
  color: #393939;
}

.inner-price01 h4 {
  font-family: arialbd;
  color: #fd1d1d;
  display: none;
}

.inner-price01 {
  padding: 15px;
}

.inner-price01 p span {
  color: #814882;
  font-size: 32px;
}

/* .largebox01 img {
  opacity: 0.5;
} */

/* .largebox01 img:hover {
  opacity: 1;
} */

.large-price {
  background-color: #ddb34f36;
  padding: 20px 30px;
  margin: 20px 0px;
}

.large-price {
  border-radius: 8px;
  text-align: center;
  max-width: 400px;
  margin: 0 auto;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.largebox03 {
  border-radius: 10px;
}

.large-price h3 {
  font-family: "Arial Black", Arial, sans-serif;
  font-size: 28px;
  text-transform: uppercase;
  margin: 0.2em 0 0.5em;
  color: #222;
  letter-spacing: 2px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
  position: relative;
  display: inline-block;
  transition: color 0.4s ease;
}

.large-price h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 40%;
  height: 3px;
  background: #ddb34f;
  border-radius: 2px;
  transition: width 0.4s ease;
}

.large-price:hover h3::after {
  width: 100%;
}

.large-price p {
  font-family: "Arial Black", Arial, sans-serif;
  font-size: 18px;
  color: #f44336;
  margin: 0;
  font-weight: 900;
  letter-spacing: 1.5px;

  transition: color 0.4s ease, text-shadow 0.4s ease;
}

/* Hover effect on the whole box */
.large-price:hover {
  transform: scale(1.05);
}

.large-price:hover h3 {
  color: #fff;
  text-shadow: 2px 2px 8px rgba(221, 179, 79, 0.8);
}

/* .large-price:hover p {
  color: #ddb34f;
  text-shadow: 0 0 10px #ddb34f;
} */

.large-price h6 {
  font-family: arialbd;
  font-size: 21px;
  color: #000;
}

.largebox02 {
  background-color: #f8f0e7;
  padding: 15px;
}

.largebox03 {
  background-color: #f8f0e7;
  padding: 15px;
}

.product-cont-box {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

.product-cont-box h3 {
  font-family: arialbd;
  color: #000;
  font-size: 24px;
}

.product-cont-box p {
  font-family: Alumatica-Regular;
  font-size: 17px;
  text-align: justify;
  color: #333;
  margin-top: 0.5em;
  line-height: 33px;
  margin-bottom: 1.3em;
}

.packages-title-01 {
  font-family: arialbd;
  font-size: 40px;
  text-transform: capitalize;
  margin-bottom: 0.6em;
  margin-top: 0.1em;
  text-align: center;
  color: #393939;
}

.packages-title-02 {
  font-family: Alumatica-Regular;
  font-size: 20px;
  text-align: center;
  color: #000;
  margin-top: 0.5em;
  line-height: 30px;
  margin-bottom: 1.6em;
}

.packages01 .tab {
  margin-bottom: 1.6em;
  text-align: center;
}

.packages01 .tab button {
  border: none;
  outline: none;
  cursor: pointer;
  padding: 30px 30px;
  transition: 0.3s;
  font-size: 18px;
  background: #f2f5f7;
  font-family: arialbd;
  color: #333;
  margin: 0px 10px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.24);
}

.packages01 .tab button:hover {
  background-color: #ddd;
}

.packages01 .tab button.active {
  background-color: #ddb34f;
}

.packages01 .tabcontent {
  display: none;
  padding: 6px 12px;
  border: 0px solid #ccc;
  border-top: none;
}

.packages01 .accordion-button {
  background: linear-gradient(to right, #ddb34f, #e6c469);
  /* Golden gradient */
  border-radius: 6px;
  /* Optional: slightly rounded corners */
  border: none;
  padding: 11px 15px;
  font-size: 15px;
  font-weight: 500;
  font-family: Poppins-SemiBold;
  text-transform: uppercase;
  color: #000;
  /* Optional: Adjust text color for contrast */
  transition: background 0.3s ease;
  border: none !important;
}

.accordion-item:last-of-type .accordion-button.collapsed {
  border: none !important;
}

.accordion-item {
  border: 0px !important;
  margin: 0px 0px 5px !important;
}

.accordion-button:focus {
  z-index: 3;
  border-color: var(--bs-accordion-btn-focus-border-color);
  outline: 0;
  box-shadow: none !important;
}

.packages01 .accordion-item {
  padding: 0px;
  border-radius: 0px;
  background-color: #106eea12;
  margin: 0px 0px;
  border: 0.3px solid #ccc;
}

.packages01 .accordion-body ul li {
  text-align: left;
  line-height: 18px;
  color: #000;
  font-size: 14px;
  font-family: Poppins-Medium;
  list-style-type: disc;
  padding-bottom: 10px;
}

.packages01 .accordion-body ul li::marker {
  color: #ddb34f;
  vertical-align: middle;
  margin-right: 4px;
  font-size: 19px;
}

.packages01 .accordion-button:not(.collapsed) {
  color: #000;
}

.packages01 .accordion-body {
  background-color: #fff;
}

.projct-head {
  position: relative;
  font-family: "Arial Black", Arial, sans-serif;
  font-size: 36px;
  text-transform: uppercase;
  color: #222;
  text-align: center;
  margin-bottom: 40px;
  letter-spacing: 2px;
  animation: fadeInUp 0.8s ease-out;
}

.projct-head::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%) scaleX(0);
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #facc15, #ddb34f, #facc15);
  border-radius: 2px;
  transition: transform 0.5s ease;
  transform-origin: center;
}

.projct-head:hover::after {
  transform: translateX(-50%) scaleX(1);
}

/* Smooth fade-in animation for the header */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.projct-head {
  position: relative;
  font-family: "Arial Black", Arial, sans-serif;
  font-size: 28px;
  text-transform: uppercase;
  color: #222;
  text-align: center;
  margin-bottom: 40px;
  letter-spacing: 2px;
  animation: fadeInUp 0.8s ease-out;
}

.projct-head::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%) scaleX(1);
  /* always visible */
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #facc15, #ddb34f, #facc15);
  border-radius: 2px;
  transition: transform 0.5s ease;
  transform-origin: center;
}

/* Optional: keep the animation */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.topic {
  text-align: center;
}

.topic h4 {
  font-size: 23px;
  text-transform: capitalize;
  margin-top: 0.4em;
  text-align: center;
  color: #000;
  margin-bottom: 0.5em;
  font-family: Alumatica;
}

.topic h5 {
  font-size: 26px;
  text-align: center;
  color: #333;
  margin-top: 0.5em;
  line-height: 27px;
  margin-bottom: 0.8em;
  font-weight: 600;
  font-family: arialbd;
}

.topic .btn-primary:hover {
  background-color: #000;
}

.topic .btn-primary {
  margin-bottom: 1.6em;
  border-radius: 0px;
  background-color: #414141;
  font-family: Alumatica;
  text-transform: capitalize;
  border: none;
  font-size: 17px;
  letter-spacing: 0.5px;
}

/* .packages01 .item img {
  width: 300px;
  height: 300px;
} */

.project-card {
  position: relative;
  padding: 25px 0px 0px 0px;
}

.project-card {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.project-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../img/project/card-bg.png") no-repeat right;
  background-size: cover;
  opacity: 0.4;
  /* Your required opacity */
  z-index: 0;
  /* Keep the bg behind content */
}

.project-card>* {
  position: relative;
  z-index: 1;
  /* Bring text above bg */
}

.project-card p {
  font-size: 14px !important;
  font-family: "Alumatica-Regular";
}


.project-card-item-main {
  font-family: "Alumatica-Regular";
  background-color: #ddb34f;
  padding: 5px;

  span {
    font-size: 12px;
  }
}

.project-card-item {
  padding: 15px;
  border: 0px solid #80808029;
  border-width: 0px 1px 1px 1px;
}

.packages01 .item h4 {
  font-family: arialbd;
  font-size: 15px;
  text-transform: uppercase;
  margin-bottom: 0.6em;
  margin-top: 0.5em;
  color: #393939;
}

.packages01 .item h4 span {
  font-size: 15px;
  color: #c89614;
}

.project-card-item p {
  text-align: justify;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}


.read-more-wrap {
  text-align: right;
}

.read-more-btn {
  color: #FFC107;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  transition: 0.3s ease;
}

.read-more-btn i {
  transition: transform 0.3s ease;
  /* Arrow movement */
}

.read-more-btn:hover {
  color: #ffda4d;
}

.read-more-btn:hover i {
  transform: translateX(4px);
  /* Arrow moves right */
}


.offer-box01 {
  width: 155px;
  height: 155px;
  border: 1px solid #605e5e47;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  position: relative;
  z-index: 0;
  overflow: hidden;
  background: #fff;
  color: #333;
  transition: color 0.3s ease, background 0.3s ease;
}

.offer-box01::before {
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  border-radius: 50%;
  background: linear-gradient(270deg,
      #ddb34f,
      #facc15,
      #fcd34d,
      #fde68a,
      #fbbf24,
      #f59e0b);
  background-size: 800% 800%;
  animation: glowingBorderYellow 15s linear infinite;
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: -1;
  filter: blur(10px);
}

.offer-box01:hover::before {
  opacity: 1;
}

.offer-box01:hover {
  color: #ddb34f;
  background: #1a1a1a;
}

@keyframes glowingBorderYellow {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.offer-box01 h3 {
  font-size: 16px;
  text-align: center;
  line-height: 26px;
  margin-bottom: 0;
}

.offer-box01 h3 span {
  font-weight: 600;
  font-size: 22px;
  color: #ddb34f;
}

.offer-box01:hover h3 span {
  color: #fff !important;
}

.offer-box01:hover h3 {
  color: #fff !important;
}

.offer-title01 {
  font-size: 25px;
  line-height: 30px;
  text-align: center;
  margin-bottom: 30px;
  font-family: "arialbd";
}

.offer-content {
  font-size: 16px;
  line-height: 30px;
  font-family: "Alumatica-Regular";
  text-align: justify;
  text-align: left;
  margin-bottom: 0px !important;
}

.swipe {
  display: none;
}

#whatsapp-button {
  position: fixed;
  bottom: 80px;
  right: 20px;
  background-color: #25d366;
  /* WhatsApp green color */
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}

#whatsapp-button:hover {
  background-color: #128c7e;
}

.contact-info a {
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  text-decoration: none;
  transition: color 0.3s ease;
}

.contact-info a i {
  transition: transform 0.3s ease, color 0.3s ease !important;
}

.contact-info a:hover i {
  transform: scale(1.2) !important;
  /* scale effect on hover */
  color: #000000 !important;
  /* icon hover color */
}

.contact-info a:hover {
  color: #000;
}

.contact-info a:hover i {
  color: #000;
}

.contact-info a:nth-child(2) {
  padding-left: 10px;
}

.social-links a i {
  font-size: 18px;
  color: white;
}

.social-links a:hover i {
  color: #000;
}

.social-links a:hover svg {
  font-size: 18px;
  color: white;
}

.social-links a:hover svg {
  color: #000;
}

#header .logo img {
  width: 150px;
  height: auto;
}

#home-clients .item p {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

#home-client {
  position: relative;
}

#home-client .owl-prev {
  position: absolute;
  right: 10px;
}

.home01 h2 {
  text-align: center;
  font-size: 24px;
  color: #000;
}

.specialize {
  font-size: 23px !important;
  color: #0000;
  font-weight: 700;
}

.project-card {
  position: relative;
  /* width: 300px; */
  /* adjust as needed */
  /* font-family: Arial, sans-serif; */
  cursor: pointer;
  overflow: hidden;
  /* border-radius: 8px; */
  /* text-align: center; */
  /* border: 1px solid rgb(218, 218, 218); */
  /* padding: 10px; */
  padding: 30px 0px 0px 0px;

  h4 {
    text-transform: uppercase;
  }
}

.project-card img {
  width: 100%;
  display: block;
  /* border-radius: 8px; */
  transition: transform 0.5s ease;
}

.project-card .overlay-text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(to bottom,
      rgba(0, 0, 0, 0.4) 0%,
      rgba(0, 0, 0, 0.8) 100%);

  color: #ddb34f;
  padding: 10px 15px;
  box-sizing: border-box;
  transition: transform 0.5s ease;
  border-radius: 0 0 8px 8px;
}

.project-card .overlay-text h4 {
  margin: 0;
  font-weight: 700;
  font-size: 1.2rem;
  color: #ddb34f;
  transition: transform 0.5s ease;
}

.project-card .overlay-text p {
  margin: 5px 0 0 0;
  font-weight: 500;
  font-size: 1rem;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 0.5s ease, max-height 0.5s ease;
}

/* .project-card:hover img {
  transform: scale(1.05);
} */

.project-card:hover .overlay-text p {
  opacity: 1;
  /* max-height: 100px; */
  color: #fff;
  text-align: left;
}

#home-plans .item img {
  width: 30%;
}

#home-plans .item {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

#footer {
  background-color: #fff;
}

.count-box {
  display: inline-block;
  text-align: center;
  cursor: pointer;
  transition: transform 0.3s ease;
  flex: 1;
}

.count-box i,
.count-box p {
  transition: color 0.3s ease;
}

.count-box:hover i {
  color: #ffb901;
}

.count-box:hover p {
  color: #ffb901;
  font-weight: 700;
}

@keyframes snapBounce {
  0% {
    transform: scale(1);
  }

  30% {
    transform: scale(1.2);
  }

  50% {
    transform: scale(0.9);
  }

  70% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}

.home05 .owl-next {
  position: absolute;
  top: 50%;
  right: 5%;
}

.home05 .owl-prev {
  position: absolute;
  top: 50%;
  left: 5%;
}

.home05 .owl-next,
.home05 .owl-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  padding: 10px;
  transition: color 0.3s ease;
}

.home05 .owl-next::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 88%;
  width: 40px;
  height: 40px;
  background-color: rgba(255, 185, 19, 0.2);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.home05 .owl-prev::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 18%;
  width: 40px;
  height: 40px;
  background-color: rgba(255, 185, 19, 0.2);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
  background: transparent !important;
}

.aligner .bi {
  font-size: 34px;
  color: #000;
}

.home05 .owl-next:hover::after,
.home05 .owl-prev:hover::after {
  transform: translate(-50%, -50%) scale(1.1);
  opacity: 0.4;
}

.home07 .owl-next {
  position: absolute;
  top: 50%;
  right: 5%;
}

.home07 .owl-prev {
  position: absolute;
  top: 50%;
  left: 5%;
}

.home07 .owl-next,
.home07 .owl-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  padding: 10px;
  transition: color 0.3s ease;
}

.home07 .owl-next::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 88%;
  width: 40px;
  height: 40px;
  background-color: rgba(255, 185, 19, 0.2);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.home07 .owl-prev::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 18%;
  width: 40px;
  height: 40px;
  background-color: rgba(255, 185, 19, 0.2);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
  background: transparent !important;
}

.aligner .bi {
  font-size: 34px;
  color: #000;
}

.home07 .owl-next:hover::after,
.home07.owl-prev:hover::after {
  transform: translate(-50%, -50%) scale(1.1);
  opacity: 0.4;
}

@media screen and (max-width: 991px) {
  .social-links {
    justify-content: center;
    margin-top: 6px;
  }

  /* section {
    padding: 0px 0px !important;
    overflow: hidden;
  } */

  #header .logo img {
    max-width: 100%;
    width: 100px;
  }
}

.page-banner .banner-image-wrapper {
  position: relative;
  height: 250px;
  overflow: hidden;
}

.page-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-banner .banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
}

.page-title {
  font-size: 2.5rem;
  font-weight: 600;
  margin-bottom: 10px;
}

.breadcrumb {
  background: transparent;
  justify-content: center;
  margin-bottom: 0;
}

.breadcrumb-item a {
  color: #ffb913;
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #fff;
}

@media screen and (max-width: 575px) {
  .contact-info a {
    color: #fff;
    font-weight: 700;
    font-size: 14px;
  }
}

#scrollToTop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  background-color: #ffb913;
  color: white;
  border: none;
  padding: 6px 10px;
  font-size: 20px;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(255, 185, 19, 0.6);
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  z-index: 1000;
  user-select: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

#scrollToTop:hover {
  background-color: white;
  color: #ffb913;
  box-shadow: 0 0 20px 6px rgba(255, 185, 19, 0.9);
  animation: rippleEffect 1.5s infinite;
  transform: scale(1.1);
}

#scrollToTop::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  pointer-events: none;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 8px 4px rgba(255, 185, 19, 0.7);
  opacity: 0;
  transition: opacity 0.3s ease;
}

#scrollToTop:hover::after {
  opacity: 1;
  animation: ripplePulse 1.5s infinite;
}

/* Ripple animation */
@keyframes ripplePulse {
  0% {
    box-shadow: 0 0 8px 4px rgba(255, 185, 19, 0.7);
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }

  100% {
    box-shadow: 0 0 8px 15px rgba(255, 185, 19, 0);
    transform: translate(-50%, -50%) scale(1.5);
    opacity: 0;
  }
}

/* Additional subtle ripple for button itself */
@keyframes rippleEffect {

  0%,
  100% {
    box-shadow: 0 0 20px 6px rgba(255, 185, 19, 0.9);
  }

  50% {
    box-shadow: 0 0 28px 10px rgba(255, 185, 19, 1);
  }
}

/* preloader */
.custom-preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99999;
  opacity: 1;
  transition: opacity 0.5s ease;
}

.three-body {
  --uib-size: 50px;
  /* increased from 35px */
  --uib-speed: 0.8s;
  --uib-color: #ffb913;
  /* new color */
  position: relative;
  display: inline-block;
  height: var(--uib-size);
  width: var(--uib-size);
  animation: spin78236 calc(var(--uib-speed) * 2.5) infinite linear;
}

.three-body__dot {
  position: absolute;
  height: 100%;
  width: 35%;
  /* slightly larger dots */
}

.three-body__dot:after {
  content: "";
  position: absolute;
  height: 0%;
  width: 100%;
  padding-bottom: 100%;
  background-color: var(--uib-color);
  border-radius: 50%;
}

.three-body__dot:nth-child(1) {
  bottom: 5%;
  left: 0;
  transform: rotate(60deg);
  transform-origin: 50% 85%;
}

.three-body__dot:nth-child(1)::after {
  bottom: 0;
  left: 0;
  animation: wobble1 var(--uib-speed) infinite ease-in-out;
  animation-delay: calc(var(--uib-speed) * -0.3);
}

.three-body__dot:nth-child(2) {
  bottom: 5%;
  right: 0;
  transform: rotate(-60deg);
  transform-origin: 50% 85%;
}

.three-body__dot:nth-child(2)::after {
  bottom: 0;
  left: 0;
  animation: wobble1 var(--uib-speed) infinite calc(var(--uib-speed) * -0.15) ease-in-out;
}

.three-body__dot:nth-child(3) {
  bottom: -5%;
  left: 0;
  transform: translateX(116.666%);
}

.three-body__dot:nth-child(3)::after {
  top: 0;
  left: 0;
  animation: wobble2 var(--uib-speed) infinite ease-in-out;
}

@keyframes spin78236 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes wobble1 {

  0%,
  100% {
    transform: translateY(0%) scale(1);
    opacity: 1;
  }

  50% {
    transform: translateY(-66%) scale(0.65);
    opacity: 0.8;
  }
}

@keyframes wobble2 {

  0%,
  100% {
    transform: translateY(0%) scale(1);
    opacity: 1;
  }

  50% {
    transform: translateY(66%) scale(0.65);
    opacity: 0.8;
  }
}

.contact-card h4 {
  color: #000;
}

.contact-card a i {
  color: #ffb913;
}

.services-lists ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style: none;
  gap: 20px;
}

.services-lists ul li {
  flex: 0 1 calc(50% - 10px);
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #333;
  padding: 10px;
  background: #f9f9f9;
  border-radius: 6px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s ease;
}

.services-lists ul li:hover {
  background-color: #e6f7ff;
}

.services-lists ul li i {
  margin-right: 12px;
  color: #ffb913;
  min-width: 24px;
  font-size: 20px;
}

.largebox01 {
  position: relative;
}

/* .largebox01 img{
  opacity: 0.5;
}
.largebox01 img:hover{
  opacity: 1;
} */
.largebox01 .para-overlay p {
  font-size: 16px;
  color: #ffffff;
  line-height: 32px;
  font-weight: 700;
  text-align: center;
  padding: 35px 25px;
  background: linear-gradient(to bottom,
      rgba(0, 0, 0, 0.6),
      rgba(50, 50, 50, 0.6));
  /* Sleek dark gradient */
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  /* Subtle shadow for depth */
}

.largebox01 .para-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 991px) {
  .inner-counter {
    padding: 60px 0px;
  }

  .largebox01 .para-overlay p {
    font-size: 14px;
    color: #ffffff;
    line-height: 24px;
    font-weight: 700;
    text-align: center;
    padding: 8px 16px;
    background: linear-gradient(to bottom,
        rgba(0, 0, 0, 0.6),
        rgba(50, 50, 50, 0.6));
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  }
}

@media (max-width: 767px) {
  .para-overlay {
    display: none;
  }
}

@media (max-width: 600px) {
  .services-lists ul li {
    flex: 0 1 100%;
  }

  .home05 h4 {
    font-family: Aller_Std_Bd;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 5px;
    line-height: 22px;
    font-size: 26px;
  }
}

/* ==========================blog page ========================== */
.blog-wrap {
  padding: 50px 0px;
}

.blog-card {
  transition: all 0.4s ease;
  background: #fff;
  border-radius: 18px;
  overflow: visible;
  position: relative;
}

.blog-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.1);
}

.blog-card-img {
  position: relative;
  overflow: hidden;
  border-radius: 18px 18px 0 0;
}

.blog-card-img img {
  transition: transform 0.6s ease;
  border-radius: 18px 18px 0 0;
  width: 100%;
  display: block;
}

.blog-card:hover .blog-card-img img {
  transform: scale(1.1);
}

.blog-card-img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg,
      rgba(0, 0, 0, 0.1) 20%,
      rgba(0, 0, 0, 0.6) 100%);
  opacity: 0;
  transition: opacity 0.4s ease;
}

.blog-card:hover .blog-card-img::after {
  opacity: 1;
}

.blog-tag {
  position: absolute;
  bottom: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(90deg, #ffd95e 0%, #ffb913 60%, #e59e00 100%);
  color: #000;
  padding: 6px 18px 13px 18px;
  border-radius: 30px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  z-index: 5;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
}

.blog-content::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 70px;
  height: 5px;
  background: linear-gradient(90deg, #ffd95e 0%, #ffb913 60%, #e59e00 100%);
  border-radius: 10px;
  opacity: 1;
  transition: all 0.6s ease;
}

.blog-content:hover::after {
  width: 80%;
}

.blog-card:hover .blog-tag {
  transform: translateX(-50%) scale(1.1);
}

.blog-content {
  background: #fff;
  padding: 20px 10px;
  text-align: left;
}

.blog-content p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #555;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 1rem;
  text-align: justify;
}

.blog-content h5 a {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #000;
  transition: color 0.3s ease;
}

.blog-card:hover .blog-content h5 {
  color: #ffb913;
}

.read-more {
  color: #000;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  transition: all 0.3s ease;
  position: relative;
}

.read-more i {
  font-size: 16px;
  transition: transform 0.3s ease;
}

.read-more:hover {
  color: #ffb913;
}

.read-more:hover i {
  transform: translateX(6px);
}

.read-more::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, #ffd95e 0%, #ffb913 60%, #e59e00 100%);
  transition: width 0.3s ease;
  border-radius: 2px;
}

.read-more:hover::after {
  width: 100%;
}

@media (max-width: 768px) {
  .blog-content {
    padding: 1.5rem;
  }

  .blog-card h5 {
    font-size: 1rem;
  }
}

/* 🌟 Modal Wrapper */
.modal-content {
  border-radius: 18px;
  overflow: hidden;
  animation: fadeInUp 0.4s ease;
}

/* ✨ Modal Animation */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.blog-wrap .container-fluid {
  width: 80%;
}

/* 🌟 BLOG MODAL WRAPPER */
.blog-modal-wrap {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  padding: 1.5rem;
  position: relative;
  animation: fadeInUp 0.5s ease;
}

/* ✨ Animation for modal appearance */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.blog-modal-wrap .modal-title {
  font-size: 1.4rem;
  font-weight: 700;
  color: #222;
  text-align: center;
  position: relative;
  margin-bottom: 0px !important;
  display: inline-block;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

/* .blog-modal-wrap .modal-title::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 70px;
  height: 4px;
  border-radius: 10px;
  background: linear-gradient(90deg, #FFD95E 0%, #FFB913 60%, #E59E00 100%);
  animation: fadeInLine 0.8s ease forwards;
} */

.blog-modal-wrap .modal-header h5 {
  margin-bottom: none !important;
}

.blog-modal-wrap .modal-header {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

@keyframes fadeInLine {
  from {
    width: 0;
    opacity: 0;
  }

  to {
    width: 70px;
    opacity: 1;
  }
}

.blog-modal-wrap .accordion-button:focus {
  border-color: none !important;
  box-shadow: none !important;
}

.accordion-button:not(.collapsed) {
  color: #000 !important;
  background: linear-gradient(90deg,
      #ffd95e 0%,
      #ffb913 60%,
      #e59e00 100%) !important;
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 rgba(255, 185, 19, 0.4) !important;
  border: none !important;
  transition: all 0.3s ease !important;
}

.accordion-button:not(.collapsed)::after {
  filter: brightness(0) saturate(100%) invert(66%) sepia(90%) saturate(750%) hue-rotate(5deg) brightness(100%) !important;
}

.blog-modal-wrap .blog-modal-img img {
  border-radius: 14px;
  max-width: 90%;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  display: block;
  margin: 0 auto;
}

.blog-modal-wrap .blog-modal-img img:hover {
  transform: scale(1.03);
  box-shadow: 0 8px 25px rgba(255, 185, 19, 0.3);
}

.blog-modal-wrap .blog-content-wrap {
  position: relative;
  background: #fff;
  border-radius: 12px;
  padding: 20px 10px;
}

.blog-modal-wrap .blog-content-wrap h4 {
  position: relative;
  font-size: 1.2rem;
  font-weight: 700;
  color: #222;
  margin-bottom: 1rem;
  padding-left: 18px;
  border-bottom: 2px dotted #ccc;
}

.blog-modal-wrap .blog-content-wrap h4::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 80%;
  border-radius: 3px;
  background: linear-gradient(90deg, #ffd95e 0%, #ffb913 60%, #e59e00 100%);
}

.blog-modal-wrap .blog-content-wrap p {
  color: #555;
  line-height: 1.7;
  font-size: 0.96rem;
  margin-bottom: 1.2rem;
  text-align: justify;
}

.blog-modal-wrap .blog-content-wrap p i {
  color: #ffb913;
  margin-right: 6px;
}

/* ✅ LIST ITEMS */
.blog-modal-wrap .blog-content-wrap ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.blog-modal-wrap .blog-content-wrap li {
  font-size: 0.95rem;
  color: #333;
  margin-bottom: 0.6rem;
  /* display: flex; */
  /* align-items: center; */
  text-align: left !important;
  gap: 8px;
  transition: all 0.3s ease;
}

.blog-modal-wrap .blog-content-wrap li i {
  color: #ffb913;
  font-size: 1.1rem;
  transition: transform 0.3s ease, color 0.3s ease;
}

.blog-modal-wrap .blog-content-wrap li:hover i {
  transform: scale(1.25);
  color: #e59e00;
}

/* 📩 CONTACT FOOTER SECTION */
.blog-modal-wrap .blog-contact {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  padding-top: 1rem;
  margin-top: 1rem;
}

.blog-modal-wrap .blog-contact h6 {
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 0.8rem;
  color: #000;
}

.blog-modal-wrap ul li strong {
  color: #000 !important;
}

.blog-modal-wrap p strong {
  color: #000 !important;
}

.blog-modal-wrap .blog-contact ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.blog-modal-wrap .blog-contact li {
  font-size: 0.95rem;
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  text-align: left;
  gap: 8px;
}

.blog-modal-wrap .blog-contact li i {
  color: #ffb913;
}

/* 🎛️ MODAL FOOTER BUTTON */
.blog-modal-wrap .modal-footer .btn-secondary {
  background: linear-gradient(90deg, #ffd95e 0%, #ffb913 60%, #e59e00 100%);
  border: none;
  color: #000;
  font-weight: 600;
  border-radius: 30px;
  padding: 8px 24px;
  transition: all 0.3s ease;
}

.blog-modal-wrap a {
  color: #ffb913;
  font-weight: 600;
}

.blog-modal-wrap .modal-footer .btn-secondary:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(255, 185, 19, 0.4);
}

@media (max-width: 768px) {
  .blog-modal-wrap {
    padding: 1rem;
  }

  .blog-modal-wrap .modal-title {
    font-size: 20px;
  }

  .blog-modal-wrap .blog-content-wrap {
    padding: 1rem;
  }

  .blog-wrap {
    padding: 20px 0px;
  }
}

@media screen and (max-width: 575px) {
  .blog-modal-wrap .blog-content-wrap {
    padding: 10px 5px;
  }

  .blog-modal-wrap .blog-content-wrap h4 {
    font-size: 18px;
  }

  .accordion-item .accordion-button {
    padding: 8px 8px !important;
    font-size: 15px;
    margin: 5px 0px;
  }

  .blog-modal-wrap .modal-header {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    font-size: 18px !important;
  }

  .home01 h2 {
    text-align: center;
    font-size: 18px;
  }
}

.blog-content-wrap {
  position: relative;
  padding: 30px;
  background: #fff;
  border-radius: 16px;
}

.blog-content-wrap .client-words {
  background: #fff8e6;
  border-left: 4px solid #ffb913;
  padding: 20px 25px;
  border-radius: 12px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  margin-bottom: 20px;
  position: relative;
  transition: all 0.3s ease;
}

.blog-content-wrap .client-words::before {
  content: "“";
  position: absolute;
  top: -10px;
  left: 15px;
  font-size: 40px;
  color: #ffb913;
  opacity: 0.3;
  font-weight: 900;
  line-height: 1;
}

.blog-content-wrap .client-words p {
  font-style: italic;
  color: #444;
  margin-bottom: 10px;
}

.blog-content-wrap .client-words h5 {
  color: #000;
  font-weight: 600;
  margin: 0;
  font-size: 15px;
  text-align: right;
}

.blog-content-wrap .client-words:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.nav-tabs .nav-link.active {
  background: #000;
  color: #fff;
  border-radius: 10px;
}

.nav-tabs .nav-link {
  color: #000;
  font-weight: 600;
  border: 1px solid grey;
  border-radius: 10px;
}

.nav-tabs {
  border-bottom: none;
  gap: 10px;
  margin-top: 58px;
}

.testi-itmes-icon {
  position: absolute;
  right: 20px;
  top: 10px;
  width: 55px;
  height: 55px;
  background: #ddb34f;
  text-align: center;
  z-index: 2;

  span {
    font-weight: 800;
    color: white;
    font-size: 14px;
  }
}

.testi-itmes-icon:before {
  position: absolute;
  content: "";
  width: 17px;
  height: 22px;
  top: -2px;
  right: -15px;
  background: #ddb34f8a;
  -webkit-clip-path: polygon(100% 100%, 100% 100%, 0 100%, 0 2%);
  clip-path: polygon(100% 100%, 100% 100%, 0 100%, 0 2%);
}

.cool-grid {
  margin: 0;
  padding: 0;
}

.cool-grid .col {
  padding: 0 !important;
}

.grid-item {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.grid-item img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.grid-item:hover img {
  transform: scale(1.1);
}

/* Hover text bottom slide effect */
.hover-text {
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 15px;
  text-align: center;
  font-size: 18px;
  transition: bottom 0.45s ease;
}

.grid-item:hover .hover-text {
  bottom: 0;
}

.home-product .project-card {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}

.home-product .project-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.home-product .project-card:hover img {
  transform: scale(1.08);
}

.home-product .project-overlay {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 30px 15px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
  color: #fff;

  transition: 0.4s ease;
}

.home-product .project-overlay h4 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
}

.home-product .project-overlay p {
  margin: 0;
  font-size: 16px;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  transform: translateY(12px);
  transition: all 0.9s ease;
}

.home-product .project-card:hover .project-overlay p {
  opacity: 1;
  max-height: 80px;
  transform: translateY(0);
}


.home-product .project-card:hover .project-overlay p {
  opacity: 1;
  max-height: 200px;
  line-height: 18px;
  margin-top: 10px;
  text-align: justify;
  color: #fff;
  transform: translateY(0);
}

.project-overlay span {
  color: #e5ac38 !important;
}


.video-section {
  padding: 60px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  /* vertical alignment */
  width: 100%;
}

.video-wrapper {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.video-bg {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
  filter: brightness(0.88);
  transition: transform 0.5s ease, filter 0.3s ease;
}

.video-wrapper:hover .video-bg {
  transform: scale(1.01);
}


.custom-offcanvas {
  width: 280px;
  background: #ffffff;
  padding: 0;
}

.offcanvas-logo img {
  width: 100px;
}

.offcanvas-header {
  position: relative;
}

.offcanvas-header::after {
  position: absolute;
  content: "";
  width: 300px;
  height: 1px;
  background: linear-gradient(135deg, #ebad1a 0%, #f7c851 50%, #ebad1a 100%);
  left: 50%;
  top: 100%;
  transform: translate(-50%, -50%);
}

.mobile-nav li {
  margin-bottom: 15px;
}

.mobile-nav .nav-item i {
  color: #ebad1a;
}

.mobile-nav .nav-item {
  display: block;
  font-size: 17px;
  font-weight: 700;
  color: #222;
  padding: 8px 0;
  text-decoration: none;
  border-bottom: 1px solid #f1f1f1;
  transition: 0.3s;
}

.mobile-nav li:last-child .nav-item {
  border-bottom: none;
}

.btn-close:focus{
  box-shadow: none;
}

.mobile-nav .nav-item:hover {
  color: #0d6efd;
  padding-left: 5px;
}
.offcanvas{
  border-radius: 0px 8px 8px 0px;
  max-width: 450px;
}

.offcanvas-contact {
  padding: 15px;
  background: linear-gradient(135deg, #ebad1a, #d48b00);
  border-radius: 12px;
  color: #fff;
}

.offcanvas-contact p a {
  color: #fff !important;
}

.offcanvas-contact .contact-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}

.offcanvas-contact p {
  margin: 5px 0;
  font-size: 15px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.offcanvas-contact i {
  font-size: 18px;
}
.offcanva-tonggle:active{
  border: none !important;
}
.offcanva-tonggle:focus{
  box-shadow: none !important;
}
.offcanva-tonggle{
  color: #000;
}

/* Social Icons */
.social-links a {
  color: #fff;
  font-size: 20px;
  margin-right: 12px;
  transition: 0.3s;
}

.social-links a:hover {
  color: #222;
  transform: translateY(-3px);
}