@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    font-family: 'flamatrial-book';
}

h1,
h2,
h3,
h4,
h5,
h6,
figure {
    margin: 0;
}

h2,
h3,
#Submission h4 {
    font-family: 'albert';
}

section {
    padding: 80px 0;
}

@font-face {
    font-family: 'albert';
    src: url('../fonts/Albertus-Medium-Regular.ttf');
}

@font-face {
    font-family: 'flamatrial-book';
    src: url('../fonts/FlamaTrial-Book-BF64c1db8923fcf.otf');
}

/* .banner {
background-image: url("../img/Saar_Master Creative_Final_3 copy.jpg");
 background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    position: relative;
    padding: 0;
} */
.banner img {
    padding: 0;
    height: 500px;
    width: 100%;
    object-fit: cover;
    margin: 0;
}

.banner {
    padding: 0;
    margin: 0;
    display: none;
}


.banner .logo {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    padding: 30px;
}

.banner .bannerCon {
    color: #fff;
    text-align: center;
    position: absolute;
    top: 58%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.banner .container .col-lg-12 {
    height: 100%;
}

.banner .bannerCon h5 {
    font-size: 30px;
}

.banner .bannerCon h5 small {
    font-size: 18px;
    vertical-align: top;
}

.banner .bannerCon h1 {
    font-size: 50px;
    font-weight: bold;
}

.micro-logo img {
    width: 100%;
}

.banner .bannerCon h4 {
    border-bottom: 2px solid #fff;
    width: fit-content;
    margin: auto;
    padding: 30px 0 5px 0;
    margin-bottom: 30px;
    font-size: 30px;
    font-weight: bold;
}

.banner .bannerCon a {
    background-color: #fff;
    padding: 10px 30px;
    color: #384647;
    font-size: 22px;
    text-decoration: none;
    font-weight: bold;
    display: block;
    width: fit-content;
    margin: auto;
}

.banner .bannerCon figure {
    position: relative;
}

.banner .bannerCon figure::after {
    width: calc(50% - 60px);
    top: 50%;
    background: #fff;
    height: 2px;
    position: absolute;
    content: "";
    transform: translate(0, -50%);
    left: 0;
}

.banner .bannerCon figure::before {
    width: calc(50% - 60px);
    top: 50%;
    background: #fff;
    height: 2px;
    position: absolute;
    content: "";
    transform: translate(0, -50%);
    right: 0;
}

.banner .bannerCon figure img {
    width: 70px;
}

.links {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin: 20px 0;
}

.links a {
    font-size: 30px;
    color: #898989;
}

a {
    text-decoration: none;
}

.links a.active {
    color: #4e898d;
    font-weight: bold;
    border-bottom: 6px solid #4e898d
}

.inviBox {
    text-align: center;
    /* background: linear-gradient(90deg, rgba(204, 117, 46, 1) 0%, rgba(200, 87, 77, 1) 50%, #7F5198 100%); */
    background: #2693b3;
    /* background: #3ee7ce; */
    padding: 50px;
    color: #000;
}

h2 {
    font-size: 55px;
    font-weight: bold;
}

.inviBox h2 {
    padding-bottom: 25px;
}

p {
    font-size: 18px;
}

.conference h2 {
    padding-bottom: 30px;
    text-align: center;
}

.conference p {
    text-align: justify;
}

.conference ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-left: 20px;
}

li {
    font-size: 18px;
    font-weight: 600;
}

/* li::marker {
    color: #fff;
} */

#Sponsorship li::marker {
    color: #fff;
}

p {
    font-weight: 500;
}

.conference ul li {
    width: 50%
}

.tabingBox {
    background-color: #bbefef;
    padding: 40px;
}

.tabingBox h6 {
    font-size: 22px;
    font-weight: 900;
    padding-bottom: 15px;
    color: #384646;
}

.tabingBox p {
    font-size: 16px;
}

.tabing .col-lg-8 ul {
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 25px;
}

.tabing .nav {
    background: #2693b3;
    padding: 10px 30px;
}

.tabing .nav .nav-item .nav-link {
    color: #fff;
    font-size: 20px;
}

.tabing .nav .nav-item .nav-link.active {
    font-weight: bold;
    background: transparent;
}


/* faq */

.faqs_con .accordion-item:first-of-type,
.faqs_con .accordion-item:last-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.faqs_con .accordion-item:first-of-type .accordion-button,
.faqs_con .accordion-item:last-of-type .accordion-button.collapsed {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.faqs_con .accordion-item {
    margin-bottom: 20px;
    border: none;
    position: relative;
}

.faqs_con .accordion-button:focus {
    box-shadow: none;
}

.faqs_con .accordion-button:hover {
    padding-left: 25px;
}

.faqs_con .accordion-button {
    position: relative;
    transition: all 0.5s;
    font-size: 30px;
    font-weight: bold;
}

.faqs_con .accordion-item::before {
    content: "";
    position: absolute;
    top: 42px;
    left: -20px;
    background-color: #c6c6c6;
    width: 2px;
    height: 92%;
}

.faqs_con .accordion-button::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -28.7px;
    /* background-color: #384647; */
    width: 16px;
    height: 16px;
    transform: translate(0%, -50%);
    border: 2px solid #4e898d;
}

.faqs_con .accordion-button.collapsed {
    border: 2px solid #4e898d;
    background: #e5f9f8;
}

.faqs_con .accordion-item.main::before {
    background: #4e898d;
}

.faqs_con .accordion-body {
    background-color: #e5f9f8;
}

.faqs_con .accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #384647;
    box-shadow: none;
    border: 2px solid #384647;
    font-weight: bold;
}

.faqs_con .accordion-item:last-child::before {
    height: 0px;
}

.faqs_con .accordion-item:last-child.main::before {
    height: 66%;
}

.faqs_con .accordion-button:not(.collapsed)::before {
    background: #384647;
}

.faqs_con .accordion-button:not(.collapsed)::after {
    background-image: url(../img/acodM.png);
    height: 2px;
}

.faqs_con .accordion-button::after {
    background-image: url(../img/acodPlus.png);
}

.faqs_con .accordion-body h6 {
    font-size: 24px;
    font-weight: 900;
    padding-bottom: 15px;
}

.faqs_con .accordion-body ul {
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}


/* abstrack section css start */

section.abstract {
    background-color: #e5f9f8;
}

section.abstract .heading {
    display: flex;
    justify-content: space-between;
    gap: 90px;
    align-items: center;
    padding-bottom: 40px;
}

section.abstract .heading h2 {
    white-space: nowrap;
}

section.abstract .heading p {
    text-align: justify;
}


/* abstrack section css end */


/* .conference registration section css start */

.conRegiC {
    background-color: #384647;
    padding: 50px;
    height: 100%;
    color: #fff;
}

.conRegiC ul li::marker {
    color: #fff;
}

.conRegiC ul {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.conRegiC ul li {
    font-weight: 400;
    text-align: justify;
}

.conRegiC ul li span {
    font-weight: bold;
}

.conRegi .heading {
    padding-bottom: 35px;
}

.conRegi .row .col-lg-6:last-child .conRegiC {
    background: #4e898d;
}


/* .conference registration section css end */


/* registration free section css start */

.regiFee .col-lg-7 p {
    border-bottom: 2px solid #000;
    padding-bottom: 20px;
    text-align: justify;
}

.regiFee .col-lg-7 p:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.regiFee .col-lg-7 p a {
    color: #4e898d;
}


/* registration free section css end */


/* payment details section css start */

.payment .heading {
    padding-bottom: 40px;
}

.payment .payTable {
    text-align: center;
    width: 100%;
    overflow: auto;
    margin: 0px 0px 0px 0px;
    padding: 20px 20px 20px 20px;
    border-radius: 10px 10px 10px 10px;
    /* background-color: rgba(111, 187, 68, 1); */
    background: linear-gradient(90deg, rgba(6, 165, 207, 1) 0%, rgba(42, 174, 160, 1) 50%, rgba(111, 187, 68, 1) 100%);
    color: #fff;
}

.payment .payTable tr th {
    border: 1px solid #5d696a;
    font-size: 20px;
    font-weight: 700;
}

.payment .payTable tr th,
.payment .payTable tr td {
    padding: 7px 10px;
    vertical-align: top;
    border: 1px solid #000000;
    border-top: 0;
    border-left: 0;
}

.payment .payTable table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border: 1px solid #000000;
    margin: 0;
}

.payment .payTable table tr:last-child th,
.payment .payTable table tr:last-child td {
    border-bottom: none !important;
}


/* .payment .payTable table tr:nth-child(even) {
    background: transparent;
} */

.payment .payTable table tbody tr td:nth-child(2),
.payment .payTable table tbody tr th:nth-child(2) {
    border: none;
    border-bottom: 1px solid #000;
}

.payment .payTable table tr:first-child {
    background: transparent;
}

.payment .payTable tr td {
    font-weight: 500;
    border-right: 1px solid #5d696a;
}

.payment .payTable table tbody tr td:nth-child(2),
.payment .payTable table tbody tr th:nth-child(2) {
    border: none;
    border-bottom: 1px solid #000;
}

.payment .payTable table tr:first-child td {
    border: none;
}

.payment .payTable table tr:first-child th {
    border-top: 0;
    border-left: 0;
}

#Sponsorship .payTable table tbody tr td:last-child {
    border-bottom: 1px solid #000;
}

#Sponsorship .payTable table tbody tr:first-child th:last-child {
    border-right: 0;
}

#Sponsorship.payment .payTable table tbody tr th:nth-child(2),
#Sponsorship.payment .payTable table tbody tr td:nth-child(2) {
    border-right: 1px solid #000 !important;
}

.payment .payTable table tr:nth-child(2) td,
.payment .payTable table tr:nth-child(3) td,
.payment .payTable table tr:nth-child(4) td,
.payment .payTable table tr:nth-child(5) td,
.payment .payTable table tr:nth-child(6) td,
.payment .payTable table tr:nth-child(7) td {
    border-left: 0;
    border-top: 0;
}

.payment .payTable table tbody tr:nth-child(7) td:last-child {
    border-bottom: 0;
}

.payment .payTable table tr:nth-child(7) td {
    border-bottom: 1px solid #000;
}

.payment .payTable tr td:last-child {
    border: none;
}

.payment .payTable p {
    padding-top: 30px;
}


/* payment details section css end */


/* about us section css start */

.about .heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 30px;
}

.about .heading .aboutTab ul .nav-item .nav-link {
    color: #000;
    font-size: 30px;
    padding: 0;
    border-radius: 0;
    position: relative;
}

.about .heading .aboutTab ul .nav-item .nav-link.active::after {
    width: 100%;
}

.about .heading .aboutTab ul .nav-item .nav-link::after {
    position: absolute;
    content: "";
    width: 0;
    left: 50%;
    height: 8px;
    background-color: #4e898d;
    transition: all 0.5s;
    transform: translate(-50%, 0);
    bottom: -11px;
}

.about .heading .aboutTab ul .nav-item .nav-link.active {
    background: transparent;
    font-weight: 900;
}

.about .heading .aboutTab ul {
    /* justify-content: space-between; */
    display: flex;
    gap: 50px;
}

.about {
    position: relative;
    overflow: hidden;
}

.about>figure {
    position: absolute;
    top: 0;
    height: 100%;
}

.abTabCon figure {
    padding-bottom: 30px;
}

.abTabCon p {
    text-align: justify;
}


/* about us section css end */


/* .committee {
    background-color: #eefffe;
}

.organizing {
    background-color: #e5f9f8;
}

.managing {
    background-color: #d6fcf9;
}

.members {
    background-color: #c6f4ef;
}

.org_members {
    background-color: #b5eae3;
} */

.allSec .section:nth-child(even) {
    background: #efefef;
}

.infobox {
    background: #ffffff;
    padding: 30px;
    height: 100%;
    transition: all 0.5s;
    border-radius: 5px;
    display: flex;
    justify-content: center;
}

#Dates .infobox {
    background: #CA6A39;
    color: #fff;
    padding: 20px 30px;
    margin-top: 30px;
}

.info-txt {
    flex: 1;
    border-right: 4px solid #efefef;
    padding-right: 20px;
    margin-right: 20px;
    text-align: center;
    align-content: center;
}

.info-txt h5 {
    color: #fff;
    margin-bottom: 20px;
    min-height: 45px;
    font-weight: 800;
}

.info-txt p {
    margin-bottom: 0;
}

.info-txt:last-child {
    border-right: 0;
}

.allSec .section:nth-child(odd) .infobox {
    background: #efefef;
}

h3 {
    font-size: 35px;
    font-weight: 900;
}

.tabing_conHand h4 {
    font-size: 20px;
    font-weight: 900;
}

.committee .heading h3 span {
    font-weight: 400;
}

section.section h4 {
    font-size: 20px;
    color: #384647;
    font-weight: 900;
    padding-bottom: 10px;
    /* border-bottom: 2px solid #4e898d; */
    margin-bottom: 20px;
    position: relative;
}

section.section h3 {
    padding-bottom: 20px;
}

section.section h4::after {
    position: absolute;
    content: "";
    left: 0;
    height: 4px;
    width: 64px;
    background: #2693b3;
    bottom: 0;
}

section.section .row {
    --bs-gutter-y: 1.5rem;
}

.Transport .transBox {
    background: #384647;
    color: #fff;
    padding: 50px;
    display: flex;
    gap: 60px;
}

.Transport .transBox ul {
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    gap: 15px;
}

.Transport .transBox ul li {
    width: 47%;
}

.Transport {
    padding-top: 0;
    margin-top: -200px;
}

.helpdesk .infobox h5 {
    font-size: 23px;
    /* font-weight: 900; */
    padding-bottom: 20px;
    color: #4e898d;
}

.helpdesk .infobox ul li {
    color: #383838;
}

.helpdesk .infobox ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.helpdesk .heading h2 {
    padding-bottom: 15px;
}

.helpdesk .heading p a {
    font-size: 23px;
    font-weight: 900;
    color: #383838;
}

.Important .container {
    /* border-top: 2px solid;
    border-bottom: 2px solid; */
    padding: 50px 0 80px;
}

.Important .container .infobox table tr {
    border-bottom: 2px solid #cecece;
    /* padding-bottom: 20px; */
}

.Important .container .infobox table tr td {
    padding: 10px 0;
    color: #4e898d;
    font-weight: 600;
}

.Important .container .infobox table tr td:last-child {
    font-weight: 600;
    padding-left: 15px;
    font-size: 20px;
    color: #000;
}

.Important .container .infobox table tr td small {
    font-size: 14px;
    vertical-align: top;
}

.Contact h6 {
    font-size: 22px;
    border-bottom: 2px solid #cecece;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.Contact ul {
    padding-left: 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
    list-style: none;
}

.Contact ul li span {
    background: #2693b3;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
}

.Contact ul li {
    display: flex;
    gap: 8px;
    align-items: center;
}

.portal figure {
    position: relative;
}

figcaption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    width: fit-content;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    text-align: center;
}

figcaption a {
    font-size: 30px;
    background-color: #fff;
    padding: 10px 30px;
    margin: auto;
    width: fit-content;
    color: #384647;
    font-weight: bold;
    margin-top: 25px;
}

footer {
    padding: 20px 0;
    color: #383838;
}

footer p {
    margin: 0;
}


/* writen by dev */

#Submission {
    background: #F2EFEA;
    padding: 60px 0;
    color: #000;
}

.tabcard {
    background: #E8DCC3;
    padding: 50px;
    display: flex !important;
    align-items: center;
    gap: 30px;
    box-shadow: 10px 10px 0px 2px #6ebde826;
    transition: all 0.5s;
}

.tabcard .rlc {
    width: 40%;
}

.tabcard .lftc {
    width: 60%;
}

.tabcard .rlc figure {
    background: #ededed;
    padding: 10px;
    overflow: hidden;
}

.tabcard .rlc figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tabcard:hover {
    box-shadow: none;
}

/* .tabcAll {
    display: flex;
    flex-direction: column;
    gap: 40px;
} */

/* css by arpita start */
/* menu css start */
.menu-cont {
    padding: 0;
}

/* .menu-sec .links {
    list-style: none;
} */

.menu-sec .nav-item a.active {
    color: #dc6a7a;
    font-weight: bold;
    border-bottom: 6px solid #dc6a7a;
}

.menu-sec .nav-item a {
    padding: 0;
    font-size: 20px;
    color: #898989;
}

/* menu css end */

/* tabing css start */
#Submission .col-lg-12 {
    position: relative;
}

.key-arrows {
    /* cursor: pointer;
    position: absolute;
    top: 50%; */
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    /* stretch across slider */
    transform: translateY(-50%);
    /* keep them centered vertically */
}

.key-event {
    font-size: 15px;
    font-weight: 600;
    width: 30px;
    height: 30px;
    border: 2px solid #fff;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.key-event:hover {
    background: #fff;
    color: #000;
}

.key-event#prev {
    position: absolute;
    left: 20px;
}

.key-event#next {
    position: absolute;
    right: 20px;
}

/* tabing css end */

#Submission .infobox,
.event-sec .infobox {
    flex-direction: column;
}

.regiFee,
#Contact {
    background: #ffffff;
}

#Submission .lftc h3 {
    margin-bottom: 15px;
    color: #dc6a7a;
}

#eventFlow .payTable tr td:last-child {
    text-align: center;
}

#Submission .tabcard .lftc li span {
    font-weight: 700;
}

/* event-planning css start */
.event-sec .infobox {
    background: #efefef;
}

/* .menu-sec li:last-child {
    background: #dc6a7a;
    padding: 5px 15px;
} */

/* .menu-sec li:last-child a {
    color: #fff;
    text-decoration: none;
} */

/* .menu-sec .nav-item:last-child a.active {
    border-bottom: 0;
    color: #fff;
} */

#Submission .tabcAll .lftc p span {
    font-weight: 800;
}

#Submission .infobox {
    justify-content: initial;
}

.rg-btn {
    display: none;
}

/* event-planning css end */

/* sponsorship css start */
.spons-acc .accordion-header {
    padding: 0;
}

.spons-acc .accordion-body {
    border-top: 0;
    padding: 20px 20px;
}

.spons-acc .accordion-button:not(.collapsed) {
    color: #000;
    background-color: transparent;
    box-shadow: none;
}

.spons-acc .accordion-item {
    border: 0;
    margin-bottom: 10px;
}

.spons-acc .accordion-button:not(.collapsed) {
    background: #2693b3;
    color: #fff;
}

.spons-acc .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.spons-acc .accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.spons-acc .accordion-button {
    font-size: 20px;
    font-weight: 600;
    padding-left: 10px;
    border: 1px solid #ccc;
    background: #737479;
    color: #fff;
}

.spons-acc .accordion-button:focus {
    box-shadow: none;
}

.spons-acc .accordion-body thead th {
    background: #1C1B20;
    color: #fff;
}

.spons-acc .accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.spons-acc .accordion-body table {
    margin-bottom: 0;
}

.spons-acc .accordion-body table th,
.spons-acc .accordion-body table td {
    text-align: center;
}

.spons-acc .accordion-body table td:last-child {
    text-align: initial;
}

.spons-acc .accordion-body table li {
    font-weight: 400;
}

.spon-text {
    display: none;
}

section#Conference,
.invitation,
.regiFee,
#committee,
#Sponsorship,
#Submission .infobox,
.spons-acc .accordion-body,
.spons-acc .accordion-body tr {
    background: #4c4b52;
    color: #fff;
}

.menu-cont {
    background: #F8F4E3;
    color: #fff;
}

.menu-sec .nav-item a,
#Submission h4 {
    color: #fff;
}

#Contact {
    background: #737479;
    color: #fff;
}

#committee h4.pt-4:last-child a {
    margin-bottom: 15px;
    margin-top: 10px;
    display: inline-block;
}

/* sponsorship css end */

#whoshould li {
    text-transform: capitalize;
}

/* css by arpita end */

#Copyright {
    background: #E8DCC3;
    color: #000;
}


.left_handOn .handOn_con .nav {
    width: 100%;
    border: 2px solid #D5C4A1;
    padding: 30px;
    display: flex;
    flex-direction: row;
}

.handOn_con {
    align-items: flex-start;
}

.left_handOn .handOn_con .tab-content {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
}

.left_handOn .handOn_con .nav .nav-link {
    font-weight: bold;
    font-size: 22px;
    text-align: center;
    /* font-family: "Amplitude-regular"; */
    color: #606060;
    position: relative;
    padding: 0 0 20px;
    margin-bottom: 0px;
    transition: all 0.5s;
    line-height: 1.2;
    width: 20%;
}

.left_handOn .handOn_con .nav .nav-link::after {
    background: #D5C4A1;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 4px;
    transition: all 0.5s;
}

.left_handOn .handOn_con .nav .nav-link.active {
    background: transparent;
    font-weight: bold;
    color: #dc6a7a;
    width: 20%;
}

.left_handOn .handOn_con .nav .nav-link.active::after {
    width: 100%;
}

.handOnLearning .heading {
    padding-bottom: 50px;
}

.left_handOn .handOn_con .tab-content .tabing_conHand h3 {
    font-weight: bold;
    color: #dc6a7a;
    padding-bottom: 20px;
}

.left_handOn .handOn_con .tab-content .tabing_conHand h4 {
    font-weight: bold;
    color: #dc6a7a;
    padding-top: 10px;
    padding-bottom: 5px;
}

.left_handOn .handOn_con .tab-content ul {
    padding: 10px 0 0 20px;
}

.left_handOn .handOn_con .tab-content ul li {
    color: #606060;
    padding-bottom: 13px;
}

.left_handOn .handOn_con .tab-content ul li:last-child {
    padding-bottom: 0;
}

.left_handOn .handOn_con .tab-content .tabing_conHand p {
    padding-bottom: 13px;
    text-align: justify;
}

.handOnLearning.progSecn .left_handOn .handOn_con .tab-content .tabing_conHand h2 {
    color: var(--darkblue);
}

.handOnLearning.progSecn .tabing_conHand h6 {
    padding-top: 20px;
    font-size: 40px;
    /* font-family: "Amplitude-regular"; */
}

.handOnLearning.progSecn .tabing_conHand .progSecnCon h2 {
    padding-bottom: 5px;
    margin-bottom: 30px;
    border-bottom: 3px solid var(--blue);
}

.handOnLearning.progSecn .tabing_conHand .progSecnCon h5 {
    font-size: 45px;
    /* font-family: "Amplitude-regular"; */
}

.tabing_conHand h5 {
    color: #606060;
    font-size: 30px;
    /* font-family: "Amplitude-regular"; */
    padding-top: 30px;
}

/* tab Mapp css */

/* ===== SECTION BACKGROUND ===== */
.ak-tabs-section {
    padding: 80px 0;
    /* background-image: url('../img/mapp_backgd_latest.webp'); */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /* background: #ebd5d5; */
    /* background: linear-gradient(135deg, #0f2027, #203a43, #2c5364); */
}

/* Glass Box */
.ak-tabs-box {
    background: rgb(121 85 72 / 37%);
    backdrop-filter: blur(12px);
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
}

.ak-tabs-box p {
    color: #000;
}

.ak-tabs-box li {
    color: #000;
}

/* Section Title */
.ak-section-title {
    padding-bottom: 20px;
    text-align: center;
    color: #800000;
    font-weight: 700;
    font-size: 32px;
}

.ak-section-subtitle {
    color: #dcdcdc;
    font-size: 16px;
}

/* ===== TAB NAV ===== */
.ak-tabs-nav {
    margin-bottom: 30px;
    gap: 10px;
}

/* Tab Buttons */
.ak-tab-btn {
    border: none !important;
    background: rgb(18 0 0);
    color: #ffffff;
    padding: 10px 22px;
    border-radius: 50px;
    font-weight: 500;
    transition: 0.3s ease;
}

/* Hover Effect */
.ak-tab-btn:hover {
    background: #ffffff;
    color: #2c5364;
    transform: translateY(-3px);
}

/* Active Tab */
.ak-tab-btn.active {
    background: #ffffff !important;
    color: #2c5364 !important;
    font-weight: 600;
}

/* ===== CONTENT BOX ===== */
.ak-tab-content {
    background: #ffffff;
    padding: 30px;
    border-radius: 15px;
    animation: fadeIn 0.4s ease-in-out;
}

/* Content Text */
.ak-tab-pane h4 {
    font-weight: 600;
    margin-bottom: 15px;
}

/* Animation */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

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

/* =========================
   SECTION BACKGROUND
========================= */
.pp-content-gallery-section {
    padding: 100px 0;
    background: linear-gradient(135deg, #eefaf3, #d7f3e4, #bde8d3);
    position: relative;
}

/* subtle decorative circle */
.pp-content-gallery-section::before {
    content: "";
    position: absolute;
    width: 250px;
    height: 250px;
    background: rgba(46, 125, 80, 0.08);
    border-radius: 50%;
    top: -100px;
    right: 0px;
}

/* =========================
   TITLE
========================= */
.pp-gallery-title {
    font-size: 36px;
    font-weight: 700;
    color: #dc6a7a;
    letter-spacing: 0.5px;
}

/* =========================
   LEFT CONTENT CARD
========================= */
.pp-gallery-content-wrapper {
    background: #ffffff;
    padding: 50px;
    border-radius: 25px;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.08);
    min-height: 380px;
    position: relative;
    overflow: hidden;
}

/* left vertical accent line */
.pp-gallery-content-wrapper::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 6px;
    height: 100%;
    background: linear-gradient(to bottom, #2f7d53, #1b5e3c);
}

/* hide all */
.pp-gallery-content {
    display: none;
    animation: fadeSlide 0.4s ease-in-out;
}

.pp-gallery-content.active {
    display: block;
}

/* content text */
.pp-gallery-content p {
    font-size: 17px;
    line-height: 1.8;
    color: #334d3f;
}

/* =========================
   RIGHT NAVIGATION
========================= */
.pp-gallery-nav {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

/* buttons */
.pp-gallery-btn {
    background: #ffffff;
    border: none;
    padding: 16px 20px;
    border-radius: 14px;
    text-align: left;
    font-size: 15px;
    font-weight: 600;
    color: #2f6c46;
    cursor: pointer;
    transition: 0.3s ease;
    position: relative;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.05);
}

/* number badge */
.pp-gallery-btn span {
    display: inline-block;
    width: 32px;
    height: 32px;
    background: #e3f5ea;
    color: #1b5e3c;
    border-radius: 50%;
    text-align: center;
    line-height: 32px;
    margin-right: 12px;
    font-weight: 700;
}

/* hover */
.pp-gallery-btn:hover {
    transform: translateX(6px);
    background: #f1fbf6;
}

/* active */
.pp-gallery-btn.active {
    background: #2f7d53;
    color: #ffffff;
    transform: translateX(8px);
}

.pp-gallery-btn.active span {
    background: #ffffff;
    color: #2f7d53;
}

.pp-gallery-content li {
    padding-bottom: 10px;
    font-weight: 500;
}

/* =========================
   ANIMATION
========================= */
@keyframes fadeSlide {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

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

/* =========================
   MOBILE OPTIMIZATION
========================= */
@media (max-width: 991px) {

    /* Hide side navigation */
    .pp-gallery-nav {
        display: none;
    }

    /* Show all content blocks */
    .pp-gallery-content {
        display: block !important;
        margin-bottom: 20px;
        border-radius: 14px;
        padding: 20px;
        background: #ffffff;
        box-shadow: 0 8px 18px rgba(0, 0, 0, 0.05);
    }

    /* Add accordion header style */
    .pp-gallery-content::before {
        content: attr(data-title);
        display: block;
        font-weight: 700;
        margin-bottom: 12px;
        color: #1b5e3c;
        font-size: 16px;
        border-bottom: 1px solid #e5efe8;
        padding-bottom: 8px;
    }

}

/* NAV SECTION */
.menu-cont {
    background: #000;
    /* your beige background */
    padding: 15px 0;
}

/* Logo */
/* .micro-logo img {
    width: 100%;
} */

/* Nav list */
.links {
    list-style: none;
    display: flex;
    /* justify-content: flex-end; */
    align-items: center;
    gap: 15px;
    margin: 0;
    padding: 0;
}

.links li a {
    text-decoration: none;
    font-weight: 600;
    color: #000;
    transition: 0.3s ease;
}

.links li a:hover,
.links li a.active {
    color: #d9534f;
    border-bottom: 2px solid #d9534f;
}

/* MOBILE */
@media (max-width: 991px) {

    .menu-sec {
        text-align: right;
    }

    /* .links {
        gap: 15px;
        font-size: 14px;
    } */
    /*
    .micro-logo img {
        width: 100%;
    } */


}

@media (max-width: 768px) {

    .row.align-items-center {
        flex-direction: column;
    }

    .micro-logo {
        text-align: center;
        margin-bottom: 10px;
    }

    .links {
        justify-content: center;
        /* flex-wrap: wrap; */
        gap: 12px;
    }

    /* .micro-logo img {
        width: 80px;
    } */


}

/* ================================
   PUBLICATION SECTION
================================ */

.publication-section {
    background: linear-gradient(180deg, #bebbbb75 0%, #bebbbb75 100%);
    padding: 80px 0;
    position: relative;
}


/* ================================
   HEADING STYLE
================================ */

.publication-heading {
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 60px;
    position: relative;
}

.publication-heading::after {
    content: "";
    width: 70px;
    height: 4px;
    background: #D5C4A1;
    display: block;
    margin: 15px auto 0;
    border-radius: 10px;
}


/* ================================
   PUBLICATION CARD
================================ */

.publication-card {
    background: #ffffff;
    padding: 65px;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    transition: all .35s ease;
    height: 100%;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.publication-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15);
}


/* TOP GRADIENT LINE */

.publication-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #D5C4A1, #D5C4A1);
}


/* ================================
   TEXT STYLING
================================ */

.publication-card h4 {
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 22px;
}

.publication-card p {
    color: #555;
    margin-bottom: 25px;
    line-height: 1.6;
}

.publication-card span {
    color: #dc6a7a;
    font-weight: bold;
}


/* ================================
   BUTTON
================================ */

.publication-btn {
    display: inline-block;
    padding: 12px 26px;
    border-radius: 40px;
    background: linear-gradient(45deg, #DC6A7A, #DC6A7A);
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    transition: all .3s;
    width: max-content;
}

.publication-btn:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 20px rgba(220, 106, 122, 0.35);
    color: #fff;
}


/* ================================
   SLIDER ARROWS FIX
================================ */

#publicationSlider {
    position: relative;
}

#publicationSlider .carousel-control-prev {
    left: -10px;
}

#publicationSlider .carousel-control-next {
    right: -10px;
}

.carousel-control-prev,
.carousel-control-next {
    position: relative;
    width: auto;
    left: auto;
    right: auto;
    top: auto;
    transform: none;
    opacity: 1;
}

.publication-controls {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: #D5C4A1;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    background-size: 18px;
}





/* ================================
   RESPONSIVE
================================ */

@media (max-width:992px) {

    #publicationSlider .carousel-control-prev {
        left: -20px;
    }

    #publicationSlider .carousel-control-next {
        right: -20px;
    }

    .publication-card {
        padding: 35px;
    }

}

@media (max-width:768px) {

    .publication-heading {
        font-size: 28px;
    }

    .publication-card {
        padding: 30px;
    }

}

/* EVENT SECTION */

.event-section {
    background: #f6f8fc;
    padding: 80px 0;
}

/* HEADING */

.event-heading {
    font-size: 36px;
    font-weight: 700;
}

.event-heading::after {
    content: "";
    width: 70px;
    height: 4px;
    background: #D5C4A1;
    display: block;
    margin: 15px auto 0;
    border-radius: 10px;
}

/* EVENT CARD */

.event-card {
    background: #fff;
    border-radius: 20px;
    padding: 20px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    transition: .3s;
}

.event-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15);
}

/* VIDEO */

.event-video iframe {
    border-radius: 12px;
}

/* TITLE */

.event-title {
    margin-top: 15px;
    font-weight: 600;
    text-align: center;
}

/* CONTROLS */

.event-controls {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 40px;
}





.bmu-footer {
    background: #d7c9a8b3;
    padding: 30px 20px;
    font-size: 15px;
}

.footer-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    text-align: center;
}

.footer-item {
    display: flex;
    align-items: center;
    gap: 8px;
    max-width: 900px;
    font-weight: 700;
}

.footer-icon {
    font-weight: 700;
    font-size: 18px;
}

.footer-item a {
    color: #000;
    font-weight: 600;
    text-decoration: none;
}

.footer-item a:hover {
    text-decoration: none;
}

.footer-copy {
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    margin-top: 10px;
}

/* new css */
.tabing_conHand .row .col-lg-4 {
    text-align: center;
}

.tabing_conHand img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.event-img img {
    width: auto;
}

/* home-banner */
.banner-container {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 10px;
    padding: 20px;
    align-items: stretch;
    /* IMPORTANT */
}

/* SLIDER IMAGE */
.home-main-slider {
    width: 100%;
    overflow: hidden;
    /* IMPORTANT */
}

/* SIDE TILES */
.side-tiles {
    display: flex;
    flex-direction: column;
    /* gap: 10px; */
    z-index: 2;
    /* safety fix */
}

.homebanner {
    background-color: #E8DCC3;
    padding-top: 0;
}

.home-main-slider,
.home-main-slider .slick-list,
.home-main-slider .slick-track,
.home-main-slider .slick-slide {
    height: auto;
}

.home-main-slider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tile {
    flex: 1;
    color: white;
    /* padding: 20px; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-decoration: none;
}

.event-tile a{
    font-size: 18px;
    /* padding-top: 10px; */
    color: #fff;
}

/* .event-tile {
    background: #1e3a8a;
} */

/* .mapp-tile {
    background: #047857;
} */

.mapp-tile a {
    font-size: 18px;
    padding-top: 10px;
    color: #fff;
}
.home-main-slider{
    height: 100%;
}
.side-tiles img {
    width: 100%;
}
.home-main-slider img{
    width: 100%;
    height: 100%;
}





@media (max-width: 768px) {
    .banner-container {
        grid-template-columns: 1fr;
    }

    /* .home-main-slider img {
        height: 100%;
    } */
}
.title-sec .row {
    align-items: center;
    justify-content: center;
}