/********** Template CSS **********/
:root {
    --bs-tertiary: #636363;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

.fw-bold {
    font-weight: 800 !important;
}

.fw-medium {
    font-weight: 600 !important;
}

.fw-normal {
    font-weight: 400 !important;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}


/*** Nav Bar ***/
.navbar {
    box-shadow: 0 0 30px rgba(0, 0, 0, .2);
}

.navbar .navbar-nav .nav-link {
    margin: 0 12px;
    padding: 0;
    outline: none;
    font-size: 17px;
    color: var(--bs-light);
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: #FFFC00;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 7 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar .dropdown-menu .dropdown-item:hover,
.navbar .dropdown-menu .dropdown-item.active {
    color: var(--bs-white);
    background: var(--bs-primary);
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link  {
        margin-left: 0;
        padding: 10px 0;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}

/*** Header ***/
.carousel-control-prev,
.carousel-control-next {
    width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}


/*** Section Title ***/
.section-title {
    position: relative;
    padding-left: 20px;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.section-title::before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    border-radius: 6px;
    background: var(--bs-dark);
}

.section-title.text-primary::before {
    background: var(--bs-primary);
}


/*** Service ***/
.service-item {
    position: relative;
    box-shadow: 0 0 30px rgba(0, 0, 0, .06);
    transition: .5s;
}

.service-item:hover {
    box-shadow: 0 0 30px rgba(0, 0, 0, .2);
}

.service-item a {
    position: relative;
    display: inline-block;
    font-weight: 600;
    transition: .5s;
}

.service-item a::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    left: 0;
    bottom: 0px;
    border-bottom: 2px solid var(--bs-primary);
    transition: .5s;
}

.service-item a:hover {
    color: var(--bs-secondary);
}

.service-item a:hover::after {
    border-color: var(--bs-secondary);
}


/*** Footer ***/
.footer {
    color: rgba(255, 255, 255, .5);
    background: var(--bs-dark);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: rgba(255, 255, 255, .5);
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--bs-primary);
    letter-spacing: 1px;
    box-shadow: none;
}


/*** Copyright ***/
.copyright {
    color: rgba(255, 255, 255, .5);
    background: var(--bs-dark);
    border-top: 2px solid rgba(255, 255, 255, .1);
}

/* ------------ JDK Style --------------- */
#imgcover img{object-fit:cover !important;width:100%;height:100%;}
#imgcover:hover{cursor:zoom-in !important;}

#imgPopup{
	display:none; position:fixed; top:0; left:0; width:100%; height:100%; background:#000000cc; text-align:center; z-index:9999;
}
#closePopup{
	position:absolute; top:20px; right:30px; font-size:30px; color:#fff; cursor:pointer;
}
#popupImg
{
	margin-top:60px; max-width:90%; max-height:80%; border-radius:10px;
}

@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

.font-karur{
	font-family: "Playfair Display", serif !important;
	font-weight:bold;
}

.text-white{color:#fff;}
#imgfitwidth{max-width:100%;}

.captcha-box {
	margin-top:15px;
    display: inline-block;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 6px;
    padding: 12px 25px;
    color: #000;
    background: repeating-linear-gradient(
        45deg,
        #e0e0e0,
        #e0e0e0 10px,
        #cfcfcf 10px,
        #cfcfcf 20px
    );
    border-radius: 6px;
    border: 1px solid #aaa;
    text-decoration: none;
    user-select: none;
}

.whatsapp-float {
    position: fixed;
    bottom: 25px;
    left: 25px;
    z-index: 999;
    display: flex;
    align-items: center;
    text-decoration: none;
}

/* Image style */
.whatsapp-float img {
    border-radius: 50%;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    animation: pulse 1.8s infinite;
    transition: transform 0.3s ease;
}

/* Hover effect */
.whatsapp-float:hover img {
    transform: scale(1.1) rotate(5deg);
}

/* Pulse animation */
@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(0, 80, 40, 0.8);
    }
    70% {
        box-shadow: 0 0 0 20px rgba(0, 80, 40, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(0, 80, 40, 0);
    }
}

/* Tooltip */
.wa-tooltip {
    margin-right: 10px;
    background: #25D366;
    color: #fff;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 14px;
    opacity: 0;
    transform: translateX(20px);
    transition: 0.3s;
    white-space: nowrap;
}

/* Show tooltip on hover */
.whatsapp-float:hover .wa-tooltip {
    opacity: 1;
    transform: translateX(0);
}
.whatsapp-float {
    animation: bounceIn 1s ease;
}

@keyframes bounceIn {
    0% { transform: scale(0); }
    60% { transform: scale(1.2); }
    100% { transform: scale(1); }
}