/*=============================================================
    CSS INDEX
    =============================
    01. GENERAL STYLE (BODY, LINK COLOR,COMMON CLASSES, SECTION TITLE, PRELOADER, SCROLL TO TOP, BTN, SECTION PADDING etc)
    02. START BOOTSTRAP NAVIGATION OVERRIDES
    03. START HOME DESIGN
		--START SLICK SLIDER DESIGN
    04. START SKILL DESIGN
		---START COUNTER DESIGN
    05. START ABOUT DESIGN
		---START VIDEO DESIGN
		---START COUNTER DESIGN
		---START VIDEO DESIGN
	06. START COURSE DESIGN
	07. START CLIENT DESIGN 	
		---START WORKING PROCESS DESIGN
		---START PRICING DESIGN
		---START FAQ DESIGN
		---START TOP CATEGORIES DESIGN
		---START TEAM DESIGN
		---START HIRE DESIGN
	08.	START HOT DEAL DESIGN 
		---START EVENT DESIGN
	09. START BLOG DESIGN
		---START BREADCRUMB DESIGN
		---START BLOG DETAILS DESIGN
		---START BLOG COMMENT DESIGN
		---START PAGINATION DESIGN
		---START SIDEBAR DESIGN 
		---START EVENT DETAILS DESIGN
		---START TEAM DETAILS DESIGN
		---START COURSE DETAILS DESIGN
		---START ERROR DESIGN 
	10. START PARTNER DESIGN
	11. START CHOOSE DESIGN 
	12. START NEWSLETTER DESIGN
	13. START CONTACT DESIGN
		---START TOP CATEGORIES DESIGN
	13. START FOOTER DESIGN
		---START SLICK DESIGN
		---Login start
		---modal start
  =============================================================*/
/*----------------------------------------*/
/*  01. GENERAL STYLE
/*----------------------------------------*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

html.lenis {
    scroll-behavior: auto !important;
}

html.lenis,
html.lenis body {
    height: auto;
}

.lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain;
}

.lenis.lenis-stopped {
    overflow: clip;
}

a,
button,
p,
input,
select,
textarea,
li,
.transition-3 {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

/* LINK COLOR */
:root {
    /**
  @font family declaration
  */
    --atf-ff-body: "Manrope", sans-serif;
    --atf-ff-heading: "Urbanist", sans-serif;
    --atf-ff-fontawesome: "Font Awesome 7 free";
    /**
  @color declaration
  */
    --atf-thm-white: #ffffff;
    --atf-thm-black: #121214;
    /* --atf-thm-color: #6631c7; */
    --atf-thm-color: #892a7c;
    --atf-thm-base: #FF9924;
    --atf-grey-1: #f9f9f9;
    --atf-grey-2: #f5f5f5;
    --atf-grey-3: #f6f6f6;
    --atf-grey-4: #f7f7f7;
    --atf-grey-5: #F2EEFC;
    --atf-grey-6: #E4DCF9;
    --atf-grey-7: #D7CBF6;
    --atf-grey-8: #CABAF3;
    --atf-text-body: #77726e;
    --atf-border-1: #dddddd;
}

body {
    font-size: 16px;
    line-height: 1.9;
    font-weight: normal;
    color: var(--atf-text-body);
    font-family: var(--atf-ff-body);
    letter-spacing: -0.01em;
}

img {
    max-width: 100%;
}

a {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0px;
    font-weight: 700;
    line-height: 1.2;
    -webkit-transition: color 0.3s ease-out;
    -moz-transition: color 0.3s ease-out;
    -ms-transition: color 0.3s ease-out;
    -o-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out;
    color: var(--atf-thm-black);
    font-family: var(--atf-ff-heading);
}

h1 {
    font-size: 40px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.4;
}

h4 {
    font-size: 22px;
    font-weight: 600;
}

@media only screen and (max-width: 1200px) {
    h4 {
        font-size: 20px;
    }
}

h5 {
    font-size: 20px;
    font-weight: 600;
}

h6 {
    font-size: 16px;
    font-weight: 600;
}

ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

p {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 1.9;
    font-family: var(--atf-ff-body);
    color: var(--atf-text-body);
    letter-spacing: -0.03em;
}

dl,
ol,
ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none;
}

a:focus,
.button:focus {
    text-decoration: none;
    outline: none;
}

a:focus,
a:hover {
    color: inherit;
    text-decoration: none;
}

a,
button {
    color: inherit;
    outline: none;
    border: none;
    background: transparent;
}

button:hover {
    cursor: pointer;
}

button:focus {
    outline: 0;
}

.uppercase {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="password"],
input[type="url"],
textarea {
    outline: none;
    height: 56px;
    width: 100%;
    line-height: 56px;
    font-size: 16px;
    padding-left: 25px;
    padding-right: 25px;
    color: var(--atf-thm-black);
    border: 1px solid rgba(255, 255, 255, 0.1);
    background-color: var(--atf-thm-white);
}

input[type="text"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: var(--atf-text-body);
    font-size: 16px;
}

input[type="text"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: var(--atf-text-body);
    font-size: 16px;
}

input[type="text"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="number"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="url"]:-moz-placeholder,
textarea:-moz-placeholder {
    /* Firefox 4-18 */
    color: var(--atf-text-body);
    font-size: 16px;
}

input[type="text"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    /* IE 10+  Edge*/
    color: var(--atf-text-body);
    font-size: 16px;
}

input[type="text"]::placeholder,
input[type="email"]::placeholder,
input[type="tel"]::placeholder,
input[type="number"]::placeholder,
input[type="password"]::placeholder,
input[type="url"]::placeholder,
textarea::placeholder {
    /* MODERN BROWSER */
    color: var(--atf-text-body);
    font-size: 16px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="url"]:focus,
textarea:focus {
    border: 1px solid var(--atf-thm-white);
    font-size: 16px;
}

input[type="text"]:focus::placeholder,
input[type="email"]:focus::placeholder,
input[type="tel"]:focus::placeholder,
input[type="number"]:focus::placeholder,
input[type="password"]:focus::placeholder,
input[type="url"]:focus::placeholder,
textarea:focus::placeholder {
    opacity: 0;
}

textarea {
    line-height: 1.4;
    padding-top: 17px;
    padding-bottom: 17px;
}

input[type="color"] {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: none;
    border: 0;
    cursor: pointer;
    height: 100%;
    width: 100%;
    padding: 0;
    border-radius: 50%;
}

*::-moz-selection {
    background: var(--atf-thm-color);
    color: var(--atf-thm-white);
    text-shadow: none;
}

::-moz-selection {
    background: var(--atf-thm-color);
    color: var(--atf-thm-white);
    text-shadow: none;
}

::selection {
    background: var(--atf-thm-color);
    color: var(--atf-thm-white);
    text-shadow: none;
}

*::-moz-placeholder {
    color: var(--atf-thm-color);
    font-size: 14px;
    opacity: 1;
}

*::placeholder {
    color: var(--atf-thm-color);
    font-size: 14px;
    opacity: 1;
}

.z-index-1 {
    position: relative;
    z-index: 2;
}

/*---------------------------------
   COMMON CLASSES
---------------------------------*/
.w-img img {
    width: 100%;
}

.m-img img {
    max-width: 100%;
}

.fix {
    overflow: hidden;
}

.clear {
    clear: both;
}

.overflow-y-visible {
    overflow-x: hidden;
    overflow-y: visible;
}

.p-relative {
    position: relative;
}

.p-absolute {
    position: absolute;
}

.atf_attach_bg_1 {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 270px;
    overflow: hidden;
}

.black-bg {
    background-color: var(--atf-thm-black);
}

.gray-bg-1 {
    background-color: var(--atf-grey-1);
}

.gray-bg-2 {
    background-color: var(--atf-grey-2);
}

.gray-bg-3 {
    background-color: var(--atf-grey-3);
}

.gray-bg-4 {
    background-color: var(--atf-grey-4);
}

.gray-bg-5 {
    background-color: var(--atf-grey-5);
}

.gray-bg-6 {
    background-color: var(--atf-grey-6);
}

.gray-bg-7 {
    background-color: var(--atf-grey-7);
}

.gray-bg-8 {
    background-color: var(--atf-grey-8);
}

/* Custom Cursor */
.cursor_body {
    position: fixed;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 9999;
}

.cursor_body .cursor-in,
.cursor_body .cursor-out {
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    pointer-events: none;
    will-change: transform;
}

/* Inner dot */
.cursor_body .cursor-in {
    width: 10px;
    height: 10px;
    background-color: var(--atf-thm-color);
    transition: all 0.25s ease-out;
}

/* Outer ring */
.cursor_body .cursor-out {
    width: 40px;
    height: 40px;
    border: 1px solid var(--atf-thm-color);
    opacity: 0.5;
    transition: all 0.2s ease;
}

/*---------------------------------
 STAR PRELOADER
---------------------------------*/
.atf_book_preload {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: var(--atf-thm-white);
    z-index: 999999;
}

.loader {
    width: 140px;
    height: 100px;
    padding: 0.25em;
    border-radius: 0.25em;
    box-shadow: 0 0.25em 0.5em hsla(0, 0%, 0%, 0.3), 0 0 0 0.25em hsl(223, 90%, 55%) inset;
    transform: translate3d(0, 0, 0);
    transform-style: preserve-3d;
    perspective: 37.5em;
    position: relative;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0 auto;
}

.book__pg-shadow,
.book__pg {
    width: calc(50% - 0.25em);
    position: absolute;
    left: 0.25em;
}

.book__pg-shadow {
    background-image: linear-gradient(-45deg, hsla(0, 0%, 0%, 0) 50%, hsla(0, 0%, 0%, 0.3) 50%);
    height: 3.75em;
    filter: blur(0.25em);
    transform: scaleY(0);
    transform-origin: 100% 0%;
    top: calc(100% - 0.25em);
    animation-name: shadow;
}

.loader,
.book__pg-shadow,
.book__pg {
    animation: cover 7s ease-in-out infinite;
}

.book__pg {
    background-color: hsl(223, 10%, 100%);
    background-image: linear-gradient(90deg, hsla(223, 10%, 90%, 0) 87.5%, hsl(223, 10%, 90%));
    height: calc(100% - 0.5em);
    transform-origin: 100% 50%;
    animation-name: pg1;
}

.book__pg-2,
.book__pg-3,
.book__pg-4 {
    background-image: repeating-linear-gradient(hsl(223, 10%, 10%) 0 0.125em, hsla(223, 10%, 10%, 0) 0.125em 0.5em), linear-gradient(90deg, hsla(223, 10%, 90%, 0) 87.5%, hsl(223, 10%, 90%));
    background-repeat: no-repeat;
    background-position: center;
    background-size: 2.5em 4.125em, 100% 100%;
}

.book__pg-2 {
    animation-name: pg2;
}

.book__pg-3 {
    animation-name: pg3;
}

.book__pg-4 {
    animation-name: pg4;
}

.book__pg-5 {
    animation-name: pg5;
}

/* Animations */

@keyframes cover {

    from,
    5%,
    45%,
    55%,
    95%,
    to {
        background-color: hsl(223, 90%, 65%);
        animation-timing-function: ease-out;
    }

    10%,
    40%,
    60%,
    90% {
        background-color: hsl(223, 90%, 45%);
        animation-timing-function: ease-in;
    }
}

@keyframes shadow {

    from,
    10.01%,
    20.01%,
    30.01%,
    40.01% {
        transform: translate3d(0, 0, 1px) scaleY(0) rotateY(0);
        animation-timing-function: ease-in;
    }

    5%,
    15%,
    25%,
    35%,
    45%,
    55%,
    65%,
    75%,
    85%,
    95% {
        transform: translate3d(0, 0, 1px) scaleY(0.2) rotateY(90deg);
        animation-timing-function: ease-out;
    }

    10%,
    20%,
    30%,
    40%,
    50%,
    to {
        transform: translate3d(0, 0, 1px) scaleY(0) rotateY(180deg);
        animation-timing-function: ease-out;
    }

    50.01%,
    60.01%,
    70.01%,
    80.01%,
    90.01% {
        transform: translate3d(0, 0, 1px) scaleY(0) rotateY(180deg);
        animation-timing-function: ease-in;
    }

    60%,
    70%,
    80%,
    90%,
    to {
        transform: translate3d(0, 0, 1px) scaleY(0) rotateY(0);
        animation-timing-function: ease-out;
    }
}

@keyframes pg1 {

    from,
    to {
        background-color: hsl(223, 10%, 100%);
        transform: translate3d(0, 0, 1px) rotateY(0.4deg);
        animation-timing-function: ease-in-out;
    }

    10%,
    15% {
        background-color: hsl(223, 10%, 100%);
        transform: translate3d(0, 0, 1px) rotateY(180deg);
        animation-timing-function: ease-out;
    }

    20%,
    80% {
        background-color: hsl(223, 10%, 45%);
        transform: translate3d(0, 0, 1px) rotateY(180deg);
        animation-timing-function: ease-in;
    }

    85%,
    90% {
        background-color: hsl(223, 10%, 100%);
        transform: translate3d(0, 0, 1px) rotateY(180deg);
        animation-timing-function: ease-in-out;
    }
}

@keyframes pg2 {

    from,
    to {
        background-color: hsl(223, 10%, 45%);
        transform: translate3d(0, 0, 1px) rotateY(0.3deg);
        animation-timing-function: ease-in;
    }

    5%,
    10% {
        background-color: hsl(223, 10%, 100%);
        transform: translate3d(0, 0, 1px) rotateY(0.3deg);
        animation-timing-function: ease-in-out;
    }

    20%,
    25% {
        background-color: hsl(223, 10%, 100%);
        transform: translate3d(0, 0, 1px) rotateY(179.9deg);
        animation-timing-function: ease-out;
    }

    30%,
    70% {
        background-color: hsl(223, 10%, 45%);
        transform: translate3d(0, 0, 1px) rotateY(179.9deg);
        animation-timing-function: ease-in;
    }

    75%,
    80% {
        background-color: hsl(223, 10%, 100%);
        transform: translate3d(0, 0, 1px) rotateY(179.9deg);
        animation-timing-function: ease-in-out;
    }

    90%,
    95% {
        background-color: hsl(223, 10%, 100%);
        transform: translate3d(0, 0, 1px) rotateY(0.3deg);
        animation-timing-function: ease-out;
    }
}

@keyframes pg3 {

    from,
    10%,
    90%,
    to {
        background-color: hsl(223, 10%, 45%);
        transform: translate3d(0, 0, 1px) rotateY(0.2deg);
        animation-timing-function: ease-in;
    }

    15%,
    20% {
        background-color: hsl(223, 10%, 100%);
        transform: translate3d(0, 0, 1px) rotateY(0.2deg);
        animation-timing-function: ease-in-out;
    }

    30%,
    35% {
        background-color: hsl(223, 10%, 100%);
        transform: translate3d(0, 0, 1px) rotateY(179.8deg);
        animation-timing-function: ease-out;
    }

    40%,
    60% {
        background-color: hsl(223, 10%, 45%);
        transform: translate3d(0, 0, 1px) rotateY(179.8deg);
        animation-timing-function: ease-in;
    }

    65%,
    70% {
        background-color: hsl(223, 10%, 100%);
        transform: translate3d(0, 0, 1px) rotateY(179.8deg);
        animation-timing-function: ease-in-out;
    }

    80%,
    85% {
        background-color: hsl(223, 10%, 100%);
        transform: translate3d(0, 0, 1px) rotateY(0.2deg);
        animation-timing-function: ease-out;
    }
}

@keyframes pg4 {

    from,
    20%,
    80%,
    to {
        background-color: hsl(223, 10%, 45%);
        transform: translate3d(0, 0, 1px) rotateY(0.1deg);
        animation-timing-function: ease-in;
    }

    25%,
    30% {
        background-color: hsl(223, 10%, 100%);
        transform: translate3d(0, 0, 1px) rotateY(0.1deg);
        animation-timing-function: ease-in-out;
    }

    40%,
    45% {
        background-color: hsl(223, 10%, 100%);
        transform: translate3d(0, 0, 1px) rotateY(179.7deg);
        animation-timing-function: ease-out;
    }

    50% {
        background-color: hsl(223, 10%, 45%);
        transform: translate3d(0, 0, 1px) rotateY(179.7deg);
        animation-timing-function: ease-in;
    }

    55%,
    60% {
        background-color: hsl(223, 10%, 100%);
        transform: translate3d(0, 0, 1px) rotateY(179.7deg);
        animation-timing-function: ease-in-out;
    }

    70%,
    75% {
        background-color: hsl(223, 10%, 100%);
        transform: translate3d(0, 0, 1px) rotateY(0.1deg);
        animation-timing-function: ease-out;
    }
}

@keyframes pg5 {

    from,
    30%,
    70%,
    to {
        background-color: hsl(223, 10%, 45%);
        transform: translate3d(0, 0, 1px) rotateY(0);
        animation-timing-function: ease-in;
    }

    35%,
    40% {
        background-color: hsl(223, 10%, 100%);
        transform: translate3d(0, 0, 1px) rotateY(0deg);
        animation-timing-function: ease-in-out;
    }

    50% {
        background-color: hsl(223, 10%, 100%);
        transform: translate3d(0, 0, 1px) rotateY(179.6deg);
        animation-timing-function: ease-in-out;
    }

    60%,
    65% {
        background-color: hsl(223, 10%, 100%);
        transform: translate3d(0, 0, 1px) rotateY(0);
        animation-timing-function: ease-out;
    }
}

/*---------------------------------
 END PRELOADER
---------------------------------*/
/*---------------------------------
 START BTN
---------------------------------*/
.atf-themes-btn {
    color: var(--atf-thm-white);
    background: var(--atf-thm-color);
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    padding: 15px 40px;
    border-radius: 5px;
    border: 1px solid var(--atf-thm-color);
    position: relative;
    z-index: 1;
    transition: all 0.35s;
    display: inline-block;
}


/* .atf-themes-btn:before {
    content: "";
    background: var(--atf-thm-color);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transition: 0.3s all;
    z-index: -1;
    border-radius: 5px;
} */


@media only screen and (max-width: 767px) {
    .atf-themes-btn {
        margin-bottom: 30px;
    }
}

/* btn v2 */
.atf-themes-btn.v2 {
    color: var(--atf-thm-white);
    background-color: transparent !important;
    border: 1px solid var(--atf-thm-base);
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    padding: 15px 40px;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    transition: all 0.35s;
    display: inline-block;
}

.atf-themes-btn.v2:before {
    content: "";
    background-color: transparent !important;
    border: 1px solid var(--atf-thm-base);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transition: 0.3s all;
    z-index: -1;
    border-radius: 5px;
}

.atf-themes-btn:not(.v2):hover {
    transform: scale(1.05);
}

.atf-themes-btn.v2:hover {
    background-color: rgba(255, 153, 36, 0.2) !important;
}

.atf-themes-btn,
.atf-themes-btn *,
.atf-themes-btn:hover,
.atf-themes-btn:focus,
.atf-themes-btn.v2,
.atf-themes-btn.v2 *,
.atf-themes-btn.v2:hover,
.atf-themes-btn.v2:focus {
    color: #ffffff !important;
}

/*---------------------------------
 END BTN
---------------------------------*/
/*---------------------------------
 STAR SECTION TITLE
---------------------------------*/
.atf-section-title {
    margin-bottom: 50px;
}

.atf-section-title .sub-title {
    color: var(--atf-thm-white);
    text-transform: capitalize;
    background: var(--atf-thm-color);
    display: inline-flex;
    align-items: center;
    gap: 3px;
    border-radius: 50px;
    padding: 6px 20px;
    font-size: 15px;
    margin-bottom: 15px;
    font-weight: 600;
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.atf-section-title .sub-title .large-dot {
    width: 8px;
    height: 8px;
    background-color: var(--atf-thm-base);
    border-radius: 50%;
    display: inline-block;
    margin-right: 6px;
    margin-left: 2px;
}

.atf-section-title .sub-title .small-dot {
    width: 4px;
    height: 4px;
    background-color: var(--atf-thm-white);
    border-radius: 50%;
    display: inline-block;
    opacity: 0.8;
    margin-left: 6px;
    margin-right: 6px;
}

.atf-section-title .sub-title i {
    margin-right: 5px;
    font-size: 15px;
}

.atf-section-title .title {
    font-family: var(--atf-ff-heading);
    color: var(--atf-thm-black);
    font-weight: 700;
    font-size: 50px;
    letter-spacing: -2px;
}

.atf-section-title span {
    position: relative;
    color: var(--atf-thm-base);
}

.atf-section-title span svg {
    position: absolute;
    bottom: -6px;
    left: 0;
}

/* Responsive tweaks */
@media (max-width: 991px) {
    .atf-section-title .title {
        font-size: 38px;
        letter-spacing: -1px;
    }

    .pt-100.pb-75,
    .atf-section-padding {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .atf-section-title br {
        display: none;
    }
}

@media (max-width: 576px) {
    .atf-section-title .title {
        font-size: 28px;
        line-height: 1.3;
        letter-spacing: 0;
    }

    .pt-100.pb-75,
    .atf-section-padding {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

.atf-section-padding {
    padding-top: 100px;
    padding-bottom: 100px;
}

.atf-team-area.atf-section-padding {
    background: var(--atf-grey-6);
}

.atf-blog-area.atf-section-padding {
    background: var(--atf-grey-6);
}

.blogpost-area.atf-section-padding {
    background: var(--atf-grey-6);
}

.atf-course-area,
.map-section {
    isolation: isolate !important;
}

.border-left {
    border-left: 3px solid var(--atf-thm-color);
}

/*---------------------------------
 END SECTION TITLE
---------------------------------*/
/*---------------------------------
 START SCROLL TO TOP
---------------------------------*/
#back_to_top {
    height: 60px;
    width: 60px;
    background: var(--atf-thm-white);
    border-radius: 50%;
    position: fixed;
    bottom: 30px;
    inset-inline-end: 40px;
    transform: scale(0);
    display: grid;
    place-items: center;
    cursor: pointer;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s;
    z-index: 100;
}

#back_to_top.active {
    bottom: 40px;
    transform: scale(1);
    opacity: 1;
    visibility: visible;
    animation: backToTop 0.5s ease-in-out;
    background: var(--atf-thm-color);
}

#back_to_top.return {
    visibility: hidden;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#scroll_to_top {
    height: calc(100% - 3px);
    width: calc(100% - 3px);
    background: var(--atf-thm-white);
    color: var(--atf-thm-black);
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-size: 12px;
    font-weight: 500;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
}

#scroll_to_top i {
    font-size: 16px;
}

/* ---------- Responsive ---------- */
@media (max-width: 767px) {
    #back_to_top {
        height: 50px;
        width: 50px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #back_to_top {
        inset-inline-end: 30px;
    }

    #back_to_top.active {
        bottom: 30px;
    }
}

@media (max-width: 991px) {

    #back_to_top,
    #back_to_top.active {
        bottom: 20px;
        inset-inline-end: 20px;
    }
}

/* ---------- Animation ---------- */
@keyframes backToTop {
    0% {
        transform: translate3d(0, 80%, 0);
        visibility: visible;
    }

    100% {
        transform: translateZ(0);
    }
}

/*---------------------------------
 END SCROLL TO TOP
---------------------------------*/
/*----------------------------------------*/
/*  01. END GENERAL STYLE
/*----------------------------------------*/
/*----------------------------------------*/
/*  02. START BOOTSTRAP NAVIGATION OVERRIDES
/*----------------------------------------*/
.atf-top-header {
    position: relative;
    z-index: 1;
    padding: 12px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.4s ease;
}

.atf-header-top-right {
    text-align: left;
}

.atf-header-top-social {
    display: inline-block;
}

.atf-header-top-social ul li {
    display: inline-block;
    margin-right: 5px;
}

.atf-header-top-social ul li a {
    color: rgba(255, 255, 255, 0.8);
    font-size: 20px;
}

.atf-header-top-social.style1 ul li a {
    font-size: 16px;
}

.atf-header-top-social.style1 a i:hover {
    color: var(--atf-thm-white);
}

.atf-top-header .atf-header-top-social.style1 {
    justify-content: flex-start;
}

.atf-header-top-social ul li a:hover,
.atf-header-top-auth a:hover {
    color: var(--atf-thm-white);
}

.atf-top-header {
    background-color: var(--atf-thm-black);
    overflow: hidden;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
}

.atf-top-header .atf-top-header-in {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    transition: all 0.4s ease;
}

.atf-top-header .atf-header-top-social {
    font-size: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    transition: all 0.4s ease;
    color: var(--atf-thm-white);
    text-align: center;
}

.atf-header-top-social a i:hover {
    color: var(--atf-thm-black);
}

.atf-header-top-social a i {
    margin-left: 15px;
    color: var(--atf-thm-base);
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}

.atf-top-header-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}

.atf-top-header-list li {
    margin-right: 30px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
}

.atf-top-header-list li:last-child {
    margin-right: 0;
}

.atf-top-header-list li i {
    margin-right: 10px;
}

.atf-top-header-list li a:hover {
    color: var(--atf-thm-white);
}

.atf-site-header.atf-style1 {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.atf-site-header.atf-style1 {
    transition: all ease 0.3s;
    background-color: transparent;
}

.atf-site-header.atf-style1.atf-sticky-active {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 1;
    z-index: 990;
    visibility: visible;
    color: var(--atf-thm-black);
    background-color: var(--atf-thm-white);
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
    box-shadow: 0px 8px 24px rgba(149, 157, 165, 0.2);
    -webkit-animation: 0.95s ease 0s normal forwards 1 running stickyDown;
    -khtml-animation: 0.95s ease 0s normal forwards 1 running stickyDown;
    -moz-animation: 0.95s ease 0s normal forwards 1 running stickyDown;
    -ms-animation: 0.95s ease 0s normal forwards 1 running stickyDown;
    -o-animation: 0.95s ease 0s normal forwards 1 running stickyDown;
    animation: 0.95s ease 0s normal forwards 1 running stickyDown;
}

@keyframes stickyDown {
    0% {
        margin-top: -150px;
    }

    100% {
        margin-top: 0;
    }
}

.atf-site-header.atf-style1.atf-sticky-active .atf-main-menu.landing-page>nav>ul>li>a {
    color: var(--atf-thm-black);
}

.atf-main-menu.landing-page>nav>ul>li>a {
    color: var(--atf-thm-white);

}

.atf-site-branding img {
    max-width: 150px;
    height: auto;
}

.atf-site-branding {
    font-size: 2rem;
}

.atf-main-menu nav ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s ease-out;
    gap: 25px;
}

.atf-main-menu>nav>ul>li>a:active,
.atf-main-menu>nav>ul>li>a:focus,
.atf-main-menu>nav>ul>li>a:hover {
    color: var(--atf-thm-color);
}

.atf-main-menu>nav>ul>li.active>a {
    color: var(--atf-thm-color) !important;
    box-shadow: inset 0 -3px 0 var(--atf-thm-color) !important;
}

.atf-main-menu>nav>ul>li .sub-menu li.active>a {
    color: var(--atf-thm-color) !important;
    background-color: rgba(255, 255, 255, 0.05) !important;
}

.atf-main-menu>nav>ul>li {
    position: relative;
    display: inline-block;
    /* margin-right: 25px;
    padding: 36px 0; */
}

.atf-main-menu>nav>ul>li:last-child {
    margin-right: 0px !important;
}

.atf-main-menu>nav>ul>li>a {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    /* padding: 36px 0; */
    display: flex;
    align-items: center;
    white-space: nowrap;
    color: var(--atf-thm-black);
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    text-transform: capitalize;
}

/*-------------------------------
# dropdwon menu 
--------------------------------*/
.atf-main-menu>nav>ul>li .sub-menu li .sub-menu,
.atf-main-menu>nav>ul>li .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    padding: 10px 0;
    display: block;
    min-width: 220px;
    visibility: hidden;
    transform: scaleY(0);
    transform-origin: top center;
    background: var(--atf-thm-white);
    border-top: 5px solid var(--atf-thm-color);
    box-shadow: 0px 10px 30px 0px rgba(25, 25, 26, 0.1);
    z-index: 6;
    transition: all 0.3s ease-out;
}

.atf-main-menu>nav>ul>li .sub-menu li:hover>.sub-menu,
.atf-main-menu>nav>ul>li:hover>.sub-menu {
    transform: scaleY(1);
    visibility: visible;
}

.atf-main-menu>nav>ul>li .sub-menu li .sub-menu {
    right: auto;
    left: 220px;
    top: 10%;
    border-top: none;
    border-left: 5px solid var(--atf-thm-color);
}

.atf-main-menu>nav>ul>li .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    padding: 10px 0;
    display: block;
    min-width: 220px;
    visibility: hidden;
    transform: scaleY(0);
    transform-origin: top center;
    background: var(--atf-thm-white);
    border-top: 5px solid var(--atf-thm-color);
    box-shadow: 0px 10px 30px 0px rgba(25, 25, 26, 0.1);
    z-index: 6;
    transition: all 0.3s ease-out;
}

.atf-main-menu>nav>ul>li:hover>.sub-menu {
    transform: scaleY(1);
    visibility: visible;
}

.atf-main-menu>nav>ul>li .sub-menu li {
    position: relative;
    display: block;
}

.atf-main-menu>nav>ul>li .sub-menu li>a {
    font-weight: 500;
    padding: 3px 20px;
    display: block;
    transition: all 0.5s ease;
    text-transform: capitalize;
    text-align: left;
    position: relative;
    font-size: 18px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.atf-main-menu>nav>ul>li .sub-menu li:hover>a {
    padding-left: 40px;
    color: var(--atf-thm-color);
}

.atf-main-menu>nav>ul>li .sub-menu li>a::before {
    position: absolute;
    width: 0px;
    height: 10px;
    top: 50%;
    left: 20px;
    content: "";
    opacity: 0;
    visibility: hidden;
    transform: translateY(-50%);
    background: var(--atf-thm-color);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    border-radius: 50%;
}

.atf-main-menu>nav>ul>li .sub-menu li:hover>a::before {
    width: 10px;
    opacity: 1;
    visibility: visible;
}

/* Arrow icon insert style */
.atf-main-menu>nav>ul>li.menu-item-children>a::after {
    content: "\f107";
    font-family: var(--atf-ff-fontawesome);
    font-weight: 900;
    display: inline-block;
    margin-left: 5px;
    transition: transform 0.3s ease-in-out;
    font-size: 14px;
}

/* Hover korle icon rotate hobe */
.atf-main-menu>nav>ul>li.menu-item-children:hover>a:after {
    transform: rotate(180deg);
}

@media only screen and (max-width: 1199px) {
    .atf-main-menu>nav>ul>li {
        margin-right: 30px;
    }

    .atf-site-header.atf-style1 {
        padding: 8px 0 !important;
    }

    .atf-site-logo img {
        max-height: 70px !important;
        width: auto !important;
    }

    .atf-main-menu-bars button {
        padding: 6px 12px !important;
        font-size: 24px !important;
    }
}

/* sub-menu animation */
@media only screen and (min-width: 1199px) {
    .sub-menu {
        opacity: 0;
        visibility: hidden;
        transform: translateY(10px);
        transition: opacity 300ms ease, transform 300ms ease;
    }

    .sub-menu li {
        opacity: 0;
        transform: translateY(10px);
        transition: opacity 300ms ease, transform 300ms ease;
    }

    .menu-item-children:hover>.sub-menu {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    .menu-item-children:hover>.sub-menu>li {
        opacity: 1;
        transform: translateY(0);
    }

    .menu-item-children:hover .sub-menu li:nth-child(1) {
        transition-delay: 50ms;
    }

    .menu-item-children:hover .sub-menu li:nth-child(2) {
        transition-delay: 100ms;
    }

    .menu-item-children:hover .sub-menu li:nth-child(3) {
        transition-delay: 150ms;
    }

    .menu-item-children:hover .sub-menu li:nth-child(4) {
        transition-delay: 200ms;
    }

    .menu-item-children:hover .sub-menu li:nth-child(5) {
        transition-delay: 250ms;
    }

    .menu-item-children:hover .sub-menu li:nth-child(6) {
        transition-delay: 300ms;
    }

    .menu-item-children:hover .sub-menu li:nth-child(7) {
        transition-delay: 350ms;
    }

    .menu-item-children:hover .sub-menu li:nth-child(8) {
        transition-delay: 400ms;
    }

    .menu-item-children:hover .sub-menu li:nth-child(9) {
        transition-delay: 450ms;
    }

    .menu-item-children:hover .sub-menu li:nth-child(10) {
        transition-delay: 500ms;
    }

    .menu-item-children:hover .sub-menu li:nth-child(n+11) {
        transition-delay: 550ms;
    }
}

/*----------------------------------------*/
/*  Mobile Menu
/*----------------------------------------*/
.atf-main-menu-bars button {
    font-size: 18px;
    padding: 10px 15px;
    border-radius: 5px;
    color: var(--atf-thm-white);
    background-color: transparent !important;
    transition: 0.3s;
}

.atf-hamburger {
    position: fixed;
    background: var(--atf-thm-white);
    width: 320px;
    right: 0;
    top: 0;
    padding: 40px 24px;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: 0.3s 0.3s ease-out;
    -moz-transition: 0.3s 0.3s ease-out;
    -ms-transition: 0.3s 0.3s ease-out;
    -o-transition: 0.3s 0.3s ease-out;
    transition: 0.3s 0.3s ease-out;
    overflow-y: scroll;
    overscroll-behavior-y: contain;
    scrollbar-width: none;
    z-index: 1088;
    overflow-y: auto !important;
    /* Hamburger scroll */
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
}

body.menu-open {
    overflow: hidden !important;
    /* Stop background scroll */
}

@media only screen and (max-width: 574px) {
    .atf-hamburger {
        width: 100% ! important;
        padding: 35px 30px;
    }
}

@media only screen and (max-width: 400px) {
    .atf-hamburger {
        width: 100% ! important;
        padding: 35px 30px;
    }
}

.atf-hamburger-open {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.atf-hamburger-close-toggle {
    font-size: 30px;
    color: var(--atf-text-body);
}

.atf-hamburger-close-toggle:hover {
    color: var(--atf-thm-color);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 575px) {
    .atf-hamburger-header {
        margin-bottom: 40px;
        border-bottom: 1px solid var(--atf-border-1);
        padding-bottom: 30px;
    }
}

.atf-hamburger-title {
    font-size: 35px;
}

.atf-hamburger-info span {
    font-size: 16px;
    display: block;
    margin-bottom: 5px;
    color: var(--atf-thm-black);
}

.atf-hamburger-sm-title {
    font-size: 25px;
    margin-bottom: 15px;
}

.atf-hamburger-social a {
    font-size: 14px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 8px;
    display: inline-block;
    color: var(--atf-thm-black);
    border: 1px solid rgba(2, 11, 24, 0.1);
    margin-right: 5px;
    transition: all 0.3s ease-out;
}

.atf-hamburger-social a:hover {
    color: var(--atf-thm-white);
    background: var(--atf-thm-color);
}

.atf-hamburger-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 888;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    transition: 0.45s ease-in-out;
    background: rgba(24, 24, 24, 0.4);
}

.atf-hamburger-overlay-open {
    opacity: 0.7;
    visibility: visible;
}

/*----------------------------------------*/
/* Mobile menu css
/*----------------------------------------*/
.atf-hamburger-menu ul {
    list-style: none;
}

.atf-hamburger-menu ul li {
    position: relative;
}

.atf-hamburger-menu ul li>a {
    padding: 8px 0;
    display: block;
    font-size: 16px;
    font-weight: 500;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.atf-hamburger-menu ul li>a:hover {
    color: var(--atf-thm-color);
}

.atf-hamburger-menu ul li:not(:last-child)>a {
    border-bottom: 1px solid rgba(1, 15, 28, 0.1);
}

.atf-hamburger-menu ul li.active>a {
    color: var(--atf-thm-color);
}

.atf-hamburger-menu ul li.active>.atf-menu-close {
    color: var(--atf-thm-black);
    border-color: var(--atf-thm-color);
}

.atf-hamburger-menu ul li.active>.atf-menu-close i {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.atf-hamburger-menu ul li .sub-menu {
    display: none;
    padding-left: 10px;
}

.atf-hamburger-menu ul li .sub-menu.atf-mega-menu {
    padding-left: 0;
}

.atf-menu-close {
    position: absolute;
    right: 0;
    top: 7.5px;
    border: 1px solid rgba(1, 15, 28, 0.0);
    height: 30px;
    width: 30px;
    text-align: center;
    font-size: 12px;
    line-height: 29px;
    -webkit-transition: 0.3s 0.3s ease-out;
    -moz-transition: 0.3s 0.3s ease-out;
    -ms-transition: 0.3s 0.3s ease-out;
    -o-transition: 0.3s 0.3s ease-out;
    transition: 0.3s 0.3s ease-out;
}

.atf-menu-close:hover {
    border: 1px solid var(--atf-thm-black);
}

.atf-menu-close i {
    -webkit-transition: 0.3s 0.3s ease-out;
    -moz-transition: 0.3s 0.3s ease-out;
    -ms-transition: 0.3s 0.3s ease-out;
    -o-transition: 0.3s 0.3s ease-out;
    transition: 0.3s 0.3s ease-out;
}

/*----------------------------------------*/
/*  End Mobile menu Design
/*----------------------------------------*/
/*----------------------------------------*/
/*  Start Search Design
/*----------------------------------------*/
.atf-searching-area {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 0%;
    width: 100%;
    background-color: var(--atf-thm-white);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 1024;

}

.atf-searching-area.active {
    height: 100%;
    opacity: 1;
    visibility: visible;
}

.atf-searching-area .atf-searching-close-btn {
    position: absolute;
    top: 30px;
    right: 50px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 36px;
    height: 36px;
    border: 1px solid var(--atf-thm-color);
    background-color: var(--atf-thm-color);
    color: var(--atf-thm-white);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.atf-searching-area .atf-searching-form button:hover,
.atf-searching-area .atf-searching-close-btn:hover {
    background-color: var(--atf-thm-base);
}

@media (max-width: 575px) {
    .atf-searching-area .atf-searching-close-btn {
        right: 30px;
    }
}

.atf-searching-area .atf-searching-form {
    display: flex;
    width: 500px;
}

@media (max-width: 575px) {
    .atf-searching-area .atf-searching-form {
        width: 300px;
    }
}

.atf-searching-area .atf-searching-form input {
    border: 1px solid var(--atf-border-1);
    border-right: none;
    flex-grow: 1;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    padding: 12px 18px;
    color: var(--atf-thm-black);
}

.atf-searching-area .atf-searching-form input:focus {
    border-color: var(--atf-thm-color);
}

.atf-searching-area .atf-searching-form button {
    width: 60px;
    background-color: var(--atf-thm-color);
    color: var(--atf-thm-white);
    display: flex;
    justify-content: center;
    align-items: center;
    border-color: var(--atf-thm-white);
}

.atf-header-bottom-right {
    gap: 30px;
}

.atf-searching-btn {
    background: transparent;
    font-size: 18px;
    color: var(--atf-thm-color);
    border: none;
}

/*----------------------------------------*/
/*  02. END BOOTSTRAP NAVIGATION OVERRIDES
/*----------------------------------------*/
/*----------------------------------------*/
/*  03. START HOME DESIGN
/*----------------------------------------*/
.atf-cover-bg {
    position: relative;
    z-index: 1;
}

.atf-cover-bg::before {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background: rgba(0, 0, 0, 0.1);
    z-index: -1;
}

.atf-hero-area {
    background-color: #cccccc;
    height: 700px;
}

.atf_aicenter {
    display: flex;
    align-items: center;
    justify-content: center;
}

.atf-hero-content .sub-title {
    color: var(--atf-thm-white);
    text-transform: capitalize;
    background: var(--atf-thm-color);
    display: inline-block;
    border-radius: 5px;
    padding: 8px 15px;
    outline-offset: -6px;
    outline: 1px solid rgba(255, 255, 255, 0.5);
    border: 1px solid var(--atf-thm-color);
    font-size: 18px;
}

.atf-hero-content p {
    margin: 20px 0 30px !important;
    font-size: 16px;
    color: #42403f;
    width: 460px;
}

.atf-hero-content .title {
    font-size: 70px;
    color: var(--atf-thm-black);
    font-weight: 700;
    font-family: var(--atf-ff-heading);
    line-height: 1.1;
    letter-spacing: -2px;
}

.atf-hero-content .title span {
    display: inline-block;
}

.atf-hero-btn-area {
    gap: 20px;
}

.animation-1 {
    -webkit-animation: 0.5s 0.3s fadeInDown both;
    animation: 0.5s 0.3s fadeInDown both;
}

.animation-2 {
    -webkit-animation: 0.5s 0.5s fadeInUp both;
    animation: 0.5s 0.5s fadeInUp both;
}

.animation-3 {
    -webkit-animation: 0.5s 0.7s fadeInLeft both;
    animation: 0.5s 0.7s fadeInLeft both;
}

.animation-4 {
    -webkit-animation: 0.5s 0.9s fadeInUp both;
    animation: 0.5s 0.9s fadeInUp both;
}

/* shape */
.shape-1 {
    right: 5%;
    top: 5%;
    width: 7%;
    z-index: 1;
    animation: 15s linear infinite spin;
    position: absolute;
}

.shape-2 {
    left: 36%;
    bottom: 16%;
    width: 12%;
    z-index: 1;
    animation: 15s linear infinite spin;
    position: absolute;
}

.hero-frame {
    display: inline-block;
    box-shadow: 0 18px 40px rgba(17, 17, 17, .08);
}

.shape-3 {
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 0;
    position: absolute;
    height: 100%;
}

.hero-frame img {
    width: unset;
    height: 700px;
    object-fit: cover;
    bottom: 0;
    right: 200px;
    position: absolute;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Responsive tweaks */
@media (max-width: 991px) {
    .hero-title {
        font-size: 40px;
    }
}

@media (max-width: 576px) {
    .hero-title {
        font-size: 28px;
        line-height: 1.3;
        letter-spacing: 0;
    }
}

.atf-hero-content .title span {
    position: relative;
    color: var(--atf-thm-base);
}

.atf-hero-content .title span svg {
    position: absolute;
    bottom: -3px;
    left: 0;
}

/*
* ----------------------------------------------------------------------------------------
* START SLICK SLIDER DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-home-overlay {
    background: rgba(0, 0, 0, 0.1);
    height: 100%;
    width: 100%;
}

.atf-slider-content {
    padding-top: 220px;
    padding-bottom: 220px;
}

.atf-slider-content .sub-title {
    color: var(--atf-thm-white);
    text-transform: capitalize;
    background: var(--atf-thm-color);
    display: inline-block;
    border-radius: 5px;
    padding: 8px 15px;
    outline-offset: -5px;
    outline: 2px solid var(--atf-thm-white);
    border: 1px solid var(--atf-thm-color);
    font-style: italic;
    font-size: 18px;
    font-weight: 500;
}

.atf-slider-content .sub-title i {
    margin-right: 5px;
    font-size: 15px;
}

.atf-slider-content .title {
    color: var(--atf-thm-black);
    font-size: 70px;
    line-height: 1.1;
    letter-spacing: -2px;
}

.atf-slider-content .description {
    color: var(--atf-text-body);
    font-size: 18px;
    margin: 20px 0 30px;
}

.atf-header-bottom-right .call_to_action_btn .icon {
    width: 45px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    background-color: var(--atf-thm-color);
    color: var(--atf-thm-white);
    border-radius: 5px;
}

.atf-header-bottom-right .call_to_action_btn .icon i {
    display: block;
    transition: all .5s ease-out;
}

.atf-header-bottom-right .call_to_action_btn .call_to_action_content {
    margin-left: 18px;
}

.atf-header-bottom-right .call_to_action_btn .call_to_action_content_text {
    color: var(--atf-thm-white);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: 0;
    display: block;
    margin-top: 5px;
}

.atf-header-bottom-right .call_to_action_btn .call_to_action_content_call {
    color: var(--atf-thm-color);
    transition: all .5s ease-out;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
}

.atf-header-bottom-right .call_to_action_btn:hover .call_to_action_content_call {
    color: var(--atf-thm-white);
}

.atf-slick-slider-1.slick-arrow-1 .slick-arrow {
    left: 0;
    right: auto;
    width: 70px;
    height: 70px;
    line-height: 68px;
}

.atf-slick-slider-1.slick-arrow-1 .slick-next {
    right: 0px;
    left: auto;
    width: 70px;
    height: 70px;
    line-height: 68px;
}

@media (min-width: 1350px) {
    .atf-slick-slider-1.slick-arrow-1:hover .slick-arrow {
        left: 25px;
        right: auto;
    }

    .atf-slick-slider-1.slick-arrow-1:hover .slick-next {
        right: 25px;
        left: auto;
    }
}

@media only screen and (max-width: 1199px) {
    .atf-slider-content .title {
        font-size: 40px;
    }
}

@media (max-width: 767px) {
    .atf-single-slider.atf_attach_bg_1 {
        background-position: left center;
    }
}

@media (max-width: 768px) {

    .atf-slick-slider-1.slick-arrow-1 .slick-arrow,
    .atf-slick-slider-1.slick-arrow-1 .slick-next {
        display: none !important;
    }

    .atf-slick-slider-1.slick-arrow-1 .slick-dots {
        display: block !important;
    }

    .atf-slider-content .title {
        font-size: 36px;
        letter-spacing: 0;
    }

}

@media screen and (min-width: 320px) and (max-width: 479px) {
    .atf-slider-content .title {
        font-size: 28px !important;
        line-height: 1.4;
    }

    .atf-slider-content .description br {
        display: none;
    }
}

.slick-active .atf-single-slider .sub-title {
    -webkit-animation: 0.5s 0.5s fadeInLeft both;
    animation: 0.5s 0.5s fadeInLeft both;
}

.slick-active .atf-single-slider .title {
    -webkit-animation: 0.5s 0.5s fadeInDown both;
    animation: 0.5s 0.5s fadeInDown both;
}

.slick-active .atf-single-slider .description {
    -webkit-animation: 0.5s 0.7s fadeInUp both;
    animation: 0.5s 0.7s fadeInUp both;
}

.slick-active .atf-main-btn {
    -webkit-animation: 0.5s 9s fadeInUp both;
    animation: 0.5s 0.9s fadeInUp both;
}

.slick-active .atf-single-slider {
    animation: zoomOutEffect 3s ease forwards;
    transition: all 2s ease;
}

@keyframes zoomOutEffect {
    0% {
        transform: scale(1.05);
    }

    100% {
        transform: scale(1);
    }
}

.atf-slider-content .title span {
    position: relative;
    color: var(--atf-thm-base);
}

.atf-slider-content .title span svg {
    position: absolute;
    bottom: -3px;
    left: 0;
}

/*
* ----------------------------------------------------------------------------------------
* START SLICK DESIGN
* ----------------------------------------------------------------------------------------
*/
/* LANDING PAGE DESIGN */
.landing_page {
    height: 700px;
}

/* .bg-shape-dot.v1::before {
    opacity: .15;
}

.atf-footer-area.bg-shape-dot::before {
    opacity: .1;
} */

.bg-shape-dot::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: linear-gradient(#db8888 1px, transparent 1px), linear-gradient(90deg, #db8888 1px, transparent 1px);
    background-size: 24px 24px;
    opacity: .35;
    pointer-events: none;
    z-index: 0;
}

.bg-shape-dot.v1::before {
    opacity: .15;
}

.atf-footer-area.bg-shape-dot::before {
    opacity: .1;
}

/* --- Floating Badges --- */
.floating-badge {
    position: absolute;
    background: var(--atf-thm-white);
    color: var(--atf-thm-black);
    padding: 10px 20px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    font-weight: 400;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    z-index: 2;
    white-space: nowrap;
    animation: float 4s ease-in-out infinite;
}

.floating-badge .icon-box {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--atf-thm-color);
}

/* Badge Positions */
.badge-top-right {
    top: 0%;
    right: 84px;
    animation-delay: 3s;
}

.badge-mid-left {
    top: 40%;
    left: 62%;
    animation-delay: 1s;
}

.badge-bottom-right {
    bottom: 5%;
    right: 55px;
    animation-delay: 2s;
}

/* Animation for hovering effect */
@keyframes float {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0px);
    }
}

/* --- Responsive Adjustments --- */
@media (max-width: 991px) {

    /* Adjust badges for mobile so they don't overflow */
    .badge-mid-left {
        display: none;
    }

    .badge-bottom-right {
        right: 95px;
        bottom: 25%;
    }
}

@media (max-width: 767px) {
    .image-wrapper {
        display: none;
    }
}

@media (max-width: 576px) {
    .floating-badge {
        font-size: 0.7rem;
        padding: 8px 12px;
    }

    /* Hide some badges on very small screens if cluttered */
    .badge-mid-left {
        display: none;
    }
}

/*----------------------------------------*/
/*  03. END HOME DESIGN
/*----------------------------------------*/
/*----------------------------------------*/
/*  04. START SKILL DESIGN
/*--------------------------------------*/
.atf-single-skill {
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    padding: 30px;
    gap: 20px;
    margin: 12px 0;
    border-left: 5px solid var(--atf-thm-color);
    border-radius: 10px;
    height: 100%;
}

.atf-single-skill:hover .atf-skill-icon i {
    background: var(--atf-thm-color);
    color: var(--atf-thm-white);
}

.atf-single-skill .atf-skill-icon i {
    font-size: 40px;
    color: var(--atf-thm-color);
    background: var(--atf-grey-2);
    width: 80px;
    height: 100px;
    line-height: 100px;
    display: inline-block;
    border: 1px solid #242424;
    border-radius: 5%;
    transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    text-align: center;
}

.atf-single-skill .atf-skill-content {
    border-top: none;
    position: relative;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}

.atf-single-skill:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.17);
}

.atf-single-skill .title {
    color: var(--atf-thm-black);
    font-weight: 600;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-out;
    font-size: 22px;
}

.atf-single-skill .title a {
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    text-transform: capitalize;
}

.atf-single-skill .title a:hover {
    color: var(--atf-thm-color);
}

/*----------------------------------------*/
/*  04. END skill DESIGN
/*--------------------------------------*/
/**************************************
 * 05.START ABOUT DESIGN
 *************************************/
.atf-about-inner {
    background: var(--atf-thm-white);
    padding: 15px 30px;
    border-radius: 10px;
}

.atf-single-about {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 10px;
}

.about-title h3 {
    margin-bottom: 0;
    font-size: 22px;
}

.about-icon {
    font-size: 20px;
    color: var(--atf-thm-color);
}

.atf-about-img-area.style1 {
    position: relative;
    z-index: 1;
}

.atf-about-img-area.style1.v1::before {
    content: '';
    position: absolute;
    width: 1%;
    height: 100%;
    top: 0;
    background-color: var(--atf-thm-white);
    left: 50%;
    z-index: 2;
    border-radius: 0;
}

.atf-about-img-area img,
.atf-about-img-area.style1 img {
    width: 100%;
    border-radius: 20px;
    border: 3px solid #ffffff;
}

.atf_about_project {
    position: absolute;
    padding: 15px 20px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    gap: 15px;
    border-radius: 10px 0 0px 10px;
    background: var(--atf-thm-white);
    bottom: 45px;
    right: 0;
}

.atf_about_number {
    font-size: 40px;
    font-weight: 700;
    color: var(--atf-thm-color);
}

.atf_about_year_content p {
    line-height: 24px;
    font-weight: 600;
}

.atf_about_project_v2 {
    position: absolute;
    padding: 15px 20px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    gap: 15px;
    border-radius: 0px 10px 10px 0px;
    background: var(--atf-thm-white);
    top: 45px;
    left: 0;
}

.atf_about_number_v2 {
    font-size: 40px;
    font-weight: 700;
    color: var(--atf-thm-color);
}

.atf_about_year_content_v2 p {
    line-height: 24px;
    font-weight: 600;
}

.atf-about-list li {
    font-size: 1rem;
    color: var(--atf-text-body);
    margin-bottom: 16px;
    text-align: left;
}

.about1-list-icon {
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--atf-thm-color);
    border-radius: 50%;
    margin-top: 2px;
}

/**************************************
 * 05.END ABOUT DESIGN
 *************************************/
/*
* ----------------------------------------------------------------------------------------
* START COUNTER DESIGN
* ----------------------------------------------------------------------------------------
*/
.counter_grid {
    display: flex;
    align-items: center;
    gap: 15px;
}

.counter {
    color: var(--atf-thm-color);
    background: var(--atf-grey-6);
    text-align: center;
    padding: 20px 10px;
    width: 200px;
    height: 100%;
    position: relative;
    z-index: 1;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.counter .counter-icon {
    color: var(--atf-thm-color);
    font-size: 35px;
    margin: 0 0 10px;
}

.counter .counter-icon i {
    line-height: inherit;
}

.counter h3 {
    color: var(--atf-thm-black);
    font-size: 22px;
    font-weight: 700;
    text-transform: capitalize;
    margin: 0 0 15px;
}

.counter .counter-value {
    color: var(--atf-thm-color);
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
    display: inline-block;
}

.counter .counter_plus {
    font-size: 30px;
    font-weight: 700;
}

@media screen and (max-width:991px) {
    .counter {
        margin-bottom: 40px;
    }
}

/*----------------------------------------*/
/*  START VIDEO DESIGN
/*----------------------------------------*/
.video-area.atf-cover-bg::before {
    background: rgba(0, 0, 0, 0.6);
}

.atf-hero-video {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.atf-hero-video .iq-video {
    display: flex;
    width: 100px;
    height: 100px;
    align-items: center;
    font-size: 20px;
    color: var(--atf-thm-white);
    border-radius: 15%;
    line-height: 100px;
    z-index: 4;
    background: var(--atf-thm-base);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    justify-content: center;
}

.atf-hero-video .iq-video:hover {
    color: var(--atf-thm-color);
    background: var(--atf-thm-white);
}

.atf-video-icon {
    height: 70px;
    width: 70px;
    background-color: var(--atf-thm-base);
    color: var(--atf-thm-white);
    font-size: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 9;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%)translateY(-50%);
    -ms-transform: translateX(-50%)translateY(-50%);
    transform: translateX(-50%)translateY(-50%);
}

.atf-video-icon:hover {
    color: var(--atf-thm-white);
}

/*----------------------------------------*/
/*  END VIDEO DESIGN
/*----------------------------------------*/
/*
* ------------------------------------
*  END COUNTER DESIGN
* -------------------------------------
*/
/*----------------------------------------*/
/* 06.  START COURSE DESIGN
/*--------------------------------------*/
.atf-single-course {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    margin: 0 10px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.atf-course-img {
    position: relative;
    overflow: hidden;
    border-radius: 20px 20px 0 0 !important;
    flex-shrink: 0;
    width: 100%;
    height: auto;
}

.atf-course-img img {
    border-radius: 20px 20px 0 0;
    width: 100%;
    height: 100%;
    transition: 1.3s;
    object-fit: contain;
}

.atf-certificate-area {
    background: #101010;
    padding: 80px 0;
}

/* .atf-single-course:hover .atf-course-img img {
    transform: scale(1.1);
} */

.atf-course-img .sale_flash {
    position: absolute;
    right: 10px;
    top: 10px;
    background: var(--atf-thm-color);
    color: var(--atf-thm-white);
    padding: 2px 15px;
    border-radius: 5px;
    font-size: 14px;
}

.atf-course-teacher img {
    position: absolute;
    right: 10px;
    bottom: 5px;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    border: 4px solid var(--atf-thm-white);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.28);
}

.atf-course-content {
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.atf-course-inner-title {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.atf-course-inner-title p {
    flex: 1;
}

.atf-course-inner-title h3 {
    margin-top: 5px;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    font-size: 22px;
}

.atf-course-inner-title h3:hover {
    color: var(--atf-thm-color);
}

.atf-course-inner-title span {
    color: var(--atf-thm-color);
    font-weight: 500;
}

.atf-course-icon-star i {
    color: var(--atf-thm-color);
    font-size: 14px;
}

.atf-course-price {
    margin-top: auto;
    /* Push to bottom */
    padding-top: 15px;
}

.atf-course-price span {
    color: var(--atf-thm-black);
    font-weight: 700;
}

/* Home Page Course Spacing Override */
.home-page-main .atf-course-inner-title h3 {
    min-height: 52px;
    margin-bottom: 8px;
}

.home-page-main .atf-course-inner-title p {
    min-height: 45px;
    margin-bottom: 0px;
    flex: none;
}

.home-page-main .atf-course-price {
    padding-top: 5px;
}

.atf-course-lesson {
    display: flex;
    align-items: center;
    margin-top: 5px;
    justify-content: space-evenly;
    padding: 5px 0px;
}

.atf-course-lesson span {
    border-right: 1px solid var(--atf-border-1);
    padding-right: 10px;
    margin-right: 10px;
}

.atf-course-lesson span:last-child {
    border: none;
    padding-right: 0;
    margin-right: 0;
}

/* Slick Slider Equal Height Fix */
.atf__course_slider_active .slick-track {
    display: flex !important;
}

.atf__course_slider_active .slick-slide {
    height: inherit !important;
    display: flex !important;
    justify-content: center;
}

.atf__course_slider_active .slick-slide>div {
    width: 100%;
    display: flex;
}

/*----------------------------------------*/
/*  06.END COURSE DESIGN
/*--------------------------------------*/
/*----------------------------------------*/
/*  07. START CLIENT DESIGN
/*--------------------------------------*/
.testimonial {
    padding: 7%;
    position: relative;
    margin: 0 10px;
    border: 1px solid #ffffff !important;
    border-radius: 20px;
    background: var(--atf-thm-white);
    height: 97%;
    display: flex;
    flex-direction: column;
}

.atf__client_slider_active .slick-track {
    display: flex !important;
}

.atf__client_slider_active .slick-slide {
    height: auto !important;
    display: flex !important;
}

.atf__client_slider_active .slick-slide>div {
    width: 100%;
    display: flex;
}

.testimonial-content {
    display: flex;
    align-content: center;
    align-items: center;
    padding-bottom: 25px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.testimonial-icon i {
    color: var(--atf-thm-color);
}

.testimonial-icon li {
    display: inline-block;
    font-size: 15px;
}

.testimonial .pic {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 20px;
}

.testimonial .description {
    font-style: italic;
    flex-grow: 1;
}

.testimonial .testimonial-title {
    margin: 0;
    text-transform: capitalize;
    font-size: 22px;
}

.testimonial .post {
    display: block;
    text-transform: capitalize;
    font-size: 14px;
    margin-bottom: 0;
}

.testimonial .post::before {
    content: "";
    width: 20px;
    display: block;
    bottom: 34px;
    left: 68px;
    position: absolute;
}

.testimonial-course-title .title {
    color: var(--atf-thm-color);
    text-decoration: underline;
}

.no-border {
    border: none;
}

.atf-box-shadow {
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    border-bottom: 4px solid var(--atf-thm-color) !important;
    background: var(--atf-thm-white);
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    border-radius: 10px;
}

.atf-box-shadow:hover {
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
}

.atf-box-active {
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
}

/*  START WORKING PROCESS DESIGN
/*--------------------------------------*/
/* Card Styling */
.process-card {
    border: none;
    border-radius: 12px;
    position: relative;
    border: 1px solid #ffffff !important;
}

.process-card::before {
    border-radius: 12px !important;
}

.process-title {
    font-size: 24px;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.process-card:hover {
    color: var(--atf-thm-color);
}

.step-marker-container {
    position: absolute;
    top: 50%;
    left: 3%;
    z-index: 10;
    transform: translate(-50%, -50%);
}

.step-marker {
    background-color: var(--atf-thm-base);
    color: var(--atf-thm-black);
    width: 190px;
    height: 80px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    padding-top: 1px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
    position: relative;
}

/*----------------------------------------*/
/*  START TRAINING BATCHES SWIPER DESIGN
/*--------------------------------------*/
.batches-wrapper {
    width: 100%;
    position: relative;
}

/* Specific overrides for Batches Swiper to ensure long titles don't overflow */
.batches-swiper .process-card {
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
    width: 100% !important;
    margin-bottom: 0 !important;
    overflow: visible !important;
}

.batches-swiper .bg-shape-dot::before {
    background-image: none !important;
}

.batches-swiper .process-body {
    display: flex !important;
    flex-direction: column !important;
    flex: 1 !important;
    height: 100% !important;
    padding: 25px 20px !important;
    justify-content: flex-start !important;
    align-items: flex-start !important;
}

.batches-swiper .process-title {
    font-size: 18px !important;
    line-height: 1.4 !important;
    margin-bottom: 5px !important;
    flex-grow: 0 !important;
}

.batches-swiper .batch-meta {
    margin-top: 15px !important;
    width: 100% !important;
}

.batches-swiper {
    width: 100%;
    height: 520px !important;
    /* Adjusted for 2 slides (~250px each) instead of 3 */
    padding-left: 100px;
}

.batches-swiper .swiper-slide {
    display: flex !important;
    align-items: stretch !important;
}

/* Left Navigation Navigation Buttons */
.batch-swiper-nav {
    display: flex;
    flex-direction: column;
    gap: 15px;
    z-index: 10;
    flex-shrink: 0;
}

.batch-swiper-prev,
.batch-swiper-next {
    width: 44px;
    height: 44px;
    border: 1px solid var(--atf-thm-base);
    /* Orange border */
    background-color: var(--atf-thm-black);
    /* Dark background */
    color: var(--atf-thm-base);
    /* Orange icon color */
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 16px;
    transition: all 0.3s ease;
    padding: 0;
}

.batch-swiper-prev:hover,
.batch-swiper-next:hover {
    background-color: var(--atf-thm-base);
    color: var(--atf-thm-white);
    transform: translateY(-2px);
}

.batch-swiper-prev:active,
.batch-swiper-next:active {
    transform: scale(0.95);
}

/* Ensure step markers remain visible on responsive screens */
.batches-swiper .step-marker {
    display: flex !important;
}

/* Ensure process body has left margin on larger screens when markers are visible */
@media (min-width: 576px) {
    .batches-swiper .process-body {
        margin-left: 100px !important;

    }
}

/* Responsiveness for Batches Swiper */
@media (max-width: 991px) {
    .batches-swiper {
        height: 480px;
        /* Increased from 320px to fit 2 slides comfortably (~240px each) */
    }
}

@media (max-width: 575px) {
    .batches-wrapper {
        flex-direction: column;
    }

    .batch-swiper-nav {
        flex-direction: row;
        margin-bottom: 20px;
        margin-right: 0 !important;
    }

    .batches-swiper {
        height: 280px;
        /* Increased from 190px to fit 1 slide with long title */
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 40px;
        /* More space for the top overlapping badge */
    }

    .batches-swiper .swiper-slide {
        padding-top: 10px;
    }

    .batches-swiper .process-card {
        flex-direction: column;
        align-items: flex-start;
    }

    .batches-swiper .process-body {
        margin-left: 0 !important;
        padding: 45px 20px 20px 20px !important;
        /* Extra top padding for the floating badge */
        align-items: flex-start !important;
        text-align: left !important;
        width: 100%;
    }
}

/*----------------------------------------*/
/*  END WORKING PROCESS DESIGN
/*--------------------------------------*/
/*----------------------------------------*/
/*  07. END CLIENT DESIGN
/*--------------------------------------*/
/*----------------------------------------*/
/* START PRICING DESIGN
/*--------------------------------------*/
.pricing-card {
    border: 1px solid #333;
    /* Soft border */
    border-radius: 1rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.pricing-feature-list li i {
    color: var(--atf-thm-color);
}

.text-muted-light {
    color: var(--atf-text-body);
}

/* Card Hover Effect for Professional Touch */
.pricing-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.pricing-title {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    color: var(--atf-thm-black);
}

/* Standard/Highlighted Card Styling */
.standard-highlight-card {
    border: 5px solid var(--atf-thm-base);
    background: var(--atf-thm-color);
}

/* Feature List Styling */
.pricing-feature-list li {
    padding: 10px 0;
    font-size: 1.05rem;
    color: var(--atf-text-body);
    border-bottom: 1px dashed rgba(255, 255, 255, 0.3);
    font-weight: 500;
}

.pricing-feature-list li:last-child {
    border-bottom: none;
}

.atf-pricing-btn .atf-themes-btn.hometwo {
    border-radius: 0;
}

/*----------------------------------------*/
/*  END PRICING DESIGN
/*--------------------------------------*/
/*
* ----------------------------------------------------------------------------------------
*   START FAQ DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-faq-accordion .card {
    border: none;
}

.atf-faq-accordion .card {
    border-bottom: 1px solid var(--atf-border-1);
    display: block;
    text-align: left;
    margin-bottom: 10px;
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
    -ms-flex-direction: unset;
    flex-direction: unset;
    border-radius: 0px;
}

.atf-faq-accordion .card .card-header {
    padding: 0;
    border: none;
    text-align: left;
    color: var(--atf-thm-black);
    border-radius: 0;
    background: transparent;
}

.atf-faq-accordion .card .card-header button:focus,
.atf-faq-accordion .card .card-header button:active,
.atf-faq-accordion .card .card-header button:hover {
    background: transparent;
    color: var(--atf-thm-white);
    border-radius: 0px;
}

.atf-faq-accordion .card .card-header button {
    border: none;
    width: 100%;
    text-align: left;
    position: relative;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    font-size: 16px;
    font-weight: 600;
    padding: 0 0 10px;
    font-family: var(--atf-ff-heading);
    color: var(--atf-thm-white);
}

.atf-faq-accordion .card .card-header button::before {
    content: "\f078";
    position: absolute;
    right: 0px;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
    font-family: var(--atf-ff-fontawesome);
    font-size: 15px;
    font-weight: 700;
}

.atf-faq-accordion .card .card-header button.collapsed {
    border-bottom-width: 0
}

.atf-faq-accordion .card .card-header button.collapsed::before {
    -webkit-transform: translateY(-50%) rotate(0);
    transform: translateY(-50%) rotate(0)
}

.atf-faq-accordion .card-body {
    padding: 0px 0px 15px;
    color: var(--atf-text-body);
}

.atf-faq-accordion .card .card-body ul {
    margin-bottom: 15px
}

.atf-faq-accordion .card .card-body ul:last-child {
    margin-bottom: 0
}

.atf-faq-accordion .card .card-body ul li {
    margin-bottom: 12px;
    color: var(--atf-thm-color);
}

.atf-faq-accordion .card .card-body ul li:last-child {
    margin-bottom: 0
}

.atf-faq-accordion .card:last-child {
    margin-bottom: 0
}

.atf-faq-accordion.style2 .card {
    background: none;
}

.avatars img {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    border: 3px solid var(--atf-thm-white);
    margin-left: -25px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, .28);
}

.faq-rating-card {
    background-color: var(--atf-thm-white);
    border-radius: 8px;
    border: 1px solid #eee;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    font-size: 16px;
    padding: 3px 8px;
    font-weight: 400;
    color: var(--atf-thm-black);
    display: inline-block;
}

@media (min-width: 992px) {
    .about-page-main .atf-faq-area .atf-faq-accordion {
        margin-top: 110px;
    }
}

/*
* ------------------------------------------
*  END  FAQ DESIGN
* ------------------------------------------
*/
/*----------------------------------------*/
/* START TOP CATEGORIES DESIGN
/*--------------------------------------*/
.atf_top_categories {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}

.atf_top_categories:before {
    content: "";
    background: rgba(0, 0, 0, 0.6);
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    transform: translateX(-50%) translateY(-50%) scale(0);
    position: absolute;
    top: 50%;
    left: 50%;
    transition: all 0.4s ease-in-out;
    z-index: 1;
    border-radius: 20px;
}

.atf_top_categories:hover:before {
    transform: translateX(-50%) translateY(-50%) scale(1);
}

.atf_top_categories img {
    width: 100%;
    height: auto;
    transition: all 0.25s linear;
    border-radius: 20px;
}

.atf_top_categories:hover img {
    transform: scale(1.25);
    border-radius: 20px;
}

.atf_top_categories .inner-content {
    color: var(--atf-thm-white);
    text-align: center;
    width: 70%;
    opacity: 0;
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    top: 70%;
    left: 50%;
    transition: all 600ms ease;
    z-index: 1;
}

.atf_top_categories:hover .inner-content {
    opacity: 1;
    top: 50%;
}

.atf_top_categories .title {
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 15px;
    color: var(--atf-thm-white);
}

.atf_top_categories .post {
    text-transform: capitalize;
    margin: 0 0 20px;
    display: block;
}

.atf_top_categories .icon {
    padding: 0;
    margin: 0;
    list-style: none;
}

.atf_top_categories .icon li {
    display: inline-block;
    margin: 0 5px;
}

.atf_top_categories .icon li a {
    color: var(--atf-thm-white);
    font-size: 14px;
    line-height: 44px;
    height: 45px;
    width: 45px;
    border: 1px solid var(--atf-thm-white);
    border-radius: 5px;
    display: block;
    transition: all 0.3s;
}

.atf_top_categories .icon li a:hover {
    color: var(--atf-thm-color);
    background: var(--atf-thm-white);
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
}

.atf_top_categories .icon li a i {
    line-height: inherit;
}

@media only screen and (max-width:991px) {
    .atf_top_categories {
        margin: 0 0 30px;
    }
}

/*----------------------------------------*/
/* END TOP CATEGORIES DESIGN
/*--------------------------------------*/

/*----------------------------------------*/
/* START TEAM DESIGN
/*--------------------------------------*/
.atf-single-team {
    text-align: center;
    background: var(--atf-grey-6);
    padding: 30px;
    border: 1px solid var(--atf-border-1);
    border-radius: 30px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    -webkit-transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.atf-single-team:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
}

.atf-single-team .pic {
    display: inline-block;
    border-radius: 50%;
    margin-bottom: 20px;
    width: 150px;
    height: 150px;
    overflow: hidden
}

.atf-single-team .description {
    font-size: 16px;
    color: var(--atf-thm-black);
}

.atf-single-team .pic img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    transition: all 0.6s ease 0s;
    border: 4px solid var(--atf-thm-color);
    padding: 6px;
    aspect-ratio: 1/1;
    object-fit: cover;
    background: var(--atf-thm-white);
}

.atf-single-team .title {
    display: block;
    font-size: 22px;
    font-weight: 700;
    color: var(--atf-thm-black);
    margin-bottom: 5px;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}

.atf-single-team .title:hover {
    color: var(--atf-thm-color);
}

.atf-single-team .post {
    display: block;
    text-transform: capitalize;
    margin-bottom: 8px;
    position: relative;
    color: #a9a9b8 !important;
}

.atf-social-heading {
    font-size: 18px;
    font-weight: 600;
    color: var(--atf-thm-white);
}

.atf-social-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: var(--atf-grey-2);
    padding: 10px 20px;
    border-radius: 30px;
    flex-wrap: wrap;
    margin-top: 25px;
    gap: 10px;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.atf-single-team .social {
    padding: 0;
    list-style: none;
}

.atf-single-team .social li {
    display: inline-block;
    margin-right: 5px;
}

.atf-single-team .social li a {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 40px;
    background: var(--atf-thm-color);
    font-size: 14px;
    color: var(--atf-thm-white);
}

.atf-single-team .social li a:hover {
    background: var(--atf-thm-base);
    text-decoration: none;
}

@media only screen and (max-width: 991px) {
    .atf-single-team {
        margin-bottom: 25px;
    }
}

@media only screen and (max-width: 767px) {
    .atf-single-team {
        overflow: hidden;
    }
}


/**************************************
 * START HIRE DESIGN
 *************************************/
.atf-hire-area {
    background: var(--atf-thm-black);
    border-radius: 40px;
    padding: 65px 30px;
}

.atf-hire-title h2 {
    color: var(--atf-thm-white);
    font-weight: 700;
    text-align: left;
}

.atf-hire-content p {
    color: var(--thm-white);
}

/**************************************
 * END HIRE DESIGN
 *************************************/
/*----------------------------------------*/
/*  END TEAM DESIGN
/*--------------------------------------*/
/**************************************
 *08. START HOT DEAL DESIGN
 *************************************/
#countdown {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

#countdown div {
    margin-top: 20px;
    background: var(--atf-thm-color);
    padding: 15px 30px;
    border-radius: 7px;
    text-align: center;
    font-size: 13px;
    position: relative;
    color: var(--atf-thm-white);
    font-weight: 400;
}

#countdown div strong {
    font-size: 30px;
    color: var(--atf-thm-white);
    letter-spacing: 2px;
}

.atf-single-special-img img {
    width: auto;
}

@media only screen and (max-width: 575px) {
    #countdown div {
        padding: 8px 20px;
    }

    #countdown div strong {
        font-size: 22px;
        color: var(--atf-thm-white);
        letter-spacing: 2px;
    }
}

/**************************************
 * 08. END HOT DEAL DESIGN
 *************************************/
/**************************************
 *  START EVENT DESIGN
 *************************************/
.event-bar li {
    font-weight: 600;
    color: #666668;
}

.event-categories {
    background: var(--atf-grey-5);
    padding: 5px 10px;
    border-radius: 10px;
}

.event-title {
    color: var(--atf-thm-black);
    font-weight: 600;
    transition: all 0.3s ease-in-out;
    line-height: 1.4;
    font-size: 22px;
}

.event-title a {
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.event-title a:hover {
    color: var(--atf-thm-color);
}

.atf-event-item .event-img {
    position: relative;
    overflow: hidden;
    border-radius: 20px !important;
}

.atf-event-item .event-img img {
    width: 100%;
    height: auto;
    position: relative;
    border-radius: 20px;
    width: 100%;
    transition: 1.3s;
}

.atf-event-item:hover .event-img img {
    transform: scale(1.1);
}

@media only screen and (max-width: 991px) {
    .atf-event-item {
        margin: 12px 0;
    }
}

/**************************************
 *  END EVENT DESIGN
 *************************************/
/*----------------------------------------*/
/* 09. START BLOG DESIGN
/*--------------------------------------*/
.sinlge_post {
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin: 12px 0;
    padding: 10px;
    border-radius: 20px;
    height: 100%;
}

.sinlge_post .post-img {
    position: relative;
    overflow: hidden;
    border-radius: 20px !important;
}

.sinlge_post .post-img img {
    width: 100%;
    height: auto;
    position: relative;
    border-radius: 20px;
    width: 100%;
    transition: 1.3s;
}

.sinlge_post:hover .post-img img {
    transform: scale(1.1);
}

.sinlge_post .post-img .post-bar {
    position: absolute;
    bottom: 0px;
}

.post-date a {
    background: var(--atf-thm-color);
    color: var(--atf-thm-white);
    padding: 10px 10px;
    border-radius: 5px;
}

.sinlge_post .post-review {
    border-top: none;
    padding: 20px 20px;
    position: relative;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}

.sinlge_post:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.sinlge_post .post-bar {
    padding: 0;
    list-style: none;
    padding: 15px 0;
    border-bottom: 1px solid #ddd;
    justify-content: space-evenly;
    gap: 15px;
}

.sinlge_post .post-bar.v2 {
    border-top: 1px solid #ddd;
    border-bottom: 0;
}

.sinlge_post .post-bar li {
    display: inline-block;
    font-size: 16px;
    color: var(--atf-text-body);
    margin-right: 10px;
    text-transform: capitalize;
    transition: all 0.3s ease-in-out 0s;
}

.sinlge_post .post-bar li a:hover {
    color: var(--atf-thm-color);
}

.sinlge_post .post-bar li i {
    color: var(--atf-thm-color);
    margin-right: 8px;
}

.sinlge_post .post-title {
    color: var(--atf-thm-black);
    font-weight: 600;
    transition: all 0.3s ease-in-out;
    line-height: 1.4;
    font-size: 22px;
}

.sinlge_post .post-title a {
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.sinlge_post .post-title a:hover {
    color: var(--atf-thm-color);
}

.sinlge_post .describtion {
    margin: 15px 0 15px;
}

.read {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    font-weight: 600;
    color: var(--atf-thm-black);
    position: relative;
}

.read::before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 0%;
    height: 1px;
    background: var(--atf-thm-color);
    transition: all 0.3s ease-in-out;
    color: var(--atf-thm-color);
}

.read:hover {
    color: var(--atf-thm-color);
}

.read:hover::before {
    width: 100%;
}

@media only screen and (max-width: 991px) {
    .sinlge_post {
        margin: 12px 0;
    }
}

/*----------------------------------------*/
/*   START BREADCRUMB DESIGN
/*--------------------------------------*/
.breadcrumb-cover-bg::before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0px;
    opacity: 0.1;
    content: "";
    background-color: var(--atf-thm-black);
}

.breadcrumb-single-content {
    position: relative;
    font-size: 14px;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: rgba(255, 255, 255, 0.08) !important;
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    border-radius: 50px !important;
    padding: 6px 20px !important;
    backdrop-filter: blur(8px) !important;
    -webkit-backdrop-filter: blur(8px) !important;
}

.breadcrumb-single-content span {
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: inline-flex;
    align-items: center;
    padding-right: 0px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    color: rgba(255, 255, 255, 0.6) !important;
}

.breadcrumb-single-content span a {
    color: rgba(255, 255, 255, 0.6) !important;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.breadcrumb-single-content span a:hover {
    color: var(--atf-thm-color) !important;
}

.breadcrumb-sub-title {
    color: #ffffff !important;
    margin-left: 0px;
}

.breadcrumb-title {
    font-size: 60px;
    font-weight: 700;
    color: var(--atf-thm-black);
    line-height: 1.3;
    letter-spacing: -2px;
    margin-bottom: 30px !important;
}

.breadcrumb-bg-attach {
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
}

.breadcrumb-spacing {
    padding-top: 180px;
    padding-bottom: 100px;
}

.breadcrumb-single-content .down {
    transform: rotate(-45deg) !important;
    -webkit-transform: rotate(-45deg) !important;
}

.breadcrumb-single-content .arrow {
    border: 1px solid rgba(255, 255, 255, 0.4) !important;
    border-width: 0 1.5px 1.5px 0 !important;
    display: inline-block;
    padding: 2.5px !important;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    margin: 0 10px 3px 10px !important;
}

@media only screen and (max-width:991px) {
    .breadcrumb-bg-attach {
        background-position: center;
    }

    .breadcrumb-title {
        font-size: 36px;
        letter-spacing: 0px;
    }
}

@media only screen and (max-width:479px) {
    .breadcrumb-title {
        font-size: 40px;
    }

    .breadcrumb-title {
        font-size: 28px;
    }
}

/*----------------------------------------*/
/*   END BREADCRUMB DESIGN
/*--------------------------------------*/
/*----------------------------------------*/
/*   START BLOG DETAILS DESIGN
/*--------------------------------------*/
.blogpost-thumb {
    position: relative;
}

.blogpost-thumb img {
    width: 100%;
    border-radius: 15px;
}

.blogpost-meta-icon {
    font-size: 18px;
    margin-right: 8px;
    color: var(--atf-thm-color);
}

.blogpost-title {
    font-size: 36px;
    font-weight: 700;
    color: var(--atf-thm-black);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.blogpost-text p {
    margin-bottom: 25px;
}

.atf-blog-details-blockquote {
    position: relative;
    padding: 40px;
    border-radius: 15px;
    background-color: white;
    border: 1px solid var(--atf-border-1);
}

.atf-blog-details-blockquote blockquote {
    margin-bottom: 0;
}

.atf-blog-details-blockquote .quote-icon {
    font-size: 36px;
    color: var(--atf-thm-color);
    text-align: start;
    margin-bottom: 15px;
    display: block;
}

.atf-blog-details-blockquote p {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.4;
    color: var(--atf-thm-black);
    margin-bottom: 15px;
}

.atf-blog-details-blockquote .blockquote-info {
    position: relative;
    font-size: 14px;
    padding-left: 30px;
}

.atf-blog-details-blockquote .blockquote-info::before {
    position: absolute;
    width: 15px;
    height: 2px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    content: "";
    background: var(--atf-thm-black);
}

.blogpost-details-title {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 30px;
    color: var(--atf-thm-black);
}

.blogpost-details-list-thumb img {
    border-radius: 15px;
}

@media only screen and (max-width:767px) {
    .blogpost-details-list {
        margin-top: 30px;
    }
}

@media only screen and (max-width:576px) {
    .blogpost-details-social {
        margin-top: 30px;
    }
}

@media only screen and (max-width:479px) {
    .blogpost-comment-avater {
        margin-bottom: 10px;
    }

    .blogpost-comment-title {
        font-size: 28px;
    }

    .blogpost-title {
        font-size: 28px;
    }
}

.blogpost-details-list ul li {
    list-style: none;
    position: relative;
    padding-left: 28px;
    margin-bottom: 15px;
    color: var(--atf-thm-black);
}

.blogpost-details-list ul li i {
    position: absolute;
    left: 0;
    top: 5px;
    color: var(--atf-thm-color);
    font-size: 20px;
}

.blogpost-details-share {
    padding: 30px 0;
}

.blogpost-details-tag-title {
    font-size: 22px;
    font-weight: 700;
    color: var(--atf-thm-black);
    line-height: 0;
}

.tagcloud a {
    font-size: 15px;
    padding: 5px 13px;
    border-radius: 5px;
    margin-right: 8px;
    margin-bottom: 10px;
    display: inline-block;
    border: 1px solid #c6c6c6;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    font-weight: 500;
}

.tagcloud a:hover {
    color: var(--atf-thm-white);
    background-color: var(--atf-thm-color);
    border: 1px solid var(--atf-thm-color);
}

.blogpost-details-social a {
    width: 40px;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    border-radius: 5%;
    margin-right: 10px;
    /* color: var(--atf-thm-black); */
    background: var(--atf-grey-1);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.blogpost-details-social a:hover {
    color: var(--atf-thm-white);
    background: var(--atf-thm-color);
}

.atf-post-btn-group {
    display: flex;
    justify-content: space-between;
    padding: 30px 0;
    border-top: 1px solid var(--atf-border-1);
    border-bottom: 1px solid var(--atf-border-1);
}

/* START BLOG COMMENT DESIGN */
.blogpost-comment-title {
    font-size: 36px;
    font-weight: 700;
    color: var(--atf-thm-black);
}

.blogpost-comment ul li {
    list-style: none;
}

.blogpost-comment-box {
    margin-bottom: 30px;
    background: var(--atf-grey-6);
    padding: 30px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.border-none {
    border: inherit;
}

.blogpost-comment-avater img {
    border-radius: 10px;
}

.blogpost-comment-avater {
    flex: 0 0 auto;
}

.blogpost-comment-name {
    font-size: 22px;
    font-weight: 700;
    color: var(--atf-thm-black);
}

.blogpost-comment-text p {
    margin-bottom: 15px;
}

.blogpost-comment-reply a {
    font-size: 15px;
    font-weight: 600;
    display: inline-block;
    padding: 5px 15px;
    border-radius: 5px;
    background: var(--atf-thm-black);
    color: var(--atf-thm-white);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.blogpost-comment-reply a:hover {
    background: var(--atf-thm-color);
}

.blogpost-comment-from .atf-contact-form .atf_contact_input textarea {
    height: 120px;
    width: 100%;
}

/*----------------------------------------*/
/*   START PAGINATION DESIGN
/*--------------------------------------*/
.pagination-outer {
    text-align: center;
}

.pagination {
    display: inline-flex;
    position: relative;
}

.pagination li a.page-link {
    color: var(--atf-thm-black);
    background: transparent;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    line-height: 42px;
    height: 45px;
    width: 45px;
    padding: 0;
    margin: 0 10px;
    border: 1px solid var(--atf-border-1);
    border-radius: 0;
    display: block;
    position: relative;
    z-index: 0;
    transition: all 0.5s ease 0s;
    box-shadow: none;
}

.pagination li:first-child a.page-link,
.pagination li:last-child a.page-link {
    font-size: 16px;
    line-height: 43px;
}

.pagination li a.page-link:hover,
.pagination li a.page-link:focus,
.pagination li.active a.page-link:hover,
.pagination li.active a.page-link {
    color: var(--atf-thm-color);
    background: transparent;
    border-color: var(--atf-thm-color);
}

.pagination li a.page-link::before,
.pagination li a.page-link::after {
    content: '';
    background-color: var(--atf-grey-7);
    height: 3px;
    width: 100%;
    opacity: 1;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    transition: all 0.3s ease 0s;
}

.pagination li a.page-link:after {
    left: 0;
    bottom: 0;
    top: auto;
    right: auto;
}

.pagination li a.page-link:hover:before,
.pagination li a.page-link:focus:before,
.pagination li.active a.page-link:hover:before,
.pagination li.active a.page-link:before,
.pagination li a.page-link:hover:after,
.pagination li a.page-link:focus:after,
.pagination li.active a.page-link:hover:after,
.pagination li.active a.page-link:after {
    background-color: var(--atf-thm-color);
    height: 100%;
    width: 3px;
}

@media only screen and (max-width: 480px) {
    .pagination {
        font-size: 0;
        display: inline-block;
    }

    .pagination li {
        display: inline-block;
        vertical-align: top;
        margin: 0 0 15px;
    }
}

/*----------------------------------------*/
/*   END PAGINATION DESIGN
/*--------------------------------------*/
/*********************************** 
START SIDEBAR DESIGN 
***********************************/
.sidebar-widget {
    padding: 50px;
    background: var(--atf-grey-5);
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.sidebar-widget:not(:last-child) {
    margin-bottom: 30px;
}

.sidebar-widget-title {
    font-weight: 700;
    font-size: 24px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .sidebar-widget {
        padding: 40px;
    }
}

.sidebar-search-input {
    position: relative;
}

.sidebar-search-input input:focus {
    border: 1px solid var(--atf-thm-color);
}

.sidebar-search-input input {
    border: 0;
    height: 58px;
    border: 1px solid transparent;
    border-radius: 15px;
    background-color: var(--atf-thm-white);
}

.sidebar-search-input button {
    position: absolute;
    right: 0;
    width: 58px;
    height: 58px;
    font-size: 16px;
    line-height: 58px;
    text-align: center;
    color: var(--atf-thm-white);
    background: var(--atf-thm-color);
    border-radius: 0 15px 15px 0;
}

.sidebar-search-input button {
    font-size: 16px;
    line-height: 58px;
    text-align: center;
    color: var(--atf-thm-white);
}

.lp-post {
    border-radius: 15px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.lp-post-thumb {
    margin-right: 15px;
    flex: 0 0 auto;
}

.lp-post-thumb a img {
    width: 72px;
    height: 72px;
    border-radius: 5px;
    object-fit: cover;
}

.lp-meta {
    font-size: 12px;
    margin-top: 0px;
}

.lp-meta i {
    font-size: 14px;
    color: var(--atf-thm-color);
    margin-right: 5px;
}

.lp-post-title {
    font-size: 20px;
    font-weight: 600;
    color: var(--atf-thm-black);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.lp-post-title:hover {
    color: var(--atf-thm-color);
}

.sidebar-widget-content ul li {
    position: relative;
    display: block;
}

.sidebar-widget-content ul li a {
    font-size: 16px;
    font-weight: 500;
    padding: 10px 0;
    color: var(--atf-thm-white);
    display: block;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    border-radius: 15px;
    padding-left: 25px;
}

.sidebar-widget-content ul li a:hover {
    color: var(--atf-thm-color);
}

.sidebar-widget-content ul li a i {
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
}

/*----------------------------------------*/
/*   END BLOG DETAILS DESIGN
/*--------------------------------------*/
/*----------------------------------------
START EVENT DETAILS DESIGN
------------------------------------------*/
.atf_event__details-title {
    font-size: 36px;
    font-weight: 700;
    color: var(--atf-thm-black);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

@media screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:575px) and (max-width:767px),
only screen and (min-width:320px) and (max-width:574px) {

    .atf_portfolio__details-title,
    .event-details-list-title,
    .atf_event__details-title {
        font-size: 28px;
    }
}

.atf_event__details-area p {
    margin-bottom: 20px;
}

.atf_event__details-thumb img {
    border-radius: 15px;
    position: relative;
    overflow: hidden;
    object-fit: cover;
}

.event_contact_box {
    text-align: left;
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.team_contact_box {
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.atf_event-details-contact_info ul li {
    margin-bottom: 12px;
    list-style: none;
}

.atf_event-details-contact_info ul li span {
    font-weight: 600;
    color: var(--atf-thm-white);
    transition: all 0.3s ease-in-out 0s;
}

.atf_event-details-contact_info ul li a:hover {
    color: var(--atf-thm-black);
    text-decoration: underline;
}

.atf_event__details-social ul li {
    display: inline-block;
    margin-top: 10px;
}

.atf_event__details-social ul li:not(:last-child) {
    margin-right: 5px;
}

.atf_event__details-social ul li a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 42px;
    text-align: center;
    background: var(--atf-thm-color);
    color: var(--atf-thm-white);
    -webkit-border-radius: 5%;
    -moz-border-radius: 5%;
    border-radius: 5%;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.atf_event__details-social ul li a:hover {
    background: var(--atf-thm-black);
    color: var(--atf-thm-white);
}

@media (max-width: 991px) {
    .atf_event__details-social ul li {
        display: inline-block;
        margin-bottom: 0px;
    }
}

.event-details-list ul li {
    list-style: none;
    position: relative;
    padding-left: 28px;
    margin-bottom: 10px;
    color: var(--atf-thm-black);
}

.event-details-list p {
    margin: 0;
}

.event-details-list ul li i {
    position: absolute;
    left: 0;
    top: 5px;
    color: var(--atf-thm-color);
    font-size: 20px;
}

.event-details-list-thumb img {
    border-radius: 40px 0 40px 40px;
}

@media only screen and (max-width:767px) {

    .event-details-list.w-50,
    .atf_event__details-thumb.w-50 {
        width: 100% ! important;
    }

    .atf_event__details-item {
        flex-wrap: wrap;
    }

    .atf_event__details-item.mb-30 {
        margin-bottom: 0;
    }

    .event-details-list-area {
        flex-wrap: wrap;
    }
}

/*-------------------------------------------
END EVENT DETAILS DESIGN
--------------------------------------------*/
/*-------------------------------------------
START TEAM DETAILS DESIGN
----------------------------------------------*/
.atf_team-details-list p {
    margin-bottom: 20px;
}

.team_progress_title {
    font-size: 20px;
    font-weight: 500;
    color: var(--atf-thm-black);
}

.team_year {
    display: inline-block;
    border: 1px solid var(--atf-border-1);
    padding: 5px 20px;
    border-radius: 30px;
}

.progress-title {
    font-size: 22px;
    font-weight: 600;
    color: var(--atf-thm-black);
    text-transform: capitalize;
    margin: 0 0 25px;
}

.progress {
    height: 10px;
    background: #e9e9ea;
    border-radius: 15px;
    margin-bottom: 30px;
    overflow: visible;
    position: relative;
}

.progress:before,
.progress:after {
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: var(--atf-thm-white);
    position: absolute;
    top: -5px;
    left: 0;
    z-index: 1;
}

.progress:after {
    border: 7px solid #e9e9ea;
    left: auto;
    right: 0;
}

.progress .progress-bar {
    box-shadow: none;
    border: none;
    overflow: visible;
    border-radius: 15px;
    position: relative;
    -webkit-animation: animate-positive 8s;
    animation: animate-positive 8s;
}

.progress .progress-value {
    width: 70px;
    height: 35px;
    line-height: 27px;
    border-radius: 20px;
    background: var(--atf-thm-white);
    font-size: 17px;
    font-weight: 600;
    position: absolute;
    top: -12px;
    right: 0;
    z-index: 2;
}

.progress.orange:before {
    border: 7px solid var(--atf-thm-color);
}

.progress.orange .progress-value {
    border: 5px solid var(--atf-thm-color);
    color: var(--atf-thm-color);
}

@-webkit-keyframes animate-positive {
    0% {
        width: 0;
    }
}

@keyframes animate-positive {
    0% {
        width: 0;
    }
}

.atf_team-details-list ul li {
    margin-bottom: 12px;
    list-style: none;
}

.atf_team-details-list ul li span {
    font-weight: 600;
    color: var(--atf-thm-white);
    transition: all 0.3s ease-in-out 0s;
}

.atf_team-details-list ul li a:hover {
    color: var(--atf-thm-white);
    text-decoration: underline;
}

.atf_team__details-social ul li {
    display: inline-block;
}

.atf_team__details-social ul li:not(:last-child) {
    margin-right: 5px;
}

.atf_team__details-social ul li a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: var(--atf-thm-color);
    color: var(--atf-thm-white);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    font-size: 15px;
}

.atf_team__details-social ul li a:hover {
    background: var(--atf-thm-black);
    color: var(--atf-thm-white);
}

@media (max-width: 991px) {
    .atf_team__details-social ul li {
        display: inline-block;
        margin-bottom: 0px;
    }
}

.team_exp_title h3 {
    line-height: 1.7;
}

/* Styling for the main testimonial card */
.testimonial-card {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 0 0 10px rgba(93, 117, 249, 0.3), 0 0 0 6px rgba(255, 239, 228, 0.15);
}

/* Styling for the small rating cards on the left */
.rating-card {
    background-color: var(--atf-thm-white);
    border-radius: 8px;
    border: 1px solid #eee;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    font-size: 16px;
    padding: 3px 8px;
    font-weight: 400;
    color: var(--atf-thm-black);
}

.rating-card i {
    color: var(--atf-thm-color);
}

.rating-content {
    font-size: 16px;
    padding: 3px 8px;
    font-weight: 400;
    color: var(--atf-thm-black);
    justify-content: space-between;
}

.rating {
    color: var(--atf-thm-color);
    font-weight: 600;
    font-size: 14px;
    padding: 2px 15px;
    border-radius: 5px;
    box-shadow: 0 0 0 2px rgba(81, 124, 251, 0.3), 0 0 0 4px rgba(255, 239, 228, 0.15);
}

.rating-icon {
    color: #ffab0b;
    font-weight: 700;
    margin-right: 10px;
    font-size: 14px;
}

.timeline_team_title {
    font-size: 22px;
}

.timeline-item {
    flex: 1;
    min-width: 150px;
    border: 1px solid var(--atf-border-1);
    padding: 20px;
}

.timeline_team_des {
    margin: 0;
}

/*---------------------------------------------
END TEAM DETAILS DESIGN
---------------------------------------------*/
/*---------------------------------------------
START COURSE DETAILS DESIGN
---------------------------------------------*/
/* tab */
.atf-course-details-tab-nav .nav-tabs {
    padding: 12px 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    justify-content: space-between;
}

@media (max-width: 575px) {
    .atf-course-details-tab-nav .nav-tabs {
        padding-bottom: 0;
    }
}

.atf-course-details-tab-nav .nav-tabs .nav-link {
    font-size: 16px;
    color: var(--atf-text-body);
    font-weight: 600;
    position: relative;
    border: none;
    margin: 0;
    /* padding: 0; */
}

.atf-course-details-tab-nav .nav-tabs .nav-link:hover {
    color: #fff !important;
}

.atf-course-details-tab-nav .nav-tabs .nav-link.active {
    color: var(--atf-thm-black) !important;
}

.atf-course-details-tab-nav .nav-tabs .nav-link.active,
.atf-course-details-tab-nav .nav-tabs .nav-link:hover {
    color: var(--atf-thm-black);
}

.atf-course-details-tab-nav .nav-tabs .nav-link::after {
    display: none !important;
    content: none !important;
}

@media (max-width: 575px) {
    .atf-course-details-tab-nav .nav-tabs span#productTabMarker {
        display: none !important;
    }
}

.atf-course-details-tab-line {
    position: absolute;
    bottom: 0;
    height: 1px;
    background-color: var(--atf-thm-black);
    display: block;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.atf-course-overview-list li {
    font-size: 1rem;
    color: var(--atf-text-body);
    margin-bottom: 16px;
    text-align: left;
}

.course-overview-list-icon {
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--atf-thm-color);
    border-radius: 50%;
    margin-top: 2px;
    aspect-ratio: 1/1;
}

/* curriculum */
.atf-course-details-curriculum-area {
    border: 1px solid #ddd;
    padding: 30px;
    border-radius: 20px;
}

.atf-course-details-curriculum ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    margin-bottom: 15px;
    color: var(--atf-text-body);
    font-weight: 500;
}

.atf-course-details-curriculum:last-child ul li {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.curriculum_heading_left h4 {
    display: inline-block;
    font-weight: 500;
    font-size: 20px;
}

.curriculum_heading_right {
    display: flex;
    align-items: center;
    gap: 30px;
    color: var(--atf-thm-black);
}

.curriculum_heading_right span {
    color: var(--atf-text-body);
}

.curriculum_left span {
    color: var(--atf-thm-color);
}

.curriculum_left a {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.curriculum_left a:hover {
    color: var(--atf-thm-color);
}

.curriculum_right {
    display: flex;
    align-items: center;
    gap: 30px;
}

.curriculum_right a {
    background: var(--atf-thm-color);
    padding: 3px 10px;
    border-radius: 5px;
    font-size: 14px;
    color: var(--atf-thm-white);
}

/* review */
.atf-course-details-review-number {
    border: 1px solid #e0e2e3;
    padding: 40px;
}

@media (max-width: 575px) {
    .atf-course-details-review-number {
        padding: 35px 25px 33px 25px;
    }
}

.atf-course-details-review-number-title {
    font-weight: 600;

}

.atf-course-details-review-summery {
    margin-bottom: 12px;
    line-height: 0;
}

.atf-course-details-review-summery-value span {
    font-size: 40px;
    font-weight: 500;
    color: var(--atf-thm-color);
    margin-right: 8px;
}

.atf-course-details-review-summery-rating {
    margin-right: 3px;
}

.atf-course-details-review-summery-rating span {
    color: #ffb21d;
}

.atf-course-details-review-summery-rating p {
    margin-left: 4px;
    font-size: 14px;
    margin-bottom: 0;
}

.atf-course-details-review-rating-item>span {
    color: #a0a2a4;
    font-size: 15px;
    margin-right: 10px;
}

.atf-course-details-review-rating-bar {
    width: 80%;
    background-color: #edeeee;
    height: 10px;
    position: relative;
    margin-right: 12px;
}

@media (max-width: 767px) {
    .atf-course-details-review-rating-bar {
        width: 70%;
    }
}

@media (max-width: 575px) {
    .atf-course-details-review-rating-bar {
        width: 65%;
    }
}

.atf-course-details-review-rating-bar-inner {
    height: 100%;
    background-color: #ffb21d;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
}

.atf-course-details-review-rating-percent span {
    font-size: 14px;
}

.atf-course-details-review-title {
    font-weight: 600;
}

@media (max-width: 575px) {
    .atf-course-details-review-list {
        padding-right: 0;
    }
}

.atf-course-details-review-avater:not(:last-child) {
    margin-bottom: 32px;
}

.atf-course-details-review-avater-thumb {
    flex: 0 0 auto;
}

.atf-course-details-review-avater-thumb img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-right: 20px;
}

.atf-course-details-review-avater-rating {
    line-height: 1;
    margin-bottom: 3px;
}

.atf-course-details-review-avater-rating span {
    font-size: 10px;
    margin-right: 2px;
    color: #ffb21d;
}

.atf-course-details-review-avater-title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 9px;
    display: inline-block;
}

.atf-course-details-review-avater-meta {
    font-size: 12px;
    position: relative;
    padding-left: 11px;
    margin-left: 3px;
}

.atf-course-details-review-avater-meta::after {
    position: absolute;
    content: "";
    left: 0;
    top: 8px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #a8acb0;
}

.atf-course-details-review-avater-comment p {
    font-size: 16px;
    margin-bottom: 0;
    line-height: 1.4;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .atf-course-details-review-form {
        margin-top: 50px;
    }
}

.atf-course-details-review-form>p {
    font-size: 16px;
    margin-bottom: 8px;
}

.atf-course-details-review-form-title {
    font-weight: 600;
}

.atf-course-details-review-form-rating {
    margin-bottom: 28px;
}

.atf-course-details-review-form-rating p {
    margin-bottom: 0;
    font-size: 14px;
    margin-right: 8px;
}

.atf-course-details-review-form-rating-icon span {
    font-size: 12px;
    color: #ffb21d;
}

.atf-course-details-review-input-box {
    position: relative;
}

.atf-course-details-review-input-box:not(:last-child) {
    margin-bottom: 20px;
}

.atf-course-details-review-input input {
    font-size: 16px;
    height: 56px;
    background: var(--atf-grey-1);
    border: 1px solid transparent;
    border: 1px solid var(--atf-border-1);
    border-radius: 15px;
}

.atf-course-details-review-input input::placeholder {
    font-size: 16px;
    color: var(--atf-text-body);
}

.atf-course-details-review-input textarea {
    height: 165px;
    resize: none;
    border: 1px solid var(--atf-border-1);
    background: var(--atf-grey-1);
    border-radius: 15px;
}

.atf-course-details-review-input input:focus,
.atf-course-details-review-input textarea:focus {
    border: 1px solid var(--atf-thm-color);
}

.atf-course-details-review-input textarea::placeholder {
    font-size: 16px;
    color: var(--atf-text-body);
}

.atf-course-details-review-input-title label {
    font-size: 14px;
    color: var(--atf-thm-black);
    position: absolute;
    top: -7px;
    left: 20px;
    padding: 0 5px;
    background-color: var(--atf-thm-white);
    line-height: 1;
}

.atf-course-details-review-remeber input {
    display: none;
}

.atf-course-details-review-remeber input:checked~label::after {
    background-color: var(--atf-thm-color);
    border-color: var(--atf-thm-color);
}

.atf-course-details-review-remeber input:checked~label::before {
    visibility: visible;
    opacity: 1;
}

.atf-course-details-review-remeber label {
    font-size: 15px;
    color: #55585b;
    position: relative;
    padding-left: 26px;
    z-index: 1;
}

.atf-course-details-review-remeber label::after {
    position: absolute;
    content: "";
    top: 4px;
    left: 0;
    width: 18px;
    height: 18px;
    line-height: 16px;
    text-align: center;
    border: 1px solid #c3c7c9;
    z-index: -1;
}

.atf-course-details-review-remeber label::before {
    position: absolute;
    content: "\f00c";
    top: 4px;
    left: 0;
    width: 18px;
    height: 18px;
    line-height: 16px;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    color: var(--atf-thm-white);
    font-family: var(--atf-ff-fontawesome);
    font-weight: 700;
    font-size: 14px;
}

.atf-course-details-review-remeber label a:hover {
    color: var(--atf-thm-color);
}

.atf-course-details-review-remeber label:hover {
    cursor: pointer;
}

/* course sidebar */
.course_contact_box {
    text-align: left;
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.atf_course-details-contact_info ul li {
    margin-bottom: 12px;
    list-style: none;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ddd;
    padding-bottom: 12px;
}

.atf_course-details-contact_info:last-child ul li {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.atf_course-details-contact_info ul li span {
    font-weight: 600;
    color: #fff;
    transition: all 0.3s ease-in-out 0s;
}

.atf_course-details-contact_info ul li a:hover {
    color: var(--atf-thm-black);
    text-decoration: underline;
}

/* Course Details Batches Swiper */
.batch-nav button {
    background: transparent;
    border: 1px solid #ddd;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    font-size: 12px;
    color: var(--atf-thm-base);
    transition: all 0.3s ease;
    cursor: pointer;
}

.batch-nav button:hover {
    background: var(--atf-thm-base);
    color: #fff;
    border-color: var(--atf-thm-base);
}

.batch-nav button.swiper-button-disabled {
    opacity: 0.3;
    cursor: not-allowed;
    background: transparent !important;
    color: var(--atf-thm-base) !important;
    border-color: #ddd !important;
}

.atf_course-details-contact_info ul li.batch-item {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    border-bottom: none !important;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
    text-align: left;
    width: 100%;
}

.batch-name {
    font-size: 1.1rem;
    font-weight: 700;
    display: block;
    margin-bottom: 4px;
}

.batch-details {
    font-size: 0.95rem;
    color: var(--atf-text-body);
    display: block;
}

.course-batches-swiper .swiper-slide {
    height: auto;
}

.atf_course__details-social ul li {
    display: inline-block;
    margin-top: 10px;
}

.atf_course__details-social ul li:not(:last-child) {
    margin-right: 5px;
}

.atf_course__details-social ul li a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 42px;
    text-align: center;
    background: var(--atf-grey-5);
    color: var(--atf-thm-base);
    -webkit-border-radius: 5%;
    -moz-border-radius: 5%;
    border-radius: 5%;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.atf_course__details-social ul li a:hover {
    background: var(--atf-thm-black);
    color: var(--atf-thm-white);
}

@media (max-width: 991px) {
    .atf_course__details-social ul li {
        display: inline-block;
        margin-bottom: 0px;
    }
}

.course-details-list ul li {
    list-style: none;
    position: relative;
    padding-left: 28px;
    margin-bottom: 10px;
    color: var(--atf-thm-black);
}

.course-details-list p {
    margin: 0;
}

.course-details-list ul li i {
    position: absolute;
    left: 0;
    top: 5px;
    color: var(--atf-thm-color);
    font-size: 20px;
}

/*---------------------------------------------
END COURSE DETAILS DESIGN
---------------------------------------------*/
/*----------------------------------------*/
/*  09. END BLOG DESIGN
/*--------------------------------------*/
/*----------------------------------------*/
/*  START ERROR DESIGN
/*--------------------------------------*/
.error-search-input {
    position: relative;
}

.error-search-input input:focus {
    border: 1px solid var(--atf-thm-color);
}

.error-search-input input {
    border: 0;
    height: 58px;
    border: 1px solid transparent;
    border-radius: 15px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    background-color: var(--atf-thm-white);
}

.error-search-input button {
    position: absolute;
    right: 0;
    width: 58px;
    height: 58px;
    font-size: 16px;
    line-height: 58px;
    text-align: center;
    color: var(--atf-thm-white);
    background: var(--atf-thm-color);
    border-radius: 0 15px 15px 0;
}

.error-search-input button {
    font-size: 16px;
    line-height: 58px;
    text-align: center;
    color: var(--atf-thm-white);
}

/*----------------------------------------*/
/* END ERROR DESIGN
/*--------------------------------------*/
/*----------------------------------------*/
/*  10. START PARTNER DESIGN
/*--------------------------------------*/
.marquee {
    margin: 0 auto;
    overflow: hidden;
}

.marquee ul.marquee-content {
    display: flex;
    align-items: center;
    gap: 20px;
}

.marquee ul.marquee-content li {
    flex-shrink: 0;
    width: 250px;
    border: 1px solid #ddd;
    padding: 10px;
    background: var(--atf-grey-8);
    border-radius: 30px;
}

.marquee-content img {
    border-radius: 30px;
}

.marquee-wrapper {
    width: 100%;
    overflow: hidden;
}

/*----------------------------------------*/
/*  10. START PARTNER DESIGN
/*--------------------------------------*/
/*----------------------------------------*/
/*  11. START CHOOSE DESIGN
/*--------------------------------------*/
.single-choose-icon {
    font-size: 80px;
    color: var(--atf-thm-color);
}

.atf-single-choose {
    background: var(--atf-grey-6);
    border-radius: 30px;
}

.choose-icon span {
    font-size: 16px;
    color: var(--atf-thm-color);
}

.atf_choose_content p {
    background: var(--atf-thm-base);
    padding: 5px 15px;
    transform: rotate(-90deg);
    left: -84px;
    position: absolute;
    top: 0;
    font-size: 24px;
    border-radius: 6px;
    color: var(--atf-thm-white);
}

.bg-image-right {
    position: relative;
}

.bg-image-right::before {
    position: absolute;
    content: "";
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../img/about/choose.jpg);
    height: 100%;
    width: 50%;
    left: auto;
    right: 0;
    top: 0;
}

.atf-choose-list li {
    font-size: 1rem;
    color: var(--atf-text-body);
    margin-bottom: 8px;
    text-align: left;
}

/*----------------------------------------*/
/*  11. END CHOOSE DESIGN
/*--------------------------------------*/
/*----------------------------------------*/
/*  12. START NEWSLETTER DESIGN
/*--------------------------------------*/
.atf-newsletter.atf-cover-bg::before {
    background: rgba(0, 0, 0, 0.7);
}

.atf-newsletter-area {
    border-radius: 10px;
    padding: 50px 50px;
}

.atf-single-newsletter {
    position: relative;
}

.atf-mailchamp-title .title {
    color: var(--atf-thm-white);
    font-weight: 700;
    margin-bottom: 0;
}

.atf-single-newsletter .atf_contact_input input {
    background: transparent;
    color: var(--atf-thm-white);
    border: 1px solid rgba(255, 255, 255, 0.1);
    width: 100%;
    font-size: 16px;
    border-radius: 5px;
    display: inline-block;
    padding-left: 15px;
}

.atf-single-newsletter .atf_contact_input input:focus {
    box-shadow: none;
    outline: 0 none;
    background: transparent;
    border-color: inherit;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    border: 1px solid var(--atf-thm-color);
}

.atf-single-newsletter .atf_contact_input {
    margin-bottom: 0;
}

.atf-single-newsletter .subcribe-btn {
    position: absolute;
    right: 9px;
    top: 6px;
    font-size: 16px;
    color: var(--atf-thm-white);
    background: var(--atf-thm-color);
    padding: 7px 20px;
    border-radius: 5px;
}

/*----------------------------------------*/
/*  12. END NEWSLETTER DESIGN
/*--------------------------------------*/

/*----------------------------------------*/
/*  13. START CONTACT DESIGN
/*--------------------------------------*/
.atf__overlay_1 {
    position: relative;
}

.atf__overlay_1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 70%;
    background-image: url(../img/bg/bg-1.jpg);
    z-index: -1;
    background-size: cover;
    background-position: center;
}

.atf__overlay_2 {
    position: relative;
}

.atf__overlay_2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 74%;
    background-image: url(../img/halmet-bg.jpeg);
    z-index: -1;
    background-size: cover;
    background-position: center;
}

.atf__overlay_1.style1 {
    height: 90%;
}

.atf__overlay_1.style1.fact {
    height: 100%;
}

.atf__overlay_1.atf-cover-bg::before {
    background: rgba(0, 0, 0, 0.45);
}

.atf__overlay_2.atf-cover-bg::before {
    background: rgba(0, 0, 0, 0.8);
}

.atf-contact-area .row:first-of-type {
    position: relative;
    z-index: 100;
}

.atf-contact-form {
    background: var(--atf-grey-6);
    padding: 40px 45px;
    border: 3px solid var(--atf-thm-black);
    border-radius: 30px;
    position: relative;
    z-index: 10;
}

.atf-contact-form .button {
    margin: 0;
}

.atf-contact-form label {
    font-weight: 600;
    color: var(--atf-thm-white);
    font-size: 18px;
}

.atf-contact-form .atf_contact_input input,
.atf-contact-form .atf_contact_input textarea {
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out 0s;
    margin: 10px 0;
    padding-left: 20px;
}

.atf-contact-form .atf_contact_input input:focus,
.atf-contact-form .atf_contact_input textarea:focus {
    box-shadow: none;
    border: 1px solid var(--atf-thm-color);
}

.atf-contact-form .atf_contact_input textarea {
    height: 120px;
    width: 100%;
}

.atf-contact-area .atf-themes-btn {
    margin-top: 10px;
    text-align: center;
}

.atf-contact-info {
    color: var(--atf-thm-white);
}

.atf-contact-address h3 {
    font-size: 22px;
    line-height: 1.0;
}

.atf-contact-details {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.atf-contact-details:last-child {
    border-bottom: inherit;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.atf-contact-icon {
    width: 80px;
    height: 80px;
    line-height: 80px;
    background: var(--atf-thm-color);
    font-size: 20px;
    color: var(--atf-thm-white);
    text-align: center;
    border-radius: 50%;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    flex-shrink: 0;
}

.atf-contact-content span {
    color: var(--atf-text-body);
}

.atf-choose-country.nice-select {
    border-radius: 10px;
    width: 100%;
    background: #1a1a20 !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    color: #ffffff !important;
    height: 56px;
    padding-left: 20px;
    padding-right: 40px;
}

.atf-choose-input .nice-select {
    height: 56px;
    line-height: 56px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    background: #1a1a20 !important;
    color: #ffffff !important;
    float: none;
    padding: 0 40px 0 20px;
    font-size: 16px;
    margin-top: 10px;
}

.atf-choose-input .nice-select::after {
    right: 20px;
    border-color: #ffffff;
}

.atf-choose-input .nice-select .current {
    color: #ffffff !important;
    display: block !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    max-width: 100% !important;
}

.atf-choose-input .nice-select .list {
    background-color: #1a1a20 !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    width: 100%;
    max-height: 220px;
    overflow-y: auto !important;
}

.atf-choose-input .nice-select .list::-webkit-scrollbar {
    width: 6px;
}

.atf-choose-input .nice-select .list::-webkit-scrollbar-track {
    background: #1a1a20;
}

.atf-choose-input .nice-select .list::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 3px;
}

.atf-choose-input .nice-select .list::-webkit-scrollbar-thumb:hover {
    background: var(--atf-thm-color);
}

.atf-choose-input .nice-select .option {
    color: #ffffff !important;
    background-color: #1a1a20 !important;
    padding-left: 20px;
    padding-right: 20px;
    white-space: normal !important;
    line-height: 1.4 !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    height: auto !important;
    margin: 4px 6px !important;
    border-radius: 6px !important;
    transition: all 0.2s ease !important;
    font-size: 14px !important;
}

.atf-choose-input .nice-select .option.selected,
.atf-choose-input .nice-select .option.selected:hover,
.atf-choose-input .nice-select .option.selected.focus {
    background-color: var(--atf-thm-color) !important;
    color: #ffffff !important;
}

.atf-choose-input .nice-select .option:hover,
.atf-choose-input .nice-select .option.focus {
    background-color: #2c2d3a !important;
    color: #ffffff !important;
}

.nice-select.open {
    z-index: 999 !important;
}

/* Native Select Styling */
.atf-choose-input select.atf-choose-country {
    background-color: #1a1a20 !important;
    color: #ffffff !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: 10px;
    height: 56px;
    width: 100%;
    font-size: 16px;
    padding-left: 20px;
    padding-right: 40px;
    /* space for arrow */
    margin: 10px 0;
    outline: none;
    transition: all 0.3s ease-in-out 0s;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e") !important;
    background-repeat: no-repeat !important;
    background-position: right 20px center !important;
    background-size: 16px !important;
    cursor: pointer;
}

.atf-choose-input select.atf-choose-country:focus {
    border-color: var(--atf-thm-color) !important;
    background-color: #1e1e26 !important;
}

.atf-choose-input select.atf-choose-country option {
    background-color: #1a1a20;
    color: #ffffff;
}

.form-message {
    color: var(--atf-thm-black);
}

#atf-map-area iframe {
    width: 100%;
    height: 450px;
    display: block;
    border-radius: 40px;
}

#atf-map-event iframe {
    width: 100%;
    height: 450px;
    display: block;
    border-radius: 0px;
}

/*----------------------------------------*/
/*  12. END CONTACT DESIGN
/*--------------------------------------*/
/*----------------------------------------*/
/*  13. START FOOTER DESIGN
/*--------------------------------------*/
.atf-footer-payment img {
    margin-bottom: 0 !important;
    background-color: var(--atf-grey-1);
}

.atf-single-footer p {
    color: #ccc;
}

.atf-footer-area {
    background-color: var(--atf-thm-black);
}

.atf-footer-area .atf-single-footer {
    position: relative;
}

.atf-single-footer .title {
    margin-bottom: 25px;
    color: var(--atf-thm-white);
    font-weight: 600;
    font-size: 22px;
}

.atf-footer-social-icon {
    display: flex;
    align-items: center;
    gap: 15px;
}

.atf-footer-social-icon li {
    display: flex;
    align-items: center;
}

.atf-footer-social-icon li a {
    display: inline-block;
    font-size: 16px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: var(--atf-thm-black);
    background: var(--atf-thm-white);
    text-align: center;
    border-radius: 5%;
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.1);
    transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
}

.atf-footer-social-icon li a:hover {
    background: var(--atf-thm-color);
    color: var(--atf-thm-white);
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.3)inset;
}

.atf-single-footer .atf-list-menu li a {
    color: #ccc;
    margin-bottom: 10px;
    display: block;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.atf-single-footer .atf-list-menu li {
    display: flex;
    align-items: center;
}

.atf-single-footer .atf-list-menu li::before {
    content: "";
    background-color: var(--atf-thm-color);
    position: relative;
    left: 0;
    top: -4px;
    width: 0px;
    height: 0px;
    border-radius: 50%;
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.atf-single-footer .atf-list-menu li:hover::before {
    opacity: 1;
    width: 10px;
    height: 10px;
}

.atf-single-footer .atf-list-menu li:hover a {
    color: var(--atf-thm-white);
    margin-left: 10px;
}

.atf-single-footer .atf-list-menu li a {
    display: block;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.atf-copyright-text p {
    color: #ccc;
}

.atf-copyright-text a {
    color: var(--atf-thm-base);
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    text-decoration: underline;
    font-weight: 700;
}

.atf-copyright-text {
    padding: 30px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.atf-copyright-text a:hover {
    color: var(--atf-thm-white);
    text-decoration: inherit;
}

.atf-contact-icon.style1 {
    font-size: 20px;
    border-radius: 5px;
    width: 50px;
    height: 60px;
    line-height: 60px;
}

/* Custom compact footer contact details styling */
.atf-footer-area .atf-contact-details {
    border-bottom: none !important;
    padding-bottom: 0 !important;
    margin-bottom: 12px !important;
    margin-top: 0 !important;
}

.atf-footer-area .atf-contact-details:last-child {
    margin-bottom: 0 !important;
}

.atf-footer-area .atf-contact-icon.style1 {
    font-size: 14px !important;
    border-radius: 6px !important;
    width: 40px !important;
    height: 40px !important;
    line-height: 40px !important;
    background: var(--atf-thm-color) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-right: 15px !important;
    margin-top: 2px !important;
    flex-shrink: 0 !important;
}

.atf-footer-area .atf-contact-icon.style1 i {
    font-size: 14px !important;
    color: #ffffff !important;
}

.atf-footer-area .atf-contact-address {
    text-align: left !important;
}

.atf-footer-area .atf-contact-address h3 {
    font-size: 15px !important;
    line-height: 1.2 !important;
    font-weight: 600 !important;
    margin-bottom: 2px !important;
    color: #ffffff !important;
}

.atf-footer-area .atf-contact-address p {
    font-size: 13.5px !important;
    line-height: 1.4 !important;
    color: #ccc !important;
    margin-bottom: 0 !important;
}

@media only screen and (max-width: 991px) {
    .atf-single-footer {
        margin: 15px 0;
    }
}

/*----------------------------------------*/
/*  13. END FOOTER DESIGN
/*--------------------------------------*/
/*
* ----------------------------------------------------------------------------------------
* START SLICK DESIGN
* ----------------------------------------------------------------------------------------
*/
.slick-arrow-2 .slick-arrow {
    cursor: pointer;
    position: absolute;
    top: 90px;
    height: 60px;
    width: 60px;
    line-height: 58px;
    display: block;
    left: auto;
    right: 100px;
    border: 1px solid;
    text-align: center;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
}

.slick-arrow-2 .slick-arrow:hover {
    background-color: var(--atf-thm-color);
    border-color: var(--atf-thm-color);
    color: var(--atf-thm-white) !important;
}

.slick-arrow-2 .slick-next {
    right: -80px;
    background-color: var(--atf-thm-white);
    border-color: var(--atf-thm-color);
    color: var(--thm-color) !important;
}

.slick-arrow-2 .slick-prev {
    background-color: var(--atf-thm-color);
    border-color: var(--atf-thm-color);
    color: var(--atf-thm-white) !important;
    left: -80px;
    right: auto;
}

/* Center course slider navigation arrows vertically relative to the card */
.atf__course_slider_active.slick-arrow-2 .slick-arrow {
    top: 42% !important;
    transform: translateY(-50%) !important;
}

/* slick-arrow */
.slick-arrow {
    cursor: pointer;
    z-index: 3;
}

/* slick-arrow-1 */
.slick-arrow-1 .slick-arrow {
    background-color: var(--atf-thm-white);
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 15px;
    right: auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    line-height: 48px;
    display: block;
    border: 1px solid var(--atf-thm-color);
    border-radius: 50%;
    text-align: center;
    transition: all 0.5s ease-in-out 0s;
    font-size: 20px;
    color: var(--thm-color) !important;
    z-index: 1;
    opacity: 0;
    visibility: visible;
}

.slick-arrow-1 .slick-arrow:hover {
    background-color: var(--atf-thm-color);
    border-color: var(--atf-thm-color);
    color: var(--atf-thm-white) !important;
}

.slick-arrow-1 .slick-next {
    right: 15px;
    left: auto;
}

.slick-arrow-1:hover .slick-arrow {
    opacity: 1;
    visibility: visible;
}

.slick-arrow-1-inner.slick-arrow-1:hover .slick-arrow {
    left: 50px;
    right: auto;
}

.slick-arrow-1-inner.slick-arrow-1:hover .slick-next {
    right: 50px;
    left: auto;
}

@media (min-width: 1350px) {
    .slick-arrow-1:hover .slick-arrow {
        left: -50px;
        right: auto;
    }

    .slick-arrow-1:hover .slick-next {
        right: -50px;
        left: auto;
    }
}

/* ----------------------------------------------------
    Slick Slider Dots, Arrow
---------------------------------------------------- */
/* Slick dots */
.slick-dots {
    margin: 30px 0 0px;
    padding: 0;
    display: block;
    text-align: center;
    line-height: 1;
}

.slick-dots li {
    display: inline-block;
    list-style: none;
    display: inline-block;
    font-size: 0;
    height: 10px;
    width: 10px;
    border-radius: 100%;
    margin-right: 10px;
    background-color: var(--atf-thm-color);
    cursor: pointer;
    margin-top: 0;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.slick-dots li button {
    display: none;
}

.slick-dots li:hover,
.slick-dots li.slick-active {
    background-color: var(--atf-thm-color);
    height: 15px;
    width: 15px;
    margin-bottom: -2px;
}

/*
* ----------------------------------------------------------------------------------------
* END SLICK DESIGN
* ----------------------------------------------------------------------------------------**/
/* ==========================================================================
START MODAL/LOGIN/SIGNUP DESIGN
========================================================================== */

/* Login start
-------------------------------------------------------------- */
.sign_in {
    transition: all 0.4s ease;
    color: var(--atf-thm-white);
    cursor: pointer;
    font-weight: 600;
}

.sign_in a:hover {
    color: var(--atf-thm-color);
}

.sign_in span {
    margin: 6px;
}

.sign_in_content {
    position: relative;
    z-index: 1;
}

.sign_in_content_one::after {
    position: absolute;
    top: 50%;
    width: 2px;
    height: 16px;
    content: "";
    background: var(--atf-thm-white);
    margin-top: -6px;
    transform: skew(-15deg);
}

.sign_in_content a {
    padding: 0 10px;
}

.forget-heading-icon {
    width: 65px;
    height: 65px;
    background: #fff3e0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    font-size: 26px;
    color: #FF9924;
}

.forget-heading p {
    color: #777;
    font-size: 14px;
}

#forgotSuccess {
    display: none;
    background: #e8f5e9;
    border: 1px solid #a5d6a7;
    border-radius: 8px;
    padding: 12px;
    color: #2e7d32;
    font-size: 14px;
    text-align: center;
    margin-top: 15px;
}

/* modal start
-------------------------------------------------------------- */
.modal-body {
    padding: 0 40px 40px 40px;
}

.modal-content {
    background-color: var(--atf-thm-white);
}

.modal-body .atf-contact-form {
    padding: 25px;
}

.atf-checkbox-login ul {
    display: flex;
    align-items: center;
    width: 100%;
}

.modal-header {
    border: none;
}

.modal-header-title {
    text-transform: uppercase;
    text-align: center;
}

.atf-checkbox-login .atf-theme-forget {
    transition: all 0.3s ease-in-out 0s;
    color: var(--atf-thm-black);
    font-weight: 700;
}

.atf-checkbox-login .atf-theme-forget:hover {
    color: var(--atf-thm-color);
    text-decoration: underline;
}

.atf-click-link .atf-link {
    transition: all 0.3s ease-in-out 0s;
    color: var(--atf-thm-color);
    font-weight: 700;
}

.atf-click-link .atf-link:hover {
    color: var(--atf-thm-color);
    text-decoration: underline;
}

.atf-login-form .atf-main-btn {
    width: 100%;
    font-size: 16px;
}

.atf-checkbox-login ul li:first-child {
    flex: 1;
}

.checkbox-custom,
.radio-custom {
    opacity: 0;
    position: absolute;
}

.checkbox-custom,
.checkbox-custom-label,
.radio-custom,
.radio-custom-label {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}

.checkbox-custom-label,
.radio-custom-label {
    position: relative;
}

.checkbox-custom+.checkbox-custom-label:before {
    content: "";
    background: var(--atf-thm-white);
    border: 2px solid #d8dfe6;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    border-radius: 3px;
    padding: 2px;
    margin-right: 10px;
    text-align: center;
}

.radio-custom+.radio-custom-label:before {
    content: "";
    background: var(--atf-thm-white);
    border: 2px solid #d8dfe6;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    padding: 2px;
    margin-right: 10px;
    text-align: center;
}

.checkbox-custom:checked+.checkbox-custom-label:before {
    background: var(--atf-thm-color);
    border-radius: 2px;
    box-shadow: inset 0 0 0 4px var(--atf-thm-white);
}

.radio-custom+.radio-custom-label:before {
    border-radius: 50%;
}

.radio-custom:checked+.radio-custom-label:before {
    background: var(--atf-thm-color);
    box-shadow: inset 0 0 0 4px var(--atf-thm-white);
}

.checkbox-custom:focus+.checkbox-custom-label,
.radio-custom:focus+.radio-custom-label {
    outline: inherit;
}

.modal-footer.atf-checkbox-login {
    border-top: navajowhite;
    border-bottom: 1px solid var(--atf-border-1);
    border-radius: 0;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

/* END MODAL/LOGIN/SIGNUP DESIGN
-------------------------------------------------------------- */

/* ==========================================================================
   PREMIUM DARK THEME OVERRIDES
   ========================================================================== */
:root {
    --atf-grey-1: #141417;
    --atf-grey-2: #19191d;
    --atf-grey-3: #1e1e24;
    --atf-grey-4: #22222a;
    --atf-grey-5: #151022;
    /* Premium dark purple background accent */
    --atf-grey-6: #1c152e;
    /* Premium dark purple/violet background */
    --atf-grey-7: #251c3d;
    --atf-grey-8: #2e224d;
    --atf-text-body: #a9a9b8;
    /* Lighter body text for readability */
    --atf-border-1: rgba(255, 255, 255, 0.08);
    /* Dark mode borders */
    --atf-theme-bg: #202025;
}

/* second text color */
.secondary-text {
    color: var(--atf-text-body) !important;
}

/* Global Base Theme Overrides */
body {
    background-color: var(--atf-theme-bg) !important;
    color: #a9a9b8 !important;
}

.page-wrapper {
    background-color: var(--atf-theme-bg) !important;
}

/* Ensure specific overlay sections form independent stacking contexts */
.atf-fact-area,
.atf-contact-area,
.jarallax {
    isolation: isolate !important;
}


/* Prevent flat dark colors from overriding background images */
.atf_attach_bg,
.atf_attach_bg_1,
.bg-image-right,
.atf-cover-bg,
.jarallax {
    background-color: transparent !important;
}

/* Bootstrap container section backgrounds overrides */
.bg-light,
.bg-white,
.gray-bg-1,
.gray-bg-2,
.gray-bg-3,
.gray-bg-4 {
    background-color: var(--atf-theme-bg) !important;
}


/* Headings color override */
h1,
h2,
h3,
h4,
h5,
h6,
.title,
.atf-section-title .title,
.testimonial-title,
.sidebar-widget-title,
.breadcrumb-title,
.event-title a,
.sinlge_post .title a,
.atf-course-inner-title h3 a,
.pricing-title,
.atf-single-team .title {
    color: #ffffff !important;
}

/* Section title background shape text fix */
.atf-section-title .sub-title {
    color: #ffffff !important;
}

/* Text elements that were dark but should be light */
.describtion,
.description,
.atf-hamburger-sm-title,
.atf-single-skill .describtion,
.testimonial .description,
.sinlge_post .post-review p,
.atf-course-lesson span,
.atf-single-team .description,
.accordion-body {
    color: #ffffff !important;
}

/* Highlight elements */
.atf-course-price span {
    color: #ffffff !important;
}

.atf-contact-form.main-contact-form {
    background: var(--atf-theme-bg) !important;
}

/* Cards & containers that used thm-white background */
.testimonial,
.atf-contact-form,
.atf-single-skill,
.atf-single-course,
.atf-single-team,
.atf-post-single,
.sinlge_post,
.atf-pricing-box,
.pricing-card,
.atf-about-inner {
    background: #141417 !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
}

/* Testimonial card custom white border */
.testimonial {
    border: 1px solid #ffffff !important;
}



/* Pricing List Item Overrides */
.pricing-feature-list li {
    color: #a9a9b8 !important;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.08) !important;
}

/* Course card specific items */
.atf-course-lesson {
    border-color: rgba(255, 255, 255, 0.08) !important;
}

.atf-course-lesson span {
    border-color: rgba(255, 255, 255, 0.08) !important;
}

.atf-course-teacher img {
    border-color: #82828d !important;
}

.sale_flash,
.atf-course-img .sale_flash {
    background-color: var(--atf-thm-color) !important;
    color: #ffffff !important;
    padding: 4px 12px !important;
    border-radius: 5px !important;
    font-weight: 600 !important;
    display: inline-block !important;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2) !important;
}

/* Forms & Inputs */
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="password"],
input[type="url"],
textarea,
.atf_contact_input input,
.atf_contact_input textarea {
    background-color: #1a1a20 !important;
    color: #ffffff !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="url"]:focus,
textarea:focus {
    border-color: var(--atf-thm-color) !important;
    background-color: #1e1e26 !important;
}

/* Navigation Header links visibility (Sticky and Non-sticky states) */
.atf-main-menu>nav>ul>li>a {
    color: #ffffff !important;
}

.atf-main-menu>nav>ul>li>a:hover {
    color: var(--atf-thm-color) !important;
}

.atf-site-header.atf-style1.atf-sticky-active {
    background-color: rgba(13, 13, 15, 0.85) !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.4) !important;
}

.atf-site-header.atf-style1.atf-sticky-active .atf-main-menu>nav>ul>li>a {
    color: #ffffff !important;
}

/* Dropdown menus with glassmorphism and proper link visibility */
.sub-menu,
.atf-main-menu>nav>ul>li .sub-menu {
    background: rgba(20, 20, 23, 0.95) !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    border-top: 4px solid var(--atf-thm-color) !important;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5) !important;
    z-index: 9999 !important;
}

.atf-nav-list li ul li a,
.atf-nav-list li ul a,
.atf-nav-list li .sub-menu a,
.atf-nav-list li .sub-menu li a,
.sub-menu li a,
.sub-menu a,
.sub-menu *,
.atf-nav-list .sub-menu * {
    color: #ffffff !important;
}


.atf-nav-list li ul li a:hover,
.atf-nav-list li ul a:hover,
.atf-nav-list li .sub-menu a:hover,
.atf-nav-list li .sub-menu li a:hover,
.sub-menu li a:hover,
.sub-menu a:hover,
.sub-menu a:hover *,
.sub-menu li:hover>a {
    color: var(--atf-thm-color) !important;
    background-color: rgba(255, 255, 255, 0.05) !important;
}




/* Hamburger sidebar menu */
.atf-hamburger {
    background: #141417 !important;
    border-left: none !important;
    box-shadow: -10px 0 40px rgba(0, 0, 0, 0.6) !important;
}

.atf-hamburger-wrapper {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

.atf-hamburger-social,
.atf-hamburger-info,
.atf-hamburger-menu {
    padding-left: 0 !important;
}

.atf-hamburger-menu ul {
    display: flex !important;
    flex-direction: column !important;
    gap: 8px !important;
    padding: 0 !important;
    margin: 0 !important;
    list-style: none !important;
}

.atf-hamburger-menu ul li {
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
}

.atf-hamburger-menu ul li>a {
    display: flex !important;
    align-items: center !important;
    gap: 16px !important;
    padding: 12px 20px !important;
    color: #a0a0a5 !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    border-radius: 12px !important;
    border: none !important;
    background: transparent !important;
    transition: all 0.3s ease !important;
}

.atf-hamburger-menu ul li>a i {
    font-size: 18px !important;
    width: 20px !important;
    text-align: center !important;
    color: inherit !important;
}

.atf-hamburger-menu ul li>a:hover {
    color: #ffffff !important;
    background: rgba(255, 255, 255, 0.03) !important;
}

.atf-hamburger-menu ul li.active>a {
    background: #892a7c !important;
    color: #ffffff !important;
    box-shadow: 0 4px 15px rgba(137, 42, 124, 0.4) !important;
}

.atf-hamburger-close button {
    color: #ffffff !important;
}

/* Search overlay area */
.atf-searching-area {
    background: rgba(13, 13, 15, 0.95) !important;
}

.atf-searching-form input {
    background: transparent !important;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2) !important;
    color: #ffffff !important;
}

.atf-searching-form input:focus {
    border-bottom: 2px solid var(--atf-thm-color) !important;
}

/* Logo contrast enhancement via CSS filter (Inverts dark text logo to white) 
.atf-site-logo img,
.atf-hamburger-logo img,
.atf-site-branding img {
    filter: brightness(0) invert(1) !important;
}*/

/* Buttons shadow overrides disabled */
.atf-themes-btn,
.atf-themes-btn.v2 {
    box-shadow: none !important;
}

/* Preloader dark theme */
.atf_book_preload {
    background-color: var(--atf-theme-bg) !important;
}

.loader {
    box-shadow: 0 0.25em 0.5em rgba(0, 0, 0, 0.5), 0 0 0 0.25em var(--atf-thm-color) inset !important;
}

/* Modals login/signup */
.modal-content {
    background-color: #141417 !important;
    color: #a9a9b8 !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
}

.modal-header,
.modal-footer {
    border-color: rgba(255, 255, 255, 0.08) !important;
}

.modal-title,
.modal-header h4 {
    color: #ffffff !important;
}

.btn-close {
    filter: invert(1) !important;
}

/* Accordion for FAQ page */
.accordion-item {
    background-color: #141417 !important;
    border-color: rgba(255, 255, 255, 0.08) !important;
}

.accordion-button {
    background-color: #141417 !important;
    color: #ffffff !important;
}

.accordion-button:not(.collapsed) {
    background-color: #1c152e !important;
    color: #ffffff !important;
}

.accordion-button::after {
    filter: invert(1) !important;
}

/* Event Category Tags */
.event-categories {
    color: #ffffff !important;
    background-color: var(--atf-grey-5) !important;
}

.event-categories i {
    color: var(--atf-thm-color) !important;
}

/* Scroll to Top button visibility */
#back_to_top {
    background-color: var(--atf-thm-color) !important;
    z-index: 999 !important;
}

#scroll_to_top {
    background: #19191d !important;
    color: #ffffff !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5) !important;
}

#scroll_to_top i {
    color: #ffffff !important;
}

/* Breadcrumb area overrides */
.breadcrumb-cover-bg {
    background-image: var(--bg-desktop, url(../img/breadcrumb/breadcrumb-1.jpg)) !important;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

@media only screen and (max-width: 767px) {
    .breadcrumb-cover-bg {
        background-image: var(--bg-mobile, var(--bg-desktop, url(../img/breadcrumb/breadcrumb-1.jpg))) !important;
    }
}

.breadcrumb-cover-bg::before {
    background-color: var(--atf-theme-bg) !important;
    opacity: 0.45 !important;
}

.gallery-hero-area {
    background-image: var(--bg-desktop, url(../img/halmet-bg.jpeg)) !important;
}

@media only screen and (max-width: 767px) {
    .gallery-hero-area {
        background-image: var(--bg-mobile, var(--bg-desktop, url(../img/halmet-bg.jpeg))) !important;
    }
}

/* Increase header height/padding to show more of the background images on desktop and tablet */
@media only screen and (min-width: 768px) {
    .breadcrumb-spacing,
    .gallery-hero-area {
        padding-top: 450px !important;
        padding-bottom: 350px !important;
    }
}



/* .breadcrumb-single-content span {
    color: #a9a9b8 !important;
} */

/* Removed conflicting colors override to let glassmorphic styles apply */

/* Newsletter dark overlay override to support dark theme with light background images */
.atf-newsletter.atf-cover-bg::before {
    background: rgba(13, 13, 15, 0.85) !important;
}


/* Footer overrides */
.atf-footer-area {
    background-color: #09090b !important;
    border-top: 1px solid rgba(255, 255, 255, 0.05) !important;
}

.atf-footer-social-icon li a {
    background-color: transparent !important;
    background: transparent !important;
    color: #ffffff !important;
    box-shadow: none !important;
    border-radius: 50% !important;
    border: none !important;
    font-size: 19px !important;
    transition: all 0.3s ease-in-out !important;
}

.atf-footer-social-icon li a:hover {
    background-color: var(--atf-thm-color) !important;
    background: var(--atf-thm-color) !important;
    color: #ffffff !important;
    box-shadow: none !important;
    filter: none !important;
}

/* Footer Social Brand Colors Reset */
.atf-footer-social-icon li a.atf-facebook,
.atf-footer-social-icon li a.atf-youtube,
.atf-footer-social-icon li a.atf-instagram,
.atf-footer-social-icon li a.atf-linkedin,
.atf-footer-social-icon li a.atf-x-twitter {
    background-color: transparent !important;
    background: transparent !important;
    color: #ffffff !important;
    border: none !important;
    box-shadow: none !important;
}

.atf-footer-social-icon li a.atf-facebook:hover,
.atf-footer-social-icon li a.atf-youtube:hover,
.atf-footer-social-icon li a.atf-instagram:hover,
.atf-footer-social-icon li a.atf-linkedin:hover,
.atf-footer-social-icon li a.atf-x-twitter:hover {
    background-color: var(--atf-thm-color) !important;
    background: var(--atf-thm-color) !important;
    color: #ffffff !important;
    box-shadow: none !important;
    filter: none !important;
}

/* Custom Scrollbar for Dark Theme */
::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar-track {
    background: var(--atf-theme-bg);
}

::-webkit-scrollbar-thumb {
    background: #23232c;
    border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
    background: var(--atf-thm-color);
}

/* Pagination overrides for dark theme */
.pagination li a.page-link {
    color: #a9a9b8 !important;
    border-color: rgba(255, 255, 255, 0.1) !important;
}

.pagination li.active a.page-link,
.pagination li a.page-link:hover,
.pagination li a.page-link:focus {
    color: #ffffff !important;
    border-color: var(--atf-thm-color) !important;
}

/* ==========================================
   SWIPER HERO CAROUSEL STYLES
   ========================================== */
.hero-swiper {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.hero-swiper .swiper-slide {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    background-image: var(--bg-desktop);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

@media only screen and (max-width: 767px) {
    .hero-swiper .swiper-slide {
        background-image: var(--bg-mobile, var(--bg-desktop)) !important;
    }
}

/* Translucent dark cinematic overlay to ensure premium text contrast and readability */
.hero-swiper .swiper-slide::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
    pointer-events: none;
}

.hero-swiper .swiper-slide .container {
    position: relative;
    z-index: 10;
}

/* Swiper Controls & Bullets spacing */
.hero-swiper-pagination.swiper-pagination-bullets {
    bottom: 30px !important;
    z-index: 99;
}

.hero-swiper-pagination .swiper-pagination-bullet {
    background: #ffffff !important;
    opacity: 0.5;
    width: 10px;
    height: 10px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.hero-swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--atf-thm-base) !important;
    width: 30px;
    border-radius: 5px;
}

/* Custom Swiper Glassmorphic Arrows */
.hero-swiper-button-prev,
.hero-swiper-button-next {
    color: #ffffff !important;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    width: 55px;
    height: 55px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.15);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 99;
}

.hero-swiper-button-prev:after,
.hero-swiper-button-next:after {
    font-size: 18px !important;
    font-weight: 800;
}

.hero-swiper-button-prev:hover,
.hero-swiper-button-next:hover {
    background: var(--atf-thm-color);
    border-color: var(--atf-thm-color);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
    transform: scale(1.05);
}

.hero-swiper-button-prev {
    left: 40px !important;
}

.hero-swiper-button-next {
    right: 40px !important;
}

/* Responsive adjustments */
@media only screen and (max-width: 991px) {

    .hero-swiper-button-prev,
    .hero-swiper-button-next {
        display: none !important;
    }
}

/* ==========================================
   CALL TO ACTION (CTA) SECTION STYLES
   ========================================== */
.atf-cta-section {
    background: linear-gradient(135deg, #511649 0%, #1f071e 100%) !important;
    position: relative;
    padding: 100px 0;
}

.atf-cta-section .atf-cta-content h2.title {
    font-size: 42px;
    font-weight: 800;
    line-height: 1.2;
}

.atf-cta-section .atf-cta-content p.description {
    font-size: 20px;
    font-weight: 400;
    opacity: 0.85;
    max-width: 750px;
    margin: 0 auto 35px;
    line-height: 1.5;
}

/* Call Now (White background with dark purple brand color text) */
.atf-cta-btn-white {
    background-color: #ffffff !important;
    color: #511649 !important;
    font-size: 18px;
    font-weight: 700;
    padding: 15px 40px;
    border-radius: 8px;
    border: none;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
}

.atf-cta-btn-white:hover {
    background-color: #f3eff5 !important;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.35);
    color: #511649 !important;
}

/* Contact Admissions (Outline button with white border and text) */
.atf-cta-btn-outline {
    background-color: transparent !important;
    color: #ffffff !important;
    font-size: 18px;
    font-weight: 700;
    padding: 14px 38px;
    border-radius: 8px;
    border: 2px solid #ffffff !important;
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
}

.atf-cta-btn-outline:hover {
    background-color: rgba(255, 255, 255, 0.1) !important;
    transform: translateY(-3px);
    color: #ffffff !important;
}

@media only screen and (max-width: 767px) {
    .atf-cta-section .atf-cta-content h2.title {
        font-size: 32px;
    }

    .atf-cta-section .atf-cta-content p.description {
        font-size: 16px;
    }
}

/* ==========================================
   HIRING PARTNERS SECTION STYLES
   ========================================== */
.atf-partners-section {
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    padding: 80px 0;
}

.atf-partners-section .atf-section-title {
    margin-bottom: 0px;
}

.partners-swiper {
    width: 100%;
    padding: 10px 0;
}

.partners-swiper .swiper-wrapper {
    transition-timing-function: linear !important;
    /* Extremely important for smooth continuous marquee scroll! */
}

.partner-logo-box {
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(0, 0, 0, 0.4);
    border-radius: 12px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    transition: all 0.3s ease;
}

.partner-logo-box img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
    transition: all 0.3s ease;
}

.partner-logo-box:hover {
    background: rgba(255, 255, 255, 0.9);
    border-color: rgba(255, 255, 255, 0.1);
    transform: translateY(-3px);
}

/* ==========================================
   SOCIAL MEDIA TIMELINES SECTION STYLES
   ========================================== */
.atf-social-section {
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    padding: 80px 0;
}

.social-timeline-card {
    background: #141417 !important;
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 16px;
    padding: 24px;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease;
    width: 100%;
}

.social-slider-active .slick-track {
    display: flex !important;
    align-items: stretch;
}

.social-slider-active .slick-slide {
    height: auto !important;
}

.social-slider-active .slick-slide>div,
.social-slider-active .px-3 {
    height: 100%;
}

.social-timeline-card:hover {
    border-color: rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.04);
}

/* Facebook timeline specific overrides */

.social-timeline-header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    padding-bottom: 16px;
    margin-bottom: 20px;
}

.social-icon {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #fff;
}

.youtube-icon {
    background: #ff0000;
}

.facebook-icon {
    background: #1877f2;
}

.social-title {
    font-size: 18px;
    font-weight: 700;
    font-family: var(--atf-ff-heading);
}

.social-handle {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.4);
}

.social-timeline-body {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 12px;
    overflow: hidden;
    width: 100%;
}

.video-embed-container {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 Aspect Ratio */
    height: 0;
    overflow: hidden;
    border-radius: 12px;
    background: #000;
    border: 1px solid rgba(255, 255, 255, 0.05);
    width: 100%;
}

.video-embed-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.fb-page-container {
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
    border-radius: 12px;
    background: transparent;
    border: none;
}

.fb-page-container iframe {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 500px;
    height: 100%;
    border: none;
}

.ig-page-container {
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
    border-radius: 12px;
    background: transparent;
    border: none;
}

.ig-page-container iframe {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 500px;
    height: 100%;
    border: none;
}

.social-timeline-footer {
    margin-top: 20px;
    padding-top: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    display: flex;
    justify-content: center;
    align-items: center;
}

.youtube-cta-img {
    display: inline-block;
    background: #ffffff;
    padding: 10px 30px;
    border-radius: 30px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.youtube-cta-img img {
    max-width: 160px;
    height: auto;
    display: block;
}

.youtube-cta-img:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 0, 0, 0.2);
}

/* Custom buttons in social cards */
.social-timeline-header .atf-themes-btn {
    padding: 8px 20px;
    font-size: 14px;
    box-shadow: none;
}


/* ==========================================
   VIDEO & GALLERY SECTION STYLES
   ========================================== */
.atf-video-gallery-section {
    background-size: cover !important;
    background-position: center !important;
    background-attachment: fixed !important;
    position: relative;
    z-index: 1;
}

.atf-video-gallery-section::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
}

.atf-gallery-view-btn {
    background: #892a7c !important;
}

.atf-gallery-view-btn:before {
    background: var(--atf-thm-base) !important;
}

.atf-gallery-view-btn:hover,
.atf-gallery-view-btn:focus {
    color: var(--atf-thm-white) !important;
    box-shadow: none !important;
    transform: scale(1.05) !important;
}

.gallery-video-card {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 16px;
    padding: 12px;
    transition: all 0.3s ease;
    height: 100%;
}

.gallery-video-card:hover {
    border-color: rgba(255, 255, 255, 0.15);
    background: rgba(255, 255, 255, 0.04);
    transform: translateY(-3px);
}

.gallery-video-embed {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 Aspect Ratio */
    height: 0;
    overflow: hidden;
    border-radius: 12px;
    background: #000;
}

.gallery-video-embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

/* ==========================================
   GALLERY PAGE STYLES
   ========================================== */
.atf-gallery-page-section {
    background-color: #141417 !important;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.gallery-filter-wrap {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.05);
    padding: 8px;
    border-radius: 40px;
    backdrop-filter: blur(10px);
}

.gallery-filter-btn {
    background: transparent;
    border: none;
    color: rgba(255, 255, 255, 0.7);
    padding: 10px 24px;
    border-radius: 30px;
    font-size: 15px;
    font-weight: 600;
    transition: all 0.3s ease;
    cursor: pointer;
    margin: 4px;
}

.gallery-filter-btn:hover {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.05);
}

.gallery-filter-btn.active {
    background: #892a7c !important;
    color: #ffffff !important;
    box-shadow: 0 4px 15px rgba(137, 42, 124, 0.3);
}

.gallery-grid-container {
    transition: all 0.5s ease-in-out;
}

.gallery-item {
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transform-origin: center;
}

.gallery-item.hide {
    display: none !important;
    opacity: 0;
    transform: scale(0.8);
}

.gallery-item.show {
    display: block !important;
    opacity: 1;
    transform: scale(1);
}

.gallery-card {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    transition: all 0.4s ease;
}

.gallery-card:hover {
    transform: translateY(-5px);
    border-color: rgba(255, 255, 255, 0.15);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.gallery-card-img {
    position: relative;
    width: 100%;
    padding-bottom: 75%;
    /* 4:3 Aspect Ratio */
    overflow: hidden;
}

.gallery-card-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.gallery-card:hover .gallery-card-img img {
    transform: scale(1.08);
}

.gallery-card-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(20, 20, 23, 0.95) 0%, rgba(137, 42, 124, 0.4) 100%);
    opacity: 0;
    transition: all 0.4s ease;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 24px;
    z-index: 2;
}

.gallery-card:hover .gallery-card-overlay {
    opacity: 1;
}

.gallery-zoom-icon {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 16px;
    transform: translateY(-10px);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.gallery-card:hover .gallery-zoom-icon {
    transform: translateY(0);
    background: #892a7c;
    border-color: #892a7c;
}

.gallery-tag {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--atf-thm-base);
    letter-spacing: 1px;
    margin-bottom: 6px;
    display: inline-block;
}

.gallery-title {
    font-size: 18px;
    font-weight: 700;
    font-family: var(--atf-ff-heading);
}

/* ==========================================
   LIGHTBOX OVERLAY STYLES
   ========================================== */
.gallery-lightbox {
    position: fixed;
    inset: 0;
    background: rgba(10, 10, 12, 0.96);
    backdrop-filter: blur(12px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99999;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.4s ease;
    padding: 20px;
}

.gallery-lightbox.lightbox-active {
    opacity: 1;
    pointer-events: auto;
}

.lightbox-close-btn {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #ffffff;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 100000;
}

.lightbox-close-btn:hover {
    background: #ff3b30;
    border-color: #ff3b30;
    transform: rotate(90deg);
}

.lightbox-content {
    max-width: 900px;
    width: 100%;
    position: relative;
    transform: scale(0.9);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.gallery-lightbox.lightbox-active .lightbox-content {
    transform: scale(1);
}

.lightbox-content img {
    max-height: 70vh;
    max-width: 100%;
    border-radius: 16px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.1);
    object-fit: contain;
}

.lightbox-caption {
    margin-top: 20px;
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    font-family: var(--atf-ff-heading);
    text-align: center;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

@media (max-width: 767px) {
    .gallery-filter-wrap {
        border-radius: 20px;
        padding: 6px;
    }

    .gallery-filter-btn {
        padding: 8px 16px;
        font-size: 13px;
    }

    .lightbox-close-btn {
        top: 20px;
        right: 20px;
        width: 40px;
        height: 40px;
        font-size: 16px;
    }
}

/* ==========================================
   VIDEO & GALLERY HEADING - YELLOW GALLERY WORD
   ========================================== */
.atf-gallery-title-yellow {
    color: #FFD700;
    position: relative;
    display: inline-block;
}

.atf-gallery-wavy-bar {
    display: block;
    margin-top: 4px;
    width: 100%;
}

/* ==========================================
   TOP HEADER & SIDEBAR SOCIAL BUTTONS
   ========================================== */
.atf-share-social-list-header {
    display: flex;
    gap: 8px;
    padding: 0;
    margin: 0;
    list-style: none;
    align-items: center;
}

.atf-share-social-list-header li {
    list-style: none;
    margin: 0 !important;
}

.atf-share-social-list-header li a {
    display: block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border-radius: 6px;
    color: #ffffff !important;
    font-size: 14px;
    transition: all 0.3s ease;
}

.atf-share-social-list-header li a.fb-btn {
    background: #3b5998;
}

.atf-share-social-list-header li a.yt-btn {
    background: #ff0000;
}

.atf-share-social-list-header li a.ln-btn {
    background: #0077b5;
}

.atf-share-social-list-header li a.ig-btn {
    background: #d000c2;
}

.atf-share-social-list-header li a:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    filter: brightness(1.1);
}

.atf-share-social-list {
    display: flex;
    gap: 10px;
    padding: 0;
    margin: 0;
    list-style: none;
    width: 100%;
}

.atf-share-social-list li {
    flex: 1;
    list-style: none;
    margin: 0 !important;
}

.atf-share-social-list li a {
    display: block;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 8px;
    color: #ffffff !important;
    font-size: 18px;
    transition: all 0.3s ease;
}

.atf-share-social-list li a.fb-btn {
    background: #3b5998;
}

.atf-share-social-list li a.yt-btn {
    background: #ff0000;
}

.atf-share-social-list li a.ln-btn {
    background: #0077b5;
}

.atf-share-social-list li a.ig-btn {
    background: #d000c2;
}

.atf-share-social-list li a:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    filter: brightness(1.1);
}

.instagram-icon {
    background: rgba(255, 255, 255, .15);
}

.instagram-placeholder {
    min-height: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 40px;
}

.instagram-placeholder .instagram-logo-glow i {
    font-size: 70px;
    margin-bottom: 20px;
}

.instagram-placeholder p {
    max-width: 320px;
    margin: 15px auto 25px;
}

.social-timeline-card {
    height: 100%;
}

.social-slider-active .slick-slide {
    padding: 0 15px;
}

.social-timeline-body {
    min-height: 420px;
}

.social-slider-active .slick-dots {
    display: flex !important;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin-top: 30px;
}

.social-slider-active .slick-dots li {
    margin: 0 5px;
}

.social-slider-active .slick-dots li button {
    font-size: 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    border: none;
    transition: all 0.3s ease;
}

.social-slider-active .slick-dots li.slick-active button {
    background: var(--atf-thm-color);
    width: 25px;
    border-radius: 10px;
}

.social-timeline-body {
    min-height: 400px;
}

/* ==========================================
   COURSE CATEGORIES CARDS VISIBLE BORDERS
   ========================================== */
.atf-single-skill {
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    border-left: 5px solid var(--atf-thm-color) !important;
    transition: all 0.3s ease-in-out !important;
}

.atf-single-skill:hover {
    border-color: rgba(255, 255, 255, 0.3) !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3) !important;
}

.course-tabs-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
    position: relative;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.course-tab-btn {
    background: rgba(53, 52, 52, 0.6);
    border: none;
    color: #fff !important;
    padding: 10px 24px;
    border-radius: 30px;
    font-size: 15px;
    font-weight: 600;
    transition: all 0.3s ease;
    cursor: pointer;
    margin: 4px;
}

.course-tab-btn:hover {
    background: rgba(53, 52, 52, 1);
}

.course-tab-btn.active {
    background: #892a7c !important;
    color: #ffffff !important;
    box-shadow: 0 4px 15px rgba(137, 42, 124, 0.3);
}

.course-search-wrap {
    max-width: 600px;
    margin-inline: auto;
    position: relative;
    display: flex;
    align-items: center;
}

.course-search-wrap i {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: #ff9924;
    font-size: 16px;
    z-index: 10;
}

.course-search-wrap input {
    width: 100%;
    border-radius: 50px;
    padding: 14px 24px 14px 50px;
    background: #1c1c21 !important;
    border: 1.5px solid rgba(255, 255, 255, 0.15) !important;
    color: #ffffff !important;
    font-size: 15px;
    outline: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2) !important;
}

.course-search-wrap input::placeholder {
    color: rgba(255, 255, 255, 0.5) !important;
}

.course-search-wrap input:focus {
    background: #24242b !important;
    border-color: #892a7c !important;
    box-shadow: 0 4px 20px rgba(137, 42, 124, 0.25) !important;
}

/* No Courses Found Container */
#no-courses-found {
    background: rgba(255, 255, 255, 0.03);
    border: 1px dashed rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    padding: 40px 20px;
    margin-top: 30px;
}

#no-courses-found h4 {
    color: #ffffff;
}

.whatsapp-float-badge,
.whatsapp-float-badge * {
    box-sizing: border-box;
}

/* Main Pill Container */
.whatsapp-float-badge {
    position: fixed;
    left: 25px;
    bottom: 25px;
    display: flex;
    align-items: center;
    background: #ffffff;
    /* White badge background matching your reference */
    text-decoration: none;
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    border-radius: 50px;
    /* Gives it the pill shape */
    padding: 6px 24px 6px 6px;
    /* Extra padding on the right for text spacing */
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    z-index: 9999;
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.3s ease;
    border: 1px solid #e2e8f0;
}

/* Green Circle for the Icon */
.whatsapp-icon-box {
    background-color: #25D366;
    color: #ffffff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    /* Perfectly scales the Font Awesome icon inside the circle */
    flex-shrink: 0;
}

/* Text Layout Container */
.whatsapp-text-box {
    display: flex;
    flex-direction: column;
    margin-left: 14px;
    text-align: left;
}

/* Small Upper Text */
.whatsapp-text-box .sub-text {
    font-size: 10px;
    font-weight: 700;
    color: #128C7E;
    /* Deep WhatsApp teal/green */
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 2px;
}

/* Main Bold Catchy Text */
.whatsapp-text-box .main-text {
    font-size: 15px;
    font-weight: 600;
    color: #333333;
}

/* Hover Effects */
.whatsapp-float-badge:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
    background-color: #f8fafc;
}

/* Responsive: Shrinks cleanly on narrow mobile devices if screen real estate is tight */
@media (max-width: 400px) {
    .whatsapp-text-box .main-text {
        font-size: 13px;
    }

    .whatsapp-text-box .sub-text {
        font-size: 9px;
    }
}

.batch-meta {
    margin-top: auto;
}

.process-title {
    line-height: 1.4;
    margin-bottom: 15px;
}

/* Section Layout */
.atf-certificate-item {
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    transition: transform 0.3s ease;
    border: 1px solid #eee;
}

.atf-certificate-item:hover {
    transform: translateY(-5px);
}

.atf-cert-img-wrap {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

.atf-cert-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(137, 42, 124, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.atf-cert-overlay i {
    color: #fff;
    font-size: 30px;
}

.atf-cert-img-wrap:hover .atf-cert-overlay {
    opacity: 1;
}

.atf-about-4-img {
    height: 350px;
    border-radius: 20px;
    overflow: hidden;
}

.atf-about-4-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

#about .atf-about-inner {
    border: 1px solid #ffffff !important;
}

.atf-how-img img {
    border: 3px solid #ffffff !important;
}

/* Custom Floating Contact Action Menu (Bottom Left) */
.floating-contact-menu {
    position: fixed;
    bottom: 30px;
    left: 30px;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.floating-contact-menu .contact-menu-items {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}

.floating-contact-menu.active .contact-menu-items {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.floating-contact-menu .contact-item {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    font-size: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
}

.floating-contact-menu .contact-item.whatsapp {
    background-color: #25d366;
}

.floating-contact-menu .contact-item.phone {
    background-color: #128c7e;
}

.floating-contact-menu .contact-item:hover {
    transform: scale(1.1);
}

.floating-contact-menu .contact-menu-toggle {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background-color: #724b75;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 22px;
    cursor: pointer;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    position: relative;
    transition: all 0.3s ease;
}

.floating-contact-menu .contact-menu-toggle:hover {
    transform: scale(1.05);
}

.floating-contact-menu .contact-menu-toggle .close-badge {
    position: absolute;
    top: -2px;
    right: -2px;
    background-color: #ff3b30;
    color: #fff;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    font-size: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1.5px solid #fff;
    opacity: 0;
    transform: scale(0);
    transition: all 0.3s ease;
}

.floating-contact-menu.active .contact-menu-toggle .close-badge {
    opacity: 1;
    transform: scale(1);
}

/* Scroll to Top Button (Bottom Right) */
.scroll-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #724b75;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.3s ease;
}

.scroll-to-top.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.scroll-to-top:hover {
    transform: scale(1.08);
    background-color: var(--atf-thm-base);
    color: #fff;
}

/* About Mission Section Desktop styling (Professional Centered layout) */
@media only screen and (min-width: 768px) {
    .about-mission-section .atf-section-title p {
        max-width: 960px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        text-align: center !important;
        line-height: 1.8 !important;
        font-size: 16px !important;
        margin-bottom: 25px !important;
    }
}

.course-details-breadcrumb-sub-title {
    max-width: 350px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block !important;
    vertical-align: middle;
}

/* ==========================================================================
   SCROLL FADE UP ANIMATION FOR VIDEO GALLERY CARDS
   ========================================================================== */
.gallery-video-card-animated {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1), transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
    will-change: opacity, transform;
}

.gallery-video-card-animated.fade-in {
    opacity: 1 !important;
    transform: translateY(0) !important;
}

/* ==========================================================================
   HIRING PARTNERS SECTION SPACING ADJUSTMENT
   ========================================================================== */
.atf-partners-section .container {
    max-width: 95% !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
}

/* ==========================================================================
   FACEBOOK IFRAMES RESPONSIVE DISPLAY
   ========================================================================== */
.fb-iframe-large {
    display: block !important;
}

.fb-iframe-small {
    display: none !important;
}

@media (max-width: 600.96px) {
    .fb-iframe-large {
        display: none !important;
    }

    .fb-iframe-small {
        display: block !important;
        max-width: 296px !important;
    }
}

/* ==========================================================================
   ABOUT PAGE SECTION PARAGRAPHS SPACING
   ========================================================================== */
.about-page-section .atf-section-title p,
.about-mission-section .atf-section-title p {
    margin-bottom: 20px !important;
}

.about-page-section .atf-section-title p:last-child,
.about-mission-section .atf-section-title p:last-child {
    margin-bottom: 0 !important;
}

/* ==========================================================================
   COURSE AUTHOR META ROW STYLES (ALIGN TEACHER IMAGE AND SPAN TEXT)
   ========================================================================== */
.atf-course-author-meta {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    width: 100%;
    gap: 20px;
}

.atf-course-author-meta span {
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 0;
}

.atf-course-author-meta .atf-course-teacher {
    position: relative !important;
}

.atf-course-author-meta .atf-course-teacher img {
    position: static;
    display: block;
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 50%;
    border: 1px solid rgba(54, 54, 54, 0.3);
    bottom: auto;
    right: auto;
}

/* Contact form inputs placeholder font size adjustments for laptop screens */
.atf-contact-form input::placeholder,
.atf-contact-form textarea::placeholder {
    font-size: 13px !important;
}

.atf-contact-form input::-webkit-input-placeholder,
.atf-contact-form textarea::-webkit-input-placeholder {
    font-size: 13px !important;
}

.atf-contact-form input::-moz-placeholder,
.atf-contact-form textarea::-moz-placeholder {
    font-size: 13px !important;
}

.atf-contact-form input:-ms-input-placeholder,
.atf-contact-form textarea:-ms-input-placeholder {
    font-size: 13px !important;
}

/* ==========================================================================
   Ensure Facebook and Instagram Cards have Identical Height on Desktop/Laptop
   ========================================================================== */
@media (min-width: 992px) {

    /* Set a uniform height on the cards inside the slider directly */
    .social-slider-active .social-timeline-card {
        height: 530px !important;
        display: flex !important;
        flex-direction: column !important;
    }

    /* Set uniform height on the slider card bodies */
    .social-slider-active .social-timeline-body {
        height: 400px !important;
        min-height: 400px !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
    }

    /* Facebook timeline containers inside slider */
    .social-slider-active .fb-page-container {
        height: 400px !important;
        width: 100% !important;
    }

    .social-slider-active .fb-page-container iframe {
        height: 400px !important;
        width: 100% !important;
    }

    /* Instagram placeholder layout inside slider */
    .social-slider-active .instagram-placeholder {
        height: 100% !important;
        min-height: 100% !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
        align-items: center !important;
        padding: 20px !important;
        margin: 0 !important;
    }

    /* Center YouTube video embed inside slider vertically */
    .social-slider-active .video-embed-container {
        margin: auto 0 !important;
    }
}

/* ==========================================================================
   PREMIUM RATING AND REVIEWS TAB STYLES (COURSE DETAILS PAGE)
   ========================================================================== */

/* Premium Rating and Reviews Style */
.premium-reviews-container {
    color: #fff;
    text-align: left;
}

/* Summary box styling */
.premium-rating-box {
    background: #1c1c21;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    padding: 40px 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.giant-rating-number {
    font-size: 72px;
    font-weight: 800;
    color: var(--atf-thm-base);
    line-height: 1;
    margin-bottom: 15px;
    letter-spacing: -2px;
    background: linear-gradient(135deg, var(--atf-thm-base) 0%, #ff7300 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.stars-row i {
    color: #ffb21d;
    font-size: 20px;
    margin: 0 2px;
}

.total-reviews-text {
    font-size: 15px;
    color: #a0a0a5;
    font-weight: 500;
    margin-top: 10px;
}

/* Progress bars styling */
.premium-rating-distribution {
    background: #1c1c21;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.distribution-row {
    font-size: 14px;
    color: #b0b0b8;
}

.star-label {
    font-weight: 600;
    color: #fff;
    width: 50px;
}

.percent-label {
    font-weight: 600;
    color: #fff;
}

.progress-container {
    height: 8px;
    background: #141417;
    border-radius: 50px;
    overflow: hidden;
}

.progress-bar-fill {
    height: 100%;
    background: linear-gradient(90deg, var(--atf-thm-base) 0%, #ffab0b 100%);
    border-radius: 50px;
    transition: width 0.6s ease;
}

/* Review Item Cards */
.premium-review-card {
    background: #1c1c21;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 18px;
    padding: 25px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease, border-color 0.3s ease;
    text-align: left;
}

.premium-review-card:hover {
    transform: translateY(-4px);
    border-color: rgba(255, 153, 36, 0.3);
}

.student-avatar-placeholder {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, var(--atf-thm-base) 0%, #ff7300 100%);
    border-radius: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 700;
    box-shadow: 0 4px 15px rgba(255, 153, 36, 0.3);
}

.student-name {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
}

.review-date {
    font-size: 13px;
    color: #808085;
}

.star-rating-badges i {
    font-size: 13px;
    margin-left: 2px;
}

.star-rating-badges i.text-muted {
    color: rgba(255, 255, 255, 0.25) !important;
}

.star-rating-badges i.text-warning {
    color: #ffb21d !important;
}

.review-text {
    font-size: 15px;
    color: #d0d0d8;
    line-height: 1.6;
    font-style: italic;
}

.badge-verified {
    font-size: 12px;
    font-weight: 700;
    color: #28a745;
    background: rgba(40, 167, 69, 0.12);
    padding: 4px 10px;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
}

.premium-empty-state {
    background: #1c1c21;
    border: 2px dashed rgba(255, 255, 255, 0.08);
    border-radius: 18px;
    color: #808085;
    padding: 50px 20px;
}

.premium-empty-state i {
    font-size: 48px;
    color: #444;
}

/* Review Form Container */
.premium-review-form-container {
    background: #1c1c21;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    text-align: left;
}

.section-title-sm {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
}

.form-group-custom {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.form-label-custom {
    font-size: 14px;
    font-weight: 600;
    color: #b0b0b8;
}

.form-control-custom {
    background: #141417 !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    border-radius: 10px !important;
    padding: 12px 18px !important;
    color: #fff !important;
    font-size: 15px !important;
    transition: all 0.3s ease !important;
    width: 100% !important;
    outline: none !important;
}

.form-control-custom:focus {
    border-color: var(--atf-thm-base) !important;
    box-shadow: 0 0 8px rgba(255, 153, 36, 0.3) !important;
}

textarea.form-control-custom {
    height: 130px;
    resize: none;
}

/* Interactive Stars styling */
.star-btn {
    cursor: pointer;
    font-size: 22px;
    color: #ffb21d;
    transition: transform 0.2s ease;
}

.star-btn:hover {
    transform: scale(1.2);
}

.star-btn.active i {
    font-weight: 900 !important;
}

/* Lightcase Lightbox Custom Style Overrides */
#lightcase-content {
    border: 3px solid #FF9924 !important;
    border-radius: 16px !important;
    overflow: hidden !important;
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.8) !important;
    background-color: #141417 !important;
}

#lightcase-content iframe,
#lightcase-content img,
#lightcase-content video {
    border-radius: 12px !important;
}

/* Instagram Profile Mockup Styling */
.instagram-profile-header {
    width: 100%;
}

.instagram-avatar-container {
    width: 45px;
    height: 45px;
    flex-shrink: 0;
}

.instagram-avatar-ring {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    padding: 1.5px;
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.instagram-avatar {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    background-color: #fff;
    border: 2px solid #141417;
}

body.light-theme .instagram-avatar {
    border-color: #ffffff;
}

.instagram-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 6px;
    width: 100%;
}

.instagram-grid-item {
    position: relative;
    aspect-ratio: 1 / 1;
    border-radius: 6px;
    overflow: hidden;
    display: block;
    background-color: #000;
}

.instagram-grid-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.instagram-item-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    color: #fff !important;
    font-size: 11px;
    font-weight: 600;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 2;
}

.instagram-item-overlay i {
    color: #fff !important;
}

.instagram-grid-item:hover img {
    transform: scale(1.05);
}

.instagram-grid-item:hover .instagram-item-overlay {
    opacity: 1;
}

/* Custom Scrollbars for Social Cards */
.youtube-feed-scrollable,
.instagram-feed-scrollable {
    max-height: 290px;
    overflow-y: auto;
    padding-right: 4px;
    scrollbar-width: thin;
    scrollbar-color: rgba(255, 255, 255, 0.1) transparent;
    scroll-behavior: smooth;
}

/* Custom Webkit scrollbar for premium look */
.youtube-feed-scrollable::-webkit-scrollbar,
.instagram-feed-scrollable::-webkit-scrollbar {
    width: 4px;
}
.youtube-feed-scrollable::-webkit-scrollbar-track,
.instagram-feed-scrollable::-webkit-scrollbar-track {
    background: transparent;
}
.youtube-feed-scrollable::-webkit-scrollbar-thumb,
.instagram-feed-scrollable::-webkit-scrollbar-thumb {
    background-color: rgba(255, 255, 255, 0.15);
    border-radius: 4px;
}
.youtube-feed-scrollable:hover::-webkit-scrollbar-thumb,
.instagram-feed-scrollable:hover::-webkit-scrollbar-thumb {
    background-color: rgba(255, 255, 255, 0.3);
}

/* YouTube Mockup Card Styles */
.youtube-subscribe-btn {
    background: #fff !important;
    color: #0f0f0f !important;
    border-radius: 20px !important;
    padding: 6px 16px !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: all 0.2s ease !important;
    border: none !important;
    text-decoration: none !important;
}
.youtube-subscribe-btn:hover {
    background: rgba(255, 255, 255, 0.9) !important;
    transform: scale(1.03);
}

.instagram-follow-btn {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%) !important;
    color: #fff !important;
    border-radius: 20px !important;
    padding: 6px 16px !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: all 0.2s ease !important;
    border: none !important;
    text-decoration: none !important;
}
.instagram-follow-btn:hover {
    opacity: 0.95 !important;
    transform: scale(1.03);
}

.youtube-channel-stats {
    width: 100%;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.05);
    flex-shrink: 0;
}

/* YouTube Video Cards Feed */
.youtube-featured-video {
    position: relative;
    display: block;
    text-decoration: none !important;
}
.youtube-video-thumb-link {
    text-decoration: none !important;
    display: block;
}
.yt-thumb-container {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border-radius: 8px;
    background: #000;
}
.yt-thumb-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}
.yt-duration-badge {
    position: absolute;
    bottom: 6px;
    right: 6px;
    background: rgba(0, 0, 0, 0.85);
    color: #fff !important;
    padding: 2px 6px;
    font-size: 10px;
    font-weight: 600;
    border-radius: 3px;
    letter-spacing: 0.5px;
}
.yt-play-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.3s ease;
}
.yt-play-btn-circle {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #ff0000;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    font-size: 16px;
    box-shadow: 0 4px 15px rgba(255, 0, 0, 0.5);
    transition: all 0.2s ease;
    transform: scale(0.9);
}
.youtube-video-thumb-link:hover .yt-play-overlay {
    opacity: 1;
}
.youtube-video-thumb-link:hover .yt-play-btn-circle {
    transform: scale(1);
}
.youtube-video-thumb-link:hover .yt-thumb-container img {
    transform: scale(1.03);
}
.yt-video-title {
    font-size: 13.5px;
    font-weight: 600;
    line-height: 1.4;
    text-align: left;
    color: #fff !important;
    transition: color 0.2s ease;
}
.youtube-video-thumb-link:hover .yt-video-title {
    color: #FF9924 !important;
}
.yt-video-stats {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.4) !important;
    display: block;
    text-align: left;
}

.youtube-recent-list {
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    padding-top: 12px;
}
.youtube-list-item {
    text-decoration: none !important;
    transition: all 0.2s ease;
    display: flex;
}
.youtube-list-item:hover {
    background: rgba(255, 255, 255, 0.02);
    border-radius: 6px;
}
.yt-list-thumb {
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    background: #000;
}
.yt-list-thumb img {
    transition: transform 0.3s ease;
}
.youtube-list-item:hover .yt-list-thumb img {
    transform: scale(1.05);
}
.yt-duration-badge-sm {
    position: absolute;
    bottom: 3px;
    right: 3px;
    background: rgba(0, 0, 0, 0.85);
    color: #fff !important;
    padding: 1px 4px;
    font-size: 9px;
    font-weight: 600;
    border-radius: 2px;
}
.yt-list-title {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.35;
    color: #fff !important;
    transition: color 0.2s ease;
}
.youtube-list-item:hover .yt-list-title {
    color: #FF9924 !important;
}
.yt-list-stats {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.4) !important;
}

/* Custom swiper for batches images styling */
.batches-images-swiper {
    width: 100%;
    height: 520px;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
}
.batches-images-swiper .swiper-slide {
    width: 100% !important;
    height: 100% !important;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #000;
}
.batches-images-swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
}
.batches-images-swiper .batches-images-pagination {
    position: absolute;
    bottom: 15px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    z-index: 10;
    display: flex;
    justify-content: center;
    gap: 6px;
    width: auto !important;
}
.batches-images-swiper .batches-images-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #fff;
    opacity: 0.4;
    transition: all 0.3s ease;
}
.batches-images-swiper .batches-images-pagination .swiper-pagination-bullet-active {
    width: 22px;
    border-radius: 4px;
    background: #FF9924 !important;
    opacity: 1;
}

/* Light Theme overrides for bullets */
body.light-theme .batches-images-swiper .batches-images-pagination .swiper-pagination-bullet {
    background: #000;
    opacity: 0.3;
}
body.light-theme .batches-images-swiper .batches-images-pagination .swiper-pagination-bullet-active {
    background: #FF9924 !important;
    opacity: 1;
}