html {
    scroll-padding-top: 20px;
    scroll-behavior: smooth;
}


#zsiq_float .zsiq_flt_rel {
 background-color: #328a59 !important;
}


body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow-x: hidden;
}

* {
    font-family: 'Montserrat', sans-serif;
}

header {
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.social-media {
    gap: 45px;
}

header nav ul {
    gap: 7px;
}

header nav .cta-section {
    gap: 20px;
}

.nav-item.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
    top: 98px;
}

.nav-item.dropdown .dropdown-menu {
    display: none;
}

.cta-button {
    background: #E99707;
    width: max-content !important;
    height: 43px;
    backface-visibility: hidden;
    will-change: transform;
    box-sizing: border-box;
    font-size: 18px;
}

.membersubmitbtn {
    background: #3065E1;
    width: 100%;
    border-radius: 60px;
    border: 2px solid #3065E1 !important;
    color: #fff;
    height: 48px;
    margin-top: 15px;
    font-size: 16px;
    font-weight: 600;
}

.hoveranimationbtn, .membersubmitbtn {
    overflow: hidden;
    z-index: 0;
    transition: transform 0.7s ease, color 0.7s ease;
    position: relative;
    border: 2px solid transparent;
}

.hoveranimationbtn::before, .membersubmitbtn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: white;
    transition: left 0.75s ease;
    z-index: -1;
}

.hoveranimationbtn:hover::before, .membersubmitbtn:hover::before {
    left: 0;
}

.hoveranimationbtn:hover {
    color: #E99707 !important;
    border-color: #E99707;
}

.social-links .dropdown-toggle:hover .dropdown-menu {
  display: block;
  margin-top: 0;
}

.dropdown-menu {
  transition: all 0.3s ease;
}

a.nav-link.active, .dropdown-item.active, .dropdown-item:active {
    color: #E99707 !important;
    font-weight: 600;
    background-color: #fff !important;
}

a.nav-link:hover, .dropdown-item:hover {
    color: #E99707 !important;
    background: #fff !important;
}



a.nav-link.active::before, a.nav-link::before {
    content: "";
    position: absolute;
    background: #E99707;
    width: 0;
    height: 4px;
    bottom: 0;
    left: 0;
    transition: all 0.3s ease;
    border-radius: 12px;
}

a.nav-link.active::before, a.nav-link:hover::before {
    width: 100% !important;
}

#hero-section {
    background-image: url('../images/bannerimg.webp');
    background-size: cover;
    background-position: center;
    height: 545px;
    display: flex;
    align-items: center;
}

/* Slider Ticker Starts */

 .ticker-wrap {
  overflow: hidden;
  width: 83%;
  max-width: 800px;
  border-radius: 4px;
  padding: 9px 0;
  position: relative;
  background: rgba(0, 0, 0, 0.43);
  cursor: grab;
}

.ticker-wrap:active {
  cursor: grabbing;
}

.ticker-track {
  display: flex;
  width: max-content;
  gap: 4px;
  will-change: transform;
}

.ticker-item {
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.ticker-label {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  padding: 0 24px;
  letter-spacing: 0.01em;
}

.ticker-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: rgb(255 255 255 / 40%);
  flex-shrink: 0;
}

/* Slider Ticker Ends */

.hero-content h1, .hero-content h2 {
    font-size: 38px;
    line-height: 48px;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    font-weight: 400;
}

.hero-cta button, .hero-cta button:hover, .hero-cta button:focus, .hero-cta button:active, .hero-cta button:focus-visible {
    font-size: 18px;
    background: transparent !important;
    border: 3px solid #fff !important;
    transition: all 0.8s ease;
}
.hero-cta button span {
    position: relative;
    z-index: 1;
}
.hero-cta button:hover{
    color: #000 !important;
}
.hero-cta button::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #fff;
    transition: all 0.75s ease;
    z-index: 0;
}

.hero-cta button:hover::before {
    width: 100%;
}

.play-btn-pulse {
    border-radius: 50%;
    animation: shadowPulse 2.8s ease-in-out infinite;
    cursor: pointer;
}

@keyframes shadowPulse {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.55);
    }
    70% {
        box-shadow: 0 0 0 14px rgba(255, 255, 255, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

.main-section-heading {
    font-size: 32px;
    line-height: 40px;
}

.half-color span {
    color: #006383;
}

/* Footer */
.first-col {
    width: 33%;
}

.second-col {
    width: 40%;
    padding-left: 105px !important;
}

.third-col {
    width: 27%;
}

p.footer-text {
    font-size: 18px;
    width: 95%;
}

.second-col .social-links {
    width: 85%;
}

.contact-links .footer-link {
    font-size: 18px;
    position: relative;
}

.contact-links .footer-link img {
    position: absolute;
    left: -35px;
    top: 2px;
}

.footer-separator {
    border: 1px solid #000000;
    width: 80%;
    margin: 0 auto;
}

.footer-bottom-text {
    font-size: 18px;
}


/* Animations */

/* Base class for all animated elements */
.animate {
    opacity: 0;
    transition: all 0.6s ease;
    transform: translate(0, 0);
}

/* Fade In */
.fade-in {
    transform: translateY(0);
}

.fade-in.show {
    opacity: 1;
}

/* Fade In Up */
.fade-in-up {
    transform: translateY(120px);
    opacity: 0;
}

.fade-in-up.show {
    opacity: 1;
    transform: translateY(0);
}

/* Fade Left to Right */
.fade-left {
    transform: translateX(-120px);
}

.fade-left.show {
    opacity: 1;
    transform: translateX(0);
}

/* Fade Right to Left */
.fade-right {
    transform: translateX(120px);
}

.fade-right.show {
    opacity: 1;
    transform: translateX(0);
}



/* Blog CSS */

.webdev-blog-section {
    background-color: #fff;
}

.webdev-blog-heading {
    font-size: 28px;
    color: #000000;
    font-weight: 500;
    text-align: center;
}

.webdev-blog-subtext {
    font-size: 16px;
    color: #000000;
    text-align: center;
}

.webdev-blog-main h3.webdev-blog-title {
    font-size: 18px;
    color: #000000;
    margin-top: 15px;
    font-weight: 500;
}

.webdev-blog-desc {
    font-size: 16px;
    color: #000000;
    margin-bottom: 0px;
}

.webdev-blog-thumb {
    width: 238px;
    height: 150px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    object-fit: cover;
    object-position: right;
}

.webdev-blog-title-small {
    font-size: 16px;
    color: #000000;
    font-weight: 500;
    margin-bottom: 5px;
}

.webdev-blog-desc-small {
    font-size: 14px;
    color: #000000;
    margin-bottom: 0;
}

.webdev-blog-main {
    padding-right: 0px;
}

.webdev-blog-item a {
    text-decoration: none;
}

.webdev-blog-item {
    padding-bottom: 6px;
}
.webdev-blog-main.esprte img,
.webdev-blog-main.esprte h4,
.webdev-blog-main.esprte p,
.webdev-blog-main.esprte .webdev-blog-content-main {
    opacity: 0;
    transform: translateX(-100px) scale(0.95);
    transition: transform 2s cubic-bezier(0.22, 1, 0.36, 1), opacity 2s ease;
}

.webdev-blog-main.esprte.animate img {
    opacity: 1;
    transform: translateX(0) scale(1);
    transition-delay: 0.3s;
}

.webdev-blog-main.esprte.animate .webdev-blog-content-main {
    opacity: 1;
    transform: translateX(0) scale(1);
    transition-delay: 0.5s;
    height: 167px;
}

.webdev-blog-main.esprte.animate h4 {
    opacity: 1;
    transform: translateX(0) scale(1);
    transition-delay: 0.7s;
}

.webdev-blog-main.esprte.animate p {
    opacity: 1;
    transform: translateX(0) scale(1);
    transition-delay: 1.1s;
}
.webdev-blog-content {
    background: #EDEFF2;
    padding: 15px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.webdev-blog-content-main {
    background: #EDEFF2;
    padding: 15px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.webdev-blog-meta .author {
    color: #425D7A;
    font-size: 14px;
    margin-bottom: 15px;
}

.webdev-blog-meta .date {
    float: right;
    font-size: 14px;
    color: #787474;
}

.webdev-blog-meta {
    margin-bottom: 10px;
}

.webdev-blog-meta .author img {
    margin-right: 5px;
    margin-top: -3px;
}

/* Blog Detail Page Start */
/* Banner Section */
.blog-banner {
  background-image: url('../images/Tango bg.png');
  background-size: cover;
  height: 100%;
  width: 100%;
  padding: 50px 0;
}

.custom-breadcrumb {
  color: #333333;
  font-size: 18px;
  margin-bottom: 36px;
}

.custom-blog-title {
  color: #000000;
  font-size: 43px;
  font-weight: 700;
  margin-bottom: 36px;
  line-height: 1.3;
  max-width: 634px;
}

.custom-blog-desc {
  color: #000000;
  font-size: 18px;
  margin-bottom: 28px;
  max-width: 634px;
  text-align: justify;
  line-height: 29px;
}

/* Meta Section */
.blog-meta-section {
  background: #FBFBFB;
  padding: 20px 0;
}

.custom-blog-meta {
  gap: 53px;
}

/*.author-box {
  background: #efefff;
  padding: 10px 15px;
  border-radius: 8px 18px 30px 8px;
  clip-path: polygon(0 0, 99% 0, 95% 100%, 0% 100%);
}*/
.author-box {
    background-image: url(../images/BG.png);
    background-size: cover;
    padding: 10px 15px;
    background-repeat: no-repeat;
    width: max-content;
}

.author-logo {
    width: 48px;
    height: 78px;
    margin-top: -20px;
    margin-right: 5px;
}

.author-name {
  color: #FF7200;
  font-size: 14px;
  font-weight: 600;
  margin-left: 5px;
}

.author-date {
  font-size: 12px;
  color: #555555;
  margin-left: 5px;
}

.read-time {
  font-size: 16px;
  color: #333333;
}

.custom-audio-player {
  font-size: 14px;
  color: #333333;
}

.custom-audio-player audio {
  height: 30px;
}

/*.custom-social-icons a {
  font-size: 18px;
  color: #333333;
  text-decoration: none;
}

.custom-social-icons a:hover {
  color: #1c77c3;
}*/
.custom-social-icons a {
    position: relative;
    display: inline-block;
    width: 28px;
    height: 28px;
    margin-right: 10px;
    margin-top: 0px;
}

.custom-social-icons img {
    height: 28px;
    width: 28px;
}

/* remove margin only from the last social icon */
.custom-social-icons a:last-child img.default {
    margin-right: 0 !important;
}

/* hover image overlay */
.custom-social-icons a img.hover {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.custom-social-icons a:hover img.default {
    opacity: 0;
}

.custom-social-icons a:hover img.hover {
    opacity: 1;
}

.author-name img {
    height: 14px;
    width: 14px;
    margin-left: 5px;
}
.simple-line-left {
  display: inline-block;      /* keeps height applied */
  height: 40px;               /* requested height */
  border-left: 2px solid #DDDDDD; /* thickness + color */
  /* optional spacing */
  margin-right: -15px;
  margin-left: -15px;
  margin-top: -6px;
}


.audio-title {
    margin-top: -67px;
    position: absolute;
    font-size: 14px;
    color: #333333;
}

.audio-block {
  display: flex;
  align-items: center;
  gap: 8px;
}

.play-btn {
  width: 30px;
  height: 30px;
  border: none;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.Reverse-btn {
  width: 20px;
  height: 20px;
  border: none;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

#waveform {
  height: 40px;
}

.speed-controls .speed-btn {
  padding: 2px 6px;
  font-size: 12px;
  border: 1px solid #ccc;
  cursor: pointer;
}

.speed-controls .speed-btn.active {
  border-color: #FF7200;
  color: white;
  background-color: #FF7200;
}


/* Table of Contents */
/*.custom-toc-wrapper {
  position: sticky;
  top: 95px;
  max-height: 250vh;
  overflow-y: auto;
  margin-right: 20px;
}*/
.custom-toc h3 {
  color: #000000;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  margin-top: 7px;
}
.custom-toc a {
  display: block;
  color: #383333;
  font-size: 14px;
  font-weight: 400;
  margin: 10px 0;
  text-decoration: none;
  cursor: pointer;
}
.custom-toc a.active {
  font-weight: 500;
  color: #383333;
}
.custom-toc a:hover {
    color: #383333;
    font-weight: 500;
}
/* Fixed Form Section */
.custom-form-section {
  /*position: sticky;
  top: calc(20px + 200px); */
  padding: 15px;
  border-radius: 8px;
  background: #FCF9F1;
  margin-top: 20px;
}
.custom-form-section h4 {
  color: #FF7200;
  font-weight: 700 !important;
  font-size: 24px;
  line-height: 30px;
}
.custom-form-section span {
  color: #333333;
  font-weight: 400;
}
.custom-form-section p {
  font-size: 16px;
  color: #000000;
  line-height: 28px;
  text-align: justify;
}
.custom-form-section input {
  font-size: 14px;
  color: #383333;
  margin-bottom: 10px;
  height: 40px;
}
.custom-form-section button {
  font-size: 16px;
  color: #2F8009;
  background: transparent;
  border: 2px solid #2F8009;
  font-weight: 600;
  width: 100%;
  height: 45px;
  font-size: 18px;
  position: relative;
  overflow: hidden;
  transition: color 1s ease, font-weight 1s ease;
  z-index: 1;
}

/* Create sliding gradient layer */
.custom-form-section button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #2F8009;
  z-index: -1;
  border: 2px solid #2F8009;
  transition: left 1s ease; /* sliding animation */
}

/* Hover state */
.custom-form-section button:hover {
  color: #fff !important;
  font-weight: 600;
  border-color: #2F8009;
}

/* Slide in background */
.custom-form-section button:hover::before {
  left: 0;
}
.custom-content {
    /*background: #F9FAFB;*/
    /*padding: 20px;*/
    /*border-radius: 7px;*/
    max-width: 976px;
    text-align: justify;
    padding-right: 0;
    max-width: 976px;
    padding-left: 20px;
}

/* Content Section */
.custom-content h2 {
    font-size: 24px;
    color: #000000;
    font-weight: 600;
    margin-top: 10px;
}

.custom-content .elementor-heading-title {
    font-size: 18px !important;
    margin: 20px 0;
}
.custom-content p {
  font-size: 18px;
  color: #000000;
  margin: 23px 0;
  line-height: 29px;
}
.custom-content a {
  color: #0000FF;
  text-decoration: underline;
}
.custom-toc hr.toc-divider {
  border: 0;
  height: 1px;
  background-color: #4B4B4B;
  margin: 50px 0; /* spacing around line */
}

.custom-content section:not(:first-of-type) {
    padding-top: 38px;
}
.blog-after-audio-section{
    margin-top: 28px;
}
.blog-horizanta-line{
    max-width: 974px;
}
.blog-horizanta-line-y{
    border: 0;
    height: 1px;
    background-color: #4B4B4B;
    margin: 50px 0;
}
.custom-toc .toc-icon img {
  display: none; /* hidden by default */
  margin-top: -2px;
  margin-right: 2px;
}

.custom-toc .toc-link.active .toc-icon img,
.custom-toc .toc-link:hover .toc-icon img {
  display: inline-block;
}
.next-read-item {
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 160px;
}

.next-read-item h5 {
  font-size: 18px;
  color: #000000;
  text-align: left;
  line-height: 24px;
  font-weight: 500!important;
}
.next-read-item h5 a {
    color: #000000;
    text-decoration: none;
}

.next-read-item p {
  font-size: 14px;
  color: #4B4B4B!important;
  text-align: left;
  font-weight: 500;
}

.next-read-link {
  color: #0000FF;
  text-decoration: none;
  text-align: left;
  text-decoration: underline;
}

.next-read-link:hover {
  text-decoration: underline;
}
.last-blog-title{
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 35px;
}
.blog-last-section {
    max-width: 837px;
}
#audioTime {
    width: 30px;
}
.form-control:focus{
    box-shadow: 0 0 0 .15rem rgba(13, 110, 253, .25)!important;
}
.custom-content ul li {
  font-size: 18px;
  color:#000000;
}
.custom-breadcrumb a:hover span {
  color: #0000FF!important; /* Change text color on hover */
}

.execution-points {
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
}

span.subheading-execution {
    background: #E99707;
    padding: 5px 13px;
    font-size: 18px;
}

.inner-content-container {
    gap: 90px;
}

.content-text h3.subheading {
    font-size: 22px;
}

.content-text {
    top: 45px;
    left: 85px;
}

.main-col-content:nth-child(2) .content-text {
    left: 140px;
}

.main-col-content:nth-child(3) .content-text {
    left: 125px;
}

section#startups-section {
    width: 1050px;
    margin: auto;
}

img.main-sec-img {
    border-radius: 23px 0px;
}

.subheading-startups {
    background: #3A6EA5;
    border-radius: 3px;
    padding: 1px 15px;
    font-size: 22px;
}
.small-cta {
    background: #4CAF50 !important;
}

.medium-cta {
    background: #7B61FF !important;
}

.corp-cta {
    background: #F7931E !important;
}

.services-cta, .services-cta:hover, .services-cta:focus, .services-cta:active, .services-cta:focus-visible {
    background: transparent !important;
    color: #3A6EA5 !important;
}
.subheading-social {
    font-size: 18px;
    background: #E99707;
    padding: 2px 12px;
}


.custom-accordion .accordion-item:hover .accordion-button{
  font-weight: 500;
 }
.custom-accordion .accordion-item {
    border: 0px solid #B9B9B9;
    border-radius: 6px;
    margin-bottom: 9px;
    overflow: hidden;
    transition: all 0.3s ease;
}
.custom-accordion h2.accordion-header {
    border: 1px solid #B9B9B9;
    border-radius: 6px;
}
span.acc-btn-title
{
    padding-left: 12px;
}
.custom-accordion .accordion-button {
    background: #ffffff;
    color: #000000;
    padding: 11px 22px;
    box-shadow: none;
    font-size: 18px;
    font-weight: 400;
    transition: all 0.3s ease;
        border-radius: 6px;
            line-height: normal;
}

.custom-accordion .accordion-item.active .accordion-button,
.custom-accordion .accordion-button:not(.collapsed) {
    background: #006383;
    color: #fff;
    font-weight: 500;
    box-shadow: 0px 2px 4px 1px rgb(0 0 0 / 25%) !important;
}

.custom-accordion .accordion-button::before {
    background-image: none;
    content: "+";
    font-size: 20px;
    font-weight: 400;
    margin-top: -2px;
    color: black;
}
.custom-accordion .accordion-button:not(.collapsed)::before {
    color: #fff;
    margin-bottom: 0px;
}
.custom-accordion .accordion-button::after {
    display: none;
}
.custom-accordion .accordion-button:not(.collapsed)::before {
    content: "–";
}

.custom-accordion .accordion-body {
    background: #fff;
    color: #000000;
    font-size: 16px;
    line-height: 25px;
    padding: 6px 14px 0px;
}

.faq-content {
    width: 58%;
}

.faq-image {
    width: 42%;
}

.blog-image-description {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #000
}
.blog-featured-img-left
 {
    width: 100%;
    border-radius: 4px 4px 0px 0px;
    height: 354px;
    overflow: hidden;
}
.left-side-blog-a:hover .main-blog-img {
    transform: scale(1.08);
}
.left-side-blog-a:hover h4.blog-image-title {
    text-decoration: underline !important;
    color:#074A61 !important;
}
.left-side-blog .main-blog-img {
    border-radius: 4px 4px 0px 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform;
}

.blog-featured-img-right {
    border-radius: 4px 0px 0px 4px;
    overflow: hidden;
    width: 100%;
    max-width: 267px !important;
    display: flex;
}
.right-side-blog .main-blog-img {
    border-radius: 4px 0px 0px 4px;
    width: 267px;
    height: 156px;
    object-fit: cover;
    transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform;
}
.right-side-blog-a:hover .main-blog-img {
    transform: scale(1.08);
}
.right-side-blog-a:hover h4.blog-image-title {
    text-decoration: underline !important;
    color:#074A61 !important;
}
.right-side-blog {
    gap: 5px;
}
.blog-meta span {
    font-size: 14px;
    color: #292929;
}
h4.blog-image-title {
    font-size: 18px;
}
.blog-image-wrapper {
    border-radius: 9px;
}

.blog-image-overlay {
    padding: 11px 13px;
    background: #F6F9FB;
    border-radius: 0px 0px 4px 4px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.blog-image-wrapper {
    border-bottom: 2px solid #074A61;
    border-radius: 4px;
}

.left-side-blog .main-blog-img {
    border-radius: 4px 4px 0px 0px;
}

.inner-seo-section {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}
.loc-icon {
    padding-left: 5px;
}
.seo-heading {
    font-size: 14px;
    color: #3F3D3D;
    font-weight: 600;
}

.img-section {
    width: 30px;
}

.seo-paragraph {
    font-size: 12px;
    color: #707070;
        line-height: 20px;
}

.seo-paragraph a {
    color: #0000FF;
}

.seo-header {
    gap: 12px;
    margin-bottom: 10px;
}

.social-links li {
    width: 34px;
    height: 34px;
    transition: all 0.4s ease;
    overflow: hidden;
    padding: 5px 1px;
}

.social-links li:hover a.hovericon {
    transform: translate(0px, 0px);
    opacity: 1;
}

a.hovericon {
    position: absolute;
    transform: translate(0px, -35px);
    opacity: 0;
    transition: all 0.4s ease;
}

.social-links li:hover a.default-icon {
    transform: translate(0px, 50px);
}

a.default-icon {
    position: absolute;
    transition: all 0.4s ease;
}

.hovericon img {
    border-radius: 4px;
}
.footer-separator {
    border: 1px solid #000000;
    width: 80%;
    margin: 0 auto;
}

.social-feed-code .yottie-widget-feed-section-slide {
    padding-left: 0 !important;
}

.social-feed-code .yottie-widget-video a.yottie-widget-video-preview span.yottie-widget-video-preview-thumbnail img {
    height: 540px !important;
    object-fit: cover !important;
    border-radius: 6px !important;
}

.social-feed-code .yottie-widget-video a.yottie-widget-video-preview span.yottie-widget-video-preview-thumbnail {
    height: 540px !important;
}

.social-feed-code .yottie-widget-video a.yottie-widget-video-preview {
    height: 540px !important;
}

.social-feed-code .yottie-widget-video {
    margin-bottom: 0 !important;
    height: 540px !important;
}

.social-feed-code .yottie-widget-video span.yottie-widget-video-player iframe {
    height: 540px !important;
    border-radius: 6px !important;
}

.modal {
    overflow: hidden !important;
}

#videopopup .modal-dialog {
    max-width: 630px;
    width: 630px;
    margin: 30px auto;
}

#videopopup .modal-header {
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 0;
    border-bottom: none;
    z-index: 10;
    background: #fff;
    opacity: 1;
    z-index: 999;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
}

#videopopup .modal-header .btn-close {
    padding: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    opacity: 1;
}

.video-container {
    position: relative;
    width: 100%;
    height: 354px;
    overflow: hidden; 
    border-radius: 7px;
}

.video-overlay {
    position: absolute;
    inset: 0;
    cursor: pointer;
    z-index: 2;
}

.video-thumbnail {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 7px;
    transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform;
}

.video-overlay::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.25);
    opacity: 0;
    transition: opacity 0.35s ease;
    border-radius: 7px;
}

div#contacthyperion .modal-dialog {
    width: 860px;
    max-width: 100%;
}

div#contacthyperion .modal-header .btn-close {
    margin: 0;
}

img.form-img {
    top: -95px;
    left: 50%;
    transform: translate(-50%, 0px);
}

.inner-form-container .WidgetTitle__Header-sc-c581efe-2 {
    font-weight: 600;
    margin-bottom: 20px;
}

.inner-form-container .WidgetTitle__Caption-sc-c581efe-3 {
    margin-top: 0 !important;
    margin-bottom: 35px;
    font-weight: 400;
}

.inner-form-container button.ButtonBase__ButtonContainer-sc-f8d413ed-3 {
    font-weight: 600 !important;
    margin-top: 20px;
}

.inner-form-container .Footer__WidgetFooter-sc-77dc2ec8-0 {
    display: none;
}

.inner-form-container .SubmitMessage__Title-sc-f6f7c9e9-2 {
    font-weight: 600;
}

.inner-form-container .SubmitMessage__Text-sc-f6f7c9e9-3 {
    font-weight: 400 !important;
    line-height: 28px;
}