/********   Speakers Styles Starting   ***********************/
.team-item img {
    position: relative;
    top: 0;
    transition: .5s;
    width: 100%;
}
/* .text_div{
    height: 115px;

} */
.text_div {
    height: 115px;
    padding: 0px 5px;
}
.team-item:hover img {
    top: -30px;
}

.team-item .team-text {
    position: relative;
    height: 100px;
    transition: .5s;
}

.team-item:hover .team-text {
    margin-top: -60px;
    height: 160px;
}

.team-item .team-text .team-social {
    opacity: 0;
    transition: .5s;
}

.team-item:hover .team-text .team-social {
    opacity: 1;
}

.team-item .team-social .btn {
    display: inline-flex;
    color: var(--primary);
    background: #FFFFFF;
    border-radius: 40px;
}

.team-item .team-social .btn:hover {
    color: #FFFFFF;
    background: var(--primary);
}

.bg-light{
    background-color: #00264a !important;
}

.Speaker_name {
    color: #ffa500;
    font-weight: 600;
}
.Speaker_designation {
    color: white !important;
    margin-bottom: 0px !important;
    font-size: 14px;
}

/* .team-item {
    height: 500px;
} */
.Speaker_designation{
    font-weight: 500;
}
/* ------------------new---------------------- */
.anchor-btn1 {
    background: orange;
    color: #fff;
    padding: 7px 33px;
    border-radius: 15px;
}

.logo-slider {
    max-width: 100%; /* Ensures the slider fits within its container */
    overflow: hidden; /* Hides overflow content */
}

.logo-slide-track {
    display: flex; /* Aligns slides horizontally */
}

.slide {
    flex: 0 0 auto; /* Prevents slides from shrinking */
    margin: 0 15px; /* Margin between slides, adjust as needed */
}

.partner_image {
    width: 150px; /* Set a fixed width for logos */
    height: auto; /* Maintain aspect ratio */
    object-fit: contain; /* Ensure logos fit well within the width */
}
/* ********************   New   7 Sectors Styles ***************** */

/* ==============lavakumar styles============================== */

  /* ****************       Contact_Us Styles starting      ******************** */

  .Contact_Us_Bg {

    background-image: url(/wp-content/uploads/2024/10/background-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;

}


.total_Contact_us_content {
    
}

input#wpforms-59-field_2,
input#wpforms-59-field_4,
input#wpforms-59-field_10,
input#wpforms-59-field_11,
#wpforms-59-field_12 {
    border: 2px solid #ff9c07;
    border-radius: 5px;
    background: #00000030;
border-radius: 10px;
border: 1px solid #fff;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
color: #fff !important;
}
.total_Contact_us_content {
background: #00000059;
border-radius: 20px;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}



.Venue_img {
width: 100%;
border-radius: 10px;
}

.wpforms-container ::-webkit-input-placeholder { /* Chrome and Safari */
color: #fff !important;
opacity: 25 !important;
}

.wpforms-container :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
color: #fff !important;
opacity: 5 !important;
}

.wpforms-container ::-moz-placeholder { /* Mozilla Firefox 19+ */
color: #fff !important;
opacity: 5 !important;
}


.left_contact {
border-right: 2px solid #ffa500;
}
/* ****************       Contact_Us Styles Ending      ******************** */
.aigpl-img {
    position: relative;
    transition: opacity 0.3s ease-in-out;
}

.aigpl-img:hover {
    opacity: 0.6;
}

.aigpl-img::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    /* Black color with reduced opacity */
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.aigpl-img:hover::after {
    opacity: 1;
    /* Show the black overlay on hover */
}




/* Diamond Sponsor Styles */
.Daimond_Sponsor_total {
margin-bottom: 50px; /* Space between sections */
text-align: center; /* Center headings */
}

.Diamond_Sponsor_type_hd {
font-size: 26px;
margin-top: 20px;
font-weight: 700;
color: azure;
}

.Daimond_Sponsor_logos {
display: flex; /* Flex layout */
justify-content: center; /* Center logos */
flex-wrap: wrap; /* Allow wrapping */
}

.Daimond_Sponsor_logo {
margin: 10px; /* Space between logos */
}

.Daimond_Sponsor_logo img {
width: 300px; /* Large size for Diamond */
height: auto;
transition: transform 0.3s; /* Animation on hover */
border-radius: 10px;
box-shadow: 3px -1px 17px 0px rgb(0 0 0 / 51%), 0 6px 3px 3px rgba(0, 0, 0, 0.19);
border: 3px solid #007fd9;
}

.Daimond_Sponsor_logo:hover {
transform: scale(1.1); /* Slight zoom on hover */
}



/* Gold Sponsor Styles */
.Gold_Sponsor_total {
margin-bottom: 50px; /* Space between sections */
text-align: center; /* Center headings */

/* border-top: 2px dotted #ffc107; */
}

.Gold_Sponsor_type_hd {
font-size: 26px;
margin-top: 20px;
font-weight: 700;
color: darkorange;
}

.Gold_Sponsor_logos {
display: flex; /* Flex layout */
justify-content: center; /* Center logos */
flex-wrap: wrap; /* Allow wrapping */
}

.Gold_Sponsor_logo {
margin: 10px; /* Space between logos */
}

.Gold_Sponsor_logo img {
width: 250px; /* Medium size for Gold */
height: auto;
transition: transform 0.3s; /* Animation on hover */
border-radius: 10px;
box-shadow: 3px -1px 17px 0px rgb(0 0 0 / 51%), 0 6px 3px 3px rgba(0, 0, 0, 0.19);
border: 3px solid #ffc107;
}

.Gold_Sponsor_logo:hover {
transform: scale(1.1); /* Slight zoom on hover */
}


/* Silver Sponsor Styles */
.Silver_Sponsor_total {
margin-bottom: 50px; /* Space between sections */
text-align: center; /* Center headings */
/* border-top: 2px dotted #fff; */
}

.Silver_Sponsor_type_hd {
font-size: 26px;
margin-top: 20px;
font-weight: 700;
color: cornsilk;
}

.Silver_Sponsor_logos {
display: flex; /* Flex layout */
justify-content: center; /* Center logos */
flex-wrap: wrap; /* Allow wrapping */
}

.Silver_Sponsor_logo {
margin: 10px; /* Space between logos */
}

.Silver_Sponsor_logo img {
width: 225px; /* Small size for Silver */
height: auto;
transition: transform 0.3s; /* Animation on hover */
border-radius: 10px;
box-shadow: 3px -1px 17px 0px rgb(0 0 0 / 51%), 0 6px 3px 3px rgba(0, 0, 0, 0.19);
border: 3px solid #7200d9;
}

.Silver_Sponsor_logo:hover {
transform: scale(1.1); /* Slight zoom on hover */
}

.Sponsors_bg {
position: relative; /* Position relative for the pseudo-element */
overflow: hidden; /* Hide overflow from the pseudo-element */
}

.Sponsors_bg::before {
content: ""; /* Create a pseudo-element */
position: absolute; /* Position it absolutely */
top: 0;
left: 0;
right: 0;
bottom: 0;
background-image: url(/wp-content/uploads/2024/09/APDTS_Sponsors_bg.jpg);
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
/* opacity: 0.5;  */
z-index: -1; /* Place behind other content */
}

/* Add styles for other elements if necessary */





/* **********       New Team Styles ( Speakers )  *************   ** */

/*** Team ***/
.team-item img {
transition: .5s;
}

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


.Linkedin_Icon{
color: white !important;
}

.APDTS_logo_Banner{
    width: 110%;
}


header .navbar-nav .nav-link {
color: white;
transition: color 0.3s;
}

header.scrolled .navbar-nav .nav-link {
color: black;
}

#navbarNavDropdown {
justify-content: right;
}

nav.navbar.navbar-expand-lg.navbar-light.bgnav {
position: fixed;
width: 100%;
transition: background-color 0.3s, color 0.3s;
z-index: 9999;
}

nav.navbar.navbar-expand-lg.navbar-light.bgnav.scrolled {
background-color: white;
top: 0;
}



.whitenav li a {
color: #fff !important;
}





#navbarNavDropdown ul li a:hover {


}
/* ************   Mobile Screen Styles   ***************** */


@media screen and (min-width: 200px) and (max-width:575px) {


    p.Second-line {
        font-size: 20px;
        margin-top: 0px;
    }

    p.third-line {
        font-size: 20px;
    }

    .banner-text_and_countdown {
        margin-top: 150px;

    }

    .logo_img {
        width: 160px;
    }

    .Banner_logos {
        width: 90%;
    }



    .Banner_logos_1 {
        width: 90%;
        margin-left: 0px;
    }


    .banner_right_content {
        margin-top: 0px;
    }

    .mob2 {
        /* color: #000; */
        display: none;
    }

    .infographic-container {
        display: grid !important;
    }

    .fa-2x {
        font-size: 1em;
    }

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

    .count-text {
        font-size: 20px !important;
    }
    .APDTS_logo_Banner{
        width: 100%;
    }
    .top-menu{
          height: 400px;
          background-position: center;
    }




    .ui-countdown {
all: unset;
width: 90% !important;
margin-left: 0px !important;

}

div#navbarNavDropdown{
background: #00264a;
/*     text-align: center; */
    border: 1px dotted white;
}
}




/* ************   Mobile Screen Styles Ending   ***************** */



.about_APDTS_hedding {
    text-align: center;
    margin-top: 50px;
    font-weight: 600;
}

p.about_DTS_para {
     font-size: 16px;
    /* text-align: justify; */
    line-height: 30px;
    font-family: 'Red Hat Text';
    font-weight: 600;
}

.marquee-container {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    background-color: #00264a;
    color: #fff;
    padding: 10px 0;
    position: relative !important;
    z-index: 1001;
}

.marquee {
    display: inline-block;
    animation: marquee 35s linear infinite;
}

@keyframes marquee {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
    }
}

.infographic-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 20px;
}

.infographic {
    flex: 1 1 calc(25% - 20px);
    background: #f0f0f0;
    padding: 20px;
    border-radius: 10px;
    /* border: 2px solid #00264a;  */
    text-align: center;
    transition: transform 0.7s, background-color 0.7s, box-shadow 0.7s, border-color 0.7s;
    position: relative;
    overflow: hidden;
    opacity: 0;
    transform: scale(0.8) translateY(20px);
}

.infographic:nth-child(4n) {
    margin-right: 0;
}

.infographic::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    transform: scaleY(0);
    transform-origin: top;
    transition: transform 0.7s;
}

.infographic:hover::before {
    transform: scaleY(1);
}

.infographic:hover {
    transform: translateY(-10px);
    background-color: #0064e7;
    color: white;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    border-color: #ff6600;
}

.infographic-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
    transition: filter 0.7s, transform 0.7s;
    position: relative;
    z-index: 1;
}

.infographic:hover .infographic-icon {
    filter: brightness(0) invert(1);
    transform: rotate(360deg);
}

.infographic-text {
    font-size: 16px;
    font-weight: 600;
    transition: color 0.7s;
    position: relative;
    z-index: 1;
    color: #00439b;
}

.infographic:hover .infographic-text {
    color: #f5a530;
}

.infographic-appear {
    opacity: 1 !important;
    transform: scale(1) translateY(0) !important;
}

/* ********About AP DTS Hedding Styles *************** */

.container {
    text-align: center;
}

.Home_Hedding {
    font-weight: 600;
    font-size: 36px;
    color: #003366;
    position: relative;
    display: inline-block;
    padding: 20px 0;
    overflow: hidden;
    /* font-family: Barlow, sans-serif; */
    font-weight: 700;
    margin: 0 auto;
    /* Center the heading */
    font-family: 'Red Hat Text', sans-serif !important;
}

.Home_Hedding_white {
    font-weight: 600;
    font-size: 36px;
    color: #fff;
    position: relative;
    display: inline-block;
    padding: 20px 0;
    overflow: hidden;
    font-family: Barlow, sans-serif;
    font-weight: 700;
    margin: 0 auto;
    /* Center the heading */
}

.em_bar {
    height: 2px;
    margin: 0 auto 5px;
    /* Center the bar */
    width: 100%;
    /* Full width */
    display: flex;
    justify-content: center;
    /* Center the inner bar */
    align-items: center;
    margin-top: -10px;
    /* Vertically center the inner bar */
}

.em_bar_bg {
    height: 5px;
    background: #cbbded;
    position: relative;
    border-radius: 30px;
    width: 100px;
    /* Base width */
}

.em_bar_bg::before {
    content: "";
    position: absolute;
    left: 0;
    top: -2.5px;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: #0c5adb;
    animation: MOVE-BG 3s linear infinite;
}

@keyframes MOVE-BG {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(90px);
        /* Move the width of the bar minus the ball width */
    }
}

.about_DTS_para {
    font-size: 16px;
    line-height: 30px;
    text-align: justify;
    color: #333;
    position: relative;
    overflow: hidden;
    animation: textFadeIn 1s ease-out;
    padding-top: 15px;
}

@keyframes textFadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ********About AP DTS Hedding Styles  ending *************** */

@import url('https://fonts.googleapis.com/css2?family=Jost:wght@600&display=swap');

@property --days {
    syntax: "<integer>";
    initial-value: 0;
    inherits: false;
}

@property --hours {
    syntax: "<integer>";
    initial-value: 0;
    inherits: false;
}

@property --minutes {
    syntax: "<integer>";
    initial-value: 0;
    inherits: false;
}

@property --seconds {
    syntax: "<integer>";
    initial-value: 0;
    inherits: false;
}

 .ui-countdown{
    /* padding-left: 70px !important; */
 }
.ui-countdown {
       /* all: unset; */
/* background: oklch(0.3 0.03 285); */
border-radius: 10px;
container-type: inline-size;
display: none;
font-size: 12px;
font-variant-numeric: tabular-nums;
font-weight: 600;
gap: 10px;
grid-auto-flow: column;
/* padding: 10px; */
transform: translateZ(0);
will-change: transform;
color: #fff;
width: 60%;
/* justify-content: center; */
/* align-items: center; */
/* align-content: center; */
margin-left: 50px;

    & li {
        background: #0000009e;
        border-radius: 10px;
        display: grid;
        list-style: none;
        padding: .5ch 1ch;
        text-align: center;
        width: 24cqi;
        color: #f5a530;

        &::before {
            color: oklch(0.85 0.03 285);
            font-size: 10cqi;
            font-weight: 700;
            text-shadow: 1px 1px 3px oklch(0.2 0.03 285);
        }

        &[data-label=day] {
            animation: days 31536000s steps(365, jump-none) infinite;
            animation-delay: var(--delay-days, 0s);
            counter-reset: days var(--days);

            &::before {
                content: counter(days, decimal-leading-zero) '  ';
            }
        }

        &[data-label=hour] {
            animation: hours 86400s steps(24, jump-none) infinite;
            animation-delay: var(--delay-hours, 0s);
            counter-reset: hours var(--hours);

            &::before {
                content: counter(hours, decimal-leading-zero) ' ';
            }
        }

        &[data-label=minutes] {
            animation: minutes 3600s steps(60, jump-none) infinite;
            animation-delay: var(--delay-minutes, 0s);
            counter-reset: minutes var(--minutes);

            &::before {
                content: counter(minutes, decimal-leading-zero) ' ';
            }
        }

        &[data-label=seconds] {
            animation: seconds 60s steps(60, jump-none) infinite;
            animation-delay: var(--delay-seconds, 0s);
            counter-reset: seconds var(--seconds);

            &::before {
                content: counter(seconds, decimal-leading-zero) ' ';
            }
        }
    }
}

@keyframes days {
    from {
        --days: 364;
    }

    to {
        --days: 0;
    }
}

@keyframes hours {
    from {
        --hours: 23;
    }

    to {
        --hours: 0;
    }
}

@keyframes minutes {
    from {
        --minutes: 59;
    }

    to {
        --minutes: 0;
    }
}

@keyframes seconds {
    from {
        --seconds: 59;
    }

    to {
        --seconds: 0;
    }
}








/* *********************      Partners Styles      ********************* */

.logo-slider {
    background: white;
    -webkit-box-shadow: 0 0px 0px 0px rgba(0, 0, 0, 0.125);
    box-shadow: 0 0px 0px 0px rgba(0, 0, 0, 0.125);
    margin: auto;
    overflow-y: hidden;
    position: relative;
    width: 100%;
    margin-top: 20px;
}

.logo-slider::before,
.logo-slider::after {
    background: -webkit-gradient(linear, left top, right top, from(white), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
    content: "";
    height: 175px;
    position: absolute;
    width: 200px;
    z-index: 2;
	display:none;
}

.logo-slider::after {
    right: 0;
    top: 0;
    -webkit-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
}

.logo-slider::before {
    left: 0;
    top: 0;
}

.logo-slider .logo-slide-track {
    -webkit-animation: logo-scroll 60s linear infinite;
    animation: logo-scroll 60s linear infinite ;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
flex-direction: row-reverse;
    width: calc(250px * 18);
    animation-duration: 60s;
    animation-iteration-count: infinite;
    height: 150px;
    box-shadow: inset 3px -1px 17px 0px rgba(0, 0, 0, 0.2), 0 6px 320px 0 rgba(0, 0, 0, 0.19);
}

.logo-slider .slide {
    height: 120px;
    padding: 15px;

}

.partner_image {
    width: 100%;
}


@-webkit-keyframes logo-scroll {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(calc(-250px * 7));
        transform: translateX(calc(-250px * 7));
    }
}

@keyframes logo-scroll {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(calc(-250px * 7));
        transform: translateX(calc(-250px * 7));
    }
}





/*Carousel Gallery*/
.carousel-gallery {
    margin: 50px 0;
    padding: 0 30px;

    .swiper-slide {
        a {
            display: block;
            width: 100%;
            height: 200px;
            border-radius: 4px;
            overflow: hidden;
            position: relative;

            -webkit-box-shadow: 3px 2px 20px 0px rgba(0, 0, 0, .2);
            -moz-box-shadow: 3px 2px 20px 0px rgba(0, 0, 0, .2);
            box-shadow: 3px 2px 20px 0px rgba(0, 0, 0, .2);

            &:hover {
                .image {
                    .overlay {
                        opacity: 1
                    }
                }
            }

            .image {
                width: 100%;
                height: 100%;
                background-size: cover;
                background-position: center center;

                .overlay {
                    width: 100%;
                    height: 100%;
                    background-color: rgba(20, 20, 20, .8);
                    text-align: center;
                    opacity: 0;

                    -webkit-transition: all .2s linear;
                    -o-transition: all .2s linear;
                    transition: all .2s linear;

                    em {
                        color: #fff;
                        font-size: 26px;
                        position: relative;
                        top: 50%;
                        -webkit-transform: translateY(-50%);
                        -ms-transform: translateY(-50%);
                        -o-transform: translateY(-50%);
                        transform: translateY(-50%);
                        display: inline-block;
                    }
                }
            }
        }
    }

    .swiper-pagination {
        position: relative;
        bottom: auto;
        text-align: center;
        margin-top: 25px;

        .swiper-pagination-bullet {
            -webkit-transition: all .2s linear;
            -o-transition: all .2s linear;
            transition: all .2s linear;

            &:hover {
                opacity: .7;
            }

            &.swiper-pagination-bullet-active {
                background-color: #d63031;
                transform: scale(1.1, 1.1)
            }
        }
    }
}


.carousel-gallery {
    .swiper-slide {
        width: 300px;
        display: inline-block;
    }
}



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


.aigpl-gallery-slider-wrp {
    padding-top: 10px;
}

/*# Carousel Gallery*/




/*-=-=-=-=-=-=-=-=-=-=-=- */
/* Column Grids */
/*-=-=-=-=-=-=-=-=-=-=-=- */

.col_half {
    width: 49%;
}

.col_third {
    width: 32%;
}

.col_fourth {
    width: 23.5%;
}

.col_fifth {
    width: 18.4%;
}

.col_sixth {
    width: 15%;
}

.col_three_fourth {
    width: 74.5%;
}

.col_twothird {
    width: 66%;
}

.col_half,
.col_third,
.col_twothird,
.col_fourth,
.col_three_fourth,
.col_fifth {
    position: relative;
    display: inline;
    display: inline-block;
    float: left;
    margin-right: 2%;
    margin-bottom: 20px;
}

.end {
    margin-right: 0 !important;
}

/* Column Grids End */

.wrapper {
    width: 980px;
    margin: 30px auto;
    position: relative;
}

@media screen and (min-width:200px) and (max-width:600px) {
    .wrapper {
        width: 100%;
        margin: auto;
        position: relative;
    }
	
	 .marquee {
        will-change: transform;
        animation: marquee 25s linear infinite;
    }

    @keyframes marquee {
        0% {
            transform: translateX(100%); /* Start just outside the viewport */
        }
        100% {
            transform: translateX(-100%); /* Fully scroll the text out of view */
        }
    }
}
.counter {
    background-color: #ffffff;
    padding: 20px 0;
    border-radius: 5px;
    margin-bottom: 10px;
}

.count-title {
    font-size: 40px;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
}

.count-text {
    font-size: 20px;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
    color: #003366;
}

.fa-2x {
    margin: 0 auto;
    float: none;
    display: table;
    color: #fb8527;
}


.counter_bg {
    background: url(/wp-content/uploads/2024/10/scrolling_bg.png);
    margin-top: 20px;
    padding: 5px 20px;
}



/* General styles for the contact form */


.contact_form {
    padding: 50px 0;
    /* background-color: #f9f9f9; */
    opacity: 0;
    /* Initially hidden */
    transform: translateY(50px);
    /* Initial position */
    transition: all 0.6s ease;
}

.left_contact,
.right_contact {
    padding: 20px;
    border-radius: 8px;
}

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

.iframe_1 {
    border-radius: 8px;
    transition: border-color 0.3s ease;
}


.contact_form.visible {
    opacity: 1;
    transform: translateY(0);
}

canvas {
    display: block;
    vertical-align: bottom;
    position: absolute;
    top: 0;
    opacity: 0.05;
}

#particles-js {
    width: 100%;
    height: 100%;
    /* z-index: 10000; */

}

/*********   Speakers Styles Starting   ************************/


/*** Team ***/
.team-item img {
    position: relative;
    top: 0;
    transition: .5s;
}

.team-item:hover img {
    top: -30px;
}

.team-item .team-text {
    position: relative;
    height: 100px;
    transition: .5s;
}

.team-item:hover .team-text {
    margin-top: -60px;
    height: 160px;
}

.team-item .team-text .team-social {
    opacity: 0;
    transition: .5s;
}

.team-item:hover .team-text .team-social {
    opacity: 1;
}

.team-item .team-social .btn {
    display: inline-flex;
    color: #00264a;
    background: #FFFFFF;
    border-radius: 40px;
}

.team-item .team-social .btn:hover {
    color: #FFFFFF;
    background: var(--primary);
}

.bg-light {

    background-color: #00264a !important;
border: 2px solid white;
border-radius: 5px;
margin-bottom:20px;
}

.Speaker_name {
    color: #ffa500;
    font-weight: 600;
}

.Speaker_designation {
    color: white !important;
}


.speaker_heading {
    padding-top: 20px;
}

/* img.card-img-top.img-fluid {
max-height: 250px;
} */

/* ***   Button Style     ********   */

.anchor-btn1 {
    display: inline-block;
    background: orange;
    color: #00264a;
    padding: 10px 40px;
    border-radius: 30px;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    transition: all 0.3s ease-in-out;
    position: relative;
    overflow: hidden;
}

.anchor-btn1:hover {
    background: #ff7f00;
    /* Darker shade on hover */
    color: #fff;
    box-shadow: 0px 4px 15px rgba(255, 127, 0, 0.6);
    /* Add shadow effect */
    transform: scale(1.05);
    /* Slight scaling on hover */
}

.anchor-btn1:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 300%;
    height: 300%;
    background: rgba(255, 255, 255, 0.15);
    /* Light white glow */
    transition: all 0.6s ease-in-out;
    border-radius: 50%;
    z-index: 1;
    opacity: 0;
    transform: translate(-50%, -50%) scale(0);
}

.anchor-btn1:hover:before {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

/* Animation using the wow fadeInUp class */
.wow.fadeInUp.animated {
    animation-name: fadeInUp;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}


    /* ******  Contact Us Button style starting   ************* */

button#wpforms-submit-59 {
display: inline-block;
background: orange;
color: #00264a;
padding: 10px 40px;
border-radius: 30px;
text-decoration: none;
font-size: 16px;
font-weight: bold;
transition: all 0.3s ease-in-out;
position: relative;
overflow: hidden;
}

button#wpforms-submit-59:hover {
background: #ff7f00 !important;
color: #fff;
box-shadow: 0px 4px 15px rgb(0 0 0 / 43%);
transform: scale(1.05);
}

button#wpforms-submit-59:before {
content: "";
position: absolute;
left: 50%;
top: 50%;
width: 300%;
height: 300%;
background: rgba(255, 255, 255, 0.15); /* Light white glow */
transition: all 0.6s ease-in-out;
border-radius: 50%;
z-index: 1;
opacity: 0;
transform: translate(-50%, -50%) scale(0);
}

button#wpforms-submit-59:hover:before {
opacity: 1;
transform: translate(-50%, -50%) scale(1);
}

/* Animation using the wow fadeInUp class */
.wow.fadeInUp.animated {
animation-name: fadeInUp;
animation-duration: 1s;
animation-timing-function: ease-in-out;
}

@keyframes fadeInUp {
0% {
    opacity: 0;
    transform: translateY(20px);
}
100% {
    opacity: 1;
    transform: translateY(0);
}
}




/* grid layout */
.dts_grid, .dts_grid::before, .dts_grid::after, 
.dts_grid *, .dts_grid *::before, .dts_grid *::after { 
margin: 0; 
padding: 0; 
box-sizing: border-box; 
}
.dts_grid { 
display: grid;
grid-template-columns: repeat(4, 1fr); /* 4 items in the top row */
gap: 5px;

width: min(60rem, calc(100% - 2rem));
margin-inline: auto;

list-style: none;
counter-reset: count;
}

/* card layout/styling */
.dts_card {
--card-background-color: #f0f0f0;
--card-text-color: #0F0F0F;
--card-border-radius: 0.5rem;
--card-padding-block: 10px;
--card-padding-inline: 10px;
--outset-size: 8px;
--outset-background-color: #e5e5e5;
--number-font-weight: 500;
margin: 10px;
border-radius: var(--card-border-radius);
padding-block: 10px;
padding-inline: 2px;
color: var(--card-text-color);
background-color: var(--card-background-color);
box-shadow: inset 1px 1px 0px rgb(255 255 255 / .5), inset -1px -1px 0px rgb(0 0 0 / .25), calc(var(--outset-size)* .25) calc(var(--outset-size)* .25) calc(var(--outset-size)* .5) rgb(0 0 0 / .25);
position: relative;
counter-increment: count;
}

.dts_card::before {
content: "";
position: absolute;
width: calc(100% + (var(--outset-size) * 2));
height: 100%;
bottom: calc(var(--outset-size) * -1);
left: calc(var(--outset-size) * -1);
z-index: -1;

border-bottom-left-radius: calc(var(--card-border-radius) + var(--outset-size));
border-bottom-right-radius: calc(var(--card-border-radius) + var(--outset-size));

background-color: var(--outset-background-color);

background-image: 
linear-gradient(to left, var(--outset-background-color) calc(var(--outset-size) * 2), transparent 0),
linear-gradient(135deg, var(--accent-color) 80%, var(--outset-background-color) 0);    
}

/* card content */
.dts_icon {
font-size: 2rem;
text-align: center;
margin-bottom: calc(var(--card-padding-block) * .5);
}
.dts_title {
font-family: 'Barlow';
text-align: center;
color: var(--accent-color);
font-size: 17px;
font-weight: 600;
padding-top: 12px;
}

/* Make the grid responsive for smaller screens */
@media (max-width: 768px) {
.dts_grid {
grid-template-columns: repeat(2, 1fr); /* 2 items on smaller screens */
}
}


/* Card hover styles */
.dts_card {
transition: transform 0.3s ease-in-out; /* Smooth transition for hover */
}

/* Rotation animation for the icon */
.infographic-icon {
transition: transform 0.5s ease-in-out; /* Smooth rotation */
}

/* On hover, rotate the icon */
.dts_card:hover .infographic-icon {
transform: rotate(360deg); /* Full rotation */
}





/* === tech talks styles start ===== */
.tech-talks {
    /* background-image: url(http://192.168.108.251/wp-content/uploads/2024/12/techtalks2.jpg); */
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background: #f0f0f0;
}
.section-padding {
    /* padding: 80px 0; */
}
.home_24 .container-fluid.max-container {
    width: 100%;
    max-width: 90%;
    padding: 0 !important;
}
.home_24 h2.sub-heading {
    font-size: 48px;
    line-height: 38px;

    font-weight: bold !important;
    font-weight: 600;
    font-size: 36px;
    color: #003366;
    position: relative;
  
    padding: 20px 0;
    overflow: hidden;
    /* font-family: Barlow, sans-serif; */
    font-weight: 700;
    margin: 0 auto;
    font-family: 'Red Hat Text', sans-serif !important;
    
}
.text-white_12 {
    color: #063152!important;
 
}
.text-center {
    text-align: center!important;
}
.tech-cards {
    position: relative;
    display: inline-block;
    padding: 27px 10px;
    z-index: 1;
    height: 190px;
    width: 100%;
    border-radius: 10px;
    transition: color 0.5s, background-color 0.5s;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border: none !important;
}
.bg-white {
    background-color: #fff !important;
}
.card.mb-0.bg-white.tech-cards.pt-3.text-center {
    min-width: 0;
    word-wrap: break-word;
    box-shadow: 0 4px 6px 0 rgba(22, 22, 26, .18);
    background-clip: border-box;
    --bs-bg-opacity: 1;
    --bs-card-spacer-y: 1rem;
    --bs-card-spacer-x: 1rem;
    --bs-card-title-spacer-y: 0.5rem;
    --bs-card-border-width: 1px;
    --bs-card-border-color: var(--bs-border-color-translucent);
    --bs-card-border-radius: 0.375rem;
    --bs-card-box-shadow: ;
    --bs-card-inner-border-radius: calc(0.375rem - 1px);
    --bs-card-cap-padding-y: 0.5rem;
    --bs-card-cap-padding-x: 1rem;
    --bs-card-cap-bg: rgba(0, 0, 0, 0.03);
    --bs-card-cap-color: ;
    --bs-card-height: ;
    --bs-card-color: ;
    --bs-card-bg: #fff;
    --bs-card-img-overlay-padding: 1rem;
    --bs-card-group-margin: 0.75rem;
    display: flex;
    
        justify-content: center;
        align-items: center;
}
.tech-box h5 {
    font-size: 17px;
    font-weight: 600;
    line-height: 18px;
    text-transform: capitalize;
    margin-bottom: 0px !important;
    font-family: sans-serif;
}
.home_24 h2.sub-heading, .home_24 h5 {
 
    /* color: var(--title-color); */
    color: #000;
}
.imagecontainer {
    display: flex;
    justify-content: center;
    padding: 15px;
    border-radius: 50px;
    background: #063152;
    width: 96px;
    align-items: center;
    align-content: center;
}

.imagestyle {
    /* filter: sepia(100%) saturate(700%) hue-rotate(10deg); */
    filter: grayscale(100%) brightness(1000%);
}
/* Hover effects */
/* Hover effects */
.tech-cards:hover {
    background-color: #f68d15 !important; /* Orange on hover */
}
.tech-cards:hover .imagecontainer{
    background-color: #fff !important; /* Orange on hover */
}

.tech-cards:hover .imagestyle {
    filter: sepia(100%) saturate(300%) hue-rotate(180deg); /* Blue-ish effect */
}

.tech-cards:hover .title {
    color: black !important; /* Ensure text color is black on hover */
    font-size: 17px;
}

/* === tech talks styles ends ========= */
