/* =======================================================================
Template Name: Youtubers
Author:  SmartEye Technologies
Author URI: www.smarteyeapps.com
Version: 1.0
coder name:Prabin Raja
Description: This Template is created for Youtubers
======================================================================= */
/* ===================================== Import Variables ================================== */
@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;600;700;900&display=swap");
.bg-primary {
  background-color: #191A35 !important;
}

.text-primary {
  color: #191A35;
}

/* ===================================== Basic CSS ==================================== */
* {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
  outline: none;
  color: #444;
}

a:hover {
  color: #444;
}

ul {
  margin-bottom: 0;
  padding-left: 0;
}

a:hover,
a:focus,
input,
textarea {
  text-decoration: none;
  outline: none;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.cp {
  cursor: pointer;
}

html, body {
  height: 100%;
  font-family: "Roboto", sans-serif;
}

p {
  margin-bottom: 0px;
  width: 100%;
}

.no-padding {
  padding: 0px;
}

.no-margin {
  margin: 0px;
}

.hid {
  display: none;
}

.top-mar {
  margin-top: 15px;
}

.h-100 {
  height: 100%;
}

::placeholder {
  color: #747f8a !important;
  font-size: 13px;
  opacity: 0.5 !important;
}

.container-fluid {
  padding: 0px;
}

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

body {
  background-color: #f5f8fc !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  color: #6A6A6A;
  overflow-x: hidden;
}

.section-title {
  padding: 30px;           /* Adds padding around the section title */
  margin: 0;               /* Resets margin to ensure consistency */
  margin-bottom: 20px;     /* Adds space below the section title */
}

@media screen and (max-width: 767px) {
  .section-title {
    padding: 5px;
  }
}
.section-title h2 {
  width: 100%;
  text-align: center;
  font-weight: 600;
  margin-bottom: 0px;
}
.section-title p {
  max-width: 850px;
  text-align: center;
  float: none;
  margin: auto;
  font-size: 0.9rem;
  margin-top: 6px;
}
.section-title span {
  float: right;
  font-style: italic;
}

.inner-title {
  padding: 20px;
  padding-left: 0px;
  margin: 0px;
  margin-bottom: 10px;
  padding-bottom: 0px;
  border-bottom: 1px solid #ccccccc4;
  display: block;
  padding-right: 0px;
}
.inner-title h2 {
  width: 100%;
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  text-align: left;
  border-bottom: 1px solid #863dd9;
  padding-bottom: 10px;
  margin-bottom: 0px;
  width: 300px;
}
.inner-title p {
  width: 100%;
  text-align: center;
}
.inner-title .btn {
  float: right;
  margin-top: -38px;
  font-weight: 600;
  font-size: 0.8rem;
}

.page-nav {
  background-size: 100%;
  padding: 68px;
  text-align: center;
  padding-top: 190px;
  background-color: #eaeaea;
}
.page-nav ul {
  float: none;
  margin: auto;
}
@media screen and (max-width: 992px) {
  .page-nav {
    background-size: auto;
  }
}
@media screen and (max-width: 767px) {
  .page-nav {
    padding-top: 200px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 356px) {
  .page-nav {
    padding-top: 200px;
    padding-bottom: 40px;
  }
}
.page-nav h2 {
  font-size: 28px;
  width: 100%;
  font-weight: 700;
  color: #f2f2f2;
}
@media screen and (max-width: 600px) {
  .page-nav h2 {
    font-size: 26px;
  }
}
.page-nav ul li {
  float: left;
  margin-right: 10px;
  margin-top: 10px;
  font-size: 16px;
  font-size: 0.93rem;
  font-weight: 600;
  color: #ececec;
}
.page-nav ul li i {
  width: 30px;
  text-align: center;
  color: #f0f0f0;
}
.page-nav ul li a {
  color: #eaeaea;
  font-size: 0.93rem;
  font-weight: 600;
}

.btn-success {
  background-color: #191A35;
  border-color: #191A35;
}
.btn-success:hover {
  background-color: #191A35 !important;
  border-color: #191A35 !important;
}
.btn-success:active {
  background-color: #191A35 !important;
  border-color: #191A35 !important;
}
.btn-success:focus {
  background-color: #191A35 !important;
  border-color: #191A35 !important;
  box-shadow: none !important;
}

.btn-primary {
  background-color: #191A35;
  border-color: #191A35;
}
.btn-primary:hover {
  background-color: #191A35 !important;
  border-color: #191A35 !important;
}
.btn-primary:active {
  background-color: #191A35 !important;
  border-color: #191A35 !important;
}
.btn-primary:focus {
  background-color: #191A35 !important;
  border-color: #191A35 !important;
  box-shadow: none !important;
}

.btn-outline-primary {
  border-color: #191A35;
  color: #191A35;
}
.btn-outline-primary:hover {
  background-color: #191A35 !important;
  border-color: #191A35 !important;
}
.btn-outline-primary:active {
  background-color: #191A35 !important;
  border-color: #191A35 !important;
}
.btn-outline-primary:focus {
  background-color: #191A35 !important;
  border-color: #191A35 !important;
  box-shadow: none !important;
}

.form-control:focus {
  box-shadow: none !important;
  border: 1px solid #CCC;
}

.btn-light {
  background-color: #FFF;
  color: #3F3F3F;
}

.collapse.show {
  display: block !important;
}

.form-control:focus {
  box-shadow: none;
  border: 1px solid #CCC;
}

.form-control {
  background-color: #F8F8F8;
  margin-bottom: 20px;
}
.form-control:focus {
  background-color: #FFF;
  border-color: #CCC;
}

.container {
  max-width: 1170px;
}
@media screen and (max-width: 575px) {
  .container {
    padding: 10px 15px;
  }
}

/* ===================================== Basic CSS ==================================== */
.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
}

.fw-md {
  font-weight: 600;
}

.fw-sm {
  font-weight: 500;
}

.big-padding {
  padding: 50px;
}
@media screen and (max-width: 940px) {
  .big-padding {
    padding: 30px 10px;
  }
}

.bggray {
  background-color: #F7F5F4 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fs-11 {
  font-size: 4rem;
}

.shadow-md {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.07), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.shadow-xs {
  box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.13);
}

.truncate-2 {
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 42px;
  overflow: hidden;
  line-height: 21px;
}

.truncate-4 {
  display: -webkit-box !important;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  height: 82px;
  overflow: hidden;
  line-height: 21px;
}

.truncate-6 {
  display: -webkit-box !important;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  height: 130px;
  overflow: hidden;
  line-height: 21px;
}

.rtable {
  max-width: 500px;
  float: none;
  margin: auto;
}
.rtable tr td {
  padding: 5px;
}

.fs-7 {
  font-size: 0.95rem;
}

.fs-8 {
  font-size: 0.9rem;
}

.sticky {
  position: sticky;
}

.bg-gray {
  background: rgba(217, 217, 217, 0.25);
}

.btn-xs {
  padding: 2px 8px;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
.btn-xs i {
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .bordernosm {
    border: 0px !important;
  }
}

.h400 {
  height: 400px;
  overflow: auto;
}

.sticky-top-90 {
  position: -webkit-sticky;
  position: sticky;
  top: 85px;
  z-index: 1020;
}

.fs-9 {
  font-size: 0.79rem;
}

.fs-55 {
  font-size: 1.1rem;
}

.mt-25 {
  margin-top: 11px;
}

.width-fit {
  width: fit-content;
}

.text-justify {
  text-align: justify;
}

.max-230 {
  max-width: 230px;
}

footer .inner {
  background-color: #e4ecf1;
  padding: 50px;
  color: #444;
  font-size: 0.9rem;
}
@media screen and (max-width: 940px) {
  footer .inner {
    padding: 30px 10px;
  }
}
footer .inner h4 {
  color: #444;
  font-weight: 600;
  font-size: 1.3rem;
  margin-bottom: 30px;
}
footer .inner .foot-about p {
  margin-bottom: 30px;
}
footer .inner .foot-post .post-row {
  display: flex;
  margin-bottom: 10px;
}
footer .inner .foot-post .post-row .image img {
  width: 120px;
}
footer .inner .foot-post .post-row .detail {
  flex-grow: 1;
  padding-left: 5px;
}
footer .inner .foot-post .post-row .detail p {
  font-size: 0.8rem;
  margin-top: -5px;
}
footer .inner .foot-services ul li {
  padding: 5px;
  font-size: 0.95rem;
}
footer .inner .foot-services ul li a {
  color: #444;
}
footer .inner .foot-news p {
  margin-bottom: 20px;
}
footer .inner .foot-news .input-group {
  border-radius: 0px;
}
footer .inner .foot-news .input-group input {
  border-radius: 0px;
}
footer .inner .foot-news .input-group .input-group-append {
  border-radius: 0px;
  background-color: #FFF;
}
footer .inner .foot-news ul li {
  float: left;
  padding: 10px;
}
footer .inner .foot-news ul li i {
  font-size: 20px;
}

.copy {
  padding: 20px;
  background-color: #191A35;
  color: #efefef;
}

.copy a {
  margin: 20px;
  color: #f3f3f3;
  text-align: center;
  display: inline-block;
  width: 100%;
}


.copy span {
  text-align: center;
  float: right;
}
.copy span i {
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  .mul {
    width: 100%;
  }

  .dfr {
    font-size: 2.5rem;
  }
}
.slide {
  padding-top: 56px;
}

header {
  z-index: 999;
  position: absolute;
  width: 100%;
}

@media (max-width: 767px) {
  .nacul {
    width: 100%;
  }
  .nacul li {
    width: 100%;
  }

  .border-md-0 {
    border: 0px !important;
  }
}
/* Base Styles */
.carousel-caption {
  right: 10%;
  left: 10%;
  bottom: 35%;
}

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

@media (max-width: 992px) {
  .carousel-caption h1 {
    font-size: 3rem;
  }
  
  .carousel-caption p {
    font-size: 1rem;
  }
  
  .carousel-caption .text-start {
    text-align: center !important;
  }
}

@media (max-width: 768px) {
  .carousel-caption h1 {
    font-size: 2rem;
  }
  
  .carousel-caption p {
    font-size: 0.875rem;
  }
  
  .carousel-caption .d-none.d-lg-block {
    display: none;
  }
}

@media (max-width: 480px) {
  .carousel-caption {
    bottom: 5%;
  }

  .carousel-caption h1 {
    font-size: 1.5rem;
  }
  
  .carousel-caption p {
    font-size: 0.75rem;
  }
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: #FFF;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.carousel-control-prev-icon {
  background-color: #FFF;
}

.carousel-control-next-icon {
  background-color: #FFF;
}

/* Center the carousel controls on mobile */
@media (max-width: 768px) {
  .carousel-control-prev,
  .carousel-control-next {
    width: 10%; /* Adjust width for better touch responsiveness */
  }

  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    background-color: #FFF;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  }

  .carousel-control-prev {
    top: 30%;
    left: 15%;
    transform: translateX(-100%) translateY(0); /* Center horizontally and align vertically */
  }

  .carousel-control-next {
    top: 30%;
    right: 15%;
    transform: translateX(100%) translateY(0); /* Center horizontally and align vertically */
  }
}

@media (max-width: 480px) {
  .carousel-control-prev,
  .carousel-control-next {
    width: 15%;
  }
}

.w-125 {
  width: 90px;
}

.fs-12 {
  font-size: 5rem;
}

.bg-water {
  background-color: #CCC;
}

.mah-150 {
  max-height: 240px;
}

/*# sourceMappingURL=style.css.map */
#google_translate_element {
  display: inline-block;
  margin: 0;
}

/* Optional styling for better integration */
.goog-te-combo {
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 5px;
  font-size: 14px;
}
/* ======================================= */
.top-bar {
  background-color: #191A35;
  border-bottom: 1px solid #e9ecef;
  padding: 5px 0;
}
.top-bar .container-lg {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top-bar .lang-selector {
  display: flex;
  align-items: center;
}
.top-bar .lang-selector select {
  border: none;
  background: transparent;
  font-size: 14px;
}
/* ======================================== */
.whatsapp-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 100px; /* Adjust the width as needed */
  height: 100px; /* Adjust the height as needed */
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #25D366; /* WhatsApp green */
  border-radius: 50%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  transition: background-color 0.3s;
}

.whatsapp-button:hover {
  background-color: #128C7E; /* Darker green for hover effect */
}

.whatsapp-button img {
  width: 350px; /* Adjust the image size as needed */
  height: 100px; /* Adjust the image size as needed */
}
/* =========== */
.product-card {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.product-card:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}
.product-card img {
  width: 100%;
  height: auto;
  transition: opacity 0.3s ease;
}
.product-card:hover img {
  opacity: 0.8;
}
.product-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.703);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.product-card:hover .product-overlay {
  opacity: 1;
}
.product-overlay h4 {
  margin-bottom: 10px;
  font-size: 1.5rem;
  font-weight: bold;
}
.product-overlay p {
  margin-bottom: 20px;
  color: white;
}
.btn-overlay {
  background-color: #CF912C;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.btn-overlay:hover {
  background-color: #242150;
}
/* ================ */
/* General Styles */
.nav-part {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  /* padding: 10px 10px; */
}

.navcol {
  background-color: #ffffff;
}

.nav-link {
  display: block;
  padding: .5rem 0.5rem;
  color: #191A35;
  text-decoration: none;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

.nav-link:hover {
  color: #CF912C;
}

.nav-item.active .nav-link,
.nav-item .nav-link.active {
  color: #CF912C; /* Active link color */
  font-weight: bold; /* Optional: make active link bold */
}

.nav-item.dropdown:hover .dropdown-menu {
  display: block;
}

.dropdown-menu {
  background-color: #CF912C;
  border: 1px solid #ddd;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.dropdown-item {
  color: #242150;
  padding: 15px;
}

.dropdown-item:hover {
  background-color: #f8f9fa;
  color: #CF912C;
}

/* Logo Styles */
.max-230 {
  max-width: 230px;
}

img {
  vertical-align: middle;
}

/* Desktop Styles */
@media (min-width: 992px) {
  #menu-jk {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .logo-container {
    display: flex;
    align-items: center;
  }

  #menu {
    display: flex;
    justify-content: flex-end;
    flex-grow: 1;
  }

  .d-lg-none {
    display: none;
  }

  .d-lg-flex {
    display: flex;
  }
}

/* Mobile Styles */
@media (max-width: 991px) {
  #menu-jk {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .logo-container {
    width: 100%;
    margin-bottom: 10px;
    display: flex;
    justify-content: flex-start;
  }

  .navbar-toggler {
    border: none;
    background: transparent;
  }

  .bi-list {
    color: #242150;
  }

  .collapse {
    width: 100%;
  }

  .nav-flex-column {
    padding: 0;
  }

  .nav-item {
    margin-bottom: 10px;
  }

  .nav-item:last-child {
    margin-bottom: 0;
  }

  .d-lg-none {
    display: flex;
  }

  .d-lg-flex {
    display: none;
  }
}
/* ========================= */
/* Swiper Container */
/* Swiper Container */
.swiper-container {
  width: 100%; /* Full width */
  padding: 20px 0; /* Optional padding */
  position: relative; /* Position for navigation */
}
.swiper-wrapper {
  display: flex; /* Flexbox for horizontal layout */
}

.swiper-slide {
  flex: 1 0 auto; /* Adjust slide width */
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden; /* Prevent overflow */
}

.swiper-slide img {
  max-width: 100%; /* Make images responsive */
  height: auto; /* Maintain aspect ratio */
  border-radius: 8px; /* Optional rounded corners */
  border: 1px solid #dee2e6; /* Optional border */
}


/* Social Icons */
.social-icons {
  text-align: center; /* Center the icons */
  padding: 20px; /* Add some padding */
}

.social-icons a {
  color: #242150; /* Icon color */
  font-size: 34px; /* Icon size */
  margin: 0 10px; /* Space between icons */
  text-decoration: none; /* Remove underline */
}

.social-icons a:hover {
  color: #CF912C; /* Icon color on hover */
}
@media screen and (max-width: 767px) {
  .section-title {
      padding: 25px;
  }
}