@import url("https://fonts.googleapis.com/css2?family=Sen:wght@400..800&display=swap");

:root {
  --main-color: #02aeef;
  --second-color: #ffffff;
  --third-color: #002e5b;
  --fourth-color: #9d9fa2;
  --placeholder-color: #a1a1a1;
  --box-shadow: 0 8px 32px 0 rgba(2, 174, 239, 0.18);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Sen", sans-serif;
}

a {
  text-decoration: none;
  color: inherit;
}
ul li {
  list-style: none;
}
body {
  background-color: var(--second-color);
}

html,
body {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

::-webkit-scrollbar {
  width: 6px;
}

/* ::-webkit-scrollbar-track {
  background: transparent;
} */

::-webkit-scrollbar-thumb {
  background-color: var(--main-color);
  border-radius: 4px;
}

.text-main {
  color: var(--third-color) !important;
}

.text-second {
  color: var(--main-color) !important;
}

.text-third {
  color: var(--fourth-color);
}

.header-text {
  position: relative;
}

.header-text h2 {
  color: var(--third-color);
  font-weight: bold;

  text-transform: capitalize;
}

.header-text h2 span:nth-child(1) {
  position: relative;
  width: fit-content;
  padding-bottom: 12px;
}

.header-text h2 span:nth-child(1):before {
  content: "";
  position: absolute;
  background-color: var(--main-color);
  width: 100%;
  height: 4px;
  left: 0;
  bottom: 0;
  /* transform: translateY(-50%) rotate(90deg); */
}

.btn-send {
  background-color: var(--third-color) !important;
  transition: all 0.3s ease-in;
  color: var(--second-color) !important;
  padding: 0.5rem 2rem;
  border-radius: 6px;
  text-decoration: none;
  transition: all 0.3s ease-in-out !important;
  font-size: 17px;
}

.btn-send:hover {
  background-color: #0054a8 !important;
  color: var(--second-color) !important;
}

.bg-main {
  background-color: var(--third-color);
  color: var(--second-color);
}

.bg-section {
  background-color: var(--background-color);
}

.shadow-main {
  box-shadow: 0 8px 32px 0 rgba(2, 174, 239, 0.18);
}
.shadow-main-sm {
  box-shadow: 0 8px 32px 0 rgba(2, 176, 239, 0.096);
}

/*  
##################################################
#                  SOCIAL ICONS                  #
##################################################
*/
.social-icon {
  inset-inline-end: 0 !important;
  margin-inline-end: 16px;
  width: fit-content;
  height: fit-content;
}

.social-icon a {
  background-color: var(--third-color) !important;
  color: var(--second-color) !important;
  padding: 0.5rem;
  border-radius: 100%;
  margin: 0.5rem;
  text-decoration: none;
  transition: all 0.2s ease-out;
  border: none;
  width: 50px;
  height: 50px;
  border-radius: 100%;
}

.social-icon a:hover {
  background-color: var(--third-color) !important;
  color: var(--second-color) !important;
  font-weight: bold;
  transform: scale(1.1);
}

.social-icon .back-to-top {
  background-color: var(--third-color) !important;
  color: var(--second-color) !important;
  width: 50px;
  height: 50px;
  margin: 0.5rem;
  padding: 0.5rem;
  border: none;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  visibility: hidden;
  border-radius: 100%;
}

.social-icon .back-to-top:hover {
  background-color: var(--main-color);
  color: var(--second-color);
  transform: scale(1.1);
}

.social-icon .back-to-top.show {
  opacity: 1;
  visibility: visible;
}

/*  
##################################################
#                  LOADING                       #
##################################################
*/
.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--second-color);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  z-index: 9999;
}

.loader-container {
  position: relative;
  width: 140px;
  height: 140px;
}

.pulse-circle {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 5px solid #3498db;
  animation: pulse 1.5s infinite ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

@keyframes pulse {
  0% {
    transform: scale(0.9);
    opacity: 1;
  }

  50% {
    transform: scale(1.1);
    opacity: 0.6;
  }

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

/* .pulse-circle i {
  font-size: 55px;
  color: var(--third-color);
} */

.pulse-circle img {
  width: 80px;
}

/*  
##################################################
#                      Navbar                    #
##################################################
*/

.navbar .nav-link {
  color: var(--third-color) !important;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
}
.navbar .footer-contact {
margin-left:15px;
  margin-top:20px;
}
.navbar .footer-contact a{
 color: var(--third-color) !important;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
}

.navbar .footer-contact a:hover{
 color: var(--main-color) !important;
  font-weight: 500;

}

.fixed-top {
  background-color: white;
  box-shadow: 0 8px 32px 0 rgba(2, 174, 239, 0.18);
}

.fixed-top ul li a.nav-link {
  color: var(--third-color);
}

.fixed-top .navbar-toggler i {
  color: var(--third-color) !important;
}

.nav-item {
  position: relative;
}

.offcanvas-body .nav-link {
  color: var(--third-color) !important;
}

.nav-link {
  text-decoration: none;
  font-size: 1rem;
  transition: color 0.3s ease-in-out;
  padding: 12px 12px;
  width: fit-content;

  position: relative;
}

.dropdown-menu-list {
  list-style: none;
}

/* ØªÙ†Ø³ÙŠÙ‚ Ø¹Ø§Ù… Ù„Ù„Ù‚Ø§Ø¦Ù…Ø© Ø§Ù„Ø¬Ø§Ù†Ø¨ÙŠØ© */

.offcanvas-header {
  padding: 1rem 1.5rem;
}

.nav-link {
  padding: 0.75rem 1.5rem;
  color: #212529;
  transition: all 0.3s ease;
}

.nav-link:hover,
.nav-link:focus {
  color: var(--main-color) !important;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 0.3rem;
}

.nav-link.active {
  color: var(--main-color) !important;
  font-weight: 500;
}

/* ØªÙ†Ø³ÙŠÙ‚ Ø§Ù„Ù‚ÙˆØ§Ø¦Ù… Ø§Ù„Ù…Ù†Ø³Ø¯Ù„Ø© */
.navbar-nav .nav-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* ØªÙ†Ø³ÙŠÙ‚ Ø§Ù„Ù…Ø³ØªÙˆÙŠØ§Øª Ø§Ù„Ø¯Ø§Ø®Ù„ÙŠØ© */
.nav.flex-column .nav-link {
  padding-left: 2.5rem;
}

.nav.flex-column .nav.flex-column .nav-link {
  padding-left: 3.5rem;
}


/*  
##################################################
#                  Home                          #
##################################################
*/

.background-video video {
  width: 100%;
  height: calc(100vh - 185px);
  object-fit: cover;
}
.background-video {
  position: relative;
  overflow: hidden;
}
.hero-slider  {
  position: relative;
 
  width: 100%;
}



.background-video .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0 auto;
  height: calc(100vh - 185px);
  background-color: hsla(210, 100%, 18%, 0.233);
  z-index: 1;
}

.hero-slider-pages .container-fluid {
  width: 100%;
  height: 50vh;
}

.slider-header {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  color: var(--second-color);
  text-align: center;
}

.hero-slider .slider-content .box-slider {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  background-color: white;
  text-align: center;
  width: 80%;
  max-width: 800px;
}

/*  
##################################################
#                  About Us                      #
##################################################
*/
.home-about {
  background-image: url("../images/iskussktvennaya-trava\ 2.jpeg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.about .container-fluid {
  background: linear-gradient(rgba(0, 0, 0, 0.6), hsla(210, 100%, 18%, 0.4)),
    url("../images/about/about1.webp") center/cover;
  background-attachment: fixed;
  color: white;
}

.about .about-simple-card {
  position: relative;
  background-color: transparent;
  transition:all 0.2s ease;
  overflow:hidden;
  cursor:pointer;
}

.about .about-simple-card img {
  height: 250px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.about .about-simple-card:hover{
transform:translateY(-10px);
}
.about .about-simple-card:hover img {
transform:scale(1.02);
}
.about .card-body {
  position: relative;
  bottom: 35px;
  border-top-right-radius: 40px;
  border-top-left-radius: 40px;
  background-color: white;
}

.about .card-body h5 {
  color: var(--third-color);
}

.about .card-body p {
  height: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  color: var(--fourth-color);
}

.card-body .link {
  transition: transform 0.3s ease-in-out;
}

.card-body .link i {
  transition: transform 0.3s ease-in-out;
}

.card-body .link:hover i {
  transform: translateX(5px);
}

.count {
  color: #ef8130;
}

/* 
##################################################
#                  DIVISIONS                     #
##################################################
*/
.division-card {
  transition: all 0.3s ease;
  border-radius: 15px !important;
}
.division-card .card-body {
  background-color: white;
  cursor: pointer;
  border-radius: 0.7rem;
}

.division-card:hover {
  transform: translateY(-10px);
  box-shadow: var(--box-shadow) !important;
}

.division-card .card-img-wrapper {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.division-card .card-img-wrapper img {
  transition: transform 0.3s ease;
}

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

.division-card .card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 46, 91, 0.8);
  opacity: 0;
  transition: all 0.3s ease;
}

.division-card:hover .card-overlay {
  opacity: 1;
}

.division-card .division-icon {
  width: 50px;
  height: 50px;
  background: rgba(2, 174, 239, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  color: var(--main-color);
}

.division-card:hover .division-icon {
  background: var(--main-color);
  color: white;
}

.division-card .badge {
  font-size: 0.75rem;
  padding: 0.5rem 1rem;
  border-radius: 20px;
}

.division-card .link {
  transition: all 0.3s ease;
}

.division-card:hover .link {
  color: var(--main-color) !important;
  transform: translateX(5px);
}

/* 
##################################################
#                  DIVISION DETAILS              #
##################################################
*/

.division-image-box img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  border-radius: 40px;
  transition: filter 0.5s;
}
/* .division-image-box:hover {
  transform: translateY(-8px) scale(1.03);
} */
.division-image-box:hover img {
  filter: brightness(1.09) saturate(1.1);
}

.section-title {
  color: var(--third-color);
  font-weight: bold;
  font-size: 1.5rem;
  margin: 40px 0 15px 0;
  letter-spacing: 1px;
}
.section-block {
  margin-bottom: 30px;
}
.section-text {
  font-size: 1.2rem;
  line-height: 1.8;
  color: var(--fourth-color);
  margin-bottom: 20px;
}

/*  
##################################################
#                      Blog                      #
##################################################
*/

.blogs .container-fluid {
  position: relative;

  z-index: 1;
}

.blog-simple-card {
  background-color: transparent;
  cursor: pointer;
  overflow: hidden;
}

.blog-simple-card .image-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}

.blog-simple-card .card-img-top {
  height: 300px;
  width: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
  object-position: top;
}

.blog-simple-card .image-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.6) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: skewX(-25deg);
  pointer-events: none;
  z-index: 6;
}

.blog-simple-card:hover .card-img-top {
  transform: scale(1.05);
}

.blog-simple-card:hover .image-wrapper::before {
  animation: shine 1s;
}

@keyframes shine {
  from {
    left: -75%;
  }

  to {
    left: 125%;
  }
}

.blog-simple-card h5 {
  font-size: 1.2rem;
  line-height: 1.5;
}

.blog-simple-card a {
  font-size: 1rem;
  line-height: 1.5;
}
/*  
##################################################
#                  Blog Details                   #
##################################################
*/

.single-blog-post img {
  height: 500px;
  width: 100%;
  object-fit: contain;
  /* object-position: top; */
}
/* .blog-wrapper {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
} */

.single-blog-post {
  /* background: white; */
  /* border-radius: 20px !important; */
  /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); */
  transition: all 0.3s ease;
  border: none !important;
}

.blog-content {
  /* background: white; */
  padding: 30px;
  border-radius: 15px;
  /* box-shadow: var(--box-shadow); */
  margin-bottom: 30px;
}

.blog-content p {
  font-size: 16px;
  line-height: 1.8;
  color: #555;
  margin-bottom: 20px;
}

.sidebar {
  /* background: white; */
  padding: 25px;
  border-radius: 8px;
  box-shadow: var(--box-shadow);
  position: sticky;
  top: 20px;
}

.search input {
  border: 2px solid #e9ecef;
  transition: all 0.3s ease;
}

.search input:focus {
  border-color: #02aee8;
  box-shadow: 0 0 0 0.2rem rgba(2, 174, 232, 0.25);
}

.recent-news ul li {
  padding: 8px 0;
  border-bottom: 1px solid #f1f1f1;
  transition: all 0.3s ease;
}

.recent-news ul li:hover {
  background: #f8f9fa;
  padding-left: 10px;
  border-radius: 5px;
}

.recent-news ul li a:hover {
  color: #02aee8 !important;
}
/* 
##################################################
#                  Careers                        #
##################################################
*/
.careers-card .link {
  transition: all 0.3s ease;
}

.careers-card:hover .link {
  color: var(--main-color) !important;
  transform: translateX(5px);
}

/*  
##################################################
#                  Company Profile               #
##################################################
*/
.timeline {
  position: relative;
  /* margin-left: 40px; */
  padding-left: 40px;
  /* border-left: 4px solid transparent; */
  /* background: linear-gradient(90deg, #f8fcff 60%, #e6f7fd 100%); */
  border-radius: 16px;
  /* box-shadow: 0 6px 32px 0 rgba(0, 46, 91, 0.10); */
  /* overflow: hidden; */
}

/* ÃƒËœÃ‚Â§Ãƒâ„¢Ã¢â‚¬Å¾ÃƒËœÃ‚Â®ÃƒËœÃ‚Â· ÃƒËœÃ‚Â§Ãƒâ„¢Ã¢â‚¬Å¾ÃƒËœÃ‚Â¹Ãƒâ„¢Ã¢â‚¬Â¦Ãƒâ„¢Ã‹â€ ÃƒËœÃ‚Â¯Ãƒâ„¢Ã…Â  ÃƒËœÃ‚Â§Ãƒâ„¢Ã¢â‚¬Å¾Ãƒâ„¢Ã¢â‚¬Â¦ÃƒËœÃ‚ÂªÃƒËœÃ‚Â¯ÃƒËœÃ‚Â±ÃƒËœÃ‚Â¬ */
.timeline::before {
  content: "";
  position: absolute;
  left: -2px;
  top: 35px;
  bottom: 35px;
  width: 8px;
  border-radius: 8px;
  background: linear-gradient(180deg, #009fe3 0%, #02aeef 100%);
  z-index: 0;
}

/* ÃƒËœÃ‚Â¹Ãƒâ„¢Ã¢â‚¬Â ÃƒËœÃ‚ÂµÃƒËœÃ‚Â± ÃƒËœÃ‚Â§Ãƒâ„¢Ã¢â‚¬Å¾ÃƒËœÃ‚Â­ÃƒËœÃ‚Â¯ÃƒËœÃ‚Â« */
.timeline-item {
  position: relative;
  padding: 32px 0 32px 40px;
  margin-bottom: 12px;
  border-radius: 12px;
  background: linear-gradient(90deg, #fff 80%, #e6f7fd 100%);
  box-shadow: 0 2px 12px 0 rgba(0, 159, 227, 0.06);
  transition: background 0.3s, box-shadow 0.3s;
  overflow: visible;
}

/* ÃƒËœÃ‚ÂªÃƒËœÃ‚Â¯ÃƒËœÃ‚Â±ÃƒËœÃ‚Â¬ Ãƒâ„¢Ã¢â‚¬Â¦ÃƒËœÃ‚Â®ÃƒËœÃ‚ÂªÃƒâ„¢Ã¢â‚¬Å¾Ãƒâ„¢Ã‚Â Ãƒâ„¢Ã¢â‚¬Å¾Ãƒâ„¢Ã†â€™Ãƒâ„¢Ã¢â‚¬Å¾ ÃƒËœÃ‚Â¹Ãƒâ„¢Ã¢â‚¬Â ÃƒËœÃ‚ÂµÃƒËœÃ‚Â± ÃƒËœÃ‚Â²Ãƒâ„¢Ã‹â€ ÃƒËœÃ‚Â¬Ãƒâ„¢Ã…Â  */
.timeline-item:nth-child(even) {
  background: linear-gradient(90deg, #e6f7fd 80%, #fff 100%);
}

/* ÃƒËœÃ‚ÂªÃƒËœÃ‚Â£ÃƒËœÃ‚Â«Ãƒâ„¢Ã…Â ÃƒËœÃ‚Â± ÃƒËœÃ‚Â¹Ãƒâ„¢Ã¢â‚¬Â ÃƒËœÃ‚Â¯ ÃƒËœÃ‚Â§Ãƒâ„¢Ã¢â‚¬Å¾Ãƒâ„¢Ã¢â‚¬Â¦ÃƒËœÃ‚Â±Ãƒâ„¢Ã‹â€ ÃƒËœÃ‚Â± */
.timeline-item:hover {
  background: linear-gradient(90deg, #e0f4ff 80%, #c2e9fb 100%);
  box-shadow: 0 4px 24px 0 rgba(0, 159, 227, 0.13);
}

/* ÃƒËœÃ‚Â§Ãƒâ„¢Ã¢â‚¬Å¾ÃƒËœÃ‚Â¯ÃƒËœÃ‚Â§ÃƒËœÃ‚Â¦ÃƒËœÃ‚Â±ÃƒËœÃ‚Â© (ÃƒËœÃ‚Â§Ãƒâ„¢Ã¢â‚¬Å¾Ãƒâ„¢Ã¢â‚¬Â Ãƒâ„¢Ã¢â‚¬Å¡ÃƒËœÃ‚Â·ÃƒËœÃ‚Â©) */
.timeline-item::before {
  content: "";
  position: absolute;
  left: -54px;
  top: 50%;
  transform: translateY(-50%) scale(1);
  width: 28px;
  height: 28px;
  background: linear-gradient(135deg, #009fe3 60%, #02aeef 100%);
  border: 5px solid #fff;
  box-shadow: 0 0 0 6px #009fe344;
  border-radius: 50%;
  z-index: 2;
  transition: box-shadow 0.3s, transform 0.3s;
}

/* ÃƒËœÃ‚ÂªÃƒâ„¢Ã†â€™ÃƒËœÃ‚Â¨Ãƒâ„¢Ã…Â ÃƒËœÃ‚Â± ÃƒËœÃ‚Â§Ãƒâ„¢Ã¢â‚¬Å¾ÃƒËœÃ‚Â¯ÃƒËœÃ‚Â§ÃƒËœÃ‚Â¦ÃƒËœÃ‚Â±ÃƒËœÃ‚Â© ÃƒËœÃ‚Â¹Ãƒâ„¢Ã¢â‚¬Â ÃƒËœÃ‚Â¯ ÃƒËœÃ‚Â§Ãƒâ„¢Ã¢â‚¬Å¾Ãƒâ„¢Ã¢â‚¬Â¦ÃƒËœÃ‚Â±Ãƒâ„¢Ã‹â€ ÃƒËœÃ‚Â± */
.timeline-item:hover::before {
  box-shadow: 0 0 0 14px #009fe355;
  transform: translateY(-50%) scale(1.15);
}

/* ÃƒËœÃ‚Â§Ãƒâ„¢Ã¢â‚¬Å¾ÃƒËœÃ‚Â³Ãƒâ„¢Ã¢â‚¬Â ÃƒËœÃ‚Â© */
.timeline-item span:first-child {
  font-size: 1.35rem;
  font-weight: bold;
  color: #009fe3;
  min-width: 80px;
  display: inline-block;
  letter-spacing: 1px;
  text-shadow: 0 2px 8px #009fe322;
  vertical-align: middle;
}

/* Ãƒâ„¢Ã¢â‚¬Â ÃƒËœÃ‚Âµ ÃƒËœÃ‚Â§Ãƒâ„¢Ã¢â‚¬Å¾ÃƒËœÃ‚Â­ÃƒËœÃ‚Â¯ÃƒËœÃ‚Â« */
.timeline-item span:last-child {
  font-size: 1.18rem;
  color: #002e5b;
  font-weight: 600;
  margin-left: 22px;
  letter-spacing: 0.2px;
  text-shadow: 0 1px 4px #002e5b11;
  vertical-align: middle;
}
/*  
##################################################
#                  Management                    #
##################################################
*/
.team-section {
  max-width: 900px;
  margin: 60px auto;
  padding: 0 16px;
}
.team-card {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 4px 24px 0 rgba(0, 46, 91, 0.08);
  margin-bottom: 36px;
  padding: 32px 24px;
  transition: box-shadow 0.3s;
  gap: 32px;
  position: relative;
}
.team-card:hover {
  box-shadow: 0 8px 32px 0 rgba(2, 174, 239, 0.18);
  transform: translateY(-4px) scale(1.01);
}
.team-img {
  flex-shrink: 0;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid #02aeef;
  box-shadow: 0 2px 12px #009fe322;
  background: #f8fcff;
}
.team-info {
  flex: 1;
}
.team-name {
  font-size: 1.4rem;
  font-weight: bold;
  color: #002e5b;
  margin-bottom: 6px;
}
.team-role {
  color: #009fe3;
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 1.05rem;
}
.team-desc {
  color: #444;
  font-size: 1.05rem;
  line-height: 1.7;
}
.team-divider {
  width: 60px;
  height: 4px;
  background: linear-gradient(90deg, #009fe3 60%, #02aeef 100%);
  border-radius: 2px;
  margin: 0 auto 36px auto;
  opacity: 0.18;
}
/*  
##################################################
#                  Mission & Vision              #
##################################################
*/
.vmv-section {
  display: flex;
  flex-direction: column;
  gap: 40px;
  background: none;
}

.vmv-block {
  background: linear-gradient(135deg, #f8fcff 70%, #e6f7fd 100%);
  border-radius: 22px;
  box-shadow: 0 6px 32px 0 rgba(0, 46, 91, 0.1);
  padding: 38px 32px 32px 32px;
  display: flex;
  align-items: flex-start;
  gap: 36px;
  position: relative;
  transition: box-shadow 0.3s, transform 0.3s;
  overflow: hidden;
  border-left: 8px solid #009fe3;
}

.vmv-block:hover {
  box-shadow: 0 12px 36px 0 rgba(2, 174, 239, 0.18);
  transform: translateY(-6px) scale(1.02);
}

.vmv-icon {
  
  width: 80px !important;
  height: 80px !important;
  border-radius: 50%;
  background: linear-gradient(135deg, #fff 60%, #e6f7fd 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  /* font-size: 2.6rem; */
  /* color: #fff; */
  /* box-shadow: 0 4px 18px #009fe344; */
  /* margin-top: 8px; */
  /* transition: background 0.3s, color 0.3s, box-shadow 0.3s; */
  /* border: 3px solid #fff; */
 
}
.vmv-icon img{
  
  width: 100px !important;
  height: 100px !important;

  /* font-size: 2.6rem; */
  /* color: #fff; */
  /* box-shadow: 0 4px 18px #009fe344; */
  /* margin-top: 8px; */
  /* transition: background 0.3s, color 0.3s, box-shadow 0.3s; */
  /* border: 3px solid #fff; */
  
}
/* .vmv-block:hover .vmv-icon {

    background: linear-gradient(135deg, #009fe3 60%, #02aeef 100%);
  color: #009fe3;
  box-shadow: 0 2px 8px #009fe322;
} */

.vmv-block h2 {
  font-size: 2.1rem;
  color: #002e5b;
  font-weight: bold;
  margin-bottom: 15px;
  border-bottom: 4px solid;
  border-image: linear-gradient(90deg, #009fe3 60%, #02aeef 100%);
  border-image-slice: 1;
  display: inline-block;
  padding-bottom: 6px;
  letter-spacing: 1px;
}

.vmv-block p,
.vmv-block ul {
  font-size: 1.13rem;
  color: #444;
  margin: 0 0 0.7em 0;
}

.vmv-block ul {
  padding-left: 1.3em;
}

.values-list .value-card {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 2px 8px #009fe111;
  transition: box-shadow 0.3s, transform 0.3s;
  min-height: 180px;
}

.values-list .value-card:hover {
  box-shadow: 0 6px 24px #009fe122;
  transform: translateY(-3px) scale(1.03);
}

.values-list h4 {
  color: #009fe3;
  font-size: 1.13rem;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
}

/*  
##################################################
#                Contact Us                      #
##################################################
*/

.contact-hero {
  /* background: linear-gradient(120deg, #f8fcff 60%, #e6f7fd 100%); */
  display: flex;
  align-items: center;
}
.contact-title {
  color: #009fe3;
  font-size: 2.3rem;
  font-weight: bold;
  letter-spacing: 1px;
}
.contact-desc {
  color: #002e5b;
  font-size: 1.1rem;
}
.contact-info li {
  color: #002e5b;
  font-size: 1.05rem;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  transition:all 0.3s ease;
}
.contact-info li:hover{
    color: #009fe3;
}
.contact-info i {
  color: #009fe3;
  font-size: 1.1rem;
}

.contact-social a {
  color: #009fe3;
  font-size: 1.3rem;
  transition: color 0.2s;
}
.contact-social a:hover {
  color: #002e5b;
}
.contact-form {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 4px 24px 0 rgba(0, 46, 91, 0.08);
}
.contact-form .form-label {
  color: #002e5b;
  font-weight: 600;
}
.contact-form .form-control {
  border-radius: 8px;
  border: 1.5px solid #e6f7fd;
  font-size: 1rem;
}
.contact-form .form-control:focus {
  border-color: #009fe3;
  box-shadow: 0 0 0 2px #009fe322;
}

/*  
##################################################
#                  Footer                        #
##################################################
*/

footer .social a {
  transition: all 0.4s ease-in-out;
}

footer .social a:hover {
  color: var(--second-color);
}

footer .links li a {
  transition: all 0.4s ease-in-out;
}

footer .links li a:hover {
  color: var(--second-color);
}

.footer-bg {
  background: linear-gradient(120deg, #002e5b 50%, #009fe3 100%);
  color: #fff;
}
.footer-section {
  font-size: 1rem;
  letter-spacing: 0.2px;
}

.footer-about {
  color: #e6f7fd;
  font-size: 1.05rem;
  margin-bottom: 0.5rem;
}
.footer-title {
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 18px;
  letter-spacing: 1px;
}
.footer-links li {
  margin-bottom: 12px;
}
.footer-links a {
  color: #e6f7fd;
  text-decoration: none;
  transition: color 0.2s;
}
.footer-links a:hover,
.footer-link:hover {
  color: #02aeef;
  text-decoration: underline;
}
.footer-contact li {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #e6f7fd;
}
.footer-contact a {
  color: #e6f7fd;
  text-decoration: none;
  transition: color 0.2s;
}
.footer-contact a:hover {
  color: #02aeef;
}
.footer-contact i {
  color: #02aeef;
  font-size: 1.1rem;
  min-width: 22px;
}
.footer-social {
  gap: 12px;
}
.footer-social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
   background: #009fe3;

  color: #fff;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  font-size: 1.2rem;
  margin-right: 8px;
  transition: background 0.2s, color 0.2s, transform 0.2s;
  box-shadow: 0 2px 8px #009fe122;
}
.footer-social-icon:hover {
   background: #fff;
  color: #009fe3;
  transform: scale(1.1);
}

.footer-link {
  color: #02aeef;
  text-decoration: none;
}
.footer-link:hover {
  text-decoration: underline;
}
.card-partener{
  height:150px !important;
  transition:all 0.3s ease;
  cursor:pointer;
}
.card-partener:hover{
 transform:translateY(-10px)
}
.card-partener a{
  transition:all 0.4s ease;
}
.card-partener a:hover{
 color:var(--main-color)
}
/* Ù…ÙƒØ§Ù† Ø§Ù„Ø£Ø³Ù‡Ù… */
.owl-nav {
  position: absolute;
  top: 50%;
  width:100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  pointer-events: none;
}

.owl-nav button {
  pointer-events: auto;
  background: #fff !important;
  border: none;
  outline: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000!important;
  font-size: 20px;
  transition: all 0.3s ease;
}


.owl-nav button:hover {
  background: #fff !important;
  transform: scale(1.1);
}


.owl-nav i {
  font-size: 20px;
}

.owl-carousel button.owl-dot{
    margin-top:20px;
}
