.akr-logo {
    flex-shrink: 0;
    height: 4rem;
    width: 4rem;
    /* border: 4px solid transparent; */
    background-origin: border-box;
    background-clip: content-box, border-box;
    background-size: cover;
    box-sizing: border-box;
    border-radius: 50%;
    background-image: url(https://www.ashwinirath.com/pub/img/media/2024/10/01/ashwinirath-image.jpg), linear-gradient(to bottom left, rgba(255,255,255,0.5), rgba(255,255,255,0.5));
}

.btn-white {
    padding: .75rem 1.25rem;
}

.navbar-logo{
    height: 1rem;
    width: auto;
    margin: .25rem 0px;
}

/* scrollbar */
*::-webkit-scrollbar {
    width: .65rem;
}
 
*::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0.063rem var(--bs-primary);
}
 
*::-webkit-scrollbar-thumb {
  background-color: var(--bs-secondary);
}


.about-profile-heading:after {
    background: var(--bs-primary);
    content: "";
    height: 2px;
    left: 50%;
    position: absolute;
    bottom: -10px;
    width: 70px;
    transform: translateX(-50%)
}

.serial-block {
    position: relative;
    min-width: 30px;
    min-height: 30px;
    max-width: 30px;
    max-height: 30px;
    background: var(--bs-light);
    margin-right: .5rem;
    display: inline-block;
    border-radius: 50%;
}

.serial-block-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 10px;
    background: transparent;
    color: var(--bs-primary)!important
}

.home-search-box {
    position: relative;
    background: var(--bs-secondary);
    border: 2px solid #ffffff;
    border-radius: 5px;
}

/* form label{
    color: #343a40 !important;
    font-weight: 700 !important;
} */

.country-select {
    width: 100% !important;
}

.country-select .selected-flag {
    background: var(--bs-white) !important;
    border-right: none;
}

.apex-lh-lg{
    line-height:2rem;
}

.list-group-item:hover {
    background-color: var(--bs-white);
}

.tab-menu .nav-link{
    font-weight: normal !important;
}

/* Individual News */
.border-short {
    position: relative;
}

.border-short:after {
	content: "";
	position: absolute;
	bottom: 0;
	padding: 1.5rem;
	right: 0;
	display: block;
	width: 30%;
	height: 15%;
	padding-top: 20px;
	border-bottom: 3px solid var(--bs-primary);
	border-right: 3px solid var(--bs-primary)
}

.border-short:before {
	content: "";
	position: absolute;
	top: 0;
	padding: 1.5rem;
	left: 0;
	display: block;
	width: 30%;
	height: 15%;
	padding-top: 20px;
	border-top: 3px solid var(--bs-primary);
	border-left: 3px solid var(--bs-primary)
}

#post-content blockquote {
    display: block;
    border-width: 2px 0;
    border-style: none;
    border-color: #eee;
    padding: 2em 1.5em 3rem;
    margin: 1.5em 0;
    position: relative;
    background: rgba(0,0,0,.9);
    color: #fff!important;
    opacity: .9
}

#post-content blockquote:before {
    content: "\201C";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%,-50%);
    height: 0;
    margin-top: 1.5rem;
    font: 8rem/1em "PT Sans",sans-serif;
    text-align: center;
    color: #fee93a;
    font-size: 70px
}

#post-content blockquote p {
    margin-top: 2rem;
    color: #fff!important
}

.contact-image {
    height: 100px !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.newsletter-icon {
    width: 2rem;
    margin-right: 1.5rem;
}

.space-topics {
    height: 220px;
    background-size: cover;
    background-position: center
}

@media (max-width: 1200px) {
    .space-topics {
        height: 180px
    }
}

@media (max-width: 768px) {
    .space-topics {
        height: 150px
    }

    .carousel-indicators {
        margin-bottom: -3rem;
    }
}

@media (max-width: 576px) {
    .space-topics {
        height:220px
    }
}

@media (max-width: 400px) {
    .space-topics {
        height: 180px
    }
}

.contact-heading{
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 600;
}

.social-icon {
    background-color: var(--bs-light);
    padding: .5rem .75rem;
    border-radius: 50%;
}

.apex-heading {
    letter-spacing: 0.15rem;
    padding-left: .15rem;
    font-size: 1.1rem;
    line-height: 1.7rem;
    font-weight: 600;
    text-transform: uppercase;
}

.chosen-container {
    width: 50% !important;
}

.chosen-container-single .chosen-single {
    font-size: 1rem!important;
    line-height: 3rem!important;
    background: #fff !important;
    border-radius: 0!important;
    box-shadow: none!important;
    min-height: calc(2.9rem + 0.1rem)!important;
    border: 0.063rem solid var(--bs-border-color)!important;
}

.chosen-container-single .chosen-default {
    color: var(--bs-black)!important;
}

.hvr-underline-primary,.navbar .hvr-underline-primary {
    /* display: inline-block; */
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    overflow: hidden;
    top: -2px
}

.hvr-underline-primary:before,.navbar .hvr-underline-primary:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 100%;
    bottom: -4px;
    background: var(--bs-primary);
    height: 2px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.hvr-underline-primary:active:before,.hvr-underline-primary:focus:before,.hvr-underline-primary:hover:before {
    right: 0
}

.scrollable-wrapper-paddles .left-paddle .btn,.scrollable-wrapper-paddles .right-paddle .btn {
    border:0.063rem solid var(--bs-primary) !important;
    background: var(--bs-white);
    color: var(--bs-primary);
}

.scrollable-wrapper-paddles .left-paddle .btn:hover, 
.scrollable-wrapper-paddles .left-paddle .btn:focus, 
.scrollable-wrapper-paddles .left-paddle .btn:active,
.scrollable-wrapper-paddles .right-paddle .btn:hover, 
.scrollable-wrapper-paddles .right-paddle .btn:focus, 
.scrollable-wrapper-paddles .right-paddle .btn:active {
    background-color: var(--bs-primary-hover) !important;
    color: var(--bs-white) !important;
    border-color: var(--bs-primary-hover) !important;
}

.section-circle {
    background: #f1f4f8!important;
}

.section-circle.active {
    background: var(--bs-secondary)!important;
}

.section-circle.active .section-circle-content{
    color: var(--bs-white)!important;
}

.section-circle-content {
    color: var(--bs-primary) !important;
}

/* Photos*/
.photoSection {
    column-count: 2;
    column-gap: 10px;
}

@media screen and (min-width: 500px) {
    .photoSection {
        column-count: 3;
    }
}

@media screen and (min-width: 992px) {
    .photoSection {
        column-count: 4;
    }
}

.photoSection figure {
    margin: 0;
    display: grid;
    grid-template-rows: 1fr auto;
    margin-bottom: 10px;
    break-inside: avoid;
}

#apexNavPills a {
    width: 100% !important;
    border: 0.01rem solid var(--bs-secondary);
    font-size: var(--bs-font-size-base) !important;
    padding: .75rem 1.5rem;
}

#apexNavPills a:hover {
    border: 0.01rem solid var(--bs-secondary);
    /* background-color: var(--bs-secondary); */
    /* color: var(--bs-white) !important; */
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    /* transform: translateY(-1px); */
}

/* Photos Carousel*/
.photoSlider .carousel-indicators {
    position: static;
}
@media screen and (min-width: 992px) {
    .photoSlider .carousel {
      max-width: 100%;
      margin: 0 auto;
    }
}
  
.photoSlider .carousel-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.6);
    padding: 10px;
    color: #fff;
    pointer-events: none;
    top: auto !important;
    text-align: left !important;
}

.photoSlider .carousel-indicators button.thumbnail {
    width: 30px;
    height: 30px;
}

.photoSlider .carousel-indicators button.thumbnail.active {
    width:45px;
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99999;
}

.gallery-photo{ 
    width:100%;
    height:500px;
    background-size: cover; 
    background-position: center;
}

@media (max-width: 1200px) {
    .gallery-photo{ 
        height:350px;
    }
}
/* 
@media (max-width: 768px) {
    .gallery-photo{ 
        height:350px;
    }
} */

@media (max-width: 576px) {
    .gallery-photo{ 
        height:200px;
    }
}