.section-margin-top {
   margin-top: 6rem;
}

.section-margin-bottom {
   margin-bottom: 6rem;
}

.section-margin {
   margin: 6rem 0;
}

.section-padding-top {
   padding-top: 6rem;
}

.section-padding-bottom {
   padding-bottom: 6rem;
}

.section-padding {
   padding: 6rem 0;
}

.section-header {
   display: flex;
   flex-direction: column;
   align-items: flex-start;
   gap: 1.25rem;
   margin-bottom: 2rem;
}

.section-header-center {
   align-items: center;
   text-align: center;
}

.section-header h6 {
   padding: 0.6rem 1.5rem;
   font-size: 17px;
   font-weight: 600;
   background-color: var(--tertiary-bg);
   border-radius: 50px;
}

.section-header h2 {
   font-size: 3rem;
   color: var(--white-color);
   font-family: var(--primary-font);
   font-weight: 700;
   line-height: 1.3;
   text-transform: uppercase !important;
}

.section-header h2 span {
   color: var(--secondary);
}

.section-header-line h2 {
   position: relative;
}

.section-header-line h2 img {
   position: absolute;
   top: -2rem;
   left: -2rem;
}

.section-header p {
   font-size: 17px !important;
   width: 70%;
   color: var(--white-color);
}

.swiper .swiper-pagination span {
   height: 10px;
   width: 10px;
   margin: 0 6px !important;
   background-color: gray;
}

.swiper .swiper-pagination span.swiper-pagination-bullet-active {
   background-color: var(--orange-color) !important;
}

.primary-btn {
   padding: 10px 28px;
   border-radius: 50px;
   background-color: var(--orange-color);
   color: var(--white-color);
   border: 1px solid var(--orange-color) !important;
}

.secondary-btn {
   padding: 10px 28px;
   border-radius: 50px;
   background-color: transparent !important;
   color: var(--text-secondary) !important;
   border: 1px solid var(--text-secondary) !important;
   font-weight: 600;
   display: flex;
   align-items: center;
   gap: 10px;
}

.secondary-btn img {
   width: 30px;
}

.scroll-to-top {
   position: fixed;
   right: 20px;
   bottom: 20px;
   height: 46px;
   width: 46px;
   border-radius: 100%;
   display: flex;
   align-items: center;
   justify-content: center;
   cursor: pointer;
   background-color: var(--orange-color);
   box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
   display: none;
   z-index: 999;
   border: 1px solid var(--primary);
}

.scroll-to-top i {
   font-size: 2.25rem;
   color: var(--primary);
}

/* Rest Banner */
.rest-banner {
   height: 555px;
   position: relative;
}

.rest-banner img {
   height: 100%;
   width: 100%;
   object-fit: cover;
}

.rest-banner::after {
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   content: '';
   background-color: rgba(0, 0, 0, 0.65);
}

.rest-banner-text {
   position: absolute;
   top: 1rem;
   left: 1rem;
   right: 1rem;
   bottom: 1rem;
   display: flex;
   align-items: center;
   justify-content: center;
   text-align: center;
   z-index: 1;
}

.rest-banner-text span {
   font-size: 3rem;
   font-family: "Teko",
      sans-serif;
   font-weight: 600;
   color: var(--white-color);
}

.text-wrap-1,
.text-wrap-2,
.text-wrap-3,
.text-wrap-4 {
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-box-orient: vertical;
}

.text-wrap-1 {
   -webkit-line-clamp: 1;
   line-clamp: 1;
}

.text-wrap-2 {
   -webkit-line-clamp: 2;
   line-clamp: 1;
}

.text-wrap-3 {
   -webkit-line-clamp: 3;
   line-clamp: 1;
}

.text-wrap-4 {
   -webkit-line-clamp: 4;
   line-clamp: 1;
}

.small-container {
   max-width: 1100px;
   width: 100%;
   padding: 0 1rem;
   margin: 0 auto;
}

.texture-bg {
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   height: 100%;
   width: 100%;
   opacity: 0.15;
   object-fit: cover;
   z-index: -1;
}

.section-content,
.section-content ul {
   display: flex;
   flex-direction: column;
   gap: 1rem;
   align-items: flex-start;
}

.section-content h2 {
   font-weight: 700;
   font-size: 2.5rem;
   line-height: 1.4;

}

.section-content p {
   font-size: 18px;
}

.section-content .primary-btn {
   margin-top: 1rem;
}

.section-content ul li {
   font-weight: 600;
}

.counselling-modal .modal-header h5 {
   font-weight: 600;
   font-family: var(--primary-font);
}

.counselling-modal input,
.counselling-modal textarea {
   padding: 10px 16px;
}

.swiper {
   width: 100%;
   height: 100%;
}

.swiper-slide {
   font-size: 18px;
   display: flex;
}

.text-white {
   color: var(--white-color);
}

.p-font {
   font-size: 17px;
}