/*
Theme Name: Hello Elementor Child
Theme URI: https://teradbcloud.com/
Description: Child theme for Hello Elementor
Author: Amir
Author URI: https://github.com/amir-apptimumlabs
Template: hello-elementor
Text Domain: teradbcloud
Version: 1.0
*/

@font-face {
    font-family: 'RoobertMonoTRIAL';
    src: url('assets/fonts/RoobertTRIAL-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

:root {
    --primary: #003263;
    --secondary: #0165c3;
    --text: #474e58;
    --accent: #f2f7fb;
    --black: #000000;
    --white: #ffffff;
}

html {
    scroll-behavior: smooth;
    overflow-y: scroll;
}

:target {
    scroll-margin-top: 90px;
}

body {
    font-family: 'RoobertMonoTRIAL', sans-serif;
    font-size: 16px;
    line-height: 20px;
    color: var(--black);
}

body .page-content a {
    text-decoration: none;
}

.teraMainMenu .elementor-button-wrapper {
    margin-left: 70px;
}

.heroheading {
    font-weight: 500;
    font-size: 38px;
    line-height: 55px;
    color: white;
    height: 200px;
}

.heroheading span {
    line-height: 100px;
}

.animatedText {
    display: inline-block;
    vertical-align: middle;
}

.cursor {
    display: inline-block;
    width: 10px;
    color: #fff;
    font-weight: bold;
    vertical-align: middle;
    position: relative;
    top: 20px;

    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
}

/* Show + animate cursor when JS starts */
.cursor.blink {
    visibility: visible;
    opacity: 1;
    animation: blinkCursor 1s step-end infinite;
}

@keyframes blinkCursor {
    50% {
        opacity: 0;
    }
}



.servicesStyle .thumb img {
    border-radius: 10px;
}

.servicesStyle a {
    color: var(--primary);
    transition: color 0.3s ease-in-out;
}

.firstService img:last-child {
    border-radius: 5px;
    height: auto;
}

.mainServices img {
    width: 30px;
    height: 30px;
}

.mainServices .thumb img {
    width: 100%;
    max-width: 390px;
    height: 290px;
    object-fit: inherit;
}


.resourcesPagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--white);
}

.resourcesPagination .swiper-pagination-bullet {
    background: transparent;
    border: 1px solid var(--accent);
    height: 10px;
    width: 10px;
}

.testimonialSwiper .thumb {
    width: 110px;
    height: 110px;
    border-radius: 100%;
}

.testimonialSwiper .swiper-slide {
    height: auto;
}

/* Footer Style */
.newsletterSection .nf-field-label,
.newsletterSection nf-errors,
.newsletterSection .nf-form-fields-required {
    display: none;
}

.newsletterSection .nf-form-content {
    padding: 0;
}

.newsletterSection .nf-field-container {
    margin-bottom: 0;
}

.newsletterSection .nf-form-content input[type=submit] {
    width: 100%;
    background: var(--white);
    color: var(--text);
    border: 1px solid #0386FF2E;
    border-radius: 5px;
    padding: 0px;
    cursor: pointer;
}

.newsletterSection .nf-form-content input[type=submit]:hover {
    background: var(--primary);
    color: var(--white);
}

.newsletterSection .nf-form-content input[type="email"] {
    background: #0065C312;
    border: 1px solid #0386FF2E;
    outline: #0386FF2E;
    border-radius: 5px;
    color: var(--accent);
}

.newsletterSection .nf-error-required-error {
    font-size: 12px;
}

.newsletterSection .nf-error.field-wrap .nf-field-element:after {
    width: 20px;
    height: 30px;
    font-size: 16px;
    line-height: 35px;
}

.newsletterSection .privacyLink a {
    text-decoration: underline;
    color: var(--secondary);
}

.newsletterSection .privacyLink a:hover {
    color: var(--white);
}

.newsletterSection nf-fields-wrap {
    display: flex;
    gap: 10px;
}

.newsletterSection nf-fields-wrap nf-field:first-child {
    width: 70%;
}

.newsletterSection nf-fields-wrap nf-field:last-child {
    width: 30%;
}

.infrastructureItems:hover {
    background-color: #0065C30D;
    transition: background-color 0.5s ease-in-out;
}

/* Sticky Header */
/* Sticky/Fixed Header */

/* Modal Contact Form */
#modal {
    z-index: 9999;
}

#closeModal {
    border: 0px;
    color: var(--mainText);
    border-radius: 100%;
    font-size: 12px;
    padding: 5px 10px;
    background-color: transparent;
}

#closeModal:hover {
    color: var(--secondary);
    border-radius: 100%;
    padding: 5px 10px;
}

/* End of Modal Contact Form */

.header-controll {
    position: fixed;
    top: -100px;
    width: 100%;
    transition: top 0.5s ease;
    z-index: 1000;
}

.header-bg.scrolled {
    top: 0;
    background: linear-gradient(150deg, var(--primary) 0%, var(--secondary) 100%);
    box-shadow: rgba(0, 0, 0, 0.45) 0 25px 20px -20px;
}

.header-bg .e-con-inner {
    padding: 0px;
}

.elementor-307 .header-bg.elementor-element.elementor-element-5f24391 {
    min-height: 70px;
}

.elementor-307 .teraMainMenu.elementor-element.elementor-element-c00d098 nav.hfe-nav-menu__layout-horizontal:not(.hfe-dropdown) ul.sub-menu {
    padding: 10px;
}

.elementor-307 .teraMainMenu.elementor-element.elementor-element-c00d098 .sub-menu .menu-item.current-menu-item a.hfe-sub-menu-item.hfe-sub-menu-item-active,
.elementor-307 .teraMainMenu.elementor-element.elementor-element-c00d098 .sub-menu a.hfe-sub-menu-item:hover {
    border-radius: 10px;
}

.elementor-307 .teraMainMenu.elementor-element.elementor-element-c00d098 .sub-menu .menu-item.current-menu-item a.hfe-sub-menu-item.hfe-sub-menu-item-active img,
.elementor-307 .teraMainMenu.elementor-element.elementor-element-c00d098 .sub-menu a.hfe-sub-menu-item:hover img {
    filter: brightness(0) invert(1);
}

.elementor-307 .teraMainMenu.elementor-element.elementor-element-c00d098 .sub-menu .menu-item.current-menu-item a.hfe-sub-menu-item.hfe-sub-menu-item-active .menu-description,
.elementor-307 .teraMainMenu.elementor-element.elementor-element-c00d098 .sub-menu a.hfe-sub-menu-item:hover p {
    color: var(--white);
}

.header-bg .hfe-nav-menu a.hfe-sub-menu-item {
    display: flex;
    flex-direction: row;
    align-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.header-bg .hfe-nav-menu a.hfe-sub-menu-item .menu-description {
    flex-basis: 100%;
}

.menu-description {
    font-weight: normal;
}

.teraMainMenu .hfe-nav-menu__layout-horizontal .hfe-nav-menu .sub-arrow {
    display: none;
}

.teraMainMenu .hideShow {
    display: none;
}

/* Adding Register Symbol */
.regsiterSymbol {
    margin-left: 3px;
}

/* End of Register Symbol */

/* Flyout Menu */
.teraMainMenu .slack a img {
    width: 20px;
    margin-right: 10px;
    filter: brightness(0) invert(1);
}

.elementor-307 .teraMainMenu.elementor-element.elementor-element-1bf592c li.slack.menu-item a {
    justify-content: normal;

}

.hideShow.console a,
.hideShow.contactus a {
    border: 1px solid var(--white);
    border-radius: 5px;
    margin-bottom: 10px;
}

/* End of Flyout Menu */
/* Sub Menu Styling */
.terasubMenu a {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start !important;
    color: var(--text);
}

.terasubMenu a p {
    /* margin: 3px 20px 0px 30px; */
    color: #919EAA;
}

.terasubMenu a img {
    width: 20px;
    margin-right: 10px;
}

/* End of Sub Menu Styling */

/* End of Sticky/Fixed Header */

/* End of Sticky Header */

/* Ninjha Form */
.contactForm .nf-before-form-content,
.contactForm .nf-error-msg {
    display: none;
}

.contactForm .nf-field-container {
    margin-bottom: 0px;
}

.contactForm .nf-form-content label {
    font-size: 16px;
    font-weight: 500;
}

.contactForm .nf-error.field-wrap .nf-field-element:after {
    height: 30px;
    width: 30px;
    line-height: 30px;
    font-size: 16px;
}

.contactForm nf-fields-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0px -10px;
}

.contactForm nf-fields-wrap nf-field {
    width: 50%;
    padding: 10px;
}


.contactForm nf-fields-wrap nf-field:nth-child(3),
.contactForm nf-fields-wrap nf-field:nth-child(8),
.contactForm nf-fields-wrap nf-field:nth-child(9),
.contactForm nf-fields-wrap nf-field:last-child {
    flex-basis: 100%;
}

.contactForm .nf-form-content textarea.ninja-forms-field,
.contactForm select,
.contactForm .nf-form-content input:not(:is([type="button"], [type="submit"])) {
    background: transparent;
    border-radius: 8px;
    border: 1px solid #D0D5DD;
}

.contactForm .nf-form-content select.ninja-forms-field:focus {
    border-radius: 8px;
    border: 1px solid #D0D5DD;
}

.contactForm .nf-form-content textarea.ninja-forms-field {
    height: 130px;
}

.contactForm select {
    padding-right: 10px;
}

.contactForm .nf-form-content label a {
    color: var(--text);
    text-decoration: underline;
}

.contactForm .nf-form-content label a:hover {
    color: var(--secondary);
}

.contactForm .checkbox-wrap .nf-field-label label.nf-checked-label:before {
    color: var(--secondary);
}

.contactForm .checkbox-wrap .nf-field-label label:before {
    font-size: 24px;
}

.contactForm .checkbox-wrap .nf-field-label label:after {
    background: transparent;
    border-radius: 6px;
}

.contactForm .nf-form-content input[type=submit] {
    border: 1px solid var(--secondary);
    background: transparent;
    border-radius: 5px;
    color: var(--text);
    padding: 15px 20px;
    height: auto;
    width: 100%;
}

.contactForm .nf-form-content input[type=submit]:hover {
    background: var(--secondary);
    color: var(--white);
}

.contactForm {
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.contactForm::-webkit-scrollbar {
    display: none;
}

/* Contact Form Popup */
.contactFormPopup nf-fields-wrap nf-field:nth-child(3) {
    flex-basis: auto;
}

.contactFormPopup nf-fields-wrap nf-field:nth-child(5),
.contactFormPopup nf-fields-wrap nf-field:nth-child(6) {
    flex-basis: 100%;
}

.contactFormPopup .nf-form-content .label-above .nf-field-label {
    margin-bottom: 3px;
}

.contactFormPopup .nf-form-content .ninja-forms-field {
    padding: 5px;
    font-size: 14px;
}

.contactFormPopup nf-fields-wrap nf-field {
    padding-bottom: 0px;
}

/* End of Contact Form Popup */


/* Endof Ninjha Form */

/* Calculator Style */
.custom-tabs {
    list-style-type: none;
    padding: 0;
    margin: 0 0 20px;
    display: flex;
}

.custom-tabs li {
    /* margin-right: 10px; */
    list-style-type: none;
}

.custom-tabs li a {
    border: 1px solid #DEE3E8;
    display: inline-block;
    text-decoration: none;
    padding: 10px 20px;
    background-color: transparent;
    color: var(--text);
    border-radius: 5px;
    width: 213px;
}

.custom-tabs li.active a {
    background-color: var(--secondary);
    border: 1px solid var(--secondary);
    color: var(--white);
}

.regionContainer span img {
    height: auto;
    width: 24px;
}


/* End of Calcultor Style */

.citeriaSection {
    height: 100%
}

.IngestionLayer.elementor-widget-icon-box .elementor-icon-box-description {
    margin-left: -30px;
}

/* Blog single Page */

.blogSingle .tableContent h3 {
    margin: 0px;
    margin: 10px 0px;
    font-size: 20px;
    font-weight: 600;
    color: var(--secondary);
}

#toc-list li:hover a {
    color: var(--secondary);
}

#toc-list a.active-toc {
    color: var(--secondary);
    /* font-weight: bold; */
    position: relative;
}

.blogWrapper .avatar {
    border-radius: 100%;
}

.blogSingle .tableContent ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

.blogSingle .tableContent ul li a {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: var(--black);
}

.blogSingle ul li {
    color: var(--text);
}

.blogSingle .tableContent ul li {
    margin-bottom: 20px;
}

.blogSingle h1,
.blogSingle h2,
.blogSingle h3,
.blogSingle h4,
.blogSingle h5,
.blogSingle h6 {
    color: var(--black);
    font-weight: 700;
    line-height: 1.2;
    margin-top: 1.2em;
    margin-bottom: 0.6em;
}

.blogSingle h1 {
    font-size: 2.25rem;
    /* 36px */
}

.blogSingle h2 {
    font-size: 1.875rem;
    /* 30px */
}

.blogSingle h3 {
    font-size: 1.5rem;
    /* 24px */
}

.blogSingle h4 {
    font-size: 1.25rem;
    /* 20px */
}

.blogSingle h5 {
    font-size: 1.125rem;
    /* 18px */
}

.blogSingle h6 {
    font-size: 1rem;
    /* 16px */
}

.blogSingle p {
    font-size: 1rem;
    line-height: 1.7;
    margin: 1em 0;
    color: var(--text);
}

.blogSingle strong {
    color: var(--black);
    font-weight: bold;
}

.blogSingle ul,
.blogSingle ol {
    margin: 1em 2em;
    padding-left: 1em;
}

.blogSingle ul {
    list-style-type: disc;
}

.blogSingle ol {
    list-style-type: decimal;
}

.blogSingle a {
    color: var(--secondary);
    text-decoration: none;
    font-weight: 500;
}

.blogSingle a:hover {
    text-decoration: underline;
}

.blogSingle hr {
    background-color: var(--text);
    height: 2px;
    border: none;
    width: 70%;
    margin: 2em auto;
}

.blogSingle table {
    width: 100%;
    border-collapse: collapse;
    margin: 1.5em 0;
    font-size: 1rem;
}

.blogSingle table thead tr th {
    color: var(--text);
    padding: 0.5em;
    border: 1px solid var(--text);
    background-color: #f9f9f9;
}

.blogSingle table tbody tr td {
    border: 1px solid var(--text);
    padding: 0.5em;
    color: var(--text);
}


/* End of Blog Single Page */

/* Comments Form */
.commentsSection textarea {
    height: 100px;
    border: 1px solid #DEE3E8;
    width: 100%;
    background-color: var(--accent);
    outline: none;
    padding: 10px;
    color: var(--text);
}

.commentsSection #respond {
    margin: 20px 0;
}

.commentsSection .form-submit #submit {
    padding: 12px 40px;
    border-radius: 100px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.5px;
    background-color: transparent;
    color: var(--text);
    border-color: var(--secondary);
}

.commentsSection .form-submit #submit:hover {
    border-color: var(--secondary);
    background-color: var(--secondary);
    color: var(--white);
}

/* End of Comments Form */

/* Graph */
.line {
    fill: none;
    stroke-width: 2;
}


.label {
    line-height: 30px;
}

.grid line {
    stroke: #ccc;
    stroke-dasharray: 4 4;
    opacity: 0.8;
}

.costHeading {
    font-size: 2.4rem;
    font-weight: bold;
    position: absolute;
    rotate: 270deg;
    top: 10%;
    left: -50px;
    transform: translate(-50%, -50%);
}

/* End of Graph */


/* Pricing Plan Section */

.EstimateCost .custom-dropdown {
    width: 50%;
}

.tab-content .custom-dropdown {
    width: 100%;
}

.tab-content .custom-dropdown .selected-option {
    font-size: 12px;
}

.custom-dropdown {
    position: relative;
    width: 25%;
}

.custom-dropdown .selected-option {
    border: 1px solid #DEE3E8;
    background: white;
    padding: 8px 12px;
    border-radius: 6px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.custom-dropdown .options {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    border: 1px solid #DEE3E8;
    background: white;
    border-radius: 4px;
    max-height: 200px;
    overflow-y: auto;
    z-index: 10;
}

.custom-dropdown .options div {
    padding: 8px 12px;
    cursor: pointer;
}

.custom-dropdown .options div:hover {
    background-color: #f0f0f0;
}

.custom-dropdown.active .options {
    display: block;
}

a.startTrial,
a.estimate-btn {
    display: inline-block;
    width: 100%;
    border: 1px solid #DEE3E8;
    border-radius: 10px;
    color: var(--black);
    padding: 12px 20px;
    font-size: 14px;
    font-weight: 600;
    box-shadow: 2px 2px 20px 0px rgba(0, 0, 0, 0.16);
    letter-spacing: 0.5px;
    text-align: center;
}

a.startTrial {
    color: var(--white);
}

a.estimate-btn span {
    color: var(--secondary);
    margin-left: 10px;
}

a.startTrial:hover {
    color: var(--black);
}

a.estimate-btn:hover {
    background-color: var(--secondary);
    color: var(--white);
    border-radius: 10px;
    border: 1px solid var(--secondary);
}

a.estimate-btn:hover span {
    color: var(--white);
}

.custom-tooltip {
    background-color: var(--white);
    color: var(--text);
    padding: 6px 10px;
    border-radius: 6px;
    border: 1px solid #DEE3E8;
    font-size: 14px;
    display: none;
    white-space: nowrap;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    position: absolute;
    z-index: 9999;
}

.custom-tooltip::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    border-width: 5px;
    border-style: solid;
    border-color: var(--white) transparent transparent transparent;
}


.tabsBtn ul {
    border: 1px solid #DEE3E8;
    border-color: #DEE3E8;
    border-radius: 10px;
}

.tabsBtn ul li.active {
    border-radius: 10px;
    background-color: var(--secondary);
    color: var(--white);
}

.tabsBtn ul li.active:hover {
    color: var(--white);
}

.tabsBtn ul li:hover {
    color: var(--secondary);
}

/* End of Pricing Plan Section */

#byocButton {
    width: 200px;
}



@media (max-height: 700px) {
    #modal .contactForm {
        max-height: 80vh;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .teraMainMenu .elementor-button-wrapper {
        margin-left: 30px;
    }
}


/* Tablet breakpoint (typically 768px - 1024px) */
@media (max-width: 1024px) {
    .teraMainMenu .hideShow {
        display: block;
    }

    .teraMainMenu .menu-description {
        font-size: 10px;
    }

    .EstimateCost .custom-dropdown {
        width: 80%;
    }
}

/* Mobile breakpoint (typically below 768px) */
@media (max-width: 767px) {
    /* .teraMainMenu .elementor-button-wrapper {
        margin-left: 30px;
    } */

    .heroheading {
        font-size: 22px;
        line-height: 28px;
        height: 90px;
    }

    .heroheading span {
        line-height: 40px;
    }

    .animatedText::after {
        top: 30px;
        width: 18px;
        height: 3px;
    }

    .mainServices .thumb img {
        /*         height: 210px; */
        object-fit: cover;
    }

    .custom-dropdown {
        width: 100%;
    }

    .custom-dropdown .selected-option {
        font-size: 12px;
    }
}


@media (max-width: 768px) {
    .mainServices .thumb img {
        /* height: auto; */
        object-fit: cover;
    }

    .coreSolutions button {
        font-size: 14px;
        padding: 12px;
    }

    .costHeading {
        font-size: 1.5rem;
        rotate: 0;
        top: 3%;
        left: 50%;
    }

}


@media (max-width: 480px) {

    .mainServices .thumb img {
        height: auto;
        object-fit: cover;
    }

    .coreSolutions button {
        font-size: 10px;
        padding: 10px;
    }
}