@import url('https://fonts.googleapis.com/css2?family=Instrument+Sans:ital,wght@0,400..700;1,400..700&family=Lato:ital,wght@0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Roboto+Slab:wght@100..900&family=Roboto:wght@100&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Instrument+Sans:ital,wght@0,400..700;1,400..700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Lato:ital,wght@0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Roboto+Slab:wght@100..900&family=Roboto:wght@100&display=swap');


@font-face {
  font-family: 'TEST';
  src: url('TestSohneBreit-Buch-BF663d89ca2ff42.otf') format('opentype');
}

@font-face {
  font-family: 'TEST2';
  src: url('TestSohneBreit-Dreiviertelfett-BF663d89c955618.otf') format('opentype');
}

@font-face {
  font-family: 'TEST3';
  src: url('TestSohneBreit-Extrafett-BF663d89ca5b44e.otf') format('opentype');
}

@font-face {
  font-family: 'TEST4';
  src: url('TestSohneBreit-Extraleicht-BF663d89cd9eb84.otf') format('opentype');
}

@font-face {
  font-family: 'TEST5';
  src: url('TestSohneBreit-Fett-BF663d89ca84caa.otf') format('opentype');
}

@font-face {
  font-family: 'TEST6';
  src: url('TestSohneBreit-Halbfett-BF663d89cacf645.otf') format('opentype');
}





* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  overflow-x: hidden;
}




.bottom-bar {
  background-color: rgba(17, 23, 46, 0.8) !important;
  border-top: 1px solid #444;
  font-size: 10px;
  color: #fff;
  font-family: "Instrument Sans", sans-serif;
  font-weight: 600;
}

.bottom-bar span {
  color: #B6B6B6;
}

.form-select {
  background-color: #404351cc !important;
  color: #D0D0D0 !important;
  border: 1px solid #585858 !important;
  padding: 5px 10px !important;
  font-size: 12px !important;
}

.form-select:focus {
  border-color: none !important;
  box-shadow: none !important;
}

.bottom-bar a {
  color: #ccc;
  text-decoration: none;
}

.bottom-bar a:hover {
  color: #fff;
}


.left-element {
  width: 40%;
}

.bg-header {
  background: linear-gradient(rgba(0, 0, 0, 0.3),
      rgba(0, 0, 0, 0.3)),
    url('../assets/bg2.jpg') no-repeat center center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 100px;
}

/*  Mobile Responsive Fix */
@media (max-width: 768px) {
  .bg-header {
    min-height: 70vh;
    padding-bottom: 50px;
    background-position: center top;
  }
}

.top-navbar {
  background: rgba(17, 23, 46, 0.9);
  border-radius: 20px;
  padding: 5px !important;
  font-size: 14px;
}

.top-navbar .nav-link {
  color: rgba(255, 255, 255, 0.5) !important;
  margin: 0 5px;
  font-family: "TEST2", Arial, sans-serif;
  font-weight: 700;



}

.top-navbar .nav-link:hover {
  text-decoration: underline;
  transition: 0.3s;
}

.top-navbar .nav-link.active {
  color: #fff !important;
  font-weight: 600;
}

.login-btn {
  background: rgba(80, 100, 186, 1);
  border: none;
  color: #fff;
  padding: 5px 20px;
  border-radius: 40px;
  font-weight: 500;
  transition: 0.3s;
  margin-right: 20px;
}

.login-btn:hover {
  background: #364bd9;
}


.nav-text {
  font-size: 10px;
}

.navbar-nav {
  margin-right: 70px !important;
}



.hero-heading {
  font-size: 100px;
  font-family: "TEST3", Arial, sans-serif;
  font-weight: 900;
  margin-top: 130px;
  /* line-height: 100px; */
  color: #FFFFFF;


}

.hero-content p {
  font-size: 24px;
  line-height: 100%;
  color: #FFFFFF;

}



.btn-yellow {
  background-color: #FEC013 !important;
  color: black !important;
  padding: 8px 30px !important;
  border-radius: 100px !important;
  font-size: 18px !important;
  font-family: "Instrument Sans", sans-serif;
  font-weight: 600;

}

.btn-normal {
  background-color: transparent !important;
  color: #fff !important;
  padding: 8px 30px !important;
  border-radius: 100px !important;
  border: 2px solid white !important;
  font-size: 18px !important;
  font-family: "Instrument Sans", sans-serif;
  font-weight: 600;

}


.btn-normal:hover {
  background-color: white !important;
  color: black !important;
  transition: 0.5s !important;
}

.btn-yellow:hover {
  background: transparent !important;
  color: #FEC013 !important;
  border: 2px solid #FEC013 !important;
  transition: 0.5s !important;
}


@media (max-width: 992px) {
  .hero-heading {
    font-size: 60px;
    line-height: 70px;
    margin-top: 50px;
  }

  .hero-content p {
    font-size: 12px !important;
    line-height: 130%;
  }

  .btn-yellow,
  .btn-normal {
    font-size: 15px !important;
    padding: 6px 16px !important;
    min-width: auto !important;
  }
}

@media (max-width: 576px) {
  .hero-heading {
    font-size: 36px;
    line-height: 42px;
    margin-top: 30px;
  }

  .navbar-brand img {

    height: 30px !important;

  }

  .hero-content p {
    font-size: 16px;
    line-height: 140%;
  }

  .hero-content .d-flex {
    flex-direction: column;
    gap: 10px;
    align-items: center;
  }

  .btn-yellow,
  .btn-normal {
    font-size: 12px !important;
    padding: 5px 14px !important;
  }
}





.row-scroll {
  overflow-x: auto !important;
  overflow-y: hidden !important;
  white-space: nowrap !important;
  -ms-overflow-style: none !important;
  scrollbar-width: none !important;
}

.row-scroll::-webkit-scrollbar {
  display: none !important;
}

.row-scroll>.col-10 {
  display: inline-block !important;
  float: none !important;
}


.img-box {
  width: 288px;
  height: 174px;
  overflow: hidden;
  border-radius: 20px;
  position: relative;
  font-weight: 600 !important;
  cursor: pointer;

}

#customCarousel .boxes-gap {
  gap: 50px;

}

#customCarousel .carousel-indicators {
  bottom: -40px;
}





.img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}





.box-content,
.box-content1 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 80px;
  padding-left: 20px;
  padding-right: 10px;
  color: #fff;
  text-align: start;
  font-family: "Inter", sans-serif !important;
  font-weight: 600;

}

.box-content {
  background: rgba(0, 0, 0, 0.4);
  transition: background 0.3s ease;
}

.img-box.active .box-content {
  background: none;
  outline: none;
}

/* .img-box:hover .box-content {
  background: none;
  outline: none;
} */

.box-content h5,
.box-content1 h5 {
  margin: 0;
  font-size: 18px;
  font-weight: bold;
  opacity: 0.5;
}

.box-content p,
.box-content1 p {
  margin: 7px 0 0;
  font-size: 14px;
  opacity: 0.5;

}


.box-content.active h5,
.box-content.active p,
.box-content1.active h5,
.box-content1.active p {
  opacity: 1;
}





.button-explore {
  padding: 12px 17px 12px 17px !important;
  background-color: black !important;
  color: white !important;
  border-radius: 100px !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  border: 1px solid black;
  font-family: "Inter", sans-serif !important;
}

.button-explore:hover {
  background-color: white !important;
  color: black !important;
  transition: 0.5s !important;
  border: 1px solid black !important;
}


@media (max-width: 992px) {

  .button-explore {
    font-size: 12px !important;
    padding: 8px 10px !important;
  }
}



.hero-title {
  font-family: "TEST3", Arial, sans-serif;
  font-weight: 900;
  font-size: 48px;
  line-height: 55px;
}

.hero-title-para {
  font-size: 24px;
  font-family: "Inter", Arial, sans-serif;
  font-weight: 500;
  color: #11172E;
}



/* afghan-embassy */


.afghan-embassy {
  background: linear-gradient(to top right, #f5f7fa, #e6ebf1);
  margin-top: -120px;
  border-top-left-radius: 80px;
  border-top-right-radius: 80px;
  padding-bottom: 100px;

}

.dark-embassy {
  background: #11172E;
  margin-top: -120px;
  border-top-left-radius: 80px;
  border-top-right-radius: 80px;
  padding-bottom: 100px;

}

.afghan-header {
  margin-top: -22%;

}

.blue-img {
  width: 100%;
}



.box {
  margin-top: 10px;
  position: relative;
  overflow: hidden;
  width: 320px;
  height: 352px;
  font-family: "Instrument Sans", sans-serif;
  font-weight: 400 !important;


}

.first-text p {
  color: #EBB313;
  margin-bottom: 70px;
  font-size: 32px;
}


.first-box span {
  font-size: 18px;
  margin-bottom: 10px;
}




.box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;

}

.box-text {
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
  color: white;
  font-weight: 600;
  padding: 5px 10px;
}

.first-box {
  border-top-left-radius: 40px;
  background-color: #11172E;


}

.second-box h1 {
  font-size: 32px !important;
}

.second-text {
  bottom: 5px;
}



.second-text p {
  font-size: 18px;
}


.fourth-box {
  border-top-right-radius: 40px;
  background-color: #1E317F;

}

.fourth-text {
  top: 40px;
}


.fourth-box h2 {
  font-size: 32px !important;
}

.fourth-text h2 {
  font-size: 32px;
  font-weight: 700;
}

.fourth-text p {
  margin-bottom: 30px;
}

.fifth-box {
  border-bottom-left-radius: 40px;
  color: black;
  background-color: white;
}

.fifth-box img {
  height: 150px;
}

.fifth-text {
  color: black;
  bottom: -5px;
}

.fifth-text h2 {
  font-size: 32px;
  font-weight: 700;
}

.fifth-text p {
  font-size: 15px;
}






.seventh-box {
  background-color: #F4D2D4;
}

.seventh-box img {
  object-fit: contain;
  height: 140px;
}

.seventh-box h2 {
  font-size: 32px;
  margin-top: -160px !important;
  color: #CD000C;
}

.seventh-box p {
  font-size: 18px;
  color: black;
}

.bottom-img {
  height: 50px !important;
  margin-top: 180px;

}



.last-box {
  border-bottom-right-radius: 40px;
  background-color: #EBB313;
}


.last-text {
  top: 20px;
  color: black;
}

.last-text h3 {
  font-size: 24px;
  font-weight: 600;
  margin-top: -10px;
}

.last-text p {
  font-size: 12px;
  text-transform: uppercase;
  color: #11172E99;
}


.track-form {
  max-width: 400px;
  width: 100%;
}

.form-control {
  border-radius: 5px !important;
  padding: 10px;
  font-size: 14px !important;

}


.btn-track {
  background: black !important;
  color: #fff !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  border-radius: 50px !important;
  padding: 8px !important;
  width: 100% !important;
}

.btn-track:hover {
  background: #111a45;
}



@media (max-width: 576px) {
  .hero-title {
    font-size: 22px;
    line-height: 28px;
  }

  .hero-title-para {
    font-size: 16px;
  }

  .box {
    width: 100%;
  }


  .box-text {
    font-size: 12px;
    padding: 5px;
  }

  .first-box p,
  .second-box h1,
  .fourth-box h2 {
    font-size: 18px !important;
  }

  .last-text h3 {
    font-size: 12px;
  }

  .fourth-text {
    top: 80px;
    left: 30px;
  }

  .afghan-embassy {
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 80px !important;
    border-radius: 20px;
    margin-top: -40px;
  }
}



.service-embassy {
  background-color: white;
  margin-top: -100px;
  border-top-left-radius: 80px;
  border-top-right-radius: 80px;

}



.service-card {
  border-radius: 15px;
  padding-top: 47px;
  padding-left: 38px;
  width: 100%;
  height: 330px;
  background-color: #EFF1F9;
  font-family: "Instrument Sans", sans-serif !important;

}

.service-card img {
  width: 150px;
  top: 62px !important;

}

.service-card h5 {
  font-weight: 700;
  color: #1E317F;
  font-size: 32px;
}

.service-card p {
  font-size: 22px;
  font-weight: 400;
  color: #1E317F;
}

.btn-custom1 {
  border-radius: 50px !important;
  font-size: 18px !important;
  padding: 8px 18px !important;
  margin-top: 20px !important;
  background-color: #1E317F !important;
  color: white !important;
}

.btn-custom1 img {
  width: 22px;
}

.exclusive-badge {
  position: absolute;
  top: 18px;
  left: -20px;
  background: #FEC013;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  padding: 3px 8px;
  border-radius: 3px;
  transform: rotate(-40deg);
  font-family: "TEST2", Arial, sans-serif;

}

.exclusive-image {
  height: 214px !important;
}

.exclusive-bg {
  background-color: #11172E;
  color: white !important;
  padding-top: 70px;
}


.exclusive-desc {
  color: white !important;
}

.btn-exclusive {
  background-color: #2A9DE0 !important;
  padding: 10px 12px 10px 12px !important;
}

.arrow-img {
  background-color: white;
  border-radius: 50%;
  display: flex;
  padding: 5px;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.arrow-img:hover {
  background-color: #2A9DE0;
  transition: 0.3s;

}


.arrow-img img {
  width: 20px !important;
}


.document-box .small-img {
  width: 185px !important;
  height: 196px;
  top: 120px !important;

}

.emergency-box .small-img {
  width: 185px !important;
  height: 196px;
  top: 120px !important;

}

.emergency-box {
  background-color: #A02D2D;
}

.document-para,
.emergency-para {
  top: 70px;
  font-size: 22px !important;
}


@media (max-width: 992px) {

  .document-box,
  .emergency-box {
    padding: 30px 20px !important;
    height: auto;
    position: relative;
    text-align: center;
  }

  .exclusive-badge {
    font-size: 12px;
  }

  .btn-exclusive {
    margin: 40px auto 0px auto !important;
  }

  .exclusive-image {
    height: 150px !important;
  }

  /* Headings & text center aligned */
  .document-box h5,
  .emergency-box h5 {
    font-size: 18px !important;
    margin: 0 auto;
    text-align: center;
  }

  .document-box p,
  .emergency-box p {
    font-size: 12px !important;
    margin-top: 10px;
    text-align: center;
  }

  .document-box .small-img,
  .emergency-box .small-img {
    position: absolute !important;
    right: 0;
    top: 50px !important;
    width: 90px !important;
    z-index: 1;
  }

  /* Arrow bottom-right corner */
  .document-box .arrow-img,
  .emergency-box .arrow-img {
    position: absolute;
    bottom: 15px;
    right: 15px;
    margin: 0;
    z-index: 2 !important;
  }
}

@media (max-width: 576px) {

  .document-para,
  .emergency-para {
    top: 20px;
    font-size: 22px !important;
  }

  .document-box .small-img {
    width: 70px !important;
    top: 40px !important;

  }

  .emergency-box .small-img {
    width: 90px !important;
    top: 40px !important;

  }


  .service-card {
    height: auto;
    padding: 20px 0px !important;
    text-align: center;
  }

  .service-card .images {
    width: 100px;
    position: static !important;
    margin: 20px auto 0;
    display: block;
  }

  .service-card h5 {
    font-size: 18px !important;
  }

  .service-card p {
    font-size: 14px !important;
  }

  .btn-custom1 {
    font-size: 14px !important;
    padding: 6px 14px !important;
  }


  .document-box,
  .emergency-box {
    padding: 20px 15px !important;
    margin-bottom: 20px;
  }

  .document-box h5,
  .emergency-box h5 {
    font-size: 18px;
  }

  .document-box p,
  .emergency-box p {
    font-size: 13px;
  }

  .document-box .arrow-img,
  .emergency-box .arrow-img {
    bottom: 30px;
    right: 20px;
  }
}



#announcementCarousel .row {
  --bs-gutter-x: 140px;
  --bs-gutter-y: 0;
}

.announcement-box {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 240px;
  overflow: hidden !important;
  background: #fff;
  transition: transform 0.3s ease;



}

.announcement-box:hover {
  transform: translateY(-5px);
}

.announcement-img {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  object-fit: contain;
}

.announcement-img img {
  width: 300px;
  height: 220px;
  display: block;
}

.announcement-body {
  flex-grow: 1;
  padding: 12px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.announcement-body h5 {
  color: #1E317F;
  font-size: 20px;
  margin-bottom: 10px;
  font-family: "Instrument Sans", sans-serif !important;
  font-weight: 700;

}


.announcement-body p {
  font-size: 12px;
  font-family: "Instrument Sans", sans-serif !important;
  font-weight: 400;
  color: #11172E;

}





.notice-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  background: black;
  color: #fff;
  font-size: 12px;
  padding: 3px 8px;
  border-radius: 3px;
}

/* .carousel-control-prev,
.carousel-control-next {
  display: none;
} */

.slider-controls {
  display: flex;
  align-items: center;
  gap: 10px;
}

.arrow-btn {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 1px solid #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: #fff;
  transition: 0.3s;
}

.arrow-btn:hover {
  background: #0a1931;
  color: #fff;
  border-color: #0a1931;
}

.meta-info {
  font-size: 14px;
  color: #ABABAB;
}








/* FAQ Accordion Styling */

.accordion {
  /* margin-left: -20px !important; */
  width: 90%;


}

.accordion-item {
  border: none !important;
  border-bottom: 1px solid #ddd !important;
  margin-bottom: 20px;
}

.accordion-button {
  background: none !important;
  box-shadow: none !important;
  font-size: 24px !important;
  padding-left: 0;
  font-family: "Instrument Sans", sans-serif !important;
  font-weight: 600;

}

.accordion-button:focus {
  box-shadow: none;
  color: #1E317F !important;
}

.accordion-body {
  padding-left: 0;
  padding-top: 0;
  font-size: 18px !important;
  line-height: 26px;
  color: #444;
  font-family: "Instrument Sans", sans-serif !important;
  font-weight: 500;

}



/* Right Section (Downloads) */
.downloads-box {
  position: relative;
  width: 90%;
  background: linear-gradient(to bottom, #f6f9ff 0%, #c7c9de 60%, #b4bdec 90%);
  border-radius: 40px;
  padding: 15px 0px 15px 40px;
  margin-left: 50px;
  overflow: hidden;
}

/* Gradient overlay for bottom */
.downloads-box::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 280px;
  background: linear-gradient(to top, #b1bce0 40%, transparent 100%);
  /* border-radius: 0 0 40px 40px; */
  z-index: 1;
  opacity: 0.7;
  pointer-events: none;
}


.download-item {
  background: white;
  width: 90%;
  border-radius: 20px;
  padding: 10px 20px 10px 20px;
  margin-bottom: 0.6rem;
  transition: 0.2s ease-in-out;
  cursor: pointer;
  position: relative;
  /* z-index: -1; */

}

.downloads-box h6 {
  font-size: 20px !important;
  font-family: "Inter", sans-serif !important;
  font-weight: 600 !important;
  color: #1E317F;


}

.download-item:hover {
  background: #f1f5ff;
}



.download-item p {
  font-size: 16px;
  color: #8E96B4;
  line-height: 10px;
  font-family: "Inter", sans-serif !important;
  font-weight: 400;

}



.btn-custom {
  position: relative;
  bottom: 80px;
  left: 12px;
  background: black !important;
  color: #fff !important;
  border-radius: 100px !important;
  padding: 12px 18px 12px 18px !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  font-weight: 600 !important;
  font-family: "Inter", sans-serif !important;
  border: 1px solid black;
  transition: 0.3s ease !important;
  z-index: 2;



}

.btn-custom:hover {
  background-color: white !important;
  color: black !important;
  border: 1px solid black !important;
}

.btn-custom:hover {
  background: #222;
}





@media (max-width: 992px) {

  .accordion {
    width: 100% !important;
  }

  .accordion-button {
    font-size: 20px !important;
  }

  .accordion-body {
    font-size: 16px !important;
    line-height: 24px;
  }

  .downloads-box {
    margin-top: 30px;
  }

  .downloads-box h2 {
    font-size: 28px !important;
  }

  .download-item {
    width: 100% !important;
  }


  .btn-custom {
    position: static !important;
    margin-top: 15px;
    margin-bottom: 10px;
    display: inline-block;
  }

  .downloads-box {
    margin-left: 0px !important;
    width: 100%;
    padding: 20px;
  }

  .download-item {
    padding: 15px;
  }
}

@media (max-width: 576px) {

  .accordion-button {
    font-size: 16px !important;
  }

  .accordion-body {
    font-size: 12px !important;
    line-height: 22px;
  }



  .download-item h6 {
    font-size: 16px !important;
  }

  .download-item small {
    font-size: 12px !important;
  }

  .btn-custom2 {
    font-size: 12px !important;
    padding: 8px 14px !important;
  }
}


/* news section */

.news-section {
  padding: 60px 0;
  background-color: #EFF1F9;
  border-top-left-radius: 80px;
  border-top-right-radius: 80px;
  padding-bottom: 100px;
  font-family: "Instrument Sans", sans-serif !important;
  font-weight: 700;

}

.news-dark {
  padding: 0;
  background-color: #11172E;
  border-top-left-radius: 80px;
  border-top-right-radius: 80px;
  padding-bottom: 180px;
  font-family: "Instrument Sans", sans-serif !important;
  font-weight: 700;

}

.news-header {
  margin-top: -18%;
}


.news-card {
  position: relative;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
  overflow: hidden;
}

.news-card1 {
  position: relative;
  overflow: hidden;
  padding-bottom: 1px;
}



.news-card2 {
  position: relative;
  overflow: hidden;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
}

.news-card img,
.news-card1 img,
.news-card2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}



.news-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
  color: #fff;
}

.news-overlay h5 {
  font-size: 26px;
  margin-bottom: 30px !important;
  font-weight: 600;
}

.news-overlay .btn {
  border-radius: 25px;
  font-size: 14px;
}

.news-meta {
  font-size: 13px;
  margin-top: 5px;
  color: #ABABAB;
}

.news-meta img {
  width: 18px;
  margin-right: 3px;
  margin-left: 5px;
}

.news-read-more {
  display: flex;
  align-items: center;
  gap: 2px;
  padding: 12px 20px 12px 20px !important;
  border: 2px solid white !important;
  background: transparent !important;
  color: white !important;

}

.news-read-more:hover {
  background-color: #1E317F !important;
  color: white !important;
  transition: 0.5s !important;
  border: 2px solid #1E317F !important;
}

.news-read-more img {
  width: 15px;
}



@media (max-width: 768px) {

  .news-card {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    margin-bottom: 10px;
  }

  .news-dark {
    padding-bottom: 100px;
  }

  .news-header {
    padding-top: 40px;
  }

  .news-card2 {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .news-card1 {
    margin-bottom: 10px;

  }

  .news-read-more {
    padding: 8px 17px 8px 17px !important;

  }

  .news-overlay h5 {
    font-size: 22px;
  }

  .news-meta {
    font-size: 10px;
    /* margin-bottom: 0; */
    /* margin-top: 0; */
  }

  .news-meta img {
    width: 15px;

  }

  .news-overlay .btn {
    font-size: 12px;
  }


}



/* <!-- tourisim crousel --> */

.hero-subtitle {
  font-size: 1rem;
  color: #333;
}

.btn-custom {
  background-color: #0c113f;
  color: #fff;
  border-radius: 50px;
  padding: 10px 20px;
  font-size: 0.9rem;
}

.btn-custom:hover {
  background-color: #1d2257;
  color: #fff;
}

/* Carousel */

.custom-carousel-item {
  height: 691px;
}

.carousel-panel {
  height: 100%;
  border-radius: 40px;
  background-image: url("../assets/image/2.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

.carousel-panel-2 {
  height: 100%;
  border-radius: 40px;
  background-image: url("../assets/img3.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

.carousel-panel-3 {
  height: 100%;
  border-radius: 40px;
  background-image: url("../assets/img4.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

/* Side panels shade effect */
.left-panel,
.right-panel {
  opacity: 0.6;
}

/* Text inside center panel */
.carousel-text {
  position: absolute;
  bottom: 50px;
  left: 40px;
  color: #fff;
  z-index: 2;
}

.carousel-text h5 {
  font-weight: bold;
  font-size: 32px;
  font-family: "Instrument Sans", sans-serif !important;
  font-weight: 700;
}

.carousel-text p {
  font-size: 18px;
  font-family: "Instrument Sans", sans-serif !important;
  font-weight: 600;
  margin: 0;
}

.center-panel::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  border-radius: 0 0 20px 20px;
}



/* footer */

.footer {
  background-color: #0b1330;
  padding: 50px 20px;
  font-size: 14px;
  border-top-left-radius: 80px;
  border-top-right-radius: 80px;
  margin-top: -100px;
}

.dark-footer {
  background-color: #0b1330;
  padding: 50px 20px;
  font-size: 14px;
  border-top-left-radius: 80px;
  border-top-right-radius: 80px;
  margin-top: -140px;
}

.footer h5 {
  color: #FFFFFFCC;
  font-size: 16px;
  margin-bottom: 15px;
  font-weight: 600;
}

.footer ul li a {
  text-decoration: none;
  color: #FFFFFFCC;
  display: block;
  margin-bottom: 8px;
}

.footer a:hover {
  color: #ffc107;
}

/* Subscribe Box */
.subscribe-box {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 30px;
  position: relative;
  color: #FFFFFFCC !important;
}

.subscribe-box input {
  border-radius: 20px !important;
  padding: 15px 40px 15px 40px;
  border: 2px solid #5D647F;
  width: 800px !important;
  font-size: 18px;
  background: transparent;
  color: #FFFFFFCC !important;
}

.subscribe-box input:focus {
  background: transparent !important;
  color: #FFFFFFCC !important;
}

.subscribe-box .mail-img {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
}

.subscribe-box input::placeholder {
  color: #FFFFFFCC !important;
}

.subscribe-box button {
  background-color: #ffc107;
  border: none;
  padding: 15px 30px;
  border-radius: 20px;
  font-weight: 600;
  font-size: 16px;
  white-space: nowrap;
}

.footer-logos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.footer-images {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}

.footer-logos img {
  height: auto;
  max-width: 100%;
}

/* Lines */
.footer-line {
  flex: 1;
  height: 1px;
  background: #2c3653;
}

.contact-box {
  background-color: #131c44;
  border-radius: 15px;
  padding: 20px;
  font-family: "Instrument Sans", sans-serif !important;
  font-weight: 500;
  width: 100%;


}

.contact-box p {
  border-top: 2px solid #232E57 !important;
  padding-top: 10px;
  font-size: 18px !important;
}

.contact-box p span {
  font-size: 9px !important;
  margin-left: 40px;
}

.footer-bottom {
  border-top: 2px solid #232E57 !important;
  margin-top: 30px;
  padding-top: 15px;
  text-align: center;
  font-size: 14px;
  color: #aaa;
  font-family: "Inter", sans-serif !important;
  font-weight: 500;

}

.social-icons a {
  color: #fff;
  margin: 0 8px;
  font-size: 18px;
}

.social-icons a:hover {
  color: #ffc107;
}


.footer-links-head {
  font-family: "Instrument San", sans-serif !important;
  font-weight: 600 !important;
  font-size: 18px !important;
  margin-bottom: 20px !important;


}

.footer-links a {
  white-space: nowrap;
  display: inline-block;
  font-family: "Instrument Sans", sans-serif !important;
  font-weight: 500;
  font-size: 16px;
}

@media (max-width: 992px) {

  .footer-links a {
    font-size: 14px;
  }

  .subscribe-box {
    flex-direction: column;
    align-items: start !important;
  }

  .subscribe-box button {
    width: 100%;
    text-align: center;
    margin-top: 10px;
  }


  .footer-logos img {
    max-width: 40%;
  }
}

@media (max-width: 768px) {
  .footer {
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    margin-top: -120px;
  }


  .footer-logos img {
    max-width: 45%;
  }

  .footer-bottom {
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }
}

@media (max-width: 576px) {
  .footer-logos img {
    max-width: 80%;
  }

  .subscribe-box input {
    font-size: 14px;
    padding: 12px 35px;
    width: 100% !important;
  }

  .subscribe-box button {
    font-size: 14px;
    padding: 12px 20px;
  }

  .subscribe-box .mail-img {
    top: 22% !important;
    transform: translateY(-50%);
    font-size: 12px !important;
  }

  .contact-box {
    font-size: 13px;
    padding: 15px;
  }


  @media (max-width: 768px) {
    .footer-logos {
      flex-direction: column !important;
      gap: 10px;
    }

    .footer-line {
      width: 100%;
      flex: unset;
    }

    .footer-images {
      justify-content: center;
    }
  }
}




/* consulate page */




.bottom-bar-dark {
  background-color: #11172E !important;
  border-top: 1px solid #444;
  font-size: 10px;
  color: #fff;
  font-family: "Instrument Sans", sans-serif;
  font-weight: 600;
  /* width: 100%; */
}

.bottom-bar-dark span {
  color: #B6B6B6;
}

.form-select-dark {
  background-color: #11172E !important;
  color: #D0D0D0 !important;
  border: 1px solid #585858 !important;
  padding: 5px 10px !important;
  font-size: 12px !important;
}

.form-select-dark:focus {
  border-color: none !important;
  box-shadow: none !important;
}

.bottom-bar-dark a {
  color: #ccc;
  text-decoration: none;
}

.bottom-bar-dark a:hover {
  color: #fff;
}


.left-element-second {
  width: 50%;
}

.bg-header-white {

  display: flex;
  flex-direction: column;
  align-items: center;
  background: white;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  /* padding-bottom: 90px; */
  position: relative;

  /* padding-top: 10px; */
  /* padding-bottom: 100px; */
}

/*  Mobile Responsive Fix */
@media (max-width: 768px) {
  .bg-header-white {
    min-height: 0vh;
    padding-bottom: 0px;
    background-position: center top;
  }
}

.top-navbar-dark {

  padding: 10px 0px 10px 0px !important;
  font-size: 14px;
  margin: 0 !important;
}

.top-navbar-dark .nav-link {
  color: #A6A8B1 !important;
  margin: 0 3px;
  font-family: "TEST2", Arial, sans-serif !important;
  font-weight: 700;



}

.top-navbar-dark .nav-link:hover {
  text-decoration: underline;
  transition: 0.3s;
}

.top-navbar-dark .nav-link.active {
  color: #11172E !important;
  font-weight: 600;
}

.nav-white-item {
  margin-right: -5px !important;
  margin-top: 5px !important;
}

.login-btn-about {
  background: rgba(80, 100, 186, 1);
  border: none;
  color: #fff;
  padding: 5px 20px;
  border-radius: 40px;
  font-weight: 500;
  transition: 0.3s;
  margin-right: 10px;
}

.login-btn-about:hover {
  background: #364bd9;
}


.nav-text {
  font-size: 10px;
}

/* .navbar-nav {
  margin-right: 70px !important;
} */

.hero-section {
  background-color: #5064BA;
  color: white;
  padding: 50px 0 80px 0px;
  margin-top: -20px;

  /* margin-bottom: 10px; */
}



.hero-section h1 {
  font-size: 48px;
  color: #FFFFFF;
  font-family: "TEST3", Arial, sans-serif !important;
  font-weight: 800 !important;

}

.hero-section p {
  font-size: 14px;
  cursor: pointer;
  font-family: "TEST2", Arial, sans-serif !important;
  margin-bottom: 10px;

}

.hero-section p a {
  text-decoration: none;
  color: white;

}

.active {
  color: #EBB313 !important;
}






/* consulate */

.afg-main-heading {
  padding-top: 20px;
  font-weight: 800;
  font-size: 42px;
  font-family: "TEST3", Arial, sans-serif !important;
  line-height: 0.8;
  text-align: start;

}

.consulate-section {
  /* max-width: 1475px; */
  /* margin: 50px auto; */
  background-color: #EFF1F9;
  border-radius: 12px;
  padding-top: 40px;
  margin-top: -70px;
  padding-bottom: 120px;
  border-top-left-radius: 80px;
  border-top-right-radius: 80px;
  /* position: relative; */
}

.consulate-image {
  width: 100%;
  height: 500px;
  object-fit: cover;
  border-radius: 15px;
}

/* .consulate-title {
      font-weight: 800;
      font-size: 42px;
        font-family: "TEST3", Arial, sans-serif !important;
        line-height: 0.8;

    } */

.heading-subtitle {
  font-size: 27px;
  color: #000000;
  margin-bottom: 20px;
  font-family: "Inter", Arial, sans-serif !important;
  font-weight: 500;
  text-align: start;

}

.consulate-text {
  color: #333333 !important;
  font-size: 24px;
  line-height: 1.2;
  font-family: "Inter", Arial, sans-serif !important;
  font-weight: 500;

}

.highlight {
  font-weight: 700;
}

@media (max-width: 768px) {
  .consulate-section {
    border-top-right-radius: 40px;
    border-top-left-radius: 40px;
  }

  .consulate-title {
    font-size: 25px;
    text-align: start;
  }

  .consulate-text {
    font-size: 22px;
  }

  .heading-subtitle {
    text-align: start;
    font-size: 18px;
  }

  .afg-main-heading {
    font-size: 25px;
    line-height: 1.2;
  }

  .hero-section p {
    font-size: 8px !important;


  }

  .hero-section h1 {
    font-size: 25px;
  }

  .custom-flex {
    gap: 10px !important;
  }
}




.mission-vision-section {
  width: 100%;
  /* max-width: 1200px; */
  /* margin: 60px auto; */
}

.mission-card {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 20px 0px 20px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
  min-height: 250px;
  /* width: 100%; */
  overflow: hidden;
}

.mission-card:hover {
  transform: translateY(-5px);
}

.mission-text {
  max-width: 60%;
}

.mission-title {
  font-weight: bold;
  color: #1E317F;
  font-size: 32px;
  margin-bottom: 10px;
  font-family: "Inter", Arial, sans-serif !important;

}

.mission-desc {
  color: #11172E;
  font-size: 20px;
  line-height: 1.3;
  font-family: "Inter", Arial, sans-serif !important;

}

.mission-icon img {
  width: 242px;
  height: 242px;
  /* opacity: 0.2; */
}

.bulb-img {
  position: relative;
  left: 40px;
}



@media (max-width: 992px) {
  .mission-card {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .mission-desc {
    text-align: center;
    font-size: 14px;
  }

  .mission-text {
    max-width: 100%;
    margin-bottom: 20px;
    text-align: center;
    margin-right: 30px;
  }

  .mission-title {
    text-align: center;
    margin-bottom: 20px;
  }

  .mission-icon img {
    width: 180px;
    height: 180px;
  }

  .bulb-img {
    left: -20px;
  }
}




.response-main-heading {

  padding-top: 80px;
}


.responsibilities-section {
  /* max-width: 1300px; */
  /* margin: 60px auto; */
  /* text-align: center; */
  margin-top: -60px;
  background-color: #FFFFFF;
  border-top-left-radius: 80px;
  border-top-right-radius: 80px;
}

.responsibilities-section h2 {
  font-weight: 800;
  color: #0d1733;
  font-size: 48px;
  text-transform: uppercase;
  line-height: 0.8;
  font-family: "TEST3", Arial, sans-serif !important;


}

/* .responsibilities-section p {
       color: #000000;
      margin-bottom: 40px;
      font-size: 27px;
      font-weight: 500;
      font-family: "Inter", Arial, sans-serif !important;
    } */

.responsibility-card {
  background-color: #eef1fb;
  border-radius: 20px;
  width: 100%;
  max-width: 350px;
  height: 217px;
  padding: 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /* gap: 40px; */
  align-items: flex-start;
  text-align: left;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  /* margin: 0 auto; */
}

.responsibility-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.responsibility-icon {
  background-color: #fff;
  border-radius: 50%;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  /* margin-bottom: 20px; */
}

.responsibility-icon img {
  width: 25px;
  height: 25px;
  opacity: 0.7;
}

.responsibility-text {
  font-weight: 500;
  color: #1a2a7a;
  font-size: 22px;
  line-height: 1.4;
  font-family: "Inter", Arial, sans-serif !important;
}

@media (max-width: 992px) {
  .responsibilities-section {
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
  }

  .responsibility-card {
    height: auto;
    padding: 30px 20px;
    align-items: center;
    text-align: center;
  }

  .responsibility-text {
    font-size: 18px;
  }

  .responsibilities-section h2 {
    font-size: 22px;
  }
}


.message-main-heading {
  padding-top: 80px;

}

.consul-img {
  border-radius: 15px;
  width: 100%;
  max-width: 250px;
  height: auto;
}

.info-box {
  background-color: #EFF1F9;
  border-radius: 40px;
  padding: 35px;
  padding-right: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px;
  /* width: 100%; */
  max-width: 900px;
}

.info-box img {
  width: 70px;
}

.info-box h6 {
  color: #1E317F;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 30px;
  font-family: "Inter", sans-serif !important;

}

.info-box p {
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 500;
  font-family: "Inter", sans-serif !important;
  line-height: 1.2;

}

.left-info p {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.2;

}

.bold {
  font-weight: 700;
}

.bottom-img-about {
  border-radius: 15px;
  width: 100%;
  height: auto;
  aspect-ratio: 479 / 362;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.bottom-img-about:hover {
  transform: scale(1.02);
}

@media (max-width: 767px) {

  .info-box,
  .bottom-img-about {
    margin-top: 1rem;
  }

  .consul-img {
    display: block;
    margin: 0 auto;
  }

  .message-main-heading {
    font-size: 22px !important;
    line-height: 1.2 !important;
  }

  .left-info p {
    font-size: 18px;
  }
}



.officer-footer {
  margin-top: 30px;
}

.about-us-footer {
  margin-top: 100px;
}

.bio-footer {
  margin-top: 100px;
}

.footer {
  background-color: #0b1330;
  padding: 50px 20px;
  font-size: 14px;
  border-top-left-radius: 80px;
  border-top-right-radius: 80px;
  /* margin-top: 100px; */
}


.hero-title {
  font-family: "TEST3", Arial, sans-serif;
  font-weight: 900;

}

.dark-footer {
  background-color: #0b1330;
  padding: 50px 20px;
  font-size: 14px;
  border-top-left-radius: 80px;
  border-top-right-radius: 80px;
  margin-top: -140px;
}

.footer h5 {
  color: #FFFFFFCC;
  font-size: 16px;
  margin-bottom: 15px;
  font-weight: 600;
}

.footer ul li a {
  text-decoration: none;
  color: #FFFFFFCC;
  display: block;
  margin-bottom: 8px;
}

.footer a:hover {
  color: #ffc107;
}

/* Subscribe Box */
.subscribe-box {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 30px;
  position: relative;
  color: #FFFFFFCC !important;
}

.subscribe-box input {
  border-radius: 20px !important;
  padding: 15px 40px 15px 40px;
  border: 2px solid #5D647F;
  width: 800px !important;
  font-size: 18px;
  background: transparent;
  color: #FFFFFFCC !important;
}

.subscribe-box input:focus {
  background: transparent !important;
  color: #FFFFFFCC !important;
}

.subscribe-box .mail-img {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
}

.subscribe-box input::placeholder {
  color: #FFFFFFCC !important;
}

.subscribe-box button {
  background-color: #ffc107;
  border: none;
  padding: 15px 30px;
  border-radius: 20px;
  font-weight: 600;
  font-size: 16px;
  white-space: nowrap;
}

.footer-logos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.footer-images {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}

.footer-logos img {
  height: auto;
  max-width: 100%;
}

/* Lines */
.footer-line {
  flex: 1;
  height: 1px;
  background: #2c3653;
}

.contact-box {
  background-color: #131c44;
  border-radius: 15px;
  padding: 20px;
  font-family: "Instrument Sans", sans-serif !important;
  font-weight: 500;
  width: 100%;


}

.contact-box p {
  border-top: 2px solid #232E57 !important;
  padding-top: 10px;
  font-size: 18px !important;
}

.contact-box p span {
  font-size: 9px !important;
  margin-left: 40px;
}

.footer-bottom {
  border-top: 2px solid #232E57 !important;
  margin-top: 30px;
  padding-top: 15px;
  text-align: center;
  font-size: 14px;
  color: #aaa;
  font-family: "Inter", sans-serif !important;
  font-weight: 500;

}

.social-icons a {
  color: #fff;
  margin: 0 8px;
  font-size: 18px;
}

.social-icons a:hover {
  color: #ffc107;
}


.footer-links-head {
  font-family: "Instrument San", sans-serif !important;
  font-weight: 600 !important;
  font-size: 18px !important;
  margin-bottom: 20px !important;


}

.footer-links a {
  white-space: nowrap;
  display: inline-block;
  font-family: "Instrument Sans", sans-serif !important;
  font-weight: 500;
  font-size: 16px;
}

@media (max-width: 992px) {
  .about-us-footer {
    margin-top: 80px !important;
  }

  .bio-footer {
    margin-top: 60px !important;
  }

  .officer-footer {
    margin-top: 60px !important;
  }

  .footer-links a {
    font-size: 14px;
  }

  .subscribe-box {
    flex-direction: column;
    align-items: start !important;
  }

  .subscribe-box button {
    width: 100%;
    text-align: center;
    margin-top: 10px;
  }


  .footer-logos img {
    max-width: 40%;
  }
}

@media (max-width: 768px) {
  .footer {
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    margin-top: -120px;
  }


  .footer-logos img {
    max-width: 45%;
  }

  .footer-bottom {
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }
}

@media (max-width: 576px) {
  .footer-logos img {
    max-width: 80%;
  }

  .subscribe-box input {
    font-size: 14px;
    padding: 12px 35px;
    width: 100% !important;
  }

  .subscribe-box button {
    font-size: 14px;
    padding: 12px 20px;
  }

  .subscribe-box .mail-img {
    top: 22% !important;
    transform: translateY(-50%);
    font-size: 12px !important;
  }

  .contact-box {
    font-size: 13px;
    padding: 15px;
  }


  @media (max-width: 768px) {
    .footer-logos {
      flex-direction: column !important;
      gap: 10px;
    }

    .footer-line {
      width: 100%;
      flex: unset;
    }

    .footer-images {
      justify-content: center;
    }
  }
}





/* officers */


.officers-section {
  /* max-width: 1475px; */
  /* margin: 50px auto; */
  background-color: #EFF1F9;
  border-radius: 12px;
  padding-top: 40px;
  margin-top: -70px;
  padding-bottom: 120px;
  border-top-left-radius: 80px;
  border-top-right-radius: 80px;
  /* position: relative; */
}


/* .officers-title {
      font-weight: 800;
      font-size: 42px;
        font-family: "TEST3", Arial, sans-serif !important;
        line-height: 0.8;

    } */

/* .officers-subtitle {
      font-size: 27px;
      color: #000000;
      margin-bottom: 30px;
      font-family: "Inter", Arial, sans-serif !important;
      font-weight: 500;

    } */

.officers-text {
  color: #333333 !important;
  font-size: 24px;
  line-height: 1.2;
  font-family: "Inter", Arial, sans-serif !important;
  font-weight: 500;

}




.profile-card {
  background-color: #fff;
  border-radius: 40px;
  padding: 30px;
  padding-right: 20px;
  /* box-shadow: 0 4px 10px rgba(0,0,0,0.05); */
  transition: all 0.3s ease;
  height: 100%;
  /* max-width: 720px; */
}

.profile-card:hover {
  transform: translateY(-5px);
}

.profile-img {
  width: 318px;
  height: 348px;
  border-radius: 36px;
  object-fit: cover;
}

.profile-name {
  font-weight: 700;
  color: #000;
  font-size: 19px;
  white-space: nowrap;
  font-family: "Inter", Arial, sans-serif !important;

}

.year {
  font-size: 22px;
  color: #11172E;
  font-family: "Inter", Arial, sans-serif !important;

}

.profile-title {
  color: #1E317F;
  font-weight: bold;
  font-size: 20px;
  font-family: "Inter", Arial, sans-serif !important;

}

.bio-text {
  font-size: 20px;
  color: #11172E;
  line-height: 1.1;
  font-family: "Inter", Arial, sans-serif !important;

}

.read-btn {
  border: 2px solid #000;
  border-radius: 25px;
  padding: 10px 16px;
  font-size: 0.9rem;
  font-weight: 500;
  background-color: #fff;
  color: #000;
  transition: all 0.3s;
  font-family: "Inter", Arial, sans-serif !important;

}

.read-btn:hover {
  background-color: #000;
  color: #fff;
  border: 2px solid #000;
}


.previous-officers-section {
  background-color: #FFFFFF;
  /* padding-top: 40px; */
  margin-top: -70px;
  padding-bottom: 120px;
  border-top-left-radius: 80px;
  border-top-right-radius: 80px;

}



/* .section-title {
      font-weight: 800;
      color: #11172E;
      font-size: 48px;
      line-height: 0.8;
    font-family: "TEST3", Arial, sans-serif !important;

    }

    .section-subtitle {
      color: #11172E;
      font-size: 24px;
      font-weight: 500;
      margin-bottom: 40px;
        font-family: "Inter", Arial, sans-serif !important;

    } */

.timeline-wrapper {
  position: relative;
}

/* Vertical divider line */
.timeline-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 3px;
  height: 450px;
  background-color: #E8E8E8;
  transform: translateX(-50%);
}

.officer-card {
  background-color: #eef2ff;
  border-radius: 20px;
  padding: 10px 30px;
  padding-left: 10px;
  display: flex;
  align-items: center;
  gap: 15px;
  width: fit-content;
  transition: all 0.3s ease;
}

.officer-first-box {
  /* margin-right: 10px; */
  padding-right: 95px;
}

.officer-second-box {
  padding-right: 70px;
}

.officer-third-box {
  padding-right: 50px;
}

.officer-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.officer-img {
  width: 60px;
  height: 60px;
  border-radius: 10px;
  object-fit: cover;
}

.officer-info h6 {
  margin: 0;
  color: #0b1c48;
  font-weight: 700;
  font-size: 0.95rem;
}

.officer-info p {
  margin: 0;
  font-size: 0.85rem;
  color: #6b7280;
}

/* Positioning of cards */
.timeline-left,
.timeline-right {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.timeline-left {
  align-items: flex-end;
  padding-right: 20px;
}

.timeline-right {
  align-items: flex-start;
  padding-left: 20px;
  margin-top: 120px;
}

@media (max-width: 992px) {
  .timeline-wrapper::before {
    display: none;
  }

  .timeline-left,
  .timeline-right {
    align-items: center;
    padding: 0;
  }

  .previous-officers-section {
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
  }

  .profile-name {
    margin-top: 20px;
  }

  .profile-img {
    width: 288px;
    height: 288px;

  }
}




/* bio */


.bio-section {
  background: #FFFFFF;
  /* border-radius: 20px; */
  /* padding: 50px; */
  /* max-width: 1100px; */
  /* margin: 60px auto; */
  margin-top: -70px;
  border-top-left-radius: 80px;
  border-top-right-radius: 80px;
  /* box-shadow: 0 4px 25px rgba(0, 0, 0, 0.08); */
}

.bio-img {
  width: 353px;
  height: 353px;
  object-fit: cover;
  border-radius: 20px;
  border: 1px solid #D4D4D4;
  /* box-shadow: 0 4px 15px rgba(0,0,0,0.1); */
  position: relative;
  top: -130px;
  padding: 10px;
  background-color: #FFFFFF;

}


.bio-name {
  font-weight: 800;
  color: #000000;
  font-size: 42px;
  line-height: 0.8;
  font-family: "TEST3", Arial, sans-serif !important;
}

.bio-title {
  font-weight: 500;
  font-size: 28px;
  font-family: "Inter", Arial, sans-serif !important;
  color: #000000;
  margin-bottom: 30px;
}

.bio-heading {
  font-weight: bold;
  font-size: 24px;
  color: #1E317F;
  margin-top: 25px;
  margin-bottom: 8px;
  padding-bottom: 10px;
  border-bottom: 2px solid #E6E6E6;
  width: 107%;
  font-family: "Inter", Arial, sans-serif !important;
}

.bio-section-details {
  margin-top: -50px;
  width: 100%;

}

.bio-text {
  font-size: 20px;
  color: #11172E;
  line-height: 1.5;
  margin-bottom: 20px;
  font-family: "Inter", Arial, sans-serif !important;

}

.heading-gray {
  position: relative;
  top: -130px;

}

.gray-bg {
  background-color: #EFF1F9;
  height: 250px;
  border-top-left-radius: 80px;
  border-top-right-radius: 80px;
  margin-top: -70px;
}

@media (max-width: 991px) {
  .bio-section {
    /* padding: 30px; */
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
  }

  .gray-bg {
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
  }

  .bio-img {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
  }

  .bio-name {
    font-size: 24px;
    line-height: 1.2;
    text-align: center;
  }

  .bio-title {
    text-align: center;
    font-size: 18px;
  }

  .officers-section {
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
  }
}




/* timings and holidays */

.table-section {
  margin-top: 20px;
}

.holiday-table {
  background: white;
  border-radius: 20px;
  overflow: hidden;
  /* box-shadow: 0 2px 8px rgba(0,0,0,0.05); */
}

.holiday-table thead {
  background-color: #0b1b46;
  color: white;
}

.holiday-table td {
  vertical-align: middle;
  padding: 14px 12px;
  font-size: 18px;
  font-family: "Inter", Arial, sans-serif !important;
}

/* .holiday-table th{
      font-size: 20px;
        vertical-align: middle;
      padding: 14px 16px;
         font-family: "Inter", Arial, sans-serif !important;

    }  */

.holiday-table tbody tr:nth-child(even) {
  background-color: #fafafa;
}

.table-number {
  font-size: 16px !important;
  color: #909299 !important;
  font-weight: 600 !important;
  font-family: "Inter", Arial, sans-serif !important;
  padding-left: 20px !important;

}

.table th {
  background-color: #11172E;
  color: white;
  font-size: 20px;
  vertical-align: middle;
  padding: 14px 16px;
  font-family: "Inter", Arial, sans-serif !important;
}

.detail-card {
  background: #fff;
  border-radius: 20px;
  /* box-shadow: 0 2px 8px rgba(0,0,0,0.05); */
  padding: 35px 30px;
}

.detail-card h6 {
  color: #1E317F;
  font-weight: bold;
  font-size: 24px;
}

.detail-card p {
  font-size: 20px;
  margin: 0;
  color: #11172E;
}

.divider {
  border-top: 1px solid #E5E5E5;
  margin: 15px 0;
}

.footer-note {
  font-size: 20px;
  color: #11172E;
  font-weight: 500;
  margin-top: 60px;
  font-family: "Inter", Arial, sans-serif !important;
  line-height: 1.3;
}

@media (max-width: 991px) {
  .detail-card {
    margin-top: 20px;
  }

  .holiday-table {
    overflow-x: scroll;
  }

  .holiday-table td {
    font-size: 14px;
  }

  .table th {
    font-size: 12px !important;
  }
}


.holiday-footer {
  margin-top: -80px;
}




/* right to information */


.information-footer {
  margin-top: -100px;

}

.contact-btn {
  padding: 12px 20px;
  background-color: #1E317F;
  color: white;
  border-radius: 100px;
  font-weight: sem-bold;
  font-size: 18px;
  border: none;
  font-family: "Inter", Arial, sans-serif !important;
  margin-top: 40px;
  margin-bottom: 250px;
}

.information-desc {
  margin-top: 30px !important;
  font-size: 20px;
  color: #11172E;
  line-height: 1.3;
  font-family: "Inter", Arial, sans-serif !important;
}





/* services page */


.service-yellowbtn {
  padding: 12px 20px;
  background-color: #FEC013;
  border: none;
  color: #11172E;
  font-size: 18px;
  font-weight: sem-bold;
  font-family: "Inter", Arial, sans-serif !important;
  border-radius: 100px;
}




.service-section {
  /* max-width: 1475px; */
  /* margin: 50px auto; */
  background-color: #EFF1F9;
  border-radius: 12px;
  padding-top: 40px;
  margin-top: -70px;
  padding-bottom: 120px;
  border-top-left-radius: 80px;
  border-top-right-radius: 80px;
  /* position: relative; */
}



/* .service-title {
      font-weight: 800;
      font-size: 42px;
        font-family: "TEST3", Arial, sans-serif !important;
        line-height: 0.8;

    }

    .service-subtitle {
      font-size: 27px;
      color: #000000;
      margin-bottom: 20px;
      font-family: "Inter", Arial, sans-serif !important;
      font-weight: 500;

    } */





.passport-section {
  background-color: #FFFFFF;
  border-radius: 16px;
  /* box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05); */
  padding: 80px 0px;
  margin-top: -100px;
  border-top-left-radius: 80px;
  border-top-right-radius: 80px;
}

.section-heading {
  font-size: 24px;
  font-weight: bold;
  color: #1E317F;
  margin-top: 50px;
  margin-bottom: 0.75rem;
  font-family: "Inter", Arial, sans-serif !important;

}

.section-text-head {
  color: #333333;
  font-size: 24px;
  font-weight: 500;
  font-family: "Inter", Arial, sans-serif !important;
  margin-bottom: 50px;

}

.section-text {
  font-size: 22px;
  color: #11172E;
  line-height: 1.3;
  margin-bottom: 30px;
  font-family: "Inter", Arial, sans-serif !important;

}

.sidebar-box-parent {
  margin-top: 90px !important;

}

.sidebar-box {
  background-color: #EFF1F9;
  border-radius: 40px;
  padding: 30px 28px;
  margin-bottom: 30px;
}

.sidebar-box-white {
  background-color: white;
  padding: 25px;
  padding-bottom: 10px;
  border-radius: 20px;
}

.sidebar-title {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 25px;
  color: #1E317F;
  font-family: "Inter", Arial, sans-serif !important;

}

.fee-item-first {
  display: flex;
  justify-content: space-between;
  align-items: start;
  font-size: 14px;
  margin-bottom: 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid #EFEFEF;
}

.fee-item {
  display: flex;
  justify-content: space-between;
  align-items: start;
  font-size: 14px;
  margin-bottom: 10px;
}

.fee-item .fee-item-first,
.fee-label {
  color: #11172E;
  font-weight: 600;
  font-size: 22px;
  line-height: 1.2;
  font-family: "Inter", Arial, sans-serif !important;

}

.fee-item .fee-item-first,
small {
  font-size: 18px !important;
  color: #11172E;
  font-weight: 500;
  font-family: "Inter", Arial, sans-serif !important;
}

.fee-item .fee-item-first,
.fee-price {
  color: #5064BA;
  font-weight: 600;
  font-size: 22px;
  font-family: "Inter", Arial, sans-serif !important;

}

.note-text {
  font-size: 16px;
  color: #11172E;
  margin-top: 20px;
  font-family: "Inter", Arial, sans-serif !important;

}

.highlight {
  font-weight: 600;
}


.section-text-box {
  font-size: 22px;
  color: #11172E;
  font-family: "Inter", Arial, sans-serif !important;
  line-height: 1.3;
}



@media (max-width: 992px) {
  .passport-section {
    padding: 35px 25px;
  }

  .fee-item .fee-item-first,
  .fee-label {
    text-align: start;
  }

  .section-text-box {
    text-align: start;
  }

  .service-section {
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
  }

  .passport-section {
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
  }

}

@media (max-width: 576px) {
  .sidebar-box {
    text-align: center;
  }
}



.services-footer {
  margin-top: -10px;
}





/*  VISA PAGE  */


.visa-section {
  background-color: #FFFFFF;
  /* padding: 60px 0; */
  font-family: "Inter", Arial, sans-serif !important;
  border-top-left-radius: 80px;
  border-top-right-radius: 80px;
  margin-top: -100px;
  padding: 80px 0px;

}



/* .visa-box {
      background-color: #fff;
      border-radius: 10px;
      box-shadow: 0 0 12px rgba(0, 0, 0, 0.08);
      padding: 40px 35px;
      margin-top: 20px;
    } */

.visa-type {
  display: flex;
  gap: 15px;
  border-bottom: 1px solid #dee2e6;
  margin-bottom: 30px;
  /* padding-bottom: 10px; */

}


/* .visa-type-light a{
      color: #B8B9C0;
      font-size: 24px;
      font-weight: bold;
      text-decoration: none ;
       font-family: "Inter", Arial, sans-serif !important;

    }
     */

.visa-heading {
  font-weight: bold;
  font-size: 24px;
  font-family: "Inter", Arial, sans-serif !important;

}

.visa-heading a {
  text-decoration: none;
  color: #B8B9C0 !important;
}

.visa-heading a.active {
  color: #5064BA !important;
  text-decoration: none;

}

.visa-info p {
  color: #11172E;
  line-height: 1.7;
  margin-bottom: 15px;
  font-size: 20px;
  font-family: "Inter", Arial, sans-serif !important;

}

.visa-list {
  list-style: none;
  padding-left: 20px;
}

.visa-list li {
  position: relative;
  margin-bottom: 8px;
  font-size: 20px;
  font-family: "Inter", Arial, sans-serif !important;
  line-height: 1.6;
  color: #11172E;
}

.visa-list li::before {
  content: "•";
  color: #555;
  position: absolute;
  left: -15px;
  font-size: 18px;
  margin-bottom: 0;
}

/* Office Hours */
.office-hours-box {
  background-color: #EFF1F9;
  border-radius: 20px;
  padding: 25px 30px;
  /* box-shadow: 0 0 6px rgba(0, 0, 0, 0.05); */
  font-family: "Inter", Arial, sans-serif !important;

}

.office-hours-box h5 {
  font-weight: bold;
  color: #1E317F;
  font-size: 24px;
  margin-bottom: 15px;
}

.office-hours-box p {
  font-size: 18px;
  color: #11172E;
  margin-bottom: 10px;
  line-height: 1.3;
}

.office-hours-box strong {
  color: #000;
}

@media (max-width: 768px) {
  .visa-box {
    padding: 25px;
  }

  .visa-heading {
    font-size: 18px;
  }

  .services-footer {
    margin-top: 60px !important;
  }

  .visa-section {
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
  }
}




/* .visa-section {
      background-color: #fff;
      padding: 40px 0;
      font-family: 'Inter', sans-serif;
    } */

.visa-table-wrapper {
  border: 1px solid #dee2e6;
  border-radius: 20px;
  overflow: hidden;
  margin-top: 60px;
}

.visa-table {
  width: 100%;
  border-collapse: collapse;
  text-align: start;
  margin-bottom: 0;
  font-family: "Inter", Arial, sans-serif !important;

}

/* Header */
.visa-table thead th {
  background-color: #11172E;
  color: #fff;
  padding: 14px 10px;
  font-weight: bold;
  font-size: 18px;
  white-space: nowrap;
}

/* Body */
.visa-table tbody td {
  padding: 12px 10px;
  font-size: 18px;
  vertical-align: middle;
}

.visa-table tbody tr:nth-child(odd) {
  background-color: #f8f9fb;
}

.visa-table td:first-child {
  text-align: left;
  font-weight: 600;
  padding-left: 18px;
  white-space: nowrap;
}

.visa-table td:nth-child(2) {
  text-align: left;
  white-space: nowrap;
}

/* Remove inner borders */
.visa-table th,
.visa-table td {
  border: none !important;
}

/* Footer */
.visa-footer {
  border-top: 1px solid #dee2e6;
  padding: 12px 15px;
  font-size: 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.visa-footer span {
  font-weight: 700;
}

.visa-footer+.visa-footer {
  border-top: 1px solid #dee2e6;
}

/* Responsive */
@media (max-width: 992px) {

  .visa-table th,
  .visa-table td {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .visa-table-wrapper {
    overflow-x: auto;
  }

  .visa-table {
    white-space: nowrap;
  }

  .visa-footer {
    flex-direction: column;
    align-items: flex-start;
  }
}


.visa-last-container {

  margin-top: 40px;
  font-family: "Inter", Arial, sans-serif !important;
  font-size: 20px;

}


@media (max-width: 576px) {
  .visa-last-container {
    padding: 20px;
    margin: 20px;
  }
}






/* Visa Section Styling */

.visa-type-area {
  /* padding: 60px 0; */
  margin-top: 40px;
  font-family: "Inter", Arial, sans-serif !important;


}

.visa-type-heading {
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 15px;
  color: #11172E;
}

.visa-type-desc {
  color: #11172E !important;
  font-size: 22px !important;
  margin-bottom: 35px;
  line-height: 1.2 !important;
}

.visa-type-box {
  background: #FBFBFB;
  /* border: 1px solid #; */
  border-radius: 30px;
  padding: 25px 30px;
  margin-bottom: 25px;
  /* box-shadow: 0 1px 3px rgba(0,0,0,0.08); */
  transition: all 0.25s ease-in-out;
  font-family: "Inter", Arial, sans-serif !important;

}

.visa-type-box:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.visa-box-title {
  color: #1E317F;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 10px;
}

.visa-box-text {
  font-size: 20px !important;
  color: #11172E !important;
  line-height: 1.3 !important;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .visa-type-area {
    padding: 40px 15px;
  }

  .visa-type-box {
    padding: 20px;
  }

  .visa-type-heading {
    font-size: 1.4rem;
  }

  .visa-box-title {
    font-size: 1rem;
  }

  .visa-box-text {
    font-size: 14px;
  }
}




/* ===== Birth Certificate Section Styles ===== */
.birth-section {
  /* padding: 60px 0; */
  padding-top: 60px !important;
  background-color: #FFFFFF;
  border-top-left-radius: 80px;
  border-top-right-radius: 80px;
  margin-top: -100px;
  font-family: "Inter", Arial, sans-serif !important;

}

.birth-heading {
  font-weight: bold;
  font-size: 24px;
  color: #1E317F;
  margin-bottom: 10px;
}

.birth-text {
  font-size: 22px;
  color: #11172E;
  margin-bottom: 6px;
  line-height: 1;
}

.birth-info-card {
  background-color: #EFF1F9;
  border-radius: 20px;
  padding: 25px;
  /* box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.05); */
}

.birth-info-card h6 {
  color: #1E317F;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 12px;
}

.birth-info-card p {
  font-size: 20px;
  margin-bottom: 8px;
  color: #11172E;
}

.birth-divider {
  border-bottom: 1px solid #dee2e6;
  margin: 15px 0;
}

.birth-fee-box {
  background-color: #5064BA;
  color: #FFFFFF;
  border-radius: 10px;
  padding: 20px;
  margin-top: 20px;
}

.birth-fee-box h6 {
  color: #FFFFFF;
  font-size: 20px;
}

.birth-fee-box p {
  margin-bottom: 0;
  color: #fff;
  font-size: 20px;
}

@media (max-width: 991px) {
  .birth-info-card {
    margin-top: 30px;
  }

  .birth-section {
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
  }
}





/* discover afghanistan styling */

.discover-wrapper {
  /* background: #fff; */
  border-radius: 18px;
  overflow: hidden;
  /* box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1); */
  margin-top: 40px;
  font-family: "Inter", Arial, sans-serif !important;

}

.discover-top-img {
  width: 100%;
  height: 690px;
  object-fit: cover;
  border-radius: 40px;
}

.discover-content {
  padding-top: 50px;
}

.discover-sidecard {
  background: #FFFFFF;
  border-radius: 12px;
  padding: 22px 20px;
  margin-bottom: 25px;
  border-radius: 20px;
  /* box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08); */
}

.discover-sidecard h5 {
  text-align: start;
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 12px;
  color: #11172E;
}

.discover-content p {
  text-align: justify;
  line-height: 1.4;
  font-size: 21px;
  color: #11172E;
  margin-bottom: 18px;
}

.discover-sidecard p {
  font-size: 18px;
  margin: 0;
}

.discover-sidecard img {
  border-radius: 10px;
  margin-bottom: 12px;
}






@media (max-width: 767px) {
  .discover-top-img {
    height: 350px;
  }
}


.discover-section-white {
  background-color: #FFFFFF;
  border-top-left-radius: 80px;
  border-top-right-radius: 80px;
  margin-top: -100px;
  padding-top: 40px;
}



/* history section  */


.history-section {
  padding-top: 20px;
  padding-bottom: 40px;
  font-family: "Inter", Arial, sans-serif !important;

}

.history-image {
  width: 100%;
  height: auto;
  max-width: 848px;
  max-height: 570px;
  border-radius: 30px;
  object-fit: cover;
}

.history-text {
  color: #11172E;
  font-size: 18px;
  line-height: 1.3;
}

.history-text p {
  margin-bottom: 15px;
}

@media (max-width: 991px) {
  .history-section .row {
    flex-direction: column;
  }

  .history-text {
    margin-top: 20px;
    text-align: start;
  }
}



/* NEWS SECTION (VERSION 2) */


.news-v2-wrapper {
  padding-top: 20px;
  font-family: "Inter", Arial, sans-serif !important;

}

.news-v2-card {
  background: transparent;
}

.news-v2-card img {
  width: 100%;
  height: 230px;
  object-fit: cover;
  border-radius: 20px;
}

.news-v2-card h5 {
  font-weight: bold;
  color: #1E317F;
  margin-top: 14px;
  line-height: 1.3;
  font-size: 24px;
}

.news-v2-meta {
  font-size: 13px;
  color: #888;
  margin: 5px 0 8px;
  display: flex;
  gap: 5px;
}

.news-v2-meta span {
  text-align: center;
  display: flex;
  align-items: center;
  gap: 5px;
}

.news-v2-meta img {
  width: 15px;
  height: 15px;

}

.news-v2-card p {
  color: #11172E;
  font-size: 18px;
  margin-top: 20px;
  line-height: 1.5;
}

/* Sidebar */
.news-v2-sidebar {
  background-color: #fff;
  border-radius: 20px;
  padding: 30px;
  padding-bottom: 0px;
}

.news-v2-sidebar h4 {
  font-weight: bold;
  color: #11172E;
  font-size: 30px;
  margin-bottom: 25px;
  line-height: 1.1;
  font-family: "TEST3", Arial, sans-serif !important;

}

.news-v2-item {
  margin-bottom: 25px;
  border-bottom: 1px solid #E1E1E1;
}

.news-v2-item h6 {
  font-weight: bold;
  color: #1E317F;
  margin-bottom: 6px;
  font-size: 24px;
  line-height: 1.3;
}

.news-v2-item p {
  font-size: 18px;
  color: #11172E;
  margin-bottom: 20px;
}

.news-v2-item small {
  font-size: 14px !important;
  color: #888;
  display: flex;
  padding-bottom: 20px;
  align-items: center;
  gap: 5px;
}

@media (max-width: 991px) {
  .news-v2-sidebar {
    margin-top: 40px;
  }

  .news-v2-sidebar h4 {
    font-size: 25px;
    line-height: 1.2;
  }
}



/* contact page styling */


.contact-v2-wrapper {
  background-color: #fff;
  border-radius: 20px;
  padding: 40px 30px;
  font-family: "Inter", Arial, sans-serif !important;

}

/* Office Hours Section */
.contact-v2-office h6 {
  font-weight: bold;
  font-size: 24px;
  color: #11172E;
  margin-bottom: 15px;
}

.contact-v2-office p {
  font-size: 20px;
  margin-bottom: 4px;
  color: #11172E;
  /* font-weight: 600; */
}

.contact-v2-office p a {
  text-decoration: none;
  color: #5064BA;
  font-weight: bold;
}

.contact-v2-office .contact-v2-day {
  color: #5063B9;
  font-weight: bold;
  font-size: 20px;
}

/* Form Section */

.contact-v2-form {
  margin-top: 60px;
}

.contact-v2-form label {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}

.contact-v2-form input,
.contact-v2-form select,
.contact-v2-form textarea {
  border-radius: 8px;
  border: 1px solid #e0e0e0;
  font-size: 16px;
  padding: 14px 12px;
}

.contact-v2-form textarea {
  resize: none;
  height: 100px;
}

.contact-v2-submit {
  background-color: #0b1739;
  color: #fff;
  border-radius: 25px;
  padding: 14px 20px;
  font-size: 18px;
  font-weight: 500;
  border: none;
  margin-top: 20px;
  transition: 0.3s ease;
}

.contact-v2-submit i {
  margin-left: 6px;
}

.contact-v2-submit:hover {
  background-color: #162a6b;
}

/* Right Info Box */
.contact-v2-info {
  background-color: #FFFFFF;
  border-radius: 20px;
  padding: 35px;
  font-family: "Inter", Arial, sans-serif !important;

}

.contact-v2-info h6 {
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 8px;
  color: #5063B9;
}

.contact-v2-info p {
  font-size: 18px;
  margin-bottom: 20px;
  color: #11172E;
}

.contact-v2-info a {
  color: #1E317F;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
}

.contact-v2-info h6 {
  font-size: 15px;
  color: #5063B9;
}

.contact-v2-info a:hover {
  text-decoration: underline;
}

.contact-v2-social a {
  width: 40px;
  height: 40px;
  background-color: #0b1739;
  color: white;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 8px;
  font-size: 18px;
  transition: 0.3s ease;
}

.contact-v2-social a:hover {
  background-color: #162a6b;
}

.contact-v2-map {
  width: 100%;
  height: 274px;
  border-radius: 15px;
  background: url('../assets/map2.svg') center/cover no-repeat;
  margin-bottom: 15px;
}

.border-left {
  border-right: 1px solid #C5C9D8;
}

.border-left-text {
  margin-left: 5px;
}

@media (max-width: 992px) {
  .contact-v2-info {
    margin-top: 25px;
  }

  .border-left-text {
    margin-left: 0px;
  }

  .contact-v2-social a {
    width: 35px;
    height: 35px;
    font-size: 18px;
  }


}



/* realtionship styling */

.relation-main-heading {
  padding-top: 20px;
  font-weight: 800;
  font-size: 42px;
  font-family: "TEST3", Arial, sans-serif !important;
  line-height: 1.1;
  text-align: start;

}


/* .timeline-container {
      background: #fff;
      border-radius: 10px;
      padding: 50px 30px;
      box-shadow: 0 0 20px rgba(0,0,0,0.08);
    } */

.timeline {
  position: relative;
  margin-left: 60px;
  border-left: 3px solid #1E317F;
  padding-left: 30px;
  /* height: 120vh; */
  font-family: "Inter", Arial, sans-serif !important;

}

.timeline-item {
  position: relative;
  margin-bottom: 60px;
}

.timeline-item-last {
  position: relative;
  margin-bottom: 60px;
}

.timeline-item::before {
  content: "";
  position: absolute;
  left: -90px;
  top: 0;
  width: 100px;
  height: 100px;
  background-color: #1E317F;
  border-radius: 50%;
  border: none;
  /* border: 4px solid #fff; */
  z-index: 1;
  padding: 60px;
}

.timeline-item-last::before {
  content: "";
  position: absolute;
  left: -90px;
  top: 10px;
  width: 100px;
  height: 100px;
  background-color: #1E317F;
  border-radius: 50%;
  border: none;
  /* border: 4px solid #fff; */
  z-index: 1;
  padding: 60px;
}

.year-badge {

  position: relative;
  left: -68px;
  top: 40px;
  z-index: 2;
  font-weight: bold;
  color: #FFCA36;
  font-size: 24px;
  font-family: "TEST3", Arial, sans-serif !important;


}

.year-badge-last {
  position: relative;
  left: -68px;
  top: 50px;
  z-index: 2;
  font-weight: bold;
  color: #FFCA36;
  font-size: 24px;
  font-family: "TEST3", Arial, sans-serif !important;


}

.timeline-space {
  padding-bottom: 100px;
}

.timeline-content {
  /* background: #f7f9fc; */
  /* border-radius: 8px; */
  padding: 0px 45px;
  /* box-shadow: 0 3px 8px rgba(0,0,0,0.05); */
  margin-top: -20px;

}

.timeline-content p {
  margin-bottom: 0;
  font-size: 22px;
  color: #11172E;
  line-height: 1.6;
}

.right-box {
  background: #FFFFFF;
  border-radius: 20px;
  padding: 30px 25px;
  font-family: "Inter", Arial, sans-serif !important;

}

.right-box h5 {
  font-weight: bold;
  color: #5064BA;
  margin-bottom: 20px;
  font-size: 20px;
}

.right-box h4 {
  font-weight: bold;
  color: #11172E;
  font-size: 24px;
  margin-bottom: 40px;
  line-height: 1.3;
}

.right-box p {
  font-size: 18px;
  color: #11172E;
  line-height: 1.6;
  margin-bottom: 60px;
}

.last-donation-para {
  margin-bottom: 0 !important;
}

@media (max-width: 991px) {
  .timeline-container {
    padding: 30px 15px;
  }

  .timeline {
    margin-left: 20px;
    padding-left: 20px;
    border: none;
  }

  .timeline-item::before {
    /* left: -30px; */
    display: none;
  }

  .timeline-item-last::before {
    /* left: -30px; */
    display: none;
  }

  .relation-main-heading {
    font-size: 25px;
    line-height: 1.2;
  }
}

@media (max-width: 767px) {
  .timeline {
    border-left: none !important;
    margin: 0;
    padding: 0;
    border: none !important;
  }

  .timeline-item::before {
    display: none;
  }

  .timeline-item-last::before {
    display: none;
  }

  .timeline-content {
    box-shadow: none;
    border-left: 4px solid #0d47a1;
    border-radius: 0 8px 8px 0;
    text-align: start;
    padding: 0;
    padding-left: 20px;
  }

  .year-badge {
    display: none;
  }

  .year-badge-last {
    display: none;
  }

  .right-box {
    margin-top: 40px;
    text-align: start;
  }
}


@media(max-width:991px) {
    .hero-title h2 {
        font-family: "TEST3", Arial, sans-serif !important;
    }
	.heroct h2{font-size:22px!important;line-height:32px;margin:0 auto!important;text-align:center!important;width:100%!important;max-width:100%!important}
	.heroct p{padding:5px!important;max-width:100%!important;font-size:16px!important;margin:10px!important}
	.whiteline{margin-top:10px!important;margin-bottom:10px!important}
	.herotop+.slider-nav p{display:none!important}
	.herotop+.slider-nav .nav-item img{width:48px!important;height:48px!important}
	.herotop+.slider-nav{margin:0}
	.heroct {display:flex;align-content:center;justify-content:center;flex-flow:wrap}
	.wpr-button-wrap,a.wpr-button{max-width:100%!important;width:100%!important;}.wpr-button-wrap,a.wpr-button span{font-size:14px!important}
	.hero-title{width:100%!important;}
	.hero-title h2{font-size:16px!important;line-height:20px!important}
	
}