/* Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Inria+Serif:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Dancing+Script:wght@400..700&display=swap');
@import url('bootstrap.min.css');
@import url('fontawesome.min.css');
@import url('brands.min.css');
@import url('solid.min.css');
@import url('swiper-bundle.min.css');

@property --progress {
    syntax: '<integer>';
    inherits: true;
    initial-value: 0;
}

@keyframes load {
    to {
        --progress: var(--value)
    }
}

@keyframes background_animation {
    from {
        background-size: 100%;
    }

    to {
        background-size: 110%;
    }
}

@keyframes ripple {
    from {
        opacity: 0.7;
        transform: scale3d(1, 1, 1);
        transform-origin: center;
        border-width: 1px;
    }

    to {
        opacity: 0;
        transform: scale3d(1.5, 1.5, 1.5);
        transform-origin: center;
        border-width: 10px;
    }
}


:root {
    --dark-bg: #202020;
    --secondary-dark: #252525;
    --dark-2: #353535;
    --accent-color: #67e0e1;
    --gray-color: #7a7a7a;
    --font-1: 'Inria Serif', serif;
    --font-2: 'Poppins', sans-serif;
    --font-3: 'Roboto', sans-serif;
    --font-4: "Dancing Script", cursive;
}

body {
    background-color: #ffffff;
    font-style: italic;
}

h1 {
    font-size: 100px;
}

.inertia-font {
    font-family: var(--font-3);
    font-style: italic;
}

.cursive-font {
    font-family: var(--font-3);
    font-style: italic;
}

h2 {
    font-size: 68px;
}
.text-purple {
    color: #5a388c
}
h3 {
    font-size: 48px
}

h4 {
    font-size: 32px;
}

h5 {
    font-size: 24px;
}

h6 {
    font-size: 18px;
}

ul {
    list-style: none;
}

img {
    object-fit: cover;
}

section {
    background-size: cover;
    background-position: center;
}

.table, .table td  {
    background-color: transparent;
    /*color: white;*/
}
.book-container img {
    max-height: 450px;
    border-radius: 6px;
    box-shadow: 5px 6px 6px 1px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 5px 6px 6px 1px rgba(0, 0, 0, 0.25);
}
.table td.accent-color {
    color: var(--accent-color);
}

button,
a[type="button"] {
    padding-inline: 1rem;
    padding-block: 0.5rem;
    text-decoration: none;
    transition: all 0.5s;
}

.button {
    padding-inline: 1rem;
    padding-block: 0.5rem;
    text-decoration: none;
    transition: all 0.5s
}

.button-outline,
.button-outline:hover {
    border-width: 1px;
    border-color: currentColor;
    border-style: solid;
}

.button:hover {
    color: white;
}

.hover-transform:hover {
    transform: translateY(-10px);
}

a:hover {
    color: var(--accent-color);
}

button:hover,
a[type="button"]:hover {
    color: white;
}

a {
    text-decoration: none;
}

.font-1 {
    font-family: var(--font-1);
}

.font-2 {
    font-family: var(--font-2);
}

.ls-2 {
    letter-spacing: 2px;
}

.fs-7 {
    font-size: 0.8rem !important;
}

.mask-image-no-1 {
    -webkit-mask-image: url(../image/1.png);
    mask-image: url(../image/1.png);
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}

.mask-image-no-2 {
    -webkit-mask-image: url(../image/2.png);
    mask-image: url(../image/2.png);
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}

.mask-image-no-3 {
    -webkit-mask-image: url(../image/3.png);
    mask-image: url(../image/3.png);
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}

.mask-image-no-4 {
    -webkit-mask-image: url(../image/4.png);
    mask-image: url(../image/4.png);
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}

.mask-image-no-404 {
    -webkit-mask-image: url(../image/404.png);
    mask-image: url(../image/404.png);
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}


.btn-outline {
    background-color: transparent;
    border: solid 1px #000 !important;
}

.form input,
.form textarea,
.form select {
    background-color: transparent;
    border-radius: 5px;
    border-top: none;
    border-bottom: solid 1px white;
    border-left: solid 1px white;
    border-right: none;
    border-radius: 0;
}

.form input:focus,
.form textarea:focus,
.form select:focus {
    box-shadow: none;
    background-color: transparent;
}

.form input::placeholder,
.form textarea::placeholder {
    color: #ffffff88;
}

.form .form-check-input:checked {
    background-color: transparent;
}

.form .form-check-input,
.form .form-check-input:focus {
    border: solid 1px var(--accent-color);
}

.form-check-input:checked[type=radio] {
    --bs-form-check-bg-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="white" class="bi bi-check-lg" viewBox="0 0 16 16"><path d="M12.736 3.97a.733.733 0 0 1 1.047 0c.286.289.29.756.01 1.05L7.88 12.01a.733.733 0 0 1-1.065.02L3.217 8.384a.757.757 0 0 1 0-1.06.733.733 0 0 1 1.047 0l3.052 3.093 5.4-6.425a.247.247 0 0 1 .02-.022Z"/></svg>');
}

.form .submit_form {
    padding-inline: 2rem;
    padding-block: 0.7rem;
    text-decoration: none;
    transition: all 0.5s;
    background-color: var(--accent-color-1);
    border-radius: 5px;
}

.submit_form-subscribe {
    padding-inline: 2rem;
    padding-block: 0.7rem;
    text-decoration: none;
    transition: all 0.5s;
    color: white;
    background-color: var(--accent-color-1);
    border-radius: 5px;
}

.submit_form-subscribe:hover {
    background-color: var(--dark-bg);
    color: white;
    filter: none;
}
.form .form-white  {
    background-color: white;
    color: black;
}

.form .form-white::placeholder {
    color : var(--gray-color);
}

.form .form-white:focus {
    background-color: white;    
}

.maps {
    width: 100%;
    height: 380px;
    transition: filter 0.5s;
    filter: brightness(100%) contrast(100%) saturate(0%) blur(0px) hue-rotate(0deg);
}

.maps:hover {
    filter: none;
}

#header {
    transition: all 0.5s ease;
    background: #000;
}

.nav-link {
    border-bottom: 2px solid transparent;
    font-size: 1.25rem;
    font-weight: 700;
    color: white;
    font-family: var(--font-1);
    padding-block: 1.2rem;
}

.nav-link:hover {
    color: var(--accent-color);
}

.nav-link.active {
    color: #ffd04c !important;
}

.nav-link:focus {
    color: white !important;
}

.navbar-toggler {
    border: none;
    color: var(--accent-color);
}

.navbar-toggler:focus {
    box-shadow: none;
    background-color: transparent;
    color: var(--accent-color);
}

.dropdown-menu {
    background-color: var(--secondary-dark);
    border-radius: 0;
    border: none;
    padding: 0;
    padding-block: 0.5rem;
    box-shadow: 1px 1px 23px 1px rgba(0, 0, 0, 0.17);
    -webkit-box-shadow: 1px 1px 23px 1px rgba(0, 0, 0, 0.17);
    -moz-box-shadow: 1px 1px 23px 1px rgba(0, 0, 0, 0.17);
}

.dropdown-item {
    padding-block: 0.5rem;
    color: white;
    font-family: var(--font-1);
    font-size: 1rem;
    font-weight: 700;
    padding-inline: 2rem;
}

.dropdown-item.active {
    color: var(--accent-color);
    background-color: transparent;
}

.dropdown-item:hover {
    background-color: transparent;
    color: var(--accent-color);
}

.dropdown-item:focus {
    color: var(--accent-color);
}

.section {
    padding: 6em 2em 6em 2em;
    overflow: hidden;
}

.r-container {
    max-width: 1280px;
    margin-right: auto;
    margin-left: auto;
}

.bg-dark-color {
    background-color: var(--dark-bg);
}

.bg-dark-2 {
    background-color: var(--dark-2);
}

.bg-secondary-dark {
    background-color: var(--secondary-dark);
}

.bg-accent-color {
    background-color: var(--accent-color);
}

.accent-color {
    color: #ffd04c;
}


.border-accent-color {
    border-color: var(--accent-color) !important;
}

.text-gray {
    color: #fff !important;
    background: #000;
}

.bg-accent-color-hover:hover {
    background-color: var(--accent-color);
    color: white;
}

.bg-dark-transparent {
    background-color: #232323b7;
}

.btn-dark {
    background-color: var(--dark-bg);
    color: white;
    border: none;
}

.btn-dark:hover {
    background-color: var(--accent-color-1);
    color: white;
    border: none;
}

.image-overlay {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    /* background-color: var(--dark-bg); */
    opacity: 0.9;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.bg-overlay {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-color: transparent;
    background-image: linear-gradient(90deg, var(--dark-bg) 0%, #151515BF 100%);
    opacity: 1;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.bg-overlay-1 {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-image: url("../image/dummy-img-1920x900.jpg");
    background-position: center center;
    background-size: cover;
    filter: brightness(41%) contrast(91%) saturate(0%) blur(0px) hue-rotate(0deg);
}

.texture-overlay {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-image: url("../image/liquifer.html");
    background-position: center center;
    background-size: cover;
    opacity: 0.05;
}

.logo-container {
    max-width: 240px;
}

.divider {
    display: flex;
    align-items: center;
}

.divider::after {
    display: block;
    content: "";
    border-bottom: 0;
    flex-grow: 1;
    border-top: 1px solid var(--gray-color);
    max-width: 170px;
    min-width: 170px;
}


.divider-element {
    letter-spacing: 2px;
    flex-shrink: 0;
    flex-grow: 1;
    margin: 0;
    margin-left: 1rem;
    font-weight: 400;
}

.image-infinite-bg {
    height: 90vh;
}

.animation-bg {
    animation: background_animation 10s forwards;
}

.r-progress {
    --value: 17;
    --progress-color: var(--accent-color);
    --secondary-progress-color: var(--accent-color-1);
    --animation-duration: 2000;
}

.r-progress-bar {
    position: relative;
    height: 15px;
    background-color: var(--secondary-progress-color);
    display: flex;
    border-radius: 3px;
    overflow: hidden;
}

.r-progress-bar .progress-value {
    height: 100%;
    width: calc(var(--progress) * 1%);
    background-color: var(--progress-color);
    position: relative;
    /* border-radius: 3px; */
    animation: load;
    animation-fill-mode: forwards;
    animation-duration: calc(var(--animation-duration) * 1ms);
    animation-timing-function: linear;
    animation-delay: 500ms;
    color: black;
}

.r-progress-bar.percentage-label::after {
    counter-reset: percentage var(--progress);
    content: counter(percentage) '%';
    display: block;
    position: absolute;
    left: calc((var(--progress) * 1%) - 3rem);
    animation: load;
    animation-fill-mode: forwards;
    animation-duration: calc(var(--animation-duration) * 1ms);
    animation-timing-function: linear;
    animation-delay: 500ms;
    color: white;
    font-size: 14px;
    line-height: 1.2;
    /* font-weight: 700; */
    font-family: var(--font-1);
}

.bg-attach-fixed {
    background-attachment: fixed;
}

.social-container {
    display: flex;
    flex-direction: row;
    gap: 1rem;
}

.social-item {
    border-radius: 50%;
    aspect-ratio: 1/1;
    font-size: 25px;
    width: 1.8rem;
    height: 1.8rem;
    transition: all 0.5s;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}

.social-item:hover {
    color: var(--accent-color) !important;
    transform: scale(1.1);
}

.share-button {
    background-color: var(--accent-color-1);
    aspect-ratio: 1/1;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
}

.share-button:hover {
    background-color: var(--accent-color);
}

.nav-tabs {
    border-bottom: none;
}

.nav-tabs .nav-link {
    background-color: transparent;
    color: var(--accent-color);
    border: none;
    position: relative;
}

.nav-tabs .nav-link:hover {
    border: none;
    color: white;
}

.nav-tabs .nav-link.active {
    background-color: transparent;
    border: none;
}

.nav-tabs .nav-link.active::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: var(--accent-color);
}

.breadcrumb .breadcrumb-item>a {
    color: var(--accent-color);
}

.breadcrumb .breadcrumb-item.active {
    color: var(--accent-color-1);
}

.breadcrumb-item+.breadcrumb-item::before {
    color: var(--accent-color-1);
}

.swiper-pagination {
    margin-block: 1rem;
}

.swiper-pagination .swiper-pagination-bullet-active {
    background-color: black;
}

.video-container {
    aspect-ratio: 16/9;
    background-size: cover;
    background-position: center;
    position: relative;
}

.video-iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.video-btn {
    border-radius: 50%;
    aspect-ratio: 1/1;
    width: 5rem;
    background-color: transparent;
    border: solid 2px var(--accent-color);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    font-size: 2rem;
}

.video-btn:hover {
    color: var(--accent-color);
}

.border-custom {
    border-width: 0px 1px 0px 0px;
    border-color: var(--accent-color);
    border-style: solid;
}

.icon-box {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 2.5rem;
    aspect-ratio: 1/1;
    width: 4rem;
    height: 4rem;
}

.request-loader {
    position: relative;
    height: 60px;
    width: 60px;
    border-radius: 50% !important;
    border: solid 2px var(--accent-color);
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--accent-color-1);
}

.request-loader:hover {
    border: solid 2px var(--accent-color);
    color: var(--accent-color);
}


.request-loader::after,
.request-loader::before {
    opacity: 0.2;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    color: var(--accent-color-1);
    border: 4px solid currentColor;
    border-radius: 50%;
    animation-name: ripple;
    animation-iteration-count: infinite;
    animation-timing-function: cubic-bezier(.65, 0, .34, 1);
    z-index: 0;
}

.request-loader::after {
    animation-delay: 0.5s;
    animation-duration: 3s;
}

.request-loader::before {
    animation-delay: 0.2s;
    animation-duration: 3s;
}

.ifr-video {
    aspect-ratio: 16/9;
    width: 100%;
}

.post-button {
    background-color: transparent;
    color: var(--accent-color) !important;
    border: none !important;
}

.post-button:hover {
    background-color: transparent !important;
    color: var(--accent-color) !important;
    transform: scale(1.15);
}

.card.with-border-bottom {
    border-bottom: 5px solid var(--accent-color) !important;
}

.list-group .list-group-item {
    border: none;
    border-radius: 5px;
}

.list-group .list-group-item.active {
    background-color: var(--accent-color);
}

.list-group .list-group-item.list-group-item-action:hover {
    background-color: var(--accent-color);
    color: white;
}

.accordion-button:not(.collapsed) {
    background-color: var(--accent-color);
    color: white;
}

.accordion-button:not(.collapsed):hover {

    color: white;
}

.accordion-item:first-of-type .accordion-button {
    border-radius: 0px;
}

.accordion-button {
    background-color: white;
    border-radius: 0px;
    color: black;
}

.accordion-button:hover {
    filter: none;
    color: black;
}

.accordion-button:focus {
    z-index: 3;
    outline: 0;
    box-shadow: none;
    border: solid 2px var(--accent-color-1);
}

.accordion-item {
    border: none;
    background-color: transparent;
    margin-bottom: 1rem;
}

.accordion-button::after {
    filter: invert(0);
}

.accordion-button:not(.collapsed)::after {
    filter: invert(1);
}

[data-bs-theme=dark] .accordion-button::after {
    --bs-accordion-btn-icon: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-chevron-down" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z"/></svg>');
    --bs-accordion-btn-active-icon: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-chevron-down" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z"/></svg>');
}

.outer-margin {
    margin-right: -7rem;
}

.list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
}

.list li {
    padding: 0;
}

.card .link {
    color: var(--accent-color);
}

.card .link:hover {
    color: white;
}

.link {
    color: #000;
}

.link:hover {
    color: white;
}

.link.accent-color{
    color: var(--accent-color);
    transition: color 0.5s;
}

.link.accent-color:hover {
    color: var(--dark-bg);
}

.team-container {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.team-image {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.team-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    background-color: transparent;
    background-image: linear-gradient(180deg, #02010100 0%, var(--accent-color) 100%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
    transform: translateY(-20px);
    padding-bottom: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: end;
}

.team-image:hover .team-overlay {
    top: 0%;
    opacity: 1;
    transform: translateY(0px);
    visibility: visible;
}

.team-container .social-item {
    width: 2.2rem;
    height: 2.2rem;
}

.team-container .social-item:hover {
    background-color: var(--accent-color);
    transform: none;
}

.link-social {
    color: white;
    font-size: 1.25rem;
    font-weight: bold;
    display: flex;
    justify-content: center;
    position: relative;
}

.link-social:hover {
    color: white;
}

.link-social:hover::after {
    content: '';
    width: 40px;
    height: 2px;
    bottom: 0;
    margin-bottom: -5px;
    position: absolute;
    background-color: var(--accent-color);
}

.glass-effect {
    background: #202020b3;
    backdrop-filter: blur(11px);
    -webkit-backdrop-filter: blur(11px);
}

.fs-very-large {
    font-size: 140px;
}

.border-bottom-hover:hover {
    border-bottom: 2px solid var(--accent-color);
}

.banner-image {
    margin: 0px -70px 70px 70px;
    transform: scale(1.2);
}

.hover-scale {
    transition: transform 0.5s;
}

.hover-scale:hover {
    transform: scale(1.1);
}

@media only screen and (max-width:993px) {
    h1 {
        font-size: 48px;
    }

    h2 {
        font-size: 36px;
    }

    h3 {
        font-size: 24px;
    }

    h4 {
        font-size: 18px;
    }

    h5 {
        font-size: 14px;
    }

    /*h6 {*/
    /*    font-size: 12px;*/
    /*}*/

    .section {
        padding: 6em 2em 6em 2em;
    }

    .divider {
        width: 330px;
    }

    .fs-very-large {
        font-size: 3.125rem;
    }

    .image-absolute-1 {
        left: 45%;
        top: 35%;
    }

    .image-infinite-bg {
        background-size: cover !important;
    }

    #header {
        background: #202020b3;
        backdrop-filter: blur(11px);
        -webkit-backdrop-filter: blur(11px);
        background: #000000;
    }

    .border-custom {
        border-width: 0px 0px 1px 0px;
    }

    .outer-margin {
        margin-right: 0;
    }

    .nav-link {
        padding-block: 0.2rem;
        color: #000;
    }

    .banner-image {
        margin: 0;
        transform: none;
    }
}
.logo-container img{
    width: 90%;
}
    .circle-text {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 300px;
        height: 300px;
        background-color: rgba(255, 255, 255, 0.9);
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        color: #805b1e;
        font-size: 22px;
        font-weight: bold;
        padding: 20px;
    }
.author-container{
   padding: 50px;
}
.sect-2 {
    background-color: #5a388c;
    text-align: center;
    padding: 50px;
    color: #fff;
}
.sect-2 h5 {
   color: #ffffff;
   font-size: 30px;
   font-weight: 200;
   font-family: 'Poppins';
}
.sect-2 p {
   color: #ffffff;
   font-size: 18px;
   font-weight: 200;
   padding: 0 100px;
   font-family: 'Poppins';
}
    .circle-img {
      width: 250px;
      height: 250px;
      object-fit: cover;
      border-radius: 50%;
      margin-bottom: 20px;
    }
    .custom-btn {
      background-color: #5b3d91;
      color: #fff;
      border: none;
    }
    .custom-btn:hover {
      background-color: #005f67;
      color: #fff;
    }
    .sec-2 h5  {
        color: #110f0f;
        font-family: 'Poppins';
    }
    .sec-2 p  {
        color: #000000;
        font-family: 'Poppins';
    }
    .sec-2  {
       background-color: #fff;
    }
       .book-section {
      background: linear-gradient(to bottom, #ffd04c, #ffffff);
      padding: 80px 0;
    }
    .book-section h6 {
      color: #6c8ef5;
      font-weight: bold;
      letter-spacing: 1px;
    }
    .book-section h2 {
      font-weight: 700;
      font-size: 2.5rem;
      margin-bottom: 20px;
    }
    .book-section p {
      color: #444;
      font-size: 1rem;
      line-height: 1.7;
      margin-bottom: 30px;
    }
    .book-btn {
      border: 1px solid #000;
      padding: 12px 25px;
      margin: 8px;
      border-radius: 6px;
      font-weight: bold;
      transition: 0.3s;
      color: #000;
    }
    .book-btn.active {
      background: #fff;
      box-shadow: 0 4px 8px rgba(0,0,0,0.2);
      border: none;
    }
    /*.book-btn:hover {*/
    /*  background: #f5f5f5;*/
    /*}*/
    .book-img {
      max-width: 100%;
    }
     .blog-section {
      padding: 80px 0;
      text-align: center;
      background-color: #fff;
    }
    .blog-section h6 {
      background: #3a1c00;
      display: inline-block;
      padding: 5px 20px;
      border-radius: 5px;
      color: #fff;
      font-weight: bold;
      font-size: 14px;
      margin-bottom: 15px;
    }
    .blog-section h2 {
      font-weight: bold;
      font-size: 2.2rem;
      margin-bottom: 40px;
    }
    .blog-card {
      border: none;
      overflow: hidden;
      background: #614397;
      color: #fff;
      text-align: left;
      transition: 0.3s;
      height: 100%;
    }
    .blog-card img {
      width: 100%;
      height: 220px;
      object-fit: cover;
    }
    .blog-card .card-body {
      padding: 20px;
    }
    .blog-card h5 {
      font-weight: bold;
      font-size: 1rem;
      margin-bottom: 10px;
      text-transform: uppercase;
    }
    .blog-meta {
      font-size: 0.85rem;
      margin-bottom: 15px;
      color: #ddd;
    }
    .blog-meta i {
      margin-right: 5px;
      color: #fff;
    }
    .blog-card p {
      font-size: 0.9rem;
      margin-bottom: 20px;
      color: #f2f2f2;
    }
    .read-btn {
      background: #fff;
      color: #3a1c00;
      border: none;
      padding: 8px 20px;
      border-radius: 5px;
      font-weight: bold;
      text-decoration: none;
      transition: 0.3s;
    }
    .read-btn:hover {
      background: #ddd;
      color: #000;
    }
    .comments {
      font-size: 0.85rem;
      color: #ddd;
    }
     :root {
            --primary-color: #6c63ff;
            --secondary-color: #4d44db;
            --dark-color: #2a2a2a;
            --light-color: #f8f9fa;
            --accent-color: #ff6584;
        }
        
        body {
            font-family: 'Poppins', sans-serif;
        }
        
        .connect-section {
            background: linear-gradient(135deg, #634397 0%, #5a3a8d 100%);
            padding: 80px 0;
            text-align: center;
            position: relative;
            overflow: hidden;
        }
        
        .connect-section::before {
            content: '';
            position: absolute;
            top: -50px;
            right: -50px;
            width: 200px;
            height: 200px;
            background: #ffd04c;
            /* opacity: 0.1; */
            border-radius: 50%;
        }
        
        .connect-section::after {
            content: '';
            position: absolute;
            bottom: -30px;
            left: -30px;
            width: 150px;
            height: 150px;
            background: #ffd04c;
            /* opacity: 1; */
            border-radius: 50%;
        }
        
        .connect-heading {
            font-size: 2.5rem;
            font-weight: 700;
            margin-bottom: 1.5rem;
            color: #fff;
            position: relative;
            display: inline-block;
        }
        
        .connect-heading::after {
            content: '';
            position: absolute;
            bottom: -10px;
            left: 50%;
            transform: translateX(-50%);
            width: 80px;
            height: 4px;
            background: #ffd04c;
            border-radius: 2px;
        }
        
        .logo {
            font-size: 3rem;
            font-weight: 700;
            margin-bottom: 2.5rem;
            color: #ffffff;
            text-transform: uppercase;
            /* letter-spacing: 2px; */
            position: relative;
            display: inline-block;
        }
        
        .logo::first-letter {
            color: var(--accent-color);
        }
        
        .social-icons {
            display: flex;
            justify-content: center;
            gap: 25px;
            flex-wrap: wrap;
        }
        
        .social-icon {
            width: 55px;
            height: 55px;
            border-radius: 15px;
            background: white;
            color: var(--dark-color);
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
            position: relative;
            overflow: hidden;
            z-index: 1;
        }
        
        .social-icon::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(45deg, var(--primary-color), var(--secondary-color));
            z-index: -1;
            opacity: 0;
            transition: opacity 0.3s ease;
        }
        
        .social-icon:hover {
            transform: translateY(-8px) scale(1.05);
            color: white;
            box-shadow: 0 15px 30px rgba(108, 99, 255, 0.3);
        }
        
        .social-icon:hover::before {
            opacity: 1;
        }
        
        .social-icon i {
            font-size: 1.4rem;
            transition: transform 0.3s ease;
        }
        
        .social-icon:hover i {
            transform: scale(1.2);
        }
        
        /* Specific icon colors on hover */
        .social-icon:nth-child(1):hover { background: #3b5998; }
        .social-icon:nth-child(2):hover { background: #1da1f2; }
        .social-icon:nth-child(3):hover { background: #e1306c; }
        .social-icon:nth-child(4):hover { background: #0077b5; }
        .social-icon:nth-child(5):hover { background: #ff0000; }

         .why-choose {
      padding: 60px 0;
      text-align: center;
      background-color: #000;
    }
    .why-choose h2 {
      text-align: center;
      font-weight: bold;
      margin-bottom: 60px;
      color: #fff;
    }

    .choose-box {
      display: flex;
      align-items: center;
      margin-bottom: 40px;
    }

    /* Image */
    .choose-box img {
      width: 350px;
      height: 100%;
      object-fit: cover;
      box-shadow: 0 4px 12px rgba(0,0,0,0.5);
    }

    /* Text Box */
    .choose-text {
      border: 3px solid #ffd24d;
      padding: 60px 36px;
      font-weight: 700;
      font-size: 20px;
      margin-left: -30px; /* overlap */
      background: #614397;
      min-width: 300px;
      z-index: 1;
      color: #fff;
    }

    /* Alternate layout (image right, text left) */
    .choose-box.reverse {
      flex-direction: row-reverse;
    }
    .choose-box.reverse .choose-text {
      margin-left: 0;
      margin-right: -30px;
    }

    /* Responsive */
    @media(max-width: 425px) {
   .tj {
    margin-top: 98px !important;
}
    }
    /* Responsive */
    @media(max-width: 768px) {
      .choose-box,
      .choose-box.reverse {
        flex-direction: column !important;
        margin-bottom: 30px;
      }
      .choose-text {
        margin: 20px 0 0 0 !important;
      }
    }
    
    .testimonial-text {
      font-size: 1rem;
      color: #444;
    }

    .customer-name {
      color: #f3c233;
      font-weight: bold;
    }

    .section-title {
      font-weight: 800;
      font-size: 2rem;
    }

    .footer {
      /* background-color: #f8f9fa; */
      padding: 2rem 0;
      margin-top: 3rem;
    }

    .footer h5 {
      font-weight: 700;
      margin-bottom: 1rem;
    }

    .footer p, .footer a {
      color: #666;
      text-decoration: none;
    }

    .social-icons i {
      font-size: 1.5rem;
      /* margin-right: 1rem; */
      color: #5c3c8f;
    }

    .testimonial-img {
      width: 70px;
      height: 70px;
      object-fit: cover;
      border-radius: 50%;
    }

    .testimonial {
      text-align: center;
    }

    @media (min-width: 768px) {
      .testimonial {
        text-align: left;
      }
    }
    .testimonial-section{
        background-color: #fff;
    }
    .tj{
        margin-top: 25% !important;
    }

#contact-form input, #contact-form textarea {
    color: #fff;
}