@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

:root {
  --primary: #019b23;

  --bg-light: #f2f7f5;
  --gray: #5f5f5f;
}

* {
  padding: 0;
  margin: 0;
}

html {
  overflow-x: hidden;
  scroll-behavior: auto !important;
  
}

body {
  overflow: clip;
  color: #1d242c;
  font-family: "Montserrat", sans-serif;
  padding-right: 0 !important;
  background-color: #f6f7fa;
}

body.modal-open {
  overflow: hidden;
  position: fixed;
  left: 0;
  right: 0;
}

a {
  color: unset;
  text-decoration: none;
}

a:hover {
  color: inherit;
}

button {
  border: none;
  background-color: #fff0;
}

.btn:focus {
  outline: 0;
}

.w-fit-content {
  width: fit-content !important;
}

.w-max-content {
  width: max-content !important;
}

.h-fit-content {
  height: fit-content !important;
}

.word-break {
  word-break: break-all;
}

.text-justify {
  text-align: justify;
}

.text-lightgray {
  color: rgb(30 26 47 / 0.6) !important;
}

.form-control:focus {
  box-shadow: none;
  border: none;
}

.navbar-light .navbar-toggler {
  border: none;
}

@media (min-width: 1580px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1520px;
  }
}

@media (min-width: 1800px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1762px;
  }
}

.font_200 {
  font-weight: 200 !important;
}

.font_300 {
  font-weight: 300 !important;
}

.font_400 {
  font-weight: 400 !important;
}

.font_500 {
  font-weight: 500 !important;
}

.font_600 {
  font-weight: 600 !important;
}

.font_700 {
  font-weight: 700 !important;
}

.font_800 {
  font-weight: 800 !important;
}

.font_900 {
  font-weight: 900 !important;
}

.font_8 {
  font-size: 8px !important;
}

.font_10 {
  font-size: 10px !important;
}

.font_12 {
  font-size: 12px !important;
}

.font_14 {
  font-size: 14px !important;
}

.font_15 {
  font-size: 15px !important;
}

.font_16 {
  font-size: 16px !important;
}

.font_17 {
  font-size: 17px !important;
}

.font_18 {
  font-size: 18px !important;
}

.font_19 {
  font-size: 19px !important;
}

.font_20 {
  font-size: 20px !important;
}

.font_22 {
  font-size: 22px !important;
}

.font_24 {
  font-size: 24px !important;
}

.font_25 {
  font-size: 25px !important;
}

.font_26 {
  font-size: 26px !important;
}

.font_28 {
  font-size: 28px !important;
}

.font_30 {
  font-size: 30px !important;
}

.font_32 {
  font-size: 32px !important;
}

.font_36 {
  font-size: 36px !important;
}

.font_34 {
  font-size: 34px !important;
}

.font_40 {
  font-size: 40px !important;
}

.font_43 {
  font-size: 43px !important;
}

.font_46 {
  font-size: 46px !important;
}

.font_48 {
  font-size: 48px !important;
}

.font_52 {
  font-size: 52px !important;
}

.font_54 {
  font-size: 54px !important;
}

.font_64 {
  font-size: 64px !important;
}

.font_80 {
  font-size: 80px !important;
}

.text_black {
  color: #000 !important;
}

.text-primary {
  color: var(--primary) !important;
}

.opacity-60 {
  opacity: 0.6;
}

::-webkit-scrollbar {
  width: 7px;
  height: 5px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 5px;
}

::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/* header */
.main-header {
  position: sticky;
  top: 0px;
  z-index: 999;
  background-color: #f2f7f5;
  padding: 16px 0;
}

.main-header .logo-brand {
  height: 75px;
  width: 254px;
}

.main-header .logo-brand img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.main-header .navbar-light .navbar-nav .nav-link {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #272525;
  position: relative;
}

.main-header .navbar {
  padding: 0;
}

.main-header .navbar-light .navbar-nav .nav-link.active {
  color: #019b23;
}

.main-header .navbar-nav {
  gap: 45px;
}
.page-header {
    padding: 90px 0px;
    background: #f4f5f870;
    position: relative;
    background: url("../images/banner-image1.png");
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
  }
  .page-header:after {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(33, 50, 37, 0.84);
    z-index: -1;
  }
  .page-header .title-block {
    text-align: center;
  }
  .page-header .title-block h1 {
    color: #fff;
    line-height: 50px;
    margin-bottom: 20px;
    text-transform: capitalize;
  }
  .page-header .title-block ul li {
    position: relative;
    padding-right: 20px;
    color: #fff;
    display: inline-block;
  }
  .page-header .title-block ul li:after {
    position: absolute;
    content: "/";
    right: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto 0px;
    font-size: 14px;
    margin-right: 3px;
  }
  .page-header .title-block ul li:last-child:after {
    display: none;
  }
  .page-header .title-block ul li a {
    font-weight: 600;
  }
.banner-section {
  position: relative;
  background-image: url(../images/banner-image1.png);
  /* height: 761px; */
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
  padding: 70px 0;
}

@media screen and (min-width: 1581px) and (max-width: 1800px) {
  .banner-section {
    height: 860px;
  }
}

@media screen and (min-width: 1400px) and (max-width: 1580px) {
  .banner-section {
    height: 930px;
  }
}

@media screen and (min-width: 1201px) and (max-width: 1399px) {
  .banner-section {
    height: 1080px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .banner-section {
    height: 980px;
  }
}

@media screen and (min-width: 767px) and (max-width: 991px) {
  .banner-section {
    height: 1080px;
  }
}

/* @media screen and (max-width: 1200px) and (min-width: 1399px) {
  .banner-section {
    height: 930px;
  }
} */

.banner-section::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: rgba(33, 50, 37, 0.74);
  z-index: -1;
}

.testimonials_slider.slick-slider .slick-slide.slick-current .event-image {
  height: 790px;
  width: 521px;
}

.testimonials_slider.slick-slider .slick-slide .event-image {
  height: 659.92px;
  width: 410px;
}

.testimonials_slider .event-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 30px;
}

.testimonials_slider .slick-track {
  display: flex;
  align-items: center;
}

.testimonials_slider .slick-slide {
  transition: all 0.3s ease-in-out;
}

.testimonials_slider .slick-slide > div {
  margin: 16px;
}

.testimonials_slider {
  /* margin-top: 56px; */
  margin-bottom: -212px;
}

.banner-section .banner-title {
  font-weight: 800;
  /* font-size: 64px; */
  font-size: 50px;
  line-height: 150%;
  color: #ffffff;
  position: relative;
  padding-left: 35px;
  /* margin-bottom: 24px; */
}

.banner-section .banner-title::before {
  content: "";
  position: absolute;
  height: 86%;
  width: 6px;
  background-color: #ffffff;
  border-radius: 50px;
  left: 6px;
  top: 8%;
}

.banner-section .banner-text {
  font-weight: 500;
  font-size: 26px;
  color: #ffffff;
}

.arrow-group {
  display: flex;
  width: fit-content;
  border-radius: 50px;
  overflow: hidden;
  position: absolute;
  bottom: 40px;
  z-index: 12;
}

.arrow-group .arrow-btn {
  height: 74px;
  width: 82px;
  background-color: #ffffff;
  padding: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.arrow-group .arrow-btn img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.arrow-group .arrow-btn.next-btn {
  background-color: var(--primary);
}

.category-section {
  /* padding: 200px 0; */
  padding: 180px 0 100px 0;
  background-color: #ffffff;
  text-align: center;
}

.sub-title-group {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 17px;
  margin-bottom: 24px;
}

.category-section .sub-title {
  font-weight: 600;
  font-size: 16px;
  color: #000703;
  width: fit-content;
  margin-bottom: 0;
}

.category-section .cate-title {
  font-weight: 700;
  font-size: 36px;
  line-height: 44px;
  letter-spacing: -0.01em;
  color: #000000;
}

.category-main {
  margin-top: 70px;
  background: #ffffff;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.35);
  border-radius: 25px;
  overflow: hidden;
}

.category-main .menu-title {
  font-weight: 600;
  font-size: 28px;
  text-align: left;
  letter-spacing: -0.01em;
  padding: 34px 34px;
  color: rgba(0, 0, 0, 0.8);
  background-color: #deffe5;
}

.category-menu {
  background-color: #f2f7f5;
  text-align: left;
  height: 100%;
}

.category-menu .nav-pills .nav-link {
  font-weight: 700;
  font-size: 19px;
  /* padding: 22px 35px; */
  /* padding: 15px 25px; */
  padding: 18px 28px;
  margin-bottom: 5px;
  color: #000000;
  text-align: left;
}

.category-menu .nav-pills .nav-link.active {
  background-color: var(--primary);
  color: #ffffff;
  border-radius: 0 20px 20px 0;
}

.category-main .tab-content {
  padding: 48px 40px;
  height: 100%;
  text-align: left;
}

/* Old Start */
/*
.category-group {
  display: flex;
  flex-wrap: wrap;
}

.category-subitem {
  flex: 1 1 auto;
 
    align-items: stretch;
  position: relative;

  margin-bottom: 15px;
  margin-right: 10px;
}

.category-img {
  height: 271px;
  width: 281px;
  position: relative;
}

.category-img::after {
  content: "";
  position: absolute;
  background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  border-radius: 10.1983px;
  height: 70px;
  width: 100%;
  bottom: 0;
  left: 0;
  transform: matrix(1, 0, 0, -1, 0, 0);
}

.category-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.category-subitem .category-name {
  font-weight: 600;
  font-size: 16px;

  text-transform: capitalize;
  text-align: center;
  color: #ffffff;
  position: absolute;
  position: absolute;
  bottom: 10px;
  width: 100%;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8); 
} 
*/
/* Old End */

/* New Start */
.category-group {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 10px; /* Replaces margin-bottom and margin-right */
}

.category-subitem {
  position: relative;
  flex: 1 1 280px; /* Flexible basis with minimum width */
  max-width: 281px; /* Maximum width for larger screens */
  min-width: 200px; /* Minimum width to prevent too small items */
}

.category-img {
  height: 271px;
  width: 100%; /* Make it responsive */
  position: relative;
}

.category-img::after {
  content: "";
  position: absolute;
  background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  border-radius: 10.1983px;
  height: 70px;
  width: 100%;
  bottom: 0;
  left: 0;
  transform: matrix(1, 0, 0, -1, 0, 0);
}

.category-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.category-subitem .category-name {
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
  text-align: center;
  color: #ffffff;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%); /* Center horizontally */
  width: calc(100% - 20px); /* Account for padding */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
  padding: 0 10px; /* Add some padding to prevent edge overflow */
  word-wrap: break-word; /* Handle long text */
  hyphens: auto; /* Allow hyphenation if needed */
}

/* Media queries for responsive design */
@media (max-width: 768px) {
  .category-subitem {
    flex: 1 1 calc(50% - 5px); /* Two items per row on tablets */
    min-width: 150px;
  }
  
  .category-img {
    height: 200px; /* Smaller height on mobile */
  }
  
  .category-subitem .category-name {
    font-size: 14px; /* Smaller font on mobile */
  }
}

@media (max-width: 480px) {
  .category-subitem {
    flex: 1 1 calc(50% - 5px); /* Still two items per row */
    min-width: 120px;
  }
  
  .category-img {
    height: 150px; /* Even smaller on small phones */
  }
  
  .category-subitem .category-name {
    font-size: 12px;
    bottom: 8px; /* Adjust position */
  }
}

@media (max-width: 320px) {
  .category-subitem {
    flex: 1 1 100%; /* Single column on very small screens */
    min-width: unset;
  }
}
/* New End */

.subcategory-title {
  font-weight: 600;
  font-size: 22px;
  text-transform: capitalize;
  color: rgba(0, 0, 0, 0.8);
}
.category-menu .nav-pills {
  height: 600px;
  overflow-y: auto;
  flex-wrap: nowrap;
}
.cate-main {
  height: 640px;
  overflow: auto;
}
.multiservice-section {
  /* padding: 92px 0; */
  /* padding: 100px 0; */
  padding: 120px 0;
  background-color: #f2f7f5;
}
.multiservice-section .title {
  font-weight: 900;
  font-size: 32px;
  color: #1a1a1a;
  margin-bottom: 24px;
}
.multiservice-section .service-list {
  /* list-style-image: url("../images/icon/book-list.svg"); */
  list-style: none;
  margin-bottom: 25px;
}
.multiservice-section .service-list li {
  margin-bottom: 14px;
  font-weight: 600;
  /* font-size: 24px; */
  font-size: 20px;
  color: #1a1a1a;
}
.button-group {
  display: flex;
  gap: 10px;
  align-items: center;
}
.button-group .download-btn {
  height: 76px;
  width: 236px;
}
.button-group .download-btn img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.mockup-image {
  height: 809px;
  width: 747px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  animation: up-down linear 4s;
  animation-iteration-count: infinite;
  transform-origin: 50% 50%;
  -webkit-animation: up-down linear 4s;
  -webkit-animation-iteration-count: infinite;
  -webkit-transform-origin: 50% 50%;
  -moz-animation: up-down linear 4s;
  -moz-animation-iteration-count: infinite;
  -moz-transform-origin: 50% 50%;
  -o-animation: up-down linear 4s;
  -o-animation-iteration-count: infinite;
  -o-transform-origin: 50% 50%;
  -ms-animation: up-down linear 4s;
  -ms-animation-iteration-count: infinite;
  -ms-transform-origin: 50% 50%;
}

@keyframes up-down {
  0% {
    transform: translate(1px, 20px);
  }
  24% {
    transform: translate(1px, 30px);
  }
  50% {
    transform: translate(1px, 12px);
  }
  74% {
    transform: translate(1px, 22px);
  }
  100% {
    transform: translate(1px, 22px);
  }
}

@-moz-keyframes up-down {
  0% {
    -moz-transform: translate(1px, 20px);
  }
  24% {
    -moz-transform: translate(1px, 30px);
  }
  50% {
    -moz-transform: translate(1px, 12px);
  }
  74% {
    -moz-transform: translate(1px, 22px);
  }
  100% {
    -moz-transform: translate(1px, 22px);
  }
}

@-webkit-keyframes up-down {
  0% {
    -webkit-transform: translate(1px, 20px);
  }
  24% {
    -webkit-transform: translate(1px, 30px);
  }
  50% {
    -webkit-transform: translate(1px, 12px);
  }
  74% {
    -webkit-transform: translate(1px, 22px);
  }
  100% {
    -webkit-transform: translate(1px, 22px);
  }
}

@-o-keyframes up-down {
  0% {
    -o-transform: translate(1px, 20px);
  }
  24% {
    -o-transform: translate(1px, 30px);
  }
  50% {
    -o-transform: translate(1px, 12px);
  }
  74% {
    -o-transform: translate(1px, 22px);
  }
  100% {
    -o-transform: translate(1px, 22px);
  }
}

@-ms-keyframes up-down {
  0% {
    -ms-transform: translate(1px, 20px);
  }
  24% {
    -ms-transform: translate(1px, 30px);
  }
  50% {
    -ms-transform: translate(1px, 12px);
  }
  74% {
    -ms-transform: translate(1px, 22px);
  }
  100% {
    -ms-transform: translate(1px, 22px);
  }
}
.mockup-image img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.mockup-image::before {
  position: absolute;
  content: "";
  height: 764px;
  width: 764px;
  border-radius: 50%;
  background: linear-gradient(
    133.22deg,
    rgba(200, 215, 203, 0.5) 14.81%,
    rgba(148, 192, 158, 0.1) 85.1%
  );
  top: 0;
  left: 0;
  z-index: -1;
}
.service-detail {
  padding-left: 62px;
}
.vector-img {
  height: 702px;
  width: 689px;
  margin: 0 auto;
}
.vector-img img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.more-detail {
  padding-top: 109px;
  background-color: #f2f7f5;
  padding-bottom: 50px;
}
.detail-sec {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  padding: 0 26px;
  color: rgba(0, 0, 0, 0.66);
}
.detail-sec .title {
  font-weight: 700;
  font-size: 38px;
  margin-bottom: 28px;
  letter-spacing: -0.01em;

  color: #000000;
}
.faq-title {
  font-weight: 800;
  font-size: 40.1375px;

  letter-spacing: -0.01em;

  color: #000000;
}
.faq-text {
  font-weight: 400;
  font-size: 21.125px;
  line-height: 25px;

  color: rgba(0, 0, 0, 0.66);
}
.accordion-button:focus {
  box-shadow: none;
}
.faq-accordion .accordion-button:not(.collapsed)::after {
    background-image: url("../images/icon/minus-circle.svg");
    transform: rotate(-180deg);
    background-size: contain;
}
.faq-accordion .accordion-button::after {
    background-image: url("../images/icon/plus-circle.svg");
    background-size: contain;
    height: 25px;
    width: 25px;
}
.faq-accordion {
  margin-top: 72px;
  margin-bottom: 110px;
}
.faq-accordion .accordion-button:not(.collapsed) {
  color: none;
  background-color: transparent;
  box-shadow: none;
}
.faq-accordion .accordion-button {
  font-weight: 600;
  font-size: 22px;
  color: #101828;
  padding: 0;
  padding-bottom: 8px;
}
.faq-accordion .accordion-item {
  font-weight: 400;
  font-size: 16.9px;
  border: none;
  color: #667085;
  padding: 24px 0;
  border-bottom: 1px solid #eaecf0;
}
.faq-accordion .accordion-item:last-of-type{
    border-bottom: 0;
}
.faq-accordion .accordion-body {
  padding-left: 0;
  padding-right: 0;

  padding-top: 5px;
}
.footer-sec{
    background-color: #F2F7F5;
   padding-top: 70px;
}
.footer-logo{
    height: 169px;
    width: 143px;
    margin-bottom: 18px;
}
.footer-logo img{
    height: 100%;
    width: 100%;
    object-fit: contain;
}
.footer-links{
    list-style-type: none;
padding-left: 0;
}
.footer-links li{
    margin-bottom: 14px;
    font-size: 20px;
font-weight: 600;
color: #101828;
}
.footer-links li a{
    position: relative;
    transition: 0.3s all ease-in-out;
}
.footer-links li a:before {
    position: absolute;
    content: "";
    left: 0px;
    bottom: 0px;
    width: 0%;
    height: 2px;
    background: var(--primary);
    opacity: 0;
    transition: all 0.4s ease;
  }
  .footer-links li a:hover {
    color: var(--primary);
  }
  .footer-links li a:hover:before {
    width: 100%;
    opacity: 1;
  }
.mail-link{
font-weight: 300;
font-size: 16px;
line-height: 30px;
text-decoration-line: underline;
color: #019B23;
}
.social-links{
    display: flex;
    gap: 7px;
    align-items: center;
    list-style-type: none;
    padding-left: 0;
}
.social-links li .social-link{
    background-color: var(--primary);
    height: 42px;
    width: 42px;
    border-radius: 50%;
    padding: 9px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.4s all ease-in-out;
}
.social-links li .social-link:hover{
    background-color: #007319;
    transition: 0.4s all ease-in-out;
}
.social-links li .social-link img{
    height: 100%;
    width: 100%;
    object-fit: contain;
}
.joined-btn{
    padding: 18px 22px;
    color: #ffff;
    font-size: 16px;
    background-color: var(--primary);
    border-radius: 12px;
    font-weight: 500;
}

.newsletter-input-group{
    background-color: transparent;
}
.newsletter-input-group .form-control{
padding: 20px 17px;
background-color: #FFFFFF;
border: 0.5px solid rgba(45, 43, 43, 0.3);
border-radius: 12px !important;
font-size: 14px;
}
.copyright-section{
    text-align: center;
    padding: 40px 0;
    margin-top: 64px;
position: relative;

font-size: 16px;

color: #101828;


}
.copyright-section::before{
    content: "";
    background-image: url("../images/top-line.svg");
    background-size: cover;
    top: 0;
    left: 0;
    position: absolute;
    height: 1px;
    width: 100%;
}
.faq-section{
    padding-top: 109px;
}
.policy-section{
    padding: 78px 0;
}
/*----------------------
Contact Form
--------------------------*/
.contact-info-wrapper {
    background: #fff;
    padding: 40px;
    box-shadow: 0 14px 59px rgba(0, 0, 0, 0.12);
    height: 100%;
  }
  .contact-info-wrapper h3 {
    text-transform: capitalize;
    margin-bottom: 20px;
    font-weight: 600;
  }
  .contact-info-wrapper h3 span {
    display: block;
  }
  .contact-info-wrapper .contact-item {
    padding: 15px 0px;
    border-bottom: 1px solid #eee;
    display: flex;
  }
  .contact-info-wrapper .contact-item:last-child {
    padding-bottom: 0px;
    border: 0px;
  }
  .contact-info-wrapper .contact-item i {
    margin-right: 15px;
    color: #333;
    margin-top: 5px;
  }
  .contact-info-wrapper .contact-item h5 {
    font-weight: 400;
    text-transform: capitalize;
    color: #333;
    margin-bottom: 0px;
    font-size: 18px;
    line-height: 28px;
    overflow: hidden;

  }
  
  .contact__form .form-group {
    margin-bottom: 20px;
  }
  .contact__form textarea.form-control {
    padding-top: 20px;
  }
  .contact__form .form-control {
    border: 2px solid #F5F5F5;
    height: 55px;
    padding-left: 20px;
    background: #ffffff;
}
.contact__form  .form-control:focus {
    border-color: var(--primary);
    background: #fff;
}  
.contact__form  .form-control:hover {
    border-color: var(--primary);
    background: #fff;
}  
.btn-main {
    background: var(--primary);
    color: #fff;
    border-color: var(--primary);
    padding: 14px;
    font-weight: 600;
  }
  .btn-main:hover {
    border-color: #007319;
    color: #fff;
    background: #007319;
  }

  .heading {
    font-size: 32px;
    font-weight: 700;
    color: #1a1a1a;
    text-align: center;
    display: flex;
    justify-content: center;
  }
@media (max-width: 1700px) {
  .testimonials_slider.slick-slider .slick-slide .event-image {
    height: 559.92px;
  }

  .testimonials_slider.slick-slider .slick-slide.slick-current .event-image {
    height: 690px;
  }

  .testimonials_slider {
    margin-bottom: -156px;
  }
  .vector-img {
    height: 602px;
    width: 589px;
  }
}

@media (max-width: 1600px) {
  /* .category-img {
    height: 248px;
    width: 213px;
  } */
  .category-main .menu-title {
    font-size: 25px;
    padding: 26px 30px;
  }
  .category-menu .nav-pills .nav-link {
    font-size: 17px;
    padding: 20px 32px;
  }
  .subcategory-title {
    font-size: 20px;
  }
  .category-main .tab-content {
    padding: 35px 30px;
  }
  .mockup-image {
    height: 645px;
    width: 612px;
  }
  .mockup-image::before {
    height: 604px;
    width: 604px;
  }
  .multiservice-section .service-list li {
    margin-bottom: 14px;

    font-size: 20px;
  }
  .button-group .download-btn {
    height: 66px;
    width: 210px;
  }
  /* .detail-sec {
    font-size: 20px;
  }
  .detail-sec {
    padding: 0 10px;
  } */
  .detail-sec .title {
    font-size: 34px;
  }
  .copyright-section {   
    padding: 30px 0;
    margin-top: 30px;   
    font-size: 14px;

   }
   .footer-logo {
    height: 135px;
    width: 104px;
    margin-bottom: 8px;
}
.footer-links li {
    margin-bottom: 14px;
    font-size: 18px;}
    .joined-btn {
        padding: 13px 22px;}
        .newsletter-input-group .form-control {
            padding: 13px 17px;}
}

@media (max-width: 1440px) {
}

@media (max-width: 1400px) {
  .banner-section .banner-title {
    font-size: 48px;
  }

  .arrow-group .arrow-btn {
    height: 60px;
    width: 72px;
    padding: 18px;
  }

  .banner-section .banner-text {
    font-size: 22px;
  }

  .main-header .navbar-nav {
    gap: 28px;
  }

  .main-header .navbar-light .navbar-nav .nav-link {
    font-size: 16px;
  }

  .main-header .logo-brand {
    height: 70px;
    width: 204px;
  }

  .main-header {
    padding: 12px 0;
  }

  .testimonials_slider.slick-slider .slick-slide .event-image {
    height: 550px;
  }

  .testimonials_slider.slick-slider .slick-slide.slick-current .event-image {
    height: 630px;
  }

  .category-section .cate-title {
    font-size: 32px;
  }
  .mockup-image {
    height: 530px;
    width: 526px;
  }
  .mockup-image::before {
    height: 504px;
    width: 504px;
  }
  .multiservice-section .service-list li {
    margin-bottom: 14px;
    font-size: 18px;
  }
  .service-detail {
    padding-left: 45px;
  }
  .button-group .download-btn {
    height: 60px;
    width: 160px;
  }
  .detail-sec {
    font-size: 16px;
    line-height: 26px;
  }
  .vector-img {
    height: 502px;
    width: 489px;
  }
  .detail-sec .title {
    font-size: 30px;
  }
  .faq-title {
    font-size: 33px;
  }
  .faq-text {
    font-size: 18px;
  }
  .contact-info-wrapper {
   
    padding: 28px;}
    .contact-info-wrapper h3 {
        font-size: 25px;
    }
}

/* @media (max-width: 1399px) {
  .category-img {
    height: 210px;
    width: 180px;
  }
} */

@media (max-width: 1368px) {
}

@media (max-width: 1200px) {
    .font_20 {
        font-size: 16px !important;
    }
  .banner-section .banner-title {
    font-size: 38px;
    line-height: normal;
    margin-bottom: 16px;
  }

  .banner-section .banner-text {
    font-size: 18px;
  }

  .main-header .navbar-nav {
    gap: 12px;
  }

  .main-header .logo-brand {
    height: 52px;
    width: 156px;
  }

  .testimonials_slider .slick-slide > div {
    margin: 10px;
  }

  .testimonials_slider.slick-slider .slick-slide.slick-current .event-image {
    height: 470px;
  }

  .testimonials_slider.slick-slider .slick-slide .event-image {
    height: 400px;
  }

  .arrow-group .arrow-btn {
    height: 38px;
    width: 42px;
    padding: 10px;
  }

  .category-section {
    padding: 140px 0;
  }
  .category-menu .nav-pills .nav-link {
    font-size: 14px;
    padding: 14px 25px;
  }
  .subcategory-title {
    font-size: 16px;
  }
  .category-main .menu-title {
    font-size: 20px;
    padding: 26px 20px;
  }
  /* .category-img {
    height: 182px;
    width: 150px;
  } */
  .category-main .tab-content {
    padding: 28px 24px;
  }
  .category-menu .nav-pills {
    height: 500px;
  }
  .cate-main {
    height: 540px;
  }
  .main-header {
    padding: 8px 0;
  }
  .main-header .navbar-light .navbar-nav .nav-link {
    font-size: 14px;
  }
  /* .category-subitem .category-name {
    font-size: 14px;
  } */
  .mockup-image {
    height: 430px;
    width: 426px;
  }
  .mockup-image::before {
    height: 404px;
    width: 404px;
  }
  .multiservice-section .title {
    font-size: 28px;
  }
  .multiservice-section .service-list li {
    margin-bottom: 10px;
    font-size: 16px;
  }
  .service-detail {
    padding-left: 20px;
  }
  .multiservice-section {
    padding: 62px 0;
  }
  .vector-img {
    height: 402px;
    width: 389px;
  }
  .detail-sec {
    font-size: 14px;
    line-height: 24px;
  }
  .detail-sec .title {
    font-size: 25px;
    margin-bottom: 12px;
  }
  .detail-sec p {
    margin-bottom: 12px;
  }
  .faq-accordion .accordion-button {
    font-size: 20px;
  }
  .faq-accordion .accordion-item {
    padding: 16px 0;
  }
  .faq-title {
    font-size: 28px;
  }
  .faq-accordion .accordion-button {
    font-size: 18px;
  }
  .faq-accordion .accordion-body {
    font-size: 16px;
  }
  .faq-accordion {
    margin-top: 36px;
  }
  .more-detail {
    padding: 79px 0;
  }
  .footer-links li {
    margin-bottom: 14px;
    font-size: 16px;}
    .footer-logo {
        height: 139px;
        width: 103px;
        margin-bottom: 10px;
    }
    .social-links li .social-link {
        height: 37px;
        width: 37px;
        padding: 8px;
    }
    
}

@media (max-width: 992px) {
  .category-menu .nav-pills .nav-link.active {
    background-color: transparent;
    color: #1a1a1a;
    /* border: 1px solid var(--primary);
    border-radius: 18px; */
    border-bottom: 2px solid var(--primary);
    border-radius: 0;
    padding: 0 16px;
  }
}

@media (max-width: 991.5px) {
  .banner-section .banner-title {
    font-size: 26px;
  }

  .arrow-group .arrow-btn {
    height: 30px;
    width: 30px;
    padding: 9px;
  }

  .testimonials_slider.slick-slider .slick-slide .event-image {
    height: 300px;
  }

  .testimonials_slider.slick-slider .slick-slide.slick-current .event-image {
    height: 380px;
  }

  .banner-section .banner-title {
    font-size: 24px;
    margin-bottom: 10px;
    padding-left: 22px;
  }

  .banner-section .banner-text {
    font-size: 16px;
  }

  .arrow-group {
    bottom: 20px;
  }

  .category-section {
    padding: 110px 0;
  }
  /* .category-img {
    height: 180px;
    width: 150px;
  } */
  .category-main .tab-content {
    padding: 26px 20px;
  }
  .main-header .logo-brand {
    height: 46px;
    width: 120px;
  }
  .main-header .navbar-light .navbar-nav .nav-link {
    font-size: 14px;
  }
  .main-header .navbar-nav {
    gap: 9px;
  }
  .category-menu .nav-pills .nav-link {
    font-size: 14px;
    padding: 12px 14px;

    white-space: nowrap;
  }
  .category-main .menu-title {
    font-size: 18px;
    padding: 22px 20px;
  }
  .category-menu .nav-pills {
    flex-direction: row !important;
    height: auto;
    gap: 12px;
    padding: 12px 5px;
  }
  .mockup-image {
    height: 322px;
    width: 322px;
  }
  .mockup-image::before {
    height: 304px;
    width: 304px;
  }
  .button-group .download-btn {
    height: 50px;
    width: 128px;
  }
  .multiservice-section .title {
    font-size: 24px;
    margin-bottom: 16px;
  }
  .service-detail {
    padding-left: 0;
  }
  .navbar-toggler {
    font-size: 16px;
  }
  .cate-main {
    height: 440px;
  }
  .banner-section .banner-title::before {
    width: 4px;
  }
  .category-main {
    margin-top: 40px;
  }
  .vector-img {
    margin-bottom: 16px;
  }
  .faq-accordion {
    margin-bottom: 78px;
  }
  .social-links li .social-link {
    height: 30px;
    width: 30px;
    padding: 7px;
}
.contact-info-wrapper h3 {
    font-size: 22px;
}
.contact-info-wrapper .contact-item h5 {

    font-size: 16px;}
    .contact-info-wrapper .contact-item {
        padding: 11px 0px;
    }
    .contact__form .form-control {       
        height: 50px;      
        font-size: 14px;}    
        .contact-info-wrapper {
            padding: 24px;
        }
}

@media (max-width: 767px) {
  .heading {
    font-size: 18px;
    margin-inline: 2px;
  }
  .testimonials_slider {
    margin-bottom: 0;
  }
  /* .category-img {
    height: 112px;
    width: 104px;
  } */
  .cate-main {
    height: 340px;
  }
  .service-detail {
    text-align: center;
  }

  .service-detail h5 {
    font-size: 16px;
  }
  .mockup-image {
    margin: 20px auto;
    margin-bottom: 45px;

  }
  .multiservice-section .service-list {
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .button-group {
    justify-content: center;
  }
  /* .multiservice-section .title {
    font-size: 22px;
  } */
  .vector-img {
    height: 302px;
    width: 289px;
  }
  /* .detail-sec .title {
    font-size: 22px;
  } */
  .detail-sec p, .detail-sec ul {
    font-size: 16px;
  }
  .faq-title {
    font-size: 24px;
  }
  .faq-text {
    font-size: 14px;
  }
  .faq-accordion .accordion-button {
    font-size: 16px;
  }
  .faq-accordion .accordion-body {
    font-size: 14px;
  }
  .faq-accordion .accordion-item {
    padding: 10px 0;
  }
  .faq-accordion {
    margin-bottom: 58px;
  }
  .faq-accordion .accordion-button::after {
 
    height: 20px;
    width: 20px;
}
.footer-sec {
  
    padding-top: 40px;}
    .footer-logo {
        height: 96px;
        width: 66px;
        margin-bottom: 10px;
    }
    .newsletter-input-group .form-control {
        padding: 8px 14px;
    }
    .joined-btn {
        padding: 10px 18px;
        font-size: 14px;
    }
    .social-links li .social-link {
        height: 30px;
        width: 30px;
        padding: 6px;
    }
    .copyright-section {
        padding: 22px 0;
        margin-top: 22px;
        font-size: 12px;
    }
     .flex-order-1{
        order: 1;
     }
     .flex-order-2{
        order: 2;
     }
     .main-header .navbar-nav {
        gap: 2px;
    }
    /* .multiservice-section {
        padding: 30px 0;
    } */
    .category-section {
        padding: 60px 0;
    }
    .category-section .cate-title {
        font-size: 26px;
    }
    .category-section .cate-title {
        font-size: 22px;
    }
    .policy-section {
        padding: 48px 0;
    }
    .page-header {
        padding: 66px 0px;}
        .page-header .title-block h1 {
          
            margin-bottom: 7px;}
            .header-bradcrumb{
                font-size: 14px;
            }
            .contact-info-wrapper{
                margin-top: 24px;
            }
            .sub-title-group{
                gap: 10px;

            }
            .sub-title-group img{
                width: 90px;
                object-fit: contain;
            }
            .contact__shape img.contact-shape-2 {
                display: none;
            }
            .faq-section {
                padding-top: 69px;
            }
}

@media (max-width: 576px) {
  .font_18 {
    font-size: 16px !important;
  }
  .font_20 {
    font-size: 16px !important;
}
  .font_24 {
    font-size: 22px !important;
  }

  .font_30 {
    font-size: 24px !important;
  }

  .testimonials_slider .slick-slide > div {
    margin: 5px;
  }
  .testimonials_slider.slick-slider .slick-slide.slick-current .event-image {
    height: 350px;
  }
  .banner-section .banner-title {
    padding-left: 22px;
  }
  .mockup-image::before {
    height: 270px;
    width: 270px;
  }
  .mockup-image {
    height: 282px;
    width: 282px;
  }
  .subcategory-title {
    font-size: 14px;
  }
  /* .category-img::after {
    height: 55px;
  }
  .category-img {
    height: 106px;
    width: 92px;
  } */
  .category-main .tab-content {
    padding: 16px 14px;
  }
  .footer-links li {
    margin-bottom: 12px;
    font-size: 14px;
}

.footer-logo {
    height: 89px;
    width: 70px;}
    .mail-link {
        font-weight: 400;
        font-size: 14px;}
}
