@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');

html, body {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden !important;
  font-family: "Jost", sans-serif;
  color: #ffffff;

}

p {
  font-family: "Jost", sans-serif;
  font-size: 15px;
  color: #2e2e2e;
}

a { color: #ffffff; text-decoration: none; }

/* ===================== NAVBAR ===================== */
.navbar { transition: 0.3s; }
.navbar-brand { display: flex; align-items: center; gap: 10px; }

.btn2 {
  background-color: #2F6FED;
  padding: 8px 20px;
  border: none;
  border-radius: 4px;
  color: #ffffff;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  transition: 0.4s ease-in-out;
}
.btn2:hover {
  background: #ffffff;
  color: #0b1528;
}

.hero-section {
  position: relative;
  overflow: visible;
    background-color: #0b1528;
    padding-bottom: 50px;
}
.hero-section1 {
  position: relative;
  overflow: visible;


}
.hero-top {
  position: relative;
  min-height: 700px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
  height: 100%;
  overflow: hidden;
}

.hero-bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(11, 21, 40, 0.85) 0%, rgba(11, 21, 40, 0.95) 100%);
}

.hero-navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: transparent !important;
  padding: 20px 0;
  transition: 0.3s ease-in-out;
}

.hero-navbar.scrolled {
  background: #0b1528 !important; 
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 12px 0;
}

.hero-navbar .brand-text {
  font-family: "Jost", sans-serif;
  font-weight: 600;
  font-size: 21px;
  color: #ffffff;
}

.hero-navbar .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.8) !important;
  font-family: "Jost", sans-serif;
  font-size: 16px;
  font-weight: 400;
  transition: 0.3s ease-in-out;
}

.hero-navbar .navbar-nav .nav-link.active,
.hero-navbar .navbar-nav .nav-link:hover {
  color: #ffffff !important;
  opacity: 1;
}

.hero-navbar .navbar-nav .nav-link.active {
  border-bottom: 2px solid #2F6FED;
}

.hero-content {
  position: relative;
  z-index: 2;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start; 
  padding-top: 100px;
  padding-bottom: 120px;
}

.hero-title {
  font-weight: 400;
  font-size: 64px;
  line-height: 1.1;
  color: #ffffff;
  max-width: 650px;
  margin-bottom: 20px;
}

.hero-subtitle {
  font-family: "Jost", sans-serif;
  font-size: 19px;
  font-weight: 300;
  letter-spacing: 1px;
  color: #cfd9ec;
  margin-bottom: 35px;
}

.hero-btn {
  display: inline-block;
  background: #2F6FED;
  color: #ffffff;
  font-family: "Jost", sans-serif;
  font-size: 15px;
  font-weight: 500;
  padding: 12px 28px;
  border-radius: 4px;
  transition: 0.3s ease-in-out;
}
.hero-btn:hover {
  background: #1E4FC4;
  color: #ffffff;
  transform: translateY(-2px);
}

/* ===================== OVERLAPPING CARDS (Dizajni i Ri Blu e Errët) ===================== */
.overlap-wrap {
  position: relative;
  z-index: 3;
  margin-top: -170px;
  margin-bottom: 40px;
}

.overlap-card {
  background: #112240; 
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  padding: 30px 25px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
  height: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.overlap-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.6);
}

.overlap-card h3 {
  font-family: "Jost", sans-serif;
  font-weight: 600;
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 20px;
}

.expertise-card {
  background: #15294e; 
  transform: translateY(-15px);
  border: 1px solid rgba(47, 111, 237, 0.3);
}
.expertise-card:hover {
  transform: translateY(-20px);
}

.about-card p {
  font-size: 15px;
  line-height: 1.6;
  color: #cbd5e1;
  margin-bottom: 20px;
}
.about-img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  border-radius: 6px;
}

.expertise-icon {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(47, 111, 237, 0.2);
  color: #2F6FED;
  border-radius: 6px;
  margin-bottom: 12px;
  font-size: 14px;
}
.expertise-item h4 {
  font-family: "Jost", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 6px;
}
.expertise-item p {
  font-size: 13px;
  color: #94a3b8;
  line-height: 1.4;
}

.project-item {
  position: relative;
  margin-bottom: 15px;
  border-radius: 6px;
  overflow: hidden;
}
.project-item:last-child { margin-bottom: 0; }
.project-item img {
  width: 100%;
  height: 95px;
  object-fit: cover;
  display: block;
}
.project-title-bar {
  background: #0b1528;
  padding: 8px 12px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.project-title-bar span {
  color: #ffffff;
  font-family: "Jost", sans-serif;
  font-size: 13px;
  font-weight: 500;
}

@media (max-width: 991px) {
  .hero-title { font-size: 44px; }
  .expertise-card { transform: translateY(0); margin-top: 0; }
  .expertise-card:hover { transform: translateY(-5px); }
  .overlap-wrap { margin-top: 30px; }
}

/* ---------- */
.footer_wrapper {
        background: linear-gradient(0deg, #0b1527e2, #0b1527ea), url('image/test/pexels-pierre-blache-651604-2389273.jpg') center / cover no-repeat , #000000;
        padding: 5% 0 5% 0;
      }
      
      .footer_wrapper h5 {
        color: #ffffff;
        margin-bottom: 1.25rem;
       
        font-weight: 500;
      }
      
      .footer_wrapper ul li {
        margin-bottom: .5rem;
        list-style: none;
      }
      
      .footer_wrapper .contact-info li a {
        color: rgb(255, 255, 255);
        font-size: 14px;
      }
      
      .footer_wrapper .link-widget li a,
      .footer_wrapper p {
        color: rgb(255, 255, 255);
        font-size: 16px;
        padding-left: 1.5rem;
        position: relative;
        -webkit-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s;
      }
 
      
      .footer_wrapper .link-widget li a:hover {
        margin-left: .625rem;
        color: hsl(0, 0%, 100%);
      }
      
      
      .footer_wrapper .form-control:focus {
        outline: none;
        box-shadow: none;
        border-color: var(--secondary-color);
      }
      
      .footer_wrapper .copyright-section {
    
        padding: 1.10rem 0 .3125rem;
        text-align: center;
      }
      
      .footer_wrapper .copyright-section a {
        color: white;
      }
      
      @media (max-width: 767px) {
        .footer_wrapper>div {
          padding: 0 1.875rem;
        }
      }
    
      .footer_wrapper .social-network a {
        width: 2.1875rem;
        height: 2.1875rem;
        margin: .5rem;
        line-height: 2rem;
        font-size: .975rem;
        display: inline-block;
        border: .125rem solid #ffffff;
        color: var(--text-gray);
        text-align: center;
        border-radius: 100%;
        -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
      }
      .footer_wrapper .social-network a:hover {
        background-color: rgba(0, 0, 0, 0.233);
        border-color: var(--secondary-color);
        color: var(--text-white);
        box-shadow: 0 .625rem .9375rem 0 rgb(0 0 0 / 10%);
        transform: translateY(-0.1875rem);
        border: .125rem solid #192841;
      }
      .footer1 a{
       
        font-size: 16px;
      }
      .footer2 a{
       
       font-size: 20px;
      }
      
    /* ---------------------------------------------- */
    hr {
        margin: 1rem 0;
        color: white;
        border: 0;
        border-top: var(--bs-border-width) solid;
        opacity: 0.25;
    }
    
    .t1{
      
        font-size: 20px ;
        letter-spacing: 0.2px;
    }
    /* ---------------------------- */
      .footer_wrapper .social-network a {
    width: 2.1875rem;
    height: 2.1875rem;
    margin: .5rem;
    line-height: 2rem;
    font-size: .975rem;
    display: inline-block;
    border: .125rem solid #ffffff;
    color: var(--text-gray);
    text-align: center;
    border-radius: 100%;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  .footer_wrapper .social-network a:hover {
    background-color: rgba(0, 0, 0, 0.233);
    border-color: var(--secondary-color);
    color: var(--text-white);
    box-shadow: 0 .625rem .9375rem 0 rgb(0 0 0 / 10%);
    transform: translateY(-0.1875rem);
    border: .125rem solid #ffffff;
  }


  /* ===================== SEKSIONI I KARAKTERISTIKAVE (FEATURES - WHITE BG) ===================== */
.features-section {
  background-color: #ffffff !important;
  color: #1e293b;
  padding: 80px 0 !important;

}

/* Kolona e Majtë */
.features-left-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 25px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05); 
}

.features-img-container img {
  width: 100%;
  height: auto;
  max-height: 420px;
  object-fit: cover;
  border-radius: 6px;
}

.features-left-title {
  
  font-size: 30px;
  font-weight: 600;
  color: #0F2350; 
  margin-bottom: 12px;
}

.features-left-text {
  font-family: "Jost", sans-serif;
  font-size: 15px;
  line-height: 1.6;
  color: #475569; 
  margin-bottom: 15px;
}

.section-tag-title {
  font-family: "Jost", sans-serif;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #0B1527;
}

.features-main-title {

  font-size: 46px;
  font-weight: 500;
  color: #0F2350;
}

.features-main-title .text-accent {
  color: #0B1527;
}

.features-subtitle {
  font-family: "Jost", sans-serif;
  font-size: 15px;
  color: #64748b;
  line-height: 1.6;
}


.feature-box {
  background: #f8fafc; 
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  padding: 22px 20px;
  height: 100%;
  transition: all 0.3s ease;
}

.feature-box:hover {
  background: #ffffff;
  border-color: #0B1527;
  transform: translateY(-4px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.08);
}

.feature-icon-box {
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0F2350; 
  color: #ffffff;
  font-size: 18px;
  border-radius: 6px;
  margin-bottom: 15px;
}

.feature-box-title {
  font-family: "Jost", sans-serif;
  font-size: 17px;
  font-weight: 600;
  color: #0F2350;
  margin-bottom: 8px;
}

.feature-box-desc {
  font-family: "Jost", sans-serif;
  font-size: 14px;
  color: #64748b;
  line-height: 1.5;
  margin-bottom: 12px;
}


.read-more-link {
  font-family: "Jost", sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #0F2350;
  transition: 0.2s ease;
  display: inline-flex;
  align-items: center;
}

.read-more-link:hover {
  color: #0B1527;
}

.read-more-link-sm {
  font-family: "Jost", sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #475569;
  transition: 0.2s ease;
  display: inline-flex;
  align-items: center;
}

.read-more-link-sm i {
  font-size: 10px;
  margin-left: 5px;
  transition: transform 0.2s ease;
}

.read-more-link-sm:hover {
  color: #0B1527;
}

.read-more-link-sm:hover i {
  transform: translateX(3px);
}


.features-cta-banner {
  background: #0B1527; 
  border-radius: 4px;
  padding: 22px 30px;
  box-shadow: 0 8px 20px rgba(222, 26, 83, 0.25);
}

.cta-banner-text {
  font-family: "Jost", sans-serif;
  font-size: 17px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 0;
}

.cta-banner-btn {
  background: #0F2350; 
  color: #ffffff;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 14px;
  padding: 10px 22px;
  border-radius: 4px;
  transition: 0.3s ease;
  display: inline-block;
}

.cta-banner-btn:hover {
  background: #ffffff;
  color: #0B1527;
}

@media (max-width: 768px) {
  .features-cta-banner {
    padding: 20px;
    text-align: center;
  }
}

/* ===================== SEKSIONI: BUILD REAL SKILLS ===================== */
.skills-section {
  position: relative;
  padding: 100px 0;
  background-color: #f3f8fc; 
  background-image: url('image/hero-section-background.jpg'); 
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100% auto; 
  overflow: hidden;
}


.skills-tag {
  font-family: "Jost", sans-serif;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #2F6FED;
}

.skills-main-title {
  font-family: "Jost", sans-serif;
  font-weight: 600;
  font-size: 44px;
  line-height: 1.2;
  color: #0F2350; 
  max-width: 500px;
}

.skills-desc {
  font-family: "Jost", sans-serif;
  font-size: 16px;
  color: #475569;
  max-width: 460px;
  line-height: 1.6;
}

.skills-btn {
  display: inline-block;
  background: #2F6FED;
  color: #ffffff;
  font-family: "Jost", sans-serif;
  font-size: 15px;
  font-weight: 500;
  padding: 12px 28px;
  border-radius: 6px;
  box-shadow: 0 4px 14px rgba(47, 111, 237, 0.3);
  transition: all 0.3s ease;
}

.skills-btn:hover {
  background: #1E4FC4;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(47, 111, 237, 0.4);
}


.skills-item-card {
  background: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 8px;
  padding: 24px 30px;
  box-shadow: 0 10px 30px rgba(15, 35, 80, 0.06); 
  transition: all 0.3s ease-in-out;
}

.skills-item-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 15px 35px rgba(15, 35, 80, 0.12);
}

.skills-icon-box {
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f1f5f9;
  color: #2F6FED;
  font-size: 20px;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.skills-item-card:hover .skills-icon-box {
  background-color: #2F6FED;
  color: #ffffff;
}

.skills-card-text h4 {
  font-family: "Jost", sans-serif;
  font-size: 17px;
  font-weight: 600;
  color: #0F2350;
  margin-bottom: 5px;
}

.skills-card-text p {
  font-family: "Jost", sans-serif;
  font-size: 14px;
  color: #64748b;
  margin-bottom: 0;
  line-height: 1.5;
}


@media (max-width: 991px) {
  .skills-section {
    padding: 60px 0;
    background-size: cover; 
  }
  .skills-main-title {
    font-size: 34px;
  }
  .skills-item-card {
    padding: 20px;
  }
}
.project-item p{
    color: #e4e4e4;
}

/* ===================== SEKSIONI: SHËRBIMET E MENAXHUARA ===================== */
.managed-services-section {
  position: relative;
  padding: 100px 0;
  background-color: #fbfcfe; 
  overflow: hidden;
}

.side-img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 250px;
  height: auto;
  pointer-events: none; 
  z-index: 1;
}

.left-side-img {
  left: 0;
  margin-left: -20px; 
}

.right-side-img {
  right: 0;
  margin-right: -20px;
}


.relative-content {
  position: relative;
  z-index: 2;
}


.services-badge {
  display: inline-block;
  background-color: #2F6FED; 
  color: #ffffff;
  font-family: "Jost", sans-serif;
  font-size: 13px;
  font-weight: 600;
  padding: 6px 18px;
  border-radius: 4px;
  letter-spacing: 0.5px;
}

.services-main-title {
  font-family: "Jost", sans-serif;
  font-weight: 600;
  font-size: 38px;
  line-height: 1.25;
  color: #0B1B33; 
}

.services-subtitle {
  font-family: "Jost", sans-serif;
  font-size: 15px;
  color: #64748b;
  line-height: 1.6;
}


.service-card-white {
  background: #ffffff;
  border: 1px solid rgba(15, 35, 80, 0.05);
  border-radius: 12px;
  padding: 40px 30px;
  box-shadow: 0 10px 35px rgba(15, 35, 80, 0.04);
  height: 100%;
  transition: all 0.3s ease-in-out;
}

.service-card-white:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 45px rgba(15, 35, 80, 0.1);
  border-color: rgba(47, 111, 237, 0.2);
}

.service-card-icon img {
  width: 70px;
  height: auto;
}

.service-card-white h4 {
  font-family: "Jost", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #0B1B33;
  margin-bottom: 12px;
}

.service-card-white p {
  font-family: "Jost", sans-serif;
  font-size: 14px;
  color: #64748b;
  line-height: 1.6;
  margin-bottom: 20px;
}

.discover-link {
  font-family: "Jost", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #2F6FED;
  text-decoration: none;
  transition: color 0.2s ease;
  display: inline-flex;
  align-items: center;
}

.discover-link:hover {
  color: #0B1B33;
}

@media (max-width: 1200px) {
  .side-img {
    width: 180px; 
  }
}

@media (max-width: 991px) {
  .side-img {
    display: none; 
  }
  .services-main-title {
    font-size: 30px;
  }
  .managed-services-section {
    padding: 80px 0;
  }
}



/* ===================== SEKSIONI: PRANIMET (ADMISSIONS) ===================== */
.admissions-section {
  background-color: transparent; 
  margin-top: 50px;
  margin-bottom: 50px;
}


.admissions-wrapper {
  background-color: #ffffff;
  border-radius: 16px;
  overflow: hidden; 
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.05);
}


.admissions-img-box {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 450px; 
}

.admissions-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.admissions-content-box {
  background-color: #E3EFFA;
  padding: 60px 50px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}


.admissions-badge {
  font-family: "Jost", sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #0F2350; 
  letter-spacing: 1.5px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}

.admissions-badge i {
  font-size: 16px;
}


.admissions-title {
  font-family: "Jost", sans-serif;
  font-weight: 600;
  font-size: 42px;
  color: #0c192c;
  line-height: 1.1;
}


.admissions-lead {
  font-family: "Jost", sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #0c192c;
  line-height: 1.5;
}


.admissions-text {
  font-family: "Jost", sans-serif;
  font-size: 15px;
  color: #4a5568; 
  line-height: 1.6;
}


.admissions-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #0F2350; 
  color: #ffffff !important;
  font-family: "Jost", sans-serif;
  font-weight: 600;
  font-size: 15px;
  padding: 12px 28px;

  width: fit-content;
  transition: all 0.3s ease;
  text-decoration: none;
  box-shadow: 0 4px 15px rgba(59, 130, 62, 0.2);
}

.admissions-btn:hover {
  background-color: #0F2350;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(59, 130, 62, 0.3);
}


@media (max-width: 991px) {
  .admissions-img-box {
    min-height: 350px; 
  }
  
  .admissions-img {
    position: relative; 
  }
  
  .admissions-content-box {
    padding: 40px 30px; 
  }
  
  .admissions-title {
    font-size: 32px;
  }
  
  .admissions-lead {
    font-size: 16px;
  }
}



/* ===================== SEKSIONI: SLOGANI ME VIDEO BACKGROUND ===================== */
.slogan-video-section {
  position: relative;
  width: 100%;
  height: 500px; 
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-color: #000000; 
}


.slogan-bg-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  object-fit: cover; 
  z-index: 1;
}


.slogan-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(11, 21, 40, 0.6); 
  z-index: 2;
}


.slogan-container {
  position: relative;
  z-index: 3;
}


.slogan-text {
   
  font-size: 38px;
  font-weight: 400;
  font-style: italic;
  color: #ffffff;
  line-height: 1.4;
  letter-spacing: 0.5px;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5); 
  margin: 0;
}


@media (max-width: 768px) {
  .slogan-video-section {
    height: 300px; 
  }
  
  .slogan-text {
    font-size: 24px;
    padding: 0 15px;
  }
}




/* about */

/* ===================== SEKSIONI: RRETH NESH (ABOUT COMPANY) ===================== */
.about-section {
  background-color: #f8fafc; 
  position: relative;
  overflow: hidden;
  padding-top: 8% !important;
  padding-bottom: 80px !important;
}


.about-image-container {
  position: relative;
  width: 100%;
  height: 500px;
  display: flex;
  align-items: center;
}


.about-shape-bg {
  position: absolute;
  left: -40px;
  top: 20%;
  width: 120px;
  height: 250px;
  background-color: #e0f2f1;
  border-radius: 0 100px 100px 0;
  z-index: 1;
  opacity: 0.6;
}

.about-img-back {
  width: 70%;
  height: 380px;
  object-fit: cover;
  border-radius: 24px;
  position: absolute;
  top: 20px;
  left: 30px;
  z-index: 2;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}

.about-img-front-wrapper {
  position: absolute;
  bottom: 0px;
  right: 20px;
  width: 52%;
  height: 320px;
  background: #ffffff;
  padding: 12px;
  border-radius: 150px 150px 24px 24px; 
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
  z-index: 3;
}

.about-img-front {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 140px 140px 16px 16px; 
}

.about-badge {
  display: inline-flex;
  align-items: center;
  background-color: #ffffff;
  color:#0F2350; 
  font-family: "Jost", sans-serif;
  font-size: 14px;
  font-weight: 600;
  padding: 6px 16px;
  border-radius: 30px;
  box-shadow: 0 4px 12px rgba(13, 148, 136, 0.08);
  border: 1px solid rgba(13, 148, 136, 0.1);
}

.about-main-title {
  font-family: "Jost", sans-serif;
  font-weight: 600;
  font-size: 38px;
  line-height: 1.25;
  color: #0f172a; 
}

.about-tab-btn {
  font-family: "Jost", sans-serif;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 24px;
  border-radius: 30px;
  border: 1px solid #e2e8f0;
  background-color: #ffffff;
  color: #475569;
  cursor: pointer;
  transition: all 0.3s ease;
}

.about-tab-btn.active {
  background-color:#0F2350; 
  color: #ffffff;
  border-color:#0F2350;
}

.about-tab-btn:hover:not(.active) {
  border-color:#0F2350;
  color:#0F2350;
}

.about-description {
  font-family: "Jost", sans-serif;
  font-size: 15px;
  color: #64748b;
  line-height: 1.6;
}


.about-feature-item {
  gap: 15px;
}

.feature-num {
  width: 40px;
  height: 40px;
  background-color: #e6f4f2; 
  color:#0F2350;
  font-family: "Jost", sans-serif;
  font-weight: 600;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.feature-text {
  font-family: "Jost", sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #0f172a;
}


.about-action-btn {
  display: inline-block;
  background-color:#0F2350;
  color: #ffffff !important;
  font-family: "Jost", sans-serif;
  font-weight: 600;
  font-size: 15px;
  padding: 14px 32px;
  border-radius: 30px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 6px 20px rgba(13, 148, 136, 0.2);
}

.about-action-btn:hover {
  background-color: #0F2350; 
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(13, 148, 136, 0.3);
}


@media (max-width: 991px) {
  .about-image-container {
    height: 420px;
    margin-bottom: 30px;
  }
  
  .about-img-back {
    height: 320px;
  }
  
  .about-img-front-wrapper {
    height: 250px;
  }
  
  .about-main-title {
    font-size: 30px;
  }
  
  .about-tabs-wrapper {
    flex-wrap: wrap; 
  }
}


/* ===================== SEKSIONI: KATEGORITË E KURSEVE ===================== */
.categories-section {
  background-color: #ffffff; 
  padding: 80px 0 !important;
 
}


.categories-badge {
  display: inline-flex;
  align-items: center;
  background-color: #ffffff;
  color: #0F2350; 
  font-family: "Jost", sans-serif;
  font-size: 13px;
  font-weight: 600;
  padding: 6px 14px;
  border-radius: 30px;
  box-shadow: 0 4px 10px rgba(13, 148, 136, 0.06);
  border: 1px solid rgba(13, 148, 136, 0.1);
}


.categories-main-title {
  font-family: "Jost", sans-serif;
  font-weight: 600;
  font-size: 36px;
  color: #0f172a; 
}

.explore-all-btn {
  display: inline-block;
  background-color: #0F2350; 
  color: #ffffff !important;
  font-family: "Jost", sans-serif;
  font-weight: 600;
  font-size: 15px;
  padding: 12px 28px;
  border-radius: 30px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(13, 148, 136, 0.15);
}

.explore-all-btn:hover {
  background-color: #0F2350;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(13, 148, 136, 0.25);
}

.category-item-card {
  background: #f8fafc; 
  border: 1px solid #e2e8f0; 
  border-radius: 8px;
  padding: 20px;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  height: 100%;
}

.category-item-card:hover {
  background: #ffffff;
  border-color: #0F2350; 
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(13, 148, 136, 0.08);
}


.category-icon-box {
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  color: #0F2350; 
  font-size: 20px;
  border-radius: 6px;
  border: 1px solid #e2e8f0;
  transition: all 0.3s ease;
}

.category-item-card:hover .category-icon-box {
  background-color: #0F2350;
  color: #ffffff;
  border-color: #0F2350;
}

.category-card-text h4 {
  font-family: "Jost", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #0f172a;
  margin-bottom: 2px;
}

.category-card-text p {
  font-family: "Jost", sans-serif;
  font-size: 13px;
  color: #64748b;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .categories-main-title {
    font-size: 28px;
  }
  
  .categories-section {
    padding: 60px 0;
  }
}


/* ===================== SEKSIONI: MENTORSHIP CENTER ===================== */
.mentorship-section {
  background: radial-gradient(circle at 90% 10%, #0F2350 0%, #071914 70%);
  padding: 100px 0 !important;
  color: #ffffff;
}

.mentorship-img-box {
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.mentorship-main-img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.mentorship-badge {
  display: inline-flex;
  align-items: center;
  background-color: #ffffff;
  color: #0F2350;
  font-family: "Jost", sans-serif;
  font-size: 13px;
  font-weight: 600;
  padding: 6px 16px;
  border-radius: 30px;
}

.mentorship-title {
  font-family: "Jost", sans-serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 1.2;
  color: #ffffff;
}

.mentorship-desc {
  font-family: "Jost", sans-serif;
  font-size: 14px;
  color: #92b4f8; 
  line-height: 1.6;
  opacity: 0.85;
}

.mentorship-features-grid {
  gap: 30px !important;
}

.m-circle-icon {
  width: 50px;
  height: 50px;
  background-color: #ffffff;
  color: #071914; 
  font-size: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease;
}

.m-feature-item:hover .m-circle-icon {
  transform: scale(1.1);
  background-color: #a7f3d0; 
}

.m-feature-text h5 {
  font-family: "Jost", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  line-height: 1.3;
  margin-bottom: 0;
}

.mentorship-btn {
  display: inline-block;
  background-color: #0F2350; 
  color: #ffffff !important;
  font-family: "Jost", sans-serif;
  font-weight: 600;
  font-size: 15px;
  padding: 12px 30px;
  border-radius: 30px;
  text-decoration: none;
  transition: all 0.3s ease;
  
}

.mentorship-btn:hover {
  background-color: #0F2350;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(13, 148, 136, 0.5);
}

@media (max-width: 991px) {
  .mentorship-section {
    padding: 60px 0;
  }
  
  .mentorship-title {
    font-size: 30px;
  }
  
  .mentorship-features-grid {
    flex-direction: column;
    gap: 15px !important;
  }
  .advantage-section{
     padding: 0px !important;
  }
}

/* ===================== SEKSIONI: GET THE EDCARE ADVANTAGE ===================== */
.advantage-section {
  background: radial-gradient(circle, #f4faf9 0%, #ffffff 100%);
  padding: 100px 0 !important;
}

.advantage-badge {
  display: inline-flex;
  align-items: center;
  background-color: #ffffff;
  color: #0F2350; 
  font-family: "Jost", sans-serif;
  font-size: 13px;
  font-weight: 600;
  padding: 6px 14px;
  border-radius: 30px;
  box-shadow: 0 4px 10px rgba(13, 148, 136, 0.05);
  border: 1px solid rgba(13, 148, 136, 0.1);
}

/* Titulli Kryesor */
.advantage-main-title {
  font-family: "Jost", sans-serif;
  font-weight: 600;
  font-size: 38px;
  color: #0f172a;
}

.advantage-card {
  background: #E3EEFD;
  border-radius: 24px;
  padding: 0 30px 40px 30px;
  position: relative;
  border: 1px solid rgba(13, 148, 136, 0.05);
  box-shadow: 0 15px 40px rgba(13, 148, 136, 0.03);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  height: 100%;
}

.advantage-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 45px rgba(13, 148, 136, 0.08);
}

.card-cutout {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 40px;
  overflow: hidden;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  pointer-events: none;
}

.card-cutout svg {
  width: 100%;
  height: 100%;
  display: block;
}

.advantage-icon-container {
  position: relative;
  top: -35px; 
  display: inline-block;
  margin-bottom: -15px;
  z-index: 2;
}

.advantage-icon {
  width: 70px;
  height: 70px;
  background-color: #0F2350; 
  color: #ffffff;
  font-size: 26px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 20px rgba(13, 148, 136, 0.2);
  transition: transform 0.3s ease;
}

.advantage-card:hover .advantage-icon {
  transform: scale(1.1) rotate(5deg);
}

.advantage-card-body h3 {
  font-family: "Jost", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #0f172a;
  margin-bottom: 12px;
}

.advantage-card-body p {
  font-family: "Jost", sans-serif;
  font-size: 14px;
  color: #64748b;
  line-height: 1.6;
  margin-bottom: 25px;
}

.advantage-card-btn {
  display: inline-block;
  background-color: #0F2350;
  color: #ffffff !important;
  font-family: "Jost", sans-serif;
  font-weight: 600;
  font-size: 14px;
  padding: 10px 24px;
  border-radius: 30px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.advantage-card-btn:hover {
  background-color: #0F2350;
  box-shadow: 0 4px 15px rgba(13, 148, 136, 0.3);
}

@media (max-width: 768px) {
  .advantage-main-title {
    font-size: 30px;
  }
}


/* ===================== SEKSIONI: WELCOME TO EDCARE ===================== */
.welcome-section {
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}

.welcome-image-wrapper {
  position: relative;
  width: 100%;
  height: 520px; 
  display: flex;
  align-items: center;
}

/* Badge: 25 Years Of Experience */
.experience-badge {
  position: absolute;
  top: 10px;
  left: 0;
  background-color: #0D1629; 
  color: #ffffff;
  padding: 15px 25px;
  border-radius: 14px;
  z-index: 10;
  display: flex;
  align-items: center;
  gap: 12px;
  box-shadow: 0 10px 25px rgba(13, 148, 136, 0.2);
}

.exp-number {
  font-family: "Jost", sans-serif;
  font-size: 38px;
  font-weight: 800;
  line-height: 1;
}

.exp-text {
  font-family: "Jost", sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
}

.welcome-img-back {
  width: 65%;
  height: 440px;
  object-fit: cover;
  border-radius: 20px;
  position: absolute;
  right: 15px;
  top: 10px;
  z-index: 1;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}


.welcome-img-front {
  width: 55%;
  height: 320px;
  object-fit: cover;
  border-radius: 20px;
  position: absolute;
  left: 10px;
  bottom: 20px;
  z-index: 3;
  border: 8px solid #ffffff; 
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

.decorative-circles {
  position: absolute;
  left: -80px;
  bottom: -40px;
  width: 300px;
  height: 300px;
  border: 1px solid rgba(13, 148, 136, 0.1);
  border-radius: 50%;
  z-index: 0;
}
.decorative-circles::after {
  content: '';
  position: absolute;
  top: 40px;
  left: 40px;
  width: 220px;
  height: 220px;
  border: 1px solid rgba(13, 148, 136, 0.05);
  border-radius: 50%;
}

.welcome-badge {
  display: inline-flex;
  align-items: center;
  background-color: #E3EEFD;
  color: #0D1629;
  font-family: "Jost", sans-serif;
  font-size: 13px;
  font-weight: 600;
  padding: 6px 14px;
  border-radius: 30px;
}

.welcome-title {
  font-family: "Jost", sans-serif;
  font-size: 42px;
  font-weight: 600;
  color: #0f172a;
}

.welcome-desc {
  font-family: "Jost", sans-serif;
  font-size: 15px;
  color: #64748b;
  line-height: 1.6;
}

.welcome-check-list li {
  font-family: "Jost", sans-serif;
  font-size: 14.5px;
  color: #1e293b;
  margin-bottom: 12px;
  display: flex;
  align-items: flex-start;
}

.welcome-check-list li i {
  color: #0D1629; 
  margin-top: 4px;
  font-size: 14px;
}

.welcome-feat-item {
  background: #ffffff;
}

.feat-check-icon {
  width: 32px;
  height: 32px;
  background-color: #E3EEFD;
  color: #0D1629;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  box-shadow: 0 4px 10px rgba(13, 148, 136, 0.08);
}

.feat-label {
  font-family: "Jost", sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #0f172a;
  margin-left: 12px;
}

.welcome-explore-btn {
  display: inline-block;
  background-color: #0D1629;
  color: #ffffff !important;
  font-family: "Jost", sans-serif;
  font-weight: 600;
  font-size: 15px;
  padding: 12px 30px;
  border-radius: 30px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(13, 148, 136, 0.2);
}

.welcome-explore-btn:hover {
  background-color: #0f766e;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(13, 148, 136, 0.3);
}

@media (max-width: 991px) {
  .welcome-image-wrapper {
    height: 400px;
  }
  
  .welcome-img-back {
    height: 320px;
  }
  
  .welcome-img-front {
    height: 220px;
    border: 5px solid #ffffff;
  }
  
  .welcome-title {
    font-size: 32px;
  }
  
  .experience-badge {
    padding: 10px 18px;
  }
  
  .exp-number {
    font-size: 28px;
  }
  .cls{
    margin-left: 0px !important;
  }
  .hero-title{
    font-size: 45px !important;
  }
}



/* ===================== SEKSIONI: EXPLORE OUR PROGRAMS ===================== */
.programs-section {
  background-color: #E3EEFD;
  padding: 80px 0 !important;
}

.programs-badge {
  font-family: "Jost", sans-serif;
  color: #0D1629; 
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.8px;
}

.programs-main-title {
  font-family: "Jost", sans-serif;
  font-size: 40px;
  font-weight: 600;
  color: #0D1629; 
}

.programs-main-title .text-green {
  color: #0D1629; 
}


.programs-explore-btn {
  display: inline-flex;
  align-items: center;
  background-color: #0D1629; 
  color: #ffffff !important;
  font-family: "Jost", sans-serif;
  font-weight: 600;
  font-size: 15px;
  padding: 12px 28px;
  border-radius: 30px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(46, 125, 50, 0.2);
}

.programs-explore-btn:hover {
  background-color: #0D1629;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(46, 125, 50, 0.3);
}


.program-card-white {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 30px 24px;
  border: 1px solid rgba(0, 0, 0, 0.02);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.02);
  transition: all 0.3s ease;
  flex: 1; 
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.program-card-white:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(46, 125, 50, 0.08);
}

.program-icon-wrapper {
  width: 54px;
  height: 54px;
  background-color: #E3EEFD;
  color: #0D1629;
  font-size: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  transition: all 0.3s ease;
}

.program-card-white:hover .program-icon-wrapper {
  background-color: #0D1629;
  color: #ffffff;
}

.program-card-white h3 {
  font-family: "Jost", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #0D1629;
  margin-bottom: 10px;
}

.program-card-white p {
  font-family: "Jost", sans-serif;
  font-size: 13.5px;
  color: #556b2f;
  line-height: 1.5;
  margin-bottom: 0;
}

.program-card-featured {
  background-color: #0D1629;
  border-radius: 16px;
  padding: 40px 24px;
  box-shadow: 0 15px 35px rgba(67, 160, 71, 0.25);
  color: #ffffff;
}


.featured-icon-circle {
  width: 76px;
  height: 76px;
  background-color: #ffffff;
  color: #0D1629;
  font-size: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.featured-title {
  font-family: "Jost", sans-serif;
  font-size: 26px;
  font-weight: 600;
  color: #ffffff;
}

.featured-subtitle {
  font-family: "Jost", sans-serif;
  font-size: 13.5px;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.5;
}


.featured-subcard {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 14px 20px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
  width: 100%;
}

.featured-subcard:hover {
  transform: scale(1.03);
}

.subcard-icon-box {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  flex-shrink: 0;
}

.subcard-icon-box.blue-theme {
  background-color: #E3EEFD;
  color: #0D1629;
}

.subcard-icon-box.green-theme {
  background-color: #E3EEFD;
  color: #0D1629;
}

.subcard-icon-box.teal-theme {
  background-color: #E3EEFD;
  color: #0D1629;
}

.subcard-text h4 {
  font-family: "Jost", sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #0D1629;
  margin-bottom: 2px;
}

.subcard-text p {
  font-family: "Jost", sans-serif;
  font-size: 12px;
  color: #666;
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .program-card-white {
    padding: 24px;
  }
  
  .programs-main-title {
    font-size: 32px;
  }
  
  .programs-section {
    padding: 60px 0;
  }
  
  .col-lg-4:not(:last-child) {
    margin-bottom: 15px;
  }
}



.edu-features-section {
  background-color: #0B1528; 
  padding: 80px 0 !important;
}

.edu-features-badge {
  display: inline-flex;
  align-items: center;
  background-color: #ffffff;
  color: #0D1629;
  font-family: "Jost", sans-serif;
  font-size: 13px;
  font-weight: 600;
  padding: 6px 14px;
  border-radius: 30px;
  box-shadow: 0 4px 10px rgba(13, 148, 136, 0.05);
  border: 1px solid rgba(13, 148, 136, 0.1);
}

.edu-features-main-title {
  font-family: "Jost", sans-serif;
  font-weight: 600;
  font-size: 38px;
  color: #ffffff;
}


.edu-feature-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 0 25px 40px 25px;
  position: relative;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  height: 100%;
}

.edu-feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(13, 148, 136, 0.08);
}

.edu-card-icon-wrapper {
  position: relative;
  top: -45px; 
  margin-bottom: -20px;
  display: inline-block;
  z-index: 2;
}

.edu-card-icon {
  width: 90px;
  height: 90px;
  background-color: #ffffff;
  color: #0D1629; 
  font-size: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}

.edu-feature-card:hover .edu-card-icon {
  background-color: #0D1629;
  color: #ffffff;
  transform: scale(1.05);
}

.edu-card-body h3 {
  font-family: "Jost", sans-serif;
  font-size: 19px;
  font-weight: 600;
  color: #0f172a;
  margin-bottom: 12px;
}

.edu-card-body p {
  font-family: "Jost", sans-serif;
  font-size: 14px;
  color: #64748b;
  line-height: 1.6;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .edu-features-main-title {
    font-size: 30px;
  }
  
  .edu-features-section {
    padding: 60px 0;
  }
  
  .edu-feature-card {
    margin-top: 35px;
  }
}

/* ===================== SEKSIONI: PICK A COURSE ===================== */
.course-start-section {
  background-color: #0B1528; 
  padding: 70px 0 !important;
}

.course-start-badge {
  display: inline-flex;
  align-items: center;
  background-color: #ffffff;
  color: #0D1629; 
  font-family: "Jost", sans-serif;
  font-size: 13px;
  font-weight: 600;
  padding: 6px 14px;
  border-radius: 30px;
  box-shadow: 0 4px 10px rgba(13, 148, 136, 0.05);
  border: 1px solid rgba(13, 148, 136, 0.1);
}


.course-start-title {
  font-family: "Jost", sans-serif;
  font-weight: 600;
  font-size: 38px;
  color: #0c0c0c; 
}


.course-start-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 45px 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.course-start-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(13, 148, 136, 0.08);
}

.course-card-icon-box {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  transition: all 0.3s ease;
}

.course-card-icon-box.blue-theme {
  background-color: #e0f7fa;
  color: #00acc1;
}

.course-card-icon-box.green-theme {
  background-color: #e8f5e9;
  color: #0D1629;
}

.course-card-icon-box.teal-theme {
  background-color: #e0f2f1;
  color: #00897b;
}

.course-start-card:hover .course-card-icon-box {
  transform: scale(1.08);
}


.course-card-title {
  font-family: "Jost", sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #0f172a;
  margin-bottom: 15px;
}


.course-card-desc {
  font-family: "Jost", sans-serif;
  font-size: 14px;
  color: #64748b;
  line-height: 1.6;
  margin-bottom: 25px;
  max-width: 260px; 
}


.course-card-btn {
  display: inline-flex;
  align-items: center;
  background-color: #0D1629; 
  color: #ffffff !important;
  font-family: "Jost", sans-serif;
  font-weight: 600;
  font-size: 14.5px;
  padding: 10px 24px;
  border-radius: 30px;
  text-decoration: none;
  transition: all 0.3s ease;
  margin-top: auto; 
}

.course-card-btn:hover {
  background-color: #0D1629;
  transform: translateY(-1px);
}

@media (max-width: 768px) {
  .course-start-title {
    font-size: 30px;
  }
  
  .course-start-section {
    padding: 60px 0;
  }
}


/* ===================== SEKSIONI: SUBSCRIBE BANNER ===================== */
.newsletter-section {
  /* Gradienti i butë i mentes dhe dritës së kaltër si në foto */
  background: linear-gradient(100deg, #E3EEFD 0%, #E3EEFD 100%);
  padding: 60px 0;
  position: relative;
  overflow: hidden;
}

.newsletter-title {
  font-family: "Jost", sans-serif;
  font-size: 32px;
  font-weight: 600;
  color: #0f2d37; 
  line-height: 1.3;
  margin-bottom: 0;
  max-width: 480px;
}

.subscribe-box {
  background-color: #ffffff;
  border-radius: 50px;
  padding: 6px 6px 6px 24px; 
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 10px 25px rgba(13, 148, 136, 0.05);
}

.subscribe-input {
  border: none;
  background: transparent;
  outline: none;
  width: 100%;
  font-family: "Jost", sans-serif;
  font-size: 15px;
  color: #0f2d37;
  padding-right: 15px;
}

.subscribe-input::placeholder {
  color: #8c9fa5;
}

.subscribe-btn {
  background-color: #0D1629; 
  color: #ffffff;
  border: none;
  outline: none;
  font-family: "Jost", sans-serif;
  font-weight: 600;
  font-size: 15px;
  padding: 14px 28px;
  border-radius: 50px;
  cursor: pointer;
  white-space: nowrap; 
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
}

.subscribe-btn:hover {
  background-color: #0f766e;
  transform: scale(1.02);
}

@media (max-width: 991px) {
  .newsletter-title {
    font-size: 26px;
    text-align: center;
    max-width: 100%;
    margin-bottom: 10px;
  }
  
  .newsletter-section {
    padding: 50px 0;
  }
}

/* ===================== SEKSIONI: BLOG GRID ===================== */
.blog-grid-section {
  background-color: #f6f8fb;
  padding: 90px 0;
}

.blog-card-link {
  text-decoration: none;
  display: block;
  height: 100%;
}

.blog-card {
  background: #ffffff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  height: 100%;
  display: flex;
  flex-direction: column;
}

.blog-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(15, 35, 80, 0.1);
}

.blog-card-img-wrap {
  position: relative;
  width: 100%;
  height: 200px;
  overflow: hidden;
}

.blog-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.blog-card:hover .blog-card-img {
  transform: scale(1.06);
}

.blog-category-tag {
  position: absolute;
  top: 14px;
  left: 14px;
  background-color: #0F2350;
  color: #ffffff;
  font-family: "Jost", sans-serif;
  font-size: 12px;
  font-weight: 600;
  padding: 5px 14px;
  border-radius: 30px;
  letter-spacing: 0.4px;
}

.blog-card-body {
  padding: 24px 22px 26px 22px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.blog-card-date {
  font-family: "Jost", sans-serif;
  font-size: 12.5px;
  font-weight: 500;
  color: #94a3b8;
  margin-bottom: 10px;
}

.blog-card-title {
  font-family: "Jost", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #0f172a;
  line-height: 1.35;
  margin-bottom: 10px;
}

.blog-card-desc {
  font-family: "Jost", sans-serif;
  font-size: 14px;
  color: #64748b;
  line-height: 1.6;
  margin-bottom: 16px;
  flex: 1;
}

.blog-card .read-more-link-sm {
  margin-top: auto;
  color: #0F2350;
}

.blog-card .read-more-link-sm i {
  margin-left: 6px;
  font-size: 11px;
  transition: transform 0.2s ease;
}

.blog-card:hover .read-more-link-sm i {
  transform: translateX(4px);
}

@media (max-width: 768px) {
  .blog-grid-section {
    padding: 60px 0;
  }
}


.contact-info {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgba(200, 200, 200, 0.6);
    
  }
  .contact-info .item {
    border-right: 1px solid rgba(200, 200, 200, 0.6);
  }
  .contact-info .item .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000000;
    margin: 0 auto 25px;
    width: 70px;
    height: 70px;
    min-width: 70px;
    border-radius: 50%;
  }
  .contact-info .item .icon i {
    color: #ffffff;
    font-size: 26px;
  }
  .contact-info .item h5 {
    
    font-size: 25px;
    letter-spacing: 1px;
    margin-bottom: 14px;
    font-family: "Forum", serif;
    color: #0E1927;
    height: 400;
  }
  .contact-info .item p {
    margin-bottom: 2px;
    font-family: 'Gilda Display', serif;
    font-size: 18px ;
  }
  
  @media screen and (max-width: 991px) {
  

  .contact-info {
  display: unset !important;
  border-bottom: none !important;
  }
  .contact-info .item {
  width: 100%;
  border-right: none;
  border-bottom: 1px solid rgba(200, 200, 200, 0.6);
  padding-bottom: 40px;
  margin-bottom: 40px;
  }}


  /* ===================== OFFCANVAS MOBILE MENU ===================== */
.offcanvas {
  background-color: #0b1528;
}

.offcanvas .offcanvas-title {
  color: #ffffff;
}

.offcanvas .btn-close {
  filter: invert(1); 
}

.offcanvas .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.85) !important;
  font-family: "Jost", sans-serif;
  font-size: 16px;
  padding: 12px 0;
}

.offcanvas .navbar-nav .nav-link.active,
.offcanvas .navbar-nav .nav-link:hover {
  color: #2F6FED !important;
}

.offcanvas hr {
  border-color: rgba(255, 255, 255, 0.15);
}