
:root {
  --pink-primary: #9E1E63;
  --purple-secondary: #7C2E54;
  --white-secondary: #FCFAF2;
  --black-primary: #000000;
  --white-primary: #ffffff;
}

.top-header {
    height: 50px;
    background-color: #9E1E63;
    align-items: center;
    justify-content: center;
    display: flex;
    text-align: center;
}

.top-header ul {
    display: flex;
    list-style: none;
    gap: 20px;
    margin: 0px;
    align-items: center;
}

.top-header ul li {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #fff;
}

.top-header ul li a {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
}

.top-header-right {
    display: flex;
    justify-content: flex-end;
}

.top-header-icon ul {
    gap: 6px;
}

.top-header-icon ul i {
    font-size: 22px;
    line-height: 32px;
}

.top-header .header-left-colum {
    align-items: center;
    display: flex;
}

.header-menu ul {
    display: flex;
    list-style: none;
    gap: 23px;
    margin: 0px;
}

header {
    height: 80px;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    display: flex;
    align-items: center;
}

.top-header-left ul {
    padding: 0px;
}

header .col-md-10 {
    align-items: center;
    display: flex;
    justify-content: flex-end;
}

.header-menu ul a {
    text-decoration: none;
    color: #000;
    font-size: 14px;
    font-weight: 700;
    padding: 0px 7px 6px 7px;
}

.register_button {
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    text-decoration: none;
    color: #fff;
    background-color: #9E1E63;
    padding: 10px 20px;
    border: 2px solid #9E1E63;
    border-radius: 10px;
}

.header-menu {
    display: flex;
    gap: 35px;
    align-items: center;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    right: -30px;
    min-width: 137px;
    background: #fff;
    display: none !important;
    flex-direction: column;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    z-index: 100;
    padding: 20px 0px 20px 0px;
    border-radius: 10px;
    border: none;
}

.dropdown:hover .dropdown-menu {
    display: flex !important;
    justify-content: center;
    text-align: center;
    align-items: center;
    gap: 10px !important;
}

.dropdown-menu a {
    text-decoration: none;
    color: #000 !important;
    font-size: 13px !important;
    font-weight: 600 !important;
}

.header-menu a:hover {
    color: #9E1E63;
    border-bottom: 2px solid #9E1E63;
}

.dropdown-menu a:hover {
    color: #9E1E63 !important;
}

.register_button:hover {
    background-color: transparent;
    color: #9E1E63;
}

.banner_section {
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.8)), 
    url("/wp-content/themes/vedam/assets/img/banner_image.jpg");
    height: 700px;
    width: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
}

.banner_content {
    position: absolute;
    bottom: 100px;

}

.banner_content h1 {
    font-size: 76px;
    line-height: 86px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 30px;
}

.banner_content a {
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    background-color: #7C2E54;
    padding: 15px 20px;
    border: 2px solid #7C2E54;
    border-radius: 10px;
}
.banner_content a:hover{
    background-color: transparent;
    border: 2px solid #fff;
}

.about_section {
    /* background-image: linear-gradient(rgba(0, 0, 0, 0.4),rgba(0, 0, 0, 0.8)),url("/wp-content/themes/vedam/assets/img/about-section-image.jpg");
    height: 450px;
    width: 100%;
    background-size: cover;
    background-position: center;
    position: relative; */
    padding: 90px 0px;
}

.about_content h5 {
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    color: #000;
    text-align: center;
    margin-bottom: 20px;
}

.about_content h2 {
    font-size: 42px;
    line-height: 52px;
    font-weight: 600;
    color: #000;
    text-align: center;
    margin-bottom: 20px;
}

.about_content p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #000;
    text-align: center;
    margin-bottom: 40px;
}

.about_content {
    padding: 0px 115px;
    text-align: center;
}

.key_initiatives_section .slider_video_content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: left;
    color: #fff;
    width: 80%;
    z-index: 2;
}

.key_initiatives-image {
    position: relative;
}

.key_initiatives-image img {
    border-radius: 20px;
    width: 100%;
    display: block;
}

.key_initiatives_section {
    position: relative;
    background-color: #FCFAF2;
    padding: 70px 0px;
}

.key_initiatives-image::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #00000066;
    top: 0;
    left: 0;
    border-radius: 20px;
}

.key_initiatives_section .swiper-wrapper {
    margin-bottom: 70px;
}

.slider_video_content h4 {
    font-size: 28px;
    line-height: 38px;
    font-weight: 600;
    color: #fff;
}

.slider_video_content p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    color: #fff;
}

.slider_video_content a {
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    text-decoration: none;
    color: #fff;
}

.meet-the-council-heading h5 {
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    color: #000;
    text-align: center;
    margin-bottom: 20px;
}

.meet-the-council-heading h2 {
    font-size: 42px;
    line-height: 52px;
    font-weight: 600;
    color: #000;
    text-align: center;
    margin-bottom: 20px;
}

.meet-the-council-heading p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #000;
    text-align: center;
    margin-bottom: 40px;
}

.swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    background-color: transparent;
    border: 2px solid #7C2E54;
}

.swiper-pagination-bullet-active {
    background-color: #7C2E54;
    border: 2px solid #7C2E54;
}

.campus_title h5 {
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    color: #000;
    text-align: center;
    margin-bottom: 20px;
}

.campus_title h2 {
    font-size: 42px;
    line-height: 52px;
    font-weight: 600;
    color: #000;
    text-align: center;
    margin-bottom: 20px;
}

.campus_title p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #000;
    text-align: center;
    margin-bottom: 40px;
}

.campus-section {
    padding: 70px 0px;
}

.campus_content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    text-align: center;
}

.campus-section .col-md-6 {
    position: relative;
}

.campus_content h4 {
    font-size: 36px;
    line-height: 46px;
    font-weight: 600;
    color: #fff;
    text-align: center;
}

.campus_content p {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    margin-bottom: 35px;
}

.campus_content a {
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    border: 2px solid #fff;
    padding: 12px 20px;
    border-radius: 10px;
    position: relative;
    display: inline-block;
    overflow: hidden;
    z-index: 2;
}

.campus_content a::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: #fff;
    /* hover color */
    transition: 0.4s ease;
    z-index: -1;
}

/* hover effect */
.campus_content a:hover::before {
    left: 0;
}

/* optional text color change */
.campus_content a:hover {
    color: #7C2E54;
}

.campus_image::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: #0000007A;
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.campus_image {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.campus_image img {
    border-radius: 10px;
}

.gallery_title h5 {
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    color: #000;
    text-align: center;
    margin-bottom: 20px;
}

.gallery_title h2 {
    font-size: 42px;
    line-height: 52px;
    font-weight: 600;
    color: #000;
    text-align: center;
    margin-bottom: 20px;
}

.gallery_title p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #000;
    text-align: center;
    margin-bottom: 40px;
}

.gallery-section {
    background-color: #FCFAF2;
    padding: 70px 0px;
}

/* sab tabs hide */
.tab-content {
    display: none;
}

/* active tab show */
.tab-content.active {
    display: block;
}

/* active button style (optional) */
.tab-btn.active {
    background: #000;
    color: #fff;
}

.gallery-section .tab-btn {
    background-color: transparent;
    color: #000;
    font-size: 24px;
    line-height: 34px;
    border: none;
    font-weight: 600;
    padding-bottom: 10px;
}

.gallery-section .tabs {
    display: flex;
    gap: 60px;
    margin-bottom: 40px;
    justify-content: center;
}

.gallery-section .tab-btn.active {
    color: #9E1E63;
    border-bottom: 2px solid #9E1E63;
    padding-bottom: 10px;
}

.gallery_content {
    background-color: #9E1E63;
    padding: 20px;
    border-radius: 0px 0px 10px 10px;
}

.gallery_content h5 {
    font-size: 22px;
    line-height: 32px;
    color: #fff;
    font-weight: 600;
}

.gallery_content a {
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
}

.galler_grid img {
    border-radius: 10px 10px 0px 0px;
}




/* .galler_button a::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: #9E1E63;
    transition: 0.4s ease;
    z-index: -1;
}


.galler_button a:hover::before {
    left: 0;
}


.galler_button a:hover {
    color: #fff;
} */

.galler_button {
    margin-top: 80px;
    text-align: center;
}

.event-tab-content {
    display: none;
}

.event-tab-content.active {
    display: block;
}

.event-section .event-tab-btn.active {
    color: #9E1E63;
    border-bottom: 2px solid #9E1E63;
    padding-bottom: 10px;
}

.event-section .event-tab-btn {
    background-color: transparent;
    color: #000;
    font-size: 24px;
    line-height: 34px;
    border: none;
    font-weight: 600;
    padding-bottom: 10px;
}

.event-section .tabs {
    display: flex;
    gap: 60px;
    margin-bottom: 40px;
    justify-content: center;
}

.event-section {
    padding: 70px 0px;
}

.event_content {
    background-color: #FCFAF2;
    padding: 20px;
    border-radius: 0px 0px 10px 10px;
}

.event_content span {
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    color: #9E1E63;
}

.event_content h5 {
    font-size: 22px;
    line-height: 32px;
    color: #000;
    font-weight: 600;
    margin-top: 5px;
}

.event_content p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #000;
}

.event_content a {
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    color: #000;
    text-decoration: none;
}

.event_heading h4 {
    font-size: 22px;
    line-height: 32px;
    color: #000;
    font-weight: 700;
    margin-bottom: 10px;
    text-align: center;
}

.news_grid {
    background-color: #FCFAF2;
    padding: 20px;
    border: 1px solid #00000026;
    border-radius: 10px;
}

.news_content span {
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    color: #9E1E63;
}

.news_content h5 {
    font-size: 18px;
    line-height: 28px;
    color: #000;
    font-weight: 600;
    margin-top: 5px;
}

.news_content p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #000;
}

.news_content a {
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    color: #000;
    text-decoration: none;
}

.news_image img {
    height: 125px;
    border-radius: 10px;
    object-fit: cover;
}

.news_row {
    margin-bottom: 20px;
    border-bottom: 2px dotted #ccc;
    padding-bottom: 20px;
}

.date_card span {
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    font-weight: 400;
}

.date_card p {
    font-size: 28px;
    line-height: 38px;
    color: #fff;
    font-weight: 700;
    margin: 0px;
}

.date_card {
    background-color: #9E1E63;
    width: 110px;
    text-align: center;
    padding: 15px;
    border-radius: 10px;
    position: absolute;
    top: 30px;
    right: 30px;
}

.event_grid {
    position: relative;
}

.event_grid img {
    border-radius: 10px 10px 0px 0px;
    height: 490px;
    object-fit: cover;
}

.subscribe-box {
    align-items: center;
    /* box-shadow: 0 5px 15px rgba(0,0,0,0.1); */
}

.subscribe-box input {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    color: #fff;
    flex: 1;
    border: none;
    outline: none;
    padding: 10px 130px 10px 0px;
    font-size: 16px;
    /* border-radius: 50px; */
    background-color: transparent;
    border-bottom: 1px solid #fff;
    margin-right: 30px;
}

.subscribe-box input::placeholder {
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
}

.subscribe-box button {
    background: transparent;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 10px;
    cursor: pointer;
    font-weight: 600;
    transition: 0.3s;
    border: 1px solid #fff;
}

.subscribe-box button:hover {
    background: #fff;
    color: #7C2E54;
}

footer {
    background-color: #7C2E54;
    padding: 70px 0px 50px 0px;
}

.subscribe_colum {
    justify-content: end;
    display: flex;
}

.stay_colum h5 {
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    font-weight: 600;
}

.stay_colum p {
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    font-weight: 400;
    margin: 0px;
}

.subscribe-box p {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #fff;
    margin-top: 10px;
}

.stay_informed {
    display: flex;
    align-items: center;
}

.footer_menu ul {
    list-style: none;
}

.footer_menu ul b {
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    color: #fff;
}

.footer_menu ul a {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
}

footer .col-md-2 {
    justify-content: end;
    display: flex;
}

.footer-line {
    color: #fff;
    opacity: 1;
    margin: 40px 0px;
}

.copyright_colum {
    display: flex;
}

.copyright_colum p {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #fff;
}

.testimonials_section {
    background-color: #FCFAF2;
    padding: 70px 0px;
}

.testimonial_heading h2 {
    font-size: 42px;
    line-height: 52px;
    font-weight: 600;
    color: #000;
    text-align: center;
    margin-bottom: 50px;
}

.testimonials_section iframe {
    border-radius: 10px;
}

.copyright_colum ul {
    display: flex;
    list-style: none;
    gap: 30px;
}

.copyright_colum a {
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    /* text-decoration: none; */
    color: #fff;
}

.footer_icon ul {
    display: flex;
    list-style: none;
    gap: 10px;
}

.footer_icon a {
    font-size: 30px;
    line-height: 40px;
    color: #fff;
}

footer .col-md-3 {
    display: flex;
    justify-content: end;
}

.key_initiatives_section .overlay {
    position: absolute;
    bottom: 70px;
    left: 0;
    width: 100%;
    height: 0%;
    background: #9E1E63;
    /* apna color change kar sakte ho */
    transition: 0.4s ease;
    z-index: 1;
    border-radius: 20px;
}

.key_initiatives_section .swiper-slide {
    position: relative;
    overflow: hidden;
}

.swiper-slide:hover .overlay {
    height: 82%;
}

.col-md-6:hover .campus_image img {
    transform: scale(1.5);
}

.campus_image img {
    transition: 0.5s ease;
    transform: scale(1.1);
    /* zoomed in default */
}

.campus_image img {
    transition: 3s ease;
    transform: scale(1.1);
    /* start zoom-in */
}

.campus_content a:hover~.campus_image img {
    transform: scale(2);
}
.vedam_button{
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    background-color: #7C2E54;
    padding: 15px 20px;
    border: 2px solid #7C2E54;
    border-radius: 10px;
}
.vedam_button:hover {
    background-color: transparent;
    border: 2px solid #7C2E54;
    color: #7C2E54;
}
   .header-menu ul li .arrow i {
    transition: transform 0.3s ease;
}

/* Hover pe rotate */
.header-menu ul li.dropdown:hover .arrow i {
    transform: rotate(180deg);
}
/*.galler_grid{
    position: relative;
    overflow: hidden;
}
.galler_grid img{
    display: block;
    width: 100%;
}
.galler_grid::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    transition: 0.4s ease;
    z-index: 1;
}
.galler_grid:hover::before{
    opacity: 1;
}*/