html,
body {
    margin: 0;
    padding: 0;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 1rem;
    background-image: url(https://tezoofficial.blob.core.windows.net/express-app/images/2024/august/Background_final.jpg);
}

*,
::after,
::before {
    box-sizing: border-box;
}

.text-center {
    text-align: center;
}

.pos-relative {
    position: relative;
}

.d-flex {
    display: flex;
}

.d-block {
    display: block;
}

.fs-12 {
    font-size: 12px;
}

.bg-white {
    background-color: white;
}

.align-items-center {
    align-items: center
}

.justify-content-center {
    justify-content: center
}

.m-0 {
    margin: 0;
}

.mt-1 {
    margin-top: 0.5rem;
}

.w-25 {
    width: 25%;
}

.w-30 {
    width: 30%;
}

.w-40 {
    width: 40%;
}

.w-50 {
    width: 50%;
}

.w-60 {
    width: 50%;
}

.w-100 {
    width: 100%;
}

.container,
.container-fluid {
    width: 100%;
    padding-right: var(--bs-gutter-x, .75rem);
    padding-left: var(--bs-gutter-x, .75rem);
    margin-right: auto;
    margin-left: auto;
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y)* -1);
    margin-right: calc(var(--bs-gutter-x)* -.5);
    margin-left: calc(var(--bs-gutter-x)* -.5);
}

.gx-3 {
    --bs-gutter-x: 1rem;
}

.gx-4 {
    --bs-gutter-x: 1.5rem;
}

.gx-5 {
    --bs-gutter-x: 3rem;
}


.text-orange {
    color: #FFAB04;
    font-weight: 500;
}
.text-coral-orange{
    color: #fb3d00cc;
}
.bg-coral-orange{
   background-color: #E85227;
}

.bg-orange {
    background-color: #FE774C;
}

.text-navy-blue {
    color: #09205A;
    font-weight: 500;
}
.bg-navy-blue {
    background-color: #09205A;
}
.name-tag{
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.name-tag p:first-child{
   font-size: 14px;
}

.name-tag p:last-child{
font-size: 10px;
}

.about-highlight-text{
    font-size: inherit;
}
h2 {
    font-family: "Chela One", system-ui;
    font-weight: 400;
    font-style: normal;
    font-size: 54px;
    color: #fff;
    margin: 0;
}
.marketing-header img{
    width: 10rem;
    object-fit: cover;
}

.stroke-img-container{
    top:-3%;
    right:5%;
}
.stroke-img-container img{
    height: 10rem;
}

.img-quote-container{
    bottom: 10%;
    left: 10%;
}
.img-quote-container img{
    height: 10rem;
}


.img-lens-container{
    bottom:35%;
    right:7%;
}
.img-lens-container img{
    height: 7rem;
}

.img-diamond-container{
    top:5%;
    left:20%;
}
.img-diamond-container img{
    height: 14rem;
    rotate: -30deg;
}


.rewind-quote-img-container{
    left: 8%;
    top: -3%;
}

.mock-vs-master {
    margin-top: 4.2rem;;

}
.mock-vs-master-content{
    background-color: #e852271a;
    padding: 20px;
    border-radius: 10px;
    width: 100%;
    padding-top: 5.5rem;
}

.mock-vs-master-header{
    top: -2.5rem;
    width: 100%;
}

.difference-mobile{
    display: none;
}
.difference-web{
    display: flex;
}
.difference {
    background-color: #e852271a;
    padding: 5.5rem 20px 20px 20px;
    border-radius: 10px;
    width: 100%;
}
.difference-mobile .difference{
    padding: 20px;
}
.difference-item{
    padding-left: 1rem;
    padding-right: 1rem;
}
.difference-header {
    background-color: #09205A;
    color: white;
    padding: 10px;
    border-radius: 16px;
    margin-bottom: 20px;
    width: 15rem;
    top: -128px;
    left: 33%;
    box-shadow: 0px 8px 2px rgb(0 0 0 / 0.25);
    height: 5rem;
    font-size: 30px;
}
.difference-summary p:first-child{
    font-size: 27px;
}

.master-filed{
    width: 35%;
}
.number-responsive, .temprory-div{
    display: none;
}

.item {
    background-color: #fb3d00cc;
    color: white;
    padding: 20px 0px;
    border-radius: 16px;
}

.item span {
    margin-left: 10px;
    font-size: 21px;
    font-weight: 500;
}

.number {
    background-color: white;
    border-radius: 50%;
    width: 90px;
    aspect-ratio: 1;
    border:solid 2px #E85227;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    font-size: 2.5rem;
}

.line {
    width: 2px;
    height: 80px;
    background-color: #D8D8D8;
    margin: 0 auto;
}

.brand-text{
    font-size: 28px;
    font-weight: 500;
}


@media (max-width: 1100px) {
    .number-responsive{
        display: flex;
    }
    .temprory-div{
        display: block;
        margin-top: 6rem;
    }
    .difference{
        flex-direction: column;
    }
    .difference-header {

        left: 35%;
    }
    .master-filed{
        width: unset !important;
    }
    .difference-header {
        width: 15rem !important;
        top: -80px !important;
        left: 33% !important;
        height: 4rem !important;
        font-size: 30px !important;
    }
    .difference-web{
        display: none;
    }
    .difference-mobile{
        display: flex;
    }
}


.rewind-header h2{
    min-width: 30rem;
}
.rewind-slide img{
    /* height:20rem; */
    /* width:8rem; */
    width: 100%;
}


@media (min-width: 576px) {
    .container {
        max-width: 90%;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 90%;
    }
    .grid-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 90%;
    }
    .grid-container {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1450px;
    }
}

@media (max-width: 1200px) {
    .difference-summary.px-5 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .outof-office-section {
        padding-top: 0;
        padding-bottom: 0;
    }
    .upskill-container {
        padding-bottom: 0;
    }
    .img-quote-container{
        bottom: 7%;
        left: 6%;
    }
    .img-quote-container img{
        height: 8rem;
    }
    .master-filed{
        width: 42%;
    }

    .difference-header {
        width: 12rem;
        top: -75px;
        left: 27%;
        height: 3.5rem;
        font-size: 24px;
    }
}

@media (max-width: 1300px) {
    .img-diamond-container{
        top:5%;
        left:10%;
    }
    .img-diamond-container img{
        height: 12rem;
    }
}

header {
    display: flex;
    justify-content: center;
    position: relative;
    padding-top: 64px;
    padding-bottom: 64px;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    font-family: poppins;
}

.social-handles-container {
    position: absolute;
    right: 95px;
    top: 0;
    width: 15%;
    height: 100%;
    text-align: right;
}

.social-handles {
    padding-top: 65px;
}
.fs-21{
    font-size: 21px;
}
.fs-18{
    font-size: 18px;
}
.edition {
    position: absolute;
    bottom: 10px;
    right: 0;
    z-index: 99;
}

.edition p {
    font-size: 22px;
    font-weight: 400;
    margin: 0;
    padding-bottom: 5rem;;
}

.brand-name {
    position: relative;
    z-index: 10;
    margin: 23px;
}

.brand-name img {
    display: block;
}

.brand-name .star {
    top: 0;
    right: 80px;
    left: inherit;
    bottom: inherit;
}

.brand-name .star1 {
    top: inherit;
    bottom: 60px;
    right: -30px;
    left: inherit;
}

.menu {
    position: absolute;
    top: 65px;
    left: 95px;
    cursor: pointer;
    z-index: 9;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #ffffff;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 999;
    top: 0;
    right: -400px;
    padding: 32px;
    border-radius: 23px;
}

.dropdown-content::before {
    content: "";
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: 20px solid #ffffff;
    position: absolute;
    left: -15px;
    top: 21px;
}

.dropdown-content a {
    display: block;
    font-size: 18px;
    color: #000000;
    text-decoration: none;
    margin-bottom: 15px;
}

.dropdown-content a:last-child {
    margin-bottom: 0;
    color: #676767;
}

.dropdown-content a:hover {
    color: #FF7960;
}

.show {
    display: block;
}

.marquee-container {
    width: 100%;
    height: 80px;
    line-height: 80px;
    cursor: pointer;
    background: #09205A;
    z-index: 99;
}

.marquee-container::before {
    content: "";
    width: 100%;
    height: 1px;
    /* background-color: #EFC263; */
    position: absolute;
    top: 10px;
    left: 0;
}

.marquee-container ul {
    height: 80px;
    margin: 0;
}

.marquee-container li {
    font-size: 24px;
    color: #ffffff;
    font-weight: 400;
    list-style-type: none;
}

.marquee-container li img {
    margin-left: 8px;
    margin-right: 8px;
}

section {
    position: relative;
    z-index: 1;
    /* background-image: url('https://tezoofficial.blob.core.windows.net/express-app/images/2024/july/bubbles.svg'); */
    background-size: contain;
}
.about-section p {
    font-size: 21px;
}

.about-section .col-lg-7 {
    padding-right: 90px;
    text-align: justify;
}

@media (max-width : 992px) {
    .about-section .col-lg-7 {
        padding-right: calc(var(--bs-gutter-x) * .5);
    }
}
.august-rewind{
    padding-top: 50px;
    padding-bottom: 90px;
}
section.marketing-section {
    padding-bottom: 60px;
    padding-top: 60px;
}
.header-text {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.header-text h2 {
    padding-left: 4rem;
}

b, strong {
    font-weight: 500;
}


@media (max-width:768px) {
    .img-diamond-container{
        left:7% !important;
    }
    .img-diamond-container img{
        height: 7rem !important;
    }
    .rewind-header h2{
        min-width: 26rem;
    }
    .difference-header {
        /* top:-70px; */
        right:31%;
        left:auto;
    }
    .img-quote-container{
        bottom: 5%;
        left: 5%;
    }
    .img-quote-container img{
        height: 5.5rem;
    }
    .rewind-quote-img-container{
        left: 3% !important;
        top: -7% !important;
    }
    .rewind-quote-img-container img{
        width: 6rem !important;
    }
    .difference-item{
        padding: 0;
    }
    
    .number {
        width: unset !important;
        min-width: 50px !important;
        font-size: 1.5rem !important;
    }
}

.ceo-words::before {
    content: '';
    background-image: url('https://tezoofficial.blob.core.windows.net/express-app/images/2024/july/quotes.png');
    position: absolute;
    width: 300.61px;
    height: 200.39px;
    background-repeat: no-repeat;
    left: -32px;
    background-size: contain;
    z-index: -1;
    bottom: -50px;
}


.slider .glass-effect {
    padding: 0;
}
.heading {
    margin-bottom: 41px;
    text-align: center;
}
.heading h2 {
    margin-bottom: 40px;
}
.heading p {
    color: #ffffff;
    font-size: 18px;
    text-align: center;
}
.team-message p {
    font-size: 18px;
}

.team-message p.mt-3 {
    font-style: italic;
}
.team-message {
    padding: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    font-size: 18px;
}

.team-message .quotes::before {
    content: '';
    background-image: url('https://tezoofficial.blob.core.windows.net/express-app/images/2024/july/quotes.png');
    position: absolute;
    bottom: -60px;
    width: 320.61px;
    height: 214.39px;
    background-repeat: no-repeat;
    right: 0px;
    background-size: contain;
    transform: rotate(180deg);
}
.team-message h6 {
    color: #ffffff;
    font-size: 32px;
    font-weight: normal;
    margin-bottom: 20px;
}

.outofoffice-section {
    position: relative;
}

.outofoffice-profile {
    display: flex;
    align-items: end;
    margin-bottom: 36px;
}

.outofoffice-profile img {
    border-radius: 5px;
}

.outofoffice-profile .ceo-image {
    width: 140px;
    height: 150.71px;
}

.outofoffice-designation {
    padding-left: 45px;
}

.outofoffice-designation h3 {
    font-size: 20px;
    color: #ffffff;
    font-weight: 700;
}

.outofoffice-designation h5 {
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
}

.outofoffice-section p {
    font-size: 18px;
    color: white;
    font-weight: 400;
    text-align: justify;
}

.outofoffice-section .quotes {
    font-size: 22px;
    color: #FFAB04;
    font-weight: 600;
    position: relative;
    text-align: justify;
    display: inline;
}

.outofoffice-headline {
    text-align: justify;
    margin-bottom: 23px;
}

.outofoffice-section .quotes::before {
    content: "";
    background-image: url("https://tezoofficial.blob.core.windows.net/express-app/images/2024/july/red-double-quotes.png");
    background-repeat: no-repeat;
    position: absolute;
    left: -46px;
    top: -16px;
    width: 63px;
    height: 48px;
    z-index: -1;
    background-size: contain;
}

.outofoffice-section .quotes::after {
    content: "";
    background-image: url("https://tezoofficial.blob.core.windows.net/express-app/images/2024/july/red-double-quotes.png");
    background-repeat: no-repeat;
    position: absolute;
    right: -30px;
    bottom: -14px;
    width: 63px;
    height: 48px;
    transform: rotate(180deg);
    z-index: -1;
    background-size: contain;
}

@media (max-width : 768px) {
    .outofoffice-section .quotes::before {
        position: absolute;
        left: -28px;
        top: -16px;
        width: 39px;
        height: 48px;
    }
    .marketing-header{
        flex-direction: column;
    }
    .header-text {
        padding: 1rem;
        border-radius: 10px;
    }
    .header-text h2{
        font-size: medium;
        padding-left: 1px;
    }

    .edition p {
        padding-bottom: 0;
    }
    /* .brand-name img{
        width: 75%;
    } */
    .outofoffice-section .quotes::after {
        position: absolute;
        right: -30px;
        bottom: -14px;
        width: 39px;
        height: 48px;
    }
    .difference-header {
        width: 12rem !important;
        top: -75px !important;
        left: 25% !important;
        height: 3.5rem !important;
        font-size: 24px !important;
    }
}
@media (max-width : 600px) {
    .difference-header {
        width: 12rem !important;
        top: -75px !important;
        left: 20% !important;
        height: 3.5rem !important;
        font-size: 24px !important;
    }
}

@media (max-width : 600px) {
    .rewind-header h2, .section-heading{
        min-width: 17rem !important;
        font-size: 2rem !important;
        padding: 0px !important;
    }
    .img-diamond-container{
        top:0% !important;
    }
    .brand-text {
        font-size: 20px;
    }
    .number {
        width: 50px;
        aspect-ratio:1;
        font-size: larger;
    }
    .item span {
        font-size: 14px !important;
    }
    .difference-mobile .difference{
        padding: 10px !important;
    }
    .stroke-img-container{
        top:-1% !important;
        right:3% !important;
    }

    .difference-header {
        width: 12rem !important;
        top: -75px !important;
        left: 10% !important;
        height: 3.5rem !important;
        font-size: 24px !important;
    }
}
@media (max-width : 375px) {
    .difference-header {
        left: 0% !important;
    }
}
@media (max-width : 320px) {
    .difference-header {
        left: -17% !important;
    }
}


.arrow {
    width: 41px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: -22px;
    bottom: 7px;
}

h2 span {
    color: #F7D9C4;
}

.gassipgirl-section {
    padding: 60px 0 100px 0;
    position: relative;
    margin-bottom: 100px;
}

.gassipgirl-section p {
    font-size: 16px;
    color: white;
    font-weight: 400;
    padding-right: 23px;
    /* text-align: center; */
}

.gossipgirl-thoughts {
    display: flex;
    gap: 1rem;
    justify-content: center;
}

.gassipgirl-section h6 {
    font-size: 25px;
    color: #1EA75D;
    font-weight: 600;
    text-align: center;
}

.gallery-message {
    display: block;
    font-size: 16px;
    color: #1EA75D;
    font-weight: 500;
    font-style: italic;
    margin-top: 8px;
}

.gossip-left,
.gossip-right {
    /* background-color: #ffffff; */
    padding: 28px 36px;
    border-radius: 22.65px;
    width: 100%;
    height: 100%;
    position: relative;
}

.gossip-moddle {
    display: flex;
    align-items: end;
    position: relative;
    z-index: 9;
}

.gossip-left::after {
    content: "";
    transform: rotate(45deg);
    width: 28.64px;
    height: 27.65px;
    border-radius: 8.11px;
    opacity: 0px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.4) 0.55%, rgba(255, 255, 255, 0) 100%);
    border: 1.2px solid rgba(255, 255, 255, 0.4);
    z-index: 10;
    position: absolute;
    left: 97.5%;
    bottom: 18%;
}

.gossip-right::before {
    content: "";
    transform: rotate(45deg);
    width: 28.64px;
    height: 27.65px;
    border-radius: 8.11px;
    opacity: 0px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.4) 0.55%, rgba(255, 255, 255, 0) 100%);
    border: 1.2px solid rgba(255, 255, 255, 0.4);
    z-index: 10;
    position: absolute;
    left: -3.1%;
    top: 24%;
}

.gossipgirl-thoughts button {
    font-size: 18px;
    color: #ffffff;
    font-weight: 400;
    border: 0;
    padding: 13px 20px;
    border-radius: 8px;
    background-color: #0C2AEF;
    cursor: pointer;
}

.gossip-gallery {
    background-color: #ffffff;
    padding: 24px;
    border-radius: 24px;
    position: relative;
    margin: 0 auto;
    width: 95%;
    margin-top: 50px;
}

.gossip-gallery .slick-prev {
    width: 40px;
    height: 40px;
    left: -18px;
    background-color: #ffffff;
}

.gossip-gallery .slick-next {
    width: 40px;
    height: 40px;
    /* left: -18px; */
    background-color: #ffffff;
}

.gossip-gallery .slick-prev:before {
    content: '';
    width: 15px;
    height: 15px;
    border: solid #000000;
    border-width: 0 3px 3px 0;
    top: 13px;
    left: 18px;
    border-radius: 3px;
}

.gossip-gallery .slick-next:before {
    content: '';
    width: 15px;
    height: 15px;
    border: solid #000000;
    border-width: 0 3px 3px 0;
    top: 13px;
    right: 18px;
    border-radius: 3px;
}

.gossip-gallery .slick-prev:hover,
.gossip-gallery .slick-prev:focus,
.gossip-gallery .slick-next:hover,
.gossip-gallery .slick-next:focus {
    background: #ffffff;
}

.gossip-gallery .slick-dots li {
    width: 8px;
    height: 8px;
}

.gossip-gallery .slick-dots li button {
    width: 8px;
    height: 8px;
}

.gissip-images {
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    overflow-x: auto;
    gap: 12px;
}

.gissip-images img {
    border-radius: 8.46px;
}

.divider {
    width: 100%;
    height: 3px;
    border-top: 1px dotted #F56B58;
    margin-top: 40px;
    margin-bottom: 40px;
}

.last-edition-container {
    position: relative;
}
.bg-white {
    background-color: #fff;
}

footer {
    position: relative;
}

footer button {
    white-space: nowrap;
}

@media (max-width:769px) {
    header {
        padding-top: 32px;
        padding-bottom: 0;
        margin-top: 23px;
    }
    .gassipgirl-section {
        padding: 0px 0 70px 0;
        position: relative;
        margin-bottom: 40px;
    }
    .outofoffice-section::before {
        display: none;
    }

    .social-handles-container {
        right: 20px !important;
        top: 2px !important;
        width: 65% !important;
    }

    .social-handles {
        padding-top: 0 !important;
    }

    .edition {
        bottom: 8px !important;
        right: 0 !important;
    }

    .edition p {
        font-size: 16px !important;
    }

    .brand-name .star {
        right: 0;
    }

    .outofoffice-section h2 {
        margin-bottom: 30px;
    }

    h2 {
        font-size: 41px;
    }

    .outofoffice-section {
        padding-top: 30px;
        padding-bottom: 30px;
    }    
    .anniversary-section .photos-section .square, .anniversary-section .photos-section .horizontal-rect  {
        height: auto;
    }
}

@media (max-width:991px) {
    .appreciation-team::after {
        right: 0;
    }
    .item span {
        margin-left: 10px;
        font-size: 16px;
    }

    .number {
        width: 70px;
        font-size: 2rem;
    }

    .brand-name img {
        max-width: 100%;
    }
    
    section {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    section.ceo-section {
        padding-bottom: 40px;
    }
    .upskill-container .stroke-img{
        top:-5% !important;
        right: 1px !important;
    }
    .upskill-container .stroke-img img{
        scale: .8;
    }
}

@media (max-width:1024px) {
    .img-diamond-container{
        top:5%;
        left:10%;
    }
    .img-diamond-container img{
        height: 10rem;
    }    
    
    .img-lens-container{
        bottom:60%;
        right:4%;
    }   

    .stroke-img-container{
        top:-3%;
        right:3%;
    }
    .stroke-img-container img{
        height: 7rem;
    }

    .gossip-left::after, .gossip-right::before {
        display: none;
    }
    .social-handles-container {
        position: absolute;
        right: 20px;
        top: -40px;
        width: 100%;
    }

    .social-handles {
        padding-top: 65px;
        display: flex;
        gap: 9px;
        justify-content: right;
    }

    .social-handles a img,
    .menu img {
        width: 41px;
    }

    .menu {
        top: 9px;
        left: 20px;
    }

    .dropdown-content {
        top: 10px;
        left: 80px;
        z-index: 999;
        padding: 18px;
    }

    .edition {
        position: absolute;
        bottom: -30px;
        right: 0;
        width: 100%;
    }

    .rewind-quote-img-container{
        left: 5%;
        top: -1%;
    }
    .rewind-quote-img-container img{
        width: 8rem;
    }

    .gossip-gallery {
        width: 100%;
    }

    .gossipgirl-thoughts {
        flex-wrap: wrap;
    }

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

    .gossip-moddle {
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        width: 100%;
    }

    .gossipgirl-thoughts button {
        display: flex;
        margin: 0 auto;
    }
}

@media (max-width:1220px) {
    .edition p {
        font-size: 20px;
    }
}

@media (max-width:1600px) {
    .social-handles-container {
        width: 26%;
    }
}
.justify-text {
    text-align: justify;
}

.august-rewind-slider {
    display: flex;
    overflow: hidden;
    overflow-x: auto;
    padding-bottom: 20px;

}

.august-rewind-slider img{
    height: 360px;
}
/* Modal CSS */
.modal-section .modal {
    display: none;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.58);
    padding-top: 120px;
}

.modal-section .modal-content {
    background-color: #fefefe;
    margin: 0 auto;
    padding: 20px;
    width: 782px;
    max-width: 95%;
    min-height: 200px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    border-radius: 40px;
}

.modal-section .modal-close {
    color: #aaa;
    font-size: 28px;
    font-weight: bold;
    display: flex;
    justify-content: end;
}

.modal-section .modal-close:hover,
.modal-section .modal-close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.modal-section .modal-container {
    padding: 20px;
}

.z-index-0 {
    z-index: 0;
}

.hidden {
    display: none;
}

.input-wrapper {
    margin-bottom: 1rem !important;
}

.input-label {
    display: inline-block;
    margin-bottom: 1rem;
    font-size: 18px;
    font-weight: 400;
    color: #000000;
}

.input-control {
    display: block;
    width: 100%;
    padding: 1.2rem 0.75rem;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #EDEDED;
    background-clip: padding-box;
    border: 1px solid #000000;
    border-radius: 8px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.input-control:focus {
    color: #000000;
    background-color: #EDEDED;
    border-color: #000000;
    outline: 0;
    box-shadow: 0 0 0 0.1rem rgba(13, 110, 253, 0.13);
}

.feedback-stars {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 60px;
    display: flex;
    justify-content: space-between;
}

@media screen and (max-width: 500px) {
    .feedback-star svg {
        width: 50px;
    }

    .feedback-stars {
        margin-top: 0;
        margin-bottom: 0px;
    }
}

.feedback-star {
    cursor: pointer;
}

.feedback-star svg {
    color: white;
    fill: currentColor;
}

.selected svg {
    color: #FFC805;
    fill: currentColor;
}

.submit-btn {
    background-color: #08C10F;
    border: 0;
    font-size: 18px;
    color: #000000;
    font-weight: 400;
    padding: 19px 92px;
    margin: 0 auto;
    text-align: center;
    display: flex;
    border-radius: 8px;
    cursor: pointer;
}

/* Arrows */
.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 48px;
    height: 48px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background-color: #4F4F4F;
    border-radius: 50%;
    z-index: 9;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    background: #4F4F4F;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev:before,
.slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    /* opacity: .75; */
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -25px;
}

[dir='rtl'] .slick-prev {
    right: -25px;
    left: auto;
}

.slick-prev:before {
    content: '';
    width: 20px;
    height: 20px;
    border: solid #ffffff;
    border-width: 0 5px 5px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    position: absolute;
    top: 15px;
    left: 17px;
    border-radius: 3px;
}

[dir='rtl'] .slick-prev:before {
    content: '';
    width: 20px;
    height: 20px;
    border: solid #ffffff;
    border-width: 0 5px 5px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    position: absolute;
    top: 15px;
    left: 17px;
    border-radius: 3px;
}

.slick-next {
    right: -25px;
}

[dir='rtl'] .slick-next {
    right: auto;
    left: -25px;
}

.slick-next:before {
    content: '';
    width: 20px;
    height: 20px;
    border: solid #ffffff;
    border-width: 0 5px 5px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    position: absolute;
    top: 15px;
    right: 17px;
    border-radius: 3px;
}

[dir='rtl'] .slick-next:before {
    content: '';
    width: 20px;
    height: 20px;
    border: solid #ffffff;
    border-width: 0 5px 5px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    position: absolute;
    top: 15px;
    right: 17px;
    border-radius: 3px;
}

/* Dots */
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -40px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
    border-radius: 50%;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 17px;
    height: 17px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    outline: none;
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid #CF3451;
}

.slick-dots li.slick-active button {
    background-color: #CF3451;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '';
    text-align: center;
    opacity: .25;
    color: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #4F4F4F;
}

.august-rewind-slider div img {
    /* width: 100%; */
    border-radius: 8px;
}


.rating {
    unicode-bidi: bidi-override;
    /* direction: rtl; */
    /* text-align: center; */
}

.rating>span {
    display: inline-block;
    position: relative;
    width: 1.1em;
    font-size: 36px;
    color: #ccc;
    cursor: pointer;
}

.rating>span:hover:before,
.rating>span:hover~span:before {
    content: "\2605";
    position: absolute;
    color: gold;
}

.user-select-none {
    /* Safari */
    -webkit-user-select: none;
    /* IE 10 and IE 11 */
    -ms-user-select: none;
    /* Standard syntax */
    user-select: none;
}

/* Thank-You container styles */
.thank-you-container {
    display: none;
    align-items: center;
    justify-content: center;
}

.thank-you-text {
    position: absolute;
    font-family: "Chela One";
    color: #25262B;
    font-size: 80px;
    font-weight: 400;
}

.thank-you-bg {
    width: 653px;
    height: 585px;
    background-image: url("https://tezoofficial.blob.core.windows.net/express-app/images/2024/june/thankyou-bg1.svg");
    animation: zoom-in-zoom-out 2s ease infinite;
}

/* Keyframes for the zoom in zoom out animation */
@keyframes zoom-in-zoom-out {
    0% {
        transform: scale(0, 0);
    }

    35% {
        transform: scale(0.85, 0.85);
    }

    50% {
        transform: scale(0.85, 0.85);
    }

    90% {
        transform: scale(0.85, 0.85);
    }

    100% {
        transform: scale(0, 0);
    }
}

.float-left {
    float: left
}

@media (max-width:768px) {
    .me-md-10 {
        margin-right: 10px;
    }
}

@media (max-width:576px) {
    .tooltip {
        min-width: 300px;
    }

    .msg-text,
    .name {
        font-size: 10px;
    }
}

@media (min-width : 576px) and (max-width:768px) {
    .yearbook .filters-content .item {
        margin-bottom: 0;
    }
}
@media (max-width : 768px) {
    .yearbook .filters {
        width: 100%;
        overflow: scroll;
        height: 100%;
    }

    .yearbook .filters ul li {
        min-width: fit-content;
        white-space: nowrap;
    }

    .yearbook .msg {
        line-height: 30px;
    }

}

@media (max-width:576px) {
    footer {
        margin: 1rem;
    }

    footer button {
        width: 70%;
        margin-bottom: 0 !important;
    }
}

* {
    margin: 0;
    padding: 0;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 1rem;
}

.center{
    display: flex;
    justify-content: center;
    text-align: center;
}
.upskill-section{
    margin:auto;
    position: relative;
}
.upskill-header{
    width: fit-content;
    margin:auto;
    padding-top: 70px;
}
.upskill-container .stroke-img{
    position: absolute;
    top: -10%;
    right: -2rem;
}
.upskill-body .message{
    font-size: 18px;
}
.upskill-header .button{
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-heading{
    width: fit-content;
    border-radius: 16px;
    background-color: #09205A;
    color:white;
    font-family: 'Chela One', cursive;
    font-size:54px;
    font-weight: 400;
    padding: 0px 90px;
}

.upskill-body{
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
}

.upskill-body .card{
    padding: 50px;
    border-radius: 16px;
    color: white;
}

.upskill-body .card1{
    background-color: #E85227;
}

.upskill-body .card2{
    background-color: #FBA600;
}

.upskill-body .card3{
    background-color:#09205A;
}
.upskill-body .card .heading{
    font-weight: 600;
    font-size: 24px;
}

.upskill-body .card .button button{
    padding: 8px 16px 8px 16px;
    gap: 10px;
    border-radius: 4px;
    border: 1px solid white;
    background: none;
    opacity: 0px;
    color: white;
    transition-duration: .4s;
}
.upskill-body .card .button button:hover{
    background-color: white;
    color: black;
}
.grid-container {
    display: grid;
    grid-gap: 20px; /* Space between grid items */
    grid-template-columns: repeat(1, 1fr); /* Default: 1 column */
    padding: 10px;
}

/* Two columns on medium screens */
@media (min-width: 768px) {
    .grid-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Three columns on large screens */
@media (min-width: 992px) {
    .grid-container {
        grid-template-columns: repeat(3, 1fr);
    }
}

.upskill-popup  .modal-body .profile{
    display: flex;
    align-items: end;
}
.upskill-popup  .modal-body .profile .profile-pic img{
    border-radius: 16px;
}
 
.upskill-popup  .modal-body .profile .profile-details{
    border-radius: 0px 16px 16px 0px;
    background-color:#09205A;
    color: white;
    margin-bottom: 16px;
    padding: 16px 70px 16px 16px;

}
.upskill-popup  .modal-body .profile .profile-details p{
    margin-bottom: 0px !important;
}
.upskill-popup  .modal-body{
    padding: 0px 50px !important;
}
.upskill-popup  .modal-header {
    border-bottom: none !important;
}
.upskill-popup .modal-footer{
    border-top: none !important;
    justify-content: center !important;
    display: flex;
    margin-bottom: 16px;
}
@media (min-width: 576px){ 
    .modal-dialog{
        max-width: 70% !important;
    }
}

.upskill-popup .modal-footer a{
    text-decoration: none;
    color: white;
    background-color: #E85227;
    border-radius: 8px;
    padding: 5px 20px;
}
.upskill-popup .colored-text{
    color: #E85227;
}

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

.outofoffice-profile {
    display: flex;
    align-items: end;
    margin-bottom: 36px;
}

.outofoffice-profile img {
    border-radius: 5px;
}

.outofoffice-designation {
    padding-left: 45px;
}

.outofoffice-designation h3 {
    font-size: 20px;
    color: #000000;
    font-weight: 700;
}

.outofoffice-designation h5 {
    font-size: 16px;
    color: #000000;
    font-weight: 400;
}

.outofoffice-section p {
    font-size: 18px;
    color: #000000;
    font-weight: 400;
    text-align: justify;
}

.outofoffice-section .quotes {
    font-size: 22px;
    color: #7F5334;
    font-weight: 600;
    position: relative;
    text-align: justify;
}

.outofoffice-section .quotes::before {
    content: "";
    background-image: url("https://tezoofficial.blob.core.windows.net/express-app/images/2024/may/quote.svg");
    background-repeat: no-repeat;
    position: absolute;
    left: -46px;
    top: -16px;
    width: 63px;
    height: 48px;
    transform: rotate(180deg);
    z-index: -1;
}

.outofoffice-section h2 {
    margin-bottom: 50px;
}

.pos-relative {
    position: relative;
}

.out-of-office-section .colored-text{
    color: #E85227;
    border-left: solid 1px #E85227;
    padding-left: 10px;
    font-weight: 600;
}
.out-of-office-section{
    margin-top: 100px;
}
.f-18{
    font-size: 18px !important;
}
.paw-sitivity-section{
    position: relative;
    padding-bottom: 84px;
}
.paw-sitivity-header {
    padding-top: 100px;
}
.paw-sitivity-header .foot-print-img{
    position: absolute;
    top: 30px;
    left: -7rem;
}

.paw-sitivity-section .card .name{
    color: #E4A730;
    font-size: 24px;
    margin-top: 24px;
    margin-bottom: 16px;
}
.paw-sitivity-section .colored-text{
    color: #E4A730;
}
.paw-sitivity-section .card{
    border: none;
    height: 100%;
    padding-top: 24px;
    margin-bottom: 54px;
}
.paw-sitivity-section .data{
    background-color: #09205A;
    color: white;
    padding: 0px 50px;
    height: 100%;
    border-radius: 0px 0px 8px 8px;
}
.paw-sitivity-section .image img{
    width: 100%;
}

.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 48px;
    height: 48px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background-color: white;
    border-radius: 50%;
    z-index: 9;
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    color: transparent;
    outline: none;
    background: white;
}

.slick-prev:before, .slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    /* opacity: .75; */
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -25px;
}

[dir='rtl'] .slick-prev {
    right: -25px;
    left: auto;
}

.slick-prev:before {
    content: '';
    width: 20px;
    height: 20px;
    border: solid black;
    border-width: 0 5px 5px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    position: absolute;
    top: 15px;
    left: 17px;
    border-radius: 3px;
}

[dir='rtl'] .slick-prev:before {
    border: solid black;
}

.slick-next {
    right: -25px;
}

[dir='rtl'] .slick-next {
    right: auto;
    left: -25px;
}

.slick-next:before {
    content: '';
    width: 20px;
    height: 20px;
    border: solid black;
    border-width: 0 5px 5px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    position: absolute;
    top: 15px;
    right: 17px;
    border-radius: 3px;
}

[dir='rtl'] .slick-next:before {
    content: '';
    width: 20px;
    height: 20px;
    border: solid black;
    border-width: 0 5px 5px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    position: absolute;
    top: 15px;
    right: 17px;
    border-radius: 3px;
}

/* Dots */
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    display: none !important;
}

.slick-slide img {
    width: 100%;
    border-radius: 30px;
}

#question-section{
    background-color: #FCB833;
    padding-top: 77px;
}

#question-section #question{
    font-size: 30px;
    color: #09205A;
    font-weight: 600;
}
#question-section #question-brief{
    font-size: 30px;
    color: #09205A;
}

#question-section .answers{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; /* Distribute space between items */
    align-items: stretch;       /* Make items stretch to the container's height */
    width: 100%; 
    gap: 32px;     
    padding: 30px 122px 70px;
}

#question-section .answers button:hover{
    background-color: white;
}

.what-if-section {
    position: relative;
}

.f-20{
    font-size: 20px !important;
}

.what-if-header{
    padding-top: 50px;
}

.what-if-container .stroke-img{
    position: absolute;
    right: -2rem;
}
@media (max-width: 900px)  {
    #question-section .answers{
        padding: 30px 24px 70px;
    }
    
}
@media (max-width: 1000px)  {
    .what-if-container .stroke-img{
        position: absolute;
        right: 1px;
        top:-10%
    }
    .paw-sitivity-header .foot-print-img{
        position: absolute;
        left: -100px;
        top: -2%;
    }
    .upskill-container .stroke-img{
        position: absolute;
        right: 1px;
    }
    #question-section{
        padding: 20px;
    }
}
#question-section .answer{
    display: flex;
    flex-wrap: wrap;
    background-color: rgba(255, 255, 255, 0.2);
    padding:24px;
    flex: 1;     
    color: #1C1A1A; 
    border-radius: 5px;
    font-weight: 500;
    font-size: 18px;
    min-width: 200px;
}

#question-section button{
    border: none;
}
#answer-section{
    background-color: #FCB833;
    padding: 24px;
}
#answer-section .result{
    background-color: #09205A;
    color: white;
    padding: 24px;
    margin: 24px;
    border-radius: 5px;
}
.gassipgirl-section {
    padding-top: 150px;
    padding-bottom: 50px;
}

.gassipgirl-section p {
    font-size: 18px;
    color: #000000;
    font-weight: 400;
    /* text-align: center; */
}

.gossip-moddle {
    display: flex;
    align-items: end;
    position: relative;
    z-index: 9;
}

.marketing-header-highlight-text{
    font-size: inherit;
}
.gossip-gallery {
    background-color:#E85227;
    padding: 24px;
    border-radius: 24px;
    position: relative;
    margin: 0 auto;
    width: 80%;
    margin-top: 50px;
    border: none;
}

.gossip-gallery .top-section{
    color: white;
    margin-bottom: 24px;
}
.gossip-gallery .bottom-section{
    background-color: white;
    padding: 24px;
    border-radius: 10px;
}
.gossip-gallery .colored-text{
    color: #E85227;
    font-weight: 600;
}

.gossip-gallery::before {
    content: "";
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-bottom: 50px solid #E85227;
    position: absolute;
    left: 50%;
    right: auto;
    top: -45px;
}

.gissip-images {
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    overflow-x: auto;
    gap: 12px;
}

.gissip-images img {
    border-radius: 8.46px;
}

.guyzzz {
    position: absolute;
    bottom: -29px;
    left: 1px;
}

.gissip-secrets {
    position: absolute !important;
    top: -49px;
    left: 40px;
}

.back-top {
    font-size: 18px;
    color: #000000;
    font-weight: 400;
    border-radius: 8px;
    padding: 21px 38px;
    border: 0;
    display: flex;
    justify-items: center;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    margin-bottom: 90px;
}

@media (min-width: 1200px) {
    .gossip-secrets {
        top: -189px;
        left: 340px;
    }

    .gassipgirl-section:hover .gossip-secrets {
        top: -49px;
        left: 40px;
    }

    .gissip-secrets {
        visibility: hidden;
        -webkit-transition: .5s ease-in;
        -moz-transition: .5s ease;
        transition: .5s ease-out;
        -webkit-transform: scale(0, 0);
        -moz-transform: scale(0, 0);
        transform: scale(0, 0);
        position: relative;
    }

    .gassipgirl-section:hover .gissip-secrets,
    .gassipgirl-section:hover .gossip-gallery {
        visibility: visible;
        -webkit-transform: scale(1.05, 1.05);
        -moz-transform: scale(1.05, 1.05);
        transform: scale(1.05, 1.05);
    }
    .gossip-gallery {
        background-color:#E85227;
        padding: 24px;
        border-radius: 24px;
        position: relative;
        margin: 0 auto;
        width: 80%;
        margin-top: 50px;
        visibility: hidden;
        -webkit-transition: .5s ease-in;
        -moz-transition: .5s ease;
        transition: .5s ease-out;
        -webkit-transform: scale(0, 0);
        -moz-transform: scale(0, 0);
        transform: scale(0, 0);
    }
    
    .gassipgirl-section:hover .gossip-gallery {
        visibility: visible;
        -webkit-transform: scale(1.05, 1.05);
        -moz-transform: scale(1.05, 1.05);
        transform: scale(1.05, 1.05);
    }
}

.p-0{
    padding: 0px;
}

.mt-38{
    margin-top: 38px;
}
.mb-95{
    margin-bottom: 95px;
}

.mt-54{
    margin-top: 54px;
}
.pb-48{
    padding-bottom: 48px;
}