﻿.toc-container {
    border: 1px solid #071952;
    border-radius: 5px;
    padding: 15px;
    background-color: #f8f9fa;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin-top: 20px;
    margin-bottom: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.toc-title {
    font-size: 1.5em;
    color: #071952;
    margin-bottom: 10px;
    text-align: center;
    border-bottom: 2px solid #071952;
    padding-bottom: 5px;
}

.toc-item {
    margin-bottom: 8px;
}

.toc-item a {
    text-decoration: none;
    color: #071952;
    transition: color 0.3s, padding-left 0.3s;
    display: block;
    padding-left: 5px;
}

.toc-item a:hover {
    color: #333333; 
    padding-left: 10px;
}

.toc-item a::before {
    content: "» ";
    color: #071952;
    font-weight: bold;
}

.toc-item a.active {
    color: #ffffff;
    background-color: #071952;
    border-radius: 5px;
    padding-left: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.podcast {
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    margin-top: 20px;
	margin-bottom: 20px;
}

.podcast h3 {
    font-size: 22px;
    color: #071952;
    margin-bottom: 20px;
    border-top: 2px solid;
    padding-top: 5px;
    border-radius: 10px;
}

.podcast .audio-container {
    max-width: 400px;
    margin: 0 auto;
    background-color: #f0f0f0;
    border-radius: 10px;
}

.podcast audio {
    width: 100%;
    height: 40px;
    border-radius: 5px;
    outline: none;
}

.podcast audio::-webkit-media-controls-panel {
    background-color: #071952;
    border-radius: 5px;
}

.podcast audio::-webkit-media-controls-play-button,
.podcast audio::-webkit-media-controls-timeline,
.podcast audio::-webkit-media-controls-current-time-display,
.podcast audio::-webkit-media-controls-time-remaining-display {
    filter: invert(1);
}

.podcast audio::-webkit-media-controls-volume-slider {
    accent-color: #071952;
}
.Video {
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.Video h3 {
    font-size: 22px;
    color: #071952;
    margin-bottom: 20px;
    border-top: 2px solid;
    padding-top: 5px;
    border-radius: 10px;
}
.quote {
    margin: 20px auto;
    padding: 20px;
    background-color: #f0f8ff;
    border-right: 5px solid #071952;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    position: relative;
    color: #333333;
}

.quote::before {
    content: "”";
    font-size: 4em;
    color: #071952;
    position: absolute;
    right: 10px;
    top: -10px;
    font-family: Georgia, 'Times New Roman', Times, serif;
}

.quote::after {
    content: "“";
    font-size: 4em;
    color: #071952;
    position: absolute;
    left: 10px;
    bottom: -46px;
    font-family: Georgia, 'Times New Roman', Times, serif;
}

.quote p {
    font-size: 1.2em;
    line-height: 1.6;
    margin: 0;
    padding-left: 50px;
    padding-right: 50px;
    text-align: center;
}

.quote .author {
    margin-top: 15px;
    text-align: right;
    font-size: 1em;
    color: #071952;
    font-weight: bold;
    padding-right: 50px;
}

.quote .author::before {
    content: "— ";
}
.btnclick {
    display: inline-block;
    padding: 15px 30px;
    font-size: 1.2em;
    color: #ffffff;
    background-color: #071952;
    border: none;
    border-radius: 50px;
    text-decoration: none;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    margin: 5px;
    min-width: 200px;
}

.btnclick:hover {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
    transform: translateY(-5px);
    text-decoration: none;
    color: white;
}

.btnclick:active {
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    transform: translateY(2px);
}
.red {
    background-color: #ff0000;
}
.green {
    background-color: #28a745;
}
.blue {
    background-color: #007bff;
}
.yellow {
    background-color: #ffc107;
}
.orange {
    background-color: #fd7e14;
}
.purple {
    background-color: #6f42c1;
}
.pink {
    background-color: #e83e8c;
}
.teal {
    background-color: #20c997;
}
.brown {
    background-color: #8b4513;
}
.gray {
    background-color: #6c757d;
}

.btnclick.red:hover {
    background-color: #cc0000;
}
.btnclick.green:hover {
    background-color: #218838;
}
.btnclick.blue:hover {
    background-color: #0056b3;
}
.btnclick.yellow:hover {
    background-color: #e0a800;
}
.btnclick.orange:hover {
    background-color: #e8590c;
}
.btnclick.purple:hover {
    background-color: #5a3791;
}
.btnclick.pink:hover {
    background-color: #c82362;
}
.btnclick.teal:hover {
    background-color: #17a589;
}
.btnclick.brown:hover {
    background-color: #6b2e0e;
}
.btnclick.gray:hover {
    background-color: #545b62;
}
.highlight {
    background: linear-gradient(120deg, #f6d365 0%, #fda085 100%);
    border-radius: 5px;
    padding: 0 5px;
    color: #333;
    font-weight: bold;
    display: inline-block;
}

.highlight-blue {
    background: linear-gradient(120deg, #89f7fe 0%, #66a6ff 100%);
    border-radius: 5px;
    padding: 0 5px;
    color: #333;
    font-weight: bold;
    display: inline-block;
}

.highlight-green {
    background: linear-gradient(120deg, #a8e063 0%, #56ab2f 100%);
    border-radius: 5px;
    padding: 0 5px;
    color: #333;
    font-weight: bold;
    display: inline-block;
}

.highlight-pink {
    background: linear-gradient(120deg, #ff9a9e 0%, #fad0c4 100%);
    border-radius: 5px;
    padding: 0 5px;
    color: #333;
    font-weight: bold;
    display: inline-block;
}
.cta-section {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 35px 20px;
    background: linear-gradient(135deg, #4e54c8, #8f94fb);
    overflow: hidden;
    color: #fff;
    text-align: center;
    margin: 5px;
    border-radius: 10px;
}
.cta-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    max-width: 1200px;
    width: 100%;
    z-index: 1;
}

.cta-text {
    flex: 1 1 600px;
    margin-bottom: 20px;
    padding: 0 20px;
}

.cta-text h4 {
    font-size: 27px;
    line-height: 2;
    margin: 0;
    position: relative;
    display: inline-block;
}

.cta-text .highlight {
    position: relative;
    color: #fff !important;
    cursor: pointer;
    background: none;
}

.cta-text .highlight::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, rgba(255,255,255,0), rgba(255,255,255,0.8), rgba(255,255,255,0));
    border-radius: 2px;
    animation: underline 2s infinite;
}

@keyframes underline {
    0% {
        transform: scaleX(0);
        opacity: 0;
    }
    50% {
        transform: scaleX(1);
        opacity: 1;
    }
    100% {
        transform: scaleX(0);
        opacity: 0;
    }
}

.cta-button-container {
    padding: 0 20px;
}

.cta-button {
    display: inline-block;
    padding: 15px 30px;
    font-size: 1.2em;
    color: #4e54c8;
    background-color: #fff;
    border: none;
    border-radius: 50px;
    text-decoration: none;
    transition: background-color 0.3s ease, transform 0.3s ease;
    font-weight: bold;
}

.cta-button:hover {
    background-color: #e0e0e0;
    transform: translateY(-5px);
	text-decoration: none;
	color: #4e54c8;
}

.shape {
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    opacity: 0.6;
    animation: float 10s infinite ease-in-out;
}

.shape:nth-child(1) {
    width: 200px;
    height: 200px;
    top: -50px;
    right: -50px;
    animation-delay: 0s;
}

.shape:nth-child(2) {
    width: 150px;
    height: 150px;
    bottom: -50px;
    left: -50px;
    animation-delay: 2s;
}

.shape:nth-child(3) {
    width: 100px;
    height: 100px;
    top: 50%;
    left: -50px;
    animation-delay: 4s;
}

@keyframes float {
    0% {
        transform: translateY(0) scale(1);
        opacity: 0.6;
    }
    50% {
        transform: translateY(-20px) scale(1.1);
        opacity: 0.8;
    }
    100% {
        transform: translateY(0) scale(1);
        opacity: 0.6;
    }
}

@media (max-width: 768px) {
    .toc-title {
        font-size: 1em;
    }
    .toc-item {
        font-size: 13px;
    }
    .toc-container {
        border: 1px solid #071952;
        border-radius: 5px;
        padding: 10px;
        background-color: #f8f9fa;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        margin-top: 4px;
        margin-bottom: 14px;
    }
    .toc-item a {
        text-decoration: none;
        color: #071952;
        transition: color 0.3s, padding-left 0.3s;
        display: block;
        padding-left: 5px;
        line-height: 1.9;
    }
    .cta-text h2 {
        font-size: 1.8em;
    }
    .cta-button {
        font-size: 1em;
        padding: 12px 25px;
    }
}

@media (max-width: 480px) {
    .cta-text h2 {
        font-size: 1.5em;
    }
    .cta-button {
        font-size: 0.9em;
        padding: 10px 20px;
    }
}
.cta-section-2 {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 20px;
    background: linear-gradient(135deg, #ff7e5f, #feb47b);
    overflow: hidden;
    color: #fff;
    text-align: center;
    margin: 5px;
    border-radius: 10px;
}
.cta-container-2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    max-width: 1000px;
    width: 100%;
    z-index: 1;
}

.cta-text-2 {
    flex: 1 1 600px;
    margin-bottom: 20px;
    padding: 0 20px;
}

.cta-text-2 h2 {
    font-size: 2.2em;
    line-height: 1.4;
    margin-bottom: 15px;
}

.cta-text-2 p {
    font-size: 27px;
    line-height: 1.6;
    margin-bottom: 30px;
}

.cta-button-container-2 {
    display: flex;
    justify-content: center;
    gap: 20px;
    padding: 0 20px;
}

.cta-button-2 {
    display: inline-block;
    padding: 15px 25px;
    font-size: 1.1em;
    font-weight: bold;
    color: #ff7e5f;
    background-color: #fff;
    border: none;
    border-radius: 50px;
    text-decoration: none;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.cta-button-2:hover {
    background-color: #ffe3d5;
    transform: translateY(-5px);
	text-decoration: none;
	color: #ff7e5f;
}

.shape-2 {
    position: absolute;
    width: 120px;
    height: 120px;
    border: 4px solid rgba(255, 255, 255, 0.4);
    border-radius: 15px;
    background: none;
    animation: moveShape 12s infinite ease-in-out;
}

.shape-2:nth-child(1) {
    top: 10%;
    left: 5%;
    animation-delay: 0s;
}

.shape-2:nth-child(2) {
    top: 80%;
    left: 10%;
    animation-delay: 2s;
}

.shape-2:nth-child(3) {
    top: 40%;
    right: 5%;
    animation-delay: 4s;
}

.shape-2:nth-child(4) {
    top: 20%;
    right: 10%;
    animation-delay: 6s;
}

.shape-2:nth-child(5) {
    bottom: 10%;
    left: 50%;
    animation-delay: 8s;
}

@keyframes moveShape {
    0% {
        transform: translate(0, 0) scale(1);
        opacity: 0.7;
    }
    50% {
        transform: translate(20px, -20px) scale(1.2);
        opacity: 1;
    }
    100% {
        transform: translate(0, 0) scale(1);
        opacity: 0.7;
    }
}

@media (max-width: 768px) {
    .cta-text-2 h2 {
        font-size: 1.8em;
    }
    .cta-button-2 {
        font-size: 1em;
        padding: 12px 20px;
    }
}

@media (max-width: 480px) {
    .cta-text-2 h2 {
        font-size: 1.5em;
    }
    .cta-button-2 {
        font-size: 0.9em;
        padding: 10px 18px;
    }
}
.suggestion-section {
    display: flex;
    align-items: center;
    padding: 15px;
    background-color: rgba(70, 130, 180, 0.1);
    border-right: 3px solid #071952;
    border-radius: 8px;
    margin: 20px 0;
    text-align: justify;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.suggestion-section h3 {
    font-size: 15px;
    margin: 0;
    margin-left: 10px;
    white-space: nowrap;
}

.suggestion-section a {
    font-size: 1.2em;
    color: #007bff;
    text-decoration: none;
    transition: color 0.3s ease;
    border-bottom: 2px solid transparent;
}

.suggestion-section a:hover {
    color: #0056b3;
    border-bottom: 2px solid #0056b3;
}
/* .blog-dsc ul {
    padding: 0;
    margin: 15px auto;
    background: #fffff5;
    padding: 10px;
    border-radius: 5px;
    border: dashed #deede1;
}

.blog-dsc ul li {
    position: relative;
    margin-bottom: 15px;
    list-style-type: none;
}
.blog-dsc ul li span {
	font-size: 16px !important;
}

.blog-dsc ul li::before {
    content: '';
    background-image: url(data:image/svg+xml;base64,PCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4KDTwhLS0gVXBsb2FkZWQgdG86IFNWRyBSZXBvLCB3d3cuc3ZncmVwby5jb20sIFRyYW5zZm9ybWVkIGJ5OiBTVkcgUmVwbyBNaXhlciBUb29scyAtLT4KPHN2ZyB3aWR0aD0iODBweCIgaGVpZ2h0PSI4MHB4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgc3Ryb2tlPSIjMmE4ZDc1Ij4KDTxnIGlkPSJTVkdSZXBvX2JnQ2FycmllciIgc3Ryb2tlLXdpZHRoPSIwIi8+Cg08ZyBpZD0iU1ZHUmVwb190cmFjZXJDYXJyaWVyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KDTxnIGlkPSJTVkdSZXBvX2ljb25DYXJyaWVyIj4gPHBhdGggZD0iTTQgMTRMOSAxOUwyMCA4TTYgOC44ODg4OUw5LjA3NjkyIDEyTDE2IDUiIHN0cm9rZT0iIzJhOGQ3NSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4gPC9nPgoNPC9zdmc+);
    width: 20px;
    height: 20px;
    background-size: contain;
    display: inline-block;
    background-repeat: no-repeat;
    position: relative;
    top: 4px;
    margin-left: 5px;
}
 */
.contact-section {
    background: linear-gradient(135deg, #071952, #5a9bd3);
    color: white;
    padding: 30px;
    text-align: center;
    border-radius: 10px;
	margin-top: 20px;
	margin-bottom: 20px;

}
.contact-section h3 {
    margin-bottom: 20px;
    font-size: 2em;
}

.contact-box {
    display: inline-flex;
    align-items: center;
    background-color: #fff;
    color: #071952;
    border-radius: 50px;
    padding: 10px 20px;
    margin-bottom: 20px;
    font-size: 1.5em;
    font-weight: bold;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    text-decoration: none;
    transition: 0.5s;
}
.contact-box:hover {
    padding-left: 60px;
    padding-right: 60px;
}

.contact-box img {
    margin-left: 10px;
    animation: ring 1.5s infinite;
    width: 24px;
    height: 24px;
	width: auto !important;
	box-shadow: none !important;
}

@keyframes ring {
    0% { transform: rotate(0); }
    10% { transform: rotate(15deg); }
    20% { transform: rotate(-10deg); }
    30% { transform: rotate(5deg); }
    40% { transform: rotate(-5deg); }
    50% { transform: rotate(0); }
}

.contact-section p {
    margin-bottom: 30px;
    font-size: 1.2em;
}

.social-buttons a {
    display: inline-flex;
    align-items: center;
    margin: 5px;
    padding: 10px 20px;
    border-radius: 50px;
    color: white;
    text-decoration: none;
    transition: background-color 0.3s;
    width: 100%;
}

.whatsapp {
    background-color: #25D366;
}

.telegram {
    background-color: #0088cc;
}



.whatsapp:hover {
    background-color: #1da951;
}

.telegram:hover {
    background-color: #0077b5;
}

.social-buttons img {
    margin-left: 8px;
    width: 20px;
    height: 20px;
	width: auto !important;
	box-shadow: none !important;
}