@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body {
    font-family: "Montserrat", serif !important;
    font-weight: 500 !important;
    color: var(--falcon-dark) !important;

}

.footer {
    position: static;
}

.full-content {
    position: relative;
    z-index: 1;
}

body.landing-page:before {
    content: '';
    position: absolute;
    background-image: url(../images/title.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: contain;
    background-position: center;
    height: 100%;
    width: 100%;
    opacity: .3;
}

.navbar-top {
    --falcon-gutter-x: 2rem;
    --falcon-gutter-y: 0;
    margin-right: calc(-0.5* var(--falcon-gutter-x));
    margin-left: calc(-0.5* var(--falcon-gutter-x));
    padding: 0px;
}

#captcha {
    height: 38px;
    object-fit: contain;
    object-position: center;
    background-color: #fff;
}

.login-sec {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.login-sec .swiper-wrapper img {
    height: 600px;
    object-fit: cover;
    object-position: center;
}

.landing-page {
    background: #fff;
}

.dashbord-page {
    background: #efefef;
}

.dropdown-menu .dropdown-item {
    text-wrap: revert;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    width: max-content;
}

.banner-title {
    font-size: 34px;
    text-align: center;
    color: var(--falcon-dark);
    line-height: 50px;
    font-weight: 600;
}

.banner-title.home-sec {
    text-align: center;
    color: var(--falcon-light);
    line-height: 50px;
    font-weight: 600;
    background-color: rgb(0 0 0 / 70%);
    padding: 10px;
    border-radius: 10px;
    border: 3px solid;
}


.banner-sec {
    background: rgb(14, 102, 190);
    background: -moz-linear-gradient(180deg, rgba(var(--falcon-primary-rgb), 80%) 37%, rgba(var(--falcon-info-rgb), 1) 80%);
    background: -webkit-linear-gradient(180deg, rgba(var(--falcon-primary-rgb), 80%) 37%, rgba(var(--falcon-info-rgb), 1) 80%);
    background: linear-gradient(180deg, rgba(var(--falcon-primary-rgb), 80%) 37%, rgba(var(--falcon-info-rgb), 1) 80%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0e66be", endColorstr="#748194", GradientType=1);

}

.banner-sec.ddd {
    background: rgba(var(--falcon-info-rgb)) !important;

}


.banner-title-style {
    font-size: 22px;
    border-radius: 0px 20px 0px 20px !important;
    background-color: #fff;
    color: var(--falcon-secondary);
    padding: 10px 20px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.sub-title {
    background-color: var(--falcon-primary);
    border-radius: 15px 15px 15px 0px;
    color: #fff;
    padding: 5px 15px;
    display: inline-block;
    font-weight: 600;
    margin-bottom: 10px;
}

/* .title {
    font-size: 30px;
    font-weight: 600;
    color: var(--falcon-dark) !important;
    margin-bottom: 0px !important;
    position: relative;
    display: inline-block;

} */

.title {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 0px !important;
    position: relative;
    display: inline-block;
    margin-bottom: 30px;
    color: var(--falcon-secondary);
    /* padding: 10px 15px; */
    /* padding-left: 45px;
    padding-bottom: 10px;
    border-bottom: 2px dashed #fff;
    padding-right: 45px; */
    /* background-color: var(--falcon-primary);
    color: #fff !important;
    border-radius: 0px 15px 0px 15px; */
}

/* .title::before {
    content: "";
    display: block;
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 35px;
    height: 35px;
    background: url(../images/pencil-icon.png);
    background-size: 100%;
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7464%) hue-rotate(51deg) brightness(104%) contrast(101%);
}


.title::after {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 35px;
    height: 35px;
    background: url(../images/pencil-icon.png);
    background-size: 100%;
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7464%) hue-rotate(51deg) brightness(104%) contrast(101%);
} */

.title-sec {
    margin-bottom: 30px;
}

/* .feature-card {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px !important;
    position: relative;
    z-index: 2;
    flex-direction: row;
    gap: 10px;
    align-items: center;
} */
.feature-card {
    /* box-shadow: rgba(0, 0, 0, 0.3) 0px 5px 15px !important; */
    position: relative;
    z-index: 2;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    border-radius: 10px;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    transform-style: preserve-3d;

    background: linear-gradient(to bottom, #ffffff, #d9d9d9);
    box-shadow: inset -2px -2px 5px rgba(255, 255, 255, 0.8), inset 2px 2px 5px rgba(0, 0, 0, 0.2), 3px 3px 6px rgba(0, 0, 0, 0.3);
    padding: 12px 24px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    outline: none;
}

.feature-title {
    color: var(--falcon-dark) !important;
}

.feature-card:hover {
    transform: translateY(-5px) rotateX(5deg) rotateY(5deg);
    box-shadow: rgba(0, 0, 0, 0.5) 0px 10px 20px;
}

.success-card .icon {
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    border-radius: 50%;
    justify-content: center;
    background: #F7F8FC;
    padding: 20px;
}

.pattern-sec {
    position: relative;
    overflow: hidden;
}

.pattern-sec:before {
    left: 0;
    bottom: 0;
    content: "";
    z-index: 1;
    width: 293px;
    height: 325px;
    display: block;
    position: absolute;
    background-image: url(../images/shape-01.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.pattern-sec:after {
    right: 0;
    top: 0;
    content: "";
    z-index: 1;
    width: 603px;
    height: 542px;
    display: block;
    position: absolute;
    background-image: url(../images/shape-02.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.pattern-sec>div {
    position: relative;
    z-index: 3;
}

.success-card {
    flex-direction: row;
    gap: 1rem;
    align-items: center;

}

.benefit-card .benefit-details {
    background: rgb(0, 0, 0);
    background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, 0.8) 70%);
    background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, 0.8) 70%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, 0.8) 70%);
}

.search-filter {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.fa-star {
    color: #FFD101;
}

.search-filter .form-control {
    box-shadow: none !important;
    color: var(--falcon-dark) !important;
    border-bottom: 1px solid var(--falcon-dark) !important;
    border-radius: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.search-filter .form-control::placeholder {
    color: var(--falcon-dark) !important;
}

.search-input input::-webkit-search-cancel-button {
    display: none;
}

.search-input input[type="search"]::-moz-search-clear-button {
    display: none;
}

.search-input input[type="search"]::-ms-clear {
    display: none;
}

.custom-accordion .accordion-button .icon {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-left: auto;
    transition: transform 0.3s ease-in-out;
}

.custom-accordion .accordion-button::after {
    content: none;
}

.custom-accordion .accordion-button.collapsed .icon::before {
    content: "\f067";
    /* Plus icon */
}

.custom-accordion .accordion-button:not(.collapsed) .icon::before {
    content: "\f068";
    /* Minus icon */
}

.tutor-profile {
    width: 120px;
}

.breadcrumb-sec .breadcrumb-item::before {
    color: #fff !important;
}

.testimonial-card .testimonial-thum {
    min-width: 130px;
    width: 130px !important;
    height: 130px;
    border-radius: 50%;
    overflow: hidden;
    object-fit: cover;

}

.testimonial-slider .testimonial-card {
    color: #000 !important;
}

.testimonial-slider .owl-item:nth-child(odd) .testimonial-card>div {
    background-color: rgba(var(--falcon-info-rgb)) !important;
}

.testimonial-slider .owl-item:nth-child(even) .testimonial-card>div {
    background-color: rgba(var(--falcon-secondary-rgb), var(--falcon-bg-opacity)) !important;
}

.fixed-icon {
    position: fixed;
    z-index: 99;
    right: -135px;
    top: 300px;
    display: flex;
    gap: 10px;
    transform: rotate(90deg);
}

.fixed-icon.left {
    top: auto;
    right: auto;
    left: 10px;
    transform: none;
    display: flex;
    bottom: 70px;
    flex-direction: column;
    width: 40px;
}

.fixed-icon.left .btn {
    border-radius: 50% !important;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fixed-icon .btn {
    border-radius: 0px 20px 0px 20px !important;
}

.social-icon a {
    width: 35px;
    min-width: 35px;
    height: 35px;
    display: flex;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    color: var(--falcon-primary);
    background-color: var(--falcon-white);
    border-radius: 50%;
    transition: .5s all ease-in-out;
    font-size: 20px;
}

.social-icon {
    position: relative;
    /* padding-bottom: 10px; */
}

/* .social-icon::before {
    content: "";
    height: 2px;
    border-radius: 20px;
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 11;
    background: var(--falcon-secondary);
} */

.banner-search .form-control {
    border-bottom: none !important;
    background: none !important;
}

.banner-search .btn {
    max-width: min-content;
    border: 0px;
}

.navbar-brand br {
    display: none;
}

.subjects-slider {
    padding-left: 50px !important;
    padding-right: 50px !important;
    position: relative;
}

.subject-item {
    padding: 10px;
    width: auto;
    text-align: center;
}

.subjects-slider .owl-nav {
    margin-top: 0px !important;
}

.subjects-slider .owl-nav button {
    width: 50px;
    height: 50px;
    background: var(--falcon-primary) !important;
    border-radius: 50%;
    color: #fff !important;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.subjects-slider .owl-prev {
    left: 10px;
}

.subjects-slider .owl-next {
    right: 10px;
}

.subject-item img {
    width: 20px !important;
    margin: 0px auto;
}

.typed-cursor {
    display: none;
}

.search-teacher-inner {
    background-color: rgba(var(--falcon-info-rgb), 50%) !important;
}

/* .search-teacher {
    padding: 60px 0;
    background: linear-gradient(0deg, #0068be59, transparent);
    border-radius: 0 0 30px 30px;
} */

.search-teacher .search-teacher-inner {
    background: #fff;
    border-radius: 30px;
    border: 10px solid #efefef;
}

.head-band {
    position: relative;
    padding: 10px 20px;
    padding-left: 50px;

    /* clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%); */
}


/* .head-band::after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background: var(--falcon-primary);
    position: absolute;
    top: 0px;
    right: -100%;
} */

.head-band::before {
    content: "";
    width: 40px;
    height: 55px;
    display: block;
    background: #fff;
    position: absolute;
    top: 0px;
    left: -1px;
    clip-path: polygon(100% 0, 0 0, 0 100%);
}


/* .after-line::after {
    content: "";
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: calc(100% - 15px);
    height: 5px;
    background: var(--falcon-primary);
    z-index: 1;
}
*/
/* .step-card::before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    right: -110px;
    top: 50%;
    transform: translateY(-50%);
    border-top: 80px solid transparent;
    border-left: 110px solid #fff;
    border-bottom: 80px solid transparent;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
    z-index: 2;
}

*/

.card-row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
}

.step-card {
    position: relative;
    border-radius: 10px 0px 0px 10px;
    width: calc(33% - 7px);
    padding-right: 60px !important;
}

.step-card:before {
    position: absolute;
    content: '';
    background: url(../images/arrow-1.png);
    filter: brightness(0) saturate(100%) invert(27%) sepia(67%) saturate(1766%) hue-rotate(190deg) brightness(98%) contrast(94%);
    width: 50px;
    height: 50px;
    top: 50%;
    transform: translateY(-50%);
    background-position: center;
    background-size: contain;
    right: 10px;
    background-repeat: no-repeat;
}

.step-img {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    width: 350px;
    aspect-ratio: 1/1;
    object-fit: cover;
}


.step-count {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.custom-tab .nav-link.active,
.custom-tab .nav-link:hover {
    background-color: var(--falcon-success) !important;
    border-color: var(--falcon-success) !important;
    color: #fff !important;
}

.custom-tab .nav-link {
    color: var(--falcon-success) !important;
    margin-bottom: 0px !important;
    /* border: 2px solid var(--falcon-success); */
    margin-bottom: 10px !important;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    transition: .2s all ease-in;
    position: relative;
}

.custom-tab .nav-link::after {
    content: "";
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-left: 30px solid #ffffff;
    border-bottom: 15px solid transparent;
    display: block;
    position: absolute;
    right: -30px;
    top: 50%;
    transform: translateY(-50%);
    transition: .2s all ease-in;
}

.custom-tab .nav-link.active::after,
.custom-tab .nav-link:hover::after {
    border-left-color: var(--falcon-success) !important;
}

.custom-tab .nav-link.active .icon {
    background: #F7F8FC;
}

.custom-tab .nav-link:hover .icon {
    background: #F7F8FC;
}

.custom-tab .nav-link .icon {
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    border-radius: 50%;
    justify-content: center;
    background-color: var(--falcon-success);
    padding: 20px;
    margin: 0px auto 15px;
    transition: .2s all ease-in;
}

.custom-tab .tab-content {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.teacher-img {
    border-radius: 50px 50px 0px 0px;
}

.tutor-images {
    background-size: cover;
    padding: 30px;
    width: calc(100% - 140px);
    transition: 1s ease-in-out;
    background-image: url(../images/counselling-circal.png);
}


.counselling-circal {
    background-image: url(../images/counselling-circal.png);
    background-size: cover;
    padding: 30px;
}

.tutor-images img {
    border-radius: 50%;
}

/* #circle-img {
    transition: transform 5s ease-in !important;
} */

.tutor-img {
    transition: opacity 0.8s ease-in-out;
    /* Smooth fade effect */
}

/* Custom scrollbar styling */
.book-slider::-webkit-scrollbar {
    height: 10px;
}

.book-slider::-webkit-scrollbar-thumb {
    background-color: var(--falcon-primary);
    border-radius: 10px !important;
    transition: background-color 0.3s ease;
}

.book-slider::-webkit-scrollbar-track {
    background-color: var(--falcon-light);
    border-radius: 10px;
}

.book-slider {
    scrollbar-width: thin;
    scrollbar-color: var(--falcon-primary) var(--falcon-light);
    overflow-x: auto;
    position: relative;
    transition: all 0.3s ease;
    cursor: grab;
    display: flex;
    white-space: nowrap;
    /* border-left: 20px solid;
    border-right: 20px solid;
    border-image: url('../images/walnut-brown.jpg') 30 stretch; */
    border-radius: 10px 10px 0px 0px;
    width: calc(100% - 30px);
    margin: 15px auto;
    /* background-color: #fff; */
}

.book-col {
    /* background-color: rgb(var(--falcon-info-rgb), 40%); */
    display: flex;
    white-space: nowrap;
    border: 20px solid;
    border-image: url('../images/walnut-brown.jpg') 30 stretch;
    padding: 30px 0px 1px 1px;
    border-right-width: 0px;
    border-left-width: 10px;

}

.book-col:nth-of-type(1) {
    border-left-width: 20px !important;
}

.book-col:nth-last-of-type(1) {
    border-right-width: 20px !important;
}

.book-item {
    /* box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset; */
    box-shadow: rgba(0, 0, 0, 0.50) -2px 0px 5px;
    border-radius: 3px;
    margin-right: 10px;
    position: relative;
    background-color: red;
    min-width: 50px;
    height: 230px;
    color: #fff;
    /* transform: rotate(10deg); */
}

/* .book-item:nth-child(2n+1) {
    background-color: var(--falcon-primary);
}

.book-item:nth-child(2n+2) {
    background-color: var(--falcon-secondary);
} */

.book-item span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(270deg);
    transform-origin: center;
    white-space: nowrap;
    font-size: 16px;
    font-weight: bold;
}



.category-item {
    margin-right: 10px;
    /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 20px 8px;
    margin: 8px;
    border-radius: 20px;
    text-align: center;
    background-color: #fff;
}

.category-item img {
    width: 50px !important;
}


/* 
.book-item:nth-child(3n+3) {
    background-color: var(--falcon-info);
} */
#mathematics {
    background-color: #FFD700;
}

#physics {
    background-color: #FF4500;
}

#chemistry {
    background-color: #32CD32;
}

#biology {
    background-color: #228B22;
}

#accounts {
    background-color: #8B4513;
}

#economics {
    background-color: #B22222;
}

#business-studies {
    background-color: #4682B4;
}

#cpp {
    background-color: #000080;
}

#java {
    background-color: #8A2BE2;
}

#data-structures {
    background-color: #9932CC;
}

#law {
    background-color: #800000;
}

#quantitative-ability {
    background-color: #2F4F4F;
}

#data-interpretation {
    background-color: #556B2F;
}

#french {
    background-color: #FF69B4;
}

#german {
    background-color: #DC143C;
}

#spanish {
    background-color: #FFA500;
}

#russian {
    background-color: #696969;
}

#history {
    background-color: #A0522D;
}

#geography {
    background-color: #20B2AA;
}

#cost-accounting {
    background-color: #556B2F;
}

#financial-management {
    background-color: #808000;
}

#human-resource-management {
    background-color: #4682B4;
}

#marketing-management {
    background-color: #FF8C00;
}

#computer-science {
    background-color: #191970;
}

#information-technology {
    background-color: #D2691E;
}

#biotechnology {
    background-color: #008B8B;
}

#environmental-science {
    background-color: #006400;
}

#psychology {
    background-color: #9370DB;
}

#sociology {
    background-color: #C71585;
}

#philosophy {
    background-color: #778899;
}

#political-science {
    background-color: #8B0000;
}

#hindi {
    background-color: #FF4500;
}

#sanskrit {
    background-color: #DAA520;
}

#arabic {
    background-color: #A52A2A;
}

.list {
    padding-left: 30px !important;
    height: 330px;
    overflow: auto;
    padding-bottom: 50px !important;
}

.toggle-btn {
    padding: 10px;
    background: #ffffff;
    position: absolute;
    bottom: 0px;
    width: 100%;
    border-top: 1px solid var(--falcon-info);
}

.help-btn {
    width: max-content;
    padding-top: 4px !important;
    padding-bottom: 4px !important;
}

.home-tab .nav-link {
    background-color: #fff;
    min-width: 300px;
}

.home-tab .nav-link.active {
    background-color: var(--falcon-primary);
    color: #fff !important;
}

.icon-shape {
    align-items: center;
    display: inline-flex;
    justify-content: center;
    text-align: center;
    vertical-align: middle;
}

.icon-lg {
    height: 3rem;
    line-height: 3rem;
    width: 3rem;
}

.bg-primary .breadcrumb-item+.breadcrumb-item::before {
    color: #fff !important;
}

.step-list {
    list-style: none;
    padding: 0px;
}

.step-list li {
    /* box-shadow: rgba(0, 0, 0, 0.3) 0px 5px 15px !important; */
    margin-bottom: 10px;
    display: flex;
    gap: 5px;
    border-bottom: 2px solid var(--falcon-info);
    padding-bottom: 10px;
    align-items: start;
}

.step-no {
    min-width: 30px;
    width: 30px;
    height: 30px;
    background-color: var(--falcon-primary);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    color: #fff;
}

.career-growth {
    object-fit: contain;
}

.radio-check.active {
    background-color: var(--falcon-primary);
    color: #fff;
}

.radio-check {
    position: relative;
    border: 2px solid var(--falcon-primary);
    border-radius: 10px;
    padding: 10px;
    cursor: pointer;
}

.radio-check .form-check-label {
    cursor: pointer;
}

.radio-check input[type=radio] {
    opacity: 0;
    position: absolute;
    z-index: 1;
}

.registration-img {
    height: 350px;
    object-fit: cover;
}

.registration-from {
    box-shadow: 0 0px 20px 0 rgba(65, 69, 88, 0.2), 0 3px 6px 0 rgba(0, 0, 0, 0.07) !important;
}

.form-label b,
label b {
    font-weight: 600 !important;
    color: #5e6e82 !important;
}

.currency-group .select2 {
    width: auto !important;
    padding-right: 5px;
}

header.header {
    position: sticky;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 999;
}

.card .topic-bg {
    background: linear-gradient(45deg, #0068be, transparent);
    height: 200px;
    width: 100%;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: 700;
    color: #0000008c;
    text-align: center;
    padding: 1rem;
}

.video-container {
    position: relative;
    width: 200px;
    height: 200px;
    overflow: hidden;
    border-radius: 8px;
    cursor: pointer;
}

.video-container video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.video-container:hover video {
    transform: scale(1.05);
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease;
}

.video-container:hover .overlay {
    background: rgba(0, 0, 0, 0.6);
}

.play-button-wrapper {
    position: relative;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.play-button {
    width: 40px;
    height: 40px;
    background-color: #007bff;
    /* Primary color background */
    border-radius: 50%;
    mask: url('https://img.icons8.com/ios-filled/50/play--v1.png') center/contain no-repeat;
    -webkit-mask: url('https://img.icons8.com/ios-filled/50/play--v1.png') center/contain no-repeat;
    transition: transform 0.3s ease;
    z-index: 3;
}

.video-container:hover .play-button {
    transform: scale(1.2);
}

/* Multiple pulsing circles */
.circle-border {
    position: absolute;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 3px solid #007bff;
    animation: pulse 2s infinite;
    z-index: 1;
}

.circle-border:nth-child(1) {
    animation-delay: 0s;
}

.circle-border:nth-child(2) {
    animation-delay: 2.4s;
}

.circle-border:nth-child(3) {
    animation-delay: 2.8s;
}

.circle-border:nth-child(4) {
    animation-delay: 2.2s;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.7;
    }

    70% {
        transform: scale(1.8);
        opacity: 0;
    }

    100% {
        transform: scale(1.8);
        opacity: 0;
    }
}

.cursor-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    pointer-events: none;
    z-index: 9999;
    transform: translate(-50%, -50%);

    .cursor-circle {
        width: 100%;
        height: 100%;
        border: 1px solid #000;
        border-radius: 50%;
        background-color: rgba(0, 0, 0, 0.03);
        position: absolute;
        top: 0;
        left: 0;
    }

    .cursor-dot {
        width: 6px;
        height: 6px;
        background-color: black;
        border-radius: 50%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}

/* Hide the custom cursor on touch devices */
@media (hover: none) and (pointer: coarse) {
    .cursor-wrapper {
        display: none !important;
    }
}