45@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

body {
    font-size: 16px;
    overflow-x: hidden;
    color: #000;
    font-family: "Inter", sans-serif;
}

:root {
 --Primary-Color: #3B4027;
 --secondary-color: #FFCB93;
 --color-burgundy: #582422;
 --light-gray:#E7E9DD;
}

img {
    max-width: 100%;
}

a, a:hover {
    text-decoration: none;
}

button,
select {
    outline: none !important;
}

ul,
ol {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
    line-height: 1.1;
    color: var(--blue-color);
}

h2{
font-weight: 600;
font-size: 24px;
line-height: 100%;
color: var(--Primary-Color);
text-transform: capitalize;
margin-bottom: 24px;
}



.user-auth {margin-left: 20px;}
.header .user-auth a {min-width: 178px;display: flex;justify-content:left;padding: 12px 16px;}
.header .user-auth a:focus {background:var(--secondary-color);color: var(--Primary-Color);}
.header .user-auth a:focus span svg path{fill: var(--Primary-Color);}
.header .dropdown-menu{transform: translate(0px, 41px) !important;}
.header .dropdown-item:hover {color: var(--Primary-Color);background-color: var(--secondary-color);}
img {max-width: 100%;}

.header{
    z-index: 5;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    padding: 16px 0px;
    width: 100%;
    background: var(--bs-white);
    box-shadow: 0px 2px 4px 0px #0000000F;
    transition: all 0.3s ease 0s;
}

/*.header.logo {max-width: 123px;}*/




.logo a {
    color:var(--Primary-Color);
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.header .logo a img {
    width: 190px;
}


.header .btn {box-shadow: none !important;outline: none !important;}
.header .header-right .offcanvas-body {
    padding: 0px;
    overflow-y: visible;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}


.logo a {outline: none !important;}
.offcanvas {border-right: none;}
.header .header-right .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
}

.header .navbar-nav .nav-item {padding: 0px 20px;}
.navbar-nav a {
    font-size: 14px;
    position: relative;
    transition: all 0.3s ease 0s;
    padding: 0px;
    font-weight: 500;
    color: var(--Primary-Color);
}
.navbar-nav a i {font-size: 15px;}
.header .navbar-nav .nav-link::before {
    content: "";
    height: 1px;
    background: var(--Primary-Color);
    width: 0px;
    position: absolute;
    bottom: -2px;
    left: 0px;
    transition: all 0.3s ease 0s;
}

.navbar-nav a:hover::before {
    width: 100% !important;
}
.mobile-nav {
    width:28px;
    height:28px;
    position: relative;
    display: flex;
}

.bar1,
.bar2,
.bar3 {
    background-color: var(--Primary-Color);
    cursor: pointer;
    height: 2px;
    margin: 7px 0px;
    transition: all 0.25s ease-in-out 0s;
    width:28px;
    display: block;
    position: absolute;
}

.bar1 {
    top: 0px;
}

.bar2 {
    top: 8px;
    width: 28px;
}

.bar3 {
    top: 16px;
}

.open-menu .bar1 {
    top: 6px;
    transform: rotate(45deg);
}

.open-menu .bar2 {
    display: none;
}

.open-menu .bar3 {
    top: 6px;
    transform: rotate(-45deg);
}

.header-right button.btn.d-md-none {
    padding: 0px;
    margin-left: 20px;
    box-shadow: none !important;
}

.navbar-nav .nav-item .dropdown-menu {
    padding: 10px;
    box-shadow: rgba(11, 15, 25, 0.05) 0px 0.275rem 1.25rem, rgba(11, 15, 25, 0.03) 0px 0.25rem 0.5625rem;
    border-color: rgb(255, 255, 255);
    border-radius: 0px;
    padding: 0px;
    border: 0;
    transform: inherit !important;
    inset: inherit !important;
}

  .navbar-nav .nav-item .dropdown-menu li:not(:last-child) {
      border-bottom: 1px solid rgba(0, 0, 0, 0.10);
  }

  .navbar-nav .nav-item .dropdown-menu li a {
      color: rgb(0, 0, 0);
      display: block;
      font-size: 1rem;
      padding: 0.5rem 0.5rem 0.5rem 1rem;
  }

      .navbar-nav .nav-item .dropdown-menu li a:hover {
          background: var(--Primary-Color);
          color: var(--Primary-Color);
      }

.header-right button.btn.d-md-none {
    padding: 0px;
    margin-left: 20px;
    box-shadow: none !important;
}

.menu-item li a {
    font-size: 14px;
    color: rgb(0, 0, 0);
    padding: 5px 0px;
    display: block;
}

.menu-item li a:hover {
    color:var(--Primary-Color);
}


.user-auth + .user-auth {
    margin-left: 10px;
}


@keyframes slideDown {
    0% {
        transform: translateY(-100%);
    }

    100% {
        transform: translateY(0px);
    }
}

@media screen and (min-width: 768px) {
    .header .offcanvas {
        position: static;
        z-index: auto;
        display: block;
        width: 100%;
        height: auto;
        border: 0px;
        visibility: visible;
        transition: none 0s ease 0s;
        transform: inherit;
        background-color: transparent;
    }

    .navbar-nav .dropdown-menu {
        position: absolute;
        min-width: 188px;
        display: block;
        top: 15px;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }

    .navbar-nav .nav-item:hover .dropdown-menu {
        pointer-events: auto;
        opacity: 1;
        visibility: visible;
    }

    .navbar-nav .dropdown-menu.show {
        opacity: 1;
        visibility: visible;
    }
}


.navbar-nav li.active a {
    color: var(--blue-color);
}

.header .navbar-nav a:hover {
    color: var(--Primary-Color);
}


@media screen and (max-width: 767px) {
.navbar-nav {display: block;}
.navbar-nav a {color: rgb(255, 255, 255);}
}



.btn-primary,
.btn-secondary,
.btn-outline, .primary-btn {
    position: relative;
    padding: 10px 16px;
    overflow: hidden;
    box-shadow: none;
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    background: var(--Primary-Color);
    text-align: center;
    border-radius: 0;
    color: var(--bs-white);
    z-index: 1;
    border: 0;
    transition-property: all;
    transition-duration: 300ms;
    transition-timing-function: ease;
    transition-delay: 0s;
}


    .btn-primary:hover,
    .btn-outline:hover, .primary-btn:hover {
        background: var(--secondary-color);
        border-color: var(--bs-white);
        box-shadow: none !important;
        color: var(--Primary-Color);
    }

    /*.btn-primary:hover,
    .btn-primary:not(:disabled):not(.disabled).active,
    .btn-primary:not(:disabled):not(.disabled):active {
        color: var(--Primary-Color);
        box-shadow: none !important;
    }

    .btn-primary:not(:disabled):not(.disabled).active,
    .btn-primary:not(:disabled):not(.disabled):active,
    .show > .btn-primary.dropdown-toggle {
        color: var(--Primary-Color);
        background: var(--secondary-color);
        border-color: var(--secondary-color);
        box-shadow: none !important;
    }

    .btn-check:focus + .btn-primary,
    .btn-primary:focus {
        background: var(--Primary-Color);
        border-color: var(--Primary-Color);
        box-shadow: none !important;

    }*/

    .btn-check:focus + .btn-outline,
    .btn-outline:focus {
        box-shadow: none !important;
    }

/* button primary css end  */

.user-auth a:hover span svg path{fill: var(--Primary-Color);}
.user-auth a:focus span svg path{fill: var(--secondary-color);}
.user-auth a:active span svg path{fill: var(--secondary-color);}
.dropdown-toggle::after{display: none;}
.user-auth .dropdown-menu {
    padding: 0px;
    border: none;
    border-radius: 0px;
    background:var(--secondary-color);
    width: 100%;
}
.user-auth .dropdown-menu a{font-size: 14px;font-weight: 600; padding: 12px 16px;color: var(--Primary-Color);display: flex;justify-content: space-between; transition: all 0.3s ease-in-out;}
.user-auth .dropdown-menu a:hover {background: #FFD6A9;}
.header .user-auth a span svg {transition: all 0.3s;}
.header .user-auth a.show span svg {transform: rotate(180deg); transition: all 0.3s;}
.main{margin-top:100px;}
.hero-image {padding: 80px 32px;background-repeat:no-repeat;background-size:cover;background-position:center center;min-height: 600px;display:flex;align-items:center;}
.hero-content {width: 385px;max-width: 100%;background: #fff;padding: 32px;}
.hero-content p{color:var(--Primary-Color);max-width: 306px;margin-bottom: 24px;}

.sec-profiles { padding: 24px 0px;padding-bottom: 45px;}
.profiles-grid{padding:32px;min-height: 380px;overflow: hidden;}
.rajiv-card{ background:var(--color-burgundy);}
.profile-image {position: absolute;right: 0;bottom: 0;}
.profiles-grid .profile-name{ margin-bottom: 32px;}
.rajiv-card{color:var(--light-gray);}
.rajiv-card .profile-name, .rajiv-card .profile-website{ color:var(--light-gray);}
.profiles-grid p{margin-bottom: 32px;max-width: 322px;}
.profiles-grid .profile-website{font-weight: 600;font-size: 14px;line-height: 100%;margin-top: auto;text-decoration: underline !important;text-decoration-thickness: 2px !important;text-underline-offset: 4px;transition-property: all;transition-duration: 300ms;transition-timing-function: 
ease;transition-delay: 0s;}


.infinity-card .profile-website:hover {
    color: #000;
    text-underline-offset: 6px;
}

.profiles-grid.rajiv-card .profile-website:hover {
    color: var(--secondary-color);
    text-underline-offset: 6px;
}

.profiles-grid .profile-text {
    position: relative;
    z-index: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.infinity-card{ background: var(--secondary-color); color: var(--Primary-Color);}
.infinity-card .profile-website{color: var(--Primary-Color); text-transform: uppercase;}
.infinity-card .profile-image{ bottom: 30px; right: 24px;}


.upcoming-meeting{padding: 40px 0;}
.bg-light-green{background:#E7E9DD;}
.upcoming-meeting h2, .upcoming-meeting p {
    margin-bottom: 32px;
}
.date-card {
    position: relative;
}

.date-card img {
    width: 100%;
}

.meeting-details {
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    padding: 32px 24px;
    background:var(--bs-white);
    color:var(--Primary-Color);
}

.meeting-details .date-number {
    font-weight: 700;
    font-size: 36px;
    line-height: 100%;
    text-transform: uppercase;
}

.meeting-details .date-location {
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    text-transform: uppercase;
}

.steering-committee{ padding: 60px 0px;}
.block-header h2 {
    font-weight: 400;
    font-size: 32px;
}

.member-card {position: relative;}
.member-card img {width: 100%;  transition: transform 0.4s ease;}
.member-card .member-name {
    font-size: 16px;
    font-weight: 700;
    line-height: 100%;
}
.member-card .member-title {
    font-size: 16px;
    margin-bottom:0px;
    line-height: 100%;
}

.member-img {position: relative; display:block; margin-bottom:16px;   overflow: hidden;}

.member-img .read-bio-link {
    background: var(--Primary-Color);
    color: var(--bs-white);
    display: inline-flex;
    padding: 8px;
    align-items: center;
    gap: 10px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
}


.card-text-lead {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    transform: translateY(100%);
    transition: transform 0.4s ease;
    text-align: center;
}

.member-card:hover img {transform: scale(1.05);}
.member-card:hover .card-text-lead {
    transform: translateY(-15px);
}

.apply-membership p {
    max-width: 500px;
}
.apply-image {
    text-align: right;
}

.membership-btn .btn-secondary{background: var(--secondary-color); color: var(--Primary-Color);}
.membership-btn .btn-secondary:hover{background: var(--Primary-Color); color: #fff;}
.membership-btn .btn-secondary:focus {box-shadow: none; border: none;outline: none;}

.block-header {padding-bottom: 16px;}
.steering-committee .row{ margin-bottom:-25px;}
.steering-committee [class*='col-']{ width:20%; margin-bottom:25px;} 


.sec-member-organizations {
    padding: 72px 0px;
}
.organizations-grid{padding: 30px;}
.sec-member-organizations .block-header h2 {
    margin-bottom: 16px;
    font-weight: 600;
}

.sec-member-organizations .block-header p {
    max-width: 520px;
    margin: 0 auto;
    margin-bottom: 32px;
}

.show-all-btn {
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    text-transform: uppercase;
    text-decoration: underline !important;
    text-decoration-thickness: 2px !important;
    text-underline-offset: 4px;
    color: var(--Primary-Color);
    transition-property: all;
    transition-duration: 300ms;
    transition-timing-function: 
ease;
    transition-delay: 0s;
}

.show-all-btn:hover{color:var(--secondary-color)}

.sec-member-organizations .block-header {
    padding-bottom: 40px;
}
.sec-member-organizations .row{ margin-bottom:-40px;}
.sec-member-organizations [class*='col-']{ margin-bottom:40px;}

.organizations-grid img {
    filter: grayscale(100%);
    transition: filter 0.4s ease;
    cursor: pointer;
}

.organizations-grid:hover img {
    filter: grayscale(0%);
}


.playBtn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.top-slider .playBtn svg rect,
.top-slider .playBtn svg path{transition: all 0.3s}

.top-slider .d-block:hover svg rect {fill: var(--Primary-Color);}
.top-slider .d-block:hover svg path {fill: var(--secondary-color);}
.top-slider a img{width:100%;}

.top-slider {
    width: 996px;
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 24px;
}
.swiper-slide img {width: 100%;}
.mySwiper-video .swiper-slide img{ cursor:pointer;}
.sec-inaugural-meeting .block-header p {
    max-width: 792px;
    margin: 0 auto;
    margin-bottom: 16px;
}

.galleryslider .swiper-button-next, .galleryslider .swiper-button-prev {
    width: 32px;
    height: 32px;
    background: var(--Primary-Color);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -12px;
    padding: 0;
}

.galleryslider .swiper-button-next:after, .galleryslider .swiper-button-prev:after {
    font-size: 0;
}

.galleryslider .swiper-button-next {
    right: 0;
}

.galleryslider .swiper-button-prev {
    left: 0;
}

.galleryslider .swiper-button-prev:hover,
.galleryslider .swiper-button-next:hover {
    background: var(--secondary-color);
}
.galleryslider .swiper-button-prev:hover svg path,
.galleryslider .swiper-button-next:hover svg path{
    fill:var(--Primary-Color)
}
.sec-inaugural-meeting {
    padding-bottom: 80px;
}

.footer {
    background: #272B19;
    padding: 24px 0px;
}


.social-links li a {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition-property: all;
    transition-duration: 300ms;
    transition-timing-function:ease;
    transition-delay: 0s;
}
.social-links li a svg path{transition: all 0.3s;}
.social-links li a:hover svg path{
fill: var(--secondary-color);
}

.footer-bottom {
    margin-top: 80px;
}

.copyright p {
    font-weight: 400;
    font-size: 12px;
    line-height: 24px;
    text-align: right;
    color: #646859;
}

/* .organizations-grid {
    border: 1px solid #ddd;
    padding: 15px;
} */





.lg-outer .lg-prev, .lg-outer .lg-next {
 top: auto !important;
 bottom: -60px;
 transform: translateX(0);
 width: 32px;
 height: 32px;
 padding: 0;
 display: flex;
 align-items: center;
 justify-content: center;
 font-size: 15px;
 background: var(--secondary-color);
 color: var(--Primary-Color);
 opacity: 1 !important;
 border-radius: 0px;
}

.lg-outer .lg-prev:hover, 
.lg-outer .lg-next:hover{ color: var(--Primary-Color);}

.lg-outer .lg-prev {left: calc(50% - 40px);}
.lg-outer .lg-next {right: calc(50% - 40px);}

.lg-outer .lg-empty-html .lg-sub-html, .lg-outer .lg-empty-html.lg-sub-html {
    opacity: 0 !important;
    height: 50px;
    display: block !important;
}

.lg-sub-html {
    padding: 30px 0px;
     opacity: 0 !important;
}

.lg-backdrop { background: rgba(26, 29, 16, 0.96);}


.lg-download {display: none;}
.lg-zoom-in {display: none;}
.lg-toolbar .lg-close {
    background-image: url(../images/close-icon.svg);
    height: 32px;
    width: 103px;
    background-repeat: no-repeat;
    background-position: center center;
    font-size: 0;
    background-size: cover;
    margin: 45px 45px;
}

.lg-prev.disabled,
.lg-next.disabled {
    background: rgba(255, 255, 255, 30%);
    pointer-events: none;
}



/* dp 24-09-2025 */
.searchForm {
    border: 1px solid #C6C6C6;
    background: #FFF;
    padding: 16px;
    max-width: 416px;
    width: 100%;
}

.searchForm input::placeholder {
  opacity:1;
  color: #C4C4C4;
}

.paginationMain .pagination {margin-bottom: 80px;}
.paginationMain .page-item .page-link {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    font-size: 14px;
    font-weight: 600;
    color: var(--Primary-Color);border:none;
    box-shadow: none;
}
.paginationMain .page-item .page-link:hover{
 background-color: var(--light-gray);
}
.paginationMain .page-item.active .page-link {
    background-color: var(--light-gray);
    color: var(--Primary-Color);border:none;
}
.paginationMain .page-item .page-link:focus{
        background-color: var(--light-gray);
}

.paginationMain .page-item:first-child .page-link,
.paginationMain .page-item:last-child .page-link {
    background-color: #F9F9F9;
    border-color: #F9F9F9;;
    border-radius: 0px;
        box-shadow: none;
}

.paginationMain .page-item:first-child .page-link:hover,
.paginationMain .page-item:last-child .page-link:hover{
    background-color: var(--Primary-Color);
}

.paginationMain .page-item:first-child .page-link:hover svg path,
.paginationMain .page-item:last-child .page-link:hover svg path {fill:#F5E2CD;}

.organizationPg .organizations-grid{border: 1px solid #C6C6C6;background: #FFF;}


.committee-modal .modal-dialog {
    max-width: 680px;
}
.modal-header {
    border-radius: 0px;
    font-size: 14px;
    font-weight: 600;
    padding: 0;
    margin-bottom: 24px;
    border: none;
}
.modal-header button {
    border: none;
        padding: 0px 0px 0px 16px;
    margin: 0;
    display: flex;
    align-items: center;
    background: #F5E2CD;
    gap: 16px;
}
.modal-header button svg{background: var(--Primary-Color);}
.modal-content{padding: 40px;}
.committee-modal .modal-content {
    border-radius: 0px;
}

.committee-modal .nameBox h2 {
    font-size: 48px;
    font-weight: 600;
    line-height: 56px;
}
.modal-body {
    padding: 0px;
}
/* .midBox {
    max-height: 407px;
    overflow-y: scroll;
    padding-right: 20px;
} */
.midBox p {
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
}


.manifesto-info .modal-dialog {
    max-width: 100%;
    height: 100%;
    margin: 0;
    border: 0;
}
.manifesto-info .modal-content{height: 100%;}
.manifesto-info .modal-body {
    max-width: 770px;
    margin: 0 auto;
}

.manifesto-info h2 {
    font-size: 72px;
    line-height: 80px;
}
.manifesto-info .modal-body p {
    font-size: 18px;
    font-weight: 400;
    color: #000;
    line-height: 40px;
}

.lg-counter {
  position: absolute !important;
  bottom: 10px;
  height: auto !important;
  top: auto !important;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 20px;
}


/* dp */




.search-info .searchForm{max-width: 100%;}
.search-info .modal-content{padding: 150px 200px;background: #fff;}
.search-info .modal-body{margin-top: 50px; max-width: 900px; width: 100%; margin: 0 auto;}

.midBox blockquote {
    background: #fff8f1;
    padding: 20px;
    font-style: italic;
    font-size: 18px;
    line-height: 32px;
    border-left: 5px solid #F5E2CD;
}


.organization-modal .imageBox {
    border: 1px solid #ccc;
    padding: 10px;
}



.footer-logo.logo a {
    outline: none !important;
    color: #FFCB93;
    line-height: 14px;
}

