/* @import url('https://fonts.googleapis.com/css2?family=Anek+Gurmukhi:wght@100..800&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');

:root {
  --primary-color: #5a2581;
  --secondary-color: #c3146c;
}

html {
  font-family: "Urbanist", sans-serif !important;
}

* {
  font-family: "Urbanist", sans-serif;
}

/* Modal styles */
.modal {
  display: none;
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
  padding-top: 60px;
}

.modal-content {
  background-color: #fefefe;
  margin: 5% auto;
  padding: 40px;
  border: 1px solid #888;
  width: 80%;
  max-width: 500px;
  border-radius: 10px;
}

.product-name-modal h6 {
  font-size: 18px;
  color: var(--secondary-color);
}

.modal-content .input-box label {
  font-weight: 600;
}



.modal-content .input-box.btn {
  display: flex;
  justify-content: end;
  padding: 0px;
}

.modal-content .input-box input {
  width: 100%;
  padding: 10px;
  height: 45px;
  margin-top: 5px;
  border: solid 1px #d5d5d5;
  border-radius: 5px;
}

.modal-content .input-box button {
  background-color: var(--primary-color);
  color: #dedada;
  padding: 10px 40px;
  border: none;
  font-weight: 600;
}

.modal-content .close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.modal-content .close:hover,
.modal-content .close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.main-btn {
  color: var(--primary-color);
}

.main-btn:hover {
  color: var(--secondary-color);
}

.main-btn:hover i {
  transform: rotate(360deg);
  transition-duration: .5s;
}

.main-btn-2 {
  margin: 30px 0px;
}

.main-btn-2 a {
  background-color: var(--secondary-color);
  padding: 15px 40px;
  color: white;
  border-radius: 5px;
}

.main-btn-2 a:hover {
  background-color: var(--primary-color);
  color: white;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner.submit-btn {
  background-color: var(--primary-color) !important;
  color: white;
  padding: 15px 80px;
  border: none;
  border-radius: 5px;
  font-size: 18px;
}

header {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  transition: 0.3s ease;
  background-color: white;
}



header.scrolled {
  position: fixed;
  background-color: #ffffff;
  transition: all 0.3s ease;
  box-shadow: 0 3px 30px 0 rgb(0 0 0 / 10%);
}

header.scrolled .header-top {
  display: none;
}

/*---------header close----------*/
/*-----------header-top------------*/
.header-top {
  padding: 10px 0px;
  background: var(--secondary-color);
}

p {
  letter-spacing: 0.5px;
}

.top-head-items {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.right_info ul li {
  display: flex;
  align-items: center;
  margin-right: 30px;
}

.right_info a {
  color: white;
  font-size: 14px;
  font-weight: 500;
}

.right_info i.fa {
  font-size: 18px;
  color: white;
  padding-right: 10px;
}

.right_info p {
  color: white;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  margin: 0;
}

.left_info {
  display: flex;
  justify-content: end;
}

.left_info ul {
  display: flex;
}

.left_info ul li {
  margin-right: 10px;
}

.left_info ul li a i {
  display: block;
  margin: 0 2px;
  width: 30px;
  height: 30px;
  background: #fafafa;
  border-radius: 50%;
  text-align: center;
  margin-right: 5px;
  line-height: 30px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: var(--primary-color);
}

.left_info ul li a:hover i {
  background-color: var(--secondary-color);
  color: white;
}

body {
  font-family: "Urbanist", sans-serif;
}

.left_info {
  text-align: right;
}



header i.fa.fa-mobile {
  bottom: -4px;
  font-size: 26px;
  position: relative;
  border: 40px;
  font-weight: 500;
}

.left_info ul li:last-child {
  margin: 0px !IMPORTANT;
}

.header-main {
  padding: 10px 0;
}

/*-----------header-top Close------------*/
/*-----------header-menu------------*/

.current-menu-item a {
  color: var(--secondary-color) !important;
}

.header-bottom {
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  top: 0;
  left: 0;
  right: 0;
  transition: all 0.3s ease-in-out;
}

.header__nav{
  padding: 15px ;
}

@media (min-width: 992px) and (max-width: 1300px) {
  .contact-btn a {
    padding: 15px 10px !important;
  }

  .header__logo {
    width: 180px !important;
  }
  .nav__link a{
    font-size: 14px;
  }
 


}


.header__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.header__logo {
  width: auto;
  width: 180px;
}

.header__link {
  text-decoration: none;
}

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

@media (min-width: 992px) {
  .header__mobile .left_info {
    display: none;
  }
}

@media (max-width: 992px) {
  .header__mobile {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    z-index: 9999;
    background-color: #ffffff;
    transition: right 0.3s ease-in-out;
  }

  .header__mobile .left_info {
    margin-top: 60px;
  }

  .header__mobile .left_info ul li i {
    background-color: var(--primary-color);
    color: white;
  }

  .header__mobile.show {
    right: 0;
    transition: right 0.3s ease-in-out;
    right: 0;
    transition: right 0.3s ease-in-out;
    display: block;
    padding-top: 50%;
  }

  .top-head-items .left_info {
    display: none;
  }

  .header__mobile--close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 20px;
    height: 20px;
    cursor: pointer;
  }

  .header__mobile--close path {
    fill: var(--secondary-color);
  }
}

.header__menu {
  width: 25px;
  height: 25px;
  border: none;
  cursor: pointer;
}

@media (min-width: 992px) {
  .header__menu {
    display: none;
  }
}

.header__menu svg {
  width: 100%;
  height: 100%;
}

.header__menu svg path {
  fill: var(--primary-color);
}

.header__nav {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  gap: 20px;
}

.nav__item {
  width: max-content;
}

.nav__list {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  list-style: none;
}

@media (max-width: 992px) {
  .nav__list {
    flex-direction: column;
  }
}

@media (max-width: 992px) {
  .nav__item {
    flex: 1 1 calc(100% - 40px);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.nav__link {
  font-size: 17px;
  font-weight: 600;
  color: var(--primary-color);
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  width: max-content !important;
}

.nav__link a {
  color: var(--primary-color);
  font-weight: 500;
}

.nav__link:hover a {
  color: var(--secondary-color);
}

.nav__contact {
  flex: 1 1 calc(100% / 3 - 20px);
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 5px;
}

@media (min-width: 768px) {
  .nav__contact {
    display: none;
  }
}

.nav__desc {
  color: white;
  font-size: 14px;
  text-decoration: none;
  text-align: center;
}

@media (min-width: 768px) {
  .nav__desc {
    display: none;
  }
}

.contact-btn a {
  background-color: var(--secondary-color);
  color: white;
  padding: 15px 30px;
  border-radius: 5px;
  font-size: 13px;
}




.logo img {
  max-width: 200px;
}

img {
  width: 100%;
}

.Connect-btn a {
  background-color: var(--primary-color);
  color: white;
  padding: 15px 25px;
  border-radius: 5px;
}

.mb-20 {
  margin-bottom: 20px;
}

.no-scroll {
 position: fixed;
	width: 100%;
	overflow: hidden;
	touch-action: none;
}

.banner-slider {
  height: 85vh;
  position: relative;
}

.banner-slider .swiper {
  width: 100%;
  height: 100%;
}

.banner-slider .swiper-slide {
  width: 100%;
  height: 100%;
  position: relative;
}

.banner-slider .slide-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.6);
}

.banner-slider .slide-content {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  text-align: center;
  padding: 1rem;
}

.banner-slider .slide-content a {
  color: white;
  display: flex;
  gap: 10px;
  background-color: var(--secondary-color);
  padding: 12px 30px;
  border-radius: 5px;
  transition: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-duration: .3s;
  align-items: center;
}

.banner-slider .slide-content a:hover {
  background-color: var(--primary-color);
}

.banner-slider .slide-content a span {
  font-size: 18px;
  font-weight: 400;
}

.banner-slider .slide-content a i {
  font-size: 20px;
}

.banner-slider .slide-title {
  width: 100%;
  max-width: 40rem;
  color: white;
  font-size: 3rem;
  font-weight: 600;
  text-transform: capitalize;
}

.banner-slider .slide-desc {
  width: 100%;
  max-width: 50rem;
  color: lightgray;
  font-size: 20px;
  font-weight: 300;
}

.banner-slider .swiper-button-custom-prev,
.banner-slider .swiper-button-custom-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.2);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.3s ease;
}

.banner-slider .swiper-button-custom-prev:hover,
.banner-slider .swiper-button-custom-next:hover {
  background-color: #fff;
}

.banner-slider .swiper-button-custom-prev i,
.banner-slider .swiper-button-custom-next i {
  color: #fff;
  transition: stroke 0.3s ease;
}

.banner-slider .swiper-button-custom-prev:hover i,
.banner-slider .swiper-button-custom-next:hover i {
  color: var(--secondary-color) !important;
}

.banner-slider .swiper-button-custom-prev {
  left: 1rem;
}

.banner-slider .swiper-button-custom-next {
  right: 1rem;
}



/* CATEGORY SLIDER */


.category-slider {
  padding: 50px 0;
}

.category-slider .container {
  position: relative;
  width: calc(100vw - var(--gap, 20px)*2);
  overflow: hidden;
}


.category-swiper .swiper-wrapper {
  display: flex;
  align-items: center;
  padding: 20px 0px;
}

.category-swiper .swiper-slide {
  background-color: #FAFAFA;
  text-align: center;
  padding: 20px 35px;
  box-shadow: 0 4px 8px 0 rgb(0 0 0 / 14%);
  border-radius: 35px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  box-sizing: border-box;
}

.category-swiper .swiper-slide a {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.category-swiper .swiper-slide img {
  border-radius: 50%;
  width: 180px;
  height: 180px;
  object-fit: cover;
  margin-bottom: 20px;
  border: solid 3px #4747476b;
}

.category-swiper .swiper-slide span {
  color: black;
  font-weight: 600;
}


/* Responsive breakpoints */

@media (max-width: 1000px) {
  .category-swiper .swiper-slide {
    padding: 15px 20px;
  }

  .category-swiper .swiper-slide img {
    width: 120px;
    height: 120px;
  }
}

@media (max-width: 768px) {
  .category-swiper .swiper-slide {
    padding: 10px 15px;
  }

  .category-swiper .swiper-slide img {
    width: 100px;
    height: 100px;
  }

  .swiper-button-prev {
    left: 5px;
  }

  .swiper-button-next {
    right: 5px;
  }
}

.heading {
  margin-bottom: 30px;
}

.heading h2 {
  color: var(--primary-color, #007bff);
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .heading h2 {
    font-size: 18px;
    margin-top: 15px;
  }
}

.category-swiper .swiper-button-custom-prev,
.category-swiper .swiper-button-custom-next {
  position: absolute;
  top: 50%;
  z-index: 10;
  transform: translateY(-50%);
  background: var(--secondary-color);
  padding: 10px;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.category-swiper .swiper-button-custom-prev i,
.category-swiper .swiper-button-custom-next i {
  color: white;
}

.category-swiper .swiper-button-custom-prev:hover,
.category-swiper .swiper-button-custom-next:hover {
  background: var(--primary-color);
  transform: translateY(-50%) scale(1.1);
}

/* Positioning */
.category-swiper .swiper-button-custom-prev {
  left: 10px;
}

.category-swiper .swiper-button-custom-next {
  right: 10px;
}





/* HOME ABOUT */

.home-about {
  padding: 50px 0px;
}

.home-about .left .head .top {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
}

.home-about .left .head h1 {
  color: black;
  font-size: 40px;
  margin: 20px 0px;
  line-height: 50px;
}

.home-about .left .head h1 span {
  font-size: 40px;
  color: var(--primary-color);
}

.home-about .left .head {
  margin-bottom: 20px;
}

.home-about .text {
  margin: 30px 0px;
}

.home-about .text p {
  margin-bottom: 20px;
  color: #111111;
  line-height: 28px;
}

.home-about .right {
  padding: 30px;
}



/* ADD SECTION HOME */

.add-sec-1 {
  background-color: #F1F5F5;
  padding: 50px 0px;
}

.add-sec-1 .add-left img {
  object-fit: cover;
  max-height: 280px;
}

.add-sec-1 .add-left {
  display: grid;
  gap: 20px;
}

.add-sec-1 .add-right img {
  object-fit: cover;
  max-height: 540px;
}


/* PRODUCTS SEC */

.products-sec {
  padding: 50px 0px;
  background-color: #14b5ce0a;
}

.products-sec .head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.products-sec .head .left h2 {
  color: var(--primary-color);
  font-size: 35px;
  font-weight: 700;
  text-transform: uppercase;
}

.products-sec .head .right a {
  color: var(--primary-color);
  font-size: 20px;
}

.products-sec .head .right a i {
  padding-left: 5px;
}

.products-sec .product-grid {
  margin: 20px 0px;
}

.products-sec .inner {
  padding: 20px;
  border-radius: 5px;
  margin-bottom: 35px;
  background-color: white;
  border: solid 1px #c3146c17;
}

.products-sec .inner:hover {
  box-shadow: 0 4px 8px 0 rgb(0 0 0 / 14%);
}

.products-sec .inner .product-image {
  width: 100%;
}

.products-sec .inner .product-image img {
  height: 300px;
  object-fit: cover;
}

.products-sec .inner .bottom-content {
  padding-bottom: 10px;
  border-bottom: solid 1px #e8e8e8;
}

.products-sec .inner .bottom-content h3 {
  font-weight: 600;
  font-size: 20px;
  max-height: 50px;
  overflow: hidden;
  padding-bottom: 5px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.products-sec .inner .bottom-content p {
  color: #6b6b6b;
  overflow: hidden;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;

}

.products-sec .inner .view-btn .btnn {
  padding: 10px 0px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.products-sec .inner .view-btn .btnn {
  background-color: var(--primary-color);
}

.products-sec .inner .view-btn .btnn {
  color: white;
  font-size: 15px;
  font-weight: 400;
}

.products-sec .inner .view-btn .btnn:hover {
  background-color: #6e2d9d;
}

.products-sec .inner .view-btn .btnn :hover .products-sec .inner .view-btn .btnn i {
  padding-left: 5px;
}



@media (min-width: 992px) and (max-width: 1300px) {
  
  .products-sec .inner{
    padding: 10px;
  }
  
  .products-sec .inner .product-image img {
    height: 160px;
  }
  .products-sec .inner .bottom-content h3 {
    font-size: 16px;
  }
  .product-grid .col-md-3{
    padding-left: 5px;
    padding-right: 5px;
  }
  .products-sec .col-md-3{
    padding-left: 5px;
    padding-right: 5px;
  }
  .add-section-product .add-item img{
    height: 250px !important;
  }

}


@media (min-width: 1300px) and (max-width: 1650px) {
  .products-sec .inner .product-image img { 
    height: 200px;
  }
  .products-sec .inner{
    padding: 10px;
  }
}



/* ADD IMAGE 2 */


.add-sec-2 {
  padding: 50px 0px;
}

.add-sec-2 .add-image {
  width: 100%;
}

.add-sec-2 .add-image img {
  width: 100%;
}

/* FOOTER  */

.footer {
  padding: 80px 0px 0px;
  background-color: #55555514;
}


.footer .widget1 p {
  font-size: 16px;
  color: rgb(0, 0, 0);
  line-height: 31px;
  font-weight: 300;
}

.footer .socialLinks {
  margin-top: 28px;
}

.socialLinks ul li {
  display: inline-block;
}


.socialLinks ul li a i {
  display: block;
  margin: 0 2px;
  width: 40px;
  height: 40px;
  background: #fafafa;
  border-radius: 50%;
  text-align: center;
  margin-right: 5px;
  line-height: 40px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.socialLinks ul li a i {
  color: var(--primary-color);
}



.socialLinks ul li a:hover i {
  color: #fff;
}

.socialLinks ul li a:hover i {
  background: var(--primary-color);
}

footer .logo {
  width: 100%;
}

.footer h5 {
  font-weight: 500;
  margin-bottom: 28px;
  text-transform: capitalize;
  font-weight: 600;
  color: #000000;
  font-size: 21px
}

.footer .widget2 .media img {
  margin-right: 20px;
  max-width: 100px;
}

.footer .widget2 .media p {
  font-size: 16px;
  color: rgb(0, 0, 0);
  ;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  font-weight: 600;
  line-height: 26px;
}

.footer .widget2 .media span {
  font-size: 12px;
  color: #ffb606;
  text-transform: uppercase;
  margin-top: 15px;
  display: block;
}

.footer .widget2 .media {
  margin-bottom: 20px;
}

.footer .widget3 ul li a,
.footer .widget4 ul li a {
  font-size: 16px;
  font-weight: 400;
  color: rgb(0, 0, 0);
  ;
  margin-bottom: 13px;
  display: block;
}

.footer .widget3 ul li a:hover,
.footer .widget4 ul li a:hover,
.footer .widget2 a:hover p {
  color: var(--secondary-color);
}

.footer .widget3 ul li a i {
  margin-right: 10px;
}

.footer .widget3 ul li a:hover i {
  transform: rotate(360deg);
  transition-duration: .5s;
}

.footer .widget3 h2 {
  margin-bottom: 22px;
  font-weight: 600;
  color: #333333;
  font-size: 20px;
  line-height: 32px;
  text-transform: uppercase;
}

.footer .widget3 .connect-us li {
  display: flex;
  margin-bottom: 20px;
}

.footer .widget3 .connect-us li span {
  font-size: 18px;
}

.footer .widget3 .connect-us li i {
  margin-right: 10px;
  color: var(--secondary-color);
}

.copyRightArea {
  margin-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 25px 0px 28px;
  background-color: white;
  text-align: center;
}

.copyRightArea p {
  color: var(--primary-color);
  text-align: center;
}

.copyRightArea p img {
  width: 100px;
  margin-bottom: -10px;
}

/* ABOUT SECTION */

.about-sec-main {
  background-color: #EEF1F2;
  padding: 50px 0px;
}

.about-sec-main .home-2-about {
  min-height: 300px;
}

.about-sec-main .about-home-2 h3 {
  font-size: 40px;
  margin-bottom: 20px;
  font-weight: 600;
}

.about-sec-main .about-home-2 p {
  line-height: 33px;
  margin-bottom: 60px;
  color: #070707;
  font-weight: 500;
}

.about-sec-main .about-home-2 {
  position: relative;
  z-index: 1;
  padding: 80px 40px 80px 40px;
}

/* .about-sec-main .about-home-2:after{
	content: "";
	position: absolute;
	top: 0px;
	right: 0px;
	width: 45%;
	height: 95%;
	background-color: transparent;
	border: 20px solid #2204390a;
	
	z-index: -1;
} */

.about-sec-main .about-home-3 {
  position: relative;
  z-index: 1;
  padding: 30px;
}


@media only screen and (max-width:991px) {
  .about-sec-main .home-2-about {
    position: inherit;
    margin-bottom: 30px;
    left: auto;
    right: auto;
  }

  .about-sec-main .about-home-2 {
    position: relative;
    z-index: 1;
    padding: 50px 50px 50px 0px;
  }

}

@media only screen and (max-width:640px) {
  .about-sec-main .about-home-2:after {
    display: none;
  }

  .about-sec-main .about-home-2 {
    padding: 0px;
  }

}


@media (min-width: 992px) and (max-width: 1300px) {
  .about-sec-main .about-home-2 {
  padding: 10px;
}
.footer .widget3 h2 {
  font-size: 16px;
}

}


/* MISSION VISION */

.mission-vision {
  padding: 50px 0px;
}

.mission-vision .container {
  background-color: black;
  padding: 30px 30px 10px 30px;
  border-radius: 30px;
}

.mission-vision .container .card h2 {
  color: white;
  font-size: 25px;
  position: relative;
  z-index: 1;
  line-height: 1.3;
  margin-bottom: 30px;
}

.mission-vision .container .card h2::after {
  content: "";
  height: 2px;
  position: absolute;
  bottom: -12px;
  left: 0;
  right: 0;
  transition: all .3s ease;
  z-index: -1;
  background: #979797;
  width: 65px;
}

.mission-vision .container .card p {
  color: #ffffffe0;
  font-size: 17px;
  min-height: 100px;
  line-height: 35px;
}

.mission-vision .container .card {
  border: dashed 1px #969696;
  padding: 40px;
  border-bottom-left-radius: 20px;
  border-top-right-radius: 20px;
  height: 100%;
}



/* BREADCRUMB */


.rs-breadcrumbs {
    position: relative;
    background: url(../img/resources/banner-1.webp);
    background-position: center center !important;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    z-index: 1;
}

.rs-breadcrumbs::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Adjust opacity for desired darkness */
    z-index: -1;
}


.rs-breadcrumbs .breadcrumbs-inner {
  padding: 100px 10px 100px 10px;
  text-align: center;
}

.rs-breadcrumbs .breadcrumbs-inner .page-title {
  position: relative;
  z-index: 1;
  font-size: 30px;
  line-height: 1.3;
  font-weight: 500;
  color: #ffffff;
  padding-top: 20px;
  margin-bottom: 18px;
}

.rs-breadcrumbs .breadcrumbs-inner .page-title:after {
  content: "";
  height: 5px;
  position: absolute;
  top: -5px;
  margin: 0 auto;
  left: 0;
  right: 0;
  transition: all .3s ease;
  z-index: -1;
  background: var(--primary-color);
  width: 65px;
}

.rs-breadcrumbs .breadcrumbs-inner .sub-text {
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 32px;
  display: inline-block;
}

.rs-breadcrumbs .breadcrumbs-inner .breadcrumbs-area {
  background: #ffffff36;
  padding: 13px 30px;
  max-width: 300px;
  margin: 0 auto;
}

.rs-breadcrumbs .breadcrumbs-inner .breadcrumbs-area li {
  color: #ffffff;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
}

.rs-breadcrumbs .breadcrumbs-inner .breadcrumbs-area li a {
  position: relative;
  padding-right: 30px;
  font-size: 14px;
  color: #ffffff;
}

.rs-breadcrumbs .breadcrumbs-inner .breadcrumbs-area li a:before {
  content: "";
  position: absolute;
  background: var(--primary-color);
  width: 7px;
  height: 7px;
  border-radius: 50%;
  right: 10px;
  top: 5px;
}

.rs-breadcrumbs .breadcrumbs-inner .breadcrumbs-area li a:hover {
  color: var(--primary-color);
}


@media (min-width: 992px) and (max-width: 1300px) {
  .rs-breadcrumbs .breadcrumbs-inner{
    padding: 60px 0px;
  }
  .counter-sec .counter .single-item span{
    font-size: 50px !important;
  }
}


/* ADD IMAGE 5 */

.add-image-5 {
  padding: 50px 0px;
}


/* PRODUCTS MAIN PAGE */

.products-sec .heading {
  display: flex;
  justify-content: center;
}

.products-sec .heading h2 {
  color: var(--primary-color);
  padding: 10px 50px;
  font-weight: 500;
}

/* TAB */



.products-sec .load-btn {
  display: flex;
  justify-content: center;
}

.products-sec .load-btn a {
  background-color: var(--primary-color);
  padding: 15px 50px 10px 50px;
  color: white;
  font-weight: 500;
  font-size: 20px;
  border-radius: 5px;
}

.products-sec .load-btn a:hover {
  background-color: var(--secondary-color);
}

/* Create three equal columns that floats next to each other */
.products-sec .column {
  float: left;
  display: none;
  /* Hide all elements by default */
}

/* Clear floats after rows */
.products-sec .row:after {
  content: "";
  display: table;
  clear: both;
}



/* The "show" class is added to the filtered elements */
.products-sec .show {
  display: block;
}

/* Style the buttons */


.products-tabs::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}

.products-tabs::-webkit-scrollbar {
  height: 6px;
  background-color: #F5F5F5;
}

.products-tabs::-webkit-scrollbar-thumb {
  background-color: var(--secondary-color);
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .2) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, .2) 50%,
      rgba(255, 255, 255, .2) 75%,
      transparent 75%,
      transparent)
}

.products-tabs {
  margin-bottom: 30px;
  display: grid;
  justify-content: left;
  padding: 10px;
  display: flex;
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  background-color: rgb(255, 255, 255);
}

.products-tabs .btn {
  border: none;
  outline: none;
  margin: 12px 16px;
  background-color: white;
  cursor: pointer;
  width: 170px;
  background: #fff;
  cursor: pointer;
  display: inline-block;
  flex: 0 0 auto;
  white-space: normal;
  text-align: center;
}

.products-tabs .btn .category-item img {
  border-radius: 50%;
  margin-bottom: 6px;
  width: 110px;
  height: 110px;
  object-fit: cover;
}

.products-tabs .btn .category-item span {
  font-size: 17px;
  font-weight: 400;
  color: #555;
}

.products-tabs .btn .category-item .imgs {
  position: relative;
  overflow: hidden;
}

.products-tabs .btn .category-item .imgs i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--primary-color);
  font-size: 24px;
  /* Adjust the size as needed */
  opacity: 0;
  transition: opacity 0.3s ease;
}

.products-tabs .btn:hover img {
  border: dashed 2px black;
}

.products-tabs .btn.active img {
  border: dashed 3px black;
}

.products-tabs .btn:hover .imgs i {
  opacity: 1;
}

.products-tabs .btn.active .imgs i {
  opacity: 1;
}



.products-tabs .btn .category-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}


.products-tabs .btn.active .category-item span {
  font-weight: bold;
  color: #666;
  /* Color for active text */
}

.products-tabs .category-item .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(255 255 255 / 69%);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.products-tabs .btn:hover .overlay {
  opacity: 1;
}

.products-tabs .btn.active .overlay {
  opacity: 1;
}

.products-sec .column.show {
  display: block;
  /* Show elements with the 'show' class */
}



@media (min-width: 992px) and (max-width: 1300px) {
  
  .add-section-product .add-item img{
    padding: 0px !important;
  }


}
/* ADD SECTION (PRODUCTS) */

.add-section-product {
  padding: 50px 0px;
}

.add-section-product .add-item img {
  padding: 20px;
  height: 380px;
  object-fit: cover;
}

/* PRODUCT DETAILS */

.tab-gallery {
  position: relative;
  margin: 10px 30px;
}

.caption-container p {
  display: none;
}

.tab-gallery .mySlides {
  display: none;
  border: solid 1px #c4c4c4;
  max-height: 500px;
  height: 500px;
  display: flex;
  justify-content: center;
  overflow: hidden;
}

.tab-gallery .mySlides img {
  height: 100% !important;
  object-fit: cover;
  width: 100%;
}

.tab-gallery .cursor {
  cursor: pointer;
}

.tab-gallery .prev,
.tab-gallery .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  background-color: #000000;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

.tab-gallery .next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.tab-gallery .prev:hover,
.tab-gallery .next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.tab-gallery .thumbnail-row {
  display: flex;
  justify-content: left;
  margin-top: 15px;
  gap: 10px;
}

.tab-gallery .thumbnail-row:after {
  content: "";
  display: table;
  clear: both;
}

.tab-gallery .column {
  display: flex;
  justify-content: center;
  border: solid 1px #c4c4c4;
}

.tab-gallery .column img {
  width: 100px !important;
  height: 100px;
  object-fit: cover;
}

.tab-gallery .demo {
  opacity: 0.6;
}

.tab-gallery .active,
.tab-gallery .demo:hover {
  opacity: 1;
}

.product-details {
  padding: 60px 0px;
}

.product-details .details-sec h2 {
  font-size: 35px;
  line-height: 44px;
  font-weight: 500;
  margin-bottom: 30px;
}

.product-details .details-sec .price-sec {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}

.product-details .details-sec .price-sec h3 {
  color: var(--primary-color);
  margin-right: 30px;
  font-size: 40px;
}

.product-details .details-sec .price-sec h4 {
  font-size: 30px;
  color: #656565;
  text-decoration: line-through;
}

/* TAB */

.details-sec .tab-wrap {
  transition: 0.3s box-shadow ease;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  list-style: none;
}

.details-sec .tab-wrap p {
  color: #575757;
  line-height: 35px;
}

.details-sec .tab {
  display: none;
}

.details-sec .tab:checked:nth-of-type(1)~.tab__content:nth-of-type(1) {
  opacity: 1;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  position: relative;
  top: 0;
  z-index: 1;
  transform: translateY(0px);
  text-shadow: 0 0 0;
}

.details-sec .tab:checked:nth-of-type(2)~.tab__content:nth-of-type(2) {
  opacity: 1;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  position: relative;
  top: 0;
  z-index: 1;
  transform: translateY(0px);
  text-shadow: 0 0 0;
}

.details-sec .tab:checked+label {
  background-color: var(--secondary-color);
  color: white;
  cursor: default;
}

.details-sec .tab+label {
  background-color: white;
  margin-right: 10px;
  text-align: center;
  border: solid 1px var(--secondary-color);
  color: var(--secondary-color);
  border-radius: 10px;
  cursor: pointer;
  text-decoration: none;
  user-select: none;
  text-align: center;
  transition: 0.3s background-color ease, 0.3s box-shadow ease;
  box-sizing: border-box;
  padding: 10px 30px;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 10px;

}

.details-sec .tab+label:hover {
  background-color: var(--secondary-color);
  color: white;
}

.details-sec .tab__content {
  padding: 40px 0px;
  background-color: transparent;
  position: absolute;
  width: 100%;
  z-index: -1;
  opacity: 0;
  left: 0;
  transform: translateY(-3px);
  border-top: 1px solid var(--secondary-color);
}

.details-sec .btnn a {
  background-color: var(--primary-color);
  padding: 14px 35px;
  border-radius: 5px;
  color: white;
  font-weight: 500;
}

.details-sec .tab__content .specification ul li {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 20px;
}

.details-sec .tab__content .specification ul li .category {
  background-color: var(--primary-color);
  font-weight: 400;
  color: white;
  padding: 10px 20px;
  border-radius: 5px;
}

.details-sec .tab__content .specification ul li .color i {
  color: #04abb4;
  width: 30px;
  height: 30px;
  font-size: 21px;
  border: solid 1px #04abb4;
  border-radius: 50%;
  padding: 4px;
}

.details-sec .tab__content .specification ul li .texts {
  color: #888888;
}



/* CONTACT PAGE */

.contact-sec {
  padding: 60px 0px;
}

.contact-sec .contact-info {
  padding: 70px;
  background-color: var(--primary-color);
  border-radius: 30px;
}

.contact-sec .contact-info h2 {
  color: white;
  margin-bottom: 40px;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 30px;
}

.contact-sec .contact-info ul {
  max-width: 500px;
}

.contact-sec .contact-info ul li {
  margin-bottom: 30px;
  display: flex;
  font-size: 20px;
  align-items: baseline;
}

.contact-sec .contact-info ul li i {
  margin-right: 20px;
  color: white;
}

.contact-sec .contact-info ul li span {
  color: white;
}

.contact-sec .contact-info ul li span a {
  color: white;
}

.contact-sec .contact-info img {
  border-radius: 30px;
  border: solid 10px white;
}

.contact-sec .form-sec {
  padding: 30px 60px;
}

.contact-sec .form-sec .heading-sec {
  margin-bottom: 20px;
}

.contact-sec .form-sec .heading-sec h2 {
  font-size: 50px;
  color: var(--secondary-color);
  margin-bottom: 20px;
}

.contact-sec .form-sec .heading-sec p {
  font-size: 20px;
}

.contact-sec .form-sec form .form-input {
  width: 100%;
  margin-bottom: 15px;
}

.contact-sec .form-sec form .form-input .submit-btn p {
  display: flex;
  justify-content: end;
  flex-flow: row-reverse;
  align-items: center;
}

.contact-sec .form-sec form .form-input label {
  font-size: 15px;
  color: #2e2e2e;
  font-weight: 400;
}

.contact-sec .form-sec form .form-input input {
  width: 100%;
  height: 45px;
  padding: 10px;
  border: solid 1px #cdcdcd;
  border-radius: 5px;
  margin-top: 5px;
}

.contact-sec .form-sec form .form-input textarea {
  width: 100%;
  padding: 10px;
  border: solid 1px #cdcdcd;
  border-radius: 5px;
  margin-top: 5px;
  height: 150px;
}

.contact-sec .form-sec form .submit-btn button {
  background-color: var(--primary-color);
  color: white;
  padding: 15px 80px;
  border: none;
  border-radius: 5px;
  font-size: 18px;
}

.contact-sec form .submit-btn p{
  display: flex;
    justify-content: end;
    flex-direction: row-reverse;
    align-items: center;
}
/* .g-recaptcha {
  display: flex;
  justify-content: end;
} */



@media (min-width: 992px) and (max-width: 1300px) {

  .contact-sec .contact-info{
    padding: 20px;
  }
  .contact-sec .form-sec{
    padding: 20px;
  }

}



/* COUNTER */

.counter-sec {
background-attachment: fixed;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  padding: 150px 0; /* Adjust padding as needed */
  color: #fff; /* Optional: for better contrast */
  background-image: url(../img/resources/banner-2.webp);
  overflow: hidden;
}

.counter-sec::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000b8; 
    z-index: -1; 
}


.counter-sec .counter .single-item {
  display: flex;
  align-items: center;
  justify-content: center;
}

.counter-sec .counter .single-item span {
  color: #0bb7d3;
  font-size: 75px;
  font-weight: 700;
}

.counter-sec .counter .single-item p {
  color: white;
}

.counter-bottom {
  padding: 50px 0px;
}

.counter-bottom .inner-item {
    background-color: white;
    box-shadow: 0 0px 6px 3px rgb(0 0 0 / 8%);
    padding: 35px;
    height: 100%;
    border-radius: 5px;
}

.counter-bottom .inner-item img {
  width: 50px;
  color: var(--primary-color);
  margin-bottom: 20px;
}

.counter-bottom .inner-item h2 {
  color: var(--secondary-color);
  position: relative;
  z-index: 1;
  font-size: 22px;
  font-weight: 500;
}

.counter-bottom .inner-item h2::after {
  content: "";
  height: 2px;
  position: absolute;
  bottom: -12px;
  left: 0;
  right: 0;
  transition: all .3s ease;
  z-index: -1;
  background: #979797;
  width: 65px;
}

.counter-bottom .inner-item p {
  margin-top: 40px;
  min-height: 130px;
}


@media (min-width: 992px) and (max-width: 1300px) {
  .counter-bottom .inner-item{
    padding: 15px;
  }
  .counter-bottom .inner-item h2{
    font-size: 18px;
  }
  .mission-vision .container{
    padding: 20px;
  }
  .mission-vision .container .card{
    padding: 15px;
  }
}

/* TESTIMONIAL SECTION STYLES */
.testimonials {
  width: 100%;
  overflow: hidden;
  padding: 20px 0 40px 0;
}

.testimonials .heading {
  margin-bottom: 30px;
}

.testimonials .heading h2 {
  color: var(--primary-color);
  font-size: 30px;
  font-weight: 500;
  text-transform: uppercase;
}

.testimonials .swiper {
  position: relative;
  padding: 20px 0;
}

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

.custom-card {
  box-sizing: border-box;
  padding: 10px;
}

.card-main {
  border: 1px solid #ddd;
  padding: 20px;
  border-radius: 5px;
  position: relative;
  background-color: #fff;
}

.custom-card-img {
  display: flex;
  justify-content: center;
}

.custom-card img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 50%;
  margin: 8px 0 10px;
}

.custom-card-text {
  text-align: center;
}

.custom-card-text h2 {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 10px;
}

.custom-card-text p {
  line-height: 1.8;
  color: #3b3b3b;
  margin-bottom: 10px;
   display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
}

.custom-card i {
  position: absolute;
  right: 30px;
  top: 20px;
  font-size: 4rem;
  color: var(--primary-color);
}

/* Swiper Custom Navigation Buttons */
.custom-btn {
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  padding: 10px 15px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  font-size: 24px;
  border-radius: 6px;
}

#testimonial_prev {
  left: 0;
}

#testimonial_next {
  right: 0;
}


@media (min-width: 768px) and (max-width: 1300px){
  .card-main {
    padding: 10px;
  }
}

@media (max-width: 768px) {
  .testimonials .heading h2 {
    font-size: 20px;
    margin-top: 10px;
  }

  .custom-btn {
    font-size: 20px;
    padding: 8px 12px;
  }
}



.wpcf7 form .wpcf7-response-output {
  border: none !important;
}


.sertificate-sec {
  padding: 40px 0px;
}

.sertificate-sec .certificates {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.sertificate-sec .certificates .single-img {
  padding: 15px;
  border: solid 1px rgb(151 147 147 / 33%);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width:768px) {
  .sertificate-sec .certificates .single-img {
    width: 28%;
  }
}






/* EVENTS */
.video-modal {
  display: none;
  position: fixed;
  z-index: 1050;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  /* spacing for mobile */
  box-sizing: border-box;
}

.video-modal-content {
  position: relative;
  max-width: 800px;
  width: 100%;
  background: #000;
  border-radius: 10px;
  overflow: hidden;
}

/* Ensure iframe or video inside fits well */
.video-modal-content iframe,
.video-modal-content video {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

/* Responsive iframe height */
@media (max-width: 576px) {

  .video-modal-content iframe,
  .video-modal-content video {
    height: 220px;
    /* adjust as needed for mobile */
  }
}

.video-modal-close {
  position: absolute;
  top: -20px;
  right: -20px;
  background: #fff;
  color: #000;
  font-size: 24px;
  padding: 5px 15px;
  cursor: pointer;
  border-radius: 50%;
  z-index: 2;
}


.event-media video {
  transition: transform 0.3s ease;
  width: 100%;
  object-fit: cover;
  width: 100%;
  height: 250px;
  display: block;
  filter: brightness(0.5);
}

.event-media:hover video {
  transform: scale(1.1);
}

.event-media{
  margin-bottom: 20px;
}

.events-images .swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
  height: 280px;
  object-fit: cover;
}

@media (max-width:768px) {
  .events-images .swiper-slide img {
    height: 230px;
  }
}

.events-images {
  padding: 30px 20px;
}

.events-images .swiper-button-custom-prev,
.events-images .swiper-button-custom-next {
  position: absolute;
  top: 50%;
  z-index: 10;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.5);
  padding: 10px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
}

.events-images .swiper-button-custom-prev:hover,
.events-images .swiper-button-custom-next:hover {
  background: rgba(0, 0, 0, 0.8);
  transform: translateY(-50%) scale(1.1);
}

/* Positioning */
.events-images .swiper-button-custom-prev {
  left: 10px;
}

.events-images .swiper-button-custom-next {
  right: 10px;
}
.events-sec{
  padding: 50px 0px;
}


/* WHATSAPP */

.phone-call {
  position: relative;
  z-index: 999;
}

.btn-whatsapp-pulse {
  background: green;
  color: white;
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0;
  height: 0;
  padding: 30px;
  text-decoration: none;
  border-radius: 50%;
  animation-name: pulse;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
  }

  80% {
    box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
  }
}

.btn-whatsapp-pulse-border {
  bottom: 170px;
  right: 20px;
  animation-play-state: paused;
}

.btn-whatsapp-pulse-border::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  padding: 25px;
  border: 5px solid #25d366;
  opacity: 0.75;
  animation-name: pulse-border;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
}

@keyframes pulse-border {
  0% {
    padding: 25px;
    opacity: 0.75;
  }

  75% {
    padding: 50px;
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}



.go-top-btn {
  position: fixed;
  bottom: 90px;
  right: 20px;
  z-index: 9999;
  background-color: #c3146c;
  color: white;
  border: none;
  border-radius: 50%;
  padding: 12px 16px;
  font-size: 19px;
  height: 60px;
  width: 60px;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.go-top-btn.show {
  opacity: 1;
  visibility: visible;
}



@media (max-width:768px) {
  .btn-whatsapp-pulse {
    padding: 25px;
  }
  .go-top-btn{
    height: 50px;
    width: 50px;
    font-size: 18px;
    right: 10px;
    bottom: 85px;
  }
  .btn-whatsapp-pulse-border {
    right: 10px;
    bottom: 150px;
  }
}

/* 404 */

.error-404 {
  text-align: center;
  padding: 80px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 80vh;
}

.error-404 img {
  max-width: 350px;
  width: 100%;
}

.error-404 h1 {
  font-size: 48px;
  margin-bottom: 10px;
  color: #333;
}

.error-404 p {
  font-size: 18px;
  color: #666;
  margin-bottom: 30px;
}

.error-404 a {
  display: inline-block;
  padding: 12px 24px;
  background-color: var(--secondary-color);
  color: white;
  border-radius: 6px;
  text-decoration: none;
  transition: background 0.3s ease;
}

.error-404 a:hover {
  background-color: var(--primary-color);
}

@media (max-width:768px) {
  .error-404 img {
    max-width: 280px;
  }

  .error-404 h1 {
    font-size: 30px;
  }

}


/* THANKYOU */



/* 404 */

.thankyou-page {
  text-align: center;
  padding: 80px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 80vh;
  background-color: #00b60724;
}

.thankyou-page img {
  max-width: 180px;
  width: 100%;
}

.thankyou-page h1 {
  font-size: 48px;
  margin-bottom: 10px;
  color: #333;
}

.thankyou-page p {
  font-size: 18px;
  color: #666;
  margin-bottom: 30px;
}

.thankyou-page a {
  display: inline-block;
  padding: 12px 24px;
  background-color: var(--secondary-color);
  color: white;
  border-radius: 6px;
  text-decoration: none;
  transition: background 0.3s ease;
}

.thankyou-page a:hover {
  background-color: var(--primary-color);
}

@media (max-width:768px) {
  .thankyou-page img {
    max-width: 120px;
  }

  .thankyou-page h1 {
    font-size: 30px;
  }

}


.stop-scroll {
	overflow: hidden;
	height: 100vh;
}
.pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin: 30px 0;
  flex-wrap: wrap;
}

.pagination .page-numbers {
  display: inline-block;
  padding: 10px 15px;
  border: 2px solid var(--primary-color);
  color: var(--primary-color);
  text-decoration: none;
  border-radius: 8px;
  transition: all 0.3s ease;
  font-weight: 500;
}

.pagination .page-numbers:hover {
  background-color: var(--primary-color);
  color: #fff;
}

.pagination .page-numbers.current {
  background-color: var(--secondary-color);
  color: #fff;
  border-color: var(--secondary-color);
}
