@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
}

:root {
    --primary-color: #F97104;
    --secondary-color: #F1F7FC;
    --tertiary-color: #0466C9;
    --hover-color: #F97104;
    --text-white: #fff;
    --black: #000;
    --option-color: #000308;
}

html,
body {
    scroll-behavior: smooth;
    overflow-x: hidden;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}

a {
    text-decoration: none;
    color: #F97104;
}

::-webkit-scrollbar {
    height: 0;
    width: .5rem;
}

::-webkit-scrollbar-track {
    background: var(--tertiary-color);
}

::-webkit-scrollbar-thumb {
    background: var(--primary-color);
    border-radius: 5rem;
}

/* Header CSS Start */
.top_hedaer {
    background-color: var(--primary-color);
    color: var(--text-white);
}

.top-header-l-r {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 5px 0px;
}

.top-header-call a,
.top-header-email a,
.top-header-social-media a {
    color: var(--text-white);
}

.top-header-social-media a {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background: var(--tertiary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.top-header-social-media a:hover {
    background-color: var(--tertiary-color);
    color: var(--text-white);
    transform: translateY(-2px);
}

.top-header-call {
    display: flex;
    gap: 10px;
    align-items: center;
}

.top-header-email {
    display: flex;
    gap: 10px;
    align-items: center;
    transition: all 0.3s ease;
}

.top-header-email a:hover {
    color: #000;
}

.top-header-call a:hover {
    color: #000;
}

.top-header-social-media {
    display: flex;
    gap: 10px;
    align-items: center;
}

.book-btn {
    background-color: var(--text-white);
    border: 1px solid #000;
    border-radius: 2px;
    transition: all 0.2s ease-in;
}

.book-btn:hover {
    background-color: var(--tertiary-color);
    border: 1px solid var(--tertiary-color);
}

.book-btn-det {
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
    border-radius: 2px;
    transition: all 0.2s ease-in;
}

.book-btn-det:hover {
    background-color: var(--tertiary-color);
    border: 1px solid var(--tertiary-color);
}

/* Header CSS End */

/* Navigation CSS Start */
.logo-first-tile {
    font-size: 0.8rem;
    color: var(--tertiary-color) !important;
}

.logo-second-title {
    font-size: 0.8rem;
    color: var(--primary-color) !important;
}

.p-logo img {
    /* max-width: 100px; */
    max-height: 80px;
}

.navbar-bg {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.navbar-toggler {
    border: none;
}

.navbar-toggler:focus {
    box-shadow: unset;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
}

.nav-link {
    font-size: 18px;
    font-weight: 500;
    position: relative;
}

.nav-link:focus,
.nav-link:hover {
    color: var(--tertiary-color);
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: var(--primary-color);
    border-bottom: 2px solid var(--tertiary-color);
    display: inline-block;
}

#myHeader {
    background-color: #fff;
    width: 100%;
    transition: all 0.3s ease-in-out;
}

.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 10px 20px;
    background-color: #fff;
    z-index: 1000;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

/* Navigation CSS End */

/* Banner Section CSS Start */
.carousel-control-next-icon {
    background-color: #010404;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%232185C5'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-size: 24px 24px;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 1 !important;
}

.carousel-control-prev-icon {
    background-color: #010404;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%232185C5'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
    background-size: 24px 24px;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 1 !important;
}

.carousel-control-next,
.carousel-control-prev {
    opacity: 1 !important;
}

/* New-Banner-css */
.carousel-inner {
    height: 500px;
}

.carousel {
    position: relative;
}

.carousel-item {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform .6s ease-in-out;
}

.carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.carousel-caption {
    position: absolute;
    /* top: 50%; */
    top: 55%;
    left: 5%;
    transform: translateY(-50%);
    text-align: left;
    width: 100%;
    padding: 0;
}

.carousel-caption .container {
    display: flex;
    align-items: center;
    height: 100%;
}

.caption-content {
    max-width: 55%;
    padding-left: 3rem;
}

.carousel-caption h5 {
    font-weight: 500;
    font-size: 2rem;
    margin-bottom: 1rem;
}

.carousel-caption p {
    font-size: 1rem;
    line-height: 1.5;
}

.banner-title-mb {
    padding: 20px 30px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    background: #00000038;
    border-radius: 5px;
}

.carousel .carousel-item:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    --bs-bg-opacity: 0.9;
    background-color: rgba(0, 0, 0, 0.1);
    z-index: 1;
}

.carousel-caption h1,
.carousel-caption p {
    text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.8);
    text-align: left;
}

.wellcome-title {
    position: relative;
}

.wellcome-des-title {
    position: absolute;
    top: 65%;
    left: 50%;
    transform: translate(-50%, -45%);
    background: linear-gradient(90deg, #0a2b5c, #004d99, #00bfff);
    color: var(--text-white);
    padding: 1rem;
    border-radius: 0.5rem;
    text-align: center;
    width: 100%;
    transition: all 0.3s ease;
    z-index: 2;
}

.banner-pos {
    z-index: 1;
}

.wellcome-des-title h1 {
    font-size: 2rem;
    font-weight: bold;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.wellcome-des-title p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 1rem;
}

/* New-Banner-End */


.lead {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.book-btn-read {
    border-radius: 2px;
    background: transparent;
    color: var(--text-white);
    border: 1px solid var(--text-white);
    padding: 10px 20px;
}

.book-btn-read:hover {
    background-color: var(--hover-color);
    color: var(--text-white);
    border: 1px solid var(--hover-color);
}

/* Banner Section CSS End */

/* About Us Section CSS Start */
.about_us {
    padding: 50px 0px;
    margin-top: 35px;
}
.about-us-about-us-page{
    margin-top: 0;
}

.about-us-title {
    font-size: 20px;
    font-weight: 500;
    color: #000000ed;
    position: relative;
}

.about-us-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 10%;
    height: 3px;
    background-color: var(--primary-color);
}

.about-us-sub-title {
    font-size: 2rem;
    font-weight: 600;
    color: #000;
    line-height: normal;
}

.about-us-p {
    font-size: 16px;
    font-weight: 400;
    color: #696969;
    line-height: normal;
    line-height: 28px;
    text-align: justify;
    hyphens: auto;
    word-spacing: 1px;
    text-align-last: left;
}

.about-us-img-wrapper {
    position: relative;
}

.about-us-img {
    border-right: 4px solid var(--primary-color);
    border-bottom: 4px solid var(--primary-color);

}

.about-us-img-wrapper .small-image {
    position: absolute;
    top: 20%;
    left: -5%;
    width: 45%;
    border: 8px solid var(--primary-color);
}

.about-us-img-wrapper .experience-badge {
    position: absolute;
    top: 65%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* bottom: 20%;
    right: 5%; */
    background-color: var(--primary-color);
    color: var(--text-white);
    padding: 1.5rem;
    border-radius: 0.5rem;
    text-align: center;
    min-width: 200px;
    transition: all 0.3s ease;
    animation: experience-float 3s ease-in-out infinite;
}

.about-us-img-wrapper .experience-badge:hover {
    background-color: #fff;
    color: #000;
    border: 1px solid var(--tertiary-color);
}

.about-us-img-wrapper .experience-badge h3 {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    color: var(--option-color);
    font-size: 2.5rem;
    margin: 0;
    line-height: 0.5;
    font-weight: 700;
}

.about-us-img-wrapper .experience-badge h3 span {
    font-size: 1rem;
    display: inline-block;
    margin-left: 0.25rem;
}

.about-us-img-wrapper .experience-badge p {
    margin: 0.5rem 0 0;
    font-size: 0.875rem;
}

.about-us-img img:hover {
    transform: translateX(2px);
}

.profile .profile-image {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
}

.profile .profile-name {
    font-size: 1.125rem;
    margin: 0;
}

.profile .profile-position {
    color: var(--primary-color);
    margin: 0;
    font-size: 0.875rem;
}

.contact-info {
    padding: 1rem 1.5rem;
    border-radius: 0.5rem;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 2px 7px;
}

.contact-info i {
    color: var(--primary-color);
    font-size: 1.5rem;
}

.contact-info .contact-label {
    color: color-mix(in srgb, var(--default-color), transparent 30%);
    font-size: 0.875rem;
    margin: 0;
}

.contact-info .contact-number a {
    font-weight: 600;
    margin: 0;
    color: var(--black);
}

.info-wrapper {
    margin-top: 2rem;
}

/* About Us Section CSS Start */

/* Counter CSS Section Start  */
.stats-section {
    background-color: var(--secondary-color);
}

.stats-sec-p {
    padding: 30px 0px;
}

.stats .stats-hero .headline {
    color: var(--heading-color);
    font-family: var(--heading-font);
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.2;
}

.stats .stats-hero .lead {
    color: var(--default-color);
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 0;
    color: #696969;
}

.stats .stats-hero .stats-rating {
    background: var(--surface-color);
    border-radius: 5px;
    box-shadow: 0 4px 32px color-mix(in srgb, var(--primary-color), transparent 90%);
    min-width: 270px;
    gap: 8px;
}

.stats .stats-hero .stats-rating .stats-rating-img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
    background: color-mix(in srgb, var(--primary-color), transparent 85%);
    border: 2px solid color-mix(in srgb, var(--primary-color), transparent 80%);
}

.stats .stats-hero .stats-rating .rating-score .fs-5 {
    color: var(--primary-color);
}

.stats .stats-hero .stats-rating .rating-score .stars {
    color: color-mix(in srgb, var(--primary-color), #ffd700 70%);
    font-size: 1.15rem;
}

.stats .bi-star-fill,
.stats .bi-star-half {
    color: #ffae00;
    font-size: 1.18em;
    vertical-align: -0.13em;
    margin-right: 2px;
}

.stats .stats-hero .stats-rating .user-feedback {
    color: color-mix(in srgb, var(--black), transparent 40%);
    font-size: 0.95rem;
    font-family: var(--default-font);
}

.stats .stats-counters {
    margin-top: 0.5rem;
}

.stats .stats-counters .stats-counter-card {
    background: linear-gradient(90deg, #0a2b5c, #004d99, #00bfff);
    border-radius: 5px;
    box-shadow: 0 2px 12px color-mix(in srgb, var(--primary-color), transparent 90%);
    padding: 1.75rem 1rem 1.25rem 1rem;
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: box-shadow 0.3s;
    transition: all 0.3s ease-in-out;
    transform: translateY(0);
}

.stats .stats-counters .stats-counter-card:hover {
    transform: translateY(-5px);
    background: linear-gradient(90deg, #f97104, #fbb040);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 25px, rgba(0, 0, 0, 0.05) 0px 5px 10px;
}

.stats .stats-counters .stats-counter-card .counter-value {
    color: var(--text-white);
    font-family: var(--heading-font);
    font-size: 2.5rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.1;
    display: flex;
    align-items: flex-end;
}

.stats .stats-counters .stats-counter-card .counter-value .purecounter {
    font-size: inherit;
    color: inherit;
}

.stats .stats-counters .stats-counter-card .label {
    /* color: color-mix(in srgb, var(--text-white), transparent 35%); */
    font-size: 1rem;
    font-weight: 500;
    margin-top: 0.3rem;
    letter-spacing: 0.02em;
    color: #ffffffd1;
}

/* Counter CSS Section End  */

/* Services Section CSS Start */
.services-section {
    margin: 50px 0px;
    padding: 50px 0px;
    color: var(--default-color);
    background-color: var(--background-color);
    scroll-margin-top: 90px;
    overflow: clip;
    background-image: url(../image/banner-one.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}

.services-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 1;
}

.services-section>* {
    position: relative;
    z-index: 2;
}

.section-title {
    text-align: center;
    /* padding-bottom: 30px; */
    position: relative;
}

.section-title h2 {
    font-size: 2rem;
    font-weight: 700;
    /* margin-bottom: 20px; */
    padding-bottom: 10px;
    position: relative;
    color: var(--text-white);
}

.section-title h2:after {
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 3px;
    background: var(--primary-color);
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.section-title p {
    margin-bottom: 0;
    color: var(--text-white);
    font-size: 1rem;
}

.services-section .service-item {
    position: relative;
    padding: 40px 10px 60px;
    background-color: var(--text-white);
    border-radius: 12px;
    box-shadow: 0 10px 25px color-mix(in srgb, var(--default-color), transparent 90%);
    transition: all 0.3s ease;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    height: 100%;
}

.services-section .service-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 6px;
    background-color: var(--primary-color);
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.benefits i {
    color: #fd7e14;
    margin-right: 10px;
}

.cta {
    background-color: var(--secondary-color);
    padding: 40px;
    border-radius: 5px;
    text-align: center;
    border-left: 5px solid var(--tertiary-color);
    border-right: 4px solid var(--primary-color);
}

.cta h4 {
    font-weight: 600;
}

.services-section .service-item h3 {
    font-size: 1.5rem;
}

.services-section .service-item .service-icon {
    width: 72px;
    height: 72px;
    background-color: color-mix(in srgb, var(--primary-color), transparent 92%);
    color: var(--black);
    font-size: 34px;
    margin-bottom: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
}

.services-section .service-item .service-icon i {
    line-height: 1;
}

.services-sections .service-item h3 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 15px;
}

.services-sections .service-item h3 a {
    color: var(--heading-color);
    transition: color 0.3s ease;
    font-size: 1.5rem;
}

.services-section .service-item h3 a span {
    display: inline-block;
    color: var(--accent-color);
}

.services-section .service-item p {
    color: var(--default-color);
    margin-bottom: 0;
    transition: color 0.3s ease;
}

.services-section .service-item .card-action {
    position: absolute;
    right: 24px;
    bottom: 24px;
    width: 56px;
    height: 56px;
    background-color: var(--accent-color);
    color: var(--contrast-color);
    font-size: 22px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
}

.services-section .service-item .card-action i {
    transition: transform 0.3s ease;
}

.services-section .service-item .card-action:hover i {
    transform: rotate(45deg);
}

.services-section .service-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 14px 30px color-mix(in srgb, var(--default-color), transparent 85%);
}

.service-item h3 a {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.services-section .service-item p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.service-tab {
    padding-top: 30px;
}

/* Services Section CSS End */

/* Testimonial Section CSS Start */
.Testimonial-section {
    background-color: var(--secondary-color);
    padding: 30px 0px;
}

.section-title-tes h2 {
    font-size: 25px;
    font-weight: 700;
    padding-bottom: 10px;
    position: relative;
    color: var(--black);
}

.section-title-tes p {
    color: var(--black);
}

.wrapper {
    max-width: 1200px;
    margin: auto;
    padding: 0 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;

}

.wrapper .box {
    background: #fff;
    width: calc(33% - 10px);
    padding: 25px;
    border-radius: 3px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15);
}

.wrapper .box i.quote {
    font-size: 20px;
    color: #17a2b8;
}

.wrapper .box .content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: 10px;
}

.box .info .name {
    font-weight: 600;
    font-size: 17px;
}

.box .info .job {
    font-size: 16px;
    font-weight: 500;
    color: #17a2b8;
}

.box .info .stars {
    margin-top: 2px;
}

.box .info .stars i {
    color: #17a2b8;
}

.box .content .t-image {
    height: 75px;
    width: 75px;
    padding: 3px;
    background: #17a2b8;
    border-radius: 50%;
}

.content .t-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 50%;
    border: 2px solid #fff;
}

.box:hover .content .t-image img {
    border-color: #fff;
}

.box-slider {
    background: #fff;
    /* width: calc(33% - 10px); */
    padding: 25px;
    border-radius: 3px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease-in-out;
    transform: translateY(0);
}

.box-slider:hover {
    transform: translateY(-6px);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 25px, rgba(0, 0, 0, 0.05) 0px 5px 10px;
}

.box-slider i.quote {
    font-size: 20px;
    color: #17a2b8;
}

.box-slider .content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: 10px;
}

.box-slider .info .name {
    font-weight: 600;
    font-size: 17px;
}

.box-slider .info .job {
    font-size: 16px;
    font-weight: 500;
    color: var(--tertiary-color);
}

.box-slider .info .stars {
    margin-top: 2px;
}

.box-slider .info .stars i {
    color: var(--primary-color);
}

.box-slider p {
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.box-slider .content .t-image {
    height: 75px;
    width: 75px;
    padding: 3px;
    background: var(--tertiary-color);
    border-radius: 50%;
}

.box-slider.content .t-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 50%;
    border: 2px solid #fff;
}

.box-sliderx:hover .content .t-image img {
    border-color: #fff;
}

.s-tes-slider {
    padding: 40px 0px;
}

.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 15px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 15px));
    display: inline-block;
    border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
    background: var(--primary-color);


}

/* Testimonial Section CSS End */

/* News/Event Section CSS Start */
.news-event {
    margin: 50px 0px;
}

.news-blog-sec {
    padding-top: 30px;
}

.news-card {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border: none;
    transition: all 0.3s ease-in-out;
    transform: translateY(0);
    height: 100%;
}

.news-card:hover {
    transform: translateY(-8px);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 25px, rgba(0, 0, 0, 0.05) 0px 5px 10px;
}

.related-cart-img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    /* max-width: 300px; */
    height: auto;
    overflow: hidden;
    padding: 10px;
    display: inline-block;
}

.related-cart-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 16/12;
    transition: transform 0.4s ease-in-out;
}

.news_sub-title {
    font-size: 18px;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news_sub-title a:hover {
    color: var(--tertiary-color);
}

.card-body p {
    text-align: justify;
    hyphens: auto;
    word-spacing: 1px;
    text-align-last: left;
}

.news-details {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.read-more-btn {
    color: var(--main-color);
    font-size: 14px;
    font-weight: 600;
}

.read-more-btn-about {
    color: var(--primary-color);
    font-size: 14px;
    font-weight: 600;
}

.read-more-btn:hover {
    color: var(--tertiary-color);
}

/* News/Event Section CSS End */

/* About-Us-Page-CSS-Start */
/* Breadcrumbs-Section-CSS-Start */
.breadcrumb-section {
    background-image: url('../image/banner-one.jpg');
    background-size: cover;
    background-position: center;
    padding: 130px 0;
    position: relative;
}

.breadcrumb-section .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 71%);
    z-index: 1;
}

.breadcrumb-section .container {
    position: relative;
    z-index: 2;
}

.breadcrumb-title {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 80px;
}

.breadcrumb {
    background: none;
    padding: 0;
    margin-bottom: 0;
}

.breadcrumb-item a {
    color: #fff;
}

.breadcrumb-item.active {
    color: #ccc;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: "»";
    color: #fff;
    padding: 0 5px;
}

/* Breadcrumbs-Section-CSS-End */

/* Mission-Visson-Section-CSS-Start */
.our-v-m-w {
    background-color: var(--secondary-color);
    margin: 20px 0px;
}

.our-v-m-w-tab {
    padding: 50px 0px;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: var(--text-white);
    border: 1px solid var(--primary-color);
    color: var(--black);
}

.tab-content>.active {
    color: #696969;
    font-size: 1rem;
    text-align: justify;
    hyphens: auto;
    word-spacing: 1px;
    text-align-last: left;
    line-height: 28px;
}

.nav-pills .nav-link {
    border-radius: 2px;
}

.nav-link-tab-btn {
    color: var(--black);
}

/* Mission-Visson-Section-CSS-End */

/* Chairmain-Section-CSS-Start */
.chairman-section {
    /* background-color: var(--secondary-color); */
    padding: 30px;
}

.message-card {
    border-radius: 10px;
    /* padding: 20px; */
    position: relative;
}

.message-card h2 {
    font-size: 25px;
    font-weight: 600;
}

.message-card p {
    text-align: justify;
    hyphens: auto;
    line-height: 28px;
    word-spacing: 1px;
    text-align-last: left;
}

.quote {
    font-size: 1rem;
    margin-bottom: 15px;
    color: #696969;
}

.signature {
    margin-top: 20px;
    font-weight: bold;
}

.designation {
    color: #000;
}

.principal-img {
    height: 300px;
    width: 100%;
    overflow: hidden;
    display: inline-block;
    border-right: 4px solid var(--primary-color);
    border-bottom: 4px solid var(--option-color);
}

.principal-img img {
    height: 100%;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    aspect-ratio: 16/12;
    /* border-radius: 5px; */
    transition: transform 0.4s ease-in-out;

}

/* Chairmain-Section-CSS-End */

/* About-Us-Page-CSS-End */

/* News/Event Section CSS Start */
.blog-post-img {
    height: 400px;
    width: 100%;
    overflow: hidden;
    display: inline-block;
    border-radius: 5px;
}

.blog-post-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: trasform 0.4s ease-in-out;
}

.blog-content {
    padding: 10px 0px;
}

.blog-content h2 {
    color: var(--black);
    font-size: 2rem;
    font-weight: 600;
}

.news-event-details {
    padding: 50px 0px;
}

.sidebar h2 {
    color: var(--black);
    font-size: 1.5rem;
    font-weight: 500;
}

.register-label {
    font-weight: 500;
}

.blog-content p {
    color: #696969;
    line-height: 1.8;
    text-align: justify;
    hyphens: auto;
    word-spacing: 1px;
    text-align-last: left;
}

.related-post-img {
    width: 100%;
    height: 150px;
}

.related-post-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 16/12;
}

.news_details-title {
    font-size: 18px;
    font-weight: 500;
}

.btn-sm {
    color: var(--tertiary-color);
    font-size: 16px;
    text-decoration: none;
}

.gallery-section {
    padding: 50px 0px;
}

.gallery-section .section-title h2 {
    color: var(--black);
}

.gallery-section .section-title p {
    color: var(--black);
}

/* News/Event Section CSS End */

/* Gallery-CSS-Start */

/* Modern Tab Styling */
.gallery-tabs-sp {
    border-bottom: 3px solid #e1e5eb;
    justify-content: center;
}

.gallery-tabs-sp .nav-link {
    color: #555;
    font-weight: 600;
    font-size: 1.1rem;
    border: none;
    padding: 12px 25px;
    border-radius: 50px;
    transition: all 0.3s ease;
    position: relative;
}

.gallery-tabs-sp .nav-link.active {
    color: var(--primary-color);
    background-color: transparent;
    font-weight: 700;
}

.gallery-tabs-sp .nav-link.active::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 4px;
    background: var(--option-color);
    border-radius: 2px;
}

/* Gallery Cards */
.gallery-item {
    background: #fff;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    overflow: hidden;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
    cursor: pointer;
    position: relative;
}

.gallery-item:hover {
    transform: translateY(-4px);
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    z-index: 2;
}

.gallery-item img,
.gallery-item video {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 15px;
    display: block;
    transition: transform 0.4s ease;
}

.gallery-item:hover img,
.gallery-item:hover video {
    transform: scale(1.1);
}

video::-webkit-media-controls {
    border-radius: 15px;
}

.date-upcoming {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 5px 0px;
    font-size: 15px;
}

.date-upcoming i {
    color: var(--primary-color);
}

.date-upcoming .date-stamp {
    color: var(--tertiary-color);
}

/* Gallery-CSS-End */

/* Contact Us Page CSS Start */
.contact-section {
    color: var(--default-color);
    background-color: var(--text-white);
    padding: 60px 0;
    scroll-margin-top: 90px;
    overflow: clip;
}

.contact-section .contact-info-box {
    background-color: var(--secondary-color);
    border-radius: 10px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05);
    padding: 25px;
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    align-items: flex-start;
    gap: 15px;
    transition:
        transform 0.4s cubic-bezier(0.22, 1, 0.36, 1),
        box-shadow 0.4s cubic-bezier(0.22, 1, 0.36, 1),
        background-color 0.4s ease;
}

.contact-section .contact-info-box:hover {
    transform: translateY(-5) scale(1);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.contact-section .contact-info-box .icon-box {
    background-color: color-mix(in srgb, var(--accent-color), transparent 90%);
    color: var(--accent-color);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.contact-section .contact-info-box .icon-box i {
    font-size: 24px;
}

.contact-section .contact-info-box .info-content h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.contact-section .contact-info-box .info-content p a {
    color: color-mix(in srgb, var(--default-color), transparent 20%);
}

.contact-section .contact-info-box .info-content h5 {
    font-size: 16px;
    font-weight: 600;
}

.contact-section .contact-info-box .info-content p {
    margin-bottom: 5px;
    color: color-mix(in srgb, var(--default-color), transparent 20%);
    font-size: 15px;
    line-height: 1.5;
}

.contact-section .contact-info-box .info-content p:last-child {
    margin-bottom: 0;
}

.contact-section .map-section {
    position: relative;
    width: 100%;
    height: 500px;
    overflow: hidden;
}

.contact-section .map-section iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
}

.contact-section .form-container-overlap {
    position: relative;
    margin-top: -150px;
    margin-bottom: 60px;
    z-index: 10;
}

.contact-section .contact-form-wrapper {
    background-color: var(--text-white);
    border-radius: 12px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05);
    padding: 40px;
}

.contact-section .contact-form-wrapper h2 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 30px;
    position: relative;
}

.contact-section .contact-form-wrapper h2:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%);
    width: 50px;
    height: 3px;
    background-color: var(--primary-color);
}

.contact-section .contact-form-wrapper .form-group {
    margin-bottom: 20px;
}

.contact-section .contact-form-wrapper .form-group .input-with-icon {
    position: relative;
}

.contact-section .contact-form-wrapper .form-group .input-with-icon i {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: color-mix(in srgb, var(--default-color), transparent 40%);
    font-size: 18px;
    z-index: 10;
}

.contact-section .contact-form-wrapper .form-group .input-with-icon .form-control {
    border-radius: 8px;
    padding: 12px 15px 12px 45px;
    height: 3.5rem;
    color: var(--default-color);
    background-color: var(--surface-color);
    font-size: 15px;
    border: 1px solid color-mix(in srgb, var(--black), transparent 80%);
}

.contact-section .contact-form-wrapper .form-group .input-with-icon textarea.form-control {
    height: 180px;
    resize: none;
    padding-top: 15px;
}

.contact-section .contact-form-wrapper .btn-submit {
    background-color: var(--primary-color);
    border: none;
    color: var(--text-white);
    padding: 12px 30px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    border-radius: 2px;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px color-mix(in srgb, var(--tertiary-color), transparent 70%);
}

.contact-section .contact-form-wrapper .btn-submit:hover {
    background-color: var(--tertiary-color);
    color: var(--text-white);
}

.enquiry-card {
    transition: all 0.3s ease-in-out;
    border-radius: 1rem;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    background-color: var(--secondary-color);
}

.enquiry-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.enquiry-icon {
    font-size: 1.5rem;
    color: #000;
}

/* Contact Us Page CSS End */

/* Register Page CSS Start */
.register-container {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    margin: 50px 0px;
}

.register-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.register-form {
    padding: 40px;
}

.form-control {
    border-radius: 8px;
}

.btn-register {
    /* background: linear-gradient(90deg, #007bff, #00d4ff); */
    background-color: var(--primary-color);
    color: #fff;
    border: none;
    border-radius: 5px;
    padding: 10px;
    width: 100%;
    transition: all 0.3s ease;
}

.btn-register:hover {
    background-color: var(--hover-color);
    color: var(--text-white);
}

.form-control:focus {
    box-shadow: unset;
}

.tie-hub-client-sec {
    padding-bottom: 50px;
}

.contact-section .contact-form-wrapper .form-group .input-with-icon i.message-icon {
    top: 28px;
}

/* Register Page CSS End */

/* Team-css-start */
.team-section {
    padding: 60px 0;
}

.team-card {
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    height: 100%;
    border-bottom: 4px solid var(--primary-color);
}

.team-card:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.team-img-wrapper {
    width: 100%;
    height: 300px;
    overflow: hidden;
}

.team-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.team-card:hover .team-img-wrapper img {
    transform: scale(1.05);
}

.team-info {
    padding: 20px;
    text-align: center;
}

.team-info h2 {
    font-weight: 500;
    margin-bottom: 5px;
    font-size: 20px;
}

.team-info p {
    font-size: 1rem;
    color: #6c757d;
    margin-bottom: 15px;
}

/* Team-css-start */

/* Tie Hub  Css */

.card-section-new {
    background-color: #ffffff;
    padding: 40px 0;
}

.new-slider-card {
    background-color: #f8f9fa;
    display: flex;
    flex-direction: column;
    border-radius: 8px;
    overflow: hidden;
}

.n-card-image {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.n-card-content {
    background-color: var(--tertiary-color);
    color: #ffffff;
    padding: 10px 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.company-logo img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #ddd;
    padding: 3px;

}

.n-card-title a {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 15px;
    color: var(--text-white);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.n-card-description {
    font-size: 1rem;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Tie Hub  Css */

/* Footer-Section-CSS-Start */
.footer-sec {
    background-color: var(--tertiary-color);
    background-color: #000000bd;
    color: var(--text-color);
    padding: 40px 0px;
    /*background-image: url(../image/banner-one.jpg);*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.footer-sec::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1;
}

.footer-sec>* {
    position: relative;
    z-index: 2;
}

.footer_logo {
    width: 120px;
}

.footer_logo {
    /* filter: brightness(0) invert(1); */
}

.footer-items {
    padding: 0px;
}

.footer-items li {
    line-height: 35px;
    display: flex;
    gap: 10px;
}

.footer-items li a {
    color: var(--text-white);
    transition: color 0.3s ease, transform 0.3s ease;
    text-decoration: none;
    display: inline-block;
}

.footer-items li a:hover {
    color: var(--primary-color);
    transform: translateY(-2px);
}

.footer-sec h3 {
    font-size: 22px;
    color: var(--text-white);
}

.footer-items li i {
    padding: 0px 5px 0px 0px;
    color: var(--primary-color);
}

.footer-sec p {
    color: var(--text-white);
}

.footer-h4 {
    font-size: 18px;
    color: var(--text-white);
}

.socail-media-ftr {
    padding: 0px;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 20px;
}

.socail-media-ftr li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #f0f0f0;
    transition: all 0.3s ease-in-out;
}

.socail-media-ftr li a:hover {
    background-color: var(--tertiary-color);
    color: var(--text-white);
    transform: translateY(-2px);
}

.socail-media-ftr li i {
    color: var(--main-color);
}

.section-title-details {}

.footer-btm {
    background: #05407c;
    color: #fff;
    /*background: #0466c9;*/
}

.footer-btm-btm {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-btm p {
    margin: 0;
}

.copyright a {
    color: var(--primary-color) !important;
}

.copyright a:hover {
    color: var(--tertiary-color) !important;
}

#upArrowBtn {
    position: fixed;
    bottom: 40px;
    right: 20px;
    display: none;
    background-color: var(--tertiary-color);
    color: white;
    border: none;
    padding: 10px 15px;
    border-radius: 50%;
    font-size: 20px;
    cursor: pointer;
    z-index: 999;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

#upArrowBtn:hover {
    background-color: #0056b3;
}

/* Footer-Section-CSS-End */

/* Responsive CSS Start */
@media (min-width:992px) and (max-width:1100px) {
    .logo-first-tile {
        font-size: 0.8rem;
    }

    .logo-second-title {
        font-size: 0.8rem;
    }

    .nav-link {
        font-size: 16px;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-left: 0.4rem;
        padding-right: 0.4rem;
    }
}

@media (max-width: 1045px) {
    .wrapper .box {
        width: calc(50% - 10px);
        margin: 10px 0;
    }
}

@media (max-width: 702px) {
    .wrapper .box {
        width: 100%;
    }
}

@media (max-width:768px) {

    .footer-btm-btm {
        flex-direction: column;
        align-items: flex-start;
    }

    .register-image {
        height: 200px;
    }

    .register-form {
        padding: 20px;
    }

    .stats-sec-p {
        padding: 20px;
    }

    .top-header-l-r {
        gap: 10px;
        padding: 10px 0px;
    }

    .caption-content {
        max-width: 100%;
        padding-left: 1.5rem;
    }

    .carousel-caption h5 {
        font-size: 1.5rem;
    }

    .carousel-caption p {
        font-size: 0.9rem;
    }

    .banner-title-mb {
        width: 100% !important;
    }

    .carousel-item {
        width: 100%;
    }

    .carousel-caption {
        top: 60%;
    }

    .about-us-sub-title {
        font-size: 1.5rem;
    }

    .about-us-img-wrapper .experience-badge {
        top: 85%;
        min-width: 80%;
    }

    .stats .stats-hero .headline {
        font-size: 1.5rem;
    }

    .stats .stats-hero .lead {
        font-size: 0.9rem;
    }

    .services-section .service-item h3 {
        font-size: 1.2rem;
    }

    .message-card h2 {
        font-size: 20px;
    }

    .chairman-section {
        padding: 20px 5px;
    }

    .blog-content h2 {
        font-size: 1.5rem;
    }

    .contact-section .contact-form-wrapper {
        padding: 20px;
    }

    .carousel-caption {
        top: 50%;
    }

    .logo-first-tile {
        font-size: 0.8rem;
        color: var(--tertiary-color) !important;
    }

    .logo-second-title {
        font-size: 0.8rem;
        color: var(--primary-color) !important;
    }

    .wellcome-des-title h1 {
        font-size: 1.5rem;
        -webkit-line-clamp: 3;
    }

    .wellcome-des-title p {
        font-size: 0.9rem;
        -webkit-line-clamp: 4;
    }
    .p-logo img{
        max-height: 70px;
    }


}

@media (min-width: 768px) {
    .slider-card {
        flex-direction: row;
    }

    .n-card-image {
        width: 60%;
        height: 100%;
    }

    .n-card-content {
        width: 40%;

    }

}

@media (max-width: 576px) {

    .gallery-item img,
    .gallery-item video {
        height: 160px;
    }
}

/* Responsive CSS End */