@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Berkshire+Swash&family=Charm:wght@400;700&family=Crimson+Text:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&family=DM+Serif+Display:ital@0;1&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Karla:ital,wght@0,200..800;1,200..800&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Lexend+Deca:wght@100..900&family=Montserrat+Alternates:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Mukta+Malar:wght@200;300;400;500;600;700;800&family=Neonderthaw&family=Noto+Sans+Tamil:wght@100..900&family=Noto+Serif:ital,wght@0,100..900;1,100..900&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Oswald:wght@200..700&family=Outfit:wght@100..900&family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Passion+One:wght@400;700;900&family=Quicksand:wght@300..700&family=Space+Grotesk:wght@300..700&family=Spicy+Rice&family=Style+Script&display=swap');


/*******************************/
/********* General CSS *********/
/*******************************/

html,
body {
  overflow-x: hidden;
}

body {
  color: #666666;
  background: #dddddd;
  font-family: "Crimson Pro", serif !important;
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #030f27;
}

a {
  color: #666666;
  transition: .3s;
}

a:hover,
a:active,
a:focus {
  color: #ee1822;
  outline: none;
  text-decoration: none;
}

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

.wrapper {
  position: relative;
  width: 100%;
  /* max-width: 1366px; */
  margin: 0 auto;
  background: #ffffff;
}

.back-to-top {
  position: fixed;
  display: none;
  background: #ee1822;
  color: #121518;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 22px;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 9;
}

.back-to-top:hover {
  color: #ee1822;
  background: #121518;
}

.back-to-top i {
  padding-top: 10px;
}

.btn {
  transition: .3s;
}


/* === Top Bar === */
.top-bar {
  background: #0a1931;
  color: #fff;
}

.top-bar .logo h2 {
  font-size: 28px;
  letter-spacing: 1px;
}

.top-info .info-item h6 {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
}

.top-info .info-item p {
  color: #ccc;
  font-size: 12px;
}



/* === Navbar Base === */
.navbar {
  background: #0a1931 !important;
  transition: all 0.3s ease;
}

.brand-text h4 {
  font-size: 25px;
  letter-spacing: 0.5px;
}

.brand-text h6 {
  font-size: 16px;
  letter-spacing: 1px;
}

.navbar .nav-link {
  color: #fff !important;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 8px;
  transition: 0.3s;
}

.navbar .nav-link:hover,
.navbar .nav-link.active {
  color: #ee1822 !important;
}

/* Enquiry Button */
.navbar .btn-danger {
  background: #ee1822;
  border-radius: 30px;
  padding: 6px 20px;
  transition: 0.3s;
  font-weight: bold;
  border: none;
}

.navbar .btn-danger:hover {
  background: #fff;
  color: #ee1822;
}

/* === Mobile Responsive Fixes === */
@media (max-width: 991px) {
  .navbar-brand {
    flex-direction: column;
    align-items: center;
    text-align: start;
  }

  .brand-text h4 {
    font-size: 22px;
  }

  .brand-text h6 {
    font-size: 15px;
  }

  /* Center the items neatly */
  .navbar-collapse {
    background: #0a1931;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 15px 0;
  }

  .navbar-nav .nav-link {
    margin: 8px 0;
    display: inline-block;
  }

  .navbar .btn-danger {
    width: 80%;
    margin: 10px auto 0;
    display: block;
  }
}





/**********************************/
/******* Modern Grand Carousel ****/
/**********************************/

.carousel-item img {
  height: 75vh;
  object-fit: cover;
  filter: brightness(65%);
  transition: transform 1.5s ease-in-out;
}

.carousel-item.active img {
  transform: scale(1.05);
}

/* Overlay */
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.315), rgba(255, 50, 50, 0.096));
  z-index: 1;
}

/* Caption Styling */
.carousel-caption {
  position: absolute;
  top: 50%;
  left: 8%;
  transform: translateY(-50%);
  z-index: 2;
  text-align: left;
  color: #fff;
  max-width: 600px;
  animation: fadeInLeft 1.2s ease;
}

.carousel-caption h1 {
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 1px;
  /* line-height: 1.3; */
  color: #ee1822;
  text-shadow: 2px 3px 10px rgba(0, 0, 0, 0.5);
}

.carousel-caption p {
  font-size: 1.2rem;
  color: #f2f2f2;
  margin-top: 15px;
  font-weight: 400;
  text-shadow: 1px 2px 6px rgba(0, 0, 0, 0.6);
}

/* Button */
.btn-custom {
  background-color: #ee1822;
  color: white;
  border: none;
  padding: 12px 30px;
  border-radius: 30px;
  font-weight: 600;
  font-size: 1rem;
  transition: all 0.3s ease;
}

.btn-custom:hover {
  background-color: #b3121a;
  transform: translateY(-3px);
  box-shadow: 0px 6px 20px rgba(238, 24, 34, 0.4);
}

/* Fade Animation */
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-60px);
  }

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

/* Controls hidden unless hover */
.carousel-control-next,
.carousel-control-prev {
  opacity: 0;
  transition: opacity 0.3s ease;
}

.carousel:hover .carousel-control-next,
.carousel:hover .carousel-control-prev {
  opacity: 1;
}

/* Responsive */
@media (max-width: 992px) {
  .carousel-caption h1 {
    font-size: 2.5rem;
  }

  .carousel-caption p {
    font-size: 1.1rem;
  }
}

@media (max-width: 768px) {
  .carousel-caption {
    /* left: 5%; */
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    /* max-width: 90%; */
  }

  .carousel-caption h1 {
    font-size: 2rem;
  }

  .carousel-caption p {
    font-size: 1rem;
  }

  .btn-custom {
    padding: 10px 25px;
    font-size: 0.9rem;
  }
}

@media (max-width: 576px) {
  .carousel-caption h1 {
    font-size: 1.7rem;
  }

  .carousel-caption p {
    font-size: 0.9rem;
  }
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
  opacity: 0 !important;

}

.carousel-control-next,
.carousel-control-prev {
  opacity: 0 !important;
}


.page-header {
  position: relative;
  margin-bottom: 45px;
  padding: 90px 0;
  text-align: center;
  background: url("../con-img/hgl.png") center center/cover no-repeat;
  /* 🖼️ Add your image path here */
  color: #fff;
}

.page-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(3, 15, 39, 0.7);
  /* 🔥 Dark overlay effect */
  z-index: 1;
}

.page-header .container {
  position: relative;
  z-index: 2;
  /* Keeps text above overlay */
}

.page-header h2 {
  color: #ffffff;
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 5px;
  position: relative;
}

.page-header h2::after {
  position: absolute;
  content: "";
  width: 100px;
  height: 2px;
  left: calc(50% - 50px);
  bottom: 0;
  background: #ffffff;
}

.page-header a {
  position: relative;
  padding: 0 12px;
  font-size: 22px;
  color: #ffffff;
  z-index: 2;
}

.page-header a:hover {
  color: #ee1822;
}

.page-header a::after {
  position: absolute;
  content: "/";
  width: 8px;
  height: 8px;
  top: -2px;
  right: -7px;
  text-align: center;
  color: #ffffff;
}

.page-header a:last-child::after {
  display: none;
}

/* Responsive */
@media (max-width: 991.98px) {
  .page-header {
    padding: 60px 0;
  }

  .page-header h2 {
    font-size: 45px;
  }

  .page-header a {
    font-size: 20px;
  }
}

@media (max-width: 767.98px) {
  .page-header {
    padding: 45px 0;
  }

  .page-header h2 {
    font-size: 35px;
  }

  .page-header a {
    font-size: 18px;
  }
}



/*******************************/
/******* Section Header ********/
/*******************************/
.section-header {
  position: relative;
  width: 100%;
  margin-bottom: 45px;
}

.section-header p {
  color: #ee1822;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}

.section-header h2 {
  margin: 0;
  position: relative;
  font-size: 30px;
  font-weight: 700;
}

@media (max-width: 767.98px) {
  .section-header h2 {
    font-size: 30px;
  }
}


/*******************************/
/********* Feature CSS *********/
/*******************************/
.feature {
  position: relative;
  margin-bottom: 45px;
}

.feature .col-md-12 {
  background: #030f27;
}

.feature .col-md-12:nth-child(2n) {
  color: #030f27;
  background: #ee1822;
}

.feature .feature-item {
  min-height: 250px;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.feature .feature-icon {
  position: relative;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.feature .feature-icon::before {
  position: absolute;
  content: "";
  width: 80px;
  height: 80px;
  top: -20px;
  left: -10px;
  border: 2px dotted #ffffff;
  border-radius: 60px;
  z-index: 1;
}

.feature .feature-icon::after {
  position: absolute;
  content: "";
  width: 79px;
  height: 79px;
  top: -18px;
  left: -9px;
  background: #030f27;
  border-radius: 60px;
  z-index: 2;
}

.feature .col-md-12:nth-child(2n) .feature-icon::after {
  background: #ee1822;
}

.feature .feature-icon [class^="flaticon-"]::before {
  position: relative;
  margin: 0;
  color: #ee1822;
  font-size: 60px;
  line-height: 60px;
  z-index: 3;
}

.feature .feature-text {
  padding-left: 30px;
}

.feature .feature-text h3 {
  margin: 0 0 10px 0;
  color: #ee1822;
  font-size: 25px;
  font-weight: 600;
}

.feature .feature-text p {
  margin: 0;
  color: #ee1822;
  font-size: 18px;
  font-weight: 400;
}

.feature .col-md-12:nth-child(2n) [class^="flaticon-"]::before,
.feature .col-md-12:nth-child(2n) h3,
.feature .col-md-12:nth-child(2n) p {
  color: #030f27;
}


/*******************************/
/********** About CSS **********/
/*******************************/
.about {
  position: relative;
  width: 100%;
  padding: 25px 0;
}

.about .section-header {
  margin-bottom: 30px;
}

.about .about-img {
  position: relative;
  height: 100%;
}

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

.about .about-text p {
  font-size: 16px;
}



@media (max-width: 767.98px) {
  .about .about-img {
    margin-bottom: 30px;
    height: auto;
  }
}


/*******************************/
/********** Fact CSS ***********/
/*******************************/
.fact {
  position: relative;
  width: 100%;
  padding: 25px 0;
}

.fact .col-6 {
  display: flex;
  align-items: flex-start;
}

.fact .fact-icon {
  position: relative;
  margin: 7px 15px 0 15px;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fact .fact-icon [class^="flaticon-"]::before {
  margin: 0;
  font-size: 60px;
  line-height: 60px;
  background-image: linear-gradient(#ffffff, #ee1822);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.fact .fact-right .fact-icon [class^="flaticon-"]::before {
  background-image: linear-gradient(#ffffff, #030f27);
}

.fact .fact-left,
.fact .fact-right {
  padding-top: 60px;
  padding-bottom: 60px;
}

.fact .fact-text h2 {
  font-size: 35px;
  font-weight: 700;
}

.fact .fact-text p {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}

.fact .fact-left {
  color: #ee1822;
  background: #030f27;
}

.fact .fact-right {
  color: #030f27;
  background: #ee1822;
}

.fact .fact-left h2 {
  color: #ee1822;
}


/*******************************/
/********* Service CSS *********/
/*******************************/
.service {
  position: relative;
  width: 100%;
  padding: 20px 0 10px 0;
  background: linear-gradient(180deg, #f9fbff 0%, #eaf1ff 100%);
}

.service .section-header p {
  color: #ee1822;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.service .section-header h2 {
  font-size: 32px;
  font-weight: 800;
  color: #030f27;
  margin-bottom: 30px;
  text-transform: capitalize;
}

.service .service-item {
  position: relative;
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.4s ease;
  transform: translateY(0);
}

.service .service-item:hover {
  transform: translateY(-10px);
  box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.15);
}

.service .service-img {
  position: relative;
  overflow: hidden;
}

.service .service-img img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  transition: transform 0.6s ease;
}

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

.service .service-overlay {
  position: absolute;
  inset: 0;
  padding: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, rgba(255, 34, 5, 0.322), rgba(3, 15, 39, 0.9));
  color: #fff;
  text-align: center;
  font-size: 15px;
  line-height: 1.7;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.service .service-item:hover .service-overlay {
  opacity: 1;
}

.service .service-text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #030f27;
  padding: 18px 25px;
  border-top: 3px solid #ee1822;
  transition: background 0.4s ease;
}

.service .service-item:hover .service-text {
  background: #ee1822;
}

.service .service-text h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
}

.service .service-item a.btn {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  color: #ee1822;
  font-size: 32px;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.service .service-item:hover a.btn {
  background: #fff;
  color: #030f27;
  transform: rotate(90deg);
}


.service .s-btn {
  position: relative;
  margin-top: 15px;
  padding: 15px 35px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #030f27;
  border-radius: 0;
  background: #ee1822;
  transition: .3s;
}

.service .s-btn:hover {
  color: #ee1822;
  background: #030f27;
}



/*******************************/
/********** Video Section *******/
/*******************************/
.video-section {
  position: relative;
  margin: 60px 0;
  height: 100%;
  min-height: 500px;
  background: linear-gradient(rgba(3, 15, 39, 0.85), rgba(3, 15, 39, 0.85)),
    url(../con-img/hgl.png);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.video-section .video-content {
  /* max-width: 700px; */
  padding: 20px;
}

.video-section h1 {
  font-size: 1.8rem;
  font-weight: 700;
  color: #b3121a !important;
  text-transform: capitalize;
  letter-spacing: 1px;
}

.video-section p {
  font-size: 1.1rem;
  color: #ddd;
  line-height: 1.7;
  margin-top: 10px;
}

/* Responsive Design */
@media (max-width: 992px) {
  .video-section h1 {
    font-size: 2.2rem;
  }

  .video-section p {
    font-size: 1rem;
  }
}

@media (max-width: 576px) {
  .video-section {
    min-height: 400px;
    padding: 30px 10px;
  }

  .video-section h1 {
    font-size: 1.8rem;
  }

  .video-section p {
    font-size: 0.95rem;
  }
}



/*******************************/
/*********** Team CSS **********/
/*******************************/
.team {
  position: relative;
  width: 100%;
  padding: 45px 0 15px 0;
}

.team .team-item {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
}

.team .team-img {
  position: relative;
}

.team .team-img img {
  width: 100%;
}

.team .team-text {
  position: relative;
  padding: 25px 15px;
  text-align: center;
  background: #030f27;
  transition: .5s;
}

.team .team-text h2 {
  font-size: 20px;
  font-weight: 600;
  color: #ee1822;
  transition: .5s;
}

.team .team-text p {
  margin: 0;
  color: #ffffff;
}

.team .team-item:hover .team-text {
  background: #ee1822;
}

.team .team-item:hover .team-text h2 {
  color: #030f27;
  letter-spacing: 1px;
}

.team .team-social {
  position: absolute;
  width: 100px;
  top: 0;
  left: -50px;
  display: flex;
  flex-direction: column;
  font-size: 0;
}

.team .team-social a {
  position: relative;
  left: 0;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #ffffff;
}

.team .team-item:hover .team-social a:first-child {
  background: #ee1822;
  left: 50px;
  transition: .3s 0s;
}

.team .team-item:hover .team-social a:nth-child(2) {
  background: #ee1822;
  left: 50px;
  transition: .3s .1s;
}

.team .team-item:hover .team-social a:nth-child(3) {
  background: #ee1822;
  left: 50px;
  transition: .3s .2s;
}

.team .team-item:hover .team-social a:nth-child(4) {
  background: #ee1822;
  left: 50px;
  transition: .3s .3s;
}


/*******************************/
/********* FAQs CSS ************/
/*******************************/
.faqs {
  position: relative;
  width: 100%;
  padding: 20px 0;
  background: #f9fbff;
}

.faqs .section-header p {
  color: #ee1822;
  /* Brand orange */
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.faqs .section-header h2 {
  font-size: 32px;
  font-weight: 800;
  color: #030f27;
}

/* .faqs .row::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  top: 0;
  left: 10%;
  transform: translateX(-50%);
  background: #ee1822;
} */



@media(max-width: 767.98px) {
  .faqs .row::after {
    display: none;
  }
}

.faqs .card {
  margin-bottom: 20px;
  border: none;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.faqs .card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.12);
}

.faqs .card-header {
  background: #ffffff;
  padding: 0;
}

.faqs .card-header a {
  display: block;
  padding: 18px 25px;
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  color: #030f27;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 0;
  position: relative;
  transition: all 0.3s ease;
  background-color: #ee1822;
}

.faqs .card-header a:after {
  font-family: 'Font Awesome 5 Free';
  content: "\f067";
  float: right;
  font-weight: 900;
  color: #000;
  font-size: 14px;
  transition: transform 0.3s ease;
}

.faqs .card-header a[aria-expanded="true"]:after {
  content: "\f068";
  color: #030f27;
}

.faqs .card-body {
  padding: 20px 25px;
  background: #000;
  font-size: 15px;
  line-height: 1.7;
  color: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}


/*******************************/
/******* Testimonial CSS *******/
/*******************************/
/* =============================== */
.testimonial {
  position: relative;
  width: 100%;
  padding: 50px 15px;
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../con-img/hgl.png) center/cover no-repeat fixed;
  color: #ffffff;
  text-align: center;
}

.testimonial .section-header p {
  color: #ee1822;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.testimonial .section-header h2 {
  font-size: 32px;
  font-weight: 800;
  margin-bottom: 50px;
}

/* Slider Items / Cards */
.testimonial-slider {
  max-width: 650px;
  margin: 0 auto;
}

.testimonial-slider .slider-item {
  padding: 30px 25px;
  background: rgba(255, 255, 255, 0.39);
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
  margin-bottom: 30px;
  transition: transform 0.3s ease;
}

.testimonial-slider .slider-item:hover {
  transform: translateY(-5px);
}

.testimonial-slider p {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.8;
  color: #000;
  margin-bottom: 20px;
}

.testimonial-slider h3 {
  font-size: 20px;
  font-weight: 700;
  color: #ee1822;
  margin-bottom: 5px;
}

.testimonial-slider h4 {
  font-size: 14px;
  font-weight: bold;
  color: #000;
  font-style: italic;
}

/* Responsive */
@media (max-width: 768px) {
  .testimonial-slider .slider-item {
    padding: 25px 20px;
  }

  .testimonial-slider p {
    font-size: 15px;
  }

  .testimonial-slider h3 {
    font-size: 18px;
  }
}



/*******************************/
/*********** Blog CSS **********/
/*******************************/
.blog {
  position: relative;
  width: 100%;
  padding: 45px 0 15px 0;
}

.blog .blog-item {
  position: relative;
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}

.blog .blog-img {
  position: relative;
  overflow: hidden;
}

.blog .blog-img img {
  width: 100%;
}

.blog .blog-title {
  display: flex;
  align-items: center;
  height: 60px;
  background: #030f27;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.blog .blog-title h3 {
  margin: 0;
  padding: 0 15px 0 25px;
  width: calc(100% - 60px);
  font-size: 18px;
  font-weight: 700;
  color: #ee1822;
  text-align: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.blog .blog-title a.btn {
  width: 60px;
  height: 60px;
  padding: 3px 0 0 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 60px;
  line-height: 60px;
  font-weight: 100;
  color: #030f27;
  background: #ee1822;
  border-radius: 0;
  transition: .3s;
}

.blog .blog-item:hover a.btn {
  color: #ffffff;
}

.blog .blog-meta {
  position: relative;
  padding: 25px 0 10px 0;
  background: #f3f6ff;
}

.blog .blog-meta::after {
  position: absolute;
  content: "";
  width: 100px;
  height: 1px;
  left: calc(50% - 50px);
  bottom: 0;
  background: #ee1822;
}

.blog .blog-meta p {
  display: inline-block;
  margin: 0;
  padding: 0 3px;
  font-size: 14px;
  font-weight: 300;
  font-style: italic;
  color: #666666;
}

.blog .blog-meta p a {
  margin-left: 5px;
  font-style: normal;
}

.blog .blog-text {
  padding: 10px 25px 25px 25px;
  background: #f3f6ff;
}

.blog .blog-text p {
  margin: 0;
  font-size: 16px;
}

.blog .pagination .page-link {
  color: #030f27;
  border-radius: 0;
  border-color: #ee1822;
}

.blog .pagination .page-link:hover,
.blog .pagination .page-item.active .page-link {
  color: #ee1822;
  background: #030f27;
}

.blog .pagination .disabled .page-link {
  color: #999999;
}


/*******************************/
/******* Single Post CSS *******/
/*******************************/
.single {
  position: relative;
  padding: 45px 0;
}

.single .single-content {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
}

.single .single-content img {
  margin-bottom: 20px;
  width: 100%;
}

.single .single-tags {
  margin: -5px -5px 41px -5px;
  font-size: 0;
}

.single .single-tags a {
  margin: 5px;
  display: inline-block;
  padding: 7px 15px;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  border: 1px solid #dddddd;
}

.single .single-tags a:hover {
  color: #ee1822;
  background: #030f27;
}

.single .single-bio {
  margin-bottom: 45px;
  padding: 30px;
  background: #f3f6ff;
  display: flex;
}

.single .single-bio-img {
  width: 100%;
  max-width: 100px;
}

.single .single-bio-img img {
  width: 100%;
}

.single .single-bio-text {
  padding-left: 30px;
}

.single .single-bio-text h3 {
  font-size: 20px;
  font-weight: 700;
}

.single .single-bio-text p {
  margin: 0;
}

.single .single-related {
  margin-bottom: 45px;
}

.single .single-related h2 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 25px;
}

.single .related-slider {
  position: relative;
  margin: 0 -15px;
  width: calc(100% + 30px);
}

.single .related-slider .post-item {
  margin: 0 15px;
}

.single .post-item {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.single .post-item .post-img {
  width: 100%;
  max-width: 80px;
}

.single .post-item .post-img img {
  width: 100%;
}

.single .post-item .post-text {
  padding-left: 15px;
}

.single .post-item .post-text a {
  font-size: 16px;
  font-weight: 400;
}

.single .post-item .post-meta {
  display: flex;
  margin-top: 8px;
}

.single .post-item .post-meta p {
  display: inline-block;
  margin: 0;
  padding: 0 3px;
  font-size: 14px;
  font-weight: 300;
  font-style: italic;
}

.single .post-item .post-meta p a {
  margin-left: 5px;
  font-size: 14px;
  font-weight: 300;
  font-style: normal;
}

.single .related-slider .owl-nav {
  position: absolute;
  width: 90px;
  top: -55px;
  right: 15px;
  display: flex;
}

.single .related-slider .owl-nav .owl-prev,
.single .related-slider .owl-nav .owl-next {
  margin-left: 15px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #030f27;
  background: #ee1822;
  font-size: 16px;
  transition: .3s;
}

.single .related-slider .owl-nav .owl-prev:hover,
.single .related-slider .owl-nav .owl-next:hover {
  color: #ee1822;
  background: #030f27;
}

.single .single-comment {
  position: relative;
  margin-bottom: 45px;
}

.single .single-comment h2 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 25px;
}

.single .comment-list {
  list-style: none;
  padding: 0;
}

.single .comment-child {
  list-style: none;
}

.single .comment-body {
  display: flex;
  margin-bottom: 30px;
}

.single .comment-img {
  width: 60px;
}

.single .comment-img img {
  width: 100%;
}

.single .comment-text {
  padding-left: 15px;
  width: calc(100% - 60px);
}

.single .comment-text h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 3px;
}

.single .comment-text span {
  display: block;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 5px;
}

.single .comment-text .btn {
  padding: 3px 10px;
  font-size: 14px;
  color: #030f27;
  background: #dddddd;
  border-radius: 0;
}

.single .comment-text .btn:hover {
  background: #ee1822;
}

.single .comment-form {
  position: relative;
}

.single .comment-form h2 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 25px;
}

.single .comment-form form {
  padding: 30px;
  background: #f3f6ff;
}

.single .comment-form form .form-group:last-child {
  margin: 0;
}

.single .comment-form input,
.single .comment-form textarea {
  border-radius: 0;
}

.single .comment-form .btn {
  padding: 15px 30px;
  color: #030f27;
  background: #ee1822;
}

.single .comment-form .btn:hover {
  color: #ee1822;
  background: #030f27;
}


/**********************************/
/*********** Sidebar CSS **********/
/**********************************/
.sidebar {
  position: relative;
  width: 100%;
}

@media(max-width: 991.98px) {
  .sidebar {
    margin-top: 45px;
  }
}

.sidebar .sidebar-widget {
  position: relative;
  margin-bottom: 45px;
}

.sidebar .sidebar-widget .widget-title {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 5px;
  font-size: 30px;
  font-weight: 700;
}

.sidebar .sidebar-widget .widget-title::after {
  position: absolute;
  content: "";
  width: 60px;
  height: 2px;
  bottom: 0;
  left: 0;
  background: #ee1822;
}

.sidebar .sidebar-widget .search-widget {
  position: relative;
}

.sidebar .search-widget input {
  height: 50px;
  border: 1px solid #dddddd;
  border-radius: 0;
}

.sidebar .search-widget input:focus {
  box-shadow: none;
}

.sidebar .search-widget .btn {
  position: absolute;
  top: 6px;
  right: 15px;
  height: 40px;
  padding: 0;
  font-size: 25px;
  color: #ee1822;
  background: none;
  border-radius: 0;
  border: none;
  transition: .3s;
}

.sidebar .search-widget .btn:hover {
  color: #030f27;
}

.sidebar .sidebar-widget .recent-post {
  position: relative;
}

.sidebar .sidebar-widget .tab-post {
  position: relative;
}

.sidebar .tab-post .nav.nav-pills .nav-link {
  color: #ee1822;
  background: #030f27;
  border-radius: 0;
}

.sidebar .tab-post .nav.nav-pills .nav-link:hover,
.sidebar .tab-post .nav.nav-pills .nav-link.active {
  color: #030f27;
  background: #ee1822;
}

.sidebar .tab-post .tab-content {
  padding: 15px 0 0 0;
  background: transparent;
}

.sidebar .tab-post .tab-content .container {
  padding: 0;
}

.sidebar .sidebar-widget .category-widget {
  position: relative;
}

.sidebar .category-widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sidebar .category-widget ul li {
  margin: 0 0 12px 22px;
}

.sidebar .category-widget ul li:last-child {
  margin-bottom: 0;
}

.sidebar .category-widget ul li a {
  display: inline-block;
  line-height: 23px;
}

.sidebar .category-widget ul li::before {
  position: absolute;
  content: '\f105';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  color: #ee1822;
  left: 1px;
}

.sidebar .category-widget ul li span {
  display: inline-block;
  float: right;
}

.sidebar .sidebar-widget .tag-widget {
  position: relative;
  margin: -5px -5px;
}

.single .tag-widget a {
  margin: 5px;
  display: inline-block;
  padding: 7px 15px;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  border: 1px solid #dddddd;
}

.single .tag-widget a:hover {
  color: #ee1822;
  background: #030f27;
}

.sidebar .image-widget {
  display: block;
  width: 100%;
  overflow: hidden;
}

.sidebar .image-widget img {
  max-width: 100%;
  transition: .3s;
}

.sidebar .image-widget img:hover {
  transform: scale(1.1);
}


/*******************************/
/******** Portfolio CSS ********/
/*******************************/
.portfolio {
  position: relative;
  padding: 45px 0;
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: -15px 0 25px 0;
  list-style: none;
  font-size: 0;
  text-align: center;
}

.portfolio #portfolio-flters li,
.portfolio .load-more .btn {
  cursor: pointer;
  display: inline-block;
  margin: 5px;
  padding: 8px 15px;
  color: #030f27;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 0;
  background: #ee1822;
  border: none;
  transition: .3s;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  background: #030f27;
  color: #ee1822;
}

.portfolio .load-more {
  text-align: center;
}

.portfolio .load-more .btn {
  padding: 15px 35px;
  font-size: 16px;
  transition: .3s;
}

.portfolio .load-more .btn:hover {
  color: #ee1822;
  background: #030f27;
}

.portfolio .portfolio-warp {
  position: relative;
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}

.portfolio .portfolio-img {
  position: relative;
  overflow: hidden;
}

.portfolio .portfolio-img img {
  width: 100%;
  transition: .3s;
}

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

.portfolio .portfolio-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(3, 15, 39, .7);
  transition: .5s;
  opacity: 0;
}

.portfolio .portfolio-warp:hover .portfolio-overlay {
  opacity: 1;
}

.portfolio .portfolio-overlay p {
  margin: 0;
  color: #ffffff;
}

.portfolio .portfolio-text {
  display: flex;
  align-items: center;
  height: 60px;
  background: #030f27;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.portfolio .portfolio-text h3 {
  margin: 0;
  padding: 0 15px 0 25px;
  width: calc(100% - 60px);
  font-size: 20px;
  font-weight: 700;
  color: #ee1822;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.portfolio .portfolio-warp a.btn {
  width: 60px;
  height: 60px;
  padding: 3px 0 0 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 60px;
  line-height: 60px;
  font-weight: 100;
  color: #030f27;
  background: #ffffff;
  border-radius: 0;
  transition: .3s;
}

.portfolio .portfolio-warp:hover a.btn {
  color: #ffffff;
  background: #ee1822;
}

.contact-section {
  position: relative;
  background: linear-gradient(135deg, #030f27, #111b3a);
  color: #fff;
  overflow: hidden;
}

.section-header p {
  color: #ee1822;
  font-weight: 600;
  margin-bottom: 5px;
}

.section-header h2 {
  font-weight: 700;
  font-size: 40px;
  color: #fff;
}

/* Left Info Section */
.contact-info-side {
  background: rgba(3, 15, 39, 0.8);
  backdrop-filter: blur(10px);
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 20px;
  transition: transform 0.3s ease, background 0.3s ease;
  padding: 10px 0;
}

.contact-item:hover {
  transform: translateX(5px);
}

.contact-item i {
  font-size: 50px !important;
  color: #ee1822;
  background: rgba(255, 255, 255, 0.1);
  padding: 0px;
  border-radius: 10px;
  min-width: 60px;
  text-align: center;
}

[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
  font-family: Flaticon;
  font-size: 40px !important;
  font-style: normal;
  margin-left: 0px !important;
}



.contact-text h2 {
  font-size: 20px;
  color: #ee1822;
  margin-bottom: 4px;
}

.contact-text p {
  color: #fff;
  font-size: 16px;
  margin: 0;
}

/* Right Form Section */
.contact-form-side {
  background: #ee1823a6;
  color: #fff;
}

.contact-form-side .form-control {
  border: none;
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
  background: transparent;
  border-radius: 0;
  color: #fff;
  padding: 12px 5px;
  font-size: 16px;
  transition: all 0.3s ease;
}

.contact-form-side .form-control:focus {
  border-color: #fff;
  box-shadow: none;
  outline: none;
}

.contact-form-side .form-control::placeholder {
  color: rgba(255, 255, 255, 0.8);
}

.submit-btn {
  background: #030f27;
  color: #fff;
  font-weight: 600;
  padding: 14px 0;
  border: none;
  border-radius: 6px;
  transition: 0.3s;
}

.submit-btn:hover {
  background: #fff;
  color: #030f27;
  transform: translateY(-2px);
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .contact-section {
    padding: 60px 0;
  }

  .section-header h2 {
    font-size: 32px;
  }

  .contact-info-side,
  .contact-form-side {
    padding: 30px;
  }
}

@media (max-width: 767.98px) {
  .contact-item i {
    font-size: 28px;
  }

  .section-header h2 {
    font-size: 28px;
  }
}


/*******************************/
/********* Footer CSS **********/
/*******************************/
/* Modern Footer */
.footer-modern {
  background: #030f27;
  color: #ffffff;
  padding: 20px 7px 20px;
  font-family: 'Poppins', sans-serif;
}

.footer-modern h3 {
  color: #ee1822;
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: 600;
  position: relative;
}

.footer-modern h3::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 2px;
  background: #ee1822;
  left: 0;
  bottom: -5px;
}

.footer-modern p {
  font-size: 14px;
  line-height: 1.8;
  color: #cccccc;
}

.footer-modern a {
  color: #ffffff;
  text-decoration: none;
  transition: 0.3s;
}

.footer-modern a:hover {
  color: #ee1822;
}

.footer-modern .footer-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-modern .footer-box ul li {
  margin-bottom: 10px;
}

.footer-modern .footer-box ul li a::before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 8px;
  color: #ee1822;
}

.footer-modern .social-icons a {
  display: inline-block;
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  margin-right: 8px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  transition: 0.3s;
  color: #ffffff;
}

.footer-modern .social-icons a:hover {
  background: #ee1822;
  color: #030f27;
  border-color: #ee1822;
}

.footer-modern .newsletter-box form {
  display: flex;
  margin-top: 15px;
}

.footer-modern .newsletter-box input {
  flex: 1;
  padding: 10px 15px;
  border: none;
  border-radius: 50px 0 0 50px;
  outline: none;
}

.footer-modern .newsletter-box button {
  padding: 10px 20px;
  border: none;
  background: #ee1822;
  color: #030f27;
  font-weight: 600;
  border-radius: 0 50px 50px 0;
  cursor: pointer;
  transition: 0.3s;
}

.footer-modern .newsletter-box button:hover {
  background: #ffffff;
  color: #ee1822;
}

.footer-modern .footer-menu {
  text-align: center;
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-modern .footer-menu a {
  margin: 0 15px;
  font-size: 14px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  padding-right: 15px;
}

.footer-modern .footer-menu a:last-child {
  border-right: none;
  margin-right: 0;
  padding-right: 0;
}

.footer-modern .footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 20px;
}

.footer-modern .footer-bottom p {
  font-size: 14px;
  color: #cccccc;
  margin: 5px 0;
}

.footer-modern .footer-bottom a {
  color: #ee1822;
  font-weight: 500;
}

.footer-modern .footer-bottom a:hover {
  color: #ffffff;
}

/* Responsive */
@media (max-width: 767px) {
  .footer-modern .footer-bottom {
    flex-direction: column;
    text-align: center;
  }

  .footer-modern .footer-menu a {
    display: inline-block;
    margin: 5px 10px;
    border-right: none;
    padding: 0;
  }
}




/* ======== Auto Slider Gallery ======== */
.gallery-auto-scroll {
  background: linear-gradient(180deg, #f9fbff 0%, #eaf1ff 100%);
  padding: 15px 0;
  position: relative;
  /* Required for button positioning */
  overflow: hidden;
}

.gallery-auto-scroll .section-header p {
  color: #ee1822;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.gallery-auto-scroll .section-header h2 {
  font-size: 34px;
  font-weight: 800;
  color: #030f27;
  margin-bottom: 40px;
}

.gallery-slider .gallery-slide {
  margin: 0 10px;
}

.gallery-slider .gallery-slide img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 15px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.gallery-slider .gallery-slide:hover img {
  transform: scale(1.05);
  box-shadow: 0 12px 30px rgba(238, 24, 34, 0.3);
}

/* === New & Improved Button Styles === */
.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);

  /* UI Design */
  width: 50px;
  height: 50px;
 
  /* Semi-transparent dark background */
  color: #ffffff !important;
  border-radius: 50%;
  font-size: 50px;
  font-weight: bold;

  /* Effects */
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease-in-out;
  opacity: 0.8;
  /* Slightly transparent when not hovered */
}



/* Positioning */
.owl-carousel .owl-dot,  .owl-carousel .owl-nav .owl-prev  {
  left: 20px;
  /* Positioned inside the container */
}


.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next 
 {
  right: 20px;
  /* Positioned inside the container */
}

/* Responsive Adjustments */
@media (max-width: 768px) {

  .owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev 
   {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }

  .owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-prev  {
    left: 10px;
  }

  .owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next  {
    right: 10px;
  }
}

/* .owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  width: 5%;
  background-color: #ee1822 !important;
  text-align: center;
  margin: 2px;
  color: #fff !important;
  padding: 5px;
} */



/* ======== GRAND PKB CHEMICALS SECTION STYLES ======== */
.pkb-chemicals-grand {
  background: #f4f7fc;
  position: relative;
  overflow: hidden;
  /* Important for overlapping design */
}

.grand-image-wrapper {
  position: relative;
  padding: 20px;
}

.grand-image-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 80%;
  height: 90%;
  background-color: #ee1822;
  /* Brand Red */
  border-radius: 15px;
  z-index: 1;
  transform: rotate(-5deg);
}

.grand-image-wrapper img {
  position: relative;
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
  z-index: 2;
}

.grand-content-wrapper {
  background: #ffffff;
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 20px 60px rgba(5, 20, 50, 0.15);
  position: relative;
  z-index: 3;
  /* To make sure it stays on top */
}

.grand-content-wrapper h3 {
  font-size: 30px;
  font-weight: 800;
  color: #030f27;
  /* Brand Dark Blue */
}

.grand-content-wrapper .tagline {
  font-size: 18px;
  font-weight: bold;
  color: #ee1822;
  /* Brand Red */
  margin-top: -5px;
  margin-bottom: 20px;
}

.feature-item-chemical {
  display: flex;
  align-items: flex-start;
}

.feature-item-chemical .icon-box {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  background: rgba(238, 24, 34, 0.1);
  /* Light red background */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}

.feature-item-chemical .icon-box i {
  color: #ee1822;
  font-size: 22px;
}

.feature-item-chemical .text-box h4 {
  font-size: 17px;
  font-weight: bold;
  color: #030f27;
  margin-bottom: 5px;
}

.feature-item-chemical .text-box p {
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
  color: #555;
}

/* Responsive adjustments for the grand section */
@media (min-width: 992px) {

  /* This is where the overlap happens on large screens */
  .grand-content-wrapper {
    margin-left: -60px;
  }
}

@media (max-width: 991.98px) {

  /* On smaller screens, we stack them */
  .grand-content-wrapper {
    margin-top: -50px;
    /* Pull the content up slightly over the image */
  }

  .grand-image-wrapper::before {
    display: none;
    /* Hide decorative element on mobile */
  }

  .grand-image-wrapper {
    padding: 0;
  }
}

@media (max-width: 767.98px) {
  .grand-content-wrapper {
    padding: 30px;
  }

  .grand-content-wrapper h3 {
    font-size: 26px;
  }
}