@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Outfit:wght@100..900&display=swap');

:root {
    --bs-primary: #EB6502;
    --bs-secondary: #FFF8EF;
    --bs-tertiary: #1A1A18;
    --bs-fourth: #F28F01;
    --bs-body-font-family: "Outfit", serif;
    --bs-secondary-font-family: "Montserrat", serif;
    --bs-body-font-size: 16px;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #000;
    --bs-body-bg: #fff;
}

body {
    overflow-x: hidden
}

html {
    scroll-behavior: initial !important
}

img {
    max-width: 100%;
    height: auto
}

.header-logo img{
    max-width: 200px;
}

.section {
    padding: 40px 0px;
}

.sec_head {
    font-family: var(--bs-secondary-font-family);
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 20px;
}

.sec_subtitle {
    font-size: 26px;
    font-weight: 400;
}

/* custom buttons */
.btn {
    font-size: 14px;
}

.btn-primary {
    background-color: var(--bs-primary);
    color: #fff;
    border-color: transparent
}

.btn-primary:hover,
.btn-primary:active {
    background-color: var(--bs-secondary);
    color: #000;
    border-color: var(--bs-primary);
    opacity: 0.9;
}

.btn-secondary {
    background-color: var(--bs-secondary);
    color: #fff;
    border-color: transparent
}

.btn-secondary:hover,
.btn-secondary:active {
    background-color: var(--bs-primary);
    color: #000;
    border-color: var(--bs-primary);
    opacity: 0.9;
}
.btn-outline-secondary {
    background-color: #fff;
    color: var(--bs-tertiary);
    border: 1px solid var(--bs-tertiary);
    border-radius: 30px;
    padding: 0px;
    font-weight: 500;
}
.btn-outline-secondary:hover,
.btn-outline-secondary:active,
.btn-outline-secondary .active {
    background-color: var(--bs-tertiary) !important;
    color: #fff !important;
    opacity: 0.9;
    border: 1px solid var(--bs-tertiary);
    border-radius: 30px;
}
.btn-outline-secondary:hover .nav-link  {
    color: #fff !important;
}
.header {
    padding: 12px 0;
    border-bottom: 1px solid var(--bs-primary);
}
/* banner */
.banner_sec {
    position: relative;
}

.banner_sec .banner-img img {
    object-fit: cover;
}

.banner_div {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
}

.banner-content .title {
    font-size: 38px;
    font-family: var(--bs-secondary-font-family);
    color: var(--bs-primary);
    margin-bottom: 0;
}

.banner-content .subtitle {
    font-size: 20px;
    font-family: var(--bs-secondary-font-family);
    color: var(--bs-primary);
    line-height: 1.5;
}

.banner-content .sub-heading {
    font-size: 26px;
    color: #1A1A18;
    font-family: var(--bs-secondary-font-family);
    margin-top: 20px;
    width: 85%;
    line-height: 1.5;
}
.bg-image:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #00000030;
    pointer-events: none;
    border-radius: 16px;
}
.banner-img.bg-image img {
    border-radius: 16px;
}
.bg-image.no-gradient:before {
    background: transparent;
}
/* swiper */
.swiper-slide {
    height: initial !important;
}

.swiper-slide-top {
    position: absolute;
    right: 30px;
    top: 10px;
    z-index: 1;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after,
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: '' !important;
}

.swiper-button-next,
.swiper-button-prev {
    width: 36px !important;
    height: 36px !important;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    margin: 0 5px;
    position: static;
    border-radius: 36px;
    box-shadow: 0px 4px 10px rgb(0 0 0 / 0.1);
}
.swiper-slide-middle .swiper-button-next, .swiper-slide-middle .swiper-button-prev {position: absolute !important;}
.swiper-button-prev {    
    background-image: url(../images/pagination-prev.svg);
}

.swiper-button-next {
    background-image: url(../images/pagination-next.svg);
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
  transform: scale(1.03);
    transition: transform 0.3s ease;
    opacity: 1;
}
.swiper-pagination-bullet {
    opacity: 1 !important;
    border: 1px solid var(--bs-primary) !important;
    background-color: #fff !important;
    width: 12px !important;
    height: 12px !important;
}
.swiper-pagination-bullet-active {
    background-color: var(--bs-primary) !important;
}
.pagination-mb {
    /* bottom: -30px !important; */
}

.swiper-slide-center {
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: space-between;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
    left:0;
    right: 0;
}
/* .swiper-slide-middle {
    display: flex;
    position: absolute;
    top: 42%;
    transform: translateY(-50%);
    z-index: 99;
    justify-content: space-between;
    left: 0;
    right: 0;
} */
/* footer */
.footer {
    background-color: #1A1A18;
    color: #FFFFFF;
    padding: 40px 0 20px;
}

.social-icons a {
    margin: 0;
    padding: 0;
    display: block;
    width: 28px;
    height: 28px;
    background-color: #ffffff;
    border-radius: 3px;
    font-size: 0.875rem;
    color: var(--bs-secondary);
    line-height: 28px;
    text-align: center;
}

.social-icons a i {
    color: var(--bs-primary);
}

.social-icons a:hover {
    background-color: var(--bs-primary);
}
.social-icons a:hover i {
    color: #fff;
}
.footer li a {
    color: #fff;
    line-height: 1.8;
}
.footer a {
    color: #fff;
}
.footer a:hover {
    color: var(--bs-primary);
}
.footer-head {
    font-size: 20px;
    font-weight: 600;
}


.form-group .form-control, .form-group .form-select {
    padding-left: 18px;
    padding-top: 6px;
    padding-bottom: 6px;
    border: 1px solid var(--bs-primary);
    background-color: #fff;
    margin: 6px 0 0;
    color: #1A1A18;
}
.contactform .form-group {
    margin-bottom: 20px;
    position: relative;
}
.form-group label {
    position: absolute;
    top: -2px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    background: #fff;
    padding: 0 12px 0 6px;
    margin: 0 0 0 12px;
}

.fixed_button {
    position: fixed;
    right: 0;
    top: 50%;
    z-index: 999;
    transform: translateY(-50%);
    rotate: 270deg;
    margin-right: -86px;
}
/* common */
/* mission_sec */
.mission_sec {
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 10%, rgba(255, 243, 227, 1) 75%);
}
.mission_sec.bg-trans {
    background: #fff;
}

.mission_head {
    display: flex;
    align-items: center;
    background-color: #fff;
    border-radius: 12px;
    margin-top: -40px;
    width: fit-content;
    margin-left: 30px;
}

.mission_card {
    background-color: #fff;
    border: 1px solid var(--bs-primary);
    border-radius: 12px;
    height: 100%;
}

.mission_head:after {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 20px;
    display: flex;
    background-color: var(--bs-primary);
    justify-content: flex-end;
}

.mission_head::before {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 20px;
    display: flex;
    background-color: var(--bs-primary);
    justify-content: flex-end;
}

.mission_card .card-title {
    font-size: 32px;
    font-family: var(--bs-secondary-font-family);
}

.mission_card .card-title span {
    color: var(--bs-primary);
}

.mission_card .card-body {
    padding: 30px 60px;
    font-family: var(--bs-secondary-font-family);
}
/*  */
.profile-top {
    display: flex;
    align-items: center;
}
.profile-top .profile-top-icon {
    min-width: 100px;
    max-width: 100px;
    margin-right: 15px;
}
.profile-top .profile-top-info .badge {
    background-color: var(--bs-primary);
    padding: 5px 15px;
    font-weight: 500;
    border-radius: 30px;
}
.profile-top .profile-top-info h3 {
    font-weight: 700;
    font-size: 1.5rem;
    color: var(--bs-primary);
}
.profile-top .profile-top-info p {
    font-size: 0.75rem;
}
.profile-img-box {
    min-height: 240px;
    background: linear-gradient(90deg, #F28F01 0%, #EB6502 100%);
    border-radius: 10px;
}
.profile-img-box .profile-img {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 0 50px;
}

/*  */
.testi_sub .subtitle {
    color: var(--bs-primary);
    font-weight: 600;
}

.testimonial_card {
    border: 1px solid var(--bs-primary);
    border-radius: 12px;
    position: relative;
    padding: 20px 10px;
}

.testimonial_card::before,
.testimonial_card::after {
    font-size: 36px;
    line-height: 46px;
    color: var(--bs-primary);
    position: absolute;
    padding: 0 4px;
    background-color: #fff;
}

.testimonial_card::before {
    top: -14px;
    left: 20px;
    content: '❝';
}

.testimonial_card::after {
    bottom: -30px;
    right: 20px;
    content: '❞';
}

.testimonial-image {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    object-fit: cover;
    object-position: top;
}
.testimonial_card .card-body p{
    margin-bottom: 0;
}

.testimonial-author {
    font-weight: 700;
    color: var(--bs-primary);
    font-family: var(--bs-secondary-font-family);
    text-transform: uppercase;
}

.testimonial-subtitle {
    font-family: var(--bs-secondary-font-family);
    font-weight: 600;
    font-size: 13px;
}

.accordion .accordion-item{
    border: 0;
    background-color: var(--bs-secondary);
    border-radius: 10px;
}
.accordion .accordion-button{
    font-size: 1rem;
    color: #000;
    font-weight: 500;    
    box-shadow: none;
    background-color: transparent;
}
.accordion .accordion-body{
    font-weight: 300;
    padding-top: 0;
}

.left-floating-btn{
    position: fixed;
    left: 50px;
    bottom: 50px;
    z-index: 9;
}

.left-floating-btn .btn{
    display: inline-block;
    padding: 8px 25px;
    background: var(--bs-primary);
    color: #ffffff;
    text-decoration: none;
    border-radius: 30px;
    font-weight: 400;
    font-size: 16px;
    transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}
.left-floating-btn .btn:hover{
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(15, 118, 110, 0.3);
}

.right-floating-btn{
    position: fixed;
    right: 72px;
    bottom: 135px;
    z-index: 9;
}
.right-floating-btn .btn{    
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    background: var(--bs-primary);
    color: #ffffff;
    text-decoration: none;
    border-radius: 50%;
    font-weight: 400;
    font-size: 25px;
    transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}
.right-floating-btn .btn:hover{
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(15, 118, 110, 0.3);
}

.cbp-right-bottom{
    right: 69px;
    bottom: 30px;
}

@media (max-width:1399px) and (min-width:1240px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1220px;
    }
}
@media (max-width:1199px) {
    .sec_head {
        font-size: 32px;
        margin-bottom: 14px;
    }
    .banner-content .title {
        font-size: 32px;
    }
    .banner-content .subtitle {
        font-size: 18px;
    }
    .banner-content .sub-heading {
        font-size: 22px;
    }
    .mission_head .icon img {
        width: 60px;
    }
    .mission_card .card-title {
        font-size: 26px;
    }
    .mission_head {
        margin-top: -30px;
    }
    .mission_card .card-body {
        padding: 20px 30px;
    }
}
@media (max-width:991px) {
    .section {
        padding: 30px 0px;
    }
    .banner-content .title {
        font-size: 28px;
    }
    .banner-content .subtitle {
        font-size: 16px;
    }
    .banner-content .sub-heading {
        font-size: 18px;
    }
    .footer .list-unstyled {
        margin-bottom: 0;
    }
    .swiper-button-next, .swiper-button-prev {
        width: 29px !important;
        height: 29px !important;
    }
    .testimonial-image {
        width: 60px;
        height: 60px;
    }   
}
@media (max-width:767px) {
    .section {
        padding: 20px 0px;
    }
    .sec_head {
        font-size: 30px;
    }
    .swiper {
        padding-left: 10px;
        padding-right: 10px;
    }
    .banner_sec .banner-img img {
        height: auto;
    }
    .banner_div {
        top: auto;
        transform: none;
        bottom: 30px;
        text-align: center;
    }
    .banner-content .sub-heading {
        width: 100%;
    }
    .banner-img.bg-image img {
        height: 420px;
        border-radius: 0;
        object-fit: cover;
    }
    .bg-image:before { 
        border-radius: 0;
        background: linear-gradient(180deg, transparent, #000);
    }
    .mission_card .card-title {
        font-size: 22px;
    }
    .profile-top {
        margin-top: 70px;
        flex-direction: column;
        align-items: flex-start;
        padding: 0 160px 12px 12px;
        background: linear-gradient(90deg, #F28F01 0%, #EB6502 100%);
        border-radius: 10px;
    }
    .profile-top .profile-top-icon {
        min-width: 70px;
        max-width: 70px;
        margin: -35px 0 10px;
    }
    .profile-top .profile-top-info .badge {
        background-color: #1A1A18;
    }
    .profile-top .profile-top-info h3, .profile-top .profile-top-info p {
        color: #ffffff;
    }
    .profile-top-img {
        width: 120px;
        position: absolute;
        bottom: 0;
        right: 20px;
    }
    .fixed_button {
        margin-right: -62px;
    }
    .left-floating-btn{
        left: 20px;
        bottom: 36px;
    }
    .right-floating-btn{
        right: 20px;
        bottom: 105px;
    }
    .cbp-right-bottom{
        right: 17px;
    }
}
@media (max-width:575px) {
    .banner_div {
        bottom: 10px;
    }
    .banner-content .title {
        font-size: 20px;
    }
    .banner-content .sub-heading {
        font-size: 16px;
        margin: 0;
        font-weight: 400 !important;
    }
    .sec_head {
        font-size: 26px;
    }
    .footer {
        font-size: 14px;
    }
    .mission_head .icon img {
        width: 50px;
    }
    .mission_head {
        margin-left: 16px;
    }
    .mission_head {
        margin-top: -25px;
    }
    .mission_card .card-body {
        padding: 20px;
    }
    .campustour_video {
        height: 240px;
    }
}