/* 
 * Theme Name: Akka 2026
 * Author: Canisys
 * Version: 1.0
 * Text Domain: akka
 */

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

body::selection{
	background:#002866;
	color:white;
}
body{
	overflow-x:hidden;
}
.header{
	transition:all 500ms ease;
}
.header.sticky {
    position: fixed;
    top: 0;
    z-index: 99999;
    margin: 0 auto 30px;
    width: 100%;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.22);
}
.sticky_logo{
	opacity: 0;
	transform: scale(0.8);
	transition: opacity 0.5s ease, transform 0.5s ease !important;
}
.header.sticky  .sticky_logo{
	opacity: 1;
  	transform: scale(1); 
}
.hfe-flyout-wrapper .hfe-side.hfe-flyout-right{
	display: block;
    transition: all 300ms ease;
}

.hfe-sub-menu-item-active {
	color: #D6A500 !important;
}

.sub-menu {
	border-radius: 15px !important;
    border-width: 3px 1px 1px !important;
    overflow: hidden;
}

.menu-item a{
	transition:all 300ms ease;
}

.img-cards .elementor-image-box-img{
	border-radius: 5px;
    border: 3px solid #FFF;
    overflow: hidden;
    box-shadow: 0px 2px 5px #00000040;
}
.img-cards .elementor-image-box-img img{
	aspect-ratio:1;
	object-fit:cover;
}
.img-radius-bottom img{
	border-radius: 50% 50% 50% 0;
    overflow: hidden;
}
.img-radius-right-bottom img {
    border-radius: 50% 50% 0% 50%;
    overflow: hidden;
}

.banner-arrow{
	opacity:0;
	transition:all 300ms ease !important; 
	cursor:pointer;
}
.banner-parent:hover .banner-arrow{
	opacity:1;
}
.banner-arrow .elementor-icon-wrapper{
	width:50px;
	height:50px;
	display:flex;
	align-items:center;
	justify-content:center;
	background-color: #FFFFFFB3;
	border-radius: 50%;
}
.banner-arrow  svg{
	transition:all 300ms ease;
}
.newsletter_form form{
	display:flex;
	align-items:start;
	font-family:'Poppins', sans-serif; 
}
.newsletter_form br{
	display:none;
}
.newsletter_form input{
	width:100%;
	position: relative;
    line-height: 43px;
    background: none;
    display: block;
    height: 55px;
    width: 100%;
    box-shadow: inherit;
    color:black;
    font-size: 14px;
    padding: 10px 55px 10px 25px;
    transition: all .5s ease;  
	border:1px solid #0000001a;
	outline:none;
}
.newsletter_form input[type="submit"]{
	font-weight: 600;
    cursor: pointer;
    line-height: 100%;
    text-align: center;
    padding: 21px 45px;
    display: inline-block;
    letter-spacing: 1px;
    font-size: 14px;
    color: #1a1719;
    text-transform: uppercase;
    transition: all .5s ease; 
    background-color: #ffc300;
	border:none;
	outline:none;
}
.newsletter_form input[type="submit"]:hover{
	color: #fff;
    background-color: #e00e7a;
}
.wpcf7-spinner{
	position:absolute;
}
.newsletter_form  .wpcf7-response-output{ 
	font-size: 14px;
}
.chairman-btn,
.president-btn{
	cursor:pointer;
}
.blue-background{
	max-width: 1400px;
	width:100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: unset;
}

#menu-item-843 {
	background: linear-gradient(130deg, #e6780c, #c93c3c, #d51c14);
    background-size: 400% 400%;
    border-radius: 35px;
}

#menu-item-843 .hfe-has-submenu-container a:hover{
	color:#FFF !important;
}

#menu-item-843 .sub-menu{
	border-radius:15px !important;
	border-width:3px 1px 1px !important;
	overflow:hidden
}


footer {
	padding-top:130px;
}

.home footer{
	padding-top:0px;
}

@media screen and (min-width:768px){
	.newsletter_form  .wpcf7-response-output{
		position: absolute;
		bottom: -60px; 
	}
}

@media screen and (max-width:767px){
	.newsletter_form form { 
		flex-direction: column;
		align-items: stretch;
	}
}
@media screen and (min-width:1025px){
	 
}
@media screen and (min-width:768px) and (max-width:1024px){
	.col-span-full{
		grid-column: 1 / -1;
		max-width: 50%;
		margin: auto;
	}
	.newsletter_form p {
		flex-grow: 1;
	}
}

@media screen and (max-width:1024px) {
	
	.sub-menu a.hfe-sub-menu-item {
		color: #ffffff !important;
	}
	
	.sub-menu a.hfe-sub-menu-item-active {
		color: #FF7F00 !important;
	}
	
}

.dignitaries-img-cards {
	overflow: hidden;
}

/* .dignitaries-img-cards .elementor-image-box-img {
	border-radius: 50%;
	overflow: hidden;
} */

.dignitaries-img-cards .elementor-widget-image-box {
	border: 4px solid #ffffff;
	background-color: #ffffff;
}

.dignitaries-img-cards .elementor-image-box-img {
	margin-bottom: 0px !important;
	width: 100% !important;
}

.dignitaries-img-cards .elementor-image-box-content {
	background-color: #ffffff;
}

.dignitaries-img-cards .elementor-image-box-title, 
.dignitaries-img-cards .elementor-image-box-description {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	padding-top: 5px !important;
}

.dignitaries-img-cards .swiper-slide {
    height: auto;
}

.dignitaries-img-cards .elementor-widget-image-box {
    height: 100%;
}


/* Let Swiper control layout */
.dignitaries-img-cards .swiper-wrapper {
    display: flex !important;
}

/* Prevent slides from stretching */
.dignitaries-img-cards .swiper-slide {
    height: auto;
}



.dignitaries-img-cards {
    position: relative;
}

/* Common arrow styling */
.swiper-button-prev-custom,
.swiper-button-next-custom {
/*     position: absolute;
    top: 50%;
    transform: translateY(-50%); */
    z-index: 10;

    font-size: 28px;
    font-weight: 300;
    color: #aaaaaa;   /* soft yellow like screenshot */
    cursor: pointer;

    background: transparent;
    border: none;
    box-shadow: none;
}

/* Left side */
.swiper-button-prev-custom {
    left: 10px;
}

/* Right side */
.swiper-button-next-custom {
    right: 10px;
}

/* Hover effect */
.swiper-button-prev-custom:hover,
.swiper-button-next-custom:hover {
    color: #178087;
}



.banner-parent > div {
	flex-direction: row !important;
	width: 100%;
    right: 0 !important;
	top: 45% !important;
}

.banner-parent .left-arrow {
	position: absolute;
    left: 30px;
}

.banner-parent .right-arrow {
	position: absolute;
    right: 30px;
}


/* Registration Section */

.registration-box .top-bottom-heading {
	overflow: hidden;
}

.sup-heading sup {
	font-size: 35px;
    margin-right: 5px;
}

.registration-box .register-now a {
	display: block;
    padding: 15px 25px 15px 25px;
    text-align: center;
}

.registration-box .register-now-1 a {
	background-color: #F9B600;
}

.registration-box .register-now-1 a:hover {
	background-color: rgba(249, 182, 0, 0.9);
}

.registration-box .register-now-2 a, 
.registration-box .register-now-3 a {
	background-color: #f48f22;
}

.registration-box .register-now-2 a:hover, 
.registration-box .register-now-3 a:hover {
	background-color: rgba(244, 143, 34, 0.9);
}



/*	Donors page	 */

.gradient-background-1 {
	background: linear-gradient(0deg, #482202 0%, #8e4b12 100%);
}

.gradient-background-2 {
	background: linear-gradient(0deg, rgb(1 1 1) 0%, rgb(65 64 64) 100%);
}

.gradient-background-3 {
	background: linear-gradient(0deg, rgb(126 85 4) 0%, rgb(190 148 11) 100%);
}

.gradient-background-4 {
	background: linear-gradient(0deg, rgb(25 81 132) 0%, rgb(50 138 222) 100%);
}

.gradient-background-5 {
	background: linear-gradient(0deg, rgb(27 33 34) 0%, rgb(91 103 106) 100%);
}

.gradient-background-6 {
	background: linear-gradient(0deg, rgb(11 42 40) 0%, rgb(29 75 72) 100%);
}

.donors-box-1:hover {
/*     background: #f7f7f7 !important; */
	background: #ededed !important;
}


.kannada-kootas-section {
	max-width: 800px !important;
}


.tablepress {
    --text-color: #111;
    --head-text-color: var(--text-color);
    --head-bg-color: #d9edf7;
    --odd-text-color: var(--text-color);
    --odd-bg-color: #fff;
    --even-text-color: var(--text-color);
    --even-bg-color: #f9f9f9;
    --hover-text-color: var(--text-color);
    --hover-bg-color: #f3f3f3;
    --border-color: #ddd;
    --padding: 0.5rem;
    border: none;
    border-collapse: collapse;
    border-spacing: 0;
    clear: both;
    margin: 0 auto 1rem;
    table-layout: auto;
    width: 100%;
}

.tablepress {
	font-family: "Poppins", Sans-serif !important;
}

.tablepress .row-1 {
	background-color: #d9edf7;
}

.tablepress .row-1:hover {
	background-color: #d9edf7;
}

.tablepress .row-1 {
	border: none;
}

.tablepress th {
	text-align: left;
}

.tablepress th, .tablepress td {
	padding: 10px;
}

.tablepress tr {
	border-top: 1px solid #ddd;
}

.tablepress tr:hover {
	background-color: #f3f3f3;
}

.constitution-section h5 {
	font-size: 16px !important;
	margin-top: 10px;
	margin-bottom: 10px;
}

.constitution-section ul {
	margin-top: 15px;
    margin-left: 40px;
}


.flex-start-item {
	align-self: flex-start !important;
}

.akka-accordion-section .table_parent {
	overflow: auto;
}




















