:root {
    --themeclr: #e85b29;
    --themeclr2: #2975b2;
    --themeshadow: 0 0 10px rgba(0 0 0 10%);
}

body * {
    font-family: helvetica-55;
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: helvetica-bold;
    src: url(../custom-fonts/helvetica-bold.otf);
}

@font-face {
    font-family: helvetica-light;
    src: url(../custom-fonts/helvetica-light.otf);
}

@font-face {
    font-family: helvetica-55;
    src: url(../custom-fonts/helvetica-55.otf);
}

a {
    transition: all 0.3s 0s linear !important;
    color: black;
}

.form-select,
.form-control,
.btn {
    height: 50px;
    box-shadow: none !important;
    outline: none !important;
    border-radius: 10px;
}

.form-select:focus,
.form-control:focus {
    border-color: var(--themeclr);
}

.web-btn {
    padding: 10px 15px;
    color: white;
    background-color: var(--themeclr);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
}

.web-btn:hover {
    color: white;
    background-color: #d45426;
}

.sect-heading {
    text-align: center;
    margin-bottom: 40px;
}

.sect-title {
    font-size: 42px;
    font-family: helvetica-55;
    margin-bottom: 0;
    color: var(--themeclr2);
}

.sect-title span {
    color: var(--themeclr);
}

.sect-title-2 {
    font-size: 52px;
    font-family: helvetica-55;
    margin-bottom: 0;
    color: white;
}

.sect-title-2 span {
    color: #202a5c;
}

/* header work start */

header {
    padding: 10px 0;
    border-bottom: 1px solid #ededed;
}

header .navbar-brand .header-logo {
    height: 130px;
    width: auto;
}

header .navbar-nav .nav-link {
    font-size: 17px;
    padding: 0 20px !important;
}

header .navbar-nav .nav-link.active,
header .navbar-nav .nav-link:hover {
    color: var(--themeclr);
}

header .navbar-nav .dropdown-toggle::after {
    content: "\f078";
    border: none;
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    font-size: 11px;
    margin-left: 5px;
}

header .navbar-nav .dropdown-menu {
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    display: block;
    /* Prevent Bootstrap from hiding it before JS toggles classes */
    visibility: hidden;
    /* Hide it visually */
    pointer-events: none;
}

header .navbar-nav .dropdown:hover .dropdown-menu.show {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
    pointer-events: auto;
}

/* header work end */

/* home-banner work start */

.home-banner {
    /* background-image: url(../img/home-banner.jpg); */
    background-size: cover !important;
    background-repeat: no-repeat !important;
    padding: 180px 0 0;
    height: calc(100vh - 176px);
}

.home-banner .banner-content h1 {
    font-size: 48px;
    color: var(--themeclr);
    margin-bottom: 30px;
}

.home-banner .banner-content form {
    margin-bottom: 30px;
}

.home-banner .banner-content form .form-select {
    width: 80px;
}

.home-banner .banner-content form .web-btn {
    width: 160px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-banner .banner-content form .form-control {
    width: calc(100% - 240px);
}

.home-banner .banner-content h2 {
    font-size: 44px;
    line-height: 45px;
    margin-bottom: 0px;
}

.home-banner .banner-content h2 span {
    color: var(--themeclr);
}

.home-banner .banner-content h2 small {
    font-size: 32px;
}

/* home-banner work end */

/* home-guide work start */

.home-guide {
    padding: 60px 0;
}

.home-guide .guide-box {
    text-align: center;
    margin-bottom: 25px;
    padding: 0 20px;
}

.home-guide .guide-box .icon-div {
    text-align: center;
    margin-bottom: 15px;
}

.home-guide .guide-box .icon-div img {
    width: 130px;
}

.home-guide .guide-box h4 {
    font-size: 26px;
    color: var(--themeclr);
    margin-bottom: 5px;
}

.home-guide .guide-box p {
    font-size: 18px;
    color: #333;
    margin-bottom: 0px;
}

.home-guide .join-community-box {
    background-color: #f2f2f2;
    border-radius: 30px;
    padding: 40px;
    text-align: center;
    margin-top: 60px;
}

.home-guide .join-community-box .input-group {
    width: 42%;
    margin: 0 auto;
}

.home-guide .join-community-box form .form-select {
    width: 80px;
}

.home-guide .join-community-box form .web-btn {
    width: 160px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-guide .join-community-box form .form-control {
    width: calc(100% - 240px);
}

/* home-guide work end */

/* home-discover work start */

.home-discover {
    padding: 60px 0;
    background-image: url(../img/discover-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.home-discover .discover-box .discover-img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    border-radius: 25px;
    background-color: white;
    margin-bottom: 20px;
}

.home-discover .discover-box h5 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
    color: white;
}

.home-discover .discover-box p {
    font-size: 17px;
    margin-bottom: 0px;
    color: white;
}

.home-discover .owl-nav {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 10px;
    margin-top: 30px;
}

.home-discover .owl-nav span {
    display: none;
}

.home-discover .owl-nav button {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #fff !important;
    transition: all 0.3s 0s linear;
}

.home-discover .owl-nav button::after {
    font-family: "Font Awesome 6 Pro";
    font-size: 16px;
    color: var(--themeclr2);
    font-weight: 900;
    transition: all 0.3s 0s linear;
}

.home-discover .owl-nav button:hover {
    background-color: var(--themeclr2) !important;
}

.home-discover .owl-nav button:hover::after {
    color: white;
}

.home-discover .owl-nav .owl-next::after {
    content: "\f061";
}

.home-discover .owl-nav .owl-prev::after {
    content: "\f060";
}

.home-discover .join-community-link {
    margin-bottom: 0;
    font-size: 18px;
    text-decoration: none;
    color: #e8d829;
    display: flex;
    align-items: center;
    gap: 7px;
}

/* home-discover work end */

/* home experiance work start  */
.home-experience {
    padding: 60px 0px;
    background-color: #FFF7DE;
}

.home-experience .sect-title-2 {
    color: #E85B29;
}

.home-experience .heading-btn {
    display: flex;
    align-items: center;
    justify-content: end;
}

.home-experience .heading-btn .web-btn {
    border-radius: 10px;
    text-decoration: none;
}

.home-experience .class-box {
    padding: 10px;
    background-color: #ffff;
    border-radius: 20px;
}

.home-experience .class-box img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 20px;
    background-color: white;
    margin-bottom: 20px;
}

.home-experience .class-box .content {
    padding: 0px 20px 10px 20px;
}

.home-experience .class-box .content .title {
    font-size: 20px;
    font-weight: 900;
    margin-bottom: 5px;

}

.home-experience .class-box .content p {
    color: #757F82;
}




.home-experience .owl-nav {
    display: flex !important;
    align-items: center;
    justify-content: end;
    gap: 10px;
    margin-top: 30px;
}

.home-experience .owl-nav span {
    display: none;
}

.home-experience .owl-nav button {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #fff !important;
    transition: all 0.3s 0s linear;
}

.home-experience .owl-nav button::after {
    font-family: "Font Awesome 6 Pro";
    font-size: 16px;
    color: var(--themeclr2);
    font-weight: 900;
    transition: all 0.3s 0s linear;
}

.home-experience .owl-nav button:hover {
    background-color: var(--themeclr2) !important;
}

.home-experience .owl-nav button:hover::after {
    color: white;
}

.home-experience .owl-nav .owl-next::after {
    content: "\f061";
}

.home-experience .owl-nav .owl-prev::after {
    content: "\f060";
}


/* counselling-form work start  */
.counselling-form {
    background-color: #fff;
    padding: 60px 0px;
}

.counselling-form .main-box {
    position: relative;
    background-color: #F2F2F2;
    /* Light grey */
    border-radius: 30px;
    overflow: hidden;
    padding: 50px 40px;

}


.counselling-form .main-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 200px;
    /* Adjust this height as needed */
    width: 100%;
    background-color: #2975B2;
    /* Blue */
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    z-index: 1;
}

.counselling-form .main-box .content-box {
    padding-top: 170px;
    margin-bottom: 50px;
}

.counselling-form .main-box .happent-next-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}


.counselling-form .main-box .form-box {
    background-color: #fff;
    position: relative;
    z-index: 99;
    border-radius: 30px;
}

.counselling-form .form-box .form-title {
    padding: 30px;
    border-bottom: 1px solid #ccc;
}

.counselling-form .form-box .form-title .title {
    font-size: 25px;
    font-weight: 700;
    text-align: center;

}

.counselling-form .form-box .form {
    padding: 30px;
}

.counselling-form .form-box .form-label {
    color: #757F82;
    font-size: 18px;
    margin-bottom: 5px;
}

.counselling-form .form-box .form-control,
.form-box .form-select {
    color: #757F82;
    height: 60px;
}

.counselling-form .form-box .web-btn {
    border: 1px solid #000;
    background: #F8C311;
    border-radius: 10px;
    color: #000;
}

.counselling-form .content-box p {
    color: #757F82;
    font-size: 18px;
}

.counselling-form .content-box .call-text {
    font-size: 22px;
    font-weight: 600;
    padding: 20px 0px;
}

.counselling-form .content-box .call-text a {
    text-decoration: none;
}


.counselling-form .content-box .happen-box {
    padding-top: 70px;
}

.counselling-form .content-box .happen-box h3 {
    font-size: 20px;
    font-weight: 600;
    padding: 20px 0px;
}

.counselling-form .content-box .happen-box .item-box {
    display: flex;
    align-items: center;
    gap: 10px;
}

.counselling-form .content-box .happen-box .item-box span {
    width: 25px;
    height: 25px;
    background-color: #000;
    color: white;
    border-radius: 50%;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
}

.counselling-form .content-box .happen-box .item-box p {
    font-size: 16px;
    line-height: 18px;
    width: calc(100% - 35px);
}

/* .counselling-form .address-box{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}

.counselling-form .address-box div strong{
    font-size: 16px;
}

.counselling-form .address-box div{
    font-size: 14px;
    width: 50%;
} */

/* .counselling-form work end  */

/* footer work start  */
.footer {
    background: #E85B29;
    padding: 60px 0px 30px;
    color: #fff;
}

.footer .footer-logo {
    width: 200px;
    margin-top: -62px;
}

.footer .footer-heading {
    font-size: 28px;
    display: inline-block;
    margin-bottom: 15px;
    padding-bottom: 5px;
    border-bottom: 2px solid white;

}

.footer .get-heading {
    font-size: 28px;
    display: inline-block;
    margin-bottom: 15px;
    padding-bottom: 5px;

}

.footer .list-unstyled li {
    margin-bottom: 10px;

}

.footer .list-unstyled li a {
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    transition: all .3s linear;

}

.footer .list-unstyled li a:hover {
    text-decoration: underline;
}

.footer .footer-contact {
    font-size: 18px;
    font-weight: 600;
    padding-top: 15px;
    color: #fff;
}

.footer .footer-contact a {
    text-decoration: none;
    color: #fff;
}

.footer .footer-social {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 15px;
}

.footer .footer-social a {
    background-color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #E85B29;
    font-size: 18px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .5s linear;
}

.footer .footer-social a:hover {
    background-color: #2975B2;
    color: #fff;
}

/* footer work end  */

/* about-us page work start  */

.about-us {
    padding: 60px 0px;
}

.about-us img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 20px;
    object-position: center;

}

.about-text p {
    color: #808080;
}

.about-us .box img {
    width: 150px;
    height: 150px;
    margin-bottom: 20px;

}

.about-us .box {
    text-align: center;
    margin-top: 50px;
}

.about-us .box .title {
    font-size: 25px;
    font-weight: 500;

}

/* about us page work done  */

.courses {
    padding: 60px 0px;
}

.courses .row-gap {
    row-gap: 30px;
}

.courses .category-card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 20px 20px 70px 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    height: 100%;
    position: relative;
}


.courses .category-card:hover {
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
    border: 1px solid #E85B29;

}

.courses .category-icon {
    text-align: center;
    margin-bottom: 16px;
}

.courses .category-icon img {
    width: 100px;
    height: 100px;
    object-fit: contain;
}

.courses .category-title {
    color: #E85B29 !important;
    font-weight: bold !important;
    font-size: 20px !important;
    margin-bottom: 6px !important;
}

.courses h5 , .courses h4, .courses h6{
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px;
}

.courses .p {
    font-size: 14px;
    margin-bottom: 10px;
    color: #333;
}

.courses ul {
    list-style-type: disc;
    padding-left: 18px;
    margin-bottom: 16px;
    font-size: 14px;
    color: #555;
}

.courses .category-button {
    display: inline-block;
    padding: 8px 14px;
    position: absolute;
    bottom: 20px;
    font-size: 14px;
    border: 1px solid #E85B29;
    color: #333;
    text-decoration: none;
    border-radius: 4px;
    transition: 0.3s;
}

.courses .category-button:hover {
    border: 1px solid #333;
    background-color: #333;
    color: #fff;
}

.courses-detail {
    padding: 60px 0px;
}

.courses-detail .detail-page-icon {
    width: 200px;
    height: auto;
    margin-bottom: 30px;
}

.courses-detail h1 {
    font-weight: 700;
    font-size: 28px;
    color: #E85B29;
    margin-bottom: 15px;
}



.courses-detail h3,
.courses-detail h4,
.courses-detail h5,
.courses-detail h6 {
    color: #E85B29;
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 15px;
    margin-top: 40px;
}

.courses-detail .detail-subheading {
    color: #E85B29;
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 15px;
    margin-top: 40px;
}

.courses-detail .detail-ul {
    list-style-type: disc;
    padding-left: 20px;
    color: #333;
}

.courses-detail .detail-ul li {
    margin-bottom: 6px;
    font-size: 15px;
}


.courses-detail .detail-links {
    display: inline-flex;
    align-items: center;
    margin-bottom: 5px;
    /* margin-top: 10px; */
    gap: 5px;
    text-decoration: none;
}

.courses-detail .detail-links:hover {
    text-decoration: underline;
    color: #202a5c;
}

.courses-detail .detail-links span {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #E85B29;
}

/* .courses-detail work end  */



.offcanvas-menu {
    max-width: 75%;
}

.offcanvas-menu .btns-close {
    background-color: #e85b29;
    border: 1px solid #e85b29;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    color: #fff;
    justify-content: center;
    border-radius: 50%;
    font-size: 14px;
}

.offcanvas-menu .offcanvas-body {
    padding: 0px;

}

.offcanvas-menu .offcanvas-header {
    border-bottom: 1px solid #e85b29;
}

.offcanvas-menu .offcanvas-body ul li {
    padding: 10px 20px;
    border-bottom: 1px solid #ccc;
}

.about-text {
    margin-bottom: 20px;
}


.testimonials {
    padding: 60px 0px;
}


.testimonials .testimonial-card {
    background: #fff;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
    height: 100%;
}

.testimonials .testimonial-card:hover {
    transform: translateY(-5px);
}

.testimonials .testimonial-icon {
    width: 50px;
    height: 50px;
    background-color: #E85B29;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.testimonials .testimonial-icon i {
    color: white;
    font-size: 24px;
}

.testimonials .testimonial-name {
    font-weight: 600;
    margin-bottom: 10px;
    color: #333;
}

.testimonials .testimonial-text {
    font-size: 16px;
    color: #333;
    margin-bottom: 10px;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* Limit to 3 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.testimonials .testimonial-link {
    color: #E85B29;
    font-weight: 500;
    text-decoration: none;
}

.testimonials .testimonial-link:hover {
    text-decoration: underline;
}

.testimonials-model .btns-close {
    background-color: #e85b29;
    border: 1px solid #e85b29;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    color: #fff;
    justify-content: center;
    border-radius: 50%;
    font-size: 14px;
}


.testimonials-model .testimonial-card {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.testimonials-model .testimonial-icon {
    width: 50px;
    height: 50px;
    background-color: #E85B29;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.testimonials-model .testimonial-icon i {
    color: white;
    font-size: 24px;
}

.testimonials-model .testimonial-name {
    font-weight: 600;
    margin-bottom: 10px;
    color: #333;
}

.testimonials-model .testimonial-text {
    font-size: 16px;
    color: #333;
}


.addreess {
    padding: 0px 0px 60px 0px;
}

.addreess .address-box {
    background: #F2F2F2;
    border-radius: 20px;
    /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05); */
    height: 100%;
    overflow: hidden;

}

.addreess .address-box div {
    padding: 20px;
    text-align: center;
    background-color: #2975B2;
}

.addreess .address-box h4 {
    font-size: 24px;
    margin-bottom: 10px;
    color: white;
    font-weight: 700;
}

.addreess .address-box p {
    color: #fff;

}

.addreess .address-box .iframe {
    width: 100%;
    height: 300px;

}
#splash-screen {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

/* Container for logo and circle */
.loader-wrapper {
  position: relative;
  width: 160px;
  height: 160px;
}

/* Rotating circle */
.rotating-ring {
  position: absolute;
  top: 0;
  left: 0;
  width: 160px;
  height: 160px;
  border: 5px solid #f26522;
  border-top-color: transparent;
  border-radius: 50%;
  animation: spin 1.5s linear infinite;
  box-sizing: border-box;
}

/* Centered Logo */
.loader-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90px;
  transform: translate(-50%, -50%);
  z-index: 1;
}

/* Spin Animation */
@keyframes spin {
  to { transform: rotate(360deg); }
}