.bg-primary {
  background-color: #1b65ae !important;
}

@keyframes smoothScroll {
  0% {
    transform: translateY(-100px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes whatsappPulse {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.4);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
  }
}
@keyframes cbh-circle-anim {
  0% {
    transform: rotate(0deg) scale(0.5) skew(1deg);
    opacity: 0.1;
  }
  30% {
    transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.5;
  }
  100% {
    transform: rotate(0deg) scale(1) skew(1deg);
    opacity: 0.1;
  }
}
@keyframes scroll-watcher {
  to {
    scale: 1 1;
  }
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

body {
  background-color: #fff;
  color: #181818;
  font-family: "Poppins", sans-serif;
}
body main {
  display: block;
  width: 100%;
}
body main content {
  display: block;
  width: 100%;
  overflow-x: hidden;
}

a {
  color: currentColor;
  text-decoration: none;
}

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

p {
  font-size: 18px;
  margin-bottom: 0px;
  font-family: "Poppins", sans-serif;
}

video {
  width: 100%;
}

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

#close-toggle {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.097);
  transition: all 0.3s ease-in;
}

#whatsapp-msg-button {
  position: fixed;
  bottom: 12%;
  z-index: 25;
  transition: left 0.6s ease-in-out;
  left: -100%;
}
#whatsapp-msg-button i {
  display: block;
  font-size: 26px;
  line-height: 26px;
  color: #fff;
  background-color: #25d366;
  border-radius: 100%;
  padding: 15px;
  animation: whatsappPulse 2s infinite;
}
#whatsapp-msg-button .cbh-ph-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: transparent;
  border-radius: 100%;
  border: 1px solid rgb(93, 183, 183);
  opacity: 0.1;
  animation: cbh-circle-anim 1.2s infinite ease-in-out;
  transition: all 0.3s ease-in;
}
#whatsapp-msg-button .cbh-ph-circle-fill {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #18f56c;
  position: absolute;
  border-radius: 100%;
  border: 2px solid transparent;
  opacity: 0.1;
  animation: cbh-circle-fill-anim 2.3s infinite ease-in-out;
  transition: all 0.3s ease-in;
}

#scroll-up {
  position: fixed;
  bottom: 8%;
  z-index: 25;
  transition: right 0.6s ease-in-out;
  right: -100%;
}
#scroll-up .svgIcon {
  width: 12px;
  transition: all 0.3s ease-in;
}
#scroll-up .svgIcon path {
  fill: white;
}
#scroll-up .button {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #1b65ae;
  border: 1px solid #1b65ae;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in;
}
#scroll-up .button:hover {
  background-color: transparent;
  border: 1px solid #1b65ae;
}
#scroll-up .button:hover .svgIcon {
  transform: all 0.3s ease-in;
  transform: translateY(-20%);
}
#scroll-up .button:hover .svgIcon path {
  fill: #1b65ae;
}

.title {
  position: relative;
  width: 100%;
  text-align: center;
}
.title h4 {
  position: relative;
  z-index: 2;
  font-size: 30px;
  margin-bottom: 25px;
  color: #1b65ae;
  text-transform: uppercase;
}
.title .back-title {
  display: block;
  position: absolute;
  text-align: center;
  margin-top: -30px;
  top: 0;
  font-size: 50px;
  line-height: 1;
  z-index: 1;
  color: #1b65ae;
  opacity: 0.2;
  width: 100%;
}

.mascot {
  width: 120px;
}

.title-icon {
  width: 50px;
}

/* Email Subscription Form */
.subscribe-form .input-group {
  border: 1px solid #ddd;
  border-radius: 5px;
  overflow: hidden;
  border-radius: 20px;
}
.subscribe-form .input-group .form-control {
  border: none;
  height: 45px;
  padding: 0 15px;
  font-size: 14px;
  box-shadow: none;
  border-radius: 20px;
}
.subscribe-form .input-group .form-control:focus {
  box-shadow: none;
  border-color: #1b65ae;
}
.subscribe-form .input-group .btn-primary {
  background-color: #1b65ae;
  border: none;
  padding: 0 20px;
  transition: all 0.3s ease-in;
}
.subscribe-form .input-group .btn-primary:hover {
  background-color: #144b82;
}
.subscribe-form .input-group .btn-primary i {
  font-size: 16px;
}
.subscribe-form .subscription-message {
  font-size: 14px;
  min-height: 20px;
}
.subscribe-form .subscription-message.success {
  color: #28a745;
}
.subscribe-form .subscription-message.error {
  color: #dc3545;
}

.social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  color: white;
  background: #1b65ae;
  transition: all 0.3s ease;
  font-size: 18px;
}
.social-icon:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.social-icon[title*=Facebook]:hover {
  background: #1877f2;
}
.social-icon[title*=Twitter]:hover {
  background: #000000;
}
.social-icon[title*=Instagram]:hover {
  background: #e4405f;
}
.social-icon[title*=YouTube]:hover {
  background: #ff0000;
}
.social-icon[title*=LinkedIn]:hover {
  background: #0a66c2;
}
.social-icon i {
  line-height: 1;
}

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0.534);
  animation: smoothScroll 1s forwards;
}
.fixed.header {
  padding-top: 10px;
  padding-bottom: 10px;
}
.fixed .submenu .menu-link:hover {
  color: #1b65ae !important;
}

.swiper-pagination .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background: #1b65ae !important;
  transition: all 0.3s ease-in;
}
.swiper-pagination .swiper-pagination-bullet-active {
  width: 20px !important;
  border-radius: 20px;
  background: #1b65ae !important;
}

.mata-btn {
  font-size: 13px;
  font-weight: 500;
  background-color: #1b65ae;
  border: 1px solid transparent;
  color: #fff;
  border-radius: 20px;
  padding: 10px 20px;
  transition: all 0.3s ease-in;
}
.mata-btn:hover {
  border: 1px solid #1b65ae;
  background-color: transparent;
  color: #1b65ae;
}

.mata-btn-two {
  font-size: 13px;
  font-weight: 500;
  background-color: #fff;
  border: 1px solid transparent;
  color: #1b65ae;
  border-radius: 20px;
  padding: 10px 20px;
  transition: all 0.3s ease-in;
}
.mata-btn-two:hover {
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff;
}

.scroll-watcher {
  position: fixed;
  height: 6px;
  top: 0;
  z-index: 1000;
  background-color: #1b65ae;
  width: 100%;
  scale: 0 1;
  transform-origin: left;
  animation: scroll-watcher linear;
  animation-timeline: scroll();
}

.icon-div {
  width: 30px;
  height: 30px;
}
.icon-div i {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background-color: #1b65ae;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 15px;
}

.facebook-bg i {
  background-color: #4267b2;
  color: #fff;
}

.instagram-bg i {
  background-color: transparent;
  background: #f09433;
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  color: #fff;
}

.youtube-bg i {
  background-color: transparent;
  background: #f00;
  color: #fff;
}

.product-box {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.097);
  border-radius: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.product-box .images {
  overflow: hidden;
  position: relative;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.product-box .images .product-image {
  display: table;
  margin: auto;
  width: 100%;
  height: auto;
  border-top-left-radius: 20px !important;
  border-top-right-radius: 20px !important;
  transform: scale(1);
  transition: all 0.3s ease-in;
}
.product-box .content {
  position: relative;
  background-color: #1b65ae;
  width: 100%;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  text-align: center;
  color: #fff;
  padding: 0.6rem;
}
.product-box .content h4 {
  font-size: 16px;
}
.product-box .content span {
  display: block;
  font-size: 13px;
  opacity: 0.6;
}
.product-box:hover .product-image {
  transform: scale(1.2);
}
.product-box .logo {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  padding: 3px 15px;
  border-bottom-right-radius: 20px;
  box-shadow: 5px 6px 15px 2px rgba(0, 0, 0, 0.08);
}
.product-box .logo img {
  width: 100px;
}

.breadcrumb-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 6rem 0 5rem;
}
.breadcrumb-bg .custom-breadcrumb ul li {
  color: #fff;
}
.breadcrumb-bg .custom-breadcrumb ul li a {
  font-size: 14px;
}
.breadcrumb-bg .custom-breadcrumb ul li a.active {
  background-color: #fff;
  padding: 10px;
  border-radius: 20px;
  color: #1b65ae;
}
.breadcrumb-bg h5 {
  color: #fff;
  font-size: 40px;
}

.copyright {
  background-color: #181818;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 12px;
  color: #fff;
  white-space: nowrap;
}
.copyright p {
  font-size: 11px;
}

header {
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.097);
  z-index: 100;
  background-color: #fff;
  transition: all 0.3s ease-in;
}
header .header-top {
  padding: 5px 0;
  background-color: #1b65ae;
}
header .header-top ul {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 10px;
}
header .header-top ul li a {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}
header .header-top ul li a i {
  font-size: 14px;
}
header .menu .menu-item {
  display: inline-block;
  position: relative;
}
header .menu .menu-item .menu-link {
  font-size: 14px;
  color: #181818;
  padding: 10px;
  display: flex;
  align-items: center;
  position: relative;
  background-color: transparent;
  transition: all 0.3s ease-in;
}
header .menu .menu-item .menu-link i {
  transition: transform 0.3s ease-in-out;
}
header .menu .menu-item .submenu {
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  opacity: 0;
  background-color: #1b65ae;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  z-index: 10;
  width: 250px;
  transition: all 0.3s ease-in;
}
header .menu .menu-item .submenu li {
  display: block;
}
header .menu .menu-item .submenu li .menu-link-submenu {
  font-size: 12px;
  color: #fff;
  background-color: transparent;
  padding: 10px;
  display: flex;
  align-items: center;
  position: relative;
  transition: all 0.3s ease-in;
}
header .menu .menu-item .submenu li .menu-link-submenu:hover {
  background-color: #fff;
  color: #1b65ae;
}
header .menu .menu-item .submenu li .menu-link-submenu:last-child {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
header .menu .menu-item .submenu li .menu-link-submenu i {
  transition: all 0.3s ease-in;
}
header .menu .menu-item .submenu li:last-child:hover {
  background-color: #fff;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
header .menu .menu-item:hover .submenu {
  visibility: visible;
  opacity: 1;
}
header .menu .menu-item:hover .fa-angle-down {
  transform: rotate(180deg);
}
header .social-media {
  margin-left: 10px;
  color: #181818;
}
header .social-media i {
  transform: scale(1);
  transition: all 0.3s ease-in;
}
header .social-media i:hover {
  transform: scale(1.2);
}
header #menu-close-btn {
  display: none !important;
}
header #company-logo {
  width: 300px;
  height: auto;
}

#headline {
  overflow: hidden;
  position: relative;
}
#headline .headline-swiper .swiper-slide {
  position: relative;
  z-index: 3;
}
#headline .headline-swiper .swiper-slide .banner-five-image {
  border-radius: 20px;
  padding: 20px;
}
#headline .headline-swiper .swiper-slide .banner-five-image .headline-content {
  padding: 20px;
  position: absolute;
  top: 10% !important;
  left: 10% !important;
  text-align: left;
  color: #fff;
  border-radius: 20px;
  height: 100%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
#headline .headline-swiper .swiper-slide .banner-five-image .headline-content article {
  display: table;
  margin: auto;
  text-align: start;
}
#headline .headline-swiper .swiper-slide .banner-five-image .headline-content h4 {
  font-size: 60px;
}
#headline .headline-swiper .swiper-slide .banner-five-image .headline-content h5 {
  font-size: 40px;
}
#headline .headline-swiper .swiper-slide .banner-five-image .headline-content p {
  font-size: 20px;
  margin-bottom: 10px;
}
#headline .headline-swiper .swiper-slide .banner-five-image img {
  border-radius: 20px;
}

#highlights {
  padding: 5rem 3rem 5rem 3rem;
  padding-left: 0rem;
  padding-right: 0rem;
}
#highlights .video-mask {
  position: relative;
  cursor: pointer;
}
#highlights .video-mask iframe {
  filter: grayscale(80%);
  transition: all 0.3s ease-in;
}
#highlights .video-mask .video-content {
  color: #fff;
  z-index: 2;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  transition: all 0.3s ease-in;
  text-align: center;
}
#highlights .video-mask .video-content a > div {
  width: 100%;
}
#highlights .video-mask .video-content h4 {
  font-size: 30px;
}
#highlights .video-mask .video-content .review-btn {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -100%;
  opacity: 0;
  display: table;
  width: 50%;
  margin: 0 auto;
  font-size: 16px;
  border: 1px solid #fff;
  color: #fff;
  padding: 4px;
  border-radius: 20px;
  transition: all 0.3s ease-in;
}
#highlights .video-mask .video-content .review-btn:hover {
  color: #181818;
  background-color: #fff;
}
#highlights .video-mask:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 99%;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  background-size: 5px 5px;
  z-index: 1;
  transition: all 0.3s ease-in;
}
#highlights .video-mask:hover video {
  filter: grayscale(0%);
}
#highlights .video-mask:hover::after {
  opacity: 1;
}
#highlights .video-mask:hover .review-btn {
  opacity: 1;
  bottom: 40%;
}

#products-preview {
  padding: 5rem 3rem 5rem 3rem;
}

#products-group {
  padding: 5rem 3rem 5rem 3rem;
}
#products-group .col-lg {
  margin-bottom: 5rem;
}
#products-group .group-box {
  border: 1px solid rgba(0, 0, 0, 0.08);
  width: 200px;
  height: 200px;
  border-radius: 20px;
  background-color: #1b65ae;
  transition: all 0.3s ease-in;
}
#products-group .group-box .group-div {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  overflow: hidden;
}
#products-group .group-box .group-div img {
  display: table;
  margin: auto;
  width: 100px;
  height: 100px;
  transform: scale(1);
  transition: all 0.3s ease-in;
}
#products-group .group-box .group-name {
  padding: 1.2rem;
}
#products-group .group-box .group-name h4 {
  text-align: center;
  font-size: 18px;
}
#products-group .group-box:hover img {
  transform: scale(1.3);
}

.home-corporate {
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
}
.home-corporate .corporate-image-wrapper .image-container {
  position: relative;
}
.home-corporate .corporate-image-wrapper .image-container img {
  transition: all 0.3s ease-in;
}
.home-corporate .corporate-image-wrapper .image-container img:hover {
  transform: scale(1.02);
}
.home-corporate .corporate-image-wrapper .image-container .image-decoration {
  top: -20px;
  right: -20px;
  width: 100px;
  height: 100px;
  background: linear-gradient(135deg, #1b65ae, #4c98e3);
  border-radius: 50%;
  opacity: 0.1;
  z-index: -1;
}
.home-corporate .corporate-content .section-badge .badge {
  font-size: 0.9rem;
  font-weight: 500;
}
.home-corporate .corporate-content .section-badge .badge i {
  font-size: 0.8rem;
}
.home-corporate .corporate-content .section-title {
  font-size: 2.2rem;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .home-corporate .corporate-content .section-title {
    font-size: 1.8rem;
  }
}
.home-corporate .corporate-content .corporate-excerpt p {
  font-size: 1.1rem;
  line-height: 1.7;
}
.home-corporate .corporate-content .corporate-features .feature-item {
  margin-bottom: 0.75rem;
}
.home-corporate .corporate-content .corporate-features .feature-item .feature-icon {
  width: 35px;
  height: 35px;
  background: rgba(27, 101, 174, 0.1);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-corporate .corporate-content .corporate-features .feature-item .feature-icon i {
  font-size: 1rem;
}
.home-corporate .corporate-content .corporate-features .feature-item .feature-text {
  font-size: 0.9rem;
  font-weight: 600;
  color: #181818;
}
.home-corporate .corporate-content .corporate-actions .mata-btn,
.home-corporate .corporate-content .corporate-actions .mata-btn-two {
  display: inline-flex;
  align-items: center;
}
.home-corporate .corporate-content .corporate-actions .mata-btn i,
.home-corporate .corporate-content .corporate-actions .mata-btn-two i {
  font-size: 0.9rem;
}

@media (max-width: 991.98px) {
  .home-corporate .corporate-content {
    text-align: center;
    margin-bottom: 2rem;
  }
  .home-corporate .corporate-image-wrapper {
    text-align: center;
  }
}
@media (max-width: 575.98px) {
  .home-corporate .corporate-actions .mata-btn,
  .home-corporate .corporate-actions .mata-btn-two {
    display: block;
    width: 100%;
    margin-bottom: 0.5rem;
    text-align: center;
  }
  .home-corporate .corporate-features .row .col-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.corporate-hero {
  padding: 4rem 0;
}
.corporate-hero .corporate-content .corporate-badge .badge {
  font-size: 0.9rem;
  font-weight: 500;
}
.corporate-hero .corporate-content .corporate-badge .badge i {
  font-size: 0.8rem;
}
.corporate-hero .corporate-content .corporate-title {
  font-size: 2.5rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
}
@media (max-width: 768px) {
  .corporate-hero .corporate-content .corporate-title {
    font-size: 2rem;
  }
}
.corporate-hero .corporate-content .corporate-body {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #6c757d;
  margin-bottom: 2rem;
}
.corporate-hero .corporate-content .corporate-body p {
  margin-bottom: 1rem;
  font-size: 1.1rem;
}
.corporate-hero .corporate-content .corporate-body h1,
.corporate-hero .corporate-content .corporate-body h2,
.corporate-hero .corporate-content .corporate-body h3,
.corporate-hero .corporate-content .corporate-body h4,
.corporate-hero .corporate-content .corporate-body h5,
.corporate-hero .corporate-content .corporate-body h6 {
  color: #181818;
  margin-bottom: 1rem;
}
.corporate-hero .corporate-content .corporate-body ul,
.corporate-hero .corporate-content .corporate-body ol {
  padding-left: 1.5rem;
}
.corporate-hero .corporate-content .corporate-body ul li,
.corporate-hero .corporate-content .corporate-body ol li {
  margin-bottom: 0.5rem;
}
.corporate-hero .corporate-content .corporate-actions .mata-btn,
.corporate-hero .corporate-content .corporate-actions .mata-btn-two {
  display: inline-flex;
  align-items: center;
}
.corporate-hero .corporate-content .corporate-actions .mata-btn i,
.corporate-hero .corporate-content .corporate-actions .mata-btn-two i {
  font-size: 0.9rem;
}
.corporate-hero .corporate-image .image-wrapper {
  transition: all 0.3s ease-in;
}
.corporate-hero .corporate-image .image-wrapper:hover {
  transform: translateY(-5px);
}
.corporate-hero .corporate-image .image-wrapper:hover img {
  transform: scale(1.02);
}
.corporate-hero .corporate-image .image-wrapper img {
  transition: all 0.3s ease-in;
  width: 100%;
  height: auto;
}
.corporate-hero .corporate-image .image-wrapper .image-overlay {
  transition: all 0.3s ease-in;
  opacity: 0;
}
.corporate-hero .corporate-image .image-wrapper .image-overlay:hover {
  opacity: 1;
}

.corporate-features .section-title {
  font-size: 2.2rem;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .corporate-features .section-title {
    font-size: 1.8rem;
  }
}
.corporate-features .section-subtitle {
  font-size: 1.1rem;
  margin-bottom: 0;
}
.corporate-features .feature-card {
  transition: all 0.3s ease-in;
  border: 1px solid transparent;
}
.corporate-features .feature-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15) !important;
  border-color: rgba(27, 101, 174, 0.2);
}
.corporate-features .feature-card:hover .feature-icon i {
  transform: scale(1.1);
  color: #144b82;
}
.corporate-features .feature-card .feature-icon i {
  font-size: 2.5rem;
  transition: all 0.3s ease-in;
}
.corporate-features .feature-card .feature-title {
  font-size: 1.2rem;
  color: #181818;
}
.corporate-features .feature-card .feature-text {
  font-size: 0.95rem;
  line-height: 1.6;
}

@media (max-width: 991.98px) {
  .corporate-hero {
    padding: 3rem 0;
  }
  .corporate-hero .corporate-content {
    margin-bottom: 2rem;
    text-align: center;
  }
  .corporate-hero .corporate-image {
    text-align: center;
  }
  .corporate-features .feature-card {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 575.98px) {
  .corporate-hero {
    padding: 2rem 0;
  }
  .corporate-hero .corporate-actions .mata-btn,
  .corporate-hero .corporate-actions .mata-btn-two {
    display: block;
    width: 100%;
    margin-bottom: 0.5rem;
    text-align: center;
  }
}
#motto {
  padding: 6rem 0;
  position: relative;
}
#motto .video-mask {
  position: relative;
  z-index: 1;
}
#motto .video-mask video {
  position: relative;
  z-index: 0;
}
#motto .video-mask:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.45);
  background-image: radial-gradient(rgba(0, 0, 0, 0.282) 10px, transparent 0);
  background-size: 5px 5px;
  z-index: 0;
}
#motto .video-mask .bg {
  background-size: cover;
  background-position: center;
  height: 300px;
}
#motto .motto-content {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#motto .motto-content .icon-div {
  width: 100px;
  height: 100px;
}
#motto .motto-content .icon-div img {
  width: 100%;
  filter: brightness(0) invert(1);
}
#motto .motto-content .content {
  padding: 0.5rem;
  color: #fff;
}
#motto .motto-content .content h4 {
  font-size: 20px;
}
#motto .motto-content .content span {
  font-size: 16px;
  opacity: 0.8;
}

.features-section {
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
  position: relative;
}
.features-section .section-badge .badge {
  font-size: 0.9rem;
  font-weight: 500;
  box-shadow: 0 4px 15px rgba(27, 101, 174, 0.2);
}
.features-section .section-badge .badge i {
  font-size: 0.8rem;
}
.features-section .section-title {
  font-size: 2.5rem;
  color: #181818;
  font-weight: 700;
}
@media (max-width: 768px) {
  .features-section .section-title {
    font-size: 2rem;
  }
}
.features-section .section-subtitle {
  font-size: 1.1rem;
  line-height: 1.6;
}
.features-section .feature-card {
  background: linear-gradient(145deg, #ffffff 0%, #f8f9fa 100%);
  border-radius: 20px;
  border: 1px solid rgba(27, 101, 174, 0.1);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  cursor: pointer;
}
.features-section .feature-card .feature-gradient {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #1b65ae, #4c98e3);
  border-radius: 20px 20px 0 0;
}
.features-section .feature-card .feature-content {
  position: relative;
  z-index: 2;
  padding: 2.5rem 2rem;
}
.features-section .feature-card .feature-icon .icon-wrapper {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #1b65ae, #368be0);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  box-shadow: 0 8px 25px rgba(27, 101, 174, 0.3);
  transition: all 0.3s ease;
}
.features-section .feature-card .feature-icon .icon-wrapper i {
  font-size: 2rem;
  color: white;
  transition: all 0.3s ease;
}
.features-section .feature-card .feature-title {
  font-size: 1.4rem;
  font-weight: 600;
  color: #181818;
  margin-bottom: 1rem;
}
.features-section .feature-card .feature-description {
  font-size: 1rem;
  line-height: 1.6;
  color: #6c757d;
  margin-bottom: 1.5rem;
}
.features-section .feature-card .feature-btn {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.features-section .feature-card .feature-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s;
  z-index: -1;
}
.features-section .feature-card .feature-btn:hover::before {
  left: 100%;
}
.features-section .feature-card .feature-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(27, 101, 174, 0.05) 0%, rgba(27, 101, 174, 0.1) 100%);
  opacity: 0;
  transition: all 0.3s ease;
  border-radius: 20px;
  z-index: 1;
}
.features-section .feature-card:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  border-color: rgba(27, 101, 174, 0.3);
}
.features-section .feature-card:hover .feature-overlay {
  opacity: 1;
}
.features-section .feature-card:hover .feature-icon .icon-wrapper {
  transform: scale(1.1) rotate(5deg);
  box-shadow: 0 12px 30px rgba(27, 101, 174, 0.4);
}
.features-section .feature-card:hover .feature-icon .icon-wrapper i {
  transform: scale(1.1);
}
.features-section .feature-card:hover .feature-title {
  color: #1b65ae;
}

@media (max-width: 991.98px) {
  .features-section .feature-card {
    margin-bottom: 2rem;
  }
  .features-section .feature-card .feature-content {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 575.98px) {
  .features-section .section-title {
    font-size: 1.8rem;
  }
  .features-section .feature-card .feature-content {
    padding: 1.5rem 1rem;
  }
  .features-section .feature-card .feature-icon .icon-wrapper {
    width: 60px;
    height: 60px;
  }
  .features-section .feature-card .feature-icon .icon-wrapper i {
    font-size: 1.5rem;
  }
}
.work-with-us-section {
  min-height: 70vh;
}
.work-with-us-section .company-promotion-area {
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
  min-height: 70vh;
  padding: 3rem 0;
}
.work-with-us-section .company-promotion-area .promotion-content .section-badge .badge {
  font-size: 0.9rem;
  font-weight: 500;
}
.work-with-us-section .company-promotion-area .promotion-content .section-badge .badge i {
  font-size: 0.8rem;
}
.work-with-us-section .company-promotion-area .promotion-content .promotion-title {
  font-size: 2.5rem;
  line-height: 1.2;
  color: #181818;
}
@media (max-width: 768px) {
  .work-with-us-section .company-promotion-area .promotion-content .promotion-title {
    font-size: 2rem;
  }
}
.work-with-us-section .company-promotion-area .promotion-content .promotion-title strong {
  color: #1b65ae;
}
.work-with-us-section .company-promotion-area .promotion-content .promotion-description {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #6c757d;
}
.work-with-us-section .company-promotion-area .promotion-content .company-features .feature-item {
  display: flex;
  align-items: center;
  font-size: 1rem;
}
.work-with-us-section .company-promotion-area .promotion-content .company-features .feature-item i {
  font-size: 1.2rem;
  flex-shrink: 0;
}
.work-with-us-section .company-promotion-area .promotion-content .company-features .feature-item span {
  color: #181818;
  font-weight: 500;
}
.work-with-us-section .cta-area {
  min-height: 70vh;
}
.work-with-us-section .cta-area .cta-background {
  background: linear-gradient(135deg, #1b65ae 0%, #113f6c 100%);
  z-index: 1;
}
.work-with-us-section .cta-area .cta-background::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: radial-gradient(circle at 25% 25%, rgba(255, 255, 255, 0.1) 2px, transparent 2px), radial-gradient(circle at 75% 75%, rgba(255, 255, 255, 0.1) 2px, transparent 2px);
  background-size: 50px 50px;
  z-index: 2;
}
.work-with-us-section .cta-area .cta-content {
  z-index: 3;
}
.work-with-us-section .cta-area .cta-content .cta-icon i {
  font-size: 4rem;
  color: #fff;
  opacity: 0.9;
}
.work-with-us-section .cta-area .cta-content .cta-title {
  font-size: 2.2rem;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .work-with-us-section .cta-area .cta-content .cta-title {
    font-size: 1.8rem;
  }
}
.work-with-us-section .cta-area .cta-content .cta-title strong {
  color: #fff;
}
.work-with-us-section .cta-area .cta-content .cta-description {
  font-size: 1.1rem;
  line-height: 1.7;
  opacity: 0.9;
}
.work-with-us-section .cta-area .cta-content .cta-buttons .mata-btn-two {
  background: #fff;
  color: #1b65ae;
  border: none;
}
.work-with-us-section .cta-area .cta-content .cta-buttons .mata-btn-two:hover {
  background: rgba(255, 255, 255, 0.9);
  transform: translateY(-2px);
}
.work-with-us-section .cta-area .cta-content .cta-buttons .btn-outline-light {
  border: 2px solid rgba(255, 255, 255, 0.8);
  color: #fff;
  font-weight: 600;
  transition: all 0.3s ease-in;
}
.work-with-us-section .cta-area .cta-content .cta-buttons .btn-outline-light:hover {
  background: #fff;
  color: #1b65ae;
  border-color: #fff;
  transform: translateY(-2px);
}
.work-with-us-section .cta-area .cta-content .stats-section .stat-item .stat-number {
  font-size: 2.5rem;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  margin-bottom: 0.5rem;
}
@media (max-width: 768px) {
  .work-with-us-section .cta-area .cta-content .stats-section .stat-item .stat-number {
    font-size: 2rem;
  }
}
.work-with-us-section .cta-area .cta-content .stats-section .stat-item .stat-label {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.work-with-us-section .cta-area .decoration-circle {
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  z-index: 2;
}
.work-with-us-section .cta-area .decoration-circle.decoration-circle-1 {
  width: 100px;
  height: 100px;
  top: 10%;
  right: 10%;
  animation: float 6s ease-in-out infinite;
}
.work-with-us-section .cta-area .decoration-circle.decoration-circle-2 {
  width: 60px;
  height: 60px;
  bottom: 20%;
  left: 15%;
  animation: float 8s ease-in-out infinite reverse;
}
.work-with-us-section .cta-area .decoration-circle.decoration-circle-3 {
  width: 80px;
  height: 80px;
  top: 60%;
  right: 20%;
  animation: float 7s ease-in-out infinite;
}

@keyframes float {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-20px);
  }
}
@media (max-width: 991.98px) {
  .work-with-us-section .company-promotion-area {
    min-height: auto;
    padding: 2rem 0;
  }
  .work-with-us-section .cta-area {
    min-height: auto;
    padding: 3rem 0;
  }
  .work-with-us-section .stats-section .row .col-md-3 {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 575.98px) {
  .work-with-us-section .cta-buttons .mata-btn-two,
  .work-with-us-section .cta-buttons .btn-outline-light {
    display: block;
    width: 100%;
    margin-bottom: 0.5rem;
    text-align: center;
  }
  .work-with-us-section .stats-section .row .col-6 {
    margin-bottom: 1rem;
  }
}
#fairs {
  padding: 5rem 3rem 5rem 3rem;
  padding-top: 3rem;
  background-color: #1b65ae;
  width: 100%;
  position: relative;
}
#fairs .swiper-pagination .swiper-pagination-bullet {
  background: #fff !important;
}
#fairs .swiper-pagination .swiper-pagination-bullet-active {
  background: #fff !important;
}
#fairs .title h4 {
  color: #fff;
  opacity: 0.5;
}
#fairs .title .back-title {
  color: #fff;
}
#fairs img {
  border-radius: 20px;
}
#fairs .mascot {
  position: absolute;
  left: 0;
  top: -100px;
  width: 260px;
}

#instagram {
  padding: 5rem 3rem 5rem 3rem;
  text-align: center;
  color: #181818;
}
#instagram .button-content {
  margin-top: 25px;
}
#instagram .instagram-img {
  width: 50px;
  height: auto;
  margin-bottom: 5px;
}
#instagram .instagram_feed {
  position: relative;
  overflow: hidden;
}
#instagram .instagram_feed .instagram_new {
  position: relative;
  overflow: hidden;
  width: 25%;
  float: left;
  padding: 15px;
  box-sizing: border-box;
  border-radius: 20px;
}
#instagram .instagram_feed .instagram_new a {
  border-radius: 20px;
  overflow: hidden;
}
#instagram .instagram_feed .instagram_new img.insta-image {
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in;
  transform: scale(1);
}
#instagram .instagram_feed .insta-link {
  position: relative;
  overflow: hidden;
  display: block;
  background: #232323;
  padding-top: 100%;
}
#instagram .instagram_feed .insta-link:hover img.insta-image {
  transform: scale(1.3);
}

footer {
  padding: 5rem 3rem 5rem 3rem;
  background-repeat: no-repeat;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}
footer h3 {
  font-size: 18px;
  color: #181818;
}
footer .contact-ul {
  margin-top: 10px;
}
footer .contact-ul .contact-item {
  font-size: 14px;
  margin-bottom: 20px;
  display: block;
  color: #181818;
}
footer .footer-item {
  font-size: 16px;
  margin-bottom: 10px;
  display: block;
  color: #181818;
  transition: all 0.3s ease-in;
  opacity: 0.6;
}
footer .footer-item:hover {
  opacity: 1;
}
footer .maps {
  filter: grayscale(100%);
}
footer .maps:hover {
  filter: grayscale(0%);
}
footer .maps iframe {
  width: 100%;
  height: auto;
  border-radius: 20px;
}

#content {
  padding: 5rem 3rem 5rem 3rem;
}
#content img {
  border-radius: 20px;
}

#details {
  padding: 5rem 3rem 5rem 3rem;
}
#details img {
  border-radius: 20px;
}
#details .images {
  border: 1px solid rgba(0, 0, 0, 0.097);
  border-radius: 20px;
}
#details .image-gallery {
  overflow-x: auto !important;
  width: 100%;
}
#details .image-gallery #media-gallery .gallery-li {
  margin-bottom: 10px;
  border: 1px solid rgba(0, 0, 0, 0.097);
  border-radius: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
#details .image-gallery #media-gallery .gallery-li .thumbnail {
  display: table;
  margin: auto;
  width: 90px;
  height: 90px;
  border-radius: 20px;
}
#details .image-gallery #media-gallery .gallery-li.active {
  border: 1px #1b65ae solid;
}
#details .image-gallery .swiper-wrapper {
  height: 250px;
  overflow: hidden;
}
#details .ability {
  position: relative;
  background-color: #1b65ae;
  border-radius: 20px;
  color: #fff;
  padding-left: 10px;
  padding: 7px;
}
#details .ability h4 {
  text-align: right;
  margin-right: 10px;
  margin-bottom: 0;
}
#details .ability .mascot {
  width: 90px;
  position: absolute;
  bottom: -5px;
  left: -20px;
}
#details p {
  font-size: 16px;
}
#details table {
  width: 100%;
  margin-top: 20px;
  border: 1px solid rgba(0, 0, 0, 0.097);
  border-radius: 20px;
}
#details table td {
  border: 1px solid rgba(0, 0, 0, 0.097);
  padding: 10px;
}

#hakkimizda {
  padding: 5rem 3rem 5rem 3rem;
}
#hakkimizda img {
  border-radius: 20px;
}
#hakkimizda p {
  font-size: 16px;
  padding-bottom: 10px;
}

#gallery {
  padding: 5rem 3rem 5rem 3rem;
}
#gallery .gallery-div {
  text-align: center;
  margin-bottom: 20px;
  background: #f5f5f7;
  color: #fff;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  cursor: pointer;
  transition: 0.3s ease-in;
}
#gallery .gallery-div .gallery-info {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.2s;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.8) 20%, rgba(0, 212, 255, 0) 100%);
}
#gallery .gallery-div .gallery-info .content {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
#gallery .gallery-div img {
  width: 300px;
  height: 300px;
  transform: scale(1);
  transition: all 0.3s ease-in;
}
#gallery .gallery-div:hover img {
  transform: scale(1.3);
}

.sidebar .widget {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
  padding: 1.5rem;
  margin-bottom: 1.5rem;
  transition: all 0.3s ease-in;
}
.sidebar .widget:hover {
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.12);
  transform: translateY(-2px);
}
.sidebar .widget .widget-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #181818;
  margin-bottom: 1.5rem;
  padding-bottom: 0.75rem;
  border-bottom: 2px solid #f8f9fa;
  position: relative;
}
.sidebar .widget .widget-title:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 50px;
  height: 2px;
  background: #1b65ae;
}
.sidebar .widget .widget-title i {
  color: #1b65ae;
  margin-right: 0.5rem;
  font-size: 1.1rem;
}
.sidebar .widget .all-posts-list .post-item {
  display: flex;
  align-items: center;
  padding: 0.75rem;
  margin-bottom: 0.5rem;
  text-decoration: none;
  border-radius: 12px;
  transition: all 0.3s ease-in;
  border: 1px solid transparent;
}
.sidebar .widget .all-posts-list .post-item:hover {
  background-color: #f8f9fa;
  border-color: rgba(27, 101, 174, 0.2);
  transform: translateX(3px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.sidebar .widget .all-posts-list .post-item:hover .post-title {
  color: #1b65ae;
}
.sidebar .widget .all-posts-list .post-item:hover .post-arrow i {
  color: #1b65ae;
  transform: translateX(2px);
}
.sidebar .widget .all-posts-list .post-item:hover .post-thumbnail img {
  transform: scale(1.05);
}
.sidebar .widget .all-posts-list .post-item .post-thumbnail {
  margin-right: 0.75rem;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 8px;
}
.sidebar .widget .all-posts-list .post-item .post-thumbnail img {
  width: 50px;
  height: 50px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease-in;
  border-radius: 8px;
}
.sidebar .widget .all-posts-list .post-item .post-info {
  flex-grow: 1;
  min-width: 0;
}
.sidebar .widget .all-posts-list .post-item .post-info .post-title {
  font-size: 0.9rem;
  font-weight: 600;
  color: #181818;
  margin-bottom: 0.25rem;
  transition: all 0.3s ease-in;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.sidebar .widget .all-posts-list .post-item .post-info .post-date {
  font-size: 0.75rem;
  color: #6c757d;
}
.sidebar .widget .all-posts-list .post-item .post-info .post-date i {
  font-size: 0.7rem;
  opacity: 0.8;
}
.sidebar .widget .all-posts-list .post-item .post-arrow {
  margin-left: 0.5rem;
}
.sidebar .widget .all-posts-list .post-item .post-arrow i {
  color: #6c757d;
  font-size: 0.8rem;
  transition: all 0.3s ease-in;
}
.sidebar .widget .services-list .service-item {
  display: flex;
  align-items: center;
  padding: 0.75rem;
  margin-bottom: 0.5rem;
  text-decoration: none;
  border-radius: 12px;
  transition: all 0.3s ease-in;
  border: 1px solid transparent;
}
.sidebar .widget .services-list .service-item:hover {
  background-color: #f8f9fa;
  border-color: rgba(27, 101, 174, 0.2);
  transform: translateX(5px);
}
.sidebar .widget .services-list .service-item:hover .service-name {
  color: #1b65ae;
}
.sidebar .widget .services-list .service-item:hover .service-arrow i {
  color: #1b65ae;
  transform: translateX(3px);
}
.sidebar .widget .services-list .service-item .service-icon {
  margin-right: 0.75rem;
  flex-shrink: 0;
}
.sidebar .widget .services-list .service-item .service-icon img {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
}
.sidebar .widget .services-list .service-item .service-icon div {
  width: 40px;
  height: 40px;
  background: #1b65ae;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sidebar .widget .services-list .service-item .service-icon div i {
  color: #fff;
  font-size: 1rem;
}
.sidebar .widget .services-list .service-item .service-content {
  flex-grow: 1;
}
.sidebar .widget .services-list .service-item .service-content .service-name {
  font-size: 0.9rem;
  font-weight: 600;
  color: #181818;
  margin-bottom: 0;
  transition: all 0.3s ease-in;
  line-height: 1.4;
}
.sidebar .widget .services-list .service-item .service-arrow i {
  color: #6c757d;
  font-size: 0.8rem;
  transition: all 0.3s ease-in;
}
.sidebar .widget .newsletter-form .input-group .form-control {
  border-radius: 20px;
}
.sidebar .widget.bg-gradient-primary {
  background: linear-gradient(135deg, #1b65ae 0%, #113f6c 100%);
  color: #fff;
}
.sidebar .widget.bg-gradient-primary .widget-title {
  color: #fff;
  border-bottom-color: rgba(255, 255, 255, 0.2);
}
.sidebar .widget.bg-gradient-primary .widget-title:after {
  background: #fff;
}
.sidebar .widget.bg-gradient-primary .widget-title i {
  color: #fff;
}
.sidebar .widget.bg-gradient-primary p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.9rem;
  line-height: 1.6;
}
.sidebar .widget.bg-gradient-primary .btn {
  background: #fff;
  color: #1b65ae;
  border: none;
  font-weight: 600;
  padding: 0.75rem 1.5rem;
  border-radius: 25px;
  transition: all 0.3s ease-in;
}
.sidebar .widget.bg-gradient-primary .btn:hover {
  background: rgba(255, 255, 255, 0.9);
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}
.sidebar .widget.bg-gradient-primary .btn i {
  margin-right: 0.5rem;
}

@media (max-width: 991.98px) {
  .sidebar {
    margin-top: 2rem;
  }
  .sidebar .widget {
    padding: 1.25rem;
  }
  .sidebar .widget .widget-title {
    font-size: 1.1rem;
  }
  .sidebar .widget .services-list .service-item {
    padding: 0.6rem;
  }
  .sidebar .widget .services-list .service-item .service-icon img,
  .sidebar .widget .services-list .service-item .service-icon div {
    width: 35px;
    height: 35px;
  }
  .sidebar .widget .services-list .service-item .service-content .service-name {
    font-size: 0.85rem;
  }
}
@media (max-width: 575.98px) {
  .sidebar .widget {
    padding: 1rem;
    margin-bottom: 1rem;
  }
  .sidebar .widget .services-list .service-item {
    padding: 0.5rem;
  }
  .sidebar .widget .services-list .service-item .service-icon {
    margin-right: 0.5rem;
  }
  .sidebar .widget .services-list .service-item .service-icon img,
  .sidebar .widget .services-list .service-item .service-icon div {
    width: 30px;
    height: 30px;
  }
}
#haberler {
  padding: 5rem 3rem 5rem 3rem;
}
#haberler .blog-card {
  position: relative;
  background-color: #fff;
  color: #141414 !important;
  border-radius: 20px;
  margin-bottom: 20px;
}
#haberler .blog-card .post-img {
  overflow: hidden;
  position: relative;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
#haberler .blog-card .post-img .posts {
  display: table;
  margin: auto;
  width: 100%;
  height: auto;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  transform: scale(1);
  transition: 0.4s;
}
#haberler .blog-card .article-details {
  padding: 10px;
}
#haberler .blog-card .article-details h4 {
  font-size: 30px;
}
#haberler .blog-card .article-details h3 {
  font-size: 16px;
}
#haberler .blog-card .article-details p {
  font-size: 16px;
  margin-bottom: 10px;
}
#haberler .blog-card .article-details .mata-btn {
  margin: 0;
}
#haberler .blog-card:hover .posts {
  transform: scale(1.3);
}
#haberler .blog-card .logo {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  padding: 3px 15px;
  border-bottom-right-radius: 20px;
  box-shadow: 5px 6px 15px 2px rgba(0, 0, 0, 0.08);
}
#haberler .blog-card .logo img {
  width: 100px;
}

#iletisim .map {
  webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: all 0.3s ease-in;
}
#iletisim .map:hover {
  webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
#iletisim .container {
  padding-left: 70px;
  padding-right: 70px;
  padding-bottom: 100px;
}
#iletisim .container .form-box {
  padding: 50px;
  border: solid 1px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5.9px);
  -webkit-backdrop-filter: blur(5.9px);
  background-color: rgba(23, 69, 114, 0.95);
  border-radius: 20px;
  margin-top: -200px;
}
#iletisim .container .form-box .input-box {
  position: relative;
  margin-bottom: 15px;
}
#iletisim .container .form-box .input-box label {
  display: block;
  font-size: 14px;
  color: #fff;
  opacity: 0.8;
}
#iletisim .container .form-box .input-box input {
  width: 100%;
  border-radius: 20px;
  padding: 0px 10px;
  line-height: 40px;
  border: solid 1px rgba(0, 0, 0, 0.1);
  font-size: 14px;
}
#iletisim .container .form-box .input-box textarea {
  width: 100%;
  border-radius: 20px;
  padding: 0px 10px;
  line-height: 40px;
  border: solid 1px rgba(0, 0, 0, 0.1);
  height: 200px;
  max-height: 200px;
  min-height: 200px;
}
#iletisim .container .form-box .input-box i {
  color: #1b65ae;
}
#iletisim .container .form-box .input-box .mata-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  background-color: #fff;
  color: #1b65ae;
}
#iletisim .container .form-box .input-box .mata-btn:hover {
  background-color: #1b65ae;
  color: #fff;
}
#iletisim .container .contact-card ul {
  margin-bottom: 20px;
}
#iletisim .container .contact-card ul li {
  margin-bottom: 15px;
}
#iletisim .container .contact-card ul li a {
  display: block;
  border: solid 1px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  padding: 25px 20px;
  background-color: #f7f7f7;
  transition: all 0.3s ease-in;
}
#iletisim .container .contact-card ul li a i {
  color: #1b65ae;
  font-size: 20px;
}
#iletisim .container .contact-card ul li a .data {
  color: #181818;
}
#iletisim .container .contact-card ul li a .data .title {
  text-align: start;
  color: #181818;
  opacity: 0.6;
  display: block;
  font-size: 14px;
  line-height: 14px;
  margin-bottom: 6px;
}
#iletisim .container .contact-card ul li a .data .content {
  display: block;
  font-size: 16px;
  line-height: 16px;
}
#iletisim .container .contact-card ul li a:hover {
  background-color: #1b65ae;
}
#iletisim .container .contact-card ul li a:hover .data {
  color: #fff !important;
}
#iletisim .container .contact-card ul li a:hover .title {
  color: #fff !important;
}
#iletisim .container .contact-card ul li a:hover i {
  color: #fff !important;
}

@media screen and (max-width: 992px) {
  .title {
    margin-top: 30px;
  }
  .breadcrumb-bg {
    padding: 3rem 0 2.5rem;
    width: 100%;
  }
  .breadcrumb-bg .custom-breadcrumb ul {
    margin-bottom: 20px;
    justify-content: center;
  }
  .breadcrumb-bg .custom-breadcrumb ul li a {
    font-size: 12px;
  }
  .breadcrumb-bg h5 {
    font-size: 30px;
  }
  header .menu {
    position: fixed;
    top: 0;
    left: -100%;
    width: 70%;
    height: 100vh;
    z-index: 100;
    background-color: #fff;
    transition: all 0.3s ease-in;
  }
  header .menu nav {
    padding-top: 40px;
  }
  header .menu nav .menu-item {
    width: 100%;
    margin-top: 10px;
    padding-left: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.097);
  }
  header .menu nav .menu-item .submenu {
    width: 100%;
  }
  header .menu .corporate-description {
    margin-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }
  header .menu .corporate-description .desc i {
    font-size: 14px;
  }
  header .menu .corporate-description .desc a {
    margin-top: 10px;
    font-size: 14px;
    margin-left: 10px;
  }
  header #menu-close-btn {
    text-align: right;
    display: block !important;
  }
  #highlights {
    padding: 5rem 0 3rem 0;
    padding-left: 0rem;
    padding-right: 0rem;
  }
  #highlights h4 {
    font-size: 20px !important;
  }
  #highlights .review-btn {
    position: relative !important;
    position: relative !important;
    bottom: 0 !important;
    opacity: 1 !important;
  }
  #products-group {
    padding: 5rem 0 3rem 0;
  }
  #products-group .group-box {
    width: 100%;
    height: 100%;
  }
  #products-group .group-box .group-name {
    padding: 0.5rem;
  }
  #products-group .group-box .group-name h4 {
    font-size: 15px;
  }
  #products-preview,
  footer,
  #content,
  #hakkimizda,
  .corporate-hero,
  .corporate-features,
  #haberler,
  #fairs {
    padding: 5rem 0 3rem 0;
  }
  #motto {
    padding: 3rem 0;
  }
  #motto .motto-content .icon-div {
    width: 50px;
    height: 50px;
  }
  #motto .motto-content img {
    width: 50px;
  }
  #motto .motto-content h4 {
    font-size: 14px !important;
  }
  #details {
    padding: 5rem 0 3rem 0;
  }
  #details .mata-btn {
    margin-top: 10px !important;
  }
  #gallery {
    padding: 5rem 0 3rem 0;
  }
  #gallery .gallery-div img {
    width: 100%;
    height: 200px;
  }
  footer footer h3,
  footer .custom-link,
  footer .socials-link {
    margin-top: 10px;
  }
  footer footer .socials-link {
    text-align: right;
  }
  footer footer iframe {
    margin-top: 10px;
    height: auto;
  }
  #iletisim .container {
    padding-left: 10px;
    padding-right: 10px;
  }
  #iletisim .container .form-box {
    padding: 15px;
    border: none;
    backdrop-filter: blur(0px);
    -webkit-backdrop-filter: blur(0px);
    background-color: rgba(53, 107, 46, 0.46);
    margin-top: 0px;
    margin-bottom: 45px;
  }
  #instagram {
    padding: 5rem 0 3rem 0;
  }
  #instagram .instagram_new {
    width: 33.3% !important;
  }
  #headline {
    overflow: hidden;
    position: relative;
  }
  #headline .headline-swiper .swiper-slide {
    position: relative;
    z-index: 3;
  }
  #headline .headline-swiper .swiper-slide .banner-five-image {
    border-radius: 20px;
    padding: 20px;
  }
  #headline .headline-swiper .swiper-slide .banner-five-image .headline-content {
    justify-content: start !important;
    padding: 10px !important;
    top: 0%;
    left: 1%;
    text-align: left;
    color: #fff;
    border-radius: 20px;
    width: 89%;
    height: 50%;
    z-index: 2;
  }
  #headline .headline-swiper .swiper-slide .banner-five-image .headline-content article {
    display: block !important;
  }
  #headline .headline-swiper .swiper-slide .banner-five-image .headline-content h4 {
    font-size: 24px;
  }
  #headline .headline-swiper .swiper-slide .banner-five-image .headline-content h5 {
    font-size: 20px;
  }
  #headline .headline-swiper .swiper-slide .banner-five-image .headline-content p {
    font-size: 20px;
    margin-bottom: 10px;
  }
  #headline .headline-swiper .swiper-slide .banner-five-image img {
    border-radius: 20px;
  }
}
.lang-list img {
  width: 20px;
  height: 20px;
}

#catalog-btn {
  position: fixed;
  bottom: 5%;
  z-index: 25;
  transition: left 0.6s ease-in-out;
  left: 2%;
}
#catalog-btn .primary > div {
  border-radius: 20px;
  background: #1b65ae;
  box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.1019607843);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
}
#catalog-btn .primary > div i {
  padding: 6px;
  font-size: 30px;
  color: #fff;
}
#catalog-btn .primary > div p {
  font-weight: 500;
  color: #fff;
  padding: 3px;
  font-size: 14px;
}

#select-products {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}
#select-products .products-card {
  cursor: pointer;
  z-index: 1;
  transform: scale(1);
  transition: 0.3s ease-in;
  color: #181818;
  border: 1px solid rgba(0, 0, 0, 0.095);
  background-color: #fff;
  padding: 30px;
}
#select-products .products-card article {
  padding: 30px;
}
#select-products .products-card article p {
  opacity: 0.7;
  font-size: 16px;
}
#select-products .products-card .fake-button {
  transition: 0.5s;
  opacity: 0;
  position: absolute;
  bottom: 0px;
  left: 0;
  z-index: 0;
  display: table;
  margin: auto;
  width: 100%;
}
#select-products .products-card .fake-button a {
  backdrop-filter: blur(5.9px);
  -webkit-backdrop-filter: blur(5.9px);
  border-radius: 10px;
  padding: 0px 25px;
  line-height: 45px;
  background-color: #1b65ae;
  color: #fff !important;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.5px;
  transition: 0.3s ease-in;
}
#select-products .products-card .fake-button a:hover {
  background-color: #000000;
}
#select-products .products-card:hover {
  transform: scale(1.1);
}
#select-products .products-card:hover .fake-button {
  opacity: 1;
  bottom: 10px;
}
#select-products:after {
  position: absolute;
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url("../img/home-world.webp");
}

.blog-card {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.097);
}
.blog-card .blog-card-content {
  width: 100%;
  height: 200px;
  font-size: 14px;
  padding: 10px;
}
.blog-card .blog-card-content h4 {
  font-size: 16px;
  font-weight: 500;
  color: #181818;
}
.blog-card .blog-card-image img {
  padding: 10px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.message {
  display: none;
  margin-top: 10px;
  padding: 10px;
  border-radius: 20px;
  text-align: center;
}

.success {
  background-color: #4caf50;
  color: white;
}

.error {
  background-color: #f44336;
  color: white;
}

.service-hero {
  position: relative;
  overflow: hidden;
}
.service-hero .hero-content {
  z-index: 2;
  position: relative;
}
.service-hero .category-badge .badge {
  font-size: 0.875rem;
  font-weight: 500;
  box-shadow: 0 4px 12px rgba(27, 101, 174, 0.3);
}
.service-hero .hero-stats .stat-item {
  text-align: center;
}
.service-hero .hero-stats .stat-item h3 {
  font-size: 2rem;
  font-weight: 700;
  color: #1b65ae;
  margin-bottom: 0.25rem;
}
.service-hero .hero-stats .stat-item small {
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 500;
}
.service-hero .hero-image img {
  transition: transform 0.3s ease;
}
.service-hero .hero-image img:hover {
  transform: scale(1.05);
}
.service-hero .hero-image .placeholder-image {
  transition: all 0.3s ease;
}
.service-hero .hero-image .placeholder-image:hover {
  background-color: #bad7f4;
}

.service-card {
  border: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.service-card .card-image {
  overflow: hidden;
  border-radius: 1rem 1rem 0 0;
}
.service-card .card-image img {
  transition: transform 0.4s ease;
}
.service-card .card-image .overlay {
  transition: all 0.3s ease;
}
.service-card .card-image .placeholder-bg {
  background: linear-gradient(135deg, #1b65ae 0%, #113f6c 100%);
}
.service-card .card-body .card-title {
  color: #181818;
  line-height: 1.3;
  transition: color 0.3s ease;
}
.service-card .card-body .card-text {
  line-height: 1.6;
}
.service-card .card-body .btn-outline-primary {
  border: 2px solid #1b65ae;
  color: #1b65ae;
  font-weight: 500;
  transition: all 0.3s ease;
}
.service-card .card-body .btn-outline-primary:hover {
  background-color: #1b65ae;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(27, 101, 174, 0.3);
}
.service-card .card-badge {
  transition: transform 0.3s ease;
}
.service-card .card-badge .badge {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}
.service-card:hover .card-image img {
  transform: scale(1.1);
}
.service-card:hover .card-image .overlay {
  background-color: rgba(0, 0, 0, 0.4);
}
.service-card:hover .card-badge {
  transform: scale(1.1);
}
.service-card:hover .card-title {
  color: #1b65ae;
}

.product-card {
  border: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.product-card .card-image {
  overflow: hidden;
  border-radius: 1rem;
  position: relative;
}
.product-card .card-image img {
  transition: transform 0.4s ease;
}
.product-card .card-image .overlay {
  transition: all 0.3s ease;
}
.product-card .card-image .card-content {
  z-index: 2;
}
.product-card .card-image .card-content .category-tag .badge {
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
.product-card .card-image .card-content .card-title {
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
.product-card .card-image .hover-content {
  transition: all 0.3s ease;
  z-index: 3;
}
.product-card .card-image .hover-content .btn {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}
.product-card .card-image .hover-content .btn:hover {
  transform: scale(1.1);
}
.product-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}
.product-card:hover .card-image img {
  transform: scale(1.1);
}
.product-card:hover .card-image .overlay {
  background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.7) 100%);
}
.product-card:hover .card-image .hover-content {
  opacity: 1;
}

.section-header .divider {
  border-radius: 2px;
  transition: width 0.3s ease;
}
.section-header h2 {
  position: relative;
}
.section-header h2::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, #1b65ae, transparent);
  transition: width 0.3s ease;
}
.section-header:hover h2::after {
  width: 100px;
}

.cta-section {
  background: linear-gradient(135deg, #1b65ae 0%, #0d3256 100%);
  position: relative;
  overflow: hidden;
}
.cta-section .btn-light {
  font-weight: 600;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(255, 255, 255, 0.2);
}
.cta-section .btn-light:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(255, 255, 255, 0.3);
}

.empty-state .empty-icon i {
  transition: all 0.3s ease;
}
.empty-state .empty-icon:hover i {
  transform: scale(1.1);
  color: #1b65ae !important;
}
.empty-state .btn-primary {
  transition: all 0.3s ease;
}
.empty-state .btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(27, 101, 174, 0.3);
}

.hover-lift {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.hover-lift:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.bg-gradient-primary {
  background: linear-gradient(135deg, #1b65ae 0%, #113f6c 100%);
}

.bg-gradient-dark {
  background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
}

@media (max-width: 768px) {
  .service-hero .display-4 {
    font-size: 2rem;
  }
  .service-hero .hero-stats {
    flex-direction: column;
    gap: 1rem;
    margin-top: 2rem;
  }
  .service-card:hover,
  .product-card:hover {
    transform: translateY(-5px);
  }
  .section-header h2 {
    font-size: 1.75rem;
  }
}
@media (max-width: 576px) {
  .service-hero .hero-stats .stat-item h3 {
    font-size: 1.5rem;
  }
  .cta-section {
    text-align: center;
  }
  .cta-section .col-lg-4 {
    margin-top: 1.5rem;
  }
}
.blog-hero {
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
}
.blog-hero .blog-meta .badge {
  font-size: 0.875rem;
  font-weight: 500;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}
.blog-hero .blog-meta .badge:hover {
  transform: translateY(-2px);
}
.blog-hero .blog-title {
  line-height: 1.2;
  color: #181818;
}
@media (max-width: 768px) {
  .blog-hero .blog-title {
    font-size: 2.5rem;
  }
}
.blog-hero .blog-excerpt {
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}

.blog-featured-image .featured-image-wrapper {
  transition: transform 0.3s ease;
}
.blog-featured-image .featured-image-wrapper:hover {
  transform: scale(1.02);
}
.blog-featured-image .featured-image-wrapper .image-overlay {
  transition: all 0.3s ease;
}
.blog-featured-image .featured-image-wrapper:hover .image-overlay {
  background-color: rgba(0, 0, 0, 0.05) !important;
}

.blog-content .blog-article .article-content {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #181818;
}
.blog-content .blog-article .article-content h1,
.blog-content .blog-article .article-content h2,
.blog-content .blog-article .article-content h3,
.blog-content .blog-article .article-content h4,
.blog-content .blog-article .article-content h5,
.blog-content .blog-article .article-content h6 {
  color: #181818;
  font-weight: 600;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.blog-content .blog-article .article-content p {
  margin-bottom: 1.5rem;
  text-align: justify;
}
.blog-content .blog-article .article-content img {
  border-radius: 0.5rem;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  margin: 2rem 0;
}
.blog-content .blog-article .article-content blockquote {
  border-left: 4px solid #1b65ae;
  padding-left: 1.5rem;
  margin: 2rem 0;
  font-style: italic;
  background-color: #f8f9fa;
  padding: 1.5rem;
  border-radius: 0.5rem;
}
.blog-content .blog-article .article-content ul,
.blog-content .blog-article .article-content ol {
  padding-left: 2rem;
  margin-bottom: 1.5rem;
}
.blog-content .blog-article .article-content ul li,
.blog-content .blog-article .article-content ol li {
  margin-bottom: 0.5rem;
}
.blog-content .blog-article .article-footer .share-buttons .btn {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.blog-content .blog-article .article-footer .share-buttons .btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.blog-sidebar .sidebar-widget .widget-title {
  color: #181818;
  border-bottom: 2px solid #1b65ae;
  padding-bottom: 0.5rem;
  position: relative;
}
.blog-sidebar .sidebar-widget .widget-title::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 50px;
  height: 2px;
  background-color: #1b65ae;
}
.blog-sidebar .sidebar-widget .related-posts .related-post-item {
  transition: all 0.3s ease;
  border: 1px solid transparent;
}
.blog-sidebar .sidebar-widget .related-posts .related-post-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  border-color: #1b65ae;
  background-color: #ffffff !important;
}
.blog-sidebar .sidebar-widget .related-posts .related-post-item img {
  transition: transform 0.3s ease;
}
.blog-sidebar .sidebar-widget .related-posts .related-post-item:hover img {
  transform: scale(1.1);
}
.blog-sidebar .sidebar-widget .related-posts .related-post-item h6 {
  transition: color 0.3s ease;
}
.blog-sidebar .sidebar-widget .related-posts .related-post-item h6:hover {
  color: #1b65ae !important;
}
.blog-sidebar .sidebar-widget .cta-widget {
  background: linear-gradient(135deg, #1b65ae 0%, #113f6c 100%);
  box-shadow: 0 15px 35px rgba(27, 101, 174, 0.3);
  transition: transform 0.3s ease;
}
.blog-sidebar .sidebar-widget .cta-widget:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(27, 101, 174, 0.4);
}
.blog-sidebar .sidebar-widget .cta-widget .cta-icon i {
  animation: pulse 2s infinite;
}
.blog-sidebar .sidebar-widget .cta-widget .btn-light {
  font-weight: 600;
  transition: all 0.3s ease;
}
.blog-sidebar .sidebar-widget .cta-widget .btn-light:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(255, 255, 255, 0.3);
}

.blog-navigation .btn {
  font-weight: 500;
  transition: all 0.3s ease;
}
.blog-navigation .btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}
.blog-navigation .btn.btn-outline-primary:hover {
  box-shadow: 0 8px 20px rgba(27, 101, 174, 0.3);
}

.hover-lift-small {
  transition: all 0.3s ease;
}
.hover-lift-small:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@media (max-width: 992px) {
  .blog-sidebar {
    margin-top: 3rem;
  }
  .blog-navigation .d-flex {
    flex-direction: column;
    gap: 1rem;
  }
  .blog-navigation .nav-prev,
  .blog-navigation .nav-next {
    order: 2;
  }
  .blog-navigation .nav-center {
    order: 1;
  }
}
.gallery-hero {
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
}
.gallery-hero .section-badge .badge {
  font-size: 0.9rem;
  font-weight: 500;
  box-shadow: 0 4px 12px rgba(27, 101, 174, 0.3);
}
.gallery-hero .hero-stats .stat-item h3 {
  font-size: 2rem;
  font-weight: 700;
  color: #1b65ae;
  margin-bottom: 0.25rem;
}
.gallery-hero .hero-stats .stat-item small {
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 500;
}

.gallery-filters .filter-btn {
  background: #fff;
  border: 2px solid #e9ecef;
  color: #6c757d;
  padding: 0.75rem 1.5rem;
  border-radius: 20px;
  font-weight: 500;
  transition: all 0.3s ease-in;
  cursor: pointer;
  margin: 0.25rem;
}
.gallery-filters .filter-btn:hover, .gallery-filters .filter-btn.active {
  background: #1b65ae;
  border-color: #1b65ae;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(27, 101, 174, 0.3);
}
.gallery-filters .filter-btn i {
  font-size: 0.9rem;
}

.gallery-card {
  transition: all 0.3s ease-in;
}
.gallery-card .gallery-image-wrapper {
  position: relative;
  overflow: hidden;
}
.gallery-card .gallery-image-wrapper .gallery-image {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease-in;
}
.gallery-card .gallery-image-wrapper .gallery-overlay {
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  transition: all 0.3s ease-in;
}
.gallery-card .gallery-image-wrapper .gallery-overlay .overlay-content {
  transform: translateY(20px);
  transition: all 0.3s ease-in;
}
.gallery-card .gallery-image-wrapper .gallery-overlay .overlay-content .gallery-actions .btn {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in;
}
.gallery-card .gallery-image-wrapper .gallery-overlay .overlay-content .gallery-actions .btn:hover {
  transform: scale(1.1);
}
.gallery-card .gallery-image-wrapper .gallery-overlay .overlay-content .gallery-title {
  font-size: 1rem;
  font-weight: 600;
}
.gallery-card .gallery-image-wrapper:hover .gallery-image {
  transform: scale(1.1);
}
.gallery-card .gallery-image-wrapper:hover .gallery-overlay {
  opacity: 1;
}
.gallery-card .gallery-image-wrapper:hover .gallery-overlay .overlay-content {
  transform: translateY(0);
}
.gallery-card .gallery-card-footer {
  border-top: 1px solid #f8f9fa;
}
.gallery-card .gallery-card-footer h6 {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.25rem;
}
.gallery-card .gallery-card-footer small {
  color: #6c757d;
}
.gallery-card .gallery-card-footer small i {
  font-size: 0.8rem;
}
.gallery-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.video-hero {
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
}
.video-hero .section-badge .badge {
  font-size: 0.9rem;
  font-weight: 500;
  box-shadow: 0 4px 12px rgba(27, 101, 174, 0.3);
}
.video-hero .hero-stats .stat-item h3 {
  font-size: 2rem;
  font-weight: 700;
  color: #1b65ae;
  margin-bottom: 0.25rem;
}
.video-hero .hero-stats .stat-item small {
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 500;
}

.video-filters .filter-btn {
  background: #fff;
  border: 2px solid #e9ecef;
  color: #6c757d;
  padding: 0.75rem 1.5rem;
  border-radius: 20px;
  font-weight: 500;
  transition: all 0.3s ease-in;
  cursor: pointer;
  margin: 0.25rem;
}
.video-filters .filter-btn:hover, .video-filters .filter-btn.active {
  background: #1b65ae;
  border-color: #1b65ae;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(27, 101, 174, 0.3);
}
.video-filters .filter-btn i {
  font-size: 0.9rem;
}

.video-card {
  transition: all 0.3s ease-in;
}
.video-card .video-wrapper {
  background: #fff;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in;
}
.video-card .video-wrapper .video-thumbnail {
  position: relative;
  overflow: hidden;
}
.video-card .video-wrapper .video-thumbnail .video-thumb {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease-in;
}
.video-card .video-wrapper .video-thumbnail .video-overlay {
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: all 0.3s ease-in;
}
.video-card .video-wrapper .video-thumbnail .video-overlay .play-button-wrapper .play-btn {
  width: 70px;
  height: 70px;
  border: none;
  box-shadow: 0 8px 25px rgba(27, 101, 174, 0.4);
  transition: all 0.3s ease-in;
}
.video-card .video-wrapper .video-thumbnail .video-overlay .play-button-wrapper .play-btn:hover {
  transform: scale(1.1);
  box-shadow: 0 12px 30px rgba(27, 101, 174, 0.6);
}
.video-card .video-wrapper .video-thumbnail .video-overlay .play-button-wrapper .play-btn i {
  font-size: 1.5rem;
  margin-left: 3px;
}
.video-card .video-wrapper .video-thumbnail:hover .video-thumb {
  transform: scale(1.05);
}
.video-card .video-wrapper .video-thumbnail:hover .video-overlay {
  opacity: 1;
}
.video-card .video-wrapper .video-info .video-title {
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.3;
}
.video-card .video-wrapper .video-info .video-meta .video-actions .btn {
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in;
}
.video-card .video-wrapper .video-info .video-meta .video-actions .btn:hover {
  transform: scale(1.1);
}
.video-card:hover {
  transform: translateY(-8px);
}
.video-card:hover .video-wrapper {
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.featured-video .featured-video-wrapper .ratio {
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease-in;
}
.featured-video .featured-video-wrapper .ratio:hover {
  transform: translateY(-5px);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);
}

.gallery-cta h3,
.video-cta h3 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #181818;
}
.gallery-cta .btn-lg,
.video-cta .btn-lg {
  padding: 0.75rem 2rem;
  font-weight: 600;
  transition: all 0.3s ease-in;
}
.gallery-cta .btn-lg:hover,
.video-cta .btn-lg:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(27, 101, 174, 0.3);
}

.empty-state .empty-icon i {
  transition: all 0.3s ease-in;
}
.empty-state .empty-icon:hover i {
  transform: scale(1.1);
  color: #1b65ae !important;
}
.empty-state .btn {
  transition: all 0.3s ease-in;
}
.empty-state .btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(27, 101, 174, 0.3);
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 768px) {
  .gallery-hero .display-4,
  .video-hero .display-4 {
    font-size: 2.5rem;
  }
  .gallery-hero .hero-stats,
  .video-hero .hero-stats {
    flex-direction: column;
    gap: 1rem;
    margin-top: 2rem;
  }
  .gallery-hero .hero-stats .stat-item h3,
  .video-hero .hero-stats .stat-item h3 {
    font-size: 1.5rem;
  }
  .gallery-filters .filter-btn,
  .video-filters .filter-btn {
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
    margin: 0.125rem;
  }
  .gallery-card:hover,
  .video-card:hover {
    transform: translateY(-3px);
  }
  .gallery-cta,
  .video-cta {
    text-align: center;
  }
  .gallery-cta .col-lg-4,
  .video-cta .col-lg-4 {
    margin-top: 1.5rem;
  }
}
@media (max-width: 576px) {
  .gallery-hero .hero-stats .stat-item h3,
  .video-hero .hero-stats .stat-item h3 {
    font-size: 1.25rem;
  }
  .gallery-hero .hero-stats .stat-item small,
  .video-hero .hero-stats .stat-item small {
    font-size: 0.75rem;
  }
  .gallery-card .gallery-image-wrapper .gallery-image {
    height: 200px;
  }
  .video-card .video-wrapper .video-thumbnail .video-thumb {
    height: 200px;
  }
  .video-card .video-wrapper .video-thumbnail .video-overlay .play-button-wrapper .play-btn {
    width: 50px;
    height: 50px;
  }
  .video-card .video-wrapper .video-thumbnail .video-overlay .play-button-wrapper .play-btn i {
    font-size: 1.2rem;
  }
}
@media (max-width: 768px) {
  .blog-featured-image .featured-image-wrapper img {
    height: 250px !important;
  }
  .blog-content .article-footer .row {
    text-align: center;
  }
  .blog-content .article-footer .row .col-md-6 {
    margin-bottom: 1rem;
  }
  .blog-navigation .btn {
    width: 100%;
    margin-bottom: 0.5rem;
  }
}
.categories-overview {
  padding: 5rem 3rem 5rem 3rem;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}
.categories-overview .stats-card {
  background: #fff;
  border-radius: 15px;
  padding: 2rem;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in;
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.categories-overview .stats-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}
.categories-overview .stats-card .stats-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #1b65ae, #4c98e3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
}
.categories-overview .stats-card .stats-icon i {
  font-size: 2rem;
  color: #fff;
}
.categories-overview .stats-card .stats-content h3 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #1b65ae;
  margin-bottom: 0.5rem;
}
.categories-overview .stats-card .stats-content p {
  font-size: 1rem;
  color: #6c757d;
  margin: 0;
  font-weight: 500;
}

.main-categories {
  padding: 5rem 3rem 5rem 3rem;
}
.main-categories .main-category-card {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in;
  border: 1px solid rgba(0, 0, 0, 0.05);
  height: 100%;
}
.main-categories .main-category-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}
.main-categories .main-category-card .category-header {
  display: flex;
  padding: 2rem;
  align-items: center;
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
}
.main-categories .main-category-card .category-header .category-image {
  width: 120px;
  height: 120px;
  border-radius: 20px;
  overflow: hidden;
  margin-right: 2rem;
  flex-shrink: 0;
}
.main-categories .main-category-card .category-header .category-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease-in;
}
.main-categories .main-category-card .category-header .category-info {
  flex: 1;
}
.main-categories .main-category-card .category-header .category-info h3 {
  font-size: 1.8rem;
  color: #1b65ae;
  margin-bottom: 1rem;
  font-weight: 600;
}
.main-categories .main-category-card .category-header .category-info p {
  color: #6c757d;
  margin-bottom: 1.5rem;
  line-height: 1.6;
}
.main-categories .main-category-card .category-header .category-info .category-stats {
  display: flex;
  gap: 2rem;
}
.main-categories .main-category-card .category-header .category-info .category-stats .stat-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #1b65ae;
  font-weight: 500;
  font-size: 0.9rem;
}
.main-categories .main-category-card .category-header .category-info .category-stats .stat-item i {
  font-size: 1rem;
}
.main-categories .main-category-card .subcategories-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1px;
  background: #e9ecef;
}
.main-categories .main-category-card .subcategories-grid .subcategory-item {
  background: #fff;
  padding: 1.5rem;
  display: flex;
  align-items: center;
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease-in;
}
.main-categories .main-category-card .subcategories-grid .subcategory-item:hover {
  background: #f8f9fa;
  transform: translateX(5px);
}
.main-categories .main-category-card .subcategories-grid .subcategory-item:hover .subcategory-arrow i {
  transform: translateX(5px);
}
.main-categories .main-category-card .subcategories-grid .subcategory-item .subcategory-image {
  width: 50px;
  height: 50px;
  border-radius: 20px;
  overflow: hidden;
  margin-right: 1rem;
  flex-shrink: 0;
}
.main-categories .main-category-card .subcategories-grid .subcategory-item .subcategory-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main-categories .main-category-card .subcategories-grid .subcategory-item .subcategory-content {
  flex: 1;
}
.main-categories .main-category-card .subcategories-grid .subcategory-item .subcategory-content h5 {
  font-size: 1.1rem;
  color: #181818;
  margin-bottom: 0.25rem;
  font-weight: 600;
}
.main-categories .main-category-card .subcategories-grid .subcategory-item .subcategory-content .product-count {
  font-size: 0.85rem;
  color: #6c757d;
}
.main-categories .main-category-card .subcategories-grid .subcategory-item .subcategory-arrow i {
  color: #1b65ae;
  transition: all 0.3s ease-in;
}
.main-categories .main-category-card .subcategories-grid .view-all-subcategories {
  background: #1b65ae;
  color: #fff;
  padding: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
}

.all-categories {
  padding: 5rem 3rem 5rem 3rem;
  background: #f8f9fa;
}
.all-categories .categories-filter {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
}
.all-categories .categories-filter .filter-btn {
  background: #fff;
  border: 2px solid #e9ecef;
  color: #6c757d;
  padding: 0.75rem 1.5rem;
  border-radius: 20px;
  font-weight: 500;
  transition: all 0.3s ease-in;
  cursor: pointer;
}
.all-categories .categories-filter .filter-btn:hover, .all-categories .categories-filter .filter-btn.active {
  background: #1b65ae;
  border-color: #1b65ae;
  color: #fff;
  transform: translateY(-2px);
}
.all-categories .category-card {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in;
  height: 100%;
}
.all-categories .category-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}
.all-categories .category-card:hover .category-card-image img {
  transform: scale(1.1);
}
.all-categories .category-card:hover .image-overlay {
  opacity: 1;
}
.all-categories .category-card .category-card-header {
  position: relative;
  height: 200px;
  overflow: hidden;
}
.all-categories .category-card .category-card-header .category-card-image {
  width: 100%;
  height: 100%;
}
.all-categories .category-card .category-card-header .category-card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease-in;
}
.all-categories .category-card .category-card-header .category-card-image .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(27, 101, 174, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.3s ease-in;
}
.all-categories .category-card .category-card-header .category-card-image .image-overlay i {
  color: #fff;
  font-size: 2rem;
}
.all-categories .category-card .category-card-header .category-badge {
  position: absolute;
  top: 15px;
  right: 15px;
  background: #1b65ae;
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 0.9rem;
}
.all-categories .category-card .category-card-body {
  padding: 1.5rem;
}
.all-categories .category-card .category-card-body h5 {
  font-size: 1.3rem;
  color: #1b65ae;
  margin-bottom: 1rem;
  font-weight: 600;
}
.all-categories .category-card .category-card-body p {
  color: #6c757d;
  margin-bottom: 1.5rem;
  line-height: 1.6;
}
.all-categories .category-card .category-card-body .products-preview {
  margin-bottom: 1.5rem;
}
.all-categories .category-card .category-card-body .products-preview .product-tag {
  display: inline-block;
  background: #e9ecef;
  color: #495057;
  padding: 0.25rem 0.75rem;
  border-radius: 20px;
  font-size: 0.8rem;
  margin: 0.25rem 0.25rem 0.25rem 0;
}
.all-categories .category-card .category-card-body .products-preview .more-products {
  display: inline-block;
  background: #1b65ae;
  color: #fff;
  padding: 0.25rem 0.75rem;
  border-radius: 20px;
  font-size: 0.8rem;
  margin: 0.25rem 0.25rem 0.25rem 0;
}
.all-categories .category-card .category-card-body .category-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #1b65ae;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease-in;
}
.all-categories .category-card .category-card-body .category-link:hover {
  gap: 1rem;
  color: #144b82;
}
.all-categories .category-card .category-card-body .category-link i {
  transition: all 0.3s ease-in;
}

.featured-products {
  padding: 5rem 3rem 5rem 3rem;
}
.featured-products .featured-product-card {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in;
  height: 100%;
}
.featured-products .featured-product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}
.featured-products .featured-product-card:hover .product-image img {
  transform: scale(1.1);
}
.featured-products .featured-product-card:hover .product-overlay {
  opacity: 1;
}
.featured-products .featured-product-card .product-image {
  position: relative;
  height: 200px;
  overflow: hidden;
}
.featured-products .featured-product-card .product-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease-in;
}
.featured-products .featured-product-card .product-image .product-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(27, 101, 174, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.3s ease-in;
}
.featured-products .featured-product-card .product-image .product-overlay .view-product {
  background: #fff;
  color: #1b65ae;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.3s ease-in;
}
.featured-products .featured-product-card .product-image .product-overlay .view-product:hover {
  transform: scale(1.1);
}
.featured-products .featured-product-card .product-image .product-overlay .view-product i {
  font-size: 1.2rem;
}
.featured-products .featured-product-card .product-content {
  padding: 1.5rem;
}
.featured-products .featured-product-card .product-content h6 {
  font-size: 1.1rem;
  color: #181818;
  margin-bottom: 0.5rem;
  font-weight: 600;
}
.featured-products .featured-product-card .product-content .product-category {
  color: #6c757d;
  font-size: 0.9rem;
  margin-bottom: 1rem;
}
.featured-products .featured-product-card .product-content .product-link {
  display: inline-block;
  background: #1b65ae;
  color: #fff;
  padding: 0.5rem 1rem;
  border-radius: 20px;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 500;
  transition: all 0.3s ease-in;
}
.featured-products .featured-product-card .product-content .product-link:hover {
  background: #144b82;
  transform: translateY(-2px);
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 768px) {
  .categories-overview {
    padding: 5rem 0 3rem 0;
  }
  .categories-overview .stats-card {
    padding: 1.5rem;
    margin-bottom: 1rem;
  }
  .categories-overview .stats-card .stats-icon {
    width: 60px;
    height: 60px;
  }
  .categories-overview .stats-card .stats-icon i {
    font-size: 1.5rem;
  }
  .categories-overview .stats-card .stats-content h3 {
    font-size: 2rem;
  }
  .main-categories {
    padding: 5rem 0 3rem 0;
  }
  .main-categories .main-category-card .category-header {
    flex-direction: column;
    text-align: center;
  }
  .main-categories .main-category-card .category-header .category-image {
    margin-right: 0;
    margin-bottom: 1rem;
  }
  .main-categories .main-category-card .category-header .category-stats {
    justify-content: center;
    gap: 1rem;
  }
  .main-categories .main-category-card .subcategories-grid {
    grid-template-columns: 1fr;
  }
  .all-categories {
    padding: 5rem 0 3rem 0;
  }
  .all-categories .categories-filter .filter-btn {
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
  }
  .featured-products {
    padding: 5rem 0 3rem 0;
  }
}
.sidebar .widget {
  transition: all 0.3s ease-in;
}
.sidebar .widget:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1) !important;
}
.sidebar .service-item {
  transition: all 0.3s ease-in;
  border: 1px solid transparent;
}
.sidebar .service-item:hover {
  background-color: #f8f9fa !important;
  border-color: rgba(27, 101, 174, 0.1);
  transform: translateX(5px);
}
.sidebar .service-item:hover .service-arrow i {
  color: #1b65ae !important;
  transform: translateX(3px);
}
.sidebar .service-item:hover .service-name {
  color: #1b65ae !important;
}
.sidebar .service-item .service-arrow i {
  transition: all 0.3s ease-in;
}
.sidebar .hover-bg-light:hover {
  background-color: #f8f9fa !important;
}
.sidebar .transition {
  transition: all 0.3s ease-in;
}

.input-icon {
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  color: #6c757d;
}

.input-group .form-control {
  padding-left: 2.5rem !important;
}

.hr-section {
  padding: 80px 0;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  min-height: 100vh;
}
.hr-section .section-header {
  margin-bottom: 60px;
}
.hr-section .section-header .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #1b65ae;
  margin-bottom: 20px;
  position: relative;
}
.hr-section .section-header .section-title::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #1b65ae, #000000);
  border-radius: 2px;
}
.hr-section .section-header .section-subtitle {
  font-size: 1.1rem;
  color: #181818;
  line-height: 1.6;
  max-width: 600px;
  margin: 0 auto;
}
.hr-section .form-box {
  padding: 50px;
  border: solid 1px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5.9px);
  -webkit-backdrop-filter: blur(5.9px);
  background-color: rgba(23, 69, 114, 0.95);
  border-radius: 20px;
}
.hr-section .form-box .input-box {
  position: relative;
  margin-bottom: 15px;
}
.hr-section .form-box .input-box label {
  display: block;
  font-size: 14px;
  color: #fff;
  opacity: 0.8;
}
.hr-section .form-box .input-box input {
  width: 100%;
  border-radius: 20px !important;
  padding: 0px 10px;
  line-height: 40px;
  border: solid 1px rgba(0, 0, 0, 0.1);
  font-size: 14px;
}
.hr-section .form-box .input-box textarea {
  width: 100%;
  border-radius: 20px !important;
  padding: 0px 10px;
  line-height: 40px;
  border: solid 1px rgba(0, 0, 0, 0.1);
  height: 200px;
  max-height: 200px;
  min-height: 200px;
}
.hr-section .form-box .input-box select {
  width: 100%;
  border-radius: 20px !important;
  padding: 0px 10px;
  line-height: 40px;
  border: solid 1px rgba(0, 0, 0, 0.1);
  font-size: 14px;
}
.hr-section .form-box .input-box i {
  color: #1b65ae;
}
.hr-section .form-box .input-box .mata-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  background-color: #fff;
  color: #1b65ae;
}
.hr-section .form-box .input-box .mata-btn:hover {
  background-color: #1b65ae;
  color: #fff;
}
.hr-section .alert {
  border-radius: 12px;
  padding: 15px 20px;
  margin-top: 20px;
  border: none;
  font-weight: 500;
}
.hr-section .alert.alert-success {
  background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%);
  color: #155724;
  border-left: 4px solid #28a745;
}
.hr-section .alert.alert-danger {
  background: linear-gradient(135deg, #f8d7da 0%, #f5c6cb 100%);
  color: #721c24;
  border-left: 4px solid #dc3545;
}
.hr-section .hr-info-card {
  background: white;
  border-radius: 20px;
  padding: 30px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(27, 101, 174, 0.1);
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
.hr-section .hr-info-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #1b65ae, #000000);
}
.hr-section .hr-info-card .info-header {
  text-align: center;
  margin-bottom: 30px;
}
.hr-section .hr-info-card .info-header .info-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #1b65ae, #368be0);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  box-shadow: 0 8px 25px rgba(27, 101, 174, 0.3);
}
.hr-section .hr-info-card .info-header .info-icon i {
  font-size: 2rem;
  color: white;
}
.hr-section .hr-info-card .info-header h4 {
  color: #1b65ae;
  font-weight: 700;
  margin: 0;
}
.hr-section .hr-info-card .info-content .info-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 25px;
  padding: 20px;
  background: #f8f9fa;
  border-radius: 12px;
  border: 2px solid transparent;
  transition: all 0.3s ease;
}
.hr-section .hr-info-card .info-content .info-item:hover {
  background: white;
  border-color: #1b65ae;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(27, 101, 174, 0.2);
}
.hr-section .hr-info-card .info-content .info-item:last-child {
  margin-bottom: 0;
}
.hr-section .hr-info-card .info-content .info-item .item-icon {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #1b65ae, #227fda);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  flex-shrink: 0;
}
.hr-section .hr-info-card .info-content .info-item .item-icon i {
  font-size: 1.2rem;
  color: white;
}
.hr-section .hr-info-card .info-content .info-item .item-content {
  flex: 1;
}
.hr-section .hr-info-card .info-content .info-item .item-content h6 {
  color: #1b65ae;
  font-weight: 600;
  margin-bottom: 8px;
  font-size: 1rem;
}
.hr-section .hr-info-card .info-content .info-item .item-content p {
  color: #181818;
  font-size: 0.9rem;
  line-height: 1.5;
  margin: 0;
}
.hr-section .hr-info-card .info-footer {
  margin-top: 30px;
  padding-top: 25px;
  border-top: 2px solid #f8f9fa;
}
.hr-section .hr-info-card .info-footer .contact-info h6 {
  color: #1b65ae;
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 1.1rem;
}
.hr-section .hr-info-card .info-footer .contact-info p {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  font-size: 0.9rem;
}
.hr-section .hr-info-card .info-footer .contact-info p:last-child {
  margin-bottom: 0;
}
.hr-section .hr-info-card .info-footer .contact-info p i {
  color: #1b65ae;
  margin-right: 10px;
  width: 16px;
  text-align: center;
}
.hr-section .hr-info-card .info-footer .contact-info p a {
  color: #181818;
  text-decoration: none;
  transition: color 0.3s ease;
}
.hr-section .hr-info-card .info-footer .contact-info p a:hover {
  color: #1b65ae;
}

@media (max-width: 768px) {
  .hr-section {
    padding: 60px 0;
  }
  .hr-section .section-header {
    margin-bottom: 40px;
  }
  .hr-section .section-header .section-title {
    font-size: 2rem;
  }
  .hr-section .section-header .section-subtitle {
    font-size: 1rem;
  }
  .hr-section .form-box {
    padding: 30px 20px;
    border-radius: 15px;
  }
  .hr-section .form-box .hr-form .input-box {
    margin-bottom: 20px;
  }
  .hr-section .form-box .hr-form .input-box .form-control {
    padding: 12px 15px 12px 45px;
  }
  .hr-section .form-box .hr-form .mata-btn-two {
    padding: 12px 25px;
    font-size: 1rem;
  }
}
@media (max-width: 576px) {
  .hr-section .form-box {
    margin: 0 15px;
    padding: 25px 15px;
  }
  .hr-section .form-box .hr-form .input-box .input-group .input-icon {
    left: 12px;
    font-size: 1rem;
  }
  .hr-section .form-box .hr-form .input-box .input-group .form-control {
    padding: 10px 12px 10px 40px;
    font-size: 0.95rem;
  }
  .cta-section {
    height: 100% !important;
  }
  .cta-section .cta-img {
    position: relative !important;
	width:100% !important;
  }
}
.cta-section {
  height: 300px;
}
.cta-section .cta-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 20%;
}/*# sourceMappingURL=main.css.map */