/*
Theme Name: Kaustya Infotech
Theme URI: https://kaustya.com
Author: NoviGeeks
Author URI: https://web.novigeeks.com
Description: Premium enterprise WordPress theme for KAUSTYA INFOTECH PRIVATE LIMITED. Fully admin-editable, with a modern gradient design system, dark mode, and glassmorphic navigation. No page builder, no jQuery, no CSS framework.
Version: 3.53.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
License: Private
License URI: https://kaustya.com
Text Domain: kaustya
Tags: business, custom-colors, custom-logo, custom-menu, featured-images, translation-ready, threaded-comments, full-width-template, block-styles
*/

/*
 * The compiled theme styles live in assets/css/main.css and are enqueued
 * from inc/enqueue.php. This file exists for the WordPress theme header
 * and for a small set of WordPress-required core classes below.
 */

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #fff;
	clip: auto !important;
	clip-path: none;
	color: #0A0F1E;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 24px;
	line-height: normal;
	padding: 14px 24px;
	text-decoration: none;
	top: 24px;
	width: auto;
	z-index: 100000;
	border-radius: 9999px;
	box-shadow: 0 12px 32px rgba(10, 15, 30, .18);
}

.alignleft { float: left; margin-right: 1.5em; }
.alignright { float: right; margin-left: 1.5em; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.wp-caption { max-width: 100%; }
.wp-caption-text { font-size: .8125rem; color: #6B7A99; padding-top: 8px; }
.sticky .entry-title::after { content: " ★"; color: #F97316; }

.gallery-caption { font-size: .8125rem; }





/* ==========================================================================
   Vijaykumar Profile Accordion Styles
   ========================================================================== */

.profile-container {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    margin: 40px auto;
    align-items: flex-start;
}

.accordion-container {
    width: 100%;
}

.accordion-item {
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    margin-bottom: 15px;
    background-color: #ffffff;
    overflow: hidden;
}

.accordion-header {
    width: 100%;
    text-align: left;
    background: #f8fafc;
    padding: 18px 20px;
    border: none;
    font-weight: 600;
    font-size: 1.1rem;
    color: #1e293b;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background-color 0.3s ease;
}

.accordion-header:hover {
    background: #f1f5f9;
}

.accordion-header .icon {
    font-size: 1.5rem;
    font-weight: 400;
    transition: transform 0.3s ease;
}

.accordion-content {
    max-height: 0;
    padding: 0 20px;
    opacity: 0;
    transition: max-height 0.4s ease, padding 0.4s ease, opacity 0.4s ease;
}

/* Active State Styles */
.accordion-item.active .accordion-content {
    max-height: 2000px; /* Arbitrary large height to allow full expansion */
    padding: 20px;
    opacity: 1;
}

.accordion-item.active .accordion-header .icon {
    transform: rotate(45deg); /* Rotates the + icon into an x */
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
    .profile-container {
        flex-direction: column;
    }
}
/* ============================== GOC POSTER ============================== */
.rb-goc-poster {
    background: #0a0a0a;
    padding: 0;
}

.rb-goc-poster__inner {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    max-width: 900px;
}

.rb-goc-poster__img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 900px;
    margin: 0 auto;
}

@media (max-width: 600px) {
    .rb-goc-poster__inner {
        padding: 0;
    }
}
