/* Header */
header .header-nav .header-logo img {
  width: 208px;
}

.navbar-nav .nav-link {
  padding: 10px 15px;
}

.navbar-nav .nav-item.no-after::after {
  display: none;
}

.dropdown-menu>li>a {
  font-size: 16px;
  padding: 13px 30px;
  background-color: #FBFBFB;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.show {
  color: #FF6D12;
}

.dropdown-menu>li>a:hover {
  background-color: #FF6D12;
  color: #ffffff;
}

@media (min-width: 1180px) {
  .navbar-nav .dropdown-menu {
    position: absolute;
    top: auto;
  }

  .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
  }

  .dropdown:hover>.dropdown-menu {
    opacity: 1;
    visibility: visible;
    transition: all .3s ease-in-out;
  }

  .dropdown>.dropdown-toggle:active {
    /*Without this, clicking will make it sticky*/
    pointer-events: none;
  }

  ul.dropdown-menu {
    max-height: 630px !important;
    overflow-y: auto !important;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
  }

  .navbar-nav .nav-link.active {
    color: #FF6D12;
  }

  .dropdown-item.active {
    background-color: #FF6D12;
  }
}

@media (min-width: 1181px) and (max-width: 1380px) {
  .navbar-logo img {
    width: 70% !important;
  }
}

@media (max-width: 1180px) {

  div#slicknav-mobile,
  .dropdown-toggle::after {
    display: block;
  }

  .header-top,
  .mt_search,
  .slicknav_nav .slicknav_arrow,
  .navbar-button,
  .navbar-sticky-in,
  #responsive-menu {
    display: none;
  }

  .slicknav_menu {
    display: block;
  }

  .nav-link {
    padding: 12px 36px !important;
    margin: 0 !important;
  }

  .slicknav_btn {
    position: absolute;
    right: 70px;
  }

  .slicknav_btn.slicknav_open:before,
  .slicknav_btn.slicknav_collapsed:before {
    left: 0;
    top: 30px;
    padding: 8px;
    position: absolute;
    color: #33373d;
  }

  .dropdown-menu {
    border-radius: 0 !important;
  }

  .slicknav_btn.slicknav_open:before {
    color: #FF6D12;
  }

  .slicknav_nav {
    top: 84px;
    left: 0;
    background-color: #F5F5F5;
    position: absolute;
    height: 280px;
    overflow: auto;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.12);
  }

  .slicknav_nav a:hover,
  li.nav-item.dropdown.slicknav_parent.slicknav_open>a>a {
    background-color: #FF6D12 !important;
    color: #fff;
  }

  .slicknav_nav a,
  .dropdown-menu>li>a {
    font-size: 16px;
    background-color: #F5F5F5;
    color: #33373d;
    text-transform: capitalize !important;
    border: none !important;
    font-weight: 400 !important;
  }

  .dropdown-menu>li>a {
    padding-left: 50px !important;
    border-top: 1px solid #FBFBFB !important;
  }

  .dropdown-toggle::after {
    display: none;
  }

  .slicknav_nav .active,
  .fa-angle-up:before {
    background-color: #FF6D12;
    color: #fff;
  }

  .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
  }
}

@media (max-width: 1100px) {
  .slicknav_nav .slicknav_item a {
    pointer-events: none;
  }
}

@media (max-width: 768px) {
  header .header-nav .header-logo img {
    width: 160px;
  }

  .slicknav_btn.slicknav_open:before,
  .slicknav_btn.slicknav_collapsed:before {
    top: 10px;
  }

  .slicknav_nav {
    top: 72px;
  }
}

/* Popup hidden by default */
#search1 {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

#search1 input {
  width: 400px;
}

#search1.open {
  display: flex;
}

#search1 .close {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 2rem;
  color: #fff;
  background: none;
  border: none;
  cursor: pointer;
}


/* Banner CSS */
.banner .slide {
  height: auto;
  background-position: center;
  background-size: cover;
  cursor: grab;
}

.banner .slide-info {
  opacity: 0;
  top: 122%;
}

.banner h1 {
  font-size: 70px;
}

.banner .slide.slick-slide.slick-current.slick-active .slide-info {
  animation: bannerfadein 1.2s ease-out forwards;
}

@keyframes bannerfadein {
  0% {
    opacity: 0;
    top: 122%;
  }

  100% {
    opacity: 1;
    top: 50%;
  }
}

@media (max-width: 1100px) {
  .banner .slide-info {
    width: 90%;
  }

  .banner h1 {
    font-size: 54px;
  }
}

@media (max-width: 768px) {
  .banner h1 {
    font-size: 32px;
  }
}


/* About CSS */
.about {
  background-image: url(../images/causes-01.png);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 60% auto;
  background-color: #f8f9fb;
}

.about .about-left .exp-box {
  bottom: 60px;
  right: -30px;
  padding: 30px;
}

.about .about-features .feature-box:hover {
  background-color: #33373d;
  transform: translateY(-10px);
  transition: all .3s ease-in-out;
  color: #fff;
}

.about .about-features .feature-box:hover h4 a {
  color: #fff;
}

.about .about-features .feature-box:hover .feature-icon img {
  background: #fff;
  border-radius: 50%;
  padding: 5px;
}

@media (max-width: 992px) {
  .about .about-left .exp-box {
    right: 30px;
    bottom: 30px;
  }
}

@media (max-width: 768px) {
  .about .about-left .exp-box {
    right: 0;
    bottom: 0;
    position: relative !important;
  }
}


/* Donation Banner */
.dono-banner {
  background: #fff;
  padding: 0px;
}

/* .dono-banner {
  background-image: url(../images/gallery-news-event-bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
} */

.dono-banner .dono-banner-left {
  background-position: center center;
  background-size: cover;
}

.dono-banner .dono-banner-left .overlay {
  background-color: #33373d;
  opacity: .8;
}

@media (max-width: 768px) {
  .donate-banner .donate-banner-right img {
    width: 75%;
  }
}

/* Donation Section */
.percentage-wrapper {
  height: 22px;
  right: 0px;
  border-radius: 3px;
  font-size: 13px;
}

.progress-bar {
  animation: progressBar 3s ease-in-out;
  animation-fill-mode: both;
  -moz-animation: progressBar 3s ease-in-out;
  -moz-animation-fill-mode: both;
  background-color: #FF6D12
}

@keyframes progressBar {
  0% {
    width: 0;
  }

  100% {
    width: width;
  }
}

/* Stats CSS */
.stats {
  background-image: linear-gradient(90deg, #FF6D12 0%, #2C2734 100%);
}

.stats .overlay {
  background-color: #2C2734;
  opacity: .8;
}

.stats .stats-left {
  background-color: #FFFFFF2E;
}

/* Events */
.events {
  background-image: url(../images/group-of-kids-using-tablet-in-school-2021-09-24-03-47-39-utc-e1752131460102.png);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: auto;
}

.events .overlay {
  background-color: #FBFBFB;
  opacity: .8;
}

/* Volunteer Banner */
.volunteer-banner {
  background-image: url(../images/diverse-team-of-volunteers-2021-09-24-04-19-01-utc.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.volunteer-banner .overlay {
  background-color: #2C2734;
  opacity: .8;
}

/* Faq */
.faq .faq-left img {
  border: 8px solid #FFFFFF33;
}

.faq .accordion-button:not(.collapsed) {
  background-color: #2C2734 !important;
  color: #fff;
}

.faq .accordion-button::after {
  background-image: none;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f078";
  margin-right: 8px;
  color: #2C2734;
}

.faq .accordion-button:not(.collapsed)::after {
  color: #fff;
}

/* Vounteer CSS */
.volunteer .volunteer-title {
  background-image: linear-gradient(90deg, #2C2734 77%, #fff 0%);
}

.social-link li a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  background-color: #a1a1a1;
  transition: all .3s ease-in-out
}

@keyframes iconTranslateY {
  48% {
    -webkit-transform: translateY(50%);
    transform: translateY(50%)
  }

  49% {
    opacity: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
  }

  50% {
    opacity: 1;
  }
}

.social-link>li>a:hover>i {
  -webkit-animation: iconTranslateY .4s forwards;
  animation: iconTranslateY .4s forwards;
}

.social-link li a:hover {
  background: #1DA1F2;
  color: #fff;
}

.social-link li:last-child a:hover {
  background: #E60023;
}

.social-link li:first-child a:hover {
  background: #1877F2;
}

.volunteer-box .volunteer-info {
  top: 115%;
  transition: all 0.4s ease-in-out;
}

.volunteer-box:hover .volunteer-info {
  top: 75%;
  transition: all 0.4s ease-in-out;
}

.volunteer-box .overlay {
  opacity: 0;
  background-color: #111;
  transition: all 0.4s ease-in-out;
}

.volunteer-box:hover .overlay {
  opacity: .8;
  transition: all 0.4s ease-in-out;
}

@media (min-width: 996px) and (max-width: 1400px) {
  .volunteer-box .volunteer-info {
    top: 150%;
    transition: all 0.4s ease-in-out;
  }

  .volunteer-box:hover .volunteer-info {
    top: 65%;
    transition: all 0.4s ease-in-out;
  }
}

/* Testimonial */
.testimonial {
  background-image: url(../images/multi-ethnic-group-of-kids-lying-on-each-other-in-2021-08-26-16-13-19-utc.jpg);
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: contain;
  background: #fff;
}

.testimonial .testimonial-body {
  padding-left: 300px;
}

.testimonial .testimonial-box .reviewer {
  bottom: -50%;
}

.testimonial .overlay {
  background-color: #F9F9FA;
  opacity: .8;
}

@media (max-width: 1400px) {
  .testimonial .testimonial-box .reviewer {
    bottom: -45%;
  }
}

@media (max-width: 1100px) {
  .testimonial .testimonial-box .reviewer {
    bottom: -37%;
  }
}

@media (max-width: 992px) {
  .testimonial .testimonial-body {
    padding-left: 0px;
  }
}

/* Gallery Slider */
.gallery-slider .slide img {
  height: 350px;
  object-fit: cover;
}

/* Donate CSS */
.donation-type-box:hover span {
  color: #2C2734;
  transition: all .3s ease-in-out;
}

.donation-type-box.bg-secondary:hover span {
  color: #fff;
}

/* Donate Banner CSS */
.donate-banner {
  background-image: url(../images/serednie-ukraine-march-09-2011-romani-boy-and-little-girl-in-orange-pumpkin-style-dress-over-clothes_t20_dzoxaJ.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.donate-banner .overlay {
  background-color: #2C2734;
  opacity: .8;
}

/* Volunteer Banner2 */
.volunteer-banner2 {
  padding-left: 300px;
}

@media (max-width: 1400px) {
  .volunteer-banner2 {
    padding-left: 90px;
  }
}

@media (max-width: 1100px) {
  .volunteer-banner2 {
    padding-left: 0;
  }
}


/* Blog */
.blog-box {
  background-color: #FBFBFB;
}

.blog-box .blog-info-top {
  border-bottom: 1px solid #eaeaea;
}

.blog-box .blog-info-bottom span:last-of-type::before {
  content: "•";
  margin: 0 5px;
}

.blog-box .blog-image .overlay {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, .35), transparent 75%);
  background-color: transparent;
  opacity: 1;
  transition: all .3s ease-in-out;
}

.blog-box .blog-image:hover .overlay {
  opacity: 0;
  transition: all .3s ease-in-out;
}

/* Involvement */
.involvement-banner {
  background-image: linear-gradient(90deg, #FF6D12 85%, #2C2734 15%);
}

.involvement-banner-left ul li span {
  height: 100px;
  width: 100px;
}

.involvement-banner-right a {
  background-color: #fff;
  color: #FF6D12;
}

.involvement-banner-right a:hover {
  background-color: #2C2734;
  color: #fff;
}

/* Footer */
footer {
  background: #283646;
}



.social-links a i {
  height: 42px;
  width: 42px;
  font-size: 21px;
  line-height: 42px;
  transition: all .3s ease-in-out;
}

.social-links a i:hover {
  opacity: .9;
  transition: all .3s ease-in-out;
}


/* ========================================= */
/*             Homepage-2 page CSS           */
/* ========================================= */

/* About */
.home2 .about .about-right img {
  border: 8px solid #FFFFFF33;
  margin-top: -100px;
}

.home2 .about {
  background-image: url(../images/group-of-kids-using-tablet-in-school-2021-09-24-03-47-39-utc-e1752131460102.png);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: auto;
}

.home2 .about .overlay {
  background-color: #FBFBFB;
  opacity: .8;
}

.home2 .about .donation-type-box img {
  height: 40px;
  width: 40px;
}

@media (max-width: 1100px) {
  .home2 .about .about-right img {
    margin-top: 0px;
  }

  .home-2 .banner-bottom-slider {
    padding-bottom: 0 !important;
  }
}



/* Ad Banner */
.home2 .ad-banner-left,
.event-detail-ad-banner .ad-banner-left {
  background-image: url(../images/serednie-ukraine-march-09-2011-portrat-of-romani-schoolgirl-looking-at-the-camera-younger-siblings_t20_JJYomO.jpg);
  background-position: center center;
  background-size: cover;
}

.home2 .ad-banner-left .overlay,
.event-detail-ad-banner .ad-banner-left .overlay {
  background-color: #2C2734;
  opacity: .8;
}

.home2 .ad-banner-right,
.event-detail-ad-banner .ad-banner-right {
  background-image: url(../images/children-left-alone-after-hostilities-2021-09-24-02-51-49-utc.jpg);
  background-position: center center;
  background-size: cover;
}

.home2 .ad-banner-right .overlay,
.event-detail-ad-banner .ad-banner-right .overlay {
  background-color: #FF6D12;
  opacity: .5;
}


/* Stats Section */
.home2 .stats {
  background-image: url(../images/serednie-ukraine-march-09-2011-romani-boy-and-little-girl-in-orange-pumpkin-style-dress-over-clothes_t20_dzoxaJ.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

/* Events */
.home2 .event-box:hover .event-image img {
  transform: scale(1.05) rotate(2deg);
  opacity: 0.8;
  transition: all .3s ease-in-out;
}

/* Donate CSS */
.home2 .donate {
  background-image: url(../images/multi-ethnic-group-of-kids-lying-on-each-other-in-2021-08-26-16-13-19-utc.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.home2 .donate .overlay {
  background-color: #FBFBFB;
  opacity: .9;
}


/* ========================================= */
/*             Homepage-3 page CSS           */
/* ========================================= */

/* Banner */
.home3 .banner {
  background-image: url(../images/photorealistic-kid-refugee-camp.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.home3 .banner .overlay {
  background-image: linear-gradient(180deg, #0F0D13 0%, #2C2734 100%);
  opacity: 0.65;
  background-color: transparent;
}

.home3 .banner .banner-right {
  background-image: url(../images/main-slider-two-img-shape-1.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
}

.home3 .banner .banner-right img {
  width: 65%;
}

@media (max-width: 996px) {
  .home3 .banner .banner-right img {
    width: 45%;
  }
}

@media (max-width: 768px) {
  .home3 .banner .banner-right img {
    width: 65%;
  }
}

/* Banner Bottom */
.home3 .banner-bottom-left {
  background-image: url(../images/children-left-alone-after-hostilities-2021-09-24-02-51-49-utc.jpg);
  background-position: center center;
  background-size: cover;
}

/* About CSS */
.home3 .about .about-right .lightgallery i {
  height: 66px;
  width: 66px;
  font-size: 33px;
  line-height: 66px;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
}

.home3 .about .about-right .lightgallery a::after,
.home3 .about .about-right .lightgallery a::before {
  content: " ";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  color: #fff;
  box-shadow: currentcolor 0px 0px 0px 0px;
  opacity: 0.6;
  z-index: -1;
  border-radius: 50%;
  animation: 3s ease 0s infinite normal none running button-ripple;
}

.home3 .about .about-right .lightgallery a::before {
  animation-delay: 0.3s;
}

@keyframes button-ripple {
  70% {
    box-shadow: 0 0 0 var(--glow-size, 15px) currentColor;
    opacity: 0;
  }

  100% {
    box-shadow: currentcolor 0px 0px 0px 0px;
    opacity: 0;
  }
}

@media (max-width: 768px) {
  .home3 .about .exp-box {
    left: 200px;
    bottom: -20px !important;
  }

  .about-right {
    margin-bottom: 100px;
  }
}

/* Feature */
.feature .feature-icon {
  height: 80px;
  width: 80px;
}

.home3 .feature .feature-inner .col-lg-3 {
  border-right: 1px solid #fff;
}

@media (max-width: 996px) {
  .home3 .feature .feature-inner .col-lg-3:nth-child(2) {
    border-right: none !important;
  }
}

@media (max-width: 768px) {
  .home3 .feature .feature-inner .col-lg-3 {
    border-right: none !important;
    border-bottom: 1px solid #fff;
  }
}

/* Donate Banner */
.home3 .donate-banner {
  background-image: url(../images/people-donating-clothing-to-charity-collection-in-2021-08-26-16-13-29-utc.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.home3 .donate-banner .overlay {
  background-color: transparent;
  background-image: linear-gradient(180deg, #2C2734 0%, #0F0D13 100%);
  opacity: 0.9;
}

/* Events */
.home3 .events .event-box {
  border-bottom-width: 4px !important;
}

/* Volunteer */
.home3 .volunteer .volunteer-title {
  background-image: linear-gradient(90deg, #2C2734 77%, #F9FAFB 0%);
}

/* Donate*/
.home3 .donate {
  background-image: linear-gradient(90deg, #F9FAFB 56%, #2C2734 0%);
}

@media (max-width: 996px) {
  .home3 .donate {
    background-image: linear-gradient(180deg, #F9FAFB 38%, #2C2734 0%);
  }
}

/* Testimonial */
.home3 .testimonial {
  background-image: url(../images/testimonial.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain
}

/* Partner Slider */
.home3 .partner {
  background-image: url(../images/serednie-ukraine-march-09-2011-romani-boy-and-little-girl-in-orange-pumpkin-style-dress-over-clothes_t20_dzoxaJ.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.home3 .partner .overlay {
  background-color: #2C2734;
  opacity: .8;
}

/* ========================================= */
/*              About Us page CSS            */
/* ========================================= */

/* Breadcrumb */
.breadcrumb {
  min-height: 150px;
  background-image: url(../images/contact-us-banner.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.breadcrumb h2 {
  font-size: 30px;
}

/* ========================================= */
/*           Causse Detail page CSS          */
/* ========================================= */
.gallery-slider1 .slide img {
  height: 300px;
  object-fit: cover;
}

.volunteer-form {
  background-image: url(../images/volunteer_t20_jLXp2X.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.volunteer-form input,
.volunteer-form textarea,
.search-bar input,
.error input,
.sidebar-searchbar input,
.contact-us-right input,
.contact-us-right textarea,
.blog-detail textarea,
.blog-detail input {
  color: #7e838b;
}

.volunteer-form input::placeholder,
.volunteer-form textarea::placeholder,
.search-bar input::placeholder,
.error input::placeholder,
.sidebar-searchbar input::placeholder,
.contact-us-right input::placeholder,
.contact-us-right textarea::placeholder,
.blog-detail textarea::placeholder,
.blog-detail input::placeholder {
  color: #7e838b90;
}

/* ========================================= */
/*            Event Detail page CSS          */
/* ========================================= */
.event-detail .volunteer-box:hover .volunteer-info {
  top: 50%;
  transition: all 0.4s ease-in-out;
}

.event-detail .volunteer-form {
  background-image: url(../images/serednie-ukraine-march-09-2011-romani-boy-and-little-girl-in-orange-pumpkin-style-dress-over-clothes_t20_dzoxaJ.jpg);
}

.event-detail .volunteer-box .volunteer-info {
  top: 120%;
}

/* ========================================= */
/*                Faq page CSS               */
/* ========================================= */
.faq-top .accordion-button:not(.collapsed),
.faq-bottom .accordion-button:not(.collapsed) {
  color: #FF6D12;
}

.faq-bottom .volunteer-form {
  background-image: url(../images/teen-volunteer-girl-2021-08-27-09-31-01-utc.jpg);
}

/* ========================================= */
/*            Testimonial page CSS           */
/* ========================================= */
.testimonial1 .testimonial-icon {
  bottom: 24px;
  right: 24px;
}

.testimonial1 {
  background-image: url(../images/serednie-ukraine-march-09-2011-romani-boy-and-little-girl-in-orange-pumpkin-style-dress-over-clothes_t20_dzoxaJ.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

/* ========================================= */
/*             Volunteer page CSS            */
/* ========================================= */
.donate1 {
  background-image: url(../images/group-of-kids-using-tablet-in-school-2021-09-24-03-47-39-utc-e1752131460102.png);
  background-position: center right;
  background-repeat: no-repeat;
}

/* ========================================= */
/*           Search Result page CSS          */
/* ========================================= */
.search-result-box {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
}

.search-result-box-stats span:last-of-type::before {
  content: "•";
  margin: 0 5px;
}

/* ========================================= */
/*             Coming Soon page CSS          */
/* ========================================= */
.coming-soon {
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/serednie-ukraine-march-09-2011-romani-boy-and-little-girl-in-orange-pumpkin-style-dress-over-clothes_t20_dzoxaJ.jpg);
}

.label {
  background: #FF6D12;
  color: white;
  padding: 10px;
  font-weight: bold;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.flip-card {
  perspective: 1000px;
  width: 100%;
  height: 80px;
  position: relative;
  margin-bottom: 20px;
}

.digit {
  position: relative;
  width: 100%;
  height: 100%;
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
  line-height: 80px;
  background: white;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  overflow: hidden;
}

/* halves */
.top,
.bottom {
  position: absolute;
  width: 100%;
  height: 50%;
  left: 0;
  overflow: hidden;
}

.top {
  top: 0;
  border-bottom: 3px solid #F1F1F1;
}

.bottom {
  bottom: 0;
  line-height: 0;
}

/* animated flipping panel */
.flip {
  position: absolute;
  width: 100%;
  height: 50%;
  top: 0;
  left: 0;
  overflow: hidden;
  backface-visibility: hidden;
  transform-origin: bottom;
  background: white;
  transform: rotateX(0);
}

.flip.animate {
  animation: flip .5s forwards;
}

@keyframes flip {
  0% {
    transform: rotateX(0);
  }

  100% {
    transform: rotateX(-90deg);
  }
}

.coming-soon .social-links a i {
  height: 50px;
  width: 50px;
  font-size: 25px;
  line-height: 50px;
  transition: all .3s ease-in-out;
}


@media (max-width: 995px) and (orientation: landscape) {
  .coming-soon {
    height: 200vh;
  }
}

/* ========================================= */
/*             Blog Detail page CSS          */
/* ========================================= */
.blog-detail .bg-twitter:hover {
  opacity: .8;
  background-color: #1DA1F2;
}

/* ========================================= */
/*              Contact US page CSS          */
/* ========================================= */
.contact-us .contact-info ul li a i {
  height: 70px;
  width: 70px;
  line-height: 70px;
  font-size: 30px;
}

.contact-us .overlay {
  background-image: url(../images/testimonial.png);
  background-color: transparent;
}

.contact-social-media ul li a i {
  height: 50px;
  width: 50px;
  line-height: 50px;
}

/* Donation Form Page */
.donation-form1 select,
.donation-form1 input,
.donation select,
.donation input,
.home4 .faq-right input,
.home4 .faq-right textarea {
  color: #7e838b;
}

.donation-form1 input::placeholder,
.donation input::placeholder,
.home4 .faq-right input::placeholder,
.home4 .faq-right textarea::placeholder {
  color: #7e838b90;
}

.donation-form1 {
  background-image: url(../images/multi-ethnic-group-of-kids-lying-on-each-other-in-2021-08-26-16-13-19-utc.jpg);
  background-size: 25%;
  background-position: top top;
  background-repeat: no-repeat;
}

/* ========================================= */
/*              Homepage 4 page CSS          */
/* ========================================= */
.home4 .header-nav-inner {
  margin-top: -30px;
}

.home4 .navbar-sticky-in .header-nav-inner {
  margin-top: 0 !important;
  background-color: #fff !important;
}

.home4 .banner {
  margin-top: -35px;
  background-image: linear-gradient(to top, rgba(44, 39, 52, .9) 0%, #2C2734 50%);
}

.home4 .banner-spin,
.home4 .banner-volunteers {
  top: 100px;
  right: 100px;
}

.home4 .banner-volunteers {
  left: 75px;
  right: auto;
}

.banner-spin:hover .spin-demo-main i {
  color: #FF6D12;
  transition: all ease-in-out 0.5s;
}

.spin-demo-main {
  display: grid;
  align-items: center;
  justify-items: center;
  cursor: pointer;
}

.spin-demo-main i {
  position: absolute;
  font-size: 25px;
  color: #fff;
  transition: all ease-in-out 0.5s;
}

.spin-demo-main #rotatingText {
  animation-name: rotate-circle;
  animation-duration: 15s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.spin-demo-main .text {
  font-weight: 400;
  letter-spacing: 1.7px;
  text-transform: uppercase;
  fill: #fff;
  font-size: 22px;
}

@keyframes rotate-circle {
  to {
    transform: rotate(1turn);
  }
}

@media (max-width: 1200px) {

  .home4 .header-nav-inner,
  .home4 .banner {
    margin-top: 0px;
  }

  .home4 .header-nav-inner {
    padding: 16px 8px !important;
  }
}

@media (max-width: 992px) {

  .home4 .banner-spin,
  .home4 .banner-volunteers {
    display: none;
  }
}


/* About US */
.about .about-body .about-body-left .overlay {
  background-color: transparent;
  background: linear-gradient(to bottom, #ffffff00, #2C2734);
  opacity: .9;
}

/* Feature */
.home4 .feature .feature-inner {
  margin-top: -96px;
}

/* Ad Banner */
.home4 .ad-banner .social-links a i {
  height: 30px;
  width: 30px;
  font-size: 15px;
  line-height: 30px;
}

/* Ad Banner */
.home4 .ad-banner .social-links a i:hover {
  color: #FF6D12;
}

.home4 .ad-banner .ad-banner-left img {
  width: 90%;
}

.home4 .ad-banner .overlay {
  background-color: transparent;
  background-image: radial-gradient(circle at bottom left, rgba(44, 39, 52, 0.5) 0%, rgba(44, 39, 52, 0.95) 45%);
  opacity: 1;
}

/* Testimonial Section */
.home4 .testimonials {
  background-image: url(../images/pexels-suraphat-933632.jpg);
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}

.home4 .testimonials .overlay {
  background-color: transparent;
  background-image: linear-gradient(to right, rgba(44, 39, 52, 0.902) 0%, #2C2734 75%);
  opacity: 1;
}

.testimonials .swiper {
  width: 100%;
  height: 600px;
  /* full screen height */
}

.testimonials .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Side slides */
.testimonials .swiper-slide {
  opacity: 0.7;
}

.testimonials .swiper-slide-active {
  transform: scale(1.1);
  opacity: 1;
  transition: all 0.3s ease;
}

.testimonials .swiper-slide-active .testimonial-box {
  width: 85% !important;
}

.testimonials .swiper-pagination-bullet {
  background-color: #F1F1F1 !important;
}

.testimonials .swiper-pagination-bullet-active {
  background-color: #FF6D12 !important;
}

@media (max-width: 768px) {
  .testimonials .swiper {
    height: 1000px;
  }
}

/* Volunteer */
.home4 .faq {
  background-image: url(../images/testimonial.png);
}

.home4 .volunteers .volunteers-box .volunteers-info {
  bottom: -50px;
  transition: all .3s ease-in-out;
}

.home4 .volunteers .volunteers-box:hover .volunteers-info {
  bottom: 0;
  transition: all .3s ease-in-out;
}

.home4 .volunteer-box1 {
  margin-top: -96px
}

@media (max-width: 992px) {
  .home4 .volunteer-box1 {
    margin-top: 0
  }

  .home4 .volunteers-inner {
    padding: 0 !important;
  }
}

/* Blog */
.home4 .blog .blog-box .overlay {
  background-color: transparent;
  background: linear-gradient(to bottom, #ffffff00, #2C2734);
  opacity: .9;
}


/* Footer */
.home4 .newsletter-inner {
  background-color: transparent;
  background-image: radial-gradient(circle at bottom left, rgba(44, 39, 52, 0.7) 0%, rgba(44, 39, 52, 0.95) 45%);
}

.home4 footer {
  background-image: none;
}

.home4 .social-links a i {
  height: 36px;
  width: 36px;
  line-height: 36px;
  font-size: 16px;
}

@media (max-width: 1200px) {
  .home4 .footer-left {
    border: none !important;
  }
}

@media (max-width: 768px) {

  .home4 .newsletter-right input,
  .home4 .newsletter-right button {
    border-radius: .5rem !important;
  }
}

/* ========================================= */
/*              Homepage 5 page CSS          */
/* ========================================= */

/* Banner CSS */
.home5 .banner .banner-position-img {
  top: -5%;
  right: -5%;
}

.home5 .banner .play-icon a i {
  height: 70px;
  width: 70px;
  line-height: 70px;
  font-size: 30px;
  background-color: #FF6D12;
  opacity: .8;
  color: #fff;
  transition: all .3s ease-in-out;
}

.home5 .banner .play-icon a i:hover {
  color: #2C2734;
  opacity: 1;
  transition: all .3s ease-in-out;
}

.donation-progress {
  position: absolute;
  bottom: -5%;
  left: -5%;
}

.circular-progress {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  background: conic-gradient(#FF6D12 0%, #e5e5e5 0%);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  --progress: 0;
}

.circular-progress::before {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  background: #fff;
  border-radius: 50%;
}

.progress-value {
  position: absolute;
  font-size: 1rem;
  font-weight: bold;
  color: #FF6D12;
}

/* Services CSS */
.home5 .services-box:hover {
  background-color: #2C2734 !important;
  color: #fff;
  transition: all .3s ease-in-out;
}

/* Causes CSS */
.home5 .causes .percentage-wrapper {
  background-color: #FF6D12;
}

/* Mission CSS */
.home5 .mission .mission-right {
  background-image: url(../images/donation.jpg);
  background-size: cover;
}




.bg-blue {
  background: #212466;
}

#header-nav-menu .text {
  color: #ffffff;
  font-weight: 400 !important;
}

.header-top {
  background: #4c4c4c !important;
}

.news-ticker {
  background-color: #fff;
  padding: 10px 0px 5px 0px;
  margin-top: 0px;
  color: #000;
  margin-bottom: 10px;
}

.top-header-news-ticker .news-ticker { 
  padding:5px 0px 5px 0px;
}



/*************************************************************** Me *********/
/* Fixed Social Media Icons */
.fixed-social-icons {
  position: fixed;
  right: 5px;
  top: 60%;
  transform: translateY(-50%);
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.social-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  color: #333;
  font-size: 16px;
  transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  position: relative;
  overflow: hidden;
}

.social-icon::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  transform: scale(0);
  transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  z-index: -1;
}

.social-icon:hover {
  transform: translateX(10px) scale(1.1);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.social-icon:hover::before {
  transform: scale(1);
}

.social-icon i {
  position: relative;
  z-index: 1;
  transition: color 0.3s ease;
}

/* Facebook */
.social-icon.facebook::before {
  background: #1877f2;
}

.social-icon.facebook:hover {
  color: #fff;
}

.social-icon.facebook:hover i {
  color: #fff;
  animation: bounce 0.6s ease;
}

/* Twitter */
.social-icon.twitter::before {
  background: #1da1f2;
}

.social-icon.twitter:hover {
  color: #fff;
}

.social-icon.twitter:hover i {
  color: #fff;
  animation: bounce 0.6s ease;
}

/* Instagram */
.social-icon.instagram::before {
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}

.social-icon.instagram:hover {
  color: #fff;
}

.social-icon.instagram:hover i {
  color: #fff;
  animation: bounce 0.6s ease;
}

/* YouTube */
.social-icon.youtube::before {
  background: #ff0000;
}

.social-icon.youtube:hover {
  color: #fff;
}

.social-icon.youtube:hover i {
  color: #fff;
  animation: bounce 0.6s ease;
}

/* LinkedIn */
.social-icon.linkedin::before {
  background: #0077b5;
}

.social-icon.linkedin:hover {
  color: #fff;
}

.social-icon.linkedin:hover i {
  color: #fff;
  animation: bounce 0.6s ease;
}

/* WhatsApp */
.social-icon.whatsapp::before {
  background: #25d366;
}

.social-icon.whatsapp:hover {
  color: #fff;
}

.social-icon.whatsapp:hover i {
  color: #fff;
  animation: bounce 0.6s ease;
}

/* Bounce Animation */
@keyframes bounce {

  0%,
  100% {
    transform: translateY(0);
  }

  25% {
    transform: translateY(-8px);
  }

  50% {
    transform: translateY(-4px);
  }

  75% {
    transform: translateY(-6px);
  }
}

/* Pulse Animation for Container */
@keyframes pulse {

  0%,
  100% {
    transform: translateY(-50%) scale(1);
  }

  50% {
    transform: translateY(-50%) scale(1.05);
  }
}

.fixed-social-icons.pulse {
  animation: pulse 2s ease-in-out infinite;
}

.gradient-bg-1 {
  background-image: linear-gradient(to right, #dce7fc, #f5ddd8);
}

.border-radius-10 {
  border-radius: 10px;
}

.news-scroll-container:hover #newsContent {
  animation-play-state: paused;
}

@keyframes scrollNews {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-50%);
  }
}



.clients-section {
  padding: 80px 0;
  background: #f8f9fa;
  overflow: hidden;
}

.clients-title {
  margin-bottom: 60px;
}

.clients-title h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #1f2937;
}

.slider-container {
  position: relative;
  overflow: hidden;
  padding: 20px 0;
}

.slider-track {
  display: flex;
  animation: scroll 30s linear infinite;
  gap: 60px;
}

.slider-track:hover {
  animation-play-state: paused;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.client-logo {
    flex: 0 0 auto;
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    border-radius: 50%;
    padding: 5px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    border: 1px dashed #dee2e6;
}

/* .client-logo:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
} */

.client-logo img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  transition: all 0.3s ease;
  border-radius: 50%;
}

.client-logo:hover img {
  filter: grayscale(0%);
  opacity: 1;
}

/* Gradient fade effect on edges */
.slider-container::before,
.slider-container::after {
  content: '';
  position: absolute;
  top: 0;
  width: 100px;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}

.slider-container::before {
  left: 0;
  background: linear-gradient(to right, #f8f9fa, transparent);
}

.slider-container::after {
  right: 0;
  background: linear-gradient(to left, #f8f9fa, transparent);
}

.gallery-item {
  background: white;
  border-radius: 10px;
  /* border: 4px solid #fff; */
  position: relative;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
}

.gallery-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
  border-color: #ff6d12;
}

.gallery-item img {
  min-height: 200px;
}

.footer-road {
  background-image: url(../images/footer-road-img.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
  overflow: hidden;
}


.car {
  width: 100px;
  height: 50px;
  border-radius: 10px;
  position: absolute;
  left: -120px;
  bottom: 20px;
  animation: drive 6s linear infinite;
}

.car-2 {
  width: 120px;
  height: 50px;
  border-radius: 10px;
  position: absolute;
  left: -120px;
  bottom: 70px;
  animation: drive 4s linear infinite;
}

.car:nth-child(2) {
  animation-delay: 2s;
}

.car:nth-child(3) {
  animation-delay: 4s;
}

.car-2:nth-child(4) {
  animation-delay: 1s;
}

.car-2:nth-child(5) {
  animation-delay: 3s;
}

.car-2:nth-child(5) {
  animation-delay: 6s;
}

@keyframes drive {
  0% {
    left: -120px;
  }

  100% {
    left: 100%;
  }
}


.language-btn {
  font-size: 13px;
  padding: 1px 5px;
  margin-left: 5px;
  border-radius: 4px;
  border: 1px rgb(255, 255, 255) solid;
}

.language-btn-active {
  background: #FF5722;
}


.header-top-left .btn-primary {
    font-size: 17px;
    font-weight: 400;
    line-height: 10px;
    display: inline-block;
    text-transform: capitalize;
    margin-left: 0px;
    color: #3D3D3D;
    background-color: #fff;
    border: 1px #EE3131 solid;
    text-transform: capitalize;
    transition-duration: 0.4s;
    padding: 10px !important;
    border-radius: 4px !important;
}

.btn-primary-active {
  background-color: #EE3131 !important;
  color: #ffffff !important;
}

.padding-tb-22 {
  padding: 22px 0px;
}

.padding-tb-10 {
  padding: 9px 0px;
}

.service-info-box h4 {
  padding: 5px 0px;
  font-size: 20px;
}

.service-info-box h4 a {
  font-size: 14px;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
  max-width: 1260px;
}





.about .about-features .feature-box:hover {

  transform: translateY(-10px);
  transition: all .3s ease-in-out;
  /* border: 2px #fa7e12 solid !important; */
  box-shadow: 0px 0px 10px #00000045;
  /* background-image: linear-gradient(to right, #FF6D12, #303380); */
  background-color: #212466;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #212466;
}



.about .about-features .feature-box:hover .text-black {
  color: #fff !important;
}









/* Feedback Icon Button */
.feedback-icon {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
  z-index: 1000;
  border: none;
}

.feedback-icon:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
}

.feedback-icon i {
  color: white;
  font-size: 24px;
}

/* Feedback Form Container */
.feedback-container {
  position: fixed;
  bottom: 100px;
  right: 30px;
  width: 400px;
  max-width: calc(100vw - 60px);
  background: white;
  border-radius: 15px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all 0.3s ease;
}

.feedback-container.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* Feedback Form Header */
.feedback-header {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  padding: 20px;
  border-radius: 15px 15px 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.feedback-header h3 {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}

.close-btn {
  background: none;
  border: none;
  color: white;
  font-size: 24px;
  cursor: pointer;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: background 0.3s ease;
}

.close-btn:hover {
  background: rgba(255, 255, 255, 0.2);
}

/* Feedback Form Body */
.feedback-body {
  padding: 15px;
}

.form-group {
  margin-bottom: 10px;
}

.form-group label {
  display: block;
  margin-bottom: 8px;
  color: #333;
  font-weight: 500;
  font-size: 14px;
}

.form-group input,
.form-group textarea,
.form-group select {
  width: 100%;
  padding: 10px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  font-size: 14px;
  transition: border-color 0.3s ease;
  font-family: Arial, sans-serif;
  color: #000 !important
}

.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
  outline: none;
  border-color: #667eea;
}

.form-group textarea {
  resize: vertical;
  min-height: 100px;
}

/* Rating Stars */
.rating-stars {
  display: flex;
  gap: 5px;
  font-size: 28px;
}

.rating-stars i {
  color: #ddd;
  cursor: pointer;
  transition: color 0.2s ease;
}

.rating-stars i.active,
.rating-stars i:hover {
  color: #ffc107;
}

/* Submit Button */
.submit-btn {
  width: 100%;
  padding: 14px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.3s ease;
}

.submit-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(102, 126, 234, 0.4);
}

.submit-btn:active {
  transform: translateY(0);
}

/* Success Message */
.success-message {
  display: none;
  padding: 20px;
  text-align: center;
  color: #4caf50;
}

.success-message i {
  font-size: 50px;
  margin-bottom: 10px;
}

.success-message.show {
  display: block;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
  color: rgb(148, 148, 148);
}


/* Mobile Responsive */
@media (max-width: 480px) {
  .feedback-container {
    width: calc(100vw - 40px);
    right: 20px;
  }

  .feedback-icon {
    width: 50px;
    height: 50px;
    right: 20px;
    bottom: 20px;
  }

  .feedback-icon i {
    font-size: 20px;
  }
}

.feature-box:hover .blue {
  color: #fff;
}

.feature-box {
  padding: 30px 5px !important;
  background-color: #fff;
}

.about-right {
  background: white;
  padding: 2rem 1.5rem;
  border-radius: 60px;
  border: 0px;
  position: relative;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  border-left: 6px #1967dc solid;
  margin-top: 0px;
  box-shadow: 24px 9px 25px 0px rgb(0 0 0 / 8%);
}


.about-right:hover::before {
  transform: scaleX(1);
}


.about-right::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #1967dc, #1967dc);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}

.about-right:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.219);
  transform: translateY(-5px);
}

.about-features .feature-icon {
  width: 40px;
  height: 40px;
  margin: 0px auto;
}



.news-ticker {
  position: relative;
  width: 100%;
  height: 30px;
  background: #fff;
  backdrop-filter: blur(10px);
  overflow: hidden;
  display: flex;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0px;
}

/* === Left Tag === */
.news-label {
  background: #fff;
  color: #000;
  font-weight: 600;
  padding: 0 25px;
  font-size: 16px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0px;
  box-shadow: 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  height: 80px;
  position: relative;
  z-index: 99;
}

/* === Scrolling Content === */
.ticker-content {
  display: inline-flex;
  white-space: nowrap;
  will-change: transform;
  animation: tickerScroll 20s linear infinite;
}

.ticker-content span {
  margin: 0 25px;
  color: #000;
  font-size: 15px;
  position: relative;
  transition: color 0.3s ease;
}

.ticker-content span:hover {
  color: #ee3131;
}

.ticker-content span::before {
  content: "•";
  color: #000000;
  position: absolute;
  left: -25px;
  top: -2px;
  background-color: rgb(0, 0, 0);
  font-size: 0px;
  height: 100%;
  width: 2px;
}

@keyframes tickerScroll {
  0% {
    transform: translateX(100%);
  }

  100% {
    transform: translateX(-100%);
  }
}

/* === Pause on Hover === */
.news-ticker:hover .ticker-content {
  animation-play-state: paused;
}



@keyframes glowMove {
  0% {
    background-position: 0% 50%;
  }

  100% {
    background-position: 200% 50%;
  }
}

/* === Responsive === */
@media (max-width: 768px) {
  .news-label {
    padding: 0 15px;
    font-size: 14px;
  }

  .ticker-content span {
    margin: 0 20px;
    font-size: 13px;
  }
}

.fixed-social-icons .facebook {
  background: #3b5998;
  color: #fff;
}

.fixed-social-icons .twitter {
  background: #000;
  color: #fff;
}

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

.fixed-social-icons .youtube {
  background: #cd201f;
  color: #fff;
}

.fixed-social-icons .linkedin {
  background: #0077b5;
  color: #fff;
}

.text-increase-btn {
  background: #fff;
  border: 1px #b3b3b3 dashed;
  margin-left: 5px;
  border-radius: 4px;
  padding: 0px 5px !important;
  font-size: 12px;
}

.language-select {
  color: #000;
  outline: none !important;
}

#responsive-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  width: 100%;
}

.header-nav-inner .dropdown {
  position: relative;
}

.navbar-nav .dropdown-menu {
  position: absolute;
  top: auto;
  left: 25%;
  right: 25%;
}

.dropdown-menu li {
  width: 100%;
  display: inline-block;
}


.header-nav-inner .dropdown-menu>li>a {
  font-size: 14px;
  padding: 10px 10px;
  background-color: #fff;
  font-weight: 400 !important;
  font-family: arial;
  border: 0px;
}

.header-nav-inner .dropdown-menu {
    position: absolute;
    top: auto;
    left: 0;
    right: auto;
  padding: 10px !important;
  border-radius: 20px !important;
  border: 1px #cdcdcd solid !important;
  box-shadow: 0px 0px 20px #c3c3c3;
  width: 220px;
}

.header-nav-inner .dropdown-menu>li>a:hover {
  background-color: #212466;
  color: #fff;
  font-weight: 600 !important;
  /* transform: translateY(-5px); */
}

.Uncategorized {
  background-color: #212466;
  color: #ffffff;
  padding: 5px 8px;
  border-radius: 4px;
  font-size: 12px;
}

.top-header-news-ticker .Uncategorized { font-size: 14px;}

.top-header-news-ticker .ticker-content span a {
  color:#000 !important;
}

.header-top-left .btn-primary:hover {
  transform: translateY(-10px);
}



:root {
  --circle-size: 84px;
  --gap: 40px;
}

.years-track {
  width: 100%;
  /* max-width: 1100px; */
  margin: auto;
  padding: 50px 16px 0px 16px;
  /* enough space for labels + arrows */
  background: white;
  border-radius: 0px;
  overflow: hidden;
  position: relative;
  border-top: 1px #b7b7b7 dotted;
}

.years-strip {
  display: flex;
  align-items: center;
  gap: var(--gap);
  will-change: transform;
  width: max-content;
}

.years-inner {
  display: flex;
  align-items: center;
  gap: var(--gap);
}

.year-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: var(--circle-size);
  flex-shrink: 0;
  /* height: calc(var(--circle-size) + 160px); */
  /* space for multi-line labels + arrows */
  position: relative;
}

/* MULTI-LINE LABEL */
.year-text {
  max-width: 160px;
  text-align: center;
  font-weight: normal;
  white-space: normal;
  line-height: 1.25;
  font-size: 14px;
  padding: 10px;
  border-radius: 8px;
  border: 2px solid transparent;
  position: relative;

}

/* ARROW SHAPE USING CSS TRIANGLE */
.year-text.top-label::after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 12px solid currentColor;
  /* arrow matches border color */
}

.year-text.bottom-label::before {
  content: "";
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 12px solid currentColor;
}

.top-label {
  margin-bottom: 14px;
}

.bottom-label {
  margin-top: 14px;
}

.year-circle {
  width: var(--circle-size);
  height: var(--circle-size);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: 700;
  font-size: 17px;
  transition: transform .25s ease, box-shadow .25s ease;
}

.year-circle:hover {
  transform: scale(1.15);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.20);
}

.animate-left {
  animation-name: move-left;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

@keyframes move-left {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.years-track:hover .animate-left {
  animation-play-state: paused;
}

@media(max-width:600px) {
  :root {
    --circle-size: 66px;
    --gap: 20px;
  }

  .year-wrap {
    height: calc(var(--circle-size)+180px);
  }

  .year-text {
    max-width: 130px;
    font-size: 13px;
  }

  .years-track {
    padding: 70px 10px;
  }
}


.one-line-limit {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /* number of lines to show */
  line-clamp: 1;
  -webkit-box-orient: vertical;
}

.event-img-crop {
  width: 100%;
  height: 220px;
  overflow: hidden;
}

.event-img-crop img {
  width: 100%;
  height: 300px;
  margin: 0px 0 0 0px;
}


.event-description-crop {
  width: 100%;
  overflow: hidden;
}

.event-description-crop img {
  width: 100%;
  height: 400px;
  margin: 0px 0 0 0px;
}


.blog-list-inner .nav-tabs .active {
  background: #212466;
  color: #fff;
}

.lead {
  font-size: 16px;
  font-weight: 300;
}

.section-card {
  border-left: 5px solid #EE3131 !important;
}

aside .p-4 {
  padding: 1.5rem 0px !important;
}

.office-weed-sechedule {
  width: 60px;
  height: 60px;
  background: #ffffff;
  border-radius: 10px;
  padding: 10px;
  margin: 0px auto;
  margin-bottom: 20px;
  margin-top: 15px;
  border: 1px #dee2e6 solid;
}



.clients-bg {
  background:
    radial-gradient(circle at 10% 10%, rgba(238, 49, 49, .06), transparent 40%),
    radial-gradient(circle at 90% 30%, rgba(33, 36, 102, .08), transparent 45%),
    var(--bg);
  overflow-x: hidden;
}

/* ===== FLOAT CARD (REVEAL) ===== */
.float-card {
  background: rgba(255, 255, 255, .92);
  border-radius: 28px;
  padding: 40px;
  box-shadow: 0 30px 70px rgba(33, 36, 102, .18);
  position: relative;
  overflow: hidden;
  transform: translateY(60px);
  opacity: 0;
  transition: 1s cubic-bezier(.22, .61, .36, 1);
}

.float-card.show {
  transform: none;
  opacity: 1;
}

.float-card::after {
  content: '';
  position: absolute;
  width: 180px;
  height: 180px;
  background: var(--secondary);
  border-radius: 50%;
  right: -70px;
  top: -70px;
  opacity: .08;
}

/* ===== CLIENT TILE ===== */
.client-tile {
  padding: 22px 26px;
  border-radius: 20px;
  background: #f8f9ff;
  font-weight: 600;
  color: var(--primary);
  transition: .35s;
  height: 100%;
}

.client-tile:hover {
  background: var(--primary);
  color: #fff;
  transform: translateY(-6px) scale(1.02);
}

/* ===== FLOW TAG ===== */
.flow {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.flow span {
  padding: 11px 20px;
  border-radius: 30px;
  border: 1px solid rgba(33, 36, 102, .25);
  background: #fff;
  font-weight: 600;
  color: var(--primary);
  transition: .3s;
}

.flow span:hover {
  background: var(--secondary);
  color: #fff;
}

/* ===== STRATEGIC PARTNERS (STATIC) ===== */
.partner-static {
  background: linear-gradient(135deg, var(--primary), #3b40a5);
  color: #fff;
  padding: 34px 28px;
  border-radius: 28px;
  height: 100%;
  font-weight: 600;
  position: relative;
  overflow: hidden;
  transition: .35s ease;
  box-shadow: 0 20px 45px rgba(33, 36, 102, .25);
}

.partner-static::after {
  content: '';
  position: absolute;
  width: 120px;
  height: 120px;
  background: var(--secondary);
  border-radius: 50%;
  right: -40px;
  top: -40px;
  opacity: .25;
}

.partner-static:hover {
  transform: translateY(-8px);
  box-shadow: 0 30px 60px rgba(33, 36, 102, .35);
}

.partner-logo {
  width: 48px;
  height: 48px;
  object-fit: contain;
  background: #fff;
  border-radius: 10px;
  padding: 6px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, .15);
}

.partner-static {
  background: linear-gradient(135deg, #212466, #3b40a5);
  color: #fff;
  padding: 30px 22px;
  border-radius: 26px;
  height: 100%;
  position: relative;
  overflow: hidden;
  transition: .35s ease;
  box-shadow: 0 20px 45px rgba(33, 36, 102, .25);
}

.partner-static::after {
  content: '';
  position: absolute;
  width: 120px;
  height: 120px;
  background: #ee3131;
  border-radius: 50%;
  right: -40px;
  top: -40px;
  opacity: .25;
}

.partner-static:hover {
  transform: translateY(-8px);
  box-shadow: 0 30px 60px rgba(33, 36, 102, .35);
}

.partner-logo {
  width: 64px;
  height: 64px;
  object-fit: contain;
  background: #fff;
  border-radius: 14px;
  padding: 8px;
  box-shadow: 0 6px 14px rgba(0, 0, 0, .2);
}

.partner-name {
  font-weight: 600;
  font-size: 0.95rem;
  line-height: 1.4;
}


#search1 {
  top: 15%;
  right: 10%;
  left: auto;
  width: auto;
  height: auto;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  padding: 10px;
  border-radius: 8px;
  box-shadow: 0px 0px 10px #e3e3e3;
  border: 1px #cdcdcd solid;
}

#search1 input[type=search] {
  border-radius: 8px;
  background: #e5e5e5;
  color: #000;
}

#search1 input {
  width: 300px;
}

#search1 .close {
  position: absolute;
  top: 20px;
  right: 85px;
  font-size: 25px;
  color: #fff;
  border: none;
  cursor: pointer;
  background: red;
  width: 30px;
  height: 30px;
  line-height: 18px;
  border-radius: 50%;
}

#search1 ::placeholder {
  color: #a3a3a3 !important;
}

.btn-primary {
  background-color: #342369;
  border-radius: 8px !important;
}

aside .sticky-top {
  z-index: 1 !important;
}

.height-200 {
  height: 200px;
}




.logo-wrap {
  min-width: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo-circle {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo-circle img {
  max-width: 70%;
  max-height: 70%;
  object-fit: contain;
}

.lb-closeContainer {
  position: absolute;
  top: 0px;
  right: 0px;
}

.lb-data .lb-details {
  width: 100% !important;
  text-align: center !important;
  color: #000;
  background: #fff;
  padding: 10px;
  border-radius: 8px !important;
}

.lb-data .lb-details .lb-number {
  display: none !important;
}

.lb-closeContainer {
  position: absolute;
  top: 0px;
  right: 20px;
  background: red;
  border-radius: 30px;
  border: 4px red solid;
}

.height-265 {
  height: 265px !important;
}







/****************** accrediations page css ********************/
/* Timeline */
.timeline {
  position: relative;
  padding-left: 0px;
}



.timeline-item {
  position: relative;
  margin-bottom: 30px;
  display: flex;
  align-items: flex-start;
}

.timeline-dot {
  width: 18px;
  height: 18px;
  background: #FF6D12;
  border-radius: 50%;
  position: absolute;
  left: 10px;
  top: 6px;
  z-index: 2;
  box-shadow: 0 0 0 6px #ffe2d1;
}

.timeline-content {
  margin-left: 40px;
  background: #212466;
  color: #fff;
  padding: 14px 20px;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.timeline-content:hover {
  background: #FF6D12;
  transform: translateX(5px);
}

/* Mobile */
@media (max-width: 768px) {
  .timeline {
    padding-left: 0px;
  }

  .timeline-content {
    font-size: 14px;
  }
}











@media (max-width: 767px) {


  .header-middle .row>* {
    width: 42%;
  }

  .d-none-1 {
    display: none !important;
  }

  .slicknav_nav a,
  .dropdown-menu>li>a {
    background-color: #393030;
  }

  .feedback-container {
    bottom: 0px;
  }

  .mb-m-3 {
    margin-bottom: 15px !important;
  }

  .slicknav_btn {
      right: 40px;
  }

  .slicknav_btn.slicknav_collapsed:before {
    top: 10;
  }

  .director-message-bg {
        padding: 0px 0px !important;
  }

  .header-nav-inner .dropdown-menu {
        width: 100%;
        background: #d5d5d5;
        border-radius: 0px !important;
  }



}


.top-cirt-logo-link {
  position: absolute;
  top: 0;
  height: 100%;
  width: 50%;
}

.bncap-logo {
  left: 0;
}

.asrtu-logo {
  right: 0;
}


.visitor-card {
  background: #162332;
  color: #fff;
  padding: 15px 5px 5px 15px;
  border-radius: 18px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease;
  margin-top: 20px;
}

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

.icon-box {
  width: 70px;
  height: 70px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  font-size: 28px;
}

.visitor-count {
  font-size: 42px;
  font-weight: 700;
  letter-spacing: 1px;
}

/* .slide .overlay,
.slide .slide-info {
  display: none !important;
} */



/* Google Translate Branding Remove */
.goog-logo-link {
  display: none !important;
}

.goog-te-gadget span {
  display: none !important;
}

.goog-te-gadget {
  font-size: 0px !important;
}

/* Top bar hide */
.goog-te-banner-frame.skiptranslate {
  display: none !important;
}

.goog-te-gadget .goog-te-combo {
  margin: 4px 0;
  color: #000 !important;
  padding: 0px !important;
}





.text-secondary,
p {
  color: #000 !important;
}


.testing-machines-02 li a span p {
  color: #000 !important;
  font-weight: 600;
}

.testing-machines-02 li a:hover span p {
  color: #4850ff !important;
}

.testmachine-title-two h4 p {
  color: #fff !important;
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 0px;
}



#content-faculty img {
  width: 100%;
  height: auto;
}

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

.sitemap-card li {
  margin-bottom: 10px;
}

.slider-data-box {
    background-color: #fdca1d !important;
    padding: 10px 20px;
}

.slider-data-box h4 a p {
  color: #000000 !important;
  margin: 0px;
  padding: 0px;
  text-align: center !important;
}

.slick-slide img {
  width: 100%;
  height: auto;
}

.sitemap-bg {
    background-image: url(../images/sitemap-bg.jpg);
    background-size: contain;
    background-position: center;
}

.director-message-bg {
    /* background-image: url(../images/director-msg-bg.jpg); */
    background-size: cover;
    background-position: center;
    padding: 0px 200px;
    background: #fff;
}

.cirt-director-profile-img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid #fff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    margin: 0px auto;
}

.cirt-director-profile-img img {
    width: 100%;
    height: auto;
    border-radius: 50% !important;
}

.text-justify {
    text-align: justify !important;
}

  .banner-slider {
      visibility: hidden;
    }
    
    .banner-slider.ready {
      visibility: visible;
    }

      .homeNewsEvents-wrapper {
      border: 1px solid #e5e7eb;
      border-radius: 8px;
      background: #fff;
      overflow: hidden;
    }

    .homeNewsEvents-title {
      background: #0f3460;
      color: #fff;
      padding: 10px 15px;
      font-weight: 600;
    }

    .homeNewsEvents-scroller {
      height: 420px;
      overflow: hidden;
      position: relative;
    }

    .homeNewsEvents-list {
      list-style: none;
      padding: 0;
      margin: 0;
      will-change: transform;
    }

    .homeNewsEvents-list li {
      padding: 12px 15px;
      border-bottom: 1px dashed #ddd;
      font-size: 14px;
      background: #fff;
    }

    .homeNewsEvents-list li:hover {
      background: #f6f8fb;
    }

/*********** Testimonials *****************/

.testimonials-section {
    background: #212466;
    background-image: radial-gradient(circle, rgb(255 255 255 / 35%) 1px, transparent 1px);
    background-size: 20px 20px;
}

.testimonial-card {
  background: #f3f3f3;
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
}

.logo-box {
  background: #e5e5e5;
}



.testimonial-card .card-body {
  padding: 20px;
  position: relative;
}

.quote-icon {
    position: absolute;
    top: -15px;
    left: 20px;
    background: #212466;
    color: #fff;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 60px;
    padding-top: 30px;
}





/* Container for the entire carousel */
.multi-carousel-container {
  cursor: grab;
  margin: 0 auto;
  max-width: 100%;
  overflow: hidden;
  position: relative;
}

/* Cursor styles for dragging */
.multi-carousel-container.dragging,
#multiCarousel.dragging {
  cursor: grabbing;
}

/* Wrapper for all slides */
.multi-carousel-inner {
  display: flex;
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* Individual slide */
.multi-carousel-item,
.clone {
  box-sizing: border-box;
  flex: 0 0 33.333333%;
  padding: 0 5px;
  position: relative; /* Essential for item-number positioning */
}

/* Control buttons */
.multi-carousel-control-prev,
.multi-carousel-control-next {
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  border: none;
  border-radius: 50%;
  color: white;
  cursor: pointer;
  display: flex;
  height: 40px;
  justify-content: center;
  position: absolute;
  text-decoration: none;
  top: 50%;
  transform: translateY(-50%);
  transition: background-color 0.3s ease;
  width: 40px;
  z-index: 10;
}

.multi-carousel-control-prev:hover,
.multi-carousel-control-next:hover {
  background-color: rgba(0, 0, 0, 0.7);
}

.multi-carousel-control-prev {
  left: 10px;
}

.multi-carousel-control-next {
  right: 10px;
}

/* Image container with dynamic height */
.img-container {
  border-radius: 1.5rem;
  height: var(--carousel-height, 80vh);
  overflow: hidden;
  position: relative;
}

/* Image styling */
.img-container img,
#carouselInner img {
  height: 100%;
  object-fit: cover;
  object-position: top;
  pointer-events: none;
  user-drag: none;
  width: 100%;
  -webkit-user-drag: none;
  transition: transform 0.3s ease;
}

.img-container:hover img {
  transform: translateZ(0) scale(1.02);
}



/* Carousel cursor styling */
#multiCarousel {
  cursor: grab;
  touch-action: pan-y;
}

/* Disable text selection during drag */
#multiCarousel.dragging {
  user-select: none;
  -webkit-user-select: none;
}

/* Responsive adjustments for screens smaller than 720px (45em) */
@media (max-width: 45em) {
  .multi-carousel-item,
  .clone {
    flex: 0 0 100%;
  }
 }
 /*************************** End of Testimonials *****************/



 .lb-outerContainer {
      width: 700px !important;
    height: 500px !important;
 }

 .lightbox .lb-image {
      width: 100% !important;
    height: 100% !important;
    object-fit: contain;
 }




 p {
    text-align: justify;
  }


/* .tab-pane .list-disc {
    padding-left: 0px !important;
}

.tab-pane .list-disc li {
    width: 48%;
    display: inline-flex;
    align-items: flex-start;
}

.tab-pane .list-disc li::before {
    content: "•";
    margin-right: 8px;
    color:red;
} */




/*************************** New Testing Page Design CSS ******************************/

.main-wrapper {
            overflow: hidden;
        }

        .hero-section {
            position: relative;
            padding: 70px 0 140px;
            background:
                linear-gradient(130deg, #ffffff 0%, #f3f6fb 45%, #edf3ff 100%);
        }

        .hero-section::before {
            content: "";
            position: absolute;
            right: -150px;
            top: -100px;
            width: 700px;
            height: 700px;
            background: radial-gradient(circle, rgba(39, 102, 255, 0.12), transparent 70%);
        }

        .small-title {
            letter-spacing: 2px;
            font-size: 14px;
            color: #2867ff;
            text-transform: uppercase;
            font-weight: 600;
            display: flex;
            align-items: center;
            gap: 15px;
            margin-bottom: 25px;
        }

        .small-title::before {
            content: "";
            width: 40px;
            height: 3px;
            background: #2867ff;
            border-radius: 20px;
        }

        .hero-title {
            font-size: 44px;
            font-weight: 900;
            line-height: 50px;
            margin-bottom: 5px;
            text-transform: uppercase;
            letter-spacing: 4px;
            color: #000;
        }

        .hero-title span {
            color: #2867ff;
        }

        .hero-desc {
            font-size: 16px;
            line-height: 24px;
            color: #4c5673 !important;
            max-width: 650px;
            margin-bottom: 20px;
        }

        .hero-line {
            width: 70px;
            height: 4px;
            background: #2867ff;
            border-radius: 30px;
        }

        .machine-image {
            position: relative;
            text-align: center;
        }

        .machine-image img {
            width: 100%;
            max-width: 520px;
            filter: drop-shadow(0 25px 40px rgba(0, 0, 0, .25));
        }

        .machine-tag {
            position: absolute;
            right: -10px;
            top: 55%;
            transform: translateY(-50%);
            font-size: 18px;
            font-weight: 700;
            color: #0f1f4b;
        }

        .machine-tag::before {
            content: "";
            position: absolute;
            left: -90px;
            top: 14px;
            width: 80px;
            height: 2px;
            border-bottom: 2px dashed #2867ff;
        }

        .feature-box-wrapper {
            margin-top: -150px;
            position: relative;
        }

        .feature-boxes {
            background: #fff;
            border-radius: 30px;
            padding: 40px 20px;
            box-shadow: 0 10px 40px rgba(0, 0, 0, .08);
        }

        .feature-item {
            text-align: center;
            position: relative;
        }

        .feature-item::after {
            content: "";
            position: absolute;
            right: 0;
            top: 10px;
            width: 1px;
            height: 80%;
            background: #dfe5f2;
        }

        .feature-item.last::after {
            display: none;
        }

        .feature-iconn {
            width: 90px;
            height: 90px;
            background: #edf3ff;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: auto auto 10px;
            font-size: 38px;
            color: #212466;
        }

        .feature-item h5 {
            font-size: 15px;
            margin-bottom: 5px;
            color: #212466;
            font-weight: 500;
        }

        .feature-item p {
            margin: 0;
            color: #5b6480 !important;
            font-size: 14px;
            text-align: center;
        }

        .section-title {
            font-size: 24px;
            font-weight: 900;
            text-transform: uppercase;
            margin-bottom: 45px;
            position: relative;
        }

        .section-title::after {
            content: "";
            width: 70px;
            height: 3px;
            background: #212466;
            position: absolute;
            left: 0;
            bottom: -10px;
            border-radius: 20px;
        }

        .component-list {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .component-list li {
            margin-bottom: 10px;
            color: #1f2a4d;
            font-size: 15px;
            position: relative;
            padding-left: 38px;
        }

        .component-list li::before {
            content: "\f26e";
            font-family: "bootstrap-icons";
            position: absolute;
            left: 0px;
            top: -5px;
            color: #212466;
            font-size: 22px;
        }

        .lab-image-box {
            position: relative;
            border-radius: 28px;
            overflow: hidden;
        }

        .lab-image-box img {
            width: 100%;
            border-radius: 28px;
        }

        .lab-overlay {
            position: absolute;
            left: 30px;
            right: 30px;
            bottom: 30px;
            background: linear-gradient(90deg, #0033a1, #0f4cff);
            border-radius: 22px;
            padding: 25px 30px;
            display: flex;
            align-items: center;
            gap: 25px;
            color: #fff;
        }

        .lab-overlay-icon {
            min-width: 80px;
            width: 80px;
            height: 80px;
            border-radius: 50%;
            background: #fff;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #2867ff;
            font-size: 34px;
        }

        .machine-card {
            background: #fff;
            border-radius: 28px;
            padding: 15px 20px;
            box-shadow: 0 8px 30px rgba(0, 0, 0, .08);
            position: relative;
            overflow: hidden;
            transition: .3s;
            height: 100%;
        }

        .machine-card:hover {
            transform: translateY(-8px);
        }

        .machine-number {
            position: absolute;
            left: 0;
            top: 0;
            background: linear-gradient(180deg, #7076f1, #212466);
            color: #fff;
            width: 60px;
            height: 60px;
            border-bottom-right-radius: 25px;
            display: flex;
            align-items: start;
            justify-content: start;
            padding: 12px 15px;
            font-size: 24px;
            font-weight: 600;
        }

        .machine-card img {
            width: 210px;
            height: 170px;
            object-fit: contain;
            margin: 0px auto 0px;
            display: block;
        }

        .machine-card h4 {
            font-size: 15px;
            font-weight: 600;
            text-align: center;
            margin-bottom: 5px;
            text-transform: uppercase;
            color: #212466;
        }

        .machine-card p {
            text-align: center;
            font-size: 15px;
            color: #5a6481 !important;
            margin-bottom: 15px;
        }

        .machine-line {
            width: 70px;
            height: 4px;
            background: #212466;
            margin: auto;
            border-radius: 20px;
        }

        .bottom-strip {
            background: linear-gradient(90deg, #001a63, #002d9f);
            border-radius: 28px;
            padding: 35px 40px;
            color: #fff;
        }

        .bottom-left {
            display: flex;
            align-items: center;
            gap: 25px;
        }

        .bottom-badge {
            width: 90px;
            height: 90px;
            border-radius: 50%;
            background: rgba(255, 255, 255, .15);
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 40px;
        }

        .bottom-left h4 {
            font-size: 32px;
            line-height: 1.6;
            margin: 0;
        }

        .bottom-left span {
            color: #4da0ff;
        }

        .bottom-right {
            display: flex;
            justify-content: space-between;
            gap: 25px;
            flex-wrap: wrap;
        }

        .mini-item {
            text-align: center;
        }

        .mini-item i {
            font-size: 34px;
            margin-bottom: 12px;
        }

        .mini-item p {
            margin: 0;
            font-size: 18px;
        }

        @media(max-width:991px) {
            .hero-title {
                font-size: 55px;
            }

            .hero-desc {
                font-size: 18px;
            }

            .section-title {
                font-size: 34px;
            }

            .machine-card h4 {
                font-size: 24px;
            }

            .bottom-left h4 {
                font-size: 22px;
            }

            .feature-item::after {
                display: none;
            }
        }

        @media(max-width:767px) {
            .hero-title {
                font-size: 42px;
            }

            .machine-tag {
                display: none;
            }

            .lab-overlay {
                position: relative;
                left: 0;
                right: 0;
                bottom: 0;
                border-radius: 0 0 20px 20px;
            }
        }



        /* ARROWS */
#testingMachineCarousel {
    position: relative;
}

#testingMachineCarousel .custom-arrow {
    width: 55px;
    height: 55px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
}

#testingMachineCarousel .carousel-control-prev {
    left: -10px;
}

#testingMachineCarousel .carousel-control-next {
    right: 10px;
}

#testingMachineCarousel .arrow-icon {
    width: 30px;
    height: 30px;
    background: #212466;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
}

#testingMachineCarousel .arrow-icon:hover {
    background: #0f1f4b;
}

/* MOBILE */
@media(max-width:1200px){

    #testingMachineCarousel .carousel-control-prev {
        left: 0;
    }

    #testingMachineCarousel .carousel-control-next {
        right: 0;
    }
}

    /* SMOOTH SLIDE */
#testingMachineCarousel .carousel-item {
    transition: transform 1s ease-in-out;
}

/* MOBILE SPACING */
@media(max-width:991px) {
    #testingMachineCarousel .machine-card {
        margin-bottom: 20px;
    }
}



/*************************** New Testing Page Design CSS End //******************************/




.star-rating .fas {
  color: #ffc107;
  font-size: 14px;
}

.star-rating .far {
  color: #727272;
  font-size: 14px;
}

.testimonial-card {
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
}





/* ============================= */
/*      Custom Service Box CSS   */
/* ============================= */

.custom-service-card{
    text-decoration: none;
    display: block;
}

.custom-service-box{
    display: flex;
    align-items: center;
    gap: 0px;
    min-height: 100px;
    background: #fff;
    border-radius: 10px;
    transition: all 0.3s ease;
    padding: 15px 5px !important;
}

.custom-service-icon{
    width: 60px;
    min-width: 60px;
}

.custom-service-icon img {
    height: auto;
    background: #ffffff;
    width: 40px;
    border-radius: 50%;
    padding: 5px;
    border: 1px #dbdbdb solid;
}

.custom-service-info{
    flex: 1;
    text-align: left;
}

.custom-service-info h6{
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 0;
}

.custom-service-arrow{
    margin-left: auto;
    font-size: 18px;
    color: #000;
    transition: all 0.3s ease;
    padding-right: 10px;
}

.custom-service-box:hover{
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

.custom-service-box:hover .custom-service-arrow{
    transform: translateX(5px);
    color:#fff
}

/* Responsive */

@media(max-width:768px){

    .custom-service-box{
        min-height: auto;
        padding: 15px !important;
    }

    .custom-service-icon{
        width: 50px;
        min-width: 50px;
    }

    .custom-service-info h6{
        font-size: 15px;
    }

}



section, .section-padding {
    padding: 10px 0;
}


.two-line-limit {
  display: -webkit-box;
  -webkit-line-clamp: 2;          
  -webkit-box-orient: vertical;   
  overflow: hidden;               
}



/* ===================================== */
/* Single Testimonial Detail Page CSS */
/* ===================================== */

.custom-testimonial-detail{
    background: #f8f9fa;
}

.custom-testimonial-detail-card{
    background: #ffffff;
    border: 1px solid #e9e9e9;
    box-shadow: 0 10px 35px rgba(0,0,0,0.08);
}

.custom-testimonial-logo img{
    max-width: 220px;
    width: 100%;
    height: auto;
}

.custom-quote-icon{
    font-size: 70px;
    line-height: 1;
    color: #212466;
    font-weight: 700;
}

.custom-testimonial-description{
    font-size: 17px;
    line-height: 1.9;
    color: #555555;
    margin-bottom: 0;
}

.custom-company-name{
    font-size: 18px;
}

.custom-designation{
    font-size: 15px;
}

.custom-star-rating{
    color: #ffc107;
    font-size: 18px;
}

.custom-star-rating i{
    margin-right: 2px;
}

.custom-testimonial-detail-card .btn{
    border-radius: 6px;
    font-size: 15px;
    font-weight: 500;
}

/* Hover Effect */

.custom-testimonial-detail-card:hover{
    transform: translateY(-3px);
    transition: 0.3s ease;
}

/* Responsive */

@media(max-width:991px){

    .custom-testimonial-detail-card{
        padding: 30px !important;
    }

}

@media(max-width:768px){

    .custom-testimonial-logo img{
        max-width: 160px;
    }

    .custom-quote-icon{
        font-size: 50px;
    }

    .custom-testimonial-description{
        font-size: 15px;
        line-height: 1.8;
    }

    .custom-company-name{
        font-size: 16px;
    }

    .custom-designation{
        font-size: 14px;
    }

}

.homeNewsEvents-list .col-2 img {
  height:60px !important;
}

.online-payment-menu {
  background: #ee3131;
}

.online-payment-menu .dropdown-menu{
    left: auto !important;
    right: 0 !important;
    min-width: 280px;
    width: max-content;
    max-width: 280px;
}

.online-payment-menu .dropdown-item{
    white-space: nowrap;
}


#main-image-virtual {
    height: 400px !important;
    border: 2px #efefef solid;
    width: 100%;
}





#employeeTable {
    table-layout: auto;
    width: 100%;
}

#employeeTable th:nth-child(1),
#employeeTable td:nth-child(1) {
    white-space: nowrap; /* Name */
    min-width: 180px;
}

#employeeTable th:nth-child(4),
#employeeTable td:nth-child(4) {
    white-space: nowrap; /* Telephone */
    width: 120px;
}

#employeeTable th:nth-child(5),
#employeeTable td:nth-child(5) {
    width: 60px;         /* EXT */
    min-width: 60px;
    text-align: center;
    white-space: nowrap;
}

.rounded img {
    height: 300px;
    width: 100%;
    border: 2px #d1ddeb solid;
}