.page-wrapper,
body {
    overflow-x: hidden;
}
.banner,
.macbook-box,
.z-index-0,
.z-index-1,
section {
    position: relative;
}
.contact-media i,
.marquee-text i,
.marquee-text span {
    -webkit-text-fill-color: transparent;
}
:root {
    --themeht-primary-color: #6200ff;
    --themeht-primary-color2: #f97794;
    --themeht-primary-color3: #3498db;
    --themeht-text-color: #16072f;
    --themeht-white-color: #ffffff;
    --themeht-body-color: #75727b;
    --themeht-bg-dark-color: #0f171b;
    --themeht-bg-light-color: #f8fafc;
    --themeht-border-light-color: #e1e1e1;
    --themeht-body-font-family: "Heebo", sans-serif;
    --themeht-secondary-font-family: "Syne", sans-serif;
}
body {
    font-family: var(--themeht-body-font-family);
    font-weight: 400;
    font-style: normal;
    font-size: 17px;
    line-height: 30px;
    color: var(--themeht-body-color);
}
.countdown > li span,
.h1,
h1 {
    font-size: 70px;
    font-weight: 700;
}
.ultrapic {
    height: 100px;
    width: max-content;
}
.strong {
    color: #000;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 20px;
    font-style: normal;
    text-transform: capitalize;
    font-family: var(--themeht-secondary-font-family);
    color: var(--themeht-text-color);
}
.contact-media a:hover,
.error-text h1,
.text-theme {
    color: var(--themeht-primary-color);
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}
.h1,
h1 {
    line-height: 80px;
}
.h2,
h2 {
    font-size: 46px;
    line-height: 56px;
    font-weight: 700;
}
.h3,
.h4,
.h5,
.h6,
h3,
h4,
h5,
h6 {
    font-weight: 600;
}
.h3,
h3 {
    font-size: 34px;
    line-height: 44px;
}
.h4,
h4 {
    font-size: 26px;
    line-height: 36px;
}
.h5,
h5 {
    font-size: 24px;
    line-height: 34px;
}
.h6,
.lead,
h6 {
    line-height: 30px;
}
.h6,
h6 {
    font-size: 20px;
}
ul {
    margin: 0;
    padding: 0;
}
u {
    text-decoration-style: wavy;
}
p {
    line-height: 1.7;
}
.lead {
    font-weight: 400;
    font-size: 17px;
}
.z-index-0 {
    z-index: 0;
}
.z-index-1 {
    z-index: 1;
}
section {
    padding: 120px 0;
}
.rounded {
    border-radius: 20px !important;
}
.border-radius-02 {
    border-radius: 2rem !important;
}
.rounded-top-02 {
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
}
.text-black {
    color: var(--themeht-text-color) !important;
}
.text-grey {
    color: var(--themeht-body-color);
}
.white-bg {
    background-color: var(--themeht-white-color) !important;
}
.dark-bg {
    background-color: var(--themeht-bg-dark-color);
}
.light-bg {
    background-color: var(--themeht-bg-light-color);
}
.theme-bg {
    background-color: var(--themeht-primary-color);
}
.transparent-bg {
    background-color: inherit !important;
}
.grediant-bg {
    background-image: radial-gradient(
            var(--gradient_spot1_w) var(--gradient_spot1_h) at left
                var(--gradient_spot1_x) top var(--gradient_spot1_y),
            var(--gradient_spot1_color),
            transparent
        ),
        radial-gradient(
            var(--gradient_spot2_w) var(--gradient_spot2_h) at left
                var(--gradient_spot2_x) top var(--gradient_spot2_y),
            var(--gradient_spot2_color),
            transparent
        ),
        radial-gradient(
            var(--gradient_spot3_w) var(--gradient_spot3_h) at left
                var(--gradient_spot3_x) top var(--gradient_spot3_y),
            var(--gradient_spot3_color),
            transparent
        ),
        radial-gradient(
            var(--gradient_spot4_w) var(--gradient_spot4_h) at left
                var(--gradient_spot4_x) top var(--gradient_spot4_y),
            var(--gradient_spot4_color),
            transparent
        );
}
.grediant-bg2 {
    background-image: radial-gradient(
            var(--gradient_spot1_w) var(--gradient_spot1_h) at left
                var(--gradient_spot1_x) top var(--gradient_spot1_y),
            var(--gradient_spot1_color),
            transparent
        ),
        radial-gradient(
            var(--gradient_spot2_w) var(--gradient_spot2_h) at left
                var(--gradient_spot2_x) top var(--gradient_spot2_y),
            var(--themeht-primary-color),
            transparent
        ),
        radial-gradient(
            var(--gradient_spot3_w) var(--gradient_spot3_h) at left
                var(--gradient_spot3_x) top var(--gradient_spot3_y),
            var(--themeht-primary-color2),
            transparent
        ),
        radial-gradient(
            var(--gradient_spot4_w) var(--gradient_spot4_h) at left
                var(--gradient_spot4_x) top var(--gradient_spot4_y),
            var(--themeht-primary-color3),
            transparent
        );
}
.alert-brainy-buzz,
.grediant-bg3 {
    background: linear-gradient(
        115deg,
        var(--themeht-primary-color2),
        var(--themeht-primary-color),
        var(--themeht-primary-color3)
    );
}
.rotate-grediant-bg2 {
    background-image: radial-gradient(
            var(--gradient_spot4_w) var(--gradient_spot4_h) at left
                var(--gradient_spot4_x) top var(--gradient_spot4_y),
            var(--themeht-primary-color3),
            transparent
        ),
        radial-gradient(
            var(--gradient_spot3_w) var(--gradient_spot3_h) at left
                var(--gradient_spot3_x) top var(--gradient_spot3_y),
            var(--themeht-primary-color2),
            transparent
        ),
        radial-gradient(
            var(--gradient_spot2_w) var(--gradient_spot2_h) at left
                var(--gradient_spot2_x) top var(--gradient_spot2_y),
            var(--themeht-primary-color),
            transparent
        ),
        radial-gradient(
            var(--gradient_spot1_w) var(--gradient_spot1_h) at left
                var(--gradient_spot1_x) top var(--gradient_spot1_y),
            var(--gradient_spot1_color),
            transparent
        );
}
.border-light {
    border-color: var(--themeht-border-light-color) !important;
}
.bg-success-01 {
    background-color: #4da425;
}
[data-bg-img] {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.banner {
    padding: 220px 0 120px;
}
.banner h1 span,
.banner-2 h1 span,
.banner-3 h1 span,
.gradient-color-text {
    background: linear-gradient(
        115deg,
        var(--themeht-primary-color2),
        var(--themeht-primary-color),
        var(--themeht-primary-color3)
    );
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.banner h1 span::selection {
    -webkit-text-fill-color: white;
}
.macbook-box,
.macbook-box::before,
.round-shape-animation::before {
    background: var(--themeht-white-color);
}
.macbook-box {
    border-radius: 30px;
    border: 20px solid var(--themeht-white-color);
}
.macbook-box::before {
    content: "";
    height: 20px;
    width: 120%;
    position: absolute;
    bottom: -35px;
    left: -10%;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    box-shadow: 0 0 15px 0 rgba(72, 73, 121, 0.15);
}
.macbook-box img {
    border-radius: 30px;
}
.round-shape-animation {
    position: absolute;
    width: 100vh;
    height: 100vh;
    right: 0%;
    top: 0;
    translate: 50%;
    display: inline-block;
    background: linear-gradient(
        115deg,
        var(--themeht-primary-color2),
        var(--themeht-primary-color),
        var(--themeht-primary-color3)
    );
    border-radius: 100%;
    z-index: -1;
}
.round-shape-animation::before {
    content: "";
    height: 40%;
    width: 40%;
    position: absolute;
    border-radius: 50%;
    background: var(--themeht-white-color);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.banner-img .banner-img2,
.banner-img .banner-img3 {
    width: 200px;
    box-shadow: 0 0 15px 0 rgba(72, 73, 121, 0.15);
    z-index: 9;
}
.main-timeline .date-content:before,
.main-timeline .timeline-order-1:before,
.main-timeline:before {
    content: "";
    background: var(--themeht-border-light-color);
}
.banner .banner-img {
    position: relative;
    padding: 100px 50px 0;
}
@media (min-width: 1800px) {
    .banner .banner-img {
        margin-right: -200px;
    }
}
.banner-3 p,
.coming-soon .subscribe-form {
    margin: 0 auto;
}
.banner-img .banner-img2 {
    position: absolute;
    left: 0;
    top: 0;
}
.banner-img .banner-img3 {
    position: absolute;
    right: 0;
    bottom: 100px;
}
.banner-2 {
    padding: 250px 0 300px;
}
.banner-2 .banner-img,
.banner-4 .banner-img {
    position: absolute;
    right: -10%;
    top: 50%;
    transform: translateY(-50%);
    width: 50%;
}
.banner3-text {
    padding: 100px 100px 350px;
}
.banner-3 p {
    max-width: 60%;
}
.banner-4 {
    padding: 250px 0 150px;
}
.hero-shape1 {
    z-index: -1;
    position: absolute;
    width: 70%;
    height: 70%;
    border-radius: 30px;
    transform: rotate(-15deg);
    top: -20%;
    right: -20%;
    background: #03d665;
    background: linear-gradient(
        115deg,
        var(--themeht-primary-color2),
        var(--themeht-primary-color),
        var(--themeht-primary-color3)
    );
}
.wave-shape2 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 300px;
    z-index: -1;
}
.circle,
.error-text,
.error-text h1 {
    position: relative;
}
.wave-shape2.top {
    bottom: inherit;
    top: 0;
    transform: rotateX(-180deg);
}
.bg-cover {
    background-size: cover;
}
.bg-contain {
    background-size: contain;
}
.bg-pos-l {
    background-position: left;
}
.bg-pos-r {
    background-position: right;
}
.bg-pos-rt {
    background-position: right top;
}
.bg-pos-lt {
    background-position: left top;
}
.bg-pos-rb {
    background-position: right bottom;
}
.bg-pos-lb {
    background-position: left bottom;
}
.about-img-box {
    box-shadow: 1px 73px 41px -22px rgba(76, 111, 255, 0.15);
    border-radius: 20px;
    overflow: hidden;
}
.clients-logo {
    background: var(--themeht-white-color);
    border: 1px solid var(--themeht-border-light-color);
    margin-right: -1px;
    margin-top: -1px;
    padding: 50px 10px;
    text-align: center;
}
.cir2,
.circle {
    border-radius: 50%;
}
.clients-logo:hover img {
    transform: scale(1.1);
}
.countdown {
    margin: 50px 0;
    padding: 50px 0;
    display: table;
    width: 100%;
    border-top: 2px dashed var(--themeht-border-light-color);
    border-bottom: 2px dashed var(--themeht-border-light-color);
}
.countdown > li {
    font-family: var(--themeht-secondary-font-family);
    font-weight: 700;
    text-align: center;
    list-style-type: none;
    display: table-cell;
    width: auto;
}
.contact-media span,
.marquee-text span {
    font-weight: 600;
    font-family: var(--themeht-secondary-font-family);
}
.countdown > li span {
    line-height: 60px;
    display: inline-block;
}
.countdown > li p {
    font-size: 20px;
    display: inline-block;
    line-height: 30px;
    margin-bottom: 0;
    color: var(--themeht-text-color);
}
.error-text {
    display: flex;
    justify-content: center;
    align-items: center;
}
.error-text h1 {
    font-size: 200px;
    line-height: 1;
}
.error-text .error-right-h1 {
    color: var(--themeht-primary-color3);
}
.contact-media span,
.list-icon li i,
.main-timeline .timeline-icon {
    color: var(--themeht-primary-color);
}
.circle {
    width: 100px;
    height: 100px;
    border: 10px solid var(--themeht-primary-color2);
    border-left-color: transparent;
    animation: 1s infinite cir;
    margin-top: 30px;
    margin-left: 20px;
    margin-right: 20px;
}
.cir2 {
    width: 70px;
    height: 70px;
    border: 5px solid var(--themeht-bg-dark-color);
    border-right-color: transparent;
    position: absolute;
    top: 5px;
    left: 5px;
    animation: 2s infinite cir2;
    bottom: 5px;
    right: 5px;
}
.main-timeline:before {
    display: block;
    width: 1px;
    height: 100%;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
}
.timeline_item {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
}
.timeline-order-1 {
    order: 3;
}
.timeline-order-2 {
    order: 2;
    left: 20px;
}
.timeline-order-3 {
    order: 1;
}
.main-timeline .timeline-icon {
    width: 40px;
    height: 40px;
    position: relative;
    right: 20px;
    font-size: 30px;
    background: var(--themeht-white-color);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    z-index: 9;
}
.contact-media i,
.main-timeline .date,
.marquee-text span {
    background: linear-gradient(
        115deg,
        var(--themeht-primary-color2),
        var(--themeht-primary-color),
        var(--themeht-primary-color3)
    );
}
.main-timeline .date-content {
    width: 50%;
    position: relative;
}
.main-timeline .date-content:before {
    width: 50%;
    height: 1px;
    margin: auto 0;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
}
.main-timeline .timeline-order-1:before {
    width: 50%;
    height: 1px;
    position: absolute;
    padding-right: 30px;
    margin-right: 50% !important;
}

.main-timeline .timeline-content {
    padding: 20px;
}
@media (max-width: 640px) {
    .timeline {
        flex-direction: column !important;
    }
    .main-timeline:before {
        margin-left: 1px;
    }
    .main-timeline .timeline-icon {
        margin: auto 2px;
    }
    .main-timeline .timeline-content {
        padding: 40px 30px;
    }
    .timeline-order-1,
    .timeline-order-1b {
        order: 2;
    }
    .timeline-order-2,
    .timeline-order-2b {
        order: 1;
        left: -1em;
    }
    .timeline-order-3,
    .timeline-order-3b {
        order: 3;
    }
    .main-timeline .timeline-order-1:before,
    .main-timeline .timeline-order-1b:before {
        width: 100%;
    }
    .main-timeline .timeline-order-1b:before {
        content: "";
        width: 100%;
        height: 2px;
        background: var(--themeht-border-light-color);
        position: absolute;
        top: 0;
        padding-right: 30px;
        bottom: 0;
        margin-right: 50% !important;
    }
    .main-timeline .date {
        width: 70px;
        height: 70px;
    }
}
@media (max-width: 350px) {
    .main-timeline .date-content:before,
    .timeline-icon {
        visibility: hidden;
    }
    .date-content {
        left: -15px;
    }
}
.privacy-policy p,
.terms-and-conditions p {
    margin-bottom: 25px;
}
.privacy-policy ul.list,
.terms-and-conditions ul.list {
    margin-bottom: 20px;
    display: block;
}
.privacy-policy ul.list li i,
.terms-and-conditions ul.list li i {
    padding-right: 12px;
    font-size: 15px;
}
.contact-media {
    background: var(--themeht-white-color);
    text-align: center;
    padding: 50px 30px;
    border-radius: 20px;
}
.contact-media i {
    line-height: 70px;
    font-size: 70px;
    background-clip: border-box;
    -webkit-background-clip: text;
    margin-bottom: 30px;
    display: inline-block;
}
.contact-media span {
    font-size: 20px;
    display: block;
    margin-bottom: 15px;
}
.form-control,
label {
    color: var(--themeht-text-color);
}
.contact-media p {
    margin-bottom: 0;
    line-height: 24px;
}
.contact-media a,
.contact-media p {
    color: var(--themeht-text-color);
    font-size: 18px;
}
.form-group {
    margin-bottom: 20px;
    position: relative;
}
label {
    font-size: 14px;
    line-height: 1;
}
.form-control {
    height: 50px;
    border-radius: 10px;
    font-size: 13px;
    background-color: var(--themeht-white-color);
    border: 1px solid var(--themeht-border-light-color);
}
textarea.form-control {
    height: 150px;
    border-radius: 10px;
}
.form-control:focus {
    box-shadow: none;
    background: 0 0;
    border-color: var(--themeht-primary-color);
}
select.form-control {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    height: 50px !important;
    color: var(--themeht-body-color);
}
.alert-brainy-buzz a,
.country-tabs .nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #fff;
}
iframe {
    width: 100%;
    border: none;
    pointer-events: auto;
}
.iframe-h {
    height: 500px !important;
}
.iframe-h-2 {
    height: 600px !important;
}
.map iframe {
    border: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}
.help-block.with-errors {
    position: absolute;
    color: red;
    right: 15px;
    font-size: 10px;
    line-height: 14px;
}
.form-control::-webkit-input-placeholder {
    color: var(--themeht-body-color);
}
.form-control::-moz-placeholder {
    color: var(--themeht-body-color);
}
.form-control:-ms-input-placeholder {
    color: var(--themeht-body-color);
}
.form-control:-moz-placeholder {
    color: var(--themeht-body-color);
}
.video-btn {
    position: relative;
    display: inline-block;
}
.video-btn-pos {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -50px;
    margin-left: -50px;
    z-index: 99;
}
.video-btn.is-play {
    background-color: var(--themeht-primary-color);
    border-radius: 50%;
    width: 100px;
    height: 100px;
}
.video-btn.is-play .video-btn-outer-circle {
    background: var(--themeht-primary-color);
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
}
.video-btn.is-play .video-btn-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    transform: translate(-50%, -50%);
}
.video-btn-icon svg {
    fill: var(--themeht-white-color);
}
.video-btn-icon svg path {
    stroke: var(--themeht-primary-color2);
}
.video-btn.is-play .video-btn-icon .triangle {
    animation: 7s fadeIn;
}
.video-btn.is-play .video-btn-icon .path {
    stroke-dasharray: 90;
    stroke-dashoffset: 0;
    animation: 3s triangleStroke;
}
.has-scale-animation {
    animation: 3s infinite smallScale;
}
.has-delay-short {
    animation-delay: 0.5s;
}
.list-icon li {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.list-icon li:last-child {
    margin-bottom: 0;
}
.list-icon li i {
    font-size: 22px;
    line-height: 20px;
    margin-right: 10px;
}
.marquee-wrap {
    width: 100%;
    position: relative;
    overflow: hidden;
    display: block;
}
.marquee-text {
    animation: 50s linear infinite marquee;
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    white-space: nowrap;
}
.marquee-text span {
    font-size: 80px;
    line-height: 1;
    -webkit-background-clip: text;
}
.country-tabs .nav-pills .nav-link.active,
.marquee-text i,
.nav-pills .show > .nav-link,
.switch-wrapper .highlighter {
    background: linear-gradient(
        115deg,
        var(--themeht-primary-color2),
        var(--themeht-primary-color),
        var(--themeht-primary-color3)
    );
}
.marquee-text i {
    font-size: 40px;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    margin: 0 30px;
    -webkit-background-clip: text;
}
.marquee-small .marquee-text span {
    font-size: 40px;
}
.marquee-white .marquee-text i,
.marquee-white .marquee-text span {
    background: inherit;
    -webkit-text-fill-color: inherit;
    color: var(--themeht-white-color);
}
.pricing-toggle-text {
    font-size: 25px;
}
.switch-wrapper {
    position: relative;
    display: inline-flex;
    padding: 4px;
    border: 1px solid #d3d3d3;
    margin-bottom: 40px;
    border-radius: 30px;
    background: #fff;
}
.switch-wrapper [type="radio"] {
    position: absolute;
    left: -9999px;
}
.switch-wrapper [type="radio"]:checked#monthly ~ label[for="monthly"],
.switch-wrapper [type="radio"]:checked#yearly ~ label[for="yearly"] {
    color: #fff;
}
.switch-wrapper [type="radio"]:checked#monthly ~ label[for="monthly"]:hover,
.switch-wrapper [type="radio"]:checked#yearly ~ label[for="yearly"]:hover {
    background: 0 0;
}
.switch-wrapper
    [type="radio"]:checked#monthly
    + label[for="yearly"]
    ~ .highlighter {
    transform: none;
}
.switch-wrapper
    [type="radio"]:checked#yearly
    + label[for="monthly"]
    ~ .highlighter {
    transform: translateX(100%);
}
.switch-wrapper label {
    font-size: 16px;
    z-index: 1;
    min-width: 140px;
    line-height: 32px;
    cursor: pointer;
    border-radius: 30px;
    transition: color 0.25s ease-in-out;
}
.switch-wrapper label:hover {
    background: #f6f5f5;
}
.switch-wrapper .highlighter {
    position: absolute;
    top: 4px;
    left: 4px;
    width: calc(50% - 4px);
    height: calc(100% - 8px);
    border-radius: 30px;
    transition: transform 0.25s ease-in-out;
}
.country-tabs img {
    width: 30px;
}
.country-tabs .tab-bg-styling {
    display: flex;
    padding: 0.5rem 1rem;
    background-color: #ededed;
    border-radius: 0.5rem;
}
.country-tabs .nav-link {
    padding: 0 0.5rem;
    color: #000;
}
.call-alert .alert {
    padding: 0.3rem !important;
    text-align: center !important;
    border-radius: 0 !important;
}
@media only screen and (max-width: 767px) {
    .mobile-none {
        display: none;
    }
}
@media only screen and (min-width: 767px) {
    .web-none {
        display: none;
    }
}
/* Industry  */
.industry-page section {
    padding: 50px 0;
}
.preview-card {
    position: relative;
    margin: 15px;
    background: #fff;
    box-shadow: 0px 3px 10px rgba(34, 35, 58, 0.2);
    padding: 30px 25px 30px;
    border-radius: 25px;
    background-color: #f0f8ff33;
    transition: all 0.3s;
}

@media screen and (max-width: 992px) {
    .preview-card {
        height: auto;
    }
}

@media screen and (max-width: 768px) {
    .preview-card {
        min-height: 500px;
        height: auto;
        margin: 120px auto;
    }
}

@media screen and (max-height: 500px) and (min-width: 992px) {
    .preview-card {
        height: auto;
    }
}

.preview-card__item {
    display: flex;
    align-items: center;
}

@media screen and (max-width: 768px) {
    .preview-card__item {
        flex-direction: column;
    }
}

.preview-card__img {
    width: 300px;
    flex-shrink: 0;
    height: 300px;
    background-image: linear-gradient(147deg, #ffffff 0%, #eceef1 74%);
    box-shadow: 0px 3px 10px 1px rgba(48, 13, 13, 0.2);
    border-radius: 20px;
    transform: translateX(-80px);
    overflow: hidden;
    position: relative;
}

.preview-card__img::before {
    content: var(--index);
    left: 10px;
    top: 10px;
    font-size: 30px;
    position: absolute;
    opacity: 0.6;
    color: #00000078;
}
.preview-card__img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    opacity: 1;
    border-radius: 20px;
    transition: transform 0.3s ease;
}
.industry-solution-wrapper {
    display: flex;
    flex-direction: column;
    margin-right: auto;
    margin-left: 2em;
}
.preview-card__img:hover img {
    transform: scale(1.15);
}

.industry-solution-card {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 15px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px,
        rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
    padding: 1em 3em;
    background: #ffffff85;
    border-radius: 1em;
}
.industry-solution-card > div img {
    height: 15rem;
    margin-bottom: 1rem;
}
.industry-solution-card > div:nth-child(1) {
    text-align: center;
}
.industry-solution-card h4 {
    letter-spacing: 1px;
    word-spacing: 5px;
    overflow: hidden;
}

.industry-solution-card p {
    margin-bottom: 0;
    flex: 1;
    align-content: center;
}
@media screen and (max-width: 992px) {
    .preview-card__img {
        width: 45%;
    }
}

@media screen and (max-width: 768px) {
    .preview-card__img {
        transform: translateY(-50%);
        width: 90%;
    }
}

@media screen and (max-width: 576px) {
    .preview-card__img {
        width: 85%;
    }
}

@media screen and (max-height: 500px) and (min-width: 992px) {
    .preview-card__img {
        height: 270px;
    }
}

.preview-card__content {
    padding-right: 25px;
}

@media screen and (max-width: 768px) {
    .preview-card__content {
        margin-top: -80px;
        text-align: center;
        padding: 0 30px;
    }
    .industry-solution-wrapper {
        margin: auto;
    }
}

@media screen and (max-width: 576px) {
    .preview-card__content {
        padding: 0;
    }
}

.preview-card__title {
    font-size: 24px;
    font-weight: 700;
    text-transform: capitalize;
    color: #0d0925;
    margin-bottom: 20px;
}

.preview-card__text {
    color: #4e4a67;
    margin-bottom: 30px;
    line-height: 1.5em;
}

@media screen and (max-width: 600px) {
    .preview-card__button {
        width: 80%;
        margin: auto;
    }
    .industry-solution-wrapper {
        margin: auto;
    }
    .industry h2,
    .industry h1,
    .industry-solution h2 {
        font-size: 1.5em;
    }
    .industry-solution h2 {
        padding: 0;
    }
    .industry > p,
    .industry-solution h5 {
        font-size: 0.9em;
    }
    .industry-solution h4 {
        font-size: 1.5rem;
    }
    .industry-solution > div.container {
        margin-top: 1.5rem !important;
        padding: 0;
    }
}

/* Buzz Buddy */
.buzzbuddy-page .logo {
    align-content: center;
    text-align: center;
    margin: 0 auto;
}
.buzzbuddy-page .logo img {
    width: 20rem;
    height: unset;
}
.buzzbuddy-page div.d-flex > div:nth-child(2) {
    color: black;
    max-width: 700px;
    margin-left: auto;
}
.buzzbuddy-page div.d-flex:first-child {
    justify-content: center;
}
.buzzbuddy-page section .container:nth-child(2) {
    margin-top: 10em;
    margin-bottom: 10em;
}
.buzzbuddy-page section .container:nth-child(2) .theme-title {
    text-align: center;
    border: 1px solid var(--themeht-border-light-color);
    border-bottom: none;
    margin: 0;
    padding: 2rem 0;
}
.buzzbuddy-page section .container:nth-child(2) h6 {
    font-size: 2.5em;
    line-height: 1.5;
    letter-spacing: 2px;
}
.buzzbuddy-page section .container:nth-child(2) div.grediant-bg {
    border-radius: 3em;
}
.buzzbuddy-page .container:nth-child(2) .row .col {
    margin: 2em 0;
}
.buzzbuddy-page .container:nth-child(2) .row .col h4 {
    font-size: 30px;
    letter-spacing: -0.5px;
    word-spacing: 5px;
    padding-left: 1.5em;
    text-transform: capitalize;
}
.buzzbuddy-page .container:nth-child(2) .row .col p {
    line-height: 2;
    word-spacing: 3px;
    letter-spacing: 0.5px;
}
.buzzbuddy-page .container:nth-child(2) .row {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px,
        rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    background: #ecf1f457;
    border-radius: 2em;
    padding: 0 1em;
    margin: 2em 0;
    position: relative;
}
.buzzbuddy-page .container:nth-child(2) .row::before {
    content: var(--index);
    position: absolute;
    background: linear-gradient(
        115deg,
        var(--themeht-primary-color2),
        var(--themeht-primary-color),
        var(--themeht-primary-color3)
    );
    -webkit-text-fill-color: transparent;
    left: 2.5%;
    top: 38px;
    font-size: 1.5em;
    -webkit-background-clip: text;
}
.main-timeline {
    padding: 2rem;
    border: 1px solid var(--themeht-border-light-color);
}
.main-timeline::before {
    top: 0;
}
.timeline-item {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
}
.timeline-item:nth-child(2n + 2) .date-content {
    order: 3;
}
.timeline-item:nth-child(2n + 2) .timeline-icon {
    order: 2;
    left: 20px;
}
.timeline-order-3 {
    order: 1;
}

.timeline-item:nth-child(2n + 2) .date-content:before {
    content: "";
    width: 50%;
    height: 1px;
    background: var(--themeht-border-light-color);
    position: absolute;
    padding-right: 30px;
    margin-right: 50% !important;
}
.img_wrapper {
    text-align: center;
    z-index: 1;
    position: relative;
}
.img_wrapper img {
    width: 50%;
}
.main-timeline .timeline-icon {
    animation: none;
}
.list-group-item {
    color: inherit;
    padding-top: 15px;
}
.buzzb-work .theme-title {
    margin: 2rem 0 2.5rem 0;
    padding: 0 1rem;
    position: relative;
}
.buzzb-work .theme-title h6 {
    text-transform: capitalize;
    line-height: 1.6;
    font-size: 3rem;
    letter-spacing: 1px;
    word-spacing: 5px;
}
.buzzb-work > div {
    border: 1px solid var(--themeht-border-light-color);
    padding: 1rem;
    border-radius: 2rem;
}
.buzzb-work .theme-title::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: var(--themeht-border-light-color);
    left: 0;
    bottom: 0;
}
@media screen and (max-width: 800px) {
    .buzzbuddy-page div.container:first-child .d-flex {
        flex-direction: column;
    }
    .buzzbuddy-page section {
        padding: 30px 0;
    }
    .buzzbuddy-page div.container:first-child .logo {
        margin-bottom: 2em;
    }
    .buzzbuddy-page .container:nth-child(2) .row .col h4 {
        font-size: 20px;
        word-spacing: 4px;
    }
    .buzzbuddy-page .container:nth-child(2) .row .col p {
        letter-spacing: 0;
        word-spacing: 2px;
    }
}
@media screen and (max-width: 550px) {
    .buzzbuddy-page div.container:first-child .d-flex h1 {
        font-size: 3rem;
    }
    .buzzbuddy-page .logo img {
        width: 15rem;
    }
    .buzzbuddy-page section .container:nth-child(2) {
        margin-top: 5em;
        padding: 0;
    }
    .buzzbuddy-page section .container:nth-child(2) div.grediant-bg {
        padding: 1em !important;
        border-radius: 0;
    }
    .buzzbuddy-page section .container:nth-child(2) h6 {
        font-size: 2em;
        padding: 0 15px;
    }
    .buzzbuddy-page section .container:nth-child(2) .theme-title {
        margin-bottom: 0;
    }
    .buzzbuddy-page .container:nth-child(2) .row {
        margin-top: 0;
    }
}
.offer-section {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80px; /* Increase height as needed */
    background-color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    box-shadow: 0px -4px 6px rgba(0, 0, 0, 0.1);
    z-index: 1000; /* Ensures it stays on top */
}

        .offer-text {
            font-size: 20px;
            font-weight: bold;
            color: green;
        }
        .offer-expiry {
            font-size: 14px;
            color: #555;
        }
        .register-btn {
            background-color: #ffc107;
            border: none;
            padding: 10px 20px;
            font-weight: bold;
        }
        .footer-section {
            background-color: black;
            color: white;
            padding: 15px 0;
            text-align: center;
        }
        .footer-section a {
            color: white;
            text-decoration: none;
            margin: 0 10px;
        }
        .footer-section a:hover {
            text-decoration: underline;
        }
        .featured-box {
            width: 100%; /* Parent ke andar adjust hoga */
            /* aspect-ratio: 1 / 1;  */
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
            border-radius: 10px;
        }


        .featured-border {
            border: 3px dashed #6200ff;
            border-radius: 10px;
            padding: 10px;
            width: 100%;
            height: 100%;
            text-align: center;
            overflow: hidden;
            display: flex;
            flex-direction: column;
            justify-content: space-between; /* Keeps content at top and button at bottom */
        }

        .faq-item {
            color: black;
            border-radius: 10px;
            transition: background 0.3s ease-in-out;
        }
        .faq-header {
            padding: 10px;
            font-weight: bold;
            cursor: pointer;
            border-radius: 5px;
            background-color: white;
            display: flex;
            justify-content: space-between;
            align-items: center;
            transition: background 0.3s ease-in-out;
        }
        .faq-body {
            display: none;
            padding: 10px;
            background: #f8f9fa;
            border-radius: 5px;
        }
        .faq-header.active {
            background-color: #6200ff; /* Green background when active */
            color: white;
        }

        .featured-desc h5 {
            font-size: 14px;
            margin-bottom: 8px;
            max-width: 100%;
        }

        .featured-button {
            font-size: 12px;
            padding: 5px 10px;
            white-space: nowrap;
            width: 80%;
            margin-top: auto; /* Automatically push karega neeche */

        
        
        }


        .workshop-box {
            border: 4px solid #6200ff;
            border-radius: 15px;
            padding: 40px 20px 20px 60px;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            max-width: 500px;
        }
        
        .workshop-item {
            display: flex;
            align-items: flex-start;
            gap: 10px;
            width: 45%;
            margin-bottom: 15px;
        }
        
        .workshop-icon {
            background-color: #6200ff;
            color: white;
            width: 40px;
            height: 40px;
            border-radius: 8px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 18px;
        }
        
        .workshop-text {
            display: flex;
            flex-direction: column;
        }
        
        .workshop-label {
            font-size: 14px;
            color: #6c757d;
        }
        
        .workshop-value {
            font-weight: bold;
            font-size: 16px;
        }
          

       
        .price-table-2 {
            box-shadow: 0 10px 35px 0 rgba(92.99999999999996, 72.00000000000001, 223, 0.08);
            /* border: 2px solid #6200ff;  */
            background-color: rgba(255, 193, 7, 0.2); /* Light yellow with 20% opacity */

            border-radius: 20px;
            height: 100%; 
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }

        .price-list i {
            color: #6200ff; /* Green Check Icon */
        }

        .themeht-btn {
            background-color: #6200ff; /* Green Button */
            color: white;
            padding: 10px 20px;
            border-radius: 10px;
            text-decoration: none;
            display: inline-block;
        }
        .section-bg{
            background-color: #417090
        }
        .hr-border{
            background-color: rgb(71, 71, 71)
        }
        .section-offer{
            border-top-left-radius: 20px; 
            border-top-right-radius: 20px;
            box-shadow: 0px -4px 6px rgba(0, 0, 0, 0.1); 
            margin: 0;
            padding: 0;
        }
        .container-next{
            margin: 0; padding: 0;
        }
        .section-color{
            margin: 0; padding: 0;
        }
        .next-container{
            margin: 0; padding: 0;
        }
        .background-color{
            background-color:#deffe7;
        }
        .card-main{
            width: 50px;
            height: 50px; 
            font-size: 18px;
        }
        .image-border {
            border: 10px solid #6200ff;
        }
        .background-bg{
            background-color:#cefddb
        }
        .review-btn{
            border-radius:20px;
            border: 2px dashed #6200ff; 
            font-weight: bold; color:#6200ff;
            font-size:20px
        }
        .themeht-btn:hover {
            background-color: #6200ff;
        }
        @media screen and (max-width:767px) {
            .buzzbuddy-page .main-timeline .timeline-icon {
                display: none;
            }
            .buzzbuddy-page .timeline-item .date-content::before,
            .buzzbuddy-page .timeline-item:nth-child(2n + 2) .date-content {
                all: unset;
            }
            .buzzb-work .theme-title h6 {
                font-size: 2rem;
            }
            .img_wrapper img {
                width: unset;
                height: 15rem;
            }
            .main-timeline .date-content {
                width: 100%;
            }
            .main-timeline::before{
                all:unset
            }
        }

        /* Nav bar */
        .nav-item.dropdown .dropdown-menu a {
            font-weight: 600;
            font-size: 16px;
        }

        @keyframes moveSideToSide {
            0%, 100% {
              transform: translateX(0);
            }
            50% {
              transform: translateX(5px);
            }
          }
          
          .movable-button {
            animation: moveSideToSide 1s ease-in-out infinite;
          }

        
          .icon-calendar::before {
            content: "📅";
          }
        
          .icon-clock::before {
            content: "⏰";
          }
        
          .icon-video::before {
            content: "🎥";
          }
        
          .icon-language::before {
            content: "🌐";
          }

          .bg-custom-blue {
            --bs-bg-opacity: 1;
            background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
        }

        .text-custom-blue {
            --bs-text-opacity: 1;
            color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
        }

        .featured-border img {
            width: 40px;
            height: 40px;
            object-fit: contain;
            margin: 0 auto 10px; /* centers and spaces it from text */
        }

        .no-gradient {
            background: none !important;
            -webkit-background-clip: initial !important;
            -webkit-text-fill-color: black !important;
          }

          .modal {
            z-index: 11000; /* higher than Bootstrap's default (1050) */
          }
        
          .modal-backdrop {
            z-index: 10900; /* backdrop just below the modal */
          }



          .modal-content {
            border: none;
            border-radius: 20px;
            box-shadow: 0 20px 40px rgba(0,0,0,0.15);
            overflow: hidden;
        }
        
        .modal-header {
            /* background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); */
            color: white;
            border: none;
            padding: 10px 30px;
            position: relative;
        }
        
        .modal-header::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            /* background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="white" opacity="0.1"/><circle cx="75" cy="75" r="1" fill="white" opacity="0.1"/><circle cx="50" cy="10" r="0.5" fill="white" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>'); */
            opacity: 0.3;
        }
        
        .modal-title {
            font-weight: 700;
            font-size: 1.5rem;
            position: relative;
            z-index: 1;
        }
        
        .btn-close {
            filter: brightness(0);
            position: relative;
            z-index: 1;
        }
        
        .modal-body {
            padding: 0px 30px 20px 30px;
            /* min-height: 400px;
            display: flex; */
            align-items: center;
            justify-content: center;
        }
        
        .step-container {
            width: 100%;
        }
        
        .form-control {
            border: 2px solid #e9ecef;
            border-radius: 12px;
            padding: 12px 16px;
            font-size: 16px;
            transition: all 0.3s ease;
            background: #f8f9fa;
        }
        
        .form-control:focus {
            border-color: #667eea;
            box-shadow: 0 0 0 0.2rem rgba(102, 126, 234, 0.25);
            background: white;
        }
        
        .form-label {
            font-weight: 600;
            color: #495057;
            margin-bottom: 8px;
        }
        
        .btn-primary-custom {
            background: #ffc107;
            border: none;
            border-radius: 12px;
            padding: 14px 28px;
            font-weight: 600;
            font-size: 16px;
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
            width: 100%;
            max-width: 300px;
            margin: 0 auto;
            display: block;
        }
        
        .btn-primary-custom:hover {
            transform: translateY(-2px);
            box-shadow: 0 8px 25px rgba(231, 206, 23, 0.4);
            background: #ffc107;
        }
        
        .btn-primary-custom:active {
            transform: translateY(0);
        }
        
        .step-icon {
            width: 80px;
            height: 80px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 20px;
            font-size: 2rem;
        }
        
        .step-1-icon {
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            color: white;
        }
        
        .step-2-icon {
            background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
            color: white;
        }
        
        .step-3-icon {
            background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
            color: white;
        }
        
        .step-title {
            font-size: 1.5rem;
            font-weight: 700;
            margin-bottom: 15px;
            color: #2d3748;
        }
        
        .step-subtitle {
            color: #718096;
            margin-bottom: 30px;
            font-size: 1.1rem;
        }
        
        .payment-amount {
            font-size: 2.5rem;
            font-weight: 800;
            color: #667eea;
            margin: 20px 0;
        }
        
        .success-checkmark {
            animation: checkmark 0.6s ease-in-out;
        }
        
        @keyframes checkmark {
            0% { transform: scale(0); }
            50% { transform: scale(1.2); }
            100% { transform: scale(1); }
        }
        
        .floating-elements {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            pointer-events: none;
            overflow: hidden;
        }
        
        .floating-elements::before,
        .floating-elements::after {
            content: '';
            position: absolute;
            width: 20px;
            height: 20px;
            background: rgba(102, 126, 234, 0.1);
            border-radius: 50%;
        }
        
        .floating-elements::before {
            top: 20%;
            left: 10%;
            animation: float 6s ease-in-out infinite;
        }
        
        .floating-elements::after {
            top: 60%;
            right: 15%;
            animation: float 8s ease-in-out infinite reverse;
        }
        
        @keyframes float {
            0%, 100% { transform: translateY(0px); }
            50% { transform: translateY(-20px); }
        }
        
        .input-group {
            position: relative;
        }
        
        .input-icon {
            position: absolute;
            left: 16px;
            top: 50%;
            transform: translateY(-50%);
            color: #667eea;
            z-index: 2;
        }
        
        .form-control.with-icon {
            padding-left: 45px;
        }

        .modal-body .input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
            margin-left: calc(var(--bs-border-width) * -1);
            border-top-left-radius: 12px !important; 
            border-bottom-left-radius: 12px !important;
        }





        
        .list-icon li {
            margin-bottom: 15px;
            display: flex;
            align-items: flex-start;
        }
        
        .list-icon li i {
            color: green;
            margin-right: 10px;
            margin-top: 2px;
            font-size: 18px;
        }
        
        .service-item {
            background: white;
            padding: 30px;
            border-radius: 10px;
            height: 100%;
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
            transition: transform 0.3s ease;
        }
        
        .service-item:hover {
            transform: translateY(-5px);
        }
        
        .service-top {
            display: flex;
            align-items: center;
            margin-bottom: 20px;
        }
        
        .service-images {
            margin-right: 15px;
        }
        
        .service-title h4 {
            color: #333;
            margin: 0;
        }
        
        .service-desc p {
            color: #666;
            line-height: 1.6;
        }
        
        /* Popup Styles */
        .popup-overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.7);
            display: none;
            justify-content: center;
            align-items: center;
            z-index: 9999;
            animation: fadeIn 0.3s ease;
        }
        
        .popup-content {
            background: white;
            padding: 40px;
            border-radius: 15px;
            width: 90%;
            max-width: 500px;
            position: relative;
            box-shadow: 0 20px 40px rgba(0,0,0,0.3);
            animation: slideUp 0.3s ease;
            min-height: 300px;
        }
        
        .popup-close {
            position: absolute;
            top: 15px;
            right: 20px;
            background: none;
            border: none;
            font-size: 30px;
            color: #999;
            cursor: pointer;
            transition: color 0.3s ease;
        }
        
        .popup-close:hover {
            color: #333;
        }
        
        .popup-title {
            color: #333;
            margin-bottom: 25px;
            font-size: 24px;
            font-weight: 600;
        }
        
        .popup-form .form-control {
            margin-bottom: 20px;
            padding: 15px;
            border: 2px solid #e9ecef;
            border-radius: 8px;
            font-size: 16px;
            transition: border-color 0.3s ease;
        }
        
        .popup-form .form-control:focus {
            border-color: #667eea;
            box-shadow: 0 0 0 0.2rem rgba(102, 126, 234, 0.25);
        }
        
        .popup-submit {
            width: 100%;
            padding: 15px;
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            color: white;
            border: none;
            border-radius: 8px;
            font-size: 18px;
            font-weight: 600;
            cursor: pointer;
            transition: transform 0.3s ease;
        }
        
        .popup-submit:hover {
            transform: translateY(-2px);
        }
        
        /* Multi-step specific styles */
        .step {
            display: none;
        }
        
        .step.active {
            display: block;
            animation: slideInRight 0.3s ease;
        }
        
        .step-indicator {
            display: flex;
            justify-content: center;
            margin-bottom: 30px;
        }
        
        .step-dot {
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background: #e9ecef;
            margin: 0 8px;
            transition: background 0.3s ease;
        }
        
        .step-dot.active {
            background: #667eea;
        }
        
        .step-dot.completed {
            background: #28a745;
        }
        
        .step-buttons {
            display: flex;
            gap: 15px;
            margin-top: 20px;
        }
        
        .btn-back {
            flex: 1;
            padding: 15px;
            background: #6c757d;
            color: white;
            border: none;
            border-radius: 8px;
            font-size: 16px;
            font-weight: 600;
            cursor: pointer;
            transition: background 0.3s ease;
        }
        
        .btn-back:hover {
            background: #5a6268;
        }
        
        .btn-next {
            flex: 2;
            padding: 15px;
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            color: white;
            border: none;
            border-radius: 8px;
            font-size: 16px;
            font-weight: 600;
            cursor: pointer;
            transition: transform 0.3s ease;
        }
        
        .btn-next:hover {
            transform: translateY(-2px);
        }
        
        @keyframes fadeIn {
            from { opacity: 0; }
            to { opacity: 1; }
        }
        
        @keyframes slideInRight {
            from {
                opacity: 0;
                transform: translateX(30px);
            }
            to {
                opacity: 1;
                transform: translateX(0);
            }
        }
        
        /* Responsive adjustments */
        @media (max-width: 768px) {
            .popup-content {
                padding: 30px 20px;
                margin: 20px;
            }
            
            .popup-title {
                font-size: 20px;
            }
        }
        
        /* Add some space for demonstration */
        .demo-content {
            height: 100vh;
            background: #f8f9fa;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 24px;
            color: #666;
        }

        .iti.iti--allow-dropdown.iti--show-flags.iti--inline-dropdown {
          width: 100%;
      }