/* 
  Optimized Stylesheet for TSIA Landing Page
  This file consolidates and optimizes all CSS to eliminate duplication
  while maintaining the original design and layout
*/

:root {
  /* Colors */
  --primary-blue: #061784;
  --primary-orange: #FF7300;
  --secondary-orange: #FF7300;
  --accent-orange-light: #FF7300;
  --white: #ffffff;
  --black: #000000;
  --light-gray: #f8f9fa;
  --medium-gray: #656262;
  --dark-gray: #333333;
  --text-gray: #bcc1c5;
  --border-gray: #AEC0F3;
  --section-bg-orange: #FFF3E8;
  --section-bg-blue: #D3EDFC;

  /* Font Sizes */
  --font-xs: 12px;
  --font-sm: 14px;
  --font-base: 16px;
  --font-md: 18px;
  --font-lg: 20px;
  --font-xl: 22px;
  --font-xxl: 24px;
  --font-xxxl: 26px;
  --font-display-sm: 30px;
  --font-display-md: 36px;
  --font-display-lg: 48px;

  /* Spacing */
  --spacing-xxs: 5px;
  --spacing-xs: 10px;
  --spacing-sm: 15px;
  --spacing-md: 20px;
  --spacing-lg: 30px;
  --spacing-xl: 40px;
  --spacing-xxl: 50px;
  --spacing-xxxl: 60px;
  --spacing-huge: 80px;

  /* Border Radius */
  --radius-sm: 5px;
  --radius-md: 10px;
  --radius-lg: 20px;
}

/* Generic Helpers */
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  font-family: 'Montserrat', sans-serif !important;
  overflow-x: hidden;
}

.sticky {
  position: fixed;
  z-index: 999999;
  width: 100%;
}

* {
  scrollbar-width: thin;
  scrollbar-color: #497dbd transparent;
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
}

.no-pad {
  padding: 0;
}

.no-margin {
  margin: 0;
}

/* Scrollbar Styling */
::-webkit-scrollbar {
  width: 4px;
  height: 0px;
  background-color: #F5F5F5;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.44, #7a99d9), color-stop(0.72, #497dbd), color-stop(0.86, #1c3a94));
}
/* Banner Section */
.banner {
    background: url(https://pages.searchunify.com/rs/690-NGB-767/images/su-tsia-25-banner.png?version=0) !important;
    background-size: cover !important;
    display: block !important;
    background-repeat: no-repeat !important;
    background-position: center;
    padding: 90px 0 90px !important;
    background-color: #072c6f !important;
    margin-top: 90px;
}

.banner h1 {
  font-size: 26px;
  line-height: 1.5;
  font-weight: 500;
  color: var(--white);
  padding-top: 0px;
  padding-bottom: 0px;
}
.banner h2 {
  font-weight: 700;
  width: 100%;
  font-size:40px;
  line-height: 46px;
  color: #fff;
  padding-top: 0px;
  margin: 0;
}

.banner h3 {
  background-color: var(--white);
  font-size: 21px;
  line-height: 32px;
  font-weight: 600;
  border-radius: var(--radius-lg) var(--radius-lg) 0 0;
  text-align: center;
  padding: 20px 0px 3px;
  margin-bottom: 0px;
  color: var(--black);
}

.padding-top {
  padding-top: 60px;
}
.banner .padding-top {
    padding-top: 0;
}
.padding-top #banner-content-ida ul {
  list-style: none;
    padding: 32px 0 0;
    display: flex;
    align-items: center;
    gap: 55px;
    width: 100%;
}

.padding-top #banner-content-ida li {
  color: var(--white);
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  align-items: center;
  display: flex;
  text-align: left;
  letter-spacing: -0.2px;
}

.padding-top #banner-content-ida li img {
  margin-right: 15px;
    max-width: 38px;
    height: 38px;
}

/* Form Layout */
.form-layout {
  display: block;
  padding-top: 55px;
  max-width: 330px;
  width: 100%;
  float: right;
}

.thank-you-text {
  padding: 0px 13px 15px;
  text-align: center;
  background-color: var(--white);
  display: none;
}

/* Section 1 - Agentic AI Advantage */
.section1 {
  background: #E9F9FF;
  display: block;
  padding: 60px 0;
  color: var(--black);
}

.section1 .row {
  display: flex;
  align-items: center;
  min-height: 200px;
  flex-wrap: wrap;
}

.section1 .row .col-md-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.section1 #agentic-ai-heading {
  background-color: var(--white);
    padding: 60px 50px;
    text-align: center;
    box-shadow: 0px 0px 12px #A5C6EC;
    border: 1px solid #112548;
    border-radius: 22px;
    max-width: 605px;
}

.section1 #agentic-ai-heading img {
  max-width: 400px;
}

.section1 h2 {
  padding-bottom: 8px;
  font-size: 24px;
  line-height: 1.5;
  font-weight: 600;
  text-align: center;
}
.section1 p {
    font-size: 18px;
    line-height: 32px;
    font-weight: 600;
    text-align: left !important;
    color: #002A78;
    margin-bottom: 15px;
}
.sec1-inn-bx {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sec1-left-bx h3 {
    font-size: 32px;
    line-height: 38px;
    font-weight: bold;
    color: #002A78;
    margin-bottom: 15px;
}
.sec1-left-bx {
    width: 60%;
}
.sec1-ryt-bx {
    width: 40%;
    text-align: center;
}
.sec1-inn-bx ul {
    padding-left: 20px;
    margin-bottom: 0;
}
.sec1-inn-bx ul li {
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    color: #002A78;
}
::marker {
    color: #FF7300;
}
.section1 p span {
    color: #FF7300;
    font-weight: bold;
}
.sec1-inn-bx ul li:last-child{
    margin-bottom: 0;
}
/* Running Text Sections */
.running-text-section {
  padding: 20px 0;
  position: relative;
  background-color: #E9F9FF;
}
.orange-strip{
        transform: rotateZ(1.5deg);
    background: #FF7300;
    color: #f8f9fa !important;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 600;
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
    display: flex;
    background-size: cover;
    background-repeat: no-repeat;
    white-space: nowrap;
    }
    .black-strip{
        background-size: cover;
    background-repeat: no-repeat;
    transform: rotateZ(-1deg);
    margin-top: -20px;
    display: flex;
    white-space: nowrap;
    background: #002A78;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 600;
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
    color: #fff;
    }
    .marquee-container {
    display: flex;
    overflow: hidden;
    white-space: nowrap;
}
.marquee {
    display: inline-block;
    animation: marquee 30s linear infinite;
}
.marquee span {
  font-size: 35px; /* adjust size */
  margin: 0 20px;
  opacity: 0.9;
  line-height: 1.2;
}

.marquee-container.reverse .marquee {
  animation: marquee-reverse 30s linear infinite;
}

@keyframes marquee {
  0% { transform: translateX(0%); }
  100% { transform: translateX(-100%); }
}

@keyframes marquee-reverse {
  0% { transform: translateX(-100%); }
  100% { transform: translateX(0%); }
}

/* Why Visit Booth Section */
.why-visit-section {
  padding: 45px 0;
  display: block;
  position: relative;
  background-color: #E9F9FF;
  color: var(--black);
}

.why-visit-section .section-title {
  margin-bottom: 45px;
}

.why-visit-section .section-title h2 {
  font-size: 40px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 0;
    color: #002A78;
    line-height: 46px;
}

.feature-items {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 0px;
}

.feature-item {
  display: flex;
  align-items: stretch;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  margin-bottom: 15px;
  overflow: hidden;
}

.feature-icon img {
  width: 78px;
  height: 78px;
  margin-right: 25px;
}

.feature-content {
  flex: 1;
  background: white;
  padding: 0 !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.feature-content h3 {
    font-size: 22px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 5px;
    line-height: 1.3;
    text-align: left;
    padding: 0;
    color: #121314;
}

.feature-content p {
 font-size: 18px;
    color: #002A78;
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    line-height: 28px;
    text-align: left;
    font-weight: 600;
}
.feature-content p span{
    font-weight: bold;
}
.why-visit-section h4 {
    font-size: 20px;
    line-height: 26px;
    color: #FF7300;
    font-weight: bold;
    margin-bottom: 35px;
}
.why-visit-section .row {
    align-items: center;
}
.right-booth-image {
    text-align: center;
}
.happy-hr-sec h3 span{
    font-size: 27px;
    color: #FF7300;
    line-height: 33px;
    font-weight: bold;
    font-style: normal;
}
.happy-hr-sec {
    padding: 40px 100px 45px 45px !important;
}
.roi-bx {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 10px 15px #002A781C;
    border-radius: 16px;
    padding: 42px 45px 50px;
}
.roi-bx h4 {
    font-size: 18px;
    line-height: 32px;
    color: #002A78;
    font-weight: bold;
    margin-bottom: 20px;
}
.roi-bx p {
    font-size: 18px;
    line-height: 32px;
    color: #002A78;
    font-weight: 600;
}
.roi-bx p span{
    color: #FF7300;
    font-weight: bold;
}
.row.roi-sc {
    margin: 50px 0px -215px;
}
.session-content::after {
    content: '';
    width: 205px;
    height: 5px;
    position: absolute;
    left: 0;
    bottom: -70px;
    background: transparent linear-gradient(90deg, #FF7300 0%, #FF730000 100%) 0% 0% no-repeat padding-box;
    opacity: 1;
}
/* Floating Animation for Mascot */
@keyframes float {

  0%,
  100% {
    transform: translateY(-50%) translateX(0px);
  }

  50% {
    transform: translateY(calc(-50% - 20px)) translateX(-8px);
  }
}

.mascot-image {
  position: absolute;
    top: 56%;
    right: 60px;
    transform: translateY(-50%);
    max-width: 460px;
    height: auto;
    max-height: 400px;
    object-fit: contain;
    z-index: 10;
    animation: float 4s 
ease-in-out infinite;
}

/* Join Session Section */
.join-session-section {
  background: url('https://pages.searchunify.com/rs/690-NGB-767/images/su-tsia-25-banner2.png') no-repeat center;
  background-size: cover;
  padding: 60px 0 70px;
  color: #fff;
  position: relative;
  background-color: #000;
}

.join-session-section h2 {
  font-weight: bold;
    margin-bottom: 70px;
    font-size: 40px;
    line-height: 46px;
    color: #fff;
}

.join-session-section .container {
  position: relative;
  z-index: 2;
}

.session-content {
  padding-right: 40px;
  position: relative;
}
.roi-sc .col-xs-12 {
    padding: 0;
}
.session-label {
  margin-bottom: 20px;
}

.session-label span {
  color: var(--secondary-orange);
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
}

.session-content h2 {
  font-size: 32px;
    font-weight: bold;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    line-height: 40px;
    margin-bottom: 30px;
    text-align: left;
}

.session-details {
  display: flex;
  gap: 30px;
    margin-bottom: 30px;
    align-items: flex-start;
}

.session-detail-item {
  display: flex;
    align-items: flex-start;
    gap: 20px;
    border-right: 2px solid #fff;
    padding-right: 30px;
}
.session-detail-item img {
    margin-top: 2.5px;
}
.session-detail-item:last-child img {
    margin-top: 2px;
}
.session-detail-item .session-info {
  display: flex;
  flex-direction: column;
}
.session-detail-item:last-child {
    border-right: 0;
    padding-right: 0;
}
.session-detail-item span {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 2px;
    line-height: 26px;
}

.session-detail-item small {
  color: #fff;
    font-size: 14px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: 20px;
}

.btn-session {
  background: var(--secondary-orange);
  color: white;
  padding: 12px 30px;
  border: none;
  border-radius: var(--radius-sm);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  font-family: 'Montserrat', sans-serif;
  transition: all 0.3s ease;
  display: inline-block;
}

.btn-session:hover {
  background: #e85a00;
  color: white;
  text-decoration: none;
  transform: translateY(-2px);
}

.speakers-section {
  padding-left: 20px;
}

.speakers-title {
  margin-bottom: 20px;
}

.speakers-title span {
  color: var(--secondary-orange);
  font-size: 146x;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  position: relative;
  display: inline-block;
}

.speakers-title span::after {
  content: '';
  position: absolute;
  left: calc(100% + 15px);
  top: 50%;
  transform: translateY(-50%);
  width: 120px;
  height: 2px;
  background: linear-gradient(to right, var(--secondary-orange), transparent);
}

.speakers-section .speakers-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.speaker-item {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 10px 0;
}

.speaker-avatar {
  flex-shrink: 0;
}

.speakers-section .speaker-info {
  flex: 1;
  padding-top: 0px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}

.speaker-info h4 {
 color: #FF7300;
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 3px 0;
    font-family: 'Montserrat', sans-serif;
    line-height: 24px;
    order: 1;
}

.speakers-section .speaker-info p {
  color: #fff;
    font-size: 14px;
    margin: 0;
    line-height: 20px;
    font-family: 'Montserrat', sans-serif;
    order: 2;
    font-weight: 500;
    padding-top: 0px;
    padding-right: px;
}
.speakers-section .speaker-info p span {
    font-weight: bold;
}
/* Our Products Section */
.our-products-section {
  background: url('https://pages.searchunify.com/rs/690-NGB-767/images/su-tsia-25-banner3.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 60px 0;
  background-color: #fff;
}

.our-products-section .section-title {
  margin-bottom: 60px;
}

.our-products-section .section-title h2 {
  color: var(--black);
  font-size: 38px;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  line-height: 45px;
}

.products-grid {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

.products-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}

.product-item {
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--white);
  border-radius: 12px;
  padding: 30px 55px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  border: 1px solid #F1C7A5;
  text-decoration: none;
  cursor: pointer;
}

.product-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  text-decoration: none;
}

.product-item img {
  max-width: 200px;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.product-item:hover img {
  transform: scale(1.05);
}

/* Our Partners Section */
.our-partners-section {
  background: #121314;
  padding: 80px 0;
}

.our-partners-section .section-title {
  margin-bottom: 50px;
}

.our-partners-section .section-title h2 {
  color: var(--white);
  font-size: 36px;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
}

.partners-logos {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
  margin-bottom: 40px;
}

.partner-logo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    padding: 0;
}
.partner-logo li {
    list-style: none;
}
.partner-logo:hover {
  /* transform: translateY(-5px); */
  box-shadow: 0 10px 25px rgba(255, 255, 255, 0.1);
  text-decoration: none;
}


/* .partner-logo:hover img {
  transform: scale(1.1);
} */
.partner-sec {
    padding: 0px 0px 45px;
}
.know-more-link {
  text-align: center;
  margin-top: 30px;
}

.know-more-btn {
  color: var(--secondary-orange);
  font-size: 16px;
  font-weight: 500;
  font-family: 'Montserrat', sans-serif;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: all 0.3s ease;
  font-style: italic;
}

.know-more-btn:hover {
  color: var(--white);
  text-decoration: none;
}

.know-more-btn i {
  font-size: 14px;
  transition: transform 0.3s ease;
}

.know-more-btn:hover i {
  transform: translateX(5px);
}

/* Booth Section */
.booth-section {
  background: #fff;
  padding: 60px 0;
}

.booth-content {
  padding-right: 0px;
}

.booth-content h2 {
 color: var(--secondary-orange);
    font-size: 32px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    margin: 0 0 10px 0;
    line-height: 38px;
}

.booth-content h3 {
  color:#002A78;
  font-size: 32px;
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
  margin: 0 0 15px 0;
  line-height: 38px;
}

.booth-content p {
  color: #002A78;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    line-height: 32px !important;
    margin: 15px 0 15px 0 !important;
}
.booth-content p span{
    font-weight: bold;
}
.sec1-ryt-bx img {
    width: 288px;
}
.booth-cta {
  margin-top: 0px;
}

.btn-booth {
  background: var(--secondary-orange);
  color: var(--white);
  font-size: 14px !important;
  font-weight: 600 !important;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  padding: 12px 20px !important;
  border: none;
  border-radius: var(--radius-sm);
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
  letter-spacing: 1px;
}
.booth-section .row {
    align-items: center;
}
.btn-booth:hover {
  background: #d16719 !important;
    color: var(--white) !important;
    text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(244, 121, 32, 0.3);
}

.booth-image {
  text-align: center;
}

.booth-sectionv2 {
    padding: 70px 0px 0px !important;
}
.booth-content .btn-arrow {
    color: #FF7300;
    font-weight: bold;
    text-decoration: none;
}
.partner-sec h2 {
    font-size: 40px;
    line-height: 46px;
    color: #002A78;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
}
/* Meet Leaders Section */
.meet-leaders-section {
  background: #ffffff;
  padding: 60px 0 60px;
  position: relative;
}

.meet-leaders-section h2 {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  line-height: 46px;
  margin-bottom: 40px;
  color: #000;
  font-family: 'Montserrat', sans-serif;
  position: relative;
}

.leaders-carousel {
  position: relative;
}

.leader-item {
  margin: 0 15px;
  text-align: center;
}

.leader-image {
  height: auto;
  margin: 0 auto 20px;
  overflow: hidden;
}

.leader-image img {
  width: 100%;
  height: auto;
}

.leader-info {
  padding: 0;
}

.leader-info h4 {
  font-size: 20px;
  font-weight: bold;
  color: #000;
  margin-bottom: 5px;
  line-height: 26px;
  font-family: 'Montserrat', sans-serif;
}

.leader-info p {
  font-size: 14px;
  color: #000;
  font-weight: 500;
  line-height: 20px;
  margin: 0;
  padding: 0;
  width: 100%;
}

.leader-info p strong {
  color: #000;
  font-weight: 600;
}

/* Owl Carousel Custom Styling */
.leaders-carousel .owl-dots {
  text-align: center;
  margin-top: 50px;
}

.leaders-carousel .owl-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
  margin: 0 5px;
  transition: all 0.3s ease;
}

.leaders-carousel .owl-dot.active {
  background: #007BBF;
  transform: scale(1.3);
}

.leaders-carousel .owl-nav {
  display: none;
}
.main_form h2::after {
    content: '';
    position: absolute;
    width: 73px;
    height: 2px;
    background: #DF7515;
    bottom: -10px;
    left: 0;
}
/* Ready to Transform Section */
.ready-transform-section {
  background: #121314;
    padding: 52px 0px;
    color: white;
}

.ready-transform-section .row {
  display: flex;
  align-items: center;
}

.transform-content {
  padding-right: 20px;
}

.transform-content h2 {
  font-size: 26px;
    font-weight: bold;
    color: var(--primary-orange);
    margin-bottom: 10px;
    font-family: 'Montserrat', sans-serif;
    text-align: left;
    line-height: 32px;
}
.transform-content p {
    font-size: 18px;
    color: white;
    line-height: 24px;
    margin: 0;
    font-weight: 500;
    font-style: italic;
}

.transform-cta {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
}
a.btn.btn-primary ,
.transform-btn {
background: var(--primary-orange);
    border: none;
    color: white;
    padding: 12px 20px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    border-radius: var(--radius-sm) !important;
    text-decoration: none;
    transition: all 0.3s ease;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0.5px;
}

.transform-btn:hover {
  background: #e66b00 !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(255, 127, 0, 0.3);
  color: white !important;
  text-decoration: none;
}

/* Footer */
#Footer {
  width: 100% !important;
  margin: 0 auto;
  display: block;
  background-color: #FFE9D6;
  padding: 25px 0;
}

#Footer .row {
  display: flex;
  align-items: center;
}

#Footer .footer-content {
  color: var(--black) !important;
  font-family: 'Montserrat', sans-serif !important;
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  text-align: left !important;
  padding: 0 !important;
  margin: 0 !important;
}
.footer-outer p {
    font-size: 14px;
    line-height: 22px;
    font-weight: 600;
    color: #002A78;
    margin-bottom: 0;
}
#Footer .footer-outer a  {
color: #002A78;
}
.footer-outer a {
    font-size: 14px;
    line-height: 22px;
    font-weight: 600;
    color: #121314;
    margin-bottom: 0;
}
.footer-outer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.cta-dinner {
    background: var(--secondary-orange);
    color: var(--white);
    font-size: 14px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    padding: 12px 20px;
    border: none;
    border-radius: var(--radius-sm);
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
    letter-spacing: 1px;
    margin-top: 28px;
}
.cta-dinner:hover {
    background: #e66b00 !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(255, 127, 0, 0.3);
    color: white !important;
    text-decoration: none;
}
/* Form Styles */
.mktoForm .mktoField {
  border: none !important;
  height: 38px !important;
  width: 100% !important;
  color: var(--medium-gray);
  border: 1px solid #b8b8b8;
  padding: 2px 12px !important;
  height: 42px !important;
  width: 100% !important;
  color: var(--medium-gray);
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 400 !important;
}

.mktoForm .mktoButtonRow .mktoButton {
  font-family: 'Montserrat', sans-serif !important;
  border-radius: 4px;
  width: 49% !important;
  height: 43px !important;
  letter-spacing: 0px;
  position: absolute;
  font-weight: 600 !important;
  text-shadow: none;
  text-transform: uppercase !important;
  color: var(--white) !important;
  border: none !important;
  letter-spacing: 0;
  font-size: 16px !important;
  background: var(--primary-orange);
  background: -webkit-linear-gradient(left, rgba(255, 136, 0, 1) 0, rgba(255, 179, 0, 1) 100%) !important;
  background: linear-gradient(90deg, rgba(255, 136, 0, 1) 0, rgba(255, 179, 0, 1) 100%) !important;
  margin: 4px auto;
  left: 0px;
  right: 0px;
  margin: 0 auto !important;
}

.mktoForm select.mktoField {
  background-color: transparent;
  border: none !important;
  width: 100% !important;
  color: var(--medium-gray) !important;
  background-image: url(https://pages.grazitti.com/rs/690-NGB-767/images/Polygon_ornaldo.png);
  background-repeat: no-repeat;
  text-indent: 0.01px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  background-position: 97.7% center;
  border-radius: 14px;
  font-size: 13px !important;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 400 !important;
  border: 1px solid #b8b8b8;
  padding: 2px 12px !important;
  height: 42px !important;
}

.mktoLabel {
  float: none !important;
  width: 91% !important;
  line-height: 14px !important;
  font-family: 'Montserrat', sans-serif !important;
  padding-top: 0px !important;
  color: var(--dark-gray);
  font-size: 11px;
  font-weight: 500 !important;
}

/* Checkbox Styles */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: 0;
  opacity: 0.01;
}

[type="checkbox"]:not(:checked)+label,
[type="checkbox"]:checked+label {
  position: relative;
  padding-left: 2.3em;
  font-size: 1.05em;
  line-height: 1.7;
  cursor: pointer;
}

/* checkbox aspect */
[type="checkbox"]:not(:checked)+label:before {
  content: '';
  position: absolute;
  left: -20px;
  top: 2px;
  width: 13px;
  height: 13px;
  border: 1px solid var(--primary-orange);
  background: var(--white);
  border-radius: 0.2em;
}

[type="checkbox"]:checked+label:before {
  content: '';
  position: absolute;
  left: -20px;
  top: 2px;
  width: 13px;
  height: 13px;
  border: 1px solid var(--primary-orange);
  background: var(--primary-orange);
  border-radius: 0.2em;
}
.form-layout .mktoLogicalField {
    width: 100% !important;
    padding: 0px !important;
}
/* checked mark aspect */
[type="checkbox"]:not(:checked)+label:after,
[type="checkbox"]:checked+label:after {
  content: '';
  display: block;
  position: absolute;
  top: 2px;
  left: -16px;
  width: 5px;
  height: 10px;
  border: solid var(--white);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg) !important;
}
/* form css */
.main_form h2 {
    font-size: 21px;
    color: #002A78;
    font-weight: bold;
    text-align: left;
    line-height: 1.2;
    padding: 0;
    margin-bottom: 26px;
    position: relative;
}
.main_form {
    background: #fff;
    border-radius: 20px;
    padding: 20px 25px 25px;
    float: right;
    width: 100%;
    max-width: 520px;
}
.mktoForm {
    font-family: "Montserrat", sans-serif !important;
}
.form_sec .mktoForm .mktoLogicalField {
    width: 100% !important;
    padding: 0px !important;
}
.form-wrapper .mktoFormRow .mktoFormCol{
    margin-bottom: 15px !important;
}
.mktoLabel {
    display: none !important;
    float: none !important;
    width: 93% !important;
    line-height: 18px !important;
    font-family: "Montserrat", sans-serif !important;
    padding-top: 0px !important;
    color: #AFAFAF;
    font-size: 12px;
    font-weight: 400 !important;
    }
    input[type="checkbox"] {
    appearance: none;
    display: none;
    }
    [type="checkbox"]:not(:checked),
    [type="checkbox"]:checked {
    position: absolute;
    left: 0;
    opacity: 0.01;
    }
    [type="checkbox"]:not(:checked)+label,
    [type="checkbox"]:checked+label {
    position: relative;
    padding-left: 2.3em;
    font-size: 1.05em;
    line-height: 1.7;
    cursor: pointer;
    }
    /* checkbox aspect */
    [type="checkbox"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: -22px;
    top: 2px;
    width: 14px;
    height: 14px;
    border: 1px solid #FF7300;
    background: #FFF;
    border-radius: 0.2em;
    }
    [type="checkbox"]:checked+label:before {
    content: '';
    position: absolute;
    left: -22px;
    top: 2px;
    width: 14px;
    height: 14px;
    border: 1px solid #FF7300;
    background: #FF7300;
    border-radius: 0.2em;
    }
    /* checked mark aspect */
    [type="checkbox"]:not(:checked)+label:after,
    [type="checkbox"]:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 3px;
    left: -17px;
    width: 4px;
    height: 8px;
    border: solid #ffffff;
    border-width: 0 1px 1px 0;
    transform: rotate(45deg) !important;
    }
    /* checked mark aspect changes */
    [type="checkbox"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0) rotate(45deg);
    transform: scale(0) rotate(45deg);
    }
    [type="checkbox"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
    }
    /* Disabled checkbox */
    [type="checkbox"]:disabled:not(:checked)+label:before,
    [type="checkbox"]:disabled:checked+label:before {
    box-shadow: none;
    border-color: #bbb;
    background-color: #e9e9e9;
    }
    [type="checkbox"]:disabled:checked+label:after {
    color: #777;
    }
    [type="checkbox"]:disabled+label {
    color: #aaa;
    }
    /* Accessibility */
    [type="checkbox"]:checked:focus+label:before,
    [type="checkbox"]:not(:checked):focus+label:before {
    box-shadow: none;
    }
    .mktoForm .mktoCheckboxList.mktoRequired {
    width: auto !important;
    }
    .mktoForm .mktoRadioList>label,
    .mktoForm .mktoCheckboxList>label {
        border-radius: 0px !important;
        box-shadow: none !important;
        margin: 0px 6px 0 22px !important;
        position: relative;
        color: #000000 !important;
        font-size: 11px;
        line-height: 16px !important;
    }
    .main_form .mktoButtonRow {
    margin-top: 0px !important;
}
.form-wrapper .mktoFormRow .mktoFormCol a {
    color: #FF7300 !important;
    text-decoration: none;
}
    .col-sm-4.new img {
    max-width: 28px;
    }
    .mktoForm .mktoError {
    bottom: 0 !important;
    top: 97% !important;
    left: 0 !important;
    }
    .mktoForm .mktoCheckboxList+.mktoError {
        bottom: auto !important;
        top: 14px !important;
        left: -6px !important;
    }
    .mktoForm .mktoError .mktoErrorMsg {
    max-width: fit-content !important;
    padding: 0.4em 0.6em !important;
    }
    .mktoForm select.mktoField {
        background-color: transparent;
        }
        
          .searchunify-logo a {
            display: block;
          }
        ::-webkit-input-placeholder {
            /* Edge */
            color: #8E8E8E ;
            font-weight: 400;
            }
            select.placeholder {
                color: #8E8E8E ;
            }
            :-ms-input-placeholder {
            /* Internet Explorer 10-11 */
            color: #8E8E8E ;
            font-weight: 400;
            }
            ::placeholder {
            color: #8E8E8E ;
            font-weight: 400;
            }
            select:focus-visible,
            input:focus-visible {
            outline: none;
            }
            .mktoLabel a {
                padding: 0 !important;
                }
                .mktoLabel a u {
                padding: 0 !important;
                }
                #emailOptInBoolean,
                #consenttoProcessing {
                max-width: 14px;
                }
                .form_wrapper {
                background-color: rgba(255, 255, 255, 0.2);
                padding: 15px 20px;
                border-radius: 10px;
                width: 70%;
                }
                #mktoForm_2454 .mktoFormRow:nth-of-type(2) .mktoErrorMsg,
                #mktoForm_2454 .mktoFormRow:nth-of-type(1) .mktoErrorMsg,
                #mktoForm_2454 .mktoFormRow:nth-of-type(3) .mktoErrorMsg,
                #mktoForm_2454 .mktoFormRow:nth-of-type(4) .mktoErrorMsg,
                #mktoForm_2454 .mktoFormRow:nth-of-type(5) .mktoErrorMsg,
                #mktoForm_2454 .mktoFormRow:nth-of-type(6) .mktoErrorMsg,
                #mktoForm_2454 .mktoFormRow:nth-of-type(7) .mktoErrorMsg {
                padding: 4px !important;
                border: none !important;
                }
                .mktoForm select.mktoField {
                border: none !important;
                width: 100% !important;
                background-image: url(https://pages.searchunify.com/rs/690-NGB-767/images/arrow-down-img-kcsa.png);
                background-repeat: no-repeat;
                text-indent: 0.01px;
                -webkit-appearance: none;
                -moz-appearance: none;
                -ms-appearance: none;
                -o-appearance: none;
                appearance: none;
                background-position: center right 10px;
                border-radius: 14px;
                background-size: 12px;
                font-size: 13px !important;
                font-family: "Montserrat", sans-serif !important;
                }
                .mktoForm {
                    width: 100% !important;
                    }
                    .mktoForm .mktoField {
                    border: none !important;
                    height: 38px !important;
                    width: 100% !important;
                    }
                    .mktoField.mktoTextField.mktoHasWidth,
                    .mktoForm input[type="text"],
                    .mktoForm input[type="url"],
                    .mktoForm input[type="email"],
                    .mktoForm input[type="tel"],
                    .mktoForm input[type="number"],
                    .mktoForm input[type="date"],
                    .mktoForm textarea.mktoField,
                    .mktoForm select.mktoField {
                        border-radius: 5px !important;
                        padding: 10px 25px 10px 15px !important;
                        width: 100% !important;
                        max-width: 100% !important;
                        font-size: 14px !important;
                        font-weight: 400 !important;
                        color: #8E8E8E !important;
                        border: 1px solid #CCDCFA !important;
                        line-height: 1.2;
                        background: #F5F7FB 0% 0% no-repeat padding-box;
                        height: auto !important;
                    }
                    .mktoForm .mktoField {
                     border-radius: 5px !important;
                        padding: 10px 25px 10px 15px !important;
                        width: 100% !important;
                        max-width: 100% !important;
                        font-size: 14px !important;
                        font-weight: 400 !important;
                        color: #8E8E8E !important;
                        border: 1px solid #CCDCFA !important;
                        line-height: 1.2;
                        background: #F5F7FB 0% 0% no-repeat padding-box;
                        height: auto !important;
                    }
                    .mktoForm .mktoButtonRow .mktoButton {
                        border-radius: 4.5px;
                          font-size: 14px !important;
                          width: max-content !important;
                          padding: 10px 35px 10px !important;
                          text-align: center;
                          color: #fff !important;
                          line-height: 1.2;
                          font-weight: 600;
                          min-width: auto;
                          border: 0 !important;
                          background: #FF7300 !important;
                          position: unset;
                          left: 0;
                          right: 0;
                          margin: 0px auto 0 !important;
                    }
                    .mktoButtonRow {
                    display: block !important;
                    }
                    .mktoForm .mktoButtonRow .mktoButtonWrap {
                    margin-left: inherit !important;
                    }
                    .mktoAsterix,
                    .mktoGutter,
                    .mktoOffset {
                    display: none !important;
                    }
                    .mktoForm .mktoFieldWrap,
                    .mktoForm .mktoFormCol {
                    float: none !important;
                    }
                    .mktoCheckboxList input[type=checkbox] {
                        vertical-align: top !important;
                        padding-top: 0px !important;
                        height: 20px !important;
                        }
                        .mktoLabel a {
                        padding: 0 !important;
                        font-family: "Montserrat", sans-serif !important;
                        }
                        .mktoLabel a u {
                        padding: 0 !important;
                        }
                        .mktoFormRow:nth-of-type(6) .mktoError {
                        right: auto !important;
                        top: 20px !important;
                        left: 0 !important;
                        }
                        .mktoLabel a {
                        padding: 0 !important;
                        color: #F88F00 !important;
                        }
                        .mktoLabel a u {
                        padding: 0 !important;
                        }
                        .mktoMobileShow .mktoForm,
                        .mktoForm * {
                        padding: 0 !important;
                        }
                        .main_form p {
                            font-size: 18px;
                            line-height: 24px;
                            color: #00274E;
                            font-weight: 400;
                            text-align: center;
                            margin: 15px 0px !important;
                        }
                        .main_form p:last-child{
                            margin-bottom: 0px !important;
                        }
                            input:-webkit-autofill:disabled, textarea:-webkit-autofill:disabled, input:-internal-autofill-selected {
                                background: #fff!important;
                                box-shadow: unset !important;
                            }
                            
                            input:-webkit-autofill {
                                -webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
                            }
                            input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, textarea:-webkit-autofill, textarea:-webkit-autofill:hover, textarea:-webkit-autofill:focus, select:-webkit-autofill, select:-webkit-autofill:hover, select:-webkit-autofill:focus {
                                -webkit-text-fill-color: #8E8E8E !important;
                                background-color: #fff !important;}
                    /* Thank You Css */
                    #ThankYou-msg h3 {
                        font-size: 24px;
                        line-height: 30px;
                        font-weight: bold;
                        color: #FF7300;
                        text-align: center;
                        padding-top: 0;
                    }  
                    .form-inn {
                        padding: 25px 35px 28px;
                    }        
                    .form-wrapper .mktoFormRow .mktoFormCol .mktoLogicalField {
    width: 100% !important;
}  
.running-text-section .container-fluid {
    padding: 0;
}
/* Responsive Adjustments */
/* iPad Air and Tablet Specific Styles */
@media(max-width:1399px){

  .speakers-section .speaker-info p {
    padding-right: 0px;
}
  .banner {
   padding: 80px 0 80px !important;
        background-position: center;
}
.marquee span {
    font-size: 22px;
    margin: 0 10px;
}
.black-strip {
    transform: rotateZ(-1.5deg);
}
.black-strip {
    margin-top: -5px;
}
.booth-content {
    padding-right: 0;
}
}
@media(max-width:1199px){
  /* .banner {
    margin-top: 90px;
} */
        .partner-sec h2 {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 30px;
}
    .sec1-left-bx {
    width: 70%;
}
body .booth-sectionv2 .container {
    padding: 35px 35px !important;
}
.sec1-ryt-bx {
    width: 30%;
    text-align: center;
    margin-left: 20px;
}
      .main_form h2 {
        font-size: 18px !important;
        line-height: 24px !important;
    }
  .why-visit-section .section-title h2 {
    font-size: 32px;
    line-height: 38px;
}
  .banner h2 {
    font-size: 36px;
    line-height: 42px;
    padding-top: 0px;
}
.feature-content h3 {
    font-size: 20px;
}
.feature-content p {
    font-size: 14px;
    line-height: 20px;
}
.banner h1 {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 0;
}
.padding-top #banner-content-ida li {
    font-size: 16px;
    line-height: 22px;
}
.padding-top #banner-content-ida ul {
    padding: 25px 0 0;
    gap: 25px;
}
.padding-top #banner-content-ida li img {
    margin-right: 15px;
    max-width: 36px;
    height: 36px;
}
.mascot-image {
    right: 0px;
    max-width: 320px;
    max-height: 320px;
}
.why-visit-section {
    padding: 30px 0 45px;
}
.why-visit-section .section-title {
    margin-bottom: 25px;
}
.session-content h2 {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 25px !important;
}
.session-label {
    margin-bottom: 15px;
}
.session-detail-item span {
    font-size: 16px;
    margin-bottom: 0px;
    line-height: 22px;
}
.session-detail-item {
    gap: 15px;
    padding-right: 18px;
}
.session-details {
    gap: 18px;
}
.speakers-section {
    padding-left: 0;
}
.speakers-section .speakers-list {
    gap: 20px;
}
.speaker-item {
    gap: 18px;
    padding: 0px 0;
}
.join-session-section h2 {
    margin-bottom: 45px;
}
.our-products-section .section-title {
    margin-bottom: 36px;
}
.products-row {
    gap: 20px;
}
.products-grid {
    gap: 20px;
}
.product-item {
    padding: 25px 35px;
}
.our-products-section .section-title h2 {
    font-size: 32px;
    line-height: 38px;
}
.our-products-section {
    padding: 50px 0 60px;
}
.booth-content h2 {
    font-size: 28px;
    line-height: 34px;
}
.booth-content h3 {
    font-size: 28px;
    line-height: 34px;
}
.booth-content p {
    font-size: 16px;
}
.booth-image {
    text-align: right;
}
.meet-leaders-section h2 {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 36px;
}
}
@media (max-width: 991px) {
  .banner {
        margin-top: 75px;
        padding: 50px 0 60px !important;
        background-position: left center;
    }
  .partner-logo {
    gap: 35px;
}
  .meet-leaders-section {
    padding: 30px 0 35px !important;
}
  .happy-hr-sec em {
    font-size: 16px !important;
    line-height: 22px !important;
    top: 24px !important;
}
    .sec1-inn-bx {
    flex-direction: column;
}
    .banner h1 img {
        display: block;
    margin: 0 auto 5px !important;
    width: 330px;
}
.sec1-ryt-bx img {
    width: 225px;
}
.sec1-left-bx {
        width: 100%;
    }
    .sec1-ryt-bx {
        width: 100%;
        margin-left: 0;
        margin-top: 30px;
    }
      .section1 .col-md-6 {
        width: 100% !important;
        text-align: center;
        max-width: 100% !important;
        flex: 0 0 100% !important;
    }
  .main_form {
    float: none;
    margin: 25px auto 0;
}
    .padding-top #banner-content-ida ul {
        justify-content: center;
    }
  .padding-top {
    padding-top: 0;
  }
.banner .col-md-7, .banner .col-md-5{
  width: 100%;
  text-align: center;
}
  .section1 #agentic-ai-heading img {
    max-width: 100%;
  }
  .box-structure h4 {
    width: 100%;
  }

  .banner-content h1 {
    width: 100%;
  }

  .form-bg {
    background: none;
  }
  .banner-pad.nopad img {
    margin-top: 0;
    position: relative;
    top: 0px;
  }

  .banner-pad {
    margin-bottom: 0px;
  }

  .body-para p {
    width: 100%;
  }

  .banner .form-layout {
    max-width: 100% !important;
  }

  .sec_new_img {
    float: none;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .section_new p {
    text-align: center;
  }

  .section_new span {
    display: table;
    text-align: center;
    margin: 0 auto;
  }

  .sec_new_detail h2 {
    text-align: center;
  }

  .search-bar.open {
    width: 550px;
  }

  .search-bar-wrapper {
    top: -54px;
    right: 0px;
  }

  .col-sm-4.new {
    padding: 20px 0 0 0 !important;
  }
  .why-visit-section {
    padding: 60px 0;
  }

  .why-visit-section .section-title {
    margin-bottom: 40px;
  }

  .why-visit-section .section-title h2 {
    font-size: 32px;
  }

  .feature-item {
    flex-direction: column;
    text-align: left;
  }
.join-session-section .col-md-8, .join-session-section .col-md-4{
  width: 100%;
  text-align: center;
}

  .feature-content {
    text-align: center;
    border-radius: 0 0 10px 10px;
    padding: 18px 20px;
  }
.feature-icon img {
    margin-right: 0;
    margin-bottom: 15px;
}
.session-content::after {
    bottom: -85px;
}
.ready-transform-section .col-md-8, .ready-transform-section .col-md-4{
    width: 100%;
    text-align: center;
}
.speakers-title {
    margin-bottom: 50px;
}
  .feature-content h3 {
    margin: 0 0 4px 0;
    text-align: center;
  }
.feature-content p {
        text-align: left;
    }
  .mascot-image {
    position: relative;
    transform: none;
    display: block;
    margin: 40px auto 0;
    top: 120px;
    max-width: 250px;
    max-height: 250px;
    left: 0;
  }

  .join-session-section {
        padding: 45px 0 50px;
    }

  .session-content {
    padding-right: 0;
    margin-bottom: 40px;
    text-align: center;
  }
.session-details {
        justify-content: center;
    }
    .session-detail-item span {
        text-align: left;
    }
  .session-content h2 {
    font-size: 28px;
    text-align: center;
  }
.session-detail-item small {
    text-align: left;
}
  .speakers-section {
    padding-left: 0;
  }
.speakers-title {
    text-align: left;
}
  .speakers-list {
    flex-direction: column;
    gap: 25px;
    justify-content: flex-start;
  }

  .speaker-item {
    flex-direction: row;
    text-align: left;
    gap: 15px;
    align-items: flex-start;
  }
  .speaker-info h4 {
    font-size: 15px;
  }

  .speaker-info p {
    font-size: 12px;
  }

  .our-products-section {
    padding: 45px 0 50px;
  }

  .our-products-section .section-title h2 {
    font-size: 30px;
  }

  .products-row {
    gap: 20px;
  }
.booth-section .col-md-6{
  width: 100%;
  text-align: center;
}
 .product-item {
        padding: 25px;
        min-width: 220px;
        min-height: 100px;
    }

  .product-item img {
    max-width: 120px;
    max-height: 50px;
  }

  .our-partners-section {
    padding: 60px 0;
  }

  .our-partners-section .section-title h2 {
    font-size: 30px;
  }

  .partners-logos {
    gap: 40px;
    flex-wrap: wrap;
  }


  .booth-section {
    padding: 45px 0 50px;
  }
section.booth-section.booth-sectionv2 h2 {
    font-size: 26px !important;
    margin-bottom: 45px !important;
    line-height: 32px !important;
}

  .booth-content {
    padding-right: 0;
    margin-bottom: 40px;
    text-align: left;
    min-height: auto;
  }
      body .booth-sectionv2 .container {
        padding: 22px 15px !important;
    }
  .booth-content h3 {
    font-size: 28px;
  }

  .booth-content p {
    font-size: 16px !important;
    text-align: left;
    margin-top: 12px !important;
  }

      .booth-image {
        text-align: center;
    }

  .leader-item {
    margin: 0 15px;
    padding: 0px;
  }
  .transform-btn {
    padding: 12px 22px;
}
  .transform-content {
    padding-right: 0;
    margin-bottom: 0px;
    text-align: center;
  }

  .transform-cta {
    justify-content: center;
  }
.btn-booth {
    padding: 12px 22px;
}
  .transform-content h2 {
    font-size: 32px;
  }

  .transform-content p {
    font-size: 16px;
    text-align: left
  }

  #Footer .footer-content {
    text-align: center !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  #Footer .right {
    text-align: right !important;
    padding-bottom: 0 !important;
    margin: 0 !important;
  }
  .section1 #agentic-ai-heading {
    width: 75%;
    margin: 0 auto 20px;
    padding: 30px 30px 30px;
}
.section1 p {
       text-align: center;
        width: 100%;
        padding: 0;
    }
    .section1 {
    padding: 60px 0 40px;
}
.marquee span {
        font-size: 18px;
    }
    .why-visit-section {
        padding: 40px 0 40px;
    }
}
@media(min-width:767px){
   .main_form .mktoFormRow {
        display: flex !important;
        flex-wrap: wrap !important;
        }
               .main_form .mktoFormRow .mktoFormCol:nth-of-type(2) {
        margin-left: 15px;
    }
        .main_form .mktoForm .mktoFieldDescriptor.mktoFormCol {
            margin-bottom: 15px !important;
            flex: 1;
        }
}
.main_form .mktoFormRow .mktoFormCol {
    margin-bottom: 15px !important;
}
@media (max-width: 767px) {
      .happy-hr-sec em {
        display: block !important;
        left: -25px !important;
    }
    .partner-sec h2 {
        font-size: 25px;
        line-height: 32px;
        margin-bottom: 25px;
    }
    .partner-logo {
    justify-content: center;
    flex-wrap: wrap;
    gap: 40px;
}
    .sec1-left-bx h3 {
    font-size: 26px;
    line-height: 32px;
}
.sec1-inn-bx ul li {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
}
    .banner {
       padding: 40px 0 50px !important;
        margin-top: 68px;
    }
    .banner h2 {
        font-size: 30px;
        line-height: 38px;
    }
    .banner h1 {
        font-size: 18px;
        line-height: 24px;
    }
  /* Stack columns vertically on smaller tablets and mobile */
  .section1 .col-md-6 {
    width: 100% !important;
    float: none;
    margin-bottom: 20px;
  }
.section1 #agentic-ai-heading {
        padding: 25px 20px;
        margin-bottom: 0px;
    }
.section1 h2 {
    font-size: 20px;
}
.section1 p {
        font-size: 14px;
        line-height: 24px;
        padding-left: 0;
        text-align: center;
    }
.running-text-section {
    padding: 0px 0;
}
    .marquee span {
        font-size: 16px;
        margin: 0 5px;
    }
  .rows,
  .rows-speakers,
  .Information {
    flex-direction: column !important;
  }

  .speaker-wrap {
    width: 100% !important;
    margin: 0 !important;
    flex-direction: column !important;
    align-items: center !important;
  }

  .speaker-wrap h2:after {
    width: 18% !important;
    height: 1px;
    top: 45px;
    left: 0px !important;
    right: 0 !important;
    margin: 0 auto !important;
  }

  .speaker-details {
    text-align: center !important;
  }

  .Information {
    margin-bottom: 15px !important;
  }

  .col-lg-4.col-sm-4.col-xs-12.col-md-4.clearfix.banner-pad.nopad.form-bg {
    width: 86%;
    margin: 0 auto;
    text-align: center;
    float: none;
    overflow: hidden;
  }

  /* Standard Dropdown Menu Improvements */
  .dropdown-menu.bg_black_op {
    z-index: 999999;
    position: absolute;
    top: 100%;
    left: 0;
    margin: 0;
    border-radius: 0;
    min-width: 200px;
    /* Remove any top margin that might create gaps */
    margin-top: 0 !important;
    padding: 10px 0;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .13);
    background-color: var(--white);
  }

  .dropdown-menu>li>a {
    display: block;
    padding: 8px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
  }

  .dropdown-menu>li>a:hover,
  .dropdown-menu>li>a:focus {
    text-decoration: none;
    color: var(--primary-orange) !important;
    background-color: transparent;
  }


  .none {
    display: none;
  }

  .bgImg {
    background-size: cover;
  }

  .banner-content h1 {
    width: 100%;
    padding-left: 0px;
  }

  .why-visit-section {
    padding: 35px 0;
  }

  .why-visit-section .section-title h2 {
    font-size: 25px;
  }

  .feature-items {
    gap: 20px;
  }
    .why-visit-section .section-title {
        margin-bottom: 20px;
    }
    .join-session-section h2 {
    margin-bottom: 20px;
    font-size: 25px;
    line-height: 32px;
}

  .feature-content {
    padding: 16px 18px;
  }
.roi-bx h4 {
    font-size: 14px;
    line-height: 24px;
}
  .feature-content h3 {
    font-size: 18px;
    margin: 0 0 4px 0;
  }
.roi-bx p {
    font-size: 14px;
    line-height: 24px;
}
.roi-bx {
    padding: 20px 20px;
}
  .feature-content p {
    font-size: 15px;
  }
.right-booth-image {
    margin-top: 25px;
}
  .mascot-image {
    max-width: 200px;
    max-height: 200px;
  }

  .join-session-section {
    padding: 50px 0;
  }
    .session-content h2 {
        font-size: 16px !important;
        margin-bottom: 22px !important;
        line-height: 22px !important;
    }

  .session-details {
    gap: 15px;
    margin-bottom: 25px;
    align-items: flex-start;
  }

  .session-detail-item {
    justify-content: flex-start;
    gap: 12px;
  }
  .session-detail-item span {
    font-size: 14px;
  }

  .session-detail-item small {
    font-size: 12px;
  }

  .session-button {
    text-align: center;
  }

  .speakers-list {
    flex-direction: column;
    gap: 22px;
    align-items: flex-start;
  }

  .speaker-item {
    flex-direction: row;
    text-align: left;
    max-width: 100%;
    gap: 15px;
    align-items: flex-start;
  }
  .speaker-info h4 {
    font-size: 14px;
  }

  .speaker-info p {
    font-size: 11px;
  }

  .our-products-section {
    padding: 30px 0 35px;
  }

  .our-products-section .section-title {
    margin-bottom: 25px;
  }

  .our-products-section .section-title h2 {
    font-size: 25px;
  }

  .products-grid {
    gap: 30px;
  }

  .products-row {
    gap: 25px;
  }

  .top-row {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }

  .product-item {
    padding: 20px;
    min-width: 160px;
    min-height: 90px;
  }

  .product-item img {
    max-width: 100px;
    max-height: 40px;
  }

  .our-partners-section {
    padding: 50px 0;
  }

  .our-partners-section .section-title h2 {
    font-size: 26px;
  }

  .partners-logos {
    gap: 25px;
    flex-wrap: wrap;
    justify-content: center;
  }

  
 

  .know-more-btn {
    font-size: 15px;
  }

  .booth-section {
    padding: 50px 0;
  }

  .booth-content h2 {
            font-size: 25px;
        line-height: 31px;
  }

  .booth-content h3 {
    font-size: 24px;
  }

  .booth-content p {
    font-size: 16px;
  }

  .btn-booth {
    font-size: 15px;
    padding: 12px 25px;
  }

 
  .meet-leaders-section {
    padding: 35px 0 35px;
  }

  .meet-leaders-section h2 {
    font-size: 25px;
    margin-bottom: 32px;
  }

  .leader-item {
    margin: 0 15px;
    padding: 0px;
  }
.leader-info h4 {
    font-size: 16px;
    line-height: 22px;
}
  .leader-image {
    margin-bottom: 15px;
  }
    .footer-outer {
        justify-content: center !important;
        gap: 10px;
    }
.leader-info p {
    font-size: 12px;
    line-height: 18px;
}
  .leader-name {
    font-size: 20px;
  }

  .leader-designation {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
    .transform-content {
        margin-bottom: 25px;
    }

  .transform-content h2 {
    font-size: 25px;
    margin-bottom: 10px;
    text-align: center;
  }

  .transform-content p {
    font-size: 14px;
    text-align: center;
  }
.footer-outer {
    justify-content: space-between;
    gap: 10px;
}
  .transform-btn {
    padding: 12px 25px;
    font-size: 15px;
  }

  #Footer .mktoText {
    text-align: center !important;
    padding: 5px 0 !important;
    margin: 0 !important;
  }
.booth-content h3 {
    font-size: 26px !important;
        line-height: 30px !important;
}
  #Footer .right {
    text-align: right !important;
    padding-top: 5px !important;
    padding-bottom: 0 !important;
    margin: 0 !important;
  }
  .tsia-cal span {
    font-size: 16px;
    line-height: 22px;
}
}

@media (max-width: 480px) {
      .speakers-section .speaker-info {
        padding-right: 0 !important;
    }
  .session-detail-item img {
    margin-top: 0px;
}
.speaker-item {
        align-items: center;
    }
.tsia-cal {
    display: flex;
    align-items: flex-start;
}
.session-detail-item:last-child img {
    margin-top: 0;
    width: 25px;
        height: 25px;
}
  .why-visit-section {
    padding: 35px 0;
  }

  .why-visit-section .section-title h2 {
            font-size: 20px;
        line-height: 26px;
  }

  .feature-items {
    gap: 15px;
  }

 
  .feature-content {
    padding: 14px 16px;
  }

  .feature-content h3 {
    font-size: 16px;
    margin: 0 0 3px 0;
  }

  .feature-content p {
    font-size: 14px;
  }
    .padding-top #banner-content-ida li {
        font-size: 14px;
        line-height: 20px;
    }
  /* Banner content list - vertical layout on mobile */
  .padding-top #banner-content-ida ul {
    align-items: center;
        gap: 15px;
        flex-wrap: wrap;
  }

  /* Section1 columns - full width on mobile */
  .section1 .row .col-md-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  /* Ready Transform section columns - full width on mobile */
  .ready-transform-section .col-md-8,
  .ready-transform-section .col-md-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  /* Footer columns - full width on mobile */
  #Footer .col-lg-6,
  #Footer .col-md-6 {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100% !important;
    display: block !important;
  }

  /* Fix Footer text alignment and visibility on mobile */
  #Footer .right {
    text-align: center !important;
    padding-top: 10px !important;
    margin-top: 10px !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  #Footer .mktoText {
    text-align: center !important;
    margin-bottom: 5px !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }


  #Footer .row {
    flex-direction: column !important;
  }

  .mascot-image {
    max-width: 180px;
    max-height: 180px;
    margin: 0px auto 0;
  }

  .join-session-section {
    padding: 35px 0;
  }

  .session-content h2 {
    font-size: 20px;
  }

  .session-details {
   justify-content: center;
        gap: 18px;
        flex-wrap: wrap;
  }
.session-detail-item:nth-of-type(2) {
    border: 0;
    padding: 0;
}
  .session-detail-item {
    gap: 10px;
    border: 0;
  }
  .session-detail-item span {
    font-size: 14px;
    line-height: 16px;
  }

  .session-detail-item small {
    font-size: 11px;
  }

  .btn-session {
    padding: 10px 25px;
    font-size: 12px;
  }

  .speaker-info h4 {
    font-size: 14px;
    line-height: 16px;
  }

  .speaker-info p {
    font-size: 12px;
  }
.speakers-section .speaker-info p {
    font-size: 12px;
    line-height: 16px;
}
  .our-products-section {
    padding: 30px 0 35px;
  }
    .our-products-section .section-title h2 {
        font-size: 20px;
        line-height: 26px;
    }

  .products-grid {
    gap: 25px;
  }

  .products-row {
    gap: 20px;
    flex-direction: column;
  }

  .top-row {
    flex-direction: column;
  }

  .product-item {
    padding: 18px;
    min-width: 140px;
    min-height: 80px;
  }

  .product-item img {
    max-width: 90px;
    max-height: 35px;
  }

  .our-partners-section {
    padding: 40px 0;
  }

  .our-partners-section .section-title h2 {
    font-size: 22px;
  }

  .partners-logos {
    gap: 20px;
    flex-direction: column;
    align-items: center;
  }

  .partner-logo {
    min-width: 150px;
    min-height: 70px;
  }

  .partner-logo img {
    max-width: 90px;
    max-height: 40px;
  }

  .know-more-btn {
    font-size: 14px;
  }

  .booth-section {
    padding: 40px 0;
  }

  .booth-content h2 {
    font-size: 20px;
        line-height: 26px;
  }

  .booth-content h3 {
   font-size: 20px;
        line-height: 26px;
  }
.booth-image img {
    max-width: 100%;
}
  .booth-content p {
    font-size: 14px;
        line-height: 20px;
  }

  .btn-booth {
    font-size: 14px;
    padding: 10px 20px;
    width: 100%;
    text-align: center;
  }



  .meet-leaders-section h2 {
    font-size: 32px;
    margin-bottom: 30px;
  }

  .leader-item {
    padding: 10px;
  }
  .leader-name {
    font-size: 18px;
    margin-bottom: 5px;
  }
.ready-transform-section {
    padding: 30px 0px 40px;
}
  .leader-designation {
    font-size: 13px;
  }

  .transform-content h2 {
    font-size: 20px;
    line-height: 26px;
  }

  .transform-content p {
    font-size: 14px;
  }

  .transform-btn {
    padding: 10px 20px;
    font-size: 14px;
    width: 100%;
    text-align: center;
  }

  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-title h2 {
    font-size: 20px;
        line-height: 26px;
        margin-bottom: 15px;

  }
.session-label span {
    font-size: 14px;
}
  p {
    font-size: 14px;
    line-height: 1.5;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    line-height: 1.3;
  }

     .padding-top li:nth-of-type(2) {
        width: auto;
        text-align: center !important;
    }

  .banner h3 {
    padding: 20px 0px 5px;
  }

  .leader {
    width: 100% !important;
    float: none !important;
    margin: 5px auto !important;
    padding: 24px 40px 20px !important;
  }

  .mktoForm a,
  .mktoForm u {
    padding: 0px;
  }

  form .mktoFormRow:nth-last-of-type(3) .mktoFieldWrap label.mktoLabel.mktoHasWidth .mktoAsterix {
    left: 26px;
  }
.banner {
               padding: 100px 0 65px;
    }
    .section1 {
        padding: 45px 0 25px;
    }
    .section1 #agentic-ai-heading {
        width: 95%;
    }
    .banner h1 {
        font-size: 16px;
        line-height: 22px;
    }
    .banner h2 {
        font-size: 25px;
        line-height: 32px;
    }
    .padding-top #banner-content-ida li {
        font-size: 14px;
        line-height: 20px;
        justify-content: center;
    }
}

/* Additional Responsive Fixes */
@media (max-width: 768px) and (max-width: 840px) {
  .banner-pad.nopad img {
    max-width: 88px !important;
    top: 232px !important;
    left: 104px !important;
  }


}

@media (max-width: 841px) and (max-width: 900px) {
  .banner-pad.nopad img {
    max-width: 88px !important;
    top: 232px !important;
    left: 105px !important;
  }
}

@media (max-width: 901px) and (max-width: 991px) {
  .banner-pad.nopad img {
    max-width: 88px !important;
    top: 232px !important;
    left: 105px !important;
  }
}

/* Cookie Consent */
#cookie_section {
  top: 0;
  display: flex;
  text-align: left;
  z-index: 9999999;
}

.cc-bottom {
  bottom: unset !important;
  z-index: 999999;
}

/* Running Text Responsive */
@media (max-width: 768px) {
    section.booth-section.booth-sectionv2 {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
  .running-text-strip {
    height: 50px;
  }

  .orange-strip {
    margin-bottom: 20px;
  }

  .black-strip {
    margin-top: -20px;
  }

  .running-text-content {
    font-size: 16px;
    line-height: 50px;
  }
}
@media(max-width:575px){
  .clock span {
    line-height: 20px;
    font-size: 14px;
}
  .why-visit-section .section-title h2 {
        font-size: 24px;
        line-height: 32px;
    }
  .section1 {
        padding: 40px 0 40px;
    }
    .schedule-section .happy-hr-sec > h3 br{
      display: none;
    }
  .padding-top #banner-content-ida ul {
        padding: 20px 0 0;
        gap: 15px;
    }
    .padding-top #banner-content-ida li {
        font-size: 14px;
        line-height: 20px;
    }
      .sec1-left-bx h3 {
        font-size: 24px;
        line-height: 30px;
    }
    .banner h1 img {
    width: 50%;
}
    .banner h2 {
        font-size: 26px;
        line-height: 32px;
    }
      .schedule-section .happy-hr-sec em {
        top: 10px !important;
        font-size: 14px !important;
        line-height: 20px !important;
    }
  .main_form h2 {
    margin-bottom: 25px !important;
}
  .padding-top #banner-content-ida li img {
        margin-right: 10px !important;
        max-width: 25px !important;
        height: 25px !important;
    }
  .clock span {
    line-height: 20px;
    padding-left: 6px;
    font-size: 14px;
}
.speakers-section .speaker-info {
    padding-right: 105px;
}
.speakers-title {
        margin-bottom: 25px;
    }
    .booth-sectionv2 {
    padding: 35px 0px 0px !important;
}
    .booth-content h3 {
        font-size: 24px !important;
        line-height: 30px !important;
    }
.session-detail-item:nth-of-type(2) {
    border: 0;
}
.session-content::after{
  display: none;
}
.session-details {
    flex-wrap: wrap;
}
.join-session-section {
        padding: 35px 0px 40px;
    }
.join-session-section h2 {
        margin-bottom: 18px;
        font-size: 24px;
        line-height: 32px;
    }
 .happy-hr-sec {
        padding: 20px 25px 35px !important;
    }
.happy-hr-sec h2 {
    font-size: 20px !important;
    line-height: 26px !important;
}
.schedule-section .happy-hr-sec > h3 {
    font-size: 14px !important;
    line-height: 24px !important;
    margin-bottom: 15px !important;
}
.happy-hr-sec h3 span {
    font-size: 16px;
    color: #FF7300;
    line-height: 22px;
}
.clock img {
    top: 0px !important;
}
img.arrow {
    display: none !important;
}
.booth-content h3 {
    font-size: 25px;
    line-height: 31px;
}
    .booth-content p {
        font-size: 14px !important;
        text-align: left;
        margin-top: 12px !important;
        line-height: 26px !important;
    }
    .tsia-cal span {
    font-size: 12px !important;
    line-height: 18px !important;
}
    .partner-sec h2 {
        font-size: 24px;
        line-height: 30px;
    }
    .meet-leaders-section h2 {
        font-size: 24px;
        margin-bottom: 30px;
        line-height: 30px;
    }
    .ready-transform-section {
    padding: 35px 0px;
}
section.booth-section.booth-sectionv2 h2 {
         font-size: 22px !important;
        margin-bottom: 30px !important;
        margin-top: 0px !important;
        line-height: 30px !important;
    }
    .leader-item {
        margin: 0 10px;
        padding: 0px;
    }
}
@media (max-width: 480px) {
  .banner h2 {
        font-size: 25px;
        line-height: 31px;
    }
        .mktoForm, .mktoForm * {
        padding: 0 !important;
    }
    .main_form {
        margin: 15px auto 0;
    }
  .main_form {
    padding: 20px 15px;
}
  .running-text-strip {
    height: 40px;
  }
    .banner h2 {
        padding-top: 10px;
    }
    .mktoForm, .mktoForm * {
        padding: 10px;
    }
 .black-strip {
        transform: skewY(0deg);
        margin-top: 0px;
        font-size: 14px;
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
    }
  .black-strip {
    transform: skewY(0deg);
        margin-bottom: 5px;
  }

  .running-text-content {
    font-size: 14px;
    line-height: 40px;
  }
  .orange-strip {
        margin-bottom: 20px;
        font-size: 14px;
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
        transform: rotateZ(0deg);
    }
}

/* Ensure proper box-sizing */
*,
*:before,
*:after {
  box-sizing: border-box;
}

/* Fix for form elements on mobile */
.mktoForm .mktoField {
  width: 100% !important;
  max-width: 100% !important;
}

.mktoForm .mktoButton {
  width: 100% !important;
  max-width: 100% !important;
}

/* Fix for dropdown menus on mobile */
.dropdown-menu>li>a {
  white-space: normal;
}

.happy-hr-sec em {
  font-weight: 600 !important;
}
@media (min-width: 992px) {
.booth-section .booth-content {
  max-width: 570px;
}
}

.ready-transform-section .transform-content  h2 {
  margin-bottom: 18px;
}
.ready-transform-section .transform-content p {
  line-height: 27px;
}
@media (max-width: 767px) {
  .why-visit-section h4 ,
   .why-visit-section .feature-content p ,
.why-visit-section .feature-icon {
    text-align: center;
}
}
@media (max-width: 430px) {
.schedule-section .happy-hr-sec em {
    position: relative;
    top: 0px;
    float: right;
}
}


/**********************************************/
a.btn.btn-primary:hover ,
.btn-booth:hover {
  background: #d16719 !important;
}
h1, h2, h3, h4, h5, h6 {
  letter-spacing: inherit !important;
}
 body .site-header.header-absolute {
  top: 0px;
      padding-top: 6px;
}
body .mobile-menu-floating img.site-logo {
    max-width: 149px;
}
body .mobile-menu-wrapper ul.mobile-menu li>a {
      text-transform: capitalize;
        padding: 8px 0;
        font-weight: 700;
        line-height: 22px;
    }
   body ul.mobile-menu li.menu-item-has-children>span {
    position: absolute;
    width: 40px;
    height: 32px;
    text-align: center;
}
.header-navbar a {
      font-weight: 500 !important;
}
header.new-style .menu-item-has-children ul.sub-menu li a:hover {
    padding-left: 18px;
}
header.new-style ul.nav.wp-menu li>ul.sub-menu li a:hover:before {
    opacity: 1;
    left: 0px;
    transition: var(--trans-dft);
}
header.new-style ul.nav.wp-menu li > ul.sub-menu li a:hover:before {
    background: linear-gradient(to left, #ff7300, rgb(184 151 128 / -10%));
}
header.new-style ul.nav.wp-menu li>ul.sub-menu li a:before {
    content: "";
    position: absolute;
    left: -5px;
    top: 50%;
    width: 8px;
    height: 8px;
    transform: translateY(-50%);
    transition: var(--trans-dft);
    border-radius: 10px;
}
header.new-style a.cea-button {
    background: none !important;
    box-shadow: none !important;
}
header.new-style .cea-button-link .book-animated-btn {
  font-size: 14px !important;
      line-height: 20px !important;
 }
header.new-style ul.nav.wp-menu li>ul.sub-menu li a {
  padding-left: 0px;
 }
 header.new-style ul.nav.wp-menu li ul li a {
  padding: 0px;
 }
header.new-style ul.nav.wp-menu li ul li:hover a,
header.new-style ul.nav.wp-menu li ul li a:hover {
  padding-left: 18px;
 }

header.new-style ul.nav.wp-menu>li.menu-item-has-children>a:after,
header.new-style ul.nav.wp-menu>li.menu-item-has-children li.menu-item-has-children>a:after  {
    content: '';
    position: absolute;
    right: 0;
    font-family: themify;
    font-size: 10px;
    margin-left: 9px;
    border: solid #000;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    top: 4px;
}

header.new-style ul.nav.wp-menu>li.menu-item-has-children li.menu-item-has-children>a:after  {
    -ms-transform: rotate(320deg);
    transform: rotate(320deg);
    -webkit-transform: rotate(320deg);
}

header.new-style ul.nav.wp-menu>li.menu-item-has-children li.menu-item-has-children>a:hover:after {
   -ms-transform: rotate(132deg);
    transform: rotate(132deg);
    -webkit-transform: rotate(132deg);
}

body header.new-style ul.nav.wp-menu li>ul.sub-menu li {
    padding: 0px 20px 0px 20px;
}
header.new-style ul.nav.wp-menu>li.menu-item-has-children li.menu-item-has-children>a:after {
  top: 12px;
}
.full-search-wrapper.search-wrapper-opened {
  height: 50%;
   z-index: 9999999;
}
.new-style ul.nav.wp-menu>li.menu-item-has-children:not(.menu-item-has-mega-children)>.sub-menu>li>ul.sub-menu ,
.new-style ul.nav.wp-menu>li.menu-item-has-children:not(.menu-item-has-mega-children)>.sub-menu {
  border-radius: 0px !important;
}
.full-search-wrapper.search-wrapper-opened a.full-search-toggle.close {
  z-index: 1;
}

@media (max-width: 1268px) {
  header.new-style  .header-navbar.navbar.elements-3 ul:last-child {
        align-items: normal;
        margin-top: 0px;
    }
       header.new-style   ul.nav.navbar-ul.pull-right.justify-content-end.right-element-exist li:last-child {
        margin-top: 15px !important;
    }
        header.new-style   ul.nav.navbar-ul.pull-right.justify-content-end.right-element-exist li:last-child  a.full-search-toggle {
        position: relative;
        top: inherit;
    }
   
}
@media only screen and (min-width: 1025px) and (max-width: 1300px) {
     header.new-style  ul.nav.navbar-ul.pull-right.justify-content-end.right-element-exist li:first-child {
        margin-top: 20px !important;
    }
    header.new-style ul.nav.navbar-ul.pull-right.justify-content-end.right-element-exist li:last-child {
        margin-top: 18px !important;
    }
     .new-style .elements-3>div>ul.pull-center.justify-content-center {
        width: 56%;
    }
    header.new-style   .elements-3>div>ul:last-child {
        width: 24%;
    }
    header.new-style ul.nav.navbar-ul.pull-right.justify-content-end.right-element-exist li:last-child a.full-search-toggle {
      top: inherit !important;
    }
     
     .sticky-head.header-sticky  ul.nav.navbar-ul.pull-right.justify-content-end.right-element-exist li:first-child, 
     .sticky-head.header-sticky  ul.nav.navbar-ul.pull-right.justify-content-end.right-element-exist li:last-child {
                 margin-top: 12px !important;
                margin-bottom: 8px !important;
    }
}
@media only screen and (max-width: 1024px) {
  body  .header-mobilebar.navbar {
                background-color: #ffffff !important;
        position: fixed;
        left: 0px;
        right: 0px;
        top: 0px;
        display: block !important;
        z-index: 9;
    }
section.banner {
        margin-top: 50px;
    }
     
  
        header.new-style ul.nav.navbar-ul.pull-right.justify-content-end.right-element-exist li:last-child a.full-search-toggle {
        position: absolute;
        top: 12px;
        right: 24px;
    }
    header.new-style .custom-text-1 a.dark-bg-button.cea-button-link.cea-button {
             background-color: transparent !important;
    }
  .mobile-menu-floating i.close-icon:after, 
   .mobile-menu-floating i.close-icon:before {
          width: 24px;
    }
     .mobile-menu-floating  a.mobile-menu-toggle {
        right: 22px;
        top: 40px;
    }

    .mobile-menu-floating .header-titles>a.site-link {
         max-width: 149px;
    }
  .custom-text-1  a.dark-bg-button.cea-button-link.cea-button {
      background-color: transparent !important;
    }
}
/**************FOOTER CSS *********/
.site-footer .footer-widgets-wrap , .footer ,  .site-footer  .footer-bar {
      border-radius: 0px;
      background-color: #002a78 !important;
      border-color: #002a78 !important;
}

.site-footer  .footer-bar  {
  border-color:  #134299 !important;
}
.ready-transform-section .transform-content p {
    line-height: 27px;
    color: #002A78;
}
section.ready-transform-section {
    background: #E9F9FF !important;
}
.site-footer .footer-col p,
.site-footer .footer-col p {
    font-weight: 600;
}
/*******/
.why-visit-section {
  background-color: #ffffff;
}
.why-visit-section  .feature-item {
    box-shadow: none;
}



/**************NEW EXCLUSIVE SECTION CSS STARTS ************/
 section.Exclusive_Event-Only  {
  background-color: #FFF4EB !important;
  padding-top: 50px !important;
  padding-bottom: 36px !important;
 }

  section.Exclusive_Event-Only  .sec1-inn {
        padding: 35px 35px;
    }

 section.Exclusive_Event-Only  .sec1-inn {
    background: #fff;
    box-shadow: 4px 4px 8px 4px #0000001C;
    border-radius: 22px;
    padding: 40px 24px;
    margin: 0px 5px 0px;
    height: 100%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: space-between;
}
section.Exclusive_Event-Only .col-md-4 {
    margin-bottom: 24px;
    }

section.Exclusive_Event-Only  h2 {
    color: #002A78;
    font-size: 40px;
    text-align: center;
    margin-bottom: 30px;
}
section.Exclusive_Event-Only h4 {
    color: #002A78;
    font-size: 24px;
    line-height: 28px;
}
section.Exclusive_Event-Only  p {
    font-size: 18px;
    line-height: 22px;
    color: #002A78;
}
section.Exclusive_Event-Only .sec1-inn-top > img {
  margin-bottom: 20px;
}

section.Exclusive_Event-Only .sec1-inn-top .sec1-cta h6 {
    color: #002A78;
    line-height: 22px;
    font-size: 18px;
    margin-bottom: 0px;
}
section.Exclusive_Event-Only h6 {
    color: #002A78;
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    margin-bottom: 0px;
}
section.Exclusive_Event-Only .col-md-4:last-child .sec1-cta h6 {
  color: #FF7300;
}

section.Exclusive_Event-Only h5 {
    color: #002A78;
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
}

@media only screen and (min-width: 768px) and (max-width: 1500px) {
    .footer-container .footer-col {
        margin-left: 0px !important;
    }
  }

@media only screen and (max-width: 991px) {
section.Exclusive_Event-Only h2 {
  font-size: 26px;
    line-height: 32px;
}
section.Exclusive_Event-Only h4 {
    font-size: 20px;
    line-height: 26px;
}
}
@media only screen and (max-width: 768px) {

.footer-col.contact img[alt="address icon"]{
    margin-top: 0px !important;
}
.footer-container .social-logo { 
    margin-bottom: 24px;
}
}

@media only screen and (max-width: 767px) {
footer .social-logo {
    margin-bottom: 24px;
}
footer .social-logo {
    margin-bottom: 24px;
}
.footer-col.contact img {
    margin-top: 0px !important;
}
}

.mobile-menu-floating {
      z-index: 9999999;
}