html {
  scroll-behavior: smooth !important;
}

.new-hero-section{
    background-image: url('../images/james.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    overflow: hidden;
    height: 400px;
}

.my-hero-section{
    /* background: radial-gradient(
    circle at 30% 40%,
    #6a1a9f 0%,
    #3d0554 40%,
    #2b033d 70%,
    #130019 100%
  ); */
  overflow: hidden;
    background: url(../images/test-2.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.overlay:before {
    opacity: 0.7 !important;
    background: #310043 !important;
}

.my-hero-section::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 500px;
    height: 500px;
    /* background: url(/assets/front/images/left-web.webp) no-repeat center / contain; */
    /* opacity: 0.25; */
    pointer-events: none;
}

.my-hero-content h1 {
    font-size: 3.5rem;
    font-weight: bold;
    color: #ffffff;
}
.my-hero-btn-1{
    display: inline-block;
    padding: 12px 30px;
    font-size: 1rem;
    color: #fff;
    background-color: rgba(0,0,0,0.4);
    border-radius: 50px;
    border: 1px solid #fff;
    text-decoration: none;
    transition: background-color 0.3s ease;
}
.my-hero-btn-1:hover {
    background-color: #fff;
    color: #6a1a9f;
}

.my-hero-btn-2{
    display: inline-block;
    padding: 12px 30px;
    font-size: 1rem;
    color: #6a1a9f;
    background-color: #fff;
    border-radius: 50px;
    border: 1px solid #fff;
    text-decoration: none;
    transition: background-color 0.3s ease;
}
.my-hero-btn-2:hover {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
}

.my-hero-image-part{position: relative;}
.my-hero-image-part #hasinaImg {
    max-width: 500px;
    border-radius: 50%;
    position: relative;
    z-index: 2;
}

.my-hero-image-part #brushBG {
    position: absolute;
    z-index: 1;
    left: 0;
    top: -15px;
    display: none;
}

#my-circle {
    position: absolute;
    top: 46%;
    left: 40%;
    transform: translate(-50%, -50%);
    width: 500px;
    height: 500px;
    border-radius: 50%;
    animation: pulse 4s infinite;
    background: rgba(96, 0, 132, 0.2);
    display: none;
}


.headline {
    font-size: 1.5rem;
    line-height: 1.5;
    font-weight: 400;
}

/* rotating part style */
.rotator {
    display: block;
    position: relative;
    white-space: nowrap;
    font-weight: 700;
}

/* caret / cursor */
.rotator::after {
    content: "";
    display: inline-block;
    width: 2px;
    height: 1.05em;
    background: var(--text);
    margin-left: 6px;
    vertical-align: middle;
    animation: blink 1s steps(1) infinite;
    opacity: 0.95;
}
@keyframes blink {
    50% { opacity: 0; }
}

/* smaller on mobile */
@media (max-width: 520px) {
    .headline { font-size: 1.15rem; }
}



.my-section-head{
    background: #fff;
    padding: 15px;
    text-align: center;
}

.page-banner {
    background-position: bottom !important;
}

/* Event Management Css */
.my-event-image{
    text-align:center;
    position: relative;
}
.my-event-image img{
    border-radius:1rem;
    max-width:100%;
    box-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
}
.my-event-image #left-top-circle{
    background: rgb(254 249 195);
    width: 6rem;
    height: 6rem;
    position: absolute;
    top: -1rem;
    left: -2rem;
    border-radius: 50%;
    z-index: -1;
}
.my-event-image #right-bottom-circle{
    background: rgb(210 244 206 / 80%);
    width: 6rem;
    height: 6rem;
    position: absolute;
    bottom: -2rem;
    right: -1rem;
    border-radius: 50%;
    z-index: -1;
}


/* DBC Css */
.my-dbc-section{
    background: #f7f7f7
}
.my-dbc-btn{
    color: rgba(96, 0, 132) !important;
    border-bottom: 1px solid rgba(96, 0, 132) !important;
    padding-bottom: 5px !important;
}
.my-dbc-btn:hover{
    color: rgba(96, 0, 132, 0.8) !important;
    border-bottom: 1px solid rgba(96, 0, 132, 0.8) !important;
}
.my-dbc-image{
    text-align:center;
    position: relative;
}
.my-dbc-image img{
    position: relative;
    border-radius:1rem;
    max-width:100%;
    box-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
    z-index: 9;
}
.my-dbc-image #left-top-circle{
    background: rgb(254 249 195);
    width: 6rem;
    height: 6rem;
    position: absolute;
    top: -1rem;
    left: -2rem;
    border-radius: 50%;
    z-index: 1;
}
.my-dbc-image #right-bottom-circle{
    background: rgba(96, 0, 132, 0.8);
    width: 6rem;
    height: 6rem;
    position: absolute;
    bottom: -2rem;
    right: -2rem;
    border-radius: 50%;
    z-index: 1;
}


/* Immigration Section Css */

.my-im-image{
    text-align:center;
    position: relative;
}
.my-im-image img{
    position: relative;
    border-radius:1rem;
    max-width:100%;
    box-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
    z-index: 9;
}
.my-im-image #left-top-circle {
    background: rgb(254 249 195);
    width: 15rem;
    height: 15rem;
    position: absolute;
    top: -4rem;
    right: -5rem;
    border-radius: 50%;
    z-index: 1;
}


/* Student Visa Assistance Section Css */
.my-sv-image{
    text-align:center;
    position: relative;
}
.my-sv-image img{
    position: relative;
    border-radius:1rem;
    max-width:100%;
    box-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
    z-index: 9;
}
.my-sv-image #left-top-circle {
    background: rgb(210 244 206 / 80%);
    width: 15rem;
    height: 15rem;
    position: absolute;
    top: -5rem;
    left: -5rem;
    border-radius: 50%;
    z-index: -1;
}


/* it support section css  */
.my-it-image{
    text-align:center;
    position: relative;
}
.my-it-image img{
    position: relative;
    border-radius:1rem;
    max-width:100%;
    box-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
    z-index: 9;
}
.my-it-image #left-top-circle {
    background: rgb(217 239 255);
    width: 15rem;
    height: 15rem;
    position: absolute;
    top: -4rem;
    right: -5rem;
    border-radius: 50%;
    z-index: 1;
}


/* About Section Css  */
.my-about-section{
    background: #f7f7f7;
}
.testimonial-item {
    background: #fff;
}

.about-btn .menu-btn{
    display: inline-block;
    margin-right: 10px;
    margin-top: 10px;
    padding: 10px 25px;
    font-size: 1rem;
    color: #fff;
    background-color: rgba(96, 0, 132);
    border-radius: 50px;
    border: 1px solid rgba(96, 0, 132);
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.nav-link{
    display: inline-block;
    padding: 10px 25px !important;
    font-size: 1rem !important;
    color: rgba(96, 0, 132) !important;
    text-decoration: none !important;
    border-radius: 50px !important;
    transition: background-color 0.3s ease !important;
}
.nav-link:hover{
    display: inline-block;
    padding: 10px 25px !important;
    font-size: 1rem !important;
    color: #fff !important;
    background-color: rgba(96, 0, 132) !important;
    border-radius: 50px !important;
    border: 1px solid rgba(96, 0, 132) !important;
}

.nav-link.active{
    display: inline-block;
    padding: 10px 25px !important;
    font-size: 1rem !important;
    color: #fff !important;
    background-color: rgba(96, 0, 132) !important;
    border-radius: 50px !important;
    border: 1px solid rgba(96, 0, 132) !important;
    text-decoration: none !important;
    transition: background-color 0.3s ease !important;
}


/* footer section css adjustment */
.my-footer{
    background: radial-gradient(circle at 30% 40%, #6a1a9f 0%, #3d0554 40%, #2b033d 70%, #130019 100%) !important;
    background-image: url('../images/taxas-city.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
}
.my-footer a:hover{
    color: #f1f1f1 !important;
    text-decoration: underline;
}

.cookie-consent {
    display: none !important;
}



/* Event management css  */
.latest-image{
    position: relative;
}
.latest-image img{
    position: relative;
    width: 500px !important;
    box-shadow: 0px 10px 70px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    z-index: 9;
}
.latest-image div{
    position: absolute;
    top: -20px;
    left: -20px;
    width: 400px;
    height: 400px;
    background: rgb(45 0 62 / 80%);
    border-radius: 10px;
    z-index: 1;
}
#latest-time-table{
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 10px;
}
#latest-time-table div{
    text-align: center;
    padding: 10px 20px;
    color: #fff;
    background: rgba(96, 0, 132, 0.8);
    border-radius: 5px;
}
#org h5{
    color: #b4b4b4;
    font-size: 14px;
    margin-top: 15px;
}
#latest-title a{
    color: #fff
}
.latest-description{
    color: #ddd;
    font-size: 14px;
}
.latest-price-remain{
    display: flex;
    gap: 10px;
    font-size: 14px;
    align-items: center;
    justify-content: space-between;
    line-height: normal;
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px dashed #d9d9d9;
    color: #fff;
}
.my-latest-btn{
    color: rgb(218 255 112) !important;
    border-bottom: 1px solid rgb(218 255 112) !important;
    padding-bottom: 5px !important;
    margin-top: 30px;
    display: inline-block;
}
.my-latest-btn:hover{
    color: rgb(218 255 112, 0.7) !important;
    border-bottom: 1px solid rgb(218 255 112, 0.7) !important;
}


/* Digital Business Css  */
.page-hero-heading{
    max-width: 900px;
    margin: auto;
    text-align: center;
}

.my-ol {
  list-style-type: decimal;
  margin-left: 1rem;
  padding-left: 0;
}

.my-ol li {
  display: list-item !important;
  list-style-type: decimal !important;
}

.my-page-image{
    text-align:center;
    position: relative;
}
.my-page-image img{
    position: relative;
    border-radius:1rem;
    max-width:100%;
    max-height: 550px;
    box-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
    z-index: 9;
}
.my-page-image #right-side-shade {
    background: rgb(239 231 255);
    width: 200px;
    height: 550px;
    position: absolute;
    top: -1rem;
    right: 1.5rem;
    border-radius: 1rem;
    z-index: 1;
}

.my-dg-img img {
    border-radius: 1rem;
    max-width: 100%;
    box-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
    max-height: 550px;
}


.my-lead-form{
    background: #fff;
    padding: 30px 30px 30px 0px;
    box-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.50);
    border-radius: 10px;
}




@media (max-width: 787px) {
    .latest-image img {
        margin-bottom: 40px;
    }
}

@media (max-width: 435px) {
    .my-hero-content h1 {
        font-size: 2.5rem;
    }
    .about-content {
        text-align: center;
    }
    .my-hero-image-part #hasinaImg {
        max-width: 350px;
        margin-left: 20px;
    }
    #my-circle {
        top: 52%;
        left: 54%;
        width: 350px;
        height: 350px;
    }
    #rotator{display: block;}
    #rotator-live{display: block;}


    .latest-image img {
        margin-bottom: 30px;
    }
    .latest-image div {
        top: -10px;
        left: -10px;
        width: 350px;
        height: 280px;
    }
    #latest-time-table {
        justify-content: center;
    }

    .my-page-image #right-side-shade {
        right: -0.5rem;
    }

    .contact-form {
        margin-left: 30px !important;
    }
}

@media (max-width: 391px) {
    #latest-time-table {
        font-size: 14px;
    }

    .my-page-image #right-side-shade {
        top: -0.3rem;
    }
}