/*====================================*/

/*        -EMIRATES GRAPHIC-          */

/*        emiratesgraphic.com         */

/*====================================*/

/*====================*/
/*       FONTS        */
/*====================*/


/* @font-face {
  font-family: 'Montserrat-Bold';
  src: url('../fonts/Montserrat-Bold.otf');
}

@font-face {
  font-family: 'Montserrat-Light';
  src: url('../fonts/Montserrat-Light.otf');
}

@font-face {
  font-family: 'Montserrat-UltraLight';
  src: url('../fonts/Montserrat-UltraLight.otf');
} */

/* Font Defaults */
body {
  font-family: 'Inter', sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

button:active {
  outline: none !important;
}

button:focus {
  outline: none !important;
}

input:active {
  outline: none !important;
}

input:focus {
  outline: none !important;
}

a {
  text-decoration: none !important;
  color: inherit;
}

.no_padding {
  padding: 0px !important;
}

.small_padding-lr {
  padding: 0px 5px !important;
}

.container-fluid {
  padding: 0px 4%;
}

.contact-btn {
  display: inline-flex;
  align-items: center;
  padding: 10px 16px 10px 20px;
  background-color: white;
  border: none;
  border-radius: 999px;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #000;
  cursor: pointer;
  gap: 12px;
  transition: all 0.3s ease;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  width: auto;
}

.contact-icon {
  background-color: #005a66;
  /* ngjyra teal e errët */
  color: white;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  flex-shrink: 0;
  transition: background-color 0.3s ease;
}

.contact-btn:hover .contact-icon {
  background-color: #00424d;
}

.contact-btn.two {
  color: white;
  background-color: #005064;
  margin-top: 20px;
}

.contact-btn.two .contact-icon {
  background-color: #D4EAEF;
}

.contact-btn.two .contact-icon img {
  filter: invert(1);
}

.btn_simple {
  background-color: #D4EAEF;
  color: #005064;
  padding: 10px 15px;
  border-radius: 50px;
  border: transparent;
}

/*First Section About Page*/


.homehero {
  background-image: url('../img/8403d72e64a1.jpg');
  min-height: 100vh;
  padding: 30vh 0px 5vh;
  background-position: center;
  background-size: cover;
  /* background-attachment: fixed; */
  /* width: 100%; */
  color: white;
  overflow: hidden !important;
  position: relative;
}

.homehero h2 {
  font-size: 72px;
  font-weight: 500;
}

.stats_row {
  margin-top: 70px;
}

.stats_row .col-md-4 {
  z-index: 2;
}

.stats_row .cardin {
  padding: 40px 20px;
  min-height: 120px;
  display: flex;
  align-items: center;
  border-radius: 10px;
}

.bg-video {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  overflow: hidden;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.bg-video source {
  width: 100%;
}

.bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.4); /* overlay i lehtë */
  z-index: 0;
}
.stats_row .cardin img {
  margin-right: 15px;

}

.stats_row .cardin h5 {
  font-size: 55px;
  margin-bottom: 0px;
}

/* contact header */

.consultation-section {
  background-color: #def1f6;
  padding: 30px 15px;
}

.consultation-title {
  font-size: 26px;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  color: #003944;
}

.consultation-input {
  padding: 12px 16px;
  border-radius: 8px;
  font-size: 16px;
  border: none;
}

.consultation-btn {
  background-color: #004b5a;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 8px;
  font-weight: 600;
  font-size: 14px;
  transition: background-color 0.3s ease;
}

.consultation-btn:hover {
  background-color: #00323d;
  color: white !important;
}

/* section 1 home */


.top_blanko {
  padding: 100px 0px;
  text-align: center;
}

.top_blanko .row {
  justify-content: center;
}

.top_blanko p {
  font-size: 24px;
  text-align: center;
}

/* section2 */
.benefits-title {
  font-family: 'League Spartan', sans-serif;
  font-weight: 500;
  font-size: 56px;
  color: #000;
}

.benefits-section .saaw {
  width: 80%;
}

.benefits-description {
  font-family: 'Inter', sans-serif;
  font-size: 17px;
  color: #333;
  margin: 20px 0;
  max-width: 600px;
}

.benefits-list li {
  position: relative;
  padding-left: 32px;
  line-height: 30px;
}

.benefits-list li::before {
  content: '';
  position: absolute;
  top: 4px;
  left: 0;
  width: 20px;
  height: 20px;
  background-image: url('../img/Vecto122r.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

/* Swipe Section */

.swipe_section {
  padding: 100px 0px;
  background-color: #005064;
  text-align: center;
  color: white;
}

.swipe_section h3 {
  font-size: 56px;
}

.card_sliderone {
  position: relative;
  margin-top: 50px;
  /* background-color: red; */
  padding-bottom: 40px;
}

.swiper-pagination-bullet-active {
  background-color: #000;
}

.swiper-wrapper {
  align-items: center;
}

.card_uni img {
  width: 100%;
  object-fit: cover;
  object-position: top;
  border-radius: 10px 10px 0px 0px;
  height: 200px;
}

.card_uni div {
  background: #ffffff3a;
  border-radius: 0px 0px 10px 10px;
  padding: 20px 15px 10px;
  text-align: left;
}

.card_uni div h6 {
  font-size: 17px;
}

.card_uni div p {
  display: flex;
  align-items: center;
  font-size: 14px;
  margin-top: 15px;
}

.card_uni div p img {
  width: 25px;
  height: 15px;
  margin-right: 10px;
  border-radius: 0px;
}

.testimonial_swipe {
  margin-top: 50px;
}

.testimonial_swipe h6 {
  font-size: 15px;
}

.testimonial_swipe h5 {
  font-size: 14px;
  opacity: 0.7;
  font-weight: 400;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: '';
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: '';
}

.testimonial_cardsw p {
  padding: 0% 15%;
  font-size: 25px;
}

/* White section */
.admissions-process {
  margin: 100px 0px;
  background-color: #ffffff;
}

.process-title {
  font-family: 'Inter', sans-serif;
  font-size: 56px;
  font-weight: 500;
}

.process-title .highlight {
  color: #f26c1d;
  /* ngjyra portokalli */
}

.process-card {
  background-color: #F5F9FA;
  padding: 20px;
  border-radius: 16px;
  text-align: left;
  height: 100%;
  box-shadow: 0 0 0 transparent;
  transition: box-shadow 0.3s ease;
}

.process-card:hover {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.phase {
  color: #f26c1d;
  font-weight: 400;
  margin-bottom: 15px;
}

.package-title {
  font-size: 56px;
}

.package-card {
  background-color: #f7fafc;
  padding: 25px;
  border-radius: 20px;
  height: 100%;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s ease;
}

.package-card:hover {
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
}

.package-card .package-number {
  color: #005064;
  font-size: 0.95rem;
  margin-bottom: 6px;
  font-weight: 600;
}

.package-card h5 {
  font-size: 46px;
  font-weight: 800;
  color: #004b5a;
  margin-bottom: 15px;
}

.package-card h5 span {
  font-size: 21px;
  font-weight: 800;
  color: #004b5a;
  margin-bottom: 15px;
}

.package-card ul {
  padding-left: 0;
  list-style: none;
}

.package-card li {
  position: relative;
  padding-left: 30px;
  font-size: 0.9rem;
  font-weight: 500;
  color: #00788a;
  margin-bottom: 12px;
  line-height: 1.6;
}

.package-card li::before {
  content: '';
  position: absolute;
  top: 4px;
  left: 0;
  width: 18px;
  height: 18px;
  background-image: url('../img/Vecto122r.svg');
  /* SVG check ikonë */
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.team-title {
  font-size: 56px;
  font-weight: 500;
}

.team-subtitle {
  font-size: 1rem;
  color: #444;
  margin-top: 10px;
}

.team-card {
  background-color: #f7f9fb;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.06);
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* Team Section */
.team-section {
  padding: 50px 0px;
}

.team-img {
  position: relative;
}

.team-img img {
  width: 100%;
  height: auto;
  display: block;
}

.team-info {
  position: absolute;
  bottom: 12px;
  left: 16px;
  color: white;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
}

.team-info h6 {
  margin: 0;
  font-weight: 700;
  font-size: 1.1rem;
}

.team-info .position {
  font-size: 0.85rem;
  margin-top: 4px;
}

.team-desc {
  padding: 16px;
  font-size: 0.95rem;
  color: #333;
}

/* FAQ section */

.faq-section {
  padding: 100px 0px;
}

/* Seksioni FAQ */
.faq-section {
  background-color: #f3f7f9;
  padding: 50px 0;
}

/* Titulli kryesor */
.faq-title {
  font-size: 2.4rem;
  font-weight: 700;
  color: #1a1a1a;
  font-family: 'Inter', sans-serif;
  margin-bottom: 40px;
}

/* Ikona lart (placeholder) */
.faq-icon {
  width: 50px;
  height: 50px;
  margin: 0 auto;
}

/* Accordion */
.accordion {
  max-width: 900px;
  margin: 0 auto;
}

/* Accordion Item */
.accordion-item {
  border: none;
  margin-bottom: 12px;
  background-color: white;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
  overflow: hidden;
}

/* Butoni i titullit */
.accordion-button {
  background-color: #e9f6fb54;
  color: #005a6d;
  font-weight: 600;
  font-size: 1rem;
  padding: 16px 20px;
  border-radius: 12px;
  font-family: 'Inter', sans-serif;
}

.accordion-button:not(.collapsed) {
  background-color: #e9f6fb;
  color: #005a6d;
  box-shadow: none;
}

/* Trupi i përmbajtjes */
.accordion-body {
  background-color: #fff;
  padding: 18px 20px;
  font-size: 0.95rem;
  color: #333;
  font-family: 'Inter', sans-serif;
  line-height: 1.6;
}

/* Heq shigjetën default të Bootstrap për stilizim të personalizuar */
.accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23005a6d' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 01.708 0L8 10.293l5.646-5.647a.5.5 0 11.708.708l-6 6a.5.5 0 01-.708 0l-6-6a.5.5 0 010-.708z'/%3E%3C/svg%3E");
  transition: transform 0.3s ease;
}

.accordion-button:not(.collapsed)::after {
  transform: rotate(180deg);
}

.faq_ic {
  margin-bottom: 30px;
}

/* Footer */
.site-footer {
  padding-top: 50px;
  background-color: #005163;
  /* sfondi i lartë (ti po e vendos grafikisht sfondin me dizajn) */
}

.footer-bottom {
  background-color: #1d5a6b;
  /* rreshti poshtë me copyright */
  font-size: 0.9rem;
  margin-top: 40px;
}

.footer-heading {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 10px;
}

.footer-links li {
  margin-bottom: 6px;
}

.footer-links a {
  color: #a8c9d3;
  text-decoration: none;
  font-size: 0.95rem;
  transition: color 0.2s ease;
}

.footer-links a:hover {
  color: #ffffff;
}

/* Navigationbar */
/* Navbar Transparent */
.custom-navbar {
  position: absolute;
  width: 100%;
  padding: 0px 5%;
  z-index: 2;
}

.navbar-brand img {
  width: 80px;
}

.custom-navbar {
  background: transparent;
  backdrop-filter: none;
  padding-top: 1rem;
}

/* Menyja me blur dhe border-radius */
.blur-menu {
  background-color: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(8px);
  border-radius: 20px;
  display: flex;
  gap: 20px;
}

.nav-link {
  color: white;
  font-weight: 500;
  padding: 8px 12px;
  transition: all 0.2s ease;
}

.nav-link.active,
.nav-link:hover {
  color: #000;
}

/* Butoni Contact Us */
.contact-btn {
  background-color: #bfeaf5;
  color: #003944;
  font-weight: 600;
  border-radius: 999px;
  padding: 8px 20px;
  text-decoration: none;
  z-index: 2;
  transition: background 0.2s ease;
}

.contact-btn:hover {
  background-color: #a9d7e2;
}

/* Mobile adjustments */
@media (max-width: 991.98px) {
  .blur-menu {
    flex-direction: column;
    align-items: center;
    border-radius: 12px;
    margin-top: 1rem;
  }

  .contact-btn {
    margin-top: 1rem;
  }
}

/* About US Page */
.hero-team-section {
  min-height: 65vh;
  background-image: url('../img/ba41121.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  padding-bottom: 100px;
}

.section-label {
  font-size: 1rem;
  color: #eb5c1e;
  font-weight: 600;
  margin-bottom: 15px;
}

.hero-title {
  font-size: 72px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 20px;
}

.hero-subtitle {
  font-size: 1rem;
  color: #f1f1f1;
}

.profile-card {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.profile-card img {
  width: 100%;
  display: block;
}

.profile-info {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
  color: white;
  padding: 12px 16px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.profile-info h5 {
  font-size: 1.1rem;
  margin: 0;
  font-weight: 700;
}

.profile-info .position {
  font-size: 0.9rem;
  margin: 0;
  font-weight: 400;
}

.profile-text-box {
  background: #f8fafc;
  padding: 20px 24px;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
  font-size: 0.95rem;
  color: #333;
  line-height: 1.6;
}

/* Placemetns */

.placements-hero {
  min-height: 70vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-bottom: 60px;
  background-image: url('../img/placehero.png');
  position: relative;
}

.placements-title {
  font-size: 3rem;
  font-weight: 700;
  position: relative;
  margin-bottom: 0;
}

.placements-title::after {
  content: '';
  display: inline-block;
  margin-left: 10px;
  background: url('img/shkrepja.svg') no-repeat center;
  background-size: contain;
  width: 40px;
  height: 40px;
  vertical-align: middle;
}

.placements-description {
  font-size: 1rem;
  line-height: 1.7;
  color: #ffffff;
  font-weight: 400;
}

/* Placements Page */

.titleplace {
  font-weight: 600;
  font-size: 36px;
  color: white;
  margin-bottom: 30px;
}

.selected_unis {
  padding: 100px 0px;
  background-color: #005064;
}

.selected_unis .card_uni {
  margin: 10px 0px;
  color: white;
}

/* Table */
.stats_cont {
  padding: 100px 0px;
}

.filter-buttons {
  margin-bottom: 20px;
}

.filter-buttons .btn {
  border-radius: 20px;
  margin-right: 10px;
  margin-bottom: 15px;
  color: #005064;
  border: transparent !important;
  background-color: #00788a10;
}

.btn-dark {
  background-color: #1B5F70 !important;
  color: white !important;
}

.flag {
  width: 20px;
  margin-right: 10px;
}

.badge {
  font-size: 0.9rem;
}

.arbor_spec table {
  border-radius: 10px !important;
  border: solid 1px #ccc;
}

.arbor_spec table tr {
  vertical-align: middle;
}

.arbor_spec th {
  font-weight: 500;
  color: #71717A;
}

.arbor_spec .flag {
  border-radius: 50%;
  border: solid 2px white;
  object-fit: cover;
  height: 20px;
  width: 20px;
}

.arbor_spec .badge {
  align-items: center;
  background-color: #BBF7D0;
  border: solid 1px #16A34A;
  border-radius: 10px;
  color: #16A34A;
  font-size: 12px;
  font-weight: 700;
}

.arbor_spec .badge img {
  height: 10px;
  margin-top: -1px;
  margin-right: 3px;
}

td.text-center, th.text-center {
  text-align: left !important;
  padding-left: 140px;
  /* background-color: red; */
}

/* Contact us page */
.contact-section {
  padding: 100px 0px;
  background-color: #ffffff;
}

.contact-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #000;
}

.contact-subtitle {
  font-size: 1rem;
  color: #444;
}

.contact-card {
  background-color: #f3f7f9;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  height: 100%;
}

.contact-img-placeholder {
  height: 0px;
  background-color: transparent;
}

.contact-link {
  color: #004e61;
  font-weight: 500;
  text-decoration: underline;
}

.inconhold {
  width: 100%;
  text-align: center;
}

.edited_cards .fw-bold {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 0px;
  margin-top: 20px;
  color: #004e61 !important;
}

.edited_cards .contact-link {
  font-size: 24px;
  color: #005163;
}


.consultation-popup {
  background-color: transparent;
  /* vendos vet background si image */
  /* min-height: 100vh; */
  padding: 100px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url('../img/ba4112.png');
  background-size: cover;
  background-position: center;
}

.popup-box {
  width: 100%;
  max-width: 500px;
  background-color: #f6f9fa;
  border-radius: 16px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.popup-header {
  background-color: #f6f9fa;
  padding: 12px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e0e0e0;
  font-weight: 600;
  color: #005064;
  font-size: 14px;
}

.dots {
  display: none;
  gap: 6px;
}

.dots span {
  display: none;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  display: inline-block;
}

.dots span:nth-child(1) {
  background-color: #005064 !important;
}

.dots span:nth-child(2),
.dots span:nth-child(3) {
  background-color: #00788a70 !important;
}

.popup-content {
  padding: 32px 24px;
  text-align: center;
}

.popup-content h5 {
  font-weight: 600;
  color: #005064;
  margin-bottom: 12px;
}

.popup-content p {
  font-size: 14px;
  color: #333;
  margin-bottom: 24px;
}

.popupstat span.fw-semibold {
  margin-left: -40px;
}

.bodypop .text-primary {
  color: #005163 !important;
  font-size: 25px;
}

.popup-content input.form-control {
  border-radius: 8px;
  height: 48px;
  border: none;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05);
}

.popup-content input::placeholder {
  font-size: 14px;
  color: #999;
}

.popup-content .btn {
  background-color: #005064;
  color: #fff;
  border-radius: 8px;
  height: 48px;
  font-weight: 500;
  font-size: 15px;
  transition: all 0.2s ease;
}

.popup-content .btn:hover {
  background-color: #003c4d;
}


/* News */
.news-card.big h5 {
  font-size: 20px;
  margin-bottom: 10px;
}

.news-date {
  display: inline-block;
  background-color: #f2f2f2;
  border-radius: 999px;
  font-size: 13px;
  padding: 1px 12px;
  color: #444;
  font-weight: 500;
}

.thumb {
  width: 80px;
  height: 80px;
  object-fit: cover;
}

@media (max-width: 767.98px) {
  .news-card {
    flex-direction: column !important;
  }

  .news-card .thumb {
    width: 100%;
    height: auto;
  }

  .news-section .col-lg-6 {
    width: 100%;
  }
}

.news-card h6 {
  font-size: 16px;
  margin-bottom: 8px;
}

.news-card p {
  font-size: 14px;
  margin-bottom: 6px;
}

.news-date {
  display: inline-block;
  background-color: #f2f2f200;
  border-radius: 999px;
  font-size: 13px;
  padding: 5px 12px;
  color: #444;
  font-weight: 500;
  border: solid 2px #b4b4b4;
}

.highlight-orange {
  color: #EB5C1E;
}

.testimonial-box {
  background-color: #f5f9fa;
  color: #111;
  font-size: 15px;
  line-height: 1.6;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.03);
}


.testimonial-box .text-primary {
  color: #005163 !important;
  margin-top: 10px;
}

.testimonials-section {
  padding: 100px 0px;
}

.text-muted {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* number of lines to show */
  line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: 14px !important;
  text-decoration: none !important;
}

.text-muted h1,
.text-muted h2,
.text-muted h3,
.text-muted h4,
.text-muted h5,
.text-muted h6 {
  font-size: 15px !important;
  font-weight: 500 !important;
}

.news-card a,
.cardsson a {
  text-decoration: none;
}

.news-card img {
  width: 100%;
}


.news-card h6 {
  color: #000;
  font-size: 22px;
}

.align-items-start img {
  width: 40%;
}

.news-card.big img {
  height: 510px;
  object-fit: cover;
}

.trending .news-card img {
  height: 290px;
  object-fit: cover;
  object-position: top;
}

.hero_blog_inc {
  background-image: url('../img/ba41121.png');
  height: 130px;
  background-position: bottom;
  background-size: cover;
}

.blog_main_holder {
  padding: 100px 0px;
}

.blog_main_holder .title {
  font-size: 34px;
}

.mainimgks {
  margin: 20px 0px;
  width: 100%;
  height: 400px;
  border-radius: 40px;
  object-fit: cover;
}


/* EXTRA */

.process-card::after {
    content: '';
    background-image: url('../img/path30.png');
    background-position: center;
    background-size: cover;
    width: 45px;
    height: 35px;
    position: absolute;
    top: 40%;
    right: -22px;
}

.spec:after {
    content: '';
    background-image: url('../img/path30.png');
    background-position: center;
    background-size: cover;
    width: 70px;
    height: 34px;
    position: absolute;
    top: 25%;
    right: -7px;
    display: none;
}