/*
Theme Name: Astra Child
Theme URI: https://wpastra.com/
Author: Rahul Patel
Author URI: https://codervu.com/
Description: A child theme of Astra
Template: astra
Version: 1.0.0
Text Domain: astra-child
*/

/* Custom CSS goes below */

html body {
    font-family: 'Poppins', sans-serif !important;
}

html body p {
    font-family: 'Poppins', sans-serif !important;
}

h1 {
    font-size: 72px;
}

h2 {
    font-size: 36px;
}

h4 {
    font-size: 24px;
    font-weight: 600;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

.text-primary-gradient {
    background: linear-gradient(90deg, #f67810, #f44045);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


/* Buttons */
.btn-light-round:before {
    background-color: #f6f6f6;
}

.btn-round:before {
    content: "";
    width: 60px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    /* z-index: -1; */
    opacity: .8;
}

.btn-round:hover:before {
    width: 100%;
}

.icon-btn {
    opacity: 1;
}

.feature-over-view:hover .icon-btn {
    bottom: 0;
    opacity: 1;
    transition: all 0.3s ease-in-out;
}

.feature-over-view .icon-btn {
    position: absolute;
    bottom: -40px;
    left: 0;
    opacity: 0;
}

.icon-btn a {
    display: flex;
    width: 40px !important;
    height: 40px;
    text-align: center;
    background: linear-gradient(90deg, #f67810, #f44045);
    /* border-radius: 50%; */
    align-items: center;
    align-self: center;
    justify-content: center;
    color: #ffffff;
}

.icon-btn a:hover {
    border-radius: 50%;
}

.btn a {
    font-size: 14px;
    font-weight: 700;
    padding: 16px 34px;
    line-height: 1;
    border-radius: 50px;
    position: relative;
    z-index: 1;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    text-decoration: none;
}

.btn-primary-round:before {
    background: linear-gradient(90deg, #f67810, #f44045) !important;
}

.btn-round a,
.btn-round a:hover {
    color: #022d62;
}

.list-badge-item {
    /* padding: 1px 10px;
    border-radius: 26px;
    margin: 2px;
    background: #f4483ced;
    color: #fff;
    font-size: 14px; */
    padding: 1px 4px;
    border-radius: 26px;
    margin: 2px;
    /* background: #f4483ced; */
    color: #2e2e2e;
    font-size: 14px;
}

.d-flex {
    display: flex;
}

.justify-content-center {
    justify-content: center;
}

.flex-wrap {
    flex-wrap: wrap;
}

ul {
    list-style: none;
}

 #elementor-popup-modal-2648 .custom-popup-form .dialog-message {
    width: 640px;
    height: 76vh !important;
}
 #elementor-popup-modal-2648 .custom-popup-form .dialog-message {
    width: 700px;
    height: 75vh !important;
}
.elementor-popup-modal .dialog-message {
    display: flex
;
    max-height: 75vh;
    max-width: 100vw;
    overflow: auto;
    padding: 0;
    width: 640px;
}

.industries-tabs-wr .active a {
    background: linear-gradient(90deg, #F67810, #F44045);
}