@charset "utf-8";

/* CSS Document */

@font-face {
    font-family: 'Afacad-Regular';
    src: url(../fonts/Afacad/Afacad-Regular.ttf);
}

@font-face {
    font-family: 'Afacad-Semibold';
    src: url(../fonts/Afacad/Afacad-SemiBold.ttf);
}

@font-face {
    font-family: 'Afacad-Bold';
    src: url(../fonts/Afacad/Afacad-Bold.ttf);
}

@font-face {
    font-family: 'Afacad-Italic';
    src: url(../fonts/Afacad/Afacad-Italic.ttf);
}


@font-face {
    font-family: 'NotoSansTelugu';
    src: url(../fonts/Noto_Sans_Telugu/NotoSansTelugu-Regular.ttf);
}



.underlined a {
    text-decoration: underline;
}

ul,
ul li {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

a {
    text-decoration: none;
}

html {
    height: 100%;
    width: 100%;
    font-family: 'Afacad-Regular';
    overflow-x: hidden !important;
    scroll-behavior: smooth;
}

body {
    height: 100%;
    background-color: #fff;
    overflow-x: hidden !important;
    width: 100% !important;
    font-family: 'Afacad-Regular';
    scroll-behavior: smooth;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
img {
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

html {
    scroll-padding-top: 60px;
    /* Adjust based on header height */
}

div {
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

h1 {
    font-size: 50px;
}

h2 {
    font-size: 48px;
}

h3 {
    font-size: 35px;
}

h4 {
    font-size: 30px;
}

h5 {
    font-size: 22px;
}

p {
    font-size: 20px;
    color: #727272;
    line-height: 30px;
    font-family: 'Afacad-Regular';
}

.tl {
    font-family: 'NotoSansTelugu';
    font-weight: 500;
}

p.tl {
    font-size: 17px;
    font-weight: 400;
}

a.tl {
    font-size: 14px !important;
    padding-top: 5px;
    font-weight: 800;
}

h1.tl {
    font-size: 45px;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 1.4px;
}
h2.tl {
    font-size: 40px;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 1.4px;
}
h5.tl {
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 1px;
}
h4.tl {
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 1.4px;
}

/* Header styles */
.header {
    background-color: #CECAB1;
    padding: 20px 0px;
    position: fixed;
    top: 0;
    z-index: 9;
    width: 100%;
}

.menulist {
    display: flex;
    justify-content: flex-end;
}

.menulist>ul {
    display: flex;
    gap: 32px;
}

.menulist>ul>li {
    align-items: end;
}

.menulist>ul>li>a {
    color: #353535;
    font-size: 18px;
    display: block;
    font-family: 'Afacad-Semibold';
}

.menulist>ul>li:hover>a {
    color: #5A461C;
}

.dropdown {
    background-color: #5A461C;
    cursor: pointer;
    border-radius: 5px;
}

.dropdown>a {
    color: #fff !important;
    padding: 0px 5px 0px 10px !important;
}

.submenu {
    display: none;
    list-style: none;
    z-index: 9;
    padding: 0;
    margin: 0;
    border-radius: 5px;
    position: absolute;
    width: 100%;
    background-color: #fff;
    border: 1px solid #ccc;
}

.submenu li a {
    color: #353535;
    font-size: 18px;
    display: block;
    font-family: 'Afacad-Semibold';
    padding: 5px 15px;
}

.mobNav {
    z-index: 200;
    width: 100%;
    text-align: right;
    display: none;
}

.respbar {
    color: #f40005;
    cursor: pointer;
}

.respbar img {
    width: 30px;
}

.repon_menu {
    position: fixed;
    z-index: 100;
    top: 0 !important;
    bottom: 0 !important;
    height: 100% !important;
    right: 0;
    background: rgba(000, 000, 000, 0.8);
    backdrop-filter: blur(3px);
    padding: 10px;
    width: 250px;
    box-shadow: 0px 4px 6px rgba(000, 000, 000, 0.5);
    transition: all 0.5s ease;
    right: -200%;
    text-align: left !important;
    overflow: auto;
}

.repon_menu ul {
    margin: 0px !important;
    padding: 0px !important;
}

.repon_menu>ul>li img {
    width: 15px;
    position: relative;
    top: -1px;
    margin-left: 10px;
}

.repon_menu>ul>li {
    color: #fff !important;
    position: relative;
}

.repon_menu>ul>li>a {
    color: #fff !important;
    padding: 12px 15px;
    display: block;
    font-family: 'Afacad-Regular';
    font-size: 18px;
}


.repon_menu>ul>li>ul {
    margin-left: 20px !important;
}

.repon_menu>ul>li>ul li a {
    color: #fff !important;
    padding: 5px 15px;
    display: block;
    font-family: 'Afacad-Regular';
    font-size: 18px;
}

/* Hero Section Styles */
.Herosection {
    background-color: #CECAB1;
    position: relative;
    height: 100%;
    padding-top: 80px;
}

.Herosection .container {
    height: 100%;
    position: relative;
    display: table;
    width: 100%;
    padding-bottom: 50px;
}

.Herosection>div>div {
    display: table-cell;
    vertical-align: bottom;
}

.Herosection h1 {
    font-family: 'Afacad-Bold';
    color: #5A461C;
}

.Herosection h3 {
    color: #5A461C;
    font-family: 'Afacad-Bold';
}

.Herosection h5 {
    color: #1E1E1E;
    font-family: 'Afacad-Regular';
}

.heroimg {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 40%;
}

.heroimg img {
    width: 100%;
}

/* body section styles */

.section {
    padding: 30px 0px;
}

.section h4 {
    font-family: 'Afacad-Semibold';
    color: #5A461C;
    margin-bottom: 24px;
}

.section h2 {
    font-family: 'Afacad-Italic';
    color: #5A461C;
    margin-bottom: 35px;
    padding: 10px 0px 10px 30px;
    border-left: 2px solid #5A461C;
}

/* Gallery */

.grid-container {
    display: grid;
    grid-template-columns: auto auto auto;
    height: 450px;
    gap: 20px;
}

.grid-container>div {
    cursor: pointer;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

.grid-container02 {
    display: grid;
    grid-template-columns: auto auto auto;
    height: 250px;
    gap: 20px;
}
.grid-container02>div {
    cursor: pointer;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}



.item1 {
    grid-row: 1 / span 2;
    height: 100%;
}

.item4 {
    grid-row: 2 / span 2;
    height: 100%;
}

.item5 {
    grid-row: 1 / span 3;
    height: 100%;
}

.item6{grid-row: 1 / span 1;
    height: 100%;}

.popup-overlay {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
}

.popup-overlay.active {
    opacity: 1;
    visibility: visible;
}

.popup-content {
    background: white;
    padding: 10px;
    text-align: center;
    border-radius: 10px;
    width: auto;
    height: 80%;
    position: relative;
    transform: scale(0.8);
    transition: transform 0.4s ease-in-out;
}

.popup-overlay.active .popup-content {
    transform: scale(1);
}

.popup-content img {
    height: 100%;
    width: 100%;
    border-radius: 10px;
}

.close-btn {
    z-index: 10;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    font-size: 20px;
    background: #ff4d4d;
    color: white;
    border: none;
    padding: 5px 10px;
    border-radius: 5px;
}

/* Book */
.abtbook {
    position: relative;
}

.buyit {
    position: absolute;
    right: 0;
}

.buyit #arrow {
    left: -100px;
    position: absolute;
    z-index: 1;
}

#amazonimg {
    position: relative;
    z-index: 2;
}

.buyit img {
    width: 160px;
}

.btnclm {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1 0 0;
}

.btnclm a {
    border-radius: 8px;
    color: #344054;
    display: flex;
    display: block;
    padding: 10px 16px;
    align-items: center;
    gap: 8px;
    border: 1px solid var(--Gray-300, #D0D5DD);
    background: var(--Base-White, #FFF);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    /* Shadow/xs */
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}

.cprts p {
    color: #667085;
    text-align: center;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}


/* Container styles */
.reflection-card {
    background-color: #ffeeda;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
    padding: 24px;
    border-bottom: 2px solid #faab34;
    margin-bottom: 20px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.reflection-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
}

/* Quote text */
.quote {
    font-size: 24px;
    font-weight: 600;
    color: #5A461C;
    margin-bottom: 10px;
}

/* Description text */
.description {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
    font-size: 18px;
    color: #727272;
}

/* Reflection link */
.reflection-link {
    display: inline-block;
    color: #3366ff;
    background-color: #e8f0ff;
    padding: 6px 12px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 500;
    font-size: 0.9rem;
    transition: background-color 0.2s ease;
}

.reflection-link:hover {
    background-color: #d6e4ff;
}


.copybook h5 {
    font-size: 22px;
    font-family: 'Afacad-Semibold';
}

.copybook p {
    font-size: 18px;
    color: #727272;
}

.copybook a {
    color: #727272;
}

.reflection-card h5.tl{ font-size: 20px;}