body {
    font-family: "Roboto", sans-serif;
}

p {
    font-size: 16px;
    line-height: 26px;
}

.white-text {
    color: #fff !important;
}

.black-text {
    color: #000000 !important;
}

.orange-text {
    color: #f36b21 !important;
}

.btn.btn-orange {
    color: #fff !important;
    background: #f18430;
    border-color: #d35c01;
}

nav {
    font-family: "Quicksand", Sans-serif;
    font-weight: 500;
}

.nav {
    background: #ffffff;
    border-bottom: 1px solid #e6e6e6;
    box-shadow: none;
}

.nav__menu>li>a , .nav__dropdown-menu > li > a, .nav__dropdown-submenu > .nav__dropdown-menu > li > a {
    font-family: "Quicksand", Sans-serif;
    font-weight: 500;
    font-size: 18px; color: #000;
}
.nav__dropdown-menu > li a {
    font-family: "Quicksand", Sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 5px;
    height: auto;
    color:#000000 !important;
}
.nav__dropdown-submenu > .nav__dropdown-menu > li > a {
        font-size: 15px;
    padding: 5px 20px 5px;
    margin-bottom: 0;
}
.nav__dropdown-menu .active a {
    color: #f36b21;
}

.nav__dropdown-menu .active a:after {
    width: 100% !important;
}

.nav.sticky .logo__link img {
    top: 0
}


@media (min-width: 1025px) {
    .nav__dropdown span {
        position: relative;
    }

    .submenuicn {
        display: block;
        position: absolute;
        right: -18px;
        bottom: 0;
    }

    .sticky .submenuicn {}
}
@media (min-width: 992px) and (max-width: 1199px) {
    .nav__menu > li > a { padding: 0 10px; }.submenuicn  { display: none;}
}

.logo {
    max-height: 100%;
}
footer {
    background-color: #000;
}
.list {
    list-style-type: disc;
    padding-left: 20px;
}
footer ul.list-unstyled,
ul.list-unstyled {
    padding-left: 0px;
}

footer {
    color: #c7c4c4 !important
}

.footer__widgets a {
    color: #c7c4c4 !important
}

.footer__widgets a:hover {
    color: #ffffff !important
}

.footer__widgets h5 {
    color: #fff;
    font-size: 18px;
}

.copyright a {
    color: #c7c4c4 !important
}


.footer__widgets li {
    line-height: 35px;
}

footer h6 {
    color: #fff;
}

.footer-contact-list .footer-company-name {
    display: list-item !important;
    color: #c7c4c4 !important;
    opacity: 1 !important;
    visibility: visible !important;
}

.footer-contact-list .footer-company-name i {
    color: inherit;
}

@media (max-width: 767px) {
    .footer-contact-list .footer-company-name {
        display: flex !important;
        align-items: flex-start;
    }
}

.socials--nobase a:first-child {

    margin-left: 0px;
}

.footer .footer__socials {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.footer .footer__socials.socials--nobase a {
    width: 36px;
    height: 36px;
    margin-left: 0;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.08);
    color: #ffffff;
    line-height: 1;
}

.footer .footer__socials.socials--nobase a i {
    font-size: 18px;
    line-height: 1;
}

.footer .footer__socials.socials--nobase a:hover {
    background-color: #f36b21 !important;
    color: #ffffff;
}

.copyright a:hover {
    color: #fff;
}

p {
    color: #484848;
}


.advantages {
    position: relative;
    background-image: url("../img/home/advantages.webp");
    background-size: cover;
    background-position: center;
    background-color: #000;
}

.background-overlay {
    background-color: #000;
    opacity: 0.8;
    position: absolute;
    inset: 0px;
}

.owl-carousel .owl-item {
    text-align: center;
}

.heading {
    font-weight: 700;
    font-size: 30px;
}
.main-wrapper.oh > img {
    position: relative;
}
.subheading {
    font-size: 18px;
    letter-spacing: 2px !important;
    margin-bottom: 5px;
    margin-top: 20px;
    font-family: tahoma;
}

.footer__widgets {
    padding: 30px 15px;
    text-align: left;
}

.footer .footer__widgets > .row {
    margin-left: 0;
    margin-right: 0;
}

.img-fluid {
    width: 100%;
}

.homepage-slider {
    position: relative;


    margin-top: 0px;
    min-height: 400px;
    position: relative;
}

.item {
    position: relative;
}



.homepage-slider .owl-pagination {
    display: none !important;
}

.homepage-slider .owl-item img {
    width: 100%;
}


.homepage-slider .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.6) !important;
    color: #fff !important;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.homepage-slider .item {
    position: relative;
}

.homepage-slider .item img {
    width: 100%;
    min-height: 500px;
    /* hero height */
    object-fit: cover;
}

/* Mobile Nav Toggle Icon (cross on open)
-------------------------------------------------------*/
.nav__icon-toggle-bar {
    -webkit-transition: -webkit-transform 0.2s ease, opacity 0.2s ease;
    -moz-transition: -moz-transform 0.2s ease, opacity 0.2s ease;
    -o-transition: -o-transform 0.2s ease, opacity 0.2s ease;
    transition: transform 0.2s ease, opacity 0.2s ease;
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
}

.nav__icon-toggle.is-active .nav__icon-toggle-bar:nth-child(3) {
    opacity: 0;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
}

.nav__icon-toggle.is-active .nav__icon-toggle-bar:nth-child(2) {
    -webkit-transform: translateY(6px) rotate(45deg);
    -moz-transform: translateY(6px) rotate(45deg);
    -ms-transform: translateY(6px) rotate(45deg);
    transform: translateY(6px) rotate(45deg);
}

.nav__icon-toggle.is-active .nav__icon-toggle-bar:nth-child(4) {
    -webkit-transform: translateY(-6px) rotate(-45deg);
    -moz-transform: translateY(-6px) rotate(-45deg);
    -ms-transform: translateY(-6px) rotate(-45deg);
    transform: translateY(-6px) rotate(-45deg);
}

@media (max-width: 768px) {

    .nav__menu>li:first-child {
        border-top: 1px solid #e6ebed;
    }

    .nav__dropdown-trigger {
        background: #fff7f2;
        border-bottom: 1px solid #e6ebed;
        width: 52px;
        transition: transform 0.2s ease;
    }

    .nav__dropdown-trigger.active {
        transform: rotate(180deg);
    }

    .nav__icon-toggle {
        background: #fff7f2;
        padding: 10px;
    }

}

@media only screen and (max-width: 991px) {
    .nav__dropdown,
    .nav__dropdown-submenu {
        position: relative;
    }

    .nav__menu > li > a,
    .nav__dropdown-menu > li > a,
    .nav__dropdown-submenu > .nav__dropdown-menu > li > a {
        display: flex;
        align-items: center;
        min-height: 50px;
        line-height: 1.3;
        padding-right: 56px;
    }

    .nav__dropdown-trigger {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: 52px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        line-height: 1;
        text-align: center;
    }

    .nav__dropdown-trigger .nav__caret-icon {
        display: block;
        font-size: 14px;
        line-height: 1;
        transition: transform 0.2s ease;
    }

    .nav__dropdown-trigger.active {
        transform: none;
    }

    .nav__dropdown-trigger.active .nav__caret-icon {
        transform: rotate(180deg);
    }
}

/* LEFT CONTENT BOX */
.taglinewrap {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 50%;
    /* left half like screenshot */

    display: flex;
    flex-direction: column;
    justify-content: center;
    /* 🔥 vertical center */
    align-items: flex-start;
    /* left aligned text */

    padding: 60px 80px;
    color: #fff;
    z-index: 2;
}

/* dark overlay only on left */
.taglinewrap::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(12, 45, 75, 0.45);
    z-index: -1;
}

.taglinewrap h1 {
    margin: 0 auto;
    text-transform: uppercase;
}

.taglinewrap h2 {
    color: #fff;
    font-weight: lighter;
    font-size: 35px;
    margin: 0 auto 2% auto;
}

.taglinewrap p {
    color: #fff;
    font-weight: normal;
    font-size: 18px;
    margin: 0 auto 9%;
    width: col-lg-2 mb-30;
}

.taglinewrap a {
    margin: 0 auto;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 18px;
}
.bg-light.job-portal-section{
        background: linear-gradient(119deg, #b7fffb, #f2f7ff, #a8fff9);
    border-top: 5px solid #b5fefa;
    border-bottom: 5px solid #b5fefa;
    box-shadow: 0px 5px 20px #909090;
    margin: 50px 0 5px;
  }



/* Desktop */
.homepage-slider .owl-nav .owl-prev {
    left: 20px;
}

.homepage-slider .owl-nav .owl-next {
    right: 20px;
}

.partners-slider .owl-carousel .owl-item img {
    width: 80%;
    margin: 0 auto;
    user-select: auto;
}

.partners-slider .owl-carousel .item {
    padding: 10px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #ddd;
}

.upcoming-project {
    padding: 30px 0;
}

.upcoming-project h2 {
    font-size: 40px;
}

.partners-slider {
    padding: 50px 0;
}

.partners-slider .heading-row {
    margin-bottom: 10px;
}

.partners-slider .heading {
    margin-bottom: 0;
}

.partners-slider .owl-carousel {
    margin-top: 0;
}

@media (max-width: 768px) {
    .upcoming-project h2 {
        font-size: 30px;
    }

    .upcoming-project .btn {
        margin-bottom: 20px;
    }

    .partners-slider .owl-carousel {
        width: 90%;
        margin: 0 auto;
    }

    .subheading {
        font-size: 12px;
    }

}

/* Homepage Slider Tagline Animations */
@keyframes slideInUp {
    from {
        opacity: 0;
        transform: translateY(50px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideInDown {
    from {
        opacity: 0;
        transform: translateY(-50px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInScale {
    from {
        opacity: 0;
        transform: scale(0.95);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.taglinewrap h1,
.taglinewrap h2,
.taglinewrap p,
.taglinewrap .btn {
    opacity: 0;
    transform: translateY(20px);
}

.taglinewrap.animate-tagline h1 {
    animation: slideInDown 0.8s ease-out 0.1s forwards;
}

.taglinewrap.animate-tagline h2 {
    animation: slideInDown 0.8s ease-out 0.3s forwards;
}

.taglinewrap.animate-tagline p {
    animation: fadeIn 1s ease-out 0.6s forwards;
}

.taglinewrap.animate-tagline .btn {
    animation: slideInUp 1s ease-out 0.8s forwards;
}

/* -------------------------------------- */
@media (min-width: 1024px) {
    .inner-page .heading {
        font-size: 36px;
    }

    .inner-page .heading-row {
        margin-bottom: 0px;
    }
}

/* -------------------------------------- */
.section-1 ul li {
    font-size: 14px;
}

.boxshadow-section-row {
    display: flex;
    align-items: stretch;
}

.boxshadow.section-1 {
    margin: 0px;
    min-height: 300px;
    padding: 30px 20px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    background: #fff;
}

.boxshadow.section-1 p {
    font-size: 14px;
    line-height: 24px;
}

.boxshadow.section-1 h3 {
    font-size: 20px;
    line-height: 28px;
    padding-bottom: 15px;
}


.portal-benefits .section-1 {
    min-height: 270px;
}

.drone-application-page .boxshadow.section-1 {
    min-height: 715px;
}

.drone-application-page .section-1 {
    justify-content: flex-start;
}

.drone-application-page .boxshadow.section-1 h3 {
    flex: 0 0 auto;
    margin-bottom: 10px;
    padding-bottom: 8px;
    line-height: 26px;
}

.drone-application-page .boxshadow.section-1 img.img-fluid.mb-20 {
    margin-top: 0;
    margin-bottom: 10px !important;
}

/* --------------------------------------- */
.rapto-registration-page {
    li {
        list-style: disc;
        color: #000;
    }
}

.rapto-registration-page .boxshadow.section-1 {
    min-height: 350px;
    margin-bottom: 30px;
}

/* ---------------- */
.members {
    margin: 0 auto;
}

.advisory-box {
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.3s ease;
    text-align: center;
    padding: 0;
    min-height: 300px;
    cursor: pointer;
}

.advisory-box:hover {
    transform: scale(1.08);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.advisory-box-image {
    overflow: hidden;
    text-align: center;
    margin: 0 auto;
}

.advisory-box-image img {
    /* width: 100%; */
    height: 100%;
    object-fit: cover;
    /* transition: transform 0.3s ease; */
}

.advisory-box:hover .advisory-box-image img {
    /* transform: scale(1.05); */
}

.advisory-box-content {
    padding: 10px;
}

.advisory-box-heading {
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    color: #f36b21;
    margin: 0 0 10px 0;
    text-transform: capitalize;
}

.advisory-box-subheading {
    font-size: 13px;
    color: #666;
    font-weight: 500;
    margin: 0;
    line-height: 1.6;
}

/* Advisory Modal Styles */
.advisory-modal .modal-dialog {
    max-width: 700px;
    margin: 1.75rem auto;
}

.advisory-modal .modal-content {
    border: none;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    background: linear-gradient(135deg, #fff 0%, #fff8f2 100%);
}

.advisory-modal .modal-body {
    padding: 0;
    position: relative;
}

.close-modal,
.modal-header .close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    background: #fff;
    border: none;
    border-radius: 50%;
    font-size: 28px;
    line-height: 1;
    color: #f36b21;
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s ease;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.close-modal:hover,
.modal-header .close:hover {
    background: #f36b21;
    color: #fff;
    transform: rotate(90deg);
    box-shadow: 0 4px 15px rgba(243, 107, 33, 0.3);
}

.advisory-modal-image {
    width: 100%;
    margin-top: 20px;
    overflow: hidden;
    position: relative;
    text-align: center;
}

.advisory-modal-image::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100px;
    background: linear-gradient(to top, rgba(255, 248, 242, 1), rgba(255, 248, 242, 0));
    z-index: 1;
}

.advisory-modal-image img {
    /* width: 100%;
    height: 100%;
    object-fit: cover; */
}

.advisory-modal-content {
    padding: 30px 40px 40px;
    text-align: center;
}

.advisory-modal-name {
    font-size: 32px;
    font-weight: 700;
    color: #f36b21;
    margin: 0 0 10px 0;
    line-height: 1.2;
}

.advisory-modal-designation {
    font-size: 18px;
    color: #666;
    font-weight: 600;
    margin: 0 0 20px 0;
    line-height: 1.4;
}

.advisory-modal-divider {
    width: 80px;
    height: 3px;
    background: linear-gradient(to right, #f36b21, #ff8c42);
    margin: 20px auto;
    border-radius: 2px;
}

.advisory-modal-description {
    font-size: 16px;
    color: #555;
    line-height: 1.8;
    margin: 0;
    text-align: justify;
}

/* Modal Animation */
.advisory-modal .modal-dialog {
    transition: all 0.3s ease;
}

/* Bootstrap Modal Override */
.advisory-modal {
    z-index: 9999 !important;
}

.advisory-modal.modal {
    /* display: flex; */
    align-items: center;
    justify-content: center;
}

.modal-backdrop.show {
    opacity: 0.7;
    z-index: 9998 !important;
}

@media (max-width: 768px) {
    .advisory-modal .modal-dialog {
        max-width: 90%;
        margin: 1rem auto;
    }

    .advisory-modal-image {}

    .advisory-modal-content {
        padding: 20px 25px 30px;
    }

    .advisory-modal-name {
        font-size: 24px;
    }

    .advisory-modal-designation {
        font-size: 16px;
    }

    .advisory-modal-description {
        font-size: 14px;
    }
}

.modal {
    z-index: 9991;
    background: #00000082;
}

#rptoFormModal .modal-title {
    text-align: center;
    color: #f36b21;
}

.close {
    position: absolute;
    right: 7px;
    top: 0;
    font-size: 30px;
}

.homepageboard {
    padding: 10px 0 0;
}

.homepageboard .heading {
    font-size: 16px;
    margin-top: 10%;
}

.homepageboard .heading-row {
    margin-bottom: 0px;
}

.homepageboard .advisory-box-content {
    padding: 6px 0;
}

.homepageboard .advisory-box-heading {
    font-size: 10px;
    line-height: 13px;
    margin-bottom: 0px;
}

.homepageboard .advisory-box-subheading {
    line-height: 12px;
    font-size: 8px !important;
}

.homepageboard .advisory-box {
    min-height: auto;
}

.homepageboard section {
    padding: 20px 0 10px;
    margin: 0;
}

.homepageboard .advisory-box-image img {
    width: 60px;
}

.homepageboard .advisory-box-image {
    margin: 6px auto 0 auto;
}

.homepageboard {
    background: #FFF8F0;
    background: linear-gradient(174deg, rgba(255, 248, 240, 1) 0%, rgba(255, 255, 255, 1) 59%, rgba(255, 248, 240, 1) 74%, rgba(255, 248, 240, 1) 99%);
}

@media (max-width: 768px) {
    .advisory-box {
        margin-bottom: 30px;
    }

    .advisory-box-image {
        height: 220px;
    }

    .advisory-box-content {
        padding: 20px;
    }

    .advisory-box-heading {
        font-size: 18px;
    }

    .homepageboard .advisory-box-image img {
        width: 100%;
        height: auto;
    }

    .homepageboard .advisory-box-image {
        height: auto;
    }

    .homepageboard .homepageboardwrap {
        display: inline-block;
        width: 15%;
        margin: 0;
        padding: 0;
        vertical-align: top;
    }

    .homepageboard .advisory-box {
        min-height: auto;
        margin-bottom: 0;
    }

    .homepageboard .heading {
        margin-top: 0;
    }

    .homepageboard .advisory-box-subheading {
        line-height: 9px;
        font-size: 7px !important;
    }

    .homepageboard .advisory-box-heading {
        font-size: 9px;
        line-height: 9px;
    }


}

/* ------------------- */

.tabs__link {
    font-size: 14px;
    line-height: 16px;
    margin: 0 2px;
    color: #444444;
    border: 1px solid #444444;
    border-bottom: 1px solid #444444;
}

.courses .section-1 h3 {
    font-size: 16px;
    line-height: 28px;
    min-height: 95px;
}

.courses .btn.btn-danger {
    padding: 10px 15px;
    font-size: 13px;
    margin: 0;
}

.courses .section-1 {
    margin: 0 0 15px;
}

.tabs__content {
    background: #fff1e6;
    padding: 0;
    margin: 20px;
    border-radius: 33px;
}

.courses .tabs__content {
    padding: 20px;
}

.courses .heading {
    margin-bottom: 0px;
}

.courses .subheading {
    margin-bottom: 10px;
}

.courses .batchtxt {
    font-weight: bold;
    font-size: 18px;
}

.eligibility-section .section-1 {
    min-height: 400px;
}

/* -------------- */
.rpcsidebar {
    background: #fff8f2;
    padding: 20px;
    border: 1px solid #f5e6d9;
    border-radius: 10px;
}

.rpcsidebar h2 {
    font-size: 28px;
    color: #000;
    text-align: center;
    margin-bottom: 30px;
}

.rpcsidebar p {
    font-size: 14px;
    line-height: 24px;
}

.footer .quickbox--paired-height {
    min-height: 32px;
}

.footer .quickbox--no-mb20 {
    margin-bottom: 0 !important;
}

@media (max-width: 991px) {
    .footer .quickbox--paired-height {
        min-height: 280px;
    }
}

/* -------------------------------- */
@media (max-width: 1024px) {
    .submenuicn {
        display: none;
    }
}

.heading-row.index-main-heading-row {
    text-align: center;
}

.advantages-rpto .feature-3__list.mt-80 {
    margin-top: 50px !important;
}

@media (min-width: 769px) {
    .advantages-rpto.section-wrap {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }

    .index-intro-section {
        padding-top: 0px !important;
        padding-bottom: 30px !important;
    }
}

/* Mobile */
@media (max-width: 768px) {
    .homepage-slider .owl-nav .owl-prev {
        left: 8px;
    }

    .homepage-slider .owl-nav .owl-next {
        right: 8px;
    }

    .homepage-slider {
        min-height: auto;
    }

    .homepage-slider .item img {
        width: 100%;
        min-height: 200PX;
    }

    .taglinewrap {
        width: 100%;
        padding: 20px;
    }

    .taglinewrap h2 {
        FONT-SIZE: 12PX;
    }

    .taglinewrap h1 {}

    .taglinewrap P {
        display: none;
    }

    .taglinewrap h2 BR {
        display: none;
    }

    .taglinewrap a {
        padding: 2PX 6PX;
        font-size: 12px;
        margin-left: 10px !important;
        margin-right: 0 !important;
    }

    .homepage-slider .taglinewrap .slider-actions,
    .homepage-slider .taglinewrap .slider-actions .btn,
    .homepage-slider .taglinewrap .btn.btn-orange {
        margin-left: 10px !important;
        margin-right: 0 !important;
    }

    .logo {
        padding: 0px;
    }

    .quickbox {
        margin-bottom: 20px;
        text-align: center;
    }

    .footer .quickbox,
    .footer .quickbox--equal {
        text-align: left;
    }

    .footer .quickbox--paired-height {
        min-height: 240px;
    }

    .heading {
        font-size: 22px;
    }

    .footer .footer__socials {
        gap: 10px;
        justify-content: flex-start;
    }

    .footer .footer__socials.socials--nobase a {
        width: 34px;
        height: 34px;
    }

    .footer .footer__socials.socials--nobase a i {
        font-size: 17px;
    }

    .subheading {
        font-size: 14px;
    }

    .nav__menu>li>a,
    .nav__dropdown-menu>li>a,
    .nav__dropdown-submenu>.nav__dropdown-menu>li>a {
        font-size: 14px;
    }

    .section-wrap {
        padding: 0px 0;
    }

    .heading-row {
        margin-bottom: 0px;
    }

    .heading-row.index-main-heading-row {
        padding: 0 !important;
        text-align: left !important;
    }

    p {
        font-size: 14px;
        line-height: 25px;
    }

    .boxshadow.section-1 {
        padding: 20px 15px;
        min-height: 250px;
        margin-bottom: 20px;
        height: auto;
        display: block;
    }

    .boxshadow-section-row {
        display: block;
    }

    .boxshadow.section-1 h3 {
        font-size: 18px;
    }

    .boxshadow.section-1 p {
        font-size: 13px;
    }

}


/* Partners Carousel Styling */
.partners-slider .owl-carousel {
    position: relative;
}

.partners-slider .owl-carousel button span {
    display: none;
}

/* .partners-slider .owl-nav {
  display: flex;    
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  justify-content: space-between;
  z-index: 10;
  padding: 0 15px;
} */
.partners-slider .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: calc(100% + 40px);
    /* push arrows outside */
    left: -20px;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
    /* key fix */
}

.partners-slider .owl-nav button {
    pointer-events: auto;
    /* allow arrow clicks */
}

.partners-slider .owl-nav .owl-prev,
.partners-slider .owl-nav .owl-next {
    position: relative !important;
    width: 40px !important;
    height: 40px !important;
    background: #fff !important;
    opacity: 0.92 !important;
    border-radius: 50% !important;
    border: 1px solid rgba(0, 0, 0, 0.14) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 0 !important;
    color: #333 !important;
    transition: all 0.4s ease !important;
    margin: 0 !important;
    top: 0 !important;
    left: auto !important;
    right: auto !important;
    padding: 0 !important;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12) !important;
    cursor: pointer !important;
}

.partners-slider .owl-nav .owl-prev {
    margin-left: 0 !important;
}

.partners-slider .owl-nav .owl-next {
    margin-right: 0 !important;
}

.partners-slider .owl-nav .owl-prev:hover,
.partners-slider .owl-nav .owl-next:hover {
    background: #f36b21 !important;
    opacity: 1 !important;
    transform: scale(1.08) !important;
    box-shadow: 0 10px 20px rgba(243, 107, 33, 0.35) !important;
}

.partners-slider .owl-nav .owl-prev:active,
.partners-slider .owl-nav .owl-next:active {
    transform: scale(0.95) !important;
}

.partners-slider .owl-nav button {
    font-size: 0 !important;
}

.partners-slider .owl-nav button i {
    font-size: 18px !important;
    line-height: 1;
    color: #2a2a2a !important;
    transition: color 0.25s ease;
}

.partners-slider .owl-nav button:hover i {
    color: #fff !important;
}

.partners-slider .owl-dots {
    display: none;
}

/* Partners Carousel Dots */
.partners-slider .owl-dots {
    text-align: center;
    margin-top: 25px;
}

.partners-slider .owl-dot {
    width: 10px;
    height: 10px;
    background-color: #ddd;
    border-radius: 50%;
    display: inline-block;
    margin: 0 8px;
    transition: all 0.4s ease;
    cursor: pointer;
    border: 2px solid transparent;
}

.partners-slider .owl-dot:hover {
    background-color: #f36b21;
    transform: scale(1.3);
}

.partners-slider .owl-dot.active {
    background-color: #f36b21;
    width: 12px;
    height: 12px;
    box-shadow: 0 0 0 4px rgba(243, 107, 33, 0.2);
}

/* Contact Info Boxes */
.contact-info-box {
    background: linear-gradient(135deg, #fff 0%, #fff8f2 100%);
    border-left: 4px solid #f36b21;
    padding: 25px;
    margin-bottom: 25px;
    border-radius: 8px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    display: flex;
    gap: 20px;
}

.contact-info-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(243, 107, 33, 0.15);
}

.contact-icon {
    flex-shrink: 0;
}

.contact-icon i {
    font-size: 32px;
    color: #f36b21;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(243, 107, 33, 0.1);
    border-radius: 50%;
    transition: all 0.3s ease;
}

.contact-info-box:hover .contact-icon i {
    transform: scale(1.15);
    background: rgba(243, 107, 33, 0.2);
}

.contact-content {
    flex: 1;
}

.contact-content h3 {
    font-size: 18px;
    font-weight: 700;
    color: #f36b21;
    margin: 0 0 12px 0;
    line-height: 1.3;
}

.contact-content p {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
    margin: 0 0 8px 0;
}

.contact-content p:last-child {
    margin-bottom: 0;
}

.contact-content a {
    color: #333;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    transition: all 0.3s ease;
}

.contact-content a:hover {
    color: #f36b21;
    border-bottom-color: #f36b21;
}

@media (max-width: 768px) {
    .contact-info-box {
        padding: 20px;
        gap: 15px;
    }

    .contact-icon i {
        font-size: 28px;
        width: 50px;
        height: 50px;
    }

    .contact-content h3 {
        font-size: 16px;
    }

    .contact-content p {
        font-size: 13px;
    }
}

/* Google Map Section */
.map-section {
    width: 100%;
    padding: 0;
    margin-top: 0;
}

.map-container {
    position: relative;
    width: 100%;
    height: 500px;
    overflow: hidden;
}

.map-container iframe {
    width: 100%;
    height: 100%;
    border: none;
    display: block;
}

@media (max-width: 768px) {
    .map-container {
        height: 350px;
    }
}

@media (max-width: 480px) {
    .map-container {
        height: 250px;
    }
}


/* Language toggle button */
.lang-toggle-btn {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 5px 1px;
    margin-left: 10px;
    background: #ff6600;
    color: #fff !important;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none !important;
    white-space: nowrap;
    vertical-align: middle;
    transition: background 0.2s;
    font-family: 'Noto Sans Devanagari', 'Roboto', sans-serif;
}

.lang-toggle-btn:hover {
    background: #cc5200;
    color: #fff !important;
}

/* Apply Devanagari font when Marathi is active */
body[lang="mr"],
body[lang="mr"] p,
body[lang="mr"] h1,
body[lang="mr"] h2,
body[lang="mr"] h3,
body[lang="mr"] h4 {
    font-family: 'Noto Sans Devanagari', 'Roboto', sans-serif;
}

.job-portal-section .heading-row {
    margin-bottom: 20px;
}

.box-heading {
    background: #f9f9f9;
    padding: 20px;
    border-radius: 5px;
    border: 1px solid #e0e0e0;
    margin: 20px 0;
}
