/* @import url('https://fonts.googleapis.com/css2?family=Google+Sans:ital,opsz,wght@0,17..18,400..700;1,17..18,400..700&family=Heebo:wght@100..900&family=Manrope:wght@200..800&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Google+Sans:ital,opsz,wght@0,17..18,400..700;1,17..18,400..700&family=Heebo:wght@100..900&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');
/* font-family: 'Roboto', sans-serif; */

/* body,
html {
    overflow-x: hidden;
} */
/* body,html{
    width: 100%;
} */
:root {
    --purplecolor: #6B3CFA;
    --blucolor: #4097FF;
    --purplelight: #5F4AE7;
    --titlecolor: #1E1E1E;
    --bluelight: #155DFC;
    --whitecolor: #ffffff;
    --blackcolor: #000000;
    --manropefont: "Manrope", sans-serif;
    --heebofont: "Heebo", sans-serif;
    --googlesansfont: "Google Sans", sans-serif;
    --font-PlusJakarta: "Plus Jakarta Sans", sans-serif;
    scroll-behavior: inherit;
    --dark-blue-color: #13142F;
    --dark-blue-color-one: #091A40;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Heebo", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 100%;
    font-weight: normal;
    font-style: normal;
    color: var(--titlecolor);
    font-size: 18px;
    line-height: 1.5;
    background-color: var(--whitecolor);
}


b,
strong {
    font-weight: 700;
}

p {
    margin: 0 0 22px 0;
}

p:last-child {
    margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 25px 0;
    padding: 0;
    color: var(--titlecolor);
    font-weight: 700;
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
    margin-bottom: 0;
}

h1,
.h1-title {
    font-weight: 800;
    font-size: 66px;
    line-height: 1.2;
    letter-spacing: -0.01em;
    font-family: var(--manropefont);
}

h2,
.h2-title {
    font-weight: 700;
    font-size: 60px;
    line-height: 1.3;
    font-family: var(--manropefont);
}

h3,
.h3-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.3;
    font-family: var(--manropefont);
}

h4,
.h4-title {
    font-size: 20px;
    line-height: 1.2;
    font-family: var(--manropefont);
}

h5,
.h5-title {
    font-size: 16px;
    line-height: 1.2;
    font-family: var(--manropefont);
}

a {
    display: inline-block;
    margin: 0;
    padding: 0;
    text-decoration: none !important;
    outline: none !important;
    color: var(--bluelight);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a:hover {
    color: var(--purplecolor);
}

figure {
    margin: 0;
}

ul,
ol,
li {
    padding: 0;
    margin: 0;
    list-style: none;
}

img {
    max-width: 100%;
}

input[type="text"],
input[type="tel"],
input[type="password"],
input[type="email"],
select {
    background-color: transparent;
    width: 100%;
    -webkit-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    color: #000;
    border: 1px solid rgba(255, 255, 255, 0.7);
    height: 58px;
    padding: 0 16px;
    outline: none !important;
}

textarea {
    background-color: transparent;
    -webkit-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    border: 1px solid rgba(255, 255, 255, 0.7);
    padding: 12px 16px;
    width: 100%;
    color: #000;
    height: 158px;
    outline: none !important;
}

select {
    border: 1px solid rgba(255, 255, 255, 0.7);
    width: 100%;
    padding: 0 11px;
    background: url(../arrow-down.svg) no-repeat calc(100% - 16px) center transparent;
    background-size: 18px;
    padding-right: 40px;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}

select::-ms-expand {
    display: none;
}

input[type="submit"] {
    background: #eab71e;
    color: #000000;
    height: 58px;
    border: none;
    -webkit-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    padding-left: 30px;
    padding-right: 30px;

    cursor: pointer;
    font-size: 24px;
    font-weight: 700;
    outline: none !important;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

input[type="submit"]:hover {
    background: #000;
    color: #eab71e;
}

::-webkit-input-placeholder {
    opacity: 0.7;
    color: #000;
}

:-ms-input-placeholder {
    opacity: 0.7;
    color: #000;
}

::-moz-placeholder {
    opacity: 0.7;
    color: #000;
}

:-moz-placeholder {
    opacity: 0.7;
    color: #000;
}

/* images alignment for wordpress content pages */
.alignright {
    float: right;
    margin: 0 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 0 20px 20px 0;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    float: none;
    clear: both;
}

/* custom checkbox */

.form_input_check label {
    position: relative;
    margin: 0;
    padding-left: 40px;
    display: inline-block;
}

.form_input_check label span {
    margin: 0;
    padding: 0;
}

.form_input_check label input[type="checkbox"] {
    visibility: hidden;
    display: none;
}

.form_input_check label input[type="checkbox"]+span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0px;
    width: 22px;
    height: 22px;
    border: 1px solid #3E3E42;
    background: transparent;
}

.form_input_check label input[type="checkbox"]+span::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0px;
    width: 22px;
    height: 22px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    background: url(../tick.svg) no-repeat center center;
    background-size: 15px;
}

.form_input_check label input[type="checkbox"]:not(:checked)+span::after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}


/* .form_input_check input[type="checkbox"]:checked + span::before {
      
    } */

.form_input_check label input[type="checkbox"]:checked+span:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}



/* custom radio */

.form_input_radio label {
    position: relative;
    margin: 0;
    padding-left: 30px;
    display: inline-block;
}

.form_input_radio label span {
    margin: 0;
    padding: 0;
}

.form_input_radio label input[type="radio"] {
    visibility: hidden;
    display: none;
}

.form_input_radio label input[type="radio"]+span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 1px;
    width: 22px;
    height: 22px;
    border: 2px solid #000000;
    border-radius: 100%;
    background: #fff;
}

.form_input_radio label input[type="radio"]+span::after {
    content: '';
    width: 12px;
    height: 12px;
    background: #4b0049;
    position: absolute;
    top: 6px;
    left: 5px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.form_input_radio label input[type="radio"]:not(:checked)+span::after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}


/* .form_input_radio input[type="radio"]:checked + span::before {
      
    } */

.form_input_radio label input[type="radio"]:checked+span:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}


/* custom radio end */

/* back to top */

#scroll {
    position: fixed;
    right: 20px;
    bottom: 20px;
    cursor: pointer;
    width: 55px;
    height: 55px;
    background-color: #bdd653;
    display: none;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    line-height: 68px;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    z-index: 9;
}

#scroll:hover {
    background: #88a725;
}

#scroll i {
    color: #fff;
    font-size: 44px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

#scroll:hover i {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
}

/* custom css */
.cmn-gap {
    padding: 110px 0;
}



.cmn-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    color: var(--whitecolor);
    font-family: var(--heebofont);
    background: linear-gradient(90deg, #6B3CFA 6.07%, #4097FF 100%);
    box-shadow: 0px 24px 44px rgba(59, 47, 228, 0.24);
    border-radius: 40px;
    padding: 24px 30px;
    min-width: 360px;
    text-transform: capitalize;
    overflow: hidden;
    z-index: 1;
}

.cmn-btn:after {
    position: absolute;
    content: "";
    top: -5px;
    left: auto;
    right: 0;
    width: 0%;
    height: 125%;
    background-color: var(--blucolor);
    z-index: -1;
    border-radius: 50px;
    transition: .5s;
}

.cmn-btn:hover {
    color: var(--whitecolor);
}

.cmn-btn:hover:after {
    width: 105%;
    right: auto;
    left: -5px;
}

.cmn-btn.cmn-btn2 {
    background: linear-gradient(90deg, #00CBFA 0%, #6C38E4 100%);
}

/* custom css */



.navbar-nav>li.current-menu-item>a,
.navbar-nav>li>a:hover,
.navbar-nav>li.menu-item-has-children:hover>a {
    color: var(--purplecolor);
}

/* navbar*/

.navbar-brand {
    padding: 0;
    margin: 0;
    width: 147px;
    display: block;
}

.navbar-brand img {
    width: 100%;
}

.navbar {
    background: none;
    margin: 0;
    padding: 0;
    min-height: inherit;
    height: inherit;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}

.navbar-nav li {
    position: relative;
    list-style: none;
}

.navbar-nav>li {
    margin: 0 25px;
    padding: 20px 0;
    position: relative;
}

.navbar-nav>li:last-child {
    margin-right: 0;
}

.navbar-nav>li:first-child {
    margin-left: 0;
}

.navbar-nav>li>a {
    color: var(--titlecolor);
    font-size: 18px;
    line-height: 1.2;
    position: relative;
    font-weight: 500;
}


.navbar-nav>li.current-menu-item>a,
.navbar-nav>li>a:hover,
.navbar-nav>li.menu-item-has-children:hover>a {
    color: var(--purplecolor);
}

.navbar-nav>li.current-menu-item>a:after,
.navbar-nav>li>a:hover:after,
.navbar-nav>li.menu-item-has-children:hover>a:after {
    width: 100%;
}


/* navbar submenu*/

.sub-menu {
    background: #fff;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    border: 1px solid rgba(0, 0, 0, 0.15);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    width: 140px;
    padding: 0;
}

.sub-menu>li>a {
    color: #000;
    display: block;
    width: 100%;
    padding: 6px 10px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
}

.sub-menu>li {
    width: 100%;
    display: block;
}

.sub-menu>li>a:hover,
.sub-menu>li.menu-item-has-children:hover>a,
.sub-menu>li.current-menu-item>a {
    background: #eab71e;
    color: #fff;
}



.navbar-nav>li:last-child>.sub-menu {
    right: 0;
    left: inherit;
    padding: 0;
}

/* 2nd level submenu */
.navbar-nav>li>.sub-menu .sub-menu {
    position: absolute;
    left: 100%;
    top: 0;
}


/* for push-menu */
.navbar-collapse .navbar-toggler {
    display: none;
}

#navoverlay {
    display: block;
    pointer-events: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    margin: 0;
    padding: 0;
    z-index: 99;
    -webkit-transition: background-color 0.5s linear;
    transition: background-color 0.5s linear;
}

/* for push-menu end*/

.navbar-nav .clickD {
    position: absolute;
    right: 0;
    top: 50%;
    width: 11px;
    height: 11px;
    background: url(../arrow-down.svg) center center no-repeat;
    display: block;
    background-size: 11px;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.navbar-nav>li.menu-item-has-children:hover .clickD {
    background: url(../arrow-down.svg) center center no-repeat;
    background-size: 10px;
}

.navbar-nav>li.menu-item-has-children {
    padding: 20px 17px 20px 0px;
}

/* p.p start 11.06.26 */
.text-center {
    text-align: center;
}

.cmn-head {
    max-width: 1134px;
    margin: 0 auto 40px;
}


/* header css */
.ai-pwr-land-page .navbar {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.6) 0%, rgba(210, 226, 255, 0.6) 86.79%);
    border: 1px solid #C3DCF5;
    box-shadow: inset 0px 10px 10px #FFFFFF;
    backdrop-filter: blur(7.5px);
    border-radius: 100px;
}

.ai-pwr-land-page .navbar {
    padding: 10px 20px 10px 40px;
}

.ai-pwr-land-page .main-head {
    padding: 35px 0 0;
    position: fixed;
    width: 100%;
    z-index: 99;
}

.ai-pwr-land-page .main-head .navbar-btn-wpr .cmn-btn {
    min-width: 189px;
    padding: 21px 30px;
}

.ai-pwr-land-page .main-head .navbar-btn-wpr {
    margin-left: 50px;
}

/* banner css */
.ai-bnr-section {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 225px 0 130px;
}

.ai-bnr-section .ai-bnr-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
    opacity: 0.8;
}

.ai-bnr-frame-img {
    position: absolute;
    top: 20%;
    right: 13%;
    max-width: 36%;
    width: 100%;
    pointer-events: none;
}

.ai-pwr-land-page .aibnr-eyebrow {
    background: rgba(255, 255, 255, 0.3);
    padding: 9px 20px;
    border: 1px solid #FFFFFF;
    box-shadow: 30px 24px 45px #B4CCE2;
    backdrop-filter: blur(5.5px);
    border-radius: 80px;
    max-width: fit-content;
    z-index: 1;
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.ai-pwr-land-page .aibnr-eyebrow i {
    display: inline-block;
    max-width: 30px;
    width: 100%;
    line-height: 0;
    margin-right: 10px;
}

.ai-pwr-land-page .aibnr-eyebrow i img {
    width: 100%;
}

.ai-pwr-land-page .aibnr-eyebrow span {
    font-family: var(--manropefont);
    letter-spacing: -0.01em;
    color: #241D83;
    font-size: 30px;
    font-weight: 800;
}

.sub-title {
    display: block;
    font-family: var(--heebofont);
    color: var(--purplelight);
    font-weight: 500;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.ai-bnr-section-in {
    position: relative;
    z-index: 1;
}

.ai-pwr-land-page .ai-bnr-section h1 span {
    background: linear-gradient(90deg, #27218D 0%, #3F91FB 100%), #1E1E1E;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.ai-pwr-land-page .ai-bnr-section h1 {
    margin-bottom: 26px;
}

.ai-pwr-land-page .ai-bnr-section p {
    font-size: 23px;
    font-weight: 500;
    color: #090A1C;
    margin-bottom: 30px;
}

.ai-pwr-land-page .ai-devolopers-wpr {

    background: rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(12px);
    border-radius: 80px;
    padding: 12px;
    display: flex;
    align-items: center;
    max-width: fit-content;
    margin-bottom: 28px;
}

.ai-developers-img-wpr {
    max-width: 168px;
    width: 100%;
}

.ai-developers-img-wpr img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.enrolled-txt {
    font-family: var(--googlesansfont);
    font-weight: 500;
    font-size: 16px;
    color: #090A1C;
    margin-left: 13px;
    white-space: nowrap;
}

.ai-developers-icn-outer {
    padding: 0;
    margin: 0 0 0 26px;
    display: inline-flex;
}

.ai-developers-icn-outer li {
    border-radius: 60px;
    min-width: 94px;
    padding: 9px 10px;
    background: var(--whitecolor);
    display: flex;
    align-items: center;

}

.ai-developers-icn-outer li:not(:last-child) {
    margin-right: 9px;
}

.ai-developers-icn-outer li i {
    max-width: 26px;
    width: 100%;
    display: inline-block;
    line-height: 0;
    margin-right: 8px;
}

.ai-developers-icn-outer li i img {
    width: 100%;
}

.ai-developers-icn-outer li span {
    font-family: var(--googlesansfont);
    font-weight: 500;
    font-size: 16px;
    color: #090A1C;
}

.ai-dvlprs-text {
    margin-bottom: 30px;
}

.ai-dvlprs-text li {
    position: relative;
    padding-left: 32px;
    margin-bottom: 15px;
}

.ai-dvlprs-text li::before {
    content: "";
    position: absolute;
    top: 1px;
    left: 0;
    width: 22px;
    height: 23px;
    background: url(../ai-li-icn.svg) no-repeat center;
    background-size: 19px;
}

.ai-venue-wpr {
    background: rgba(255, 255, 255, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.5);
    box-shadow: 10px 21px 25px rgba(61, 127, 206, 0.3);
    backdrop-filter: blur(7.5px);
    border-radius: 100px;
    max-width: fit-content;
    padding: 8px 28px 8px 8px;
    display: flex;
    align-items: center;
    margin-bottom: 24px;
}

.ai-venue-wpr i {
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.5);
    box-shadow: 10px 21px 25px rgba(61, 127, 206, 0.3);
    backdrop-filter: blur(7.5px);
    border-radius: 50%;
    width: 43px;
    height: 43px;

}

.ai-venue-wpr i img {
    max-width: 16px;
    width: 100%;
}

.ai-venue-wpr span {
    font-family: var(--heebofont);
    font-weight: 600;
    font-size: 23px;
    color: #090A1C;
    margin-left: 12px;
    display: inline-block;
    line-height: 1;
}

.ai-venue-wpr li {
    display: flex;
    align-items: center;
}

.ai-venue-wpr li:not(:last-child) {
    margin-right: 16px;
}

.ai-coding-wpr {
    display: inline-flex;
    flex-wrap: wrap;
    margin-bottom: -10px;
}

.ai-coding-wpr li {
    position: relative;
    padding: 6px 12px;
    background: rgba(255, 255, 255, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.5);
    box-shadow: 10px 21px 25px rgba(61, 127, 206, 0.3);
    backdrop-filter: blur(7.5px);
    border-radius: 100px;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    line-height: 1.2;
}

.ai-coding-wpr li:not(:last-child) {
    margin-right: 10px;
}

.ai-coding-wpr li i {
    display: inline-block;
    max-width: 16px;
    width: 100%;
    margin-right: 8px;
}

.ai-coding-wpr li i img {
    width: 100%;
}

/* p.p end 11.06.26 */


/* 11.6.26 ................................. */
.blurbox {
    display: flex;
    align-items: center;
    padding: 22px;
    background: rgba(255, 255, 255, 0.4);
    box-shadow: 30px 22px 45px rgba(66, 101, 178, 0.26);
    border-radius: 17px;
    max-width: 367px;

    position: relative;
    z-index: 1;
    overflow: hidden;
}

.col-blur-box {
    flex-basis: 367px;
}

.built-sec .cmn-head {
    max-width: 879px;
    margin-left: auto;
    margin-right: auto;
}

.blurbox:before {
    content: '';
    position: absolute;
    top: 0;
    backdrop-filter: blur(6.5px);
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
}

.rgt-blur {
    padding-left: 16px;
    flex-grow: 1;
}

.rgt-blur h3 {
    font-size: 20px;
    font-weight: 700;
    color: var(--titlecolor);
    margin-bottom: 4px;
}

.rgt-blur p {
    margin-bottom: 0;
    color: var(--titlecolor);
    font-size: 16px;
    font-weight: 500;
}

.girl-shapeimg {
    position: absolute;
    top: 0;
    width: 100%;
    height: auto;
    right: 0;
    left: 0;
    z-index: -1;
}

.cir-wrap {
    height: 48px;
    width: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background-color: var(--whitecolor);
    border-radius: 16px;
    flex-shrink: 0;
}

.built-sec {
    padding-top: 62px;
    position: relative;
    z-index: 1;
}

.cir-wrap img {
    width: 22px;
}

.row-blurbox {
    max-width: 1083px;
    margin: 0 auto 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.row-blurbox.two {
    max-width: 100%;
}

.row-blurbox.three {
    max-width: 1499px;
}

.row-blurbox.four {
    max-width: 1373px;
}

.row-blurbox.five {
    max-width: 1273px;
}

.row-blurbox.six {
    max-width: 1138px;
    margin-bottom: 0;
}

.girlblur {
    position: absolute;
    top: 0%;
    transform: translateX(-50%);
    left: 50%;
    z-index: -1;
    max-width: 975px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 100%;
    margin-left: -30px;
}

.girlblur .girlimg {
    max-width: 720px;
}

.blur-image {
    max-width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.girl-wrapeer {
    position: relative;
    z-index: 1;
    padding-top: 55px;
    padding-bottom: 59px;
}

.cir-blur {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 58px;
    height: 58px;
    background: #FFFFFF;
    box-shadow: 0px 17.5px 30.8px rgba(26, 49, 82, 0.27);
    border-radius: 28px;
}

.value-circle {
    top: 160px;
    left: 50px;
    position: absolute;
    width: 21px;
    height: 20px;
    border-radius: 100%;
    background: linear-gradient(140.64deg, #1A4FFF 24.01%, #9730FF 87.3%);
    box-shadow: 0px 26px 34px rgba(100, 127, 194, 0.67), inset 0px 10px 17px rgba(255, 255, 255, 0.45);

}

.color-2 {
    background-color: #EFF6FF;
}

.color-3 {
    background-color: #E8F2FA;
}

.color-4 {
    background-color: #EFF6FF;
}

.tad-sec {
    position: relative;
}

.row-before {
    display: flex;
    flex-wrap: wrap;
    margin: -15px;
}

.col-before {
    padding: 15px;
    width: 46%;
}

.col-before.small {
    width: 8%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.white-top-box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background: #FFFFFF;
    box-shadow: 0px 14px 36px rgba(198, 198, 255, 0.6);
    border-radius: 16px;
    position: absolute;
    top: 10%;
    left: 12%;
}

.value-circle.right {
    right: 12%;
    left: auto;
    top: 10%;
}

.white-top-box img {
    width: 24px;
}

.before-inr {
    padding: 34px 23px 0 50px;
    background: rgba(255, 255, 255, 0.93);
    border: 3px solid #FFFFFF;
    box-shadow: 30.3057px 36.3668px 81.8253px rgba(75, 40, 169, 0.09);
    /* backdrop-filter: blur(62.5px); */
    border-radius: 30px;
    display: flex;
    height: 100%;
    align-items: center;
}

.tad-sec .cmn-head {
    max-width: 812px;
}

.dev-img {
    position: absolute;
    top: 50%;
    width: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    z-index: -1;
}

.wrp-shpe-text {
    background: linear-gradient(90deg, #6B3CFA 6.07%, #4097FF 100%), #155DFC;
    mix-blend-mode: normal;
    border-radius: 14px;
    color: #fff;
    font-size: 12px;
    text-align: center;
    padding: 5px 18px;
    font-weight: 900;
    border-radius: 70px;
}

.wshop-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.shop-arw {
    width: 70px;
    height: 70px;
    background: linear-gradient(90deg, #6B3CFA 6.07%, #4097FF 100%), #155DFC;
    mix-blend-mode: normal;
    box-shadow: 0px 4px 4px #155DFC;
    border-radius: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.colimg-before-right {
    max-width: 249px;
    width: 100%;
    position: relative;
    z-index: 1;
}

.colimg-before-right img {
    width: 100%;
}

.list-right {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.over-girl {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 0;
    z-index: -1;
    width: 235px;
    height: 27px;
    background: linear-gradient(90deg, #000000 45.46%, rgba(0, 0, 0, 0) 100%);
    filter: blur(11.395px);
}

.list-right li {
    padding-left: 27px;
    margin-bottom: 10px;
    position: relative;
    background-image: url(../../../images/ai-power-v2/right-arw.svg);
    background-position: top 7px left;
    background-repeat: no-repeat;
    background-size: 14px;
}

.fadeone .list-right li {
    background-image: url(../../../images/ai-power-v2/cross.svg);
}

.colimg-before {
    padding-right: 20px;
    flex-grow: 1;
    padding-bottom: 40px;
}

.colimg-before h3 {
    font-weight: 800;
}

.list-right li:last-child {
    margin-bottom: 0;
}

.fadeone .colimg-before-right img {
    /* mix-blend-mode: luminosity; */
    filter: grayscale(1);
}

.learn_sec .cmn-head {
    max-width: 771px;
}




.learn_sec {
    overflow: hidden;
}

.learn_header {
    margin-bottom: 60px;
    z-index: 2;
}

.learn_tag {
    background: rgba(122, 59, 255, 0.08);
    color: #7a3bff;
    font-size: 13.5px;
    font-weight: 700;
    padding: 6px 16px;
    border-radius: 50px;
    display: inline-block;
    margin-bottom: 18px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.learn_title {
    font-size: 42px;
    font-weight: 800;
    color: #1a1a2e;
    margin-bottom: 18px;
    letter-spacing: -0.5px;
    line-height: 1.25;
}

.learn_desc {
    font-size: 16px;
    color: #555577;
    max-width: 660px;
    margin: 0 auto;
    line-height: 1.6;
}

/* Floating elements in header */
.learn_shape_brain {
    position: absolute;
    left: 18%;
    top: 25%;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    border-radius: 12px;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: learnFloat 4s ease-in-out infinite;
    z-index: 2;
}

.learn_shape_brain .brain_icon {
    font-size: 22px;
}

.learn_shape_purple_circle {
    position: absolute;
    right: 18%;
    top: 40%;
    width: 10px;
    height: 10px;
    background: #7a3bff;
    border-radius: 50%;
    opacity: 0.5;
    filter: blur(0.5px);
    animation: learnFloatSlow 5s ease-in-out infinite;
}

/* Slider Wrap and Overflow */
.learn_slider_wrap {
    position: relative;
    width: 100%;
    overflow: visible !important;
}

.learn_slider .slick-list {
    margin: -15px;
}

.learn_slide_item {
    padding: 15px;
    outline: none !important;
}

/* Card layout */
.learn_card {
    background: #ffffff;
    border-radius: 24px;
    border: 1px solid rgba(0, 0, 0, 0.04);
    /* box-shadow: 0 15px 40px rgba(0, 0, 0, 0.03); */
    display: flex;
    /* gap: 50px; */
    padding: 35px;
    transition: all 0.3s ease;
    box-sizing: border-box;
    /* width: 960px; */
    height: 100%;
    /* Precise width for peeking effect */
    max-width: 100%;
    /* June 10 */
    box-shadow: 0 15px 20px rgba(0, 0, 0, 0.03);
}

.learn_card_img_col {
    width: 40%;
    flex-shrink: 0;
}

.learn_sec {
    position: relative;
}

.learn_card_img_wrap {
    position: relative;
    width: 100%;
    height: 100%;

    overflow: hidden;
    border: 4px solid #EFF6FF;
    background: rgba(255, 255, 255, 0.002);
    box-shadow: 0px 25px 50px -12px rgba(0, 0, 0, 0.25);
    border-radius: 28px;

}

.linkdin_btn:hover img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(298%) hue-rotate(169deg) brightness(118%) contrast(100%);
}

.learn_card_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.learn_exp_badge {
    position: absolute;
    bottom: 15px;
    right: 15px;
    color: #ffffff;
    font-weight: 400;
    padding: 11px 18px;
    border-radius: 50px;
    background: #3E3C3D;
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 4px 6px -4px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    font-size: 12px;
    display: flex;
    flex-direction: column;
    font-family: var(--font-PlusJakarta);
}

.learn_exp_badge strong {
    font-size: 18px;
    font-weight: 800;
}

/* Card details col */
.learn_card_info_col {
    width: 60%;
    padding-left: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.learn_name {
    font-weight: 800;
    color: var(--titlecolor);
    margin: 0 0 5px 0;
}

.learn_role {
    color: var(--bluelight);
    margin-bottom: 2px;
}

.learn_company {
    font-size: 14px;
    color: #45556C;
    margin-bottom: 18px;
}

.learn_quote {
    border-left: 3px solid #2563eb;
    padding-left: 16px;
    margin: 0 0 22px 0;
    font-size: 16px;
    color: #1E1E1E;
    line-height: 1.6;
    max-width: 606px
}

/* AI Expertise tags */
.learn_expertise_section {
    margin-bottom: 22px;
}

.learn_expertise_title {
    font-size: 12px;
    font-weight: 600;
    color: #45556C;
    margin-bottom: 8px;
}

.learn_tags_row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.learn_tags_row li {
    font-size: 12px;
    font-weight: 600;
    color: #2563eb;
    background: rgba(37, 99, 235, 0.04);
    border: 1px solid rgba(37, 99, 235, 0.15);
    padding: 5px 12px;
    border-radius: 50px;
    transition: all 0.2s ease;
}

.learn_tags_row li:hover {
    background: rgba(37, 99, 235, 0.08);
    border-color: rgba(37, 99, 235, 0.3);
}

/* Stats Row */
.learn_stats_row {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    margin-bottom: 22px;
}

.learn_stat_box {
    /* border-radius: 12px; */
    /* padding: 18px 10px; */
    min-width: 137px;
    text-align: center;
    /* background: rgba(37, 99, 235, 0.04);
    border: 1px solid rgba(37, 99, 235, 0.15); */
    /* June 10 */
     padding: 13px 10px;
    border-radius: 20px; 
    background: #EFF6FF;
    border: 1px solid #E2E8F0;
    border-radius: 20px; 
}

.learn_stat_num {
    /* font-size: 18px; */
    font-weight: 800;
    color: #2563EB;
    margin-bottom: 2px;
     /* June 10 */
    font-family: var(--manropefont); 
}

.learn_stat_lbl {
    font-size: 12px;
    color: #1E1E1E;
}

/* LinkedIn Profile */
.linkdin_btn {
    background-color: transparent;
    border: 1.5px solid rgba(37, 99, 235, 0.4);
    color: #2563eb;
    padding: 12px 30px;
    border-radius: 50px;
    text-transform: none;
    font-size: 15px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    align-self: flex-start;
    transition: all 0.3s ease;
}

.linkdin_btn:hover {
    background-color: #2563eb;
    color: #ffffff;
    border-color: #2563eb;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(37, 99, 235, 0.15);
}

.linkdin_btn img {
    width: 16px;
    height: 16px;
    object-fit: contain;
    margin-top: -2px;
}

.learn_slider_wrap {
    max-width: calc(100% - (50% - 1724px / 2));
    width: 100%;
    margin-left: auto;
    padding-left: 12px;
}

.learn_slider .slick-list {
    padding-right: 27%;
    padding-bottom: 40px;
}

.learn_slide_item.slick-slide {
    height: auto;
}

.learn_slider .slick-track {
    display: flex;
}

/* 11.6.26 */

/* sp starts */

.ai-pwr-land-page .trusted-leader-head {
    position: relative;
    max-width: 1560px;
    margin-bottom: 70px;
}

.ai-pwr-land-page .trusted-leader-head .cmn-head {
    max-width: 1220px;
    margin: 0;
}

.ai-pwr-land-page .trusted-leader-head .cmn-head span {
    width: 224px;
    height: 72px;
    border-radius: 100px;
    border: 1px solid var(--whitecolor);
    display: inline-block;
    overflow: hidden;
    box-shadow: 13px 15px 35px #CFCFCF;
    position: relative;
    margin: 0 32px -20px 22px;
}

.ai-pwr-land-page .trusted-leader-head .cmn-head span img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.ai-pwr-land-page .trusted-leader-head .cmn-head span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(0, 80, 255, 0.5) 3.67%, rgba(37, 99, 235, 0) 73.25%);
}


.ai-pwr-land-page .trusted-imgs-wrp {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-width: 270px;
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    padding: 50px 0 20px 0;
}

.ai-pwr-land-page .gpt-wrp {
    width: 58px;
    height: 58px;
    margin-top: auto;
    background-color: var(--whitecolor);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
    box-shadow: 0px 17.5px 30.8px rgba(26, 49, 82, 0.27);
}

.ai-pwr-land-page .gpt-wrp img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.ai-pwr-land-page .gradient-span {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-left: auto;
    background: linear-gradient(140.64deg, #1A4FFF 24.01%, #9730FF 87.3%);
    box-shadow: 0px 26px 34px rgba(100, 127, 194, 0.67), inset 0px 10px 17px rgba(255, 255, 255, 0.45);
}

.ai-pwr-land-page .trusted-leader-row {
    --bs-gutter-x: 43px;
    --bs-gutter-y: 43px;
    justify-content: center;
}

.ai-pwr-land-page .each-border-outer {
    width: 100%;
    height: 100%;
    padding: 15px 0 26px 0;
    position: relative;
}

.ai-pwr-land-page .each-border-inr {
    padding: 16px 70px;
    border-top: 1px solid #A1B8EF;
    border-bottom: 1px solid #A1B8EF;
    width: 100%;
    height: 100%;
}

.ai-pwr-land-page .each-border-outer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 40px;
    width: 1px;
    height: 100%;
    background-color: #A1B8EF;
}

.ai-pwr-land-page .each-border-outer::after {
    content: "";
    position: absolute;
    top: 0;
    right: 40px;
    width: 1px;
    height: 100%;
    background-color: #A1B8EF;
}

.productivity-slider .each-border-outer::before {
    left: 15px;
}

.ai-pwr-land-page .productivity-slider .each-border-outer {
    min-width: 280px;
}

.productivity-slider .each-border-outer::after {
    right: 15px;
}

.ai-pwr-land-page .each-border-inr .gradient-txts-big {
    font-family: var(--manropefont);
    font-weight: 800;
    font-size: 50px;
    background: linear-gradient(90deg, #00CBFA 0%, #6C38E4 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1;
    display: inline-block;
    margin-bottom: 7px;
}

.ai-pwr-land-page .each-border-inr .lil-bigtxt {
    font-size: 20px;
    line-height: 1.5;
}

.ai-pwr-land-page .trusted-leader-row-outer {
    margin: 0 -34px;
}

.ai-pwr-land-page .traditional-head-wrp {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 30px;
}

.ai-pwr-land-page .traditional-head-wrp .cmn-head {
    margin: 0 40px 0 0;
    max-width: 750px;
}

.ai-pwr-land-page .traditional-head-rightpara {
    max-width: 578px;
    background: linear-gradient(60deg, rgba(224, 233, 255, 0.4) 11.24%, #FFFFFF 73.96%);
    border-radius: 176px;
    padding: 60px 50px;
    flex: 0 0 auto;
}

.ai-pwr-land-page .traditional-row {
    --bs-gutter-x: 21px;
    --bs-gutter-y: 21px;
    justify-content: center;
}

.ai-pwr-land-page .traditional-row .traditional-col {
    width: 20%;
}

.ai-pwr-land-page .traditional-row .each-border-outer {
    padding: 16px 0;
}

.ai-pwr-land-page .traditional-row .each-border-inr {
    padding: 18px 60px;
    position: relative;
}

.ai-pwr-land-page .each-border-eclips::before {
    content: "";
    position: absolute;
    top: -10px;
    left: 22px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: linear-gradient(140.64deg, #1A4FFF 24.01%, #9730FF 87.3%);
    box-shadow: 0px 26px 34px rgba(100, 127, 194, 0.67), inset 0px 10px 17px rgba(255, 255, 255, 0.45);

}

.ai-pwr-land-page .traditional-row .each-border-outer::before {
    left: 30px;
}

.ai-pwr-land-page .traditional-row .each-border-outer::after {
    right: 30px;
}

.ai-pwr-land-page .traditional-development-sec {
    position: relative;
}

.ai-pwr-land-page .traditional-development-inr {
    position: relative;
    z-index: 2;
}

.ai-pwr-land-page .traditional-left-eclips {
    position: absolute;
    left: 0;
    bottom: -40%;
}

.ai-pwr-land-page .workshop-promis-inr {
    position: relative;
}

.ai-pwr-land-page .workshop-promis-inr {
    position: relative;
    z-index: 2;
}

.ai-pwr-land-page .workshop-promis-sec {
    position: relative;
}

.ai-pwr-land-page .workshop-right-eclips {
    position: absolute;
    right: 0;
    top: 0;
}

.ai-pwr-land-page .workshop-promis-inr .cmn-head {
    max-width: 1020px;
}

.ai-pwr-land-page .workshop-promis-row {
    --bs-gutter-x: 30px;
    --bs-gutter-y: 30px;
}

.ai-pwr-land-page .each-workshop>span {
    width: 48px;
    height: 48px;
    border-radius: 16px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: var(--whitecolor);
    box-shadow: 0px 14px 36px rgba(198, 198, 255, 0.6);
    margin-bottom: 26px;
    padding: 12px;
}

.ai-pwr-land-page .each-workshop>span img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.ai-pwr-land-page .each-workshop-para h3 {
    font-weight: 800;
    margin-bottom: 15px;
}

.ai-pwr-land-page .each-workshop {
    padding: 27px 34px 17px;
    background: linear-gradient(302.48deg, rgba(255, 255, 255, 0.2) 36.93%, rgba(248, 246, 255, 0.2) 94.25%);
    border: 3px solid var(--whitecolor);
    box-shadow: 30.3057px 36.3668px 81.8253px rgba(75, 40, 169, 0.09);
    backdrop-filter: blur(62.5px);
    border-radius: 30px;
    width: 100%;
    height: 100%;
}

.ai-pwr-land-page .engeniaring-sec {
    position: relative;
}

.ai-pwr-land-page .engeniaring-inr {
    position: relative;
    z-index: 2;
}

.ai-pwr-land-page .engeniaring-head-wrp {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

.ai-pwr-land-page .engeniaring-head-wrp .cmn-head {
    max-width: 780px;
    margin: 0 40px 0 0;
    position: relative;
}

.ai-pwr-land-page .engeniaring-head-wrp .cmn-head h2 {
    margin-bottom: 0;
}

.ai-pwr-land-page .day-tabs {
    display: flex;
    margin-left: auto;
    align-items: center;
}

.ai-pwr-land-page .day-tabs>*:not(:last-child) {
    margin-right: 12px;
}

.ai-pwr-land-page .day-tabs>* {
    min-width: 208px;
    border-radius: 100px;
    transition: 0.3s all;
    border: 1px solid #090A1C;
    font-weight: 800;
    color: var(--titlecolor);
    padding: 25px;
}

.ai-pwr-land-page .day-tabs>*:hover,
.ai-pwr-land-page .day-tabs>*.active {
   /* June 10 */
    border-color: #3dc8f9;
    background: linear-gradient(90deg, #00CBFA 0%, #6C38E4 100%);
    box-shadow: 0px 24px 44px rgba(59, 47, 228, 0.24);
    color: var(--whitecolor);
}

.ai-pwr-land-page .engeniaring-inr .traditional-row {
    --bs-gutter-y: 20px;
}

.ai-pwr-land-page .engeniaring-inr .traditional-row .traditional-col {
    width: 25%;
}

.ai-pwr-land-page .engeniaring-inr .each-border-inr {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 17px 78px 17px 64px;
}

.ai-pwr-land-page .engeniaring-inr .traditional-row .each-border-outer::before {
    left: 35px;
}

.ai-pwr-land-page .engeniaring-inr .traditional-row .each-border-outer::after {
    right: 35px;
}

.ai-pwr-land-page .engeniaring-inr .each-border-eclips::before {
    left: 25px;
}

.ai-pwr-land-page .engeniaring-arrow-wrp {
    display: flex;
    align-items: center;
    margin: 30px 0 50px 0;
}

.ai-pwr-land-page .engeniaring-arrow-wrp h3 {
    margin-bottom: 0;
    font-weight: 800;
}

.ai-pwr-land-page .engeniaring-slider-btnwrp {
    margin-left: auto;
    padding-left: 40px;
    display: flex;
}

.ai-pwr-land-page .engeniaring-slider-btnwrp>*:not(:last-child) {
    margin-right: 12px;
}

.ai-pwr-land-page .engeniaring-slider-btn {
    width: 62px;
    height: 62px;
    border: 1px solid #090A1C;
    border-radius: 50%;
    padding: 20px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.ai-pwr-land-page .engeniaring-slider-btn img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: 0.3s all;
}

.ai-pwr-land-page .engeniaring-slider-btn:hover {
    background-color: var(--bluelight);
    border-color: var(--bluelight);
}

.ai-pwr-land-page .engeniaring-slider-btn:hover img {
    filter: brightness(0) invert(1);
}

.ai-pwr-land-page .engeniaring-mid-shape {
    position: absolute;
    right: -30%;
    top: 4px;
    width: 68px;
    height: 68px;
    border-radius: 50%;
    padding: 12px;
    box-shadow: 0px 3.35802px 63.8025px rgba(122, 104, 145, 0.25);
}

.ai-pwr-land-page .engeniaring-mid-shape img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.ai-pwr-land-page .engeniaring-gircle {
    position: relative;
    width: 100%;
    height: 1px;
    background-color: var(--titlecolor);
    margin: 30px 0;
}

.ai-pwr-land-page .engeniaring-gircle::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(-50%);
    width: 17px;
    height: 17px;
    border: 1px solid var(--titlecolor);
    border-radius: 50%;
    background: linear-gradient(140.64deg, #1A4FFF 24.01%, #9730FF 87.3%), #FFFFFF;
}

.ai-pwr-land-page .engeniaring-parawrp {
    padding-right: 40px;
}

.ai-pwr-land-page .time-engeniaring {
    position: relative;
    padding: 5px 11px;
    font-size: 14px;
}

.ai-pwr-land-page .time-engeniaring img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.ai-pwr-land-page .engeniaring-bg-shape {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    object-fit: cover;
    object-position: bottom center;
}

.ai-pwr-land-page .engeniaring-slider-card {
    width: 100%;
    height: 100%;
    padding-top: 7px;
}

.ai-pwr-land-page .productivity-sec .cmn-head {
    max-width: 880px;
}

.ai-pwr-land-page .productivity-sec .cmn-head p {
    max-width: 650px;
    margin: 0 auto;
}

.ai-pwr-land-page .productivity-sec {
    overflow: hidden;
}

.ai-pwr-land-page .productivity-slider {
    overflow: inherit;
}

.ai-pwr-land-page .productivity-slider .each-border-inr {
    display: flex;
    align-items: center;
}

.ai-pwr-land-page .each-border-inr i {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 55px;
    height: 55px;
    flex: 0 0 auto;
    margin-right: 15px;
}

.ai-pwr-land-page .each-border-column {
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.ai-pwr-land-page .each-border-column i {
    margin: 0 0 10px 0;
}

.ai-pwr-land-page .build-workshop-sec .cmn-head {
    max-width: 1302px;
}

.ai-pwr-land-page .brain-icon-right {
    width: 48px;
    height: 48px;
    border-radius: 16px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: var(--whitecolor);
    box-shadow: 0px 14px 36px rgba(198, 198, 255, 0.6);
    padding: 12px;
    position: absolute;
    right: 49px;
    top: 43px;
}

.ai-pwr-land-page .workshop-right-eclips-bottom {
    top: auto;
    bottom: -25%;
}

.ai-pwr-land-page .end-workshop-sec {
    position: relative;
}

.ai-pwr-land-page .end-workshop-inr {
    position: relative;
    z-index: 2;
}

.ai-pwr-land-page .end-workshop-inr .cmn-head {
    max-width: 850px;
    margin: 0 0 65px 0;
}

.ai-pwr-land-page .end-workshop-inr .engeniaring-shape-new {
    right: 30%;
    top: -20px;
    width: 49px;
    height: 49px;
    padding: 6px;
}

.ai-pwr-land-page .end-workshop-inr .github-shape {
    right: 0;
    top: 11%;
    width: 71px;
    height: 71px;
}

.ai-pwr-land-page .workshop-no {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 12px;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    font-family: var(--manropefont);
    font-weight: 800;
    font-size: 16px;
}

.ai-pwr-land-page .end-workshop-sec .each-border-inr .lil-bigtxt {
    line-height: 1.5;
}

.ai-pwr-land-page .end-workshop-sec .trusted-leader-row {
    --bs-gutter-x: 17px;
    --bs-gutter-y: 25px;
}

.ai-pwr-land-page .end-workshop-sec {
    position: relative;
}

.ai-pwr-land-page .end-eclips-left-one {
    position: absolute;
    left: 0;
    bottom: 0;
}

.ai-pwr-land-page .end-eclips-left-two {
    position: absolute;
    left: 0;
    bottom: -40%;
}

.ai-pwr-land-page .end-workshop-sec-outer {
    position: relative;
}

.ai-pwr-land-page .twosec-bgimage {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80%;
    /* object-fit: cover; */
    object-position: bottom;
}

/* 
.trusted-leader-sec {
    padding: 80px 0;
} */

/* sp ends */
.ai-coding-wpr li span {
    display: inline-block;
    font-size: 14px;
    font-family: var(--manropefont);
    font-weight: 700;
}

.float-icn {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    background: var(--whitecolor);
    border-radius: 50%;
}

.float-icn img {
    max-width: 37px;
    width: 100%;
}

.float-top {
    width: 58px;
    height: 58px;
    top: 5%;
    right: 0;
}

.float-btm {
    width: 60px;
    height: 60px;
    bottom: 35%;
    right: 10%;
}

.aibnr-lt-itm {
    position: relative;
}

.ai-pwr-land-page .bnr-form-wrap {
    max-width: 621px;
    margin-left: auto;
    background: rgb(255, 255, 255);
    border-radius: 30px;
    padding: 40px 44px 55px;
    box-shadow: 0px 0px 95.3px rgba(197, 204, 235, 0.55);
    color: #040732;
}

.ai-pwr-land-page .bnr-form-wrap .bnr-form-smltext {
    margin-bottom: 0px;
    font-weight: 400;
    font-size: 20px;
    color: #040732;
}

.ai-pwr-land-page .bnr-form-wrap .bnr-form-subtitle {
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 20px;
    font-family: var(--manropefont);
    color: #040732;
}

.ai-pwr-land-page .bnr-form-wrap .bnr-form-row {
    --bs-gutter-y: 12px;
    --bs-gutter-x: 12px;
}

.ai-pwr-land-page .bnr-form-wrap .form-floating {
    position: relative;
}

.ai-pwr-land-page .bnr-form-wrap .form-floating>.form-control,
.ai-pwr-land-page .bnr-form-wrap .form-floating>.form-select,
.ai-pwr-land-page .bnr-form-wrap .form-floating>.form-control-plaintext {
    padding: 21px 19px 0px !important;
}

.ai-pwr-land-page .bnr-form-wrap .form-floating input,
.ai-pwr-land-page .bnr-form-wrap .form-floating select {
    font-size: 14px;
    font-weight: 300;
    box-shadow: none !important;
    min-height: 70px !important;
    color: rgb(45, 45, 45) !important;
    border-radius: 12px;
    border-style: solid;
    border-color: rgb(224, 228, 249);
    border-image: initial;
    outline: none !important;
    border-width: 1px !important;
    display: block;
}

.ai-pwr-land-page .bnr-form-wrap .form-floating select {
    cursor: pointer;
    padding: 21px 19px 0px;
    background: url("../arrow-down.svg") calc(100% - 19px) center / 16px no-repeat !important;
}

.ai-pwr-land-page .bnr-form-wrap .form-floating>label {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    height: 100%;
    padding: 15px 19px 10px;
    overflow: hidden;
    text-align: start;
    text-overflow: ellipsis;
    white-space: nowrap;
    pointer-events: none;
    border: var(--bs-border-width) solid transparent;
    transform-origin: 0 0;
    transition: opacity .1s ease-in-out, transform .1s ease-in-out;
    line-height: 1;
    font-weight: 500;
    opacity: 1;
    font-size: 16px;
    color: #040732;

}

.ai-pwr-land-page .bnr-form-wrap .form-floating .datepicker_input {
    background: url(../calendar.png) no-repeat right 19px bottom 16px / 12px;
}

/* Pass Type Radio Buttons */
.ai-pwr-land-page .bnr-form-wrap .pass-type-wrap {
    margin-top: 10px;
    margin-bottom: 25px;
}

.ai-pwr-land-page .bnr-form-wrap .pass-type-label {
    font-size: 18px;
    margin-bottom: 15px;
    display: block;
    color: var(--titlecolor);
}

.ai-pwr-land-page .bnr-form-wrap .pass-radio-group {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

.ai-pwr-land-page .bnr-form-wrap .pass-radio-group:last-child {
    margin-bottom: 0;
}

.ai-pwr-land-page .bnr-form-wrap .pass-radio-group input[type="radio"] {
    display: none;
}

.ai-pwr-land-page .bnr-form-wrap .pass-radio-group label {
    font-size: 16px;
    color: #040732;
    font-weight: 500;
    position: relative;
    padding-left: 32px;
    cursor: pointer;
    line-height: 1.1x;
}

.ai-pwr-land-page .bnr-form-wrap .pass-radio-group label span {
    font-weight: 300;
}

.ai-pwr-land-page .bnr-form-wrap .pass-radio-group label::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    border: 1px solid var(--titlecolor);
    border-radius: 100%;
    background-color: #fff;
    transition: all 0.2s ease;
}

.ai-pwr-land-page .bnr-form-wrap .pass-radio-group input[type="radio"]:checked+label::before {
    border-color: #2563EB;
}

.ai-pwr-land-page .bnr-form-wrap .pass-radio-group input[type="radio"]:checked+label::after {
    content: '';
    position: absolute;
    left: 4px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #2563EB;
    transition: all 0.2s ease;
}

.ai-pwr-land-page .bnr-form-wrap [type="submit"] {
    width: 100%;
}

.ai-pwr-land-page .bnr-form-wrap .submit-btn input[type="submit"] {
    text-transform: capitalize;
    color: var(--whitecolor);
    background: linear-gradient(90deg, #00CBFA 0%, #6C38E4 100%);
    box-shadow: 0px 24px 44px rgba(59, 47, 228, 0.24);
    border-radius: 100px;
    height: 66px;
    border: none;
    -webkit-appearance: none;
    appearance: none;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    border-radius: 100px;
    padding-left: 35px;
    padding-right: 35px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 600;
    outline: none !important;
}

.ai-pwr-land-page .bnr-form-wrap .submit-btn input[type="submit"]:hover {
    color: var(--whitecolor) !important;
    background: linear-gradient(-90deg, rgb(0, 203, 250) 0%, rgb(108, 56, 228) 100%);
}

.form-floating input:focus {
    border-color: #00cbfa !important;
}

.ai-pwr-land-page .bnr-form-wrap .form-floating>.form-control-plaintext~label,
.ai-pwr-land-page .bnr-form-wrap .form-floating>.form-control:focus~label,
.ai-pwr-land-page .bnr-form-wrap .form-floating>.form-control:not(:placeholder-shown)~label,
.ai-pwr-land-page .bnr-form-wrap .form-floating>.form-select~label {
    transform: none;
    z-index: 99;
    height: auto;
    padding-bottom: 0;
}

.aibnr-lt-col {
    width: 59.6%;

}

.aibnr-rt-col {
    width: 40.4%;
}

.ai-trusted-logo-wpr {
    background: linear-gradient(302.48deg, rgba(255, 255, 255, 0.2) 36.93%, rgba(248, 246, 255, 0.2) 94.25%);
    border: 3px solid var(--whitecolor);
    box-shadow: 30.3057px 36.3668px 81.8253px rgba(75, 40, 169, 0.09);
    backdrop-filter: blur(62.5px);
    border-radius: 30px;
    padding: 45px 37px;
    position: relative;
    overflow: hidden;
}

.swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    -o-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
}

.smoothslider-trst .swiper-wrapper {
    transition-timing-function: linear !important;
    pointer-events: none;
}

.trusted_image {
    height: 103px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.trusted_rgt_col {
    /* display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; */
    max-width: fit-content;
}

.trusted_image img {
    width: 100%;
    max-height: 100%;
    max-width: fit-content;
    object-fit: contain;
}

.ai-blur-img {
    position: absolute;
    bottom: -220px;
    left: 0;
    max-width: 22%;
    width: 100%;
    z-index: -1;
}

.ai-ylo-blur-img {
    position: absolute;
    top: -39px;
    right: -90px;
    max-width: 19%;
    width: 100%;
    opacity: 0.5;
    z-index: -1;
}

.ai-trusted,
.trusted_lft {
    position: relative;
}

.ai-trusted .trusted_bx .ai-trusted-title {
    font-family: var(--manropefont);
    font-size: 28px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 11px;
}

.trusted_lft::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 100%;
    width: 1px;
    background: linear-gradient(180deg, #F7F9FA 0%, #B8D8FF 48%, #F7F9FA 100%);
}

.ai-trusted .trusted_lft {
    width: 30.2%;
}

.ai-trusted .trusted_rgt {
    width: 69.8%;
}

.ai-trusted .trusted_bx {
    max-width: 420px;
}

.ai-trusted .trusted_rgt_bx {
    padding-left: 52px;
}

.ai-trusted .trusted_row {
    align-items: center;
}

.ai-event-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 21px 27px;
    background: linear-gradient(302.48deg, rgba(255, 255, 255, 0.2) 36.93%, rgba(248, 246, 255, 0.2) 94.25%);
    border: 3px solid var(--whitecolor);
    box-shadow: 30.3057px 36.3668px 81.8253px rgba(75, 40, 169, 0.09);
    backdrop-filter: blur(62.5px);
    border-radius: 30px;
    height: 100%;
}

.ai-event-item i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background: #EFF6FF;
    border-radius: 50%;
    margin-bottom: 12px;
}

.ai-event-item i img {
    max-width: 19px;
    width: 100%;
}

.ai-event-item span {
    display: block;
    margin-bottom: 1px;
    line-height: 1;
}

.ai-event-item h3 {
    font-weight: 800;
    text-transform: capitalize;
}

.ai-event-details-rw {
    --bs-gutter-x: 20px;
    --bs-gutter-y: 20px;
}

.ai-event-details {
    position: relative;
    z-index: 1;
}

.event-blur-img {
    position: absolute;
    bottom: -50%;
    left: 0;
    max-width: 24%;
    width: 100%;
    z-index: -1;
    pointer-events: none;
}

.event-purple-dot {
    position: absolute;
    top: 18%;
    left: 30%;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background: linear-gradient(140.64deg, #1A4FFF 24.01%, #9730FF 87.3%);
    box-shadow: 0px 26px 34px rgba(100, 127, 194, 0.67), inset 0px 10px 17px rgba(255, 255, 255, 0.45);
    pointer-events: none;
}

.event-pink-dot {
    position: absolute;
    bottom: 30%;
    right: 3%;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background: linear-gradient(319.36deg, #7A15D3 10.03%, #FF61E5 79.51%);
    box-shadow: 0px 26px 34px rgba(100, 127, 194, 0.67), inset 0px 10px 17px rgba(255, 255, 255, 0.45);
    pointer-events: none;
}

.event-green-img {
    position: absolute;
    top: 15%;
    right: 30%;
    max-width: 49px;
    width: 100%;
    width: 49px;
    height: 49px;
    filter: drop-shadow(0px 2.75663px 52.376px rgba(122, 104, 145, 0.25));
    pointer-events: none;
}

.event-green-img img {
    max-width: 28px;
    width: 100%;
}

.event-top-blur {
    position: absolute;
    top: -10%;
    right: 0;
    max-width: 25%;
    width: 100%;
    z-index: -1;
    pointer-events: none;
}

.ai-work-pricing-section .cmn-head {
    max-width: 854px;
}

.ai-price-card-row {
    --bs-gutter-x: 21px;
    --bs-gutter-y: 21px;
    justify-content: center;
}

.ai-price-card {
    display: flex;
    flex-direction: column;
    padding: 32px;
    border: 1px solid #C7D7EC;
    box-shadow: 50px 52px 106px rgba(146, 164, 202, 0.18);
    border-radius: 24px;
    background-color: var(--whitecolor);
    height: 100%;
    position: relative;
}

.ai-price-card .card-title {
    font-family: var(--manropefont);
    font-size: 25px;
    font-weight: 800;
    text-transform: capitalize;
    display: inline-block;
    margin-bottom: 7px;
}

.ai-price-wpr {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    gap: 14px;
}

.ai-price {
    display: inline-block;
    font-size: 40px;
    font-weight: 700;
}

.ai-price-wpr del {
    font-size: 22px;
}

.ai-price-card ul {
    margin-bottom: 35px;
}

.ai-price-card ul li {
    position: relative;
    padding-left: 32px;
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 16px;
}

.ai-price-card ul li:last-child {
    margin-bottom: 0;
}

.ai-price-card ul li:before {
    content: "";
    position: absolute;
    top: 1px;
    left: 0;
    width: 20px;
    height: 20px;
    background: url(../price-li-bluicn.svg) center center no-repeat;
    background-size: 20px;
}

.ai-price-card-active {
    background: linear-gradient(136.6deg, #6EAFFF 1.93%, #6B3CFA 96.83%);
    box-shadow: 0px 65px 106px #91ACE8;
    color: var(--whitecolor);
}

.ai-price-card-active .ai-price-card .card-title {
    color: var(--whitecolor);
}

.ai-off {
    font-size: 13px;
    font-weight: 700;
    color: #2563EB;
    padding: 7px 8px;
    background: #EAF3FF;
    border-radius: 100px;
    line-height: 1;
}

.ai-price-card-active.ai-price-card ul li:before {
    background: url(../pric-li-whiteicn.svg) center center no-repeat;
}

.ai-popular {
    position: absolute;
    top: -13px;
    left: 30px;
    border-radius: 100px;
    background-color: #FDC700;
    font-weight: 700;
    font-size: 15px;
    color: #0F172A;
    padding: 4px 10px;
    min-width: 125px;
    text-align: center;
}

.ai-price-card .cmn-btn {
    margin-top: auto;
}

.ai-price-card .cmn-btn {

    width: 100%;
    min-width: 100%;
    /* June 10 */
    /* text-transform: none; */
}

.ai-price-card-active .cmn-btn {
    background: linear-gradient(90deg, #FFFFFF 6.07%, #DDECFF 100%);
    box-shadow: 0px 24px 44px rgba(59, 47, 228, 0.24);
    color: var(--titlecolor);

}

.ai-price-card-active .cmn-btn:hover {
    color: var(--whitecolor);
}

.ai-bnr-section .bnr-form-wrap .form-control::-webkit-input-placeholder {
    color: #2D2D2D !important;
}

.ai-bnr-section .bnr-form-wrap .form-control:-ms-input-placeholder {

    color: #2D2D2D !important;
}

.ai-bnr-section .bnr-form-wrap .form-control::-moz-placeholder {
    color: #2D2D2D !important;
}

.ai-bnr-section .bnr-form-wrap .form-control:-moz-placeholder {
    color: #2D2D2D !important;
}

.ai-work-pricing-section {
    position: relative;
    z-index: 2;
}

.ai-price-flot-btn1 {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 12%;
    left: 11%;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    box-shadow: 0px 13.3649px 23.5222px rgba(107, 127, 157, 0.11);
    backdrop-filter: blur(1.06919px);
    background: var(--whitecolor);
    z-index: 1;
}

.ai-price-flot-btn1 img {
    max-width: 29px;
    width: 100%;
}

.ai-price-flot-btn2 {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 22%;
    right: 4%;
    width: 48px;
    height: 48px;
    border-radius: 16px;
    box-shadow: 0px 14px 36px rgba(198, 198, 255, 0.6);
}

.ai-price-flot-btn2 img {
    max-width: 22px;
    width: 100%;
}

.ai-work-pricing-section .cmn-head {
    margin-bottom: 55px;
}

/* p.p end 11.06.26 */


/*ai powercss */
/*cmncss*/
.cmn-head {
    max-width: 1134px;
    margin: 0 auto 40px;
}

/* =========================  
        Footer Start
========================= */
.ai-pwr-land-page .main-footer {
    position: relative;
    padding: 57px 0 60px;
    text-align: center;
    background-color: var(--dark-blue-color);
    color: var(--whitecolor);
}

.fl-left {
    position: absolute;
    left: 10%;
    top: 25%;
}

.flogo {
    max-width: 283px;
    width: 100%;
    margin: 0 auto;
    display: inline-block;
}

.fl-right {
    position: absolute;
    right: 10%;
    bottom: 15%;
}

.copyright-text {
    margin-top: 37px;
}

.copyright-text p {
    margin-bottom: 8px;
}

.copyright-text p:last-child {
    margin-bottom: 0;
}

.copyright-text p a {
    font-weight: 600;
    background: linear-gradient(to right, #0073FF 0%, #00BAFF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.copyright-text p a:hover {
    background: linear-gradient(to right, #00BAFF 0%, #0073FF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* CTA Section Styling */
.ai-cta-section {
    position: relative;
    background-color: var(--dark-blue-color-one);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

/* Background floating initials container */
.bg-initials-wrapper {
    position: absolute;
    width: 100%;
    top: 27%;
    left: 0;
    pointer-events: none;
    z-index: 0;
    opacity: 0.4;
}

.bg-initials-wrapper .splide__track {
    overflow: visible;
}

.bg-initials-wrapper .splide__slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Floating initials badges styling */
.initial-badge {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 700;
    transition: all 0.5s ease;
    z-index: 1;
    color: var(--whitecolor);
    opacity: 0.4;
}

/* Specific floating positions and colors to match the design */
.initial-badge.ak {
    opacity: 0.4;
    background: #155DFC;
}

.initial-badge.sr {
    opacity: 0.4;
    background: #7F22FE;
}

.initial-badge.mp {
    opacity: 0.4;
    background: #009966;

}

.initial-badge.dl {
    opacity: 0.4;
    background: #EC003F;
    color: var(--whitecolor);
}

.initial-badge.kr {
    opacity: 0.4;
    background: #E17100;
}

.initial-badge.ns {
    opacity: 0.4;
    background: #0092B8;

}

.initial-badge.pg {
    opacity: 0.4;
    background: #E60076;

}

.initial-badge.aj {
    opacity: 0.4;
    background: #009689;
}

.initial-badge.sm {
    opacity: 0.4;
    background: #4F39F6;
}

.initial-badge.rd {
    opacity: 0.4;
    background: #0084D1;
}

.initial-badge.lk {
    opacity: 0.4;
    background: #F54900;
}

.initial-badge.bt {
    opacity: 0.4;
    background: #9810FA;
}

.initial-badge.hc {
    opacity: 0.4;
    background: #5EA500;
}

.initial-badge.wm {
    opacity: 0.4;
    background: #E7000B;
}

.initial-badge.jp {
    opacity: 0.4;
    background: #D08700;
}

.initial-badge.fl {
    opacity: 0.4;
    background: #C800DE;
}

.initial-badge.gs {
    opacity: 0.4;
    background: #00A63E;
}

/* Glassmorphism Card styling */
.ai-glass-card {
    position: relative;
    max-width: 1024px;
    margin: 0 auto;
    background-color: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
    border: 1px solid rgba(255, 255, 255, 0.10);
    box-shadow: 0px 25px 50px -12px rgba(0, 0, 0, 0.25);
    border-radius: 40px;
    padding: 65px 90px 80px 90px;
    text-align: center;
    z-index: 2;
    color: var(--whitecolor);

}

.ai-avatar-wpr {
    position: absolute;
    left: -70px;
    top: 12px;
    z-index: 3;
    max-width: 183px;
    height: 183px;
    width: 100%;
    /* filter: drop-shadow(50px 85px 95px #13142F); */
    box-shadow: 50px 85px 95px #09162C;
    border-radius: 100%;
}


.ai-glass-card h2 {
    color: var(--whitecolor);
    margin-bottom: 20px;
}

.ai-avatar-wpr img {
    width: 100%;
}

/* Right Overlapping OpenAI Logo */
.ai-openai-badge {
    position: absolute;
    right: 68px;
    bottom: -32px;
    width: 58px;
    height: 58px;
    background: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow:
        0 12px 30px rgba(0, 0, 0, 0.4),
        0 0 15px rgba(255, 255, 255, 0.2);
    z-index: 3;
    transition: transform 0.3s ease;
}

.ai-card-content {
    max-width: 709px;
    margin: 0 auto;
}

.ai-firtstbtn-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
    margin-top: 40px;
}

.ai-glass-card .cmn-btn {
    min-width: auto;
    padding: 24px 25px;
}

/* ==========================================================================
   FAQ Section Styles
   ========================================================================== */

.ai-faq-section {
    position: relative;
    background: linear-gradient(180deg, rgba(245, 248, 252, 0) 0%, #EAF3FF 47.7%);

}

.ai-faq--wrpr {
    position: relative;
}

.ai-faq-glow {
    position: absolute;
    border-radius: 100%;
    z-index: 0;
    pointer-events: none;
}

.ai-faq-glow.glow-1 {
    width: 21px;
    height: 21px;
    top: 0;
    left: 0;
    background: linear-gradient(140.64deg, #1A4FFF 24.01%, #9730FF 87.3%);
    box-shadow: 0px 26px 34px rgba(100, 127, 194, 0.67), inset 0px 10px 17px rgba(255, 255, 255, 0.45);

}

.ai-faq-glow.glow-2 {
    width: 15px;
    height: 15px;
    top: 46px;
    right: 17%;
    background: linear-gradient(319.36deg, #7A15D3 10.03%, #FF61E5 79.51%);
    box-shadow: 0px 26px 34px rgba(100, 127, 194, 0.67), inset 0px 10px 17px rgba(255, 255, 255, 0.45);
}

.ai-faq-glow.glow-3 {
    width: 15px;
    height: 15px;
    left: 50%;
    transform: translateX(-50%);
    bottom: -50px;
    background: linear-gradient(319.36deg, #7A15D3 10.03%, #FF61E5 79.51%);
    box-shadow: 0px 26px 34px rgba(100, 127, 194, 0.67), inset 0px 10px 17px rgba(255, 255, 255, 0.45);

}

.ai-faq-grid {
    position: relative;
    --bs-gutter-x: 20px;
}

/* Premium FAQ Accordion Card */
.ai-faq-card {
    background: var(--whitecolor);
    border: 1px solid #F5F4F4;
    border-radius: 21px;
    /* transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1); */
    transition: background-color 0.4s ease, border-radius 0.4s ease, border-color 0.4s ease, margin 0.4s ease, box-shadow 0.4s ease, -webkit-box-shadow 0.4s ease;
}


.ai-faq-card.active {
    box-shadow: 0px 20px 45px rgba(64, 151, 255, 0.09);
    border-color: rgba(64, 151, 255, 0.4);
}

.ai-faq-card.active .ai-faq-header {
    padding-bottom: 20px;
}

.ai-faq-card:not(:last-child) {
    margin-bottom: 20px;
}

/* Accordion Header */
.ai-faq-header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: none;
    border: none;
    padding: 37px 75px 37px 45px;
    text-align: left;
    outline: none !important;
    cursor: pointer;
    font-size: 24px;
    font-weight: 600;
    color: var(--titlecolor);
    transition: 0.3s ease;
    position: relative;
       /* June 10 */
    font-family: var(--manropefont);
}

.ai-faq-card.active .ai-faq-header {
/* color: var(--blucolor); */
    color: #01B5FF;
}

/* FAQ Morphing Plus/Minus Icon */
.ai-faq-icon {
    width: 24px;
    height: 24px;
    display: inline-block;
    flex-shrink: 0;
    background-image: url(../faqplusicon.svg);
    background-size: 20px;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 40px;
    right: 40px;
}

.ai-faq-card.active .ai-faq-icon {
    background-image: url(../faqmiusicon.svg);
}

.ai-faq-body {
 max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.ai-faq-content {
    padding: 0 45px 26px 45px;
}

/* ==========================================================================
   Testimonials Section Styles (Slick Slider)
   ========================================================================== */

.ai-testimonial-section {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.ai-testimonial-slider {
    margin: 0 -10px;
    /* offset the card wrapper padding */
}


.ai-testimonial-card-wpr {
    padding: 20px 10px 90px;
    /* extra bottom padding for slide shadows */
    outline: none !important;
}

/* Premium Card Design matching the mockup */
.ai-testimonial-card {
    border-radius: 20px;
    /* box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.1), 40px 51px 73px rgba(0, 0, 0, 0.05); */
    box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.1), 0px 20px 18px rgba(0, 0, 0, 0.05);
    position: relative;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    padding: 1px;
    justify-content: space-between;
    background: linear-gradient(90deg, #D4EAFF, #BDCFFC);

}

.ai-testimonial-inr {
    border-radius: 20px;
    padding: 44px 40px;
    background-color: var(--whitecolor);
    width: 100%;
    height: 100%;
}


/* Quote Icon placement */
.ai-quote-icon {
    position: absolute;
    top: 30px;
    right: 26px;
    opacity: 0.6;
}

.ai-testimonial-title {
    color: var(--titlecolor);
    margin-bottom: 20px;
}


.ai-testimonial-user {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: auto;
}

.ai-testimonial-avatar {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}

.ai-testimonial-avatar img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.ai-pwr-land-page .ai-testimonial-info {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.ai-testimonial-name {
    font-family: var(--heebofont);
    font-size: 16px;
    font-weight: 800;
    color: #0F172B;
    margin: 0;
}

.ai-testimonial-company {
    font-family: var(--heebofont);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1.2px;
    color: #45556C;
    text-transform: uppercase;

}

.ai-testimonial-section.cmn-gap {
    padding-bottom: 0;
    padding-top: 0;
}

/* ==========================================================================
   Corporate Training Section Styles (Vertical Slick Slider)
   ========================================================================== */
.ai-corporate-section {
    position: relative;
}

.aimesurebaleimg {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 4px;
    z-index: -1;
    width: 100%;
    max-height: 1613px;
    object-fit: cover;
    z-index: -1;
}

/* Floating background glow/spheres */
.ai-corp-sphere {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    z-index: -1;
}

.ai-corporate-inrwrpr {
    position: relative;
}

.ai-corp-sphere.sphere-1 {
    width: 12px;
    height: 12px;
    top: 12%;
    left: 23%;
    animation: floatBob 6s ease-in-out infinite alternate;
    background: linear-gradient(140.64deg, #1A4FFF 24.01%, #9730FF 87.3%);
    box-shadow: 0px 26px 34px rgba(100, 127, 194, 0.67), inset 0px 10px 17px rgba(255, 255, 255, 0.45);
}

.ai-corp-sphere.sphere-2 {
    width: 15px;
    height: 15px;
    bottom: -50px;
    right: 0;
    border-radius: 100%;
    background: linear-gradient(319.36deg, #7A15D3 10.03%, #FF61E5 79.51%);
    box-shadow: 0px 26px 34px rgba(100, 127, 194, 0.67), inset 0px 10px 17px rgba(255, 255, 255, 0.45);
    pointer-events: none;
    z-index: 1;
}



/* Left Content Styles */
.ai-corporate-content {
    position: relative;
    z-index: 2;
    height: 100%;
    flex-direction: column;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.ai-corporate-row {
    --bs-gutter-y: 30px;
}

.ai-corp-eyebrow {
    display: inline-block;
    font-family: var(--heebofont);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #2563EB;
    background-color: #D7E4FF;
    border-radius: 40px;
    border: 1px solid #C7D8FF;
    padding: 6px 16px;
    margin-bottom: 24px;
    text-transform: uppercase;
}

.ai-corp-btn-wpr {
    display: inline-flex;
    align-items: center;
    gap: 24px;
    position: relative;
}

/* Floating Brain badge */
.ai-floating-brain {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background: #ffffff;
    border-radius: 18px;
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.8);
    animation: brainFloat 4s ease-in-out infinite alternate;
    position: absolute;
    bottom: 18px;
    left: 36%;
}



@keyframes brainFloat {
    0% {
        transform: translateY(0) rotate(0deg);
    }

    100% {
        transform: translateY(-8px) rotate(4deg);
    }
}

/* Right Slider Styles */
.upskill_slider_wrap {
    position: relative;
    padding: 10px 0;
    overflow: visible;
}



.upskill_slider_wrap .splide__list {
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
}

.upskill_slide_item {
    outline: none !important;
    box-sizing: border-box;
    padding: 0 41px;
    margin-bottom: 16px;
    /* Controls the gap between slides */
    transition: opacity 0.5s ease;
}

/* Base Card Style (Translucent, Receded, Slightly Shuffled Right) */
.upskill_card {
    display: flex;
    align-items: center;
    border: #DBEAFE;
    padding: 22px 23px;
    transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), box-shadow 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), background-color 0.4s ease, border-color 0.4s ease, opacity 0.4s ease;
    transform: scale(0.92);
    opacity: 1;
    cursor: pointer;
    width: 100%;
    max-width: 100%;
    height: 86px;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.62);
    box-shadow: 30px 22px 45px rgba(80, 129, 237, 0.26);
    backdrop-filter: blur(7.5px);
    border-radius: 17px;
}

.upskill_slider_wrap .splide__track {
    overflow: visible;
}

/* .upskill_slider_wrap .upskill_slide_item {
    opacity: 0;
}

.upskill_slider_wrap .upskill_slide_item.is-visible.is-prev,
.upskill_slider_wrap .upskill_slide_item.is-active.is-visible,
.upskill_slider_wrap .upskill_slide_item.is-visible.is-next,
.upskill_slider_wrap .upskill_slide_item.is-visible {
    opacity: 1;
} */

/* Card content */
.upskill_card_content {
    flex-grow: 1;
}

.upskill_card_content .h4-title {
    margin-bottom: 4px;
}

.upskill_card_content p {
    font-size: 15px;
    font-weight: 400;
}

/* Icon Box inside card */
.upskill_card_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    margin-right: 15px;
    flex-shrink: 0;
}

/* 3D Perspective Classes (Controlled by CSS) */
.upskill_slide_item.is-active .upskill_card,
.upskill_card.active {
    transform: scale(1.05);
    box-shadow: 30px 6px 77px rgba(80, 129, 237, 0.56);
    backdrop-filter: blur(7.5px);
    opacity: 1;
}

.upskill_slide_item.is-next-1 .upskill_card,
.upskill_slide_item.is-prev-1 .upskill_card {
    transform: scale(0.94);
}

.upskill_slide_item.is-next-2 .upskill_card,
.upskill_slide_item.is-prev-2 .upskill_card {
    transform: scale(0.94);
}

.upskill_slide_item.is-hidden .upskill_card {
    transform: scale(0.94);
    opacity: 0;
    box-shadow: none;

}

.upskilslidr-wrp-outr {
    max-width: 791px;
    width: 100%;
    margin-left: auto;
}

.ai-faq-section.cmn-gap {
    padding-top: 0;
}

/*ai powercss */
.engeniaring-parawrp h3 {
    font-weight: 800;
}

.ai-pwr-land-page {
    overflow: hidden;
}



/* D css start */
/* Developer Stack Section */
.developer-stack-section {
    position: relative;
    overflow: hidden;
}

.dev-stack-bg-img {
    position: absolute;
    top: 0%;
    left: 0;
    width: 100%;
    height: 123%;
    z-index: 0;
    pointer-events: none;
}

.developer-stack-section .container {
    position: relative;
    z-index: 1;
}

.dev-stack-badge {
    display: inline-block;
    background: #ECF2FF;
    border: 1px solid #C7D8FF;
    border-radius: 40px;
    padding: 10px 24px;
    font-size: 18px;
    line-height: 1.1;
    font-weight: 600;
    margin-bottom: 25px;
    color: var(--titlecolor);
    font-family: var(--heebofont);
}

.dev-stack-badge .blu-txt {
    color: #155DFC;
}


.developer-stack-section .h2-title {
    margin-bottom: 60px;
}

.ai-tools-cluster {
    position: relative;
    height: 502px;
    width: 828px;
}

.tool-card {
    position: absolute;
    padding: 20px 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
    transition: all 0.3s ease;
    width: 262px;
    height: 169px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px dashed #6E99D3;
    box-shadow: 30px 35px 65px rgba(30, 55, 108, 0.26);
    border-radius: 17px;
    transform: rotate(10.33deg);
    transform-style: preserve-3d;
    -webkit-font-smoothing: antialiased;
}

.tool-card::before {
    content: "";
    position: absolute;
    inset: 0;
    backdrop-filter: blur(6.5px);
    -webkit-backdrop-filter: blur(6.5px);
    border-radius: 17px;
    z-index: -1;
}

.tool-card>* {
    z-index: 1;
    position: relative;
}

.tool-card:hover {
    box-shadow: 0px 25px 50px rgba(64, 151, 255, 0.15);
    z-index: 10 !important;
}

.tool-card span {
    font-family: var(--manropefont);
    font-weight: 400;
    font-size: 18px;
    color: #1E1E1E;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transform: translateZ(0);
}

.tc-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 75.53px;
    height: 75.53px;
    background: #FFFFFF;
    box-shadow: 0px 22.75px 40.04px rgba(26, 49, 82, 0.27);
    backdrop-filter: blur(1.82px);
    border-radius: 100%;
    flex-shrink: 0;
}


/* Positioning the floating cards */
.tc-copilot {
    top: 18%;
    left: 1%;
    transform: rotate(-9.9deg);
    z-index: 1;
}

.tc-gemini {
    top: 3%;
    left: 29%;
    transform: rotate(10deg);
    z-index: 1;
}

.tc-github {
    top: 12%;
    left: 65%;
    transform: rotate(20deg);
    z-index: 2;
}

.tc-cursor {
    top: 50%;
    left: 50%;
    transform: rotate(-11deg) translate(-50%, -50%);
    z-index: 5;
    box-shadow: 0px 30px 60px rgba(64, 151, 255, 0.15);
}

.tc-claude {
    top: 63%;
    left: 7%;
    transform: rotate(5deg);
    z-index: 3;
}

.tc-midjourney {
    top: 58%;
    left: 58%;
    transform: rotate(-6deg);
    z-index: 5;
}

/* Right Grid Columns */
.info-grid-wpr {
    position: relative;
    padding: 0 0;
}

/* Card Crop Lines */
.crop-line {
    position: absolute;
    background: #A1B8EF;
    z-index: 0;
}

.crop-top {
    height: 1px;
    left: 0;
    right: 0;
    top: 16px;
}

.crop-bottom {
    height: 1px;
    left: 0;
    right: 0;
    bottom: 16px;
}

.crop-left {
    width: 1px;
    top: 0;
    bottom: -9px;
    left: 25px;
}

.crop-right {
    width: 1px;
    top: 0;
    bottom: -9px;
    right: 25px;
}

.info-card-row {
    --bs-gutter-x: 30px;
    --bs-gutter-y: 48px;
}

.info-card-col {
    position: relative;
}

.info-card {
    padding: 37px 49px;
    position: relative;
    z-index: 1;
    background: transparent;
    height: 100%;
}

.ic-num {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 16px;
    margin-bottom: 12px;
    font-family: var(--manropefont);
    border: 2px solid transparent;
}

.ic-num-blu {
    color: #1448BB;
    background: linear-gradient(137.92deg, #E5F1FF 18.24%, #D3E1FF 100%);
    border: 1px solid #D0E0FF;

}

.ic-num-grn {
    color: #3B8B1B;
    background: linear-gradient(137.92deg, #E9FFD4 18.24%, #A2DD8F 100%);
    border: 1px solid #C0ECAD;

}

.ic-num-red {
    color: #CB3737;
    background: linear-gradient(137.92deg, #FFDFDF 18.24%, #F68E8E 100%);
    border: 1px solid #FFBABA;

}

.ic-num-ylw {
    color: #DDA02F;
    background: linear-gradient(137.92deg, #FFFEDF 18.24%, #FFE6C1 100%);
    border: 1px solid #FFE8BC;
}

.info-card p {
    font-size: 18px;
    color: var(--titlecolor);
    line-height: 1.5;
    margin: 0;
    font-weight: 400;
}

/* =========================================
   Course Highlights Section
========================================= */
.course-highlights-section {
    position: relative;
    overflow: hidden;
    padding: 0 0 100px 0;
    z-index: 1;
    overflow: hidden;
}

.highlights-section-ball {
    max-width: 30%;
    position: absolute;
    right: 0;
    top: -200px;
    opacity: 0.7;
}

.ch-card-col:nth-child(1) .ch-card {
    background: linear-gradient(302.48deg, rgba(255, 255, 255, 0.2) 36.93%, rgba(248, 246, 255, 0.2) 94.25%);
    border: 3px solid #FFFFFF;
    box-shadow: 30.3057px 36.3668px 81.8253px rgba(75, 40, 169, 0.09);
    backdrop-filter: blur(62.5px);
}

.course-highlights-section .container {
    position: relative;
}

.ch-orb {
    position: absolute;
    border-radius: 50%;
    z-index: -1;
}

.ch-orb.orb-left {
    top: 50px;
    left: 20%;
    width: 15.69px;
    height: 14.94px;
    background: linear-gradient(319.36deg, #7A15D3 10.03%, #FF61E5 79.51%);
    box-shadow: 0px 26px 34px rgba(100, 127, 194, 0.67), inset 0px 10px 17px rgba(255, 255, 255, 0.45);

}

.ch-orb.orb-right {
    width: 21px;
    height: 20px;
    background: linear-gradient(140.64deg, #1A4FFF 24.01%, #9730FF 87.3%);
    box-shadow: 0px 26px 34px rgba(100, 127, 194, 0.67), inset 0px 10px 17px rgba(255, 255, 255, 0.45);
    top: 60px;
    right: 15%;
    z-index: 2;

}


.ch-desc {
    max-width: 844px;
    margin: 0 auto 50px;
    font-size: 18px;
    color: var(--titlecolor);
    line-height: 1.6;
    font-family: var(--heebofont);
}

.ch-cards-row {
    --bs-gutter-x: 24px;
    --bs-gutter-y: 28px;
}

.ch-card {
    background: #FFFFFF;
    border-radius: 20px;
    padding: 30px 30px;
    height: 100%;
    transition: all 0.3s ease;
    background: linear-gradient(302.48deg, rgba(255, 255, 255, 0.2) 36.93%, rgba(248, 246, 255, 0.2) 94.25%);
    border: 3px solid #FFFFFF;
    box-shadow: 30.3057px 36.3668px 81.8253px rgba(75, 40, 169, 0.09);
    backdrop-filter: blur(62.5px);
    border-radius: 30px;
}

.ch-card:hover {
    box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.08);
    transform: translateY(-5px);
}

.ch-badge {
    display: inline-flex;
    align-items: center;
    padding: 6px 14px;
    border-radius: 40px;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 13px;
    font-family: var(--manropefont);
}

.ch-badge i {
    margin-right: 6px;
    font-size: 16px;
}

/* Badge Colors based on the screenshot */
.ch-badge-blue {
    background: #ECF2FF;
    border: 1px solid #C7D8FF;
    backdrop-filter: blur(5px);
    border-radius: 65px;
    color: #2563EB;
}

.ch-badge-green {
    color: #3B8B1B;
    background: #F2FFEA;
    border: 1px solid #C4FBA2;
    backdrop-filter: blur(5px);
    border-radius: 65px;
}

.ch-badge-red {
    color: #FF7070;
    background: #FFECEC;
    border: 1px solid #FFD1D1;
    backdrop-filter: blur(5px);
    border-radius: 65px;
}

.ch-badge-yellow {
    color: #DDA02F;
    background: #FFFBE8;
    border: 1px solid #F7E79D;
    backdrop-filter: blur(5px);
    border-radius: 65px;
}

.ch-badge-orange {
    color: #CF831A;
    background: #FFF5EC;
    border: 1px solid #F4D7BD;
    backdrop-filter: blur(5px);
    border-radius: 65px;
}

.ch-badge-cyan {
    color: #1BC7AA;
    background: #E0FFFA;
    border: 1px solid #C7D8FF;
    backdrop-filter: blur(5px);
    border-radius: 65px;
}

.ch-card h3 {
    font-family: var(--manropefont);
    font-size: 24px;
    font-weight: 800;
    color: var(--titlecolor);
    margin-bottom: 20px;
    font-family: var(--manropefont);
}

.ch-card p {
    font-size: 18px;
    font-family: var(--heebofont);
    line-height: 1.6;
    color: var(--titlecolor);
    margin-bottom: 16px;
}

.ch-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.ch-tags span {
    display: inline-block;
    color: #1D4ED8;
    font-size: 14px;
    font-weight: 500;
    font-family: var(--heebofont);
    padding: 4px 8px;
    background: #EFF6FF;
    border-radius: 12px;
}

.course-center-title {
    margin-bottom: 60px;
    position: relative;
    z-index: 2;
}

.course-center-title h2 {
    margin-bottom: 20px;
}

/* D css end */
.ai-event-details.cmn-gap {
    padding-top: 90px;
}

.workshop-promis-inr.cmn-head {
    margin-bottom: 15px;
}

.ai-developers-img-wpr {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0 0 0 0;
    padding: 0;
}

.ai-developers-img-wpr li {
    height: 40px;
    width: 40px;
    border-radius: 100%;
    background-color: #fff;
    border: 1.5px solid #FFFFFF;

}

.ai-developers-img-wpr li:not(:first-child) {
    margin-left: -13px;
}

.ai-developers-img-wpr li:last-child {
    background: #090A1C;
    border: 2px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--whitecolor);
    font-size: 12px;
    font-weight: 500;
}

.ai-developers-img-wpr li span {
    font-size: 14px;
    font-weight: 700;
    font-family: var(--googlesansfont);
}

.ai-devolopers-wpr .ai-developers-icn-outer li {
    padding: 0;
    background-color: transparent;
}

.ai-developers-icn-outer li a {
    display: flex;
    align-items: center;
    padding: 9px 10px;
    width: 100%;
    background: var(--whitecolor);
    border-radius: 60px;
}

.ai-developers-icn-outer li a:hover {
    transform: translateY(-2px);
}

.built-sec .girlblur .blur-image {
    z-index: -1;
}


/* Checkout Section */
.ai-pwr-land-page .checkout-sec .bnr-form-wrap{max-width: 100%;}
.ai-pwr-land-page .checkout-sec {
    position: relative;
    padding: 205px 0 100px;
    overflow: hidden;
    min-height: 100vh;
}

.ai-pwr-land-page .checkout-bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.ai-pwr-land-page .checkout-bg-img-top {
    position: absolute;
    top: 13%;
    right: 9.5%;
    width: auto;
    max-width: 60%;
    z-index: 0;
    opacity: 0.8;
}

.ai-pwr-land-page .checkout-bg-img-left {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: auto;
    max-width: 30%;
    z-index: 0;
}

.ai-pwr-land-page .checkout-container {
    position: relative;
    z-index: 2;
}

.ai-pwr-land-page .checkout-main-title {
    font-weight: 800;
    color: var(--titlecolor);
    margin-bottom: 50px;
}

.ai-pwr-land-page .checkout-card {
    background: linear-gradient(302.48deg, rgba(255, 255, 255, 0.9) 36.93%, rgba(248, 246, 255, 0.9) 94.25%);
    border: 3px solid #FFFFFF;
    box-shadow: 30.3057px 36.3668px 81.8253px rgba(75, 40, 169, 0.09);
    backdrop-filter: blur(62.5px);
    border-radius: 30px;
    padding: 44px 37px;
}

.ai-pwr-land-page .checkout-card.order-summary-card {
    margin-bottom: 28px;
}

.ai-pwr-land-page .checkout-card-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 50px;
}

.ai-pwr-land-page .checkout-card-header.border-bottom-0 {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 20px;
}

.ai-pwr-land-page .step-badge,
.ai-pwr-land-page .summary-icon,
.ai-pwr-land-page .promo-icon {
    width: 32px;
    height: 32px;
    background: #1F2D9B;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 14px;
    font-family: var(--googlesansfont);
}

.ai-pwr-land-page .summary-icon,
.ai-pwr-land-page .promo-icon {
    background: #eef2ff;
    color: #1a56db;
}

.ai-pwr-land-page .checkout-card-header h2 {
    font-size: 32px;
    font-weight: 700;
    margin: 0;
    color: #040732;
}

.ai-pwr-land-page .checkout-card .checkout-card-header h2 {
    font-size: 24px;
    color: var(--titlecolor);
}

.ai-pwr-land-page .promo-card .promo-icon {
    background: transparent;
    border-radius: 0;
    width: 48px;
    height: auto;

}

.ai-pwr-land-page .enroll-type-wrap {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
}

.ai-pwr-land-page .enroll-label {
    font-weight: 500;
    color: #090A1C;
    font-size: 20px;
}

.ai-pwr-land-page .enroll-options {
    display: flex;
    gap: 20px;
}

.ai-pwr-land-page .custom-radio {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    margin-bottom: 0;
}

.ai-pwr-land-page .custom-radio input {
    display: none;
}

.ai-pwr-land-page .custom-radio .radio-mark {
    width: 16px;
    height: 16px;
    border: 2px solid #d1d5db;
    border-radius: 50%;
    display: inline-block;
    position: relative;
}

.ai-pwr-land-page .custom-radio input:checked+.radio-mark {
    border-color: #55b2ff;
    background: #e0f2fe;
}

.ai-pwr-land-page .custom-radio input:checked+.radio-mark::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    background: #55b2ff;
    border-radius: 50%;
}

.ai-pwr-land-page .custom-radio .radio-text {
    font-size: 15px;
    color: #21222E;
    font-weight: 500;
}


.ai-pwr-land-page .checkout-card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
    padding-top: 25px;
    border-top: 1px solid #edf2f7;
}

.ai-pwr-land-page .custom-checkbox {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    cursor: pointer;
    max-width: 70%;
    margin-bottom: 0;
}

.ai-pwr-land-page .custom-checkbox input {
    display: none;
}

.ai-pwr-land-page .custom-checkbox .checkmark {
    min-width: 23px;
    height: 21px;
    border: 1px solid #d1d5db;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ai-pwr-land-page .custom-checkbox input:checked+.checkmark {
    background: #3b82f6;
    border-color: #3b82f6;
}

.ai-pwr-land-page .custom-checkbox input:checked+.checkmark::after {
    content: '\f00c';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    color: white;
    font-size: 12px;
}

.ai-pwr-land-page .custom-checkbox .check-text {
    font-size: 15px;
    color: #21222E;
}

.ai-pwr-land-page .btn-continue { 
    white-space: nowrap;
    min-width: 164px;
    border: none;
    font-weight: 700;
}

/* Right Card */
.ai-pwr-land-page .order-item-box {  
    padding: 15px;
    margin-bottom: 25px; 
    border: 1px solid #F3F3F3;
    border-radius: 18px; 
}

.ai-pwr-land-page .order-item-top {
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
}

.ai-pwr-land-page .order-item-img {
    width: 129px;
    height: 116px;
    border-radius: 8px;
    overflow: hidden;
    flex-shrink: 0;
}

.ai-pwr-land-page .order-item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ai-pwr-land-page .order-item-info {
    flex-grow: 1;
}

.ai-pwr-land-page .order-item-title-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 8px;
}

.ai-pwr-land-page .order-item-title-row h3 {
    font-size: 15px;
    font-weight: 600;
    color: #111827;
    margin: 0;
    line-height: 1.3;
}

.ai-pwr-land-page .btn-delete-item {
    background: #fee2e2;
    border: none;
    color: #E6585A;
    background-color: #FFEAEB;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    cursor: pointer;
}

.ai-pwr-land-page .order-item-meta {
    font-size: 16px;
    color: #21222E;
    gap: 19px;
    display: flex;
    align-items: center;

}

.ai-pwr-land-page .order-item-meta span i {
    margin-right: 6px;
}


.ai-pwr-land-page .team-pass-badge {
    padding: 10px 15px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 300;
    color: #040732;
    display: flex;
    align-items: center;
    gap: 8px;

    background: #FFFFFF;
    border: 1px solid #F3F3F3;
    border-radius: 14px;

}

.ai-pwr-land-page .team-pass-badge .badge-icon {
    width: 20px;
    height: 20px;
    background: #FFEAEB;
    color: #E6585A;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
}

.ai-pwr-land-page .team-pass-badge strong {
    font-weight: 500;
}

.ai-pwr-land-page .price-breakdown .price-row {
    display: flex;
    justify-content: space-between;
    align-items: center; 
    font-size: 15px;
}

.ai-pwr-land-page .price-label {
    color: #090A1C;
    font-size: 20px;
    letter-spacing: -0.01em;
}

.ai-pwr-land-page .price-values {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 22px;
}

.ai-pwr-land-page .price-current {
    font-weight: 600;
    color: #111827;
}

.ai-pwr-land-page .price-old {
    color: #84869C;
    font-size: 20px;
}

.ai-pwr-land-page .emi-text {
    text-align: right;
    font-size: 16px;
    color: #21222E;
    margin-bottom: 12px; 
    border-top: 1px dashed #eeeeee;
    padding-top: 20px;
    margin-top: 20px;
}

.ai-pwr-land-page .total-row {
   
    margin-top: 15px; 
}

.ai-pwr-land-page .total-row .price-label {
    font-weight: 500;
    color: #090A1C;
    font-size: 20px;
}

.ai-pwr-land-page .discount-tag {
    background: #F13557;
    color: white;
    font-size: 12px;
    font-weight: 500;
    padding: 4px 11px;
    border-radius: 4px;
}
.ai-pwr-land-page .discount-tag:empty{display: none;}

.ai-pwr-land-page .price-total {
    font-size: 22px;
    font-weight: 500;
    color: #090A1C;
}

.ai-pwr-land-page .price-total-old {
    color: #84869C;
    font-weight: 500;
    font-size: 20px;
}

.ai-pwr-land-page .promo-input-wrap {
    display: flex;
    gap: 10px;
    margin-bottom: 25px;
    position: relative;
}

.ai-pwr-land-page .promo-input-wrap .form-control {
    border: 1px dashed #E0E4F9;
    border-radius: 12px;
    padding: 10px 135px 10px 19px;
    font-size: 14px;
    background-color: #FFFFFF;
    color: #2D2D2D;
    opacity: 1;
}
.ai-pwr-land-page .promo-input-wrap .form-control::placeholder{
     color: #2D2D2D;
    opacity: 1;
}
.ai-pwr-land-page .btn-apply-promo {
     background: #fff;
    border: 1px solid #E8EAF0;
    border-radius: 100px;
    padding: 0 20px;
    font-size: 15px;
    font-weight: 700;
    color: #090A1C;
    white-space: nowrap;
    position: absolute;
    right: 14px;
    top: 10px;
    height: 39px;
    transition: all 200ms ease-in-out;
}
.ai-pwr-land-page .btn-apply-promo:hover{
    background-color: var(--blucolor);
    color: var(--whitecolor);
}

.ai-pwr-land-page .promo-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.ai-pwr-land-page .promo-item {
    display: flex;
    gap: 15px;
    border: 1px solid #F3F3F3;
    border-radius: 12px;
    background-color: #fff;
    padding: 21px;
    cursor: pointer;
    transition: all 0.2s ease;
    margin-bottom: 0;
}

.ai-pwr-land-page .promo-item:hover {
    border-color: #c7d2fe;
    background: #fafaf9;
}

.ai-pwr-land-page .promo-item-left {
    padding-top: 4px;
}

.ai-pwr-land-page .promo-item-left input {
    display: none;
}

.ai-pwr-land-page .promo-item-left .radio-mark {
    width: 22px;
    height: 22px;
    border: 2px solid #EEF6FA;
    border-radius: 50%;
    display: block;
    position: relative;
    background: #EEF6FA;
}

.ai-pwr-land-page .promo-item-left input:checked+.radio-mark {
    border-color: var(--blucolor);
    background: #e0f2fe;
}

.ai-pwr-land-page .promo-item-left input:checked+.radio-mark::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    background: var(--blucolor);
    border-radius: 50%;
}

.ai-pwr-land-page .promo-item-content {
    flex-grow: 1;
}

.ai-pwr-land-page .promo-item-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
}

.ai-pwr-land-page .promo-item-header h4 {
    font-size: 18px;
    font-weight: 700;
    color: #009DFA;
    margin: 0;
}

.ai-pwr-land-page .promo-validity {
    font-size: 16px;
    font-weight: 400;
    color: #21222E;
    margin-bottom: -25px;
}

.ai-pwr-land-page .promo-item-content p {
    font-size: 14px;
    color: #111827;
    margin: 0;
    font-weight: 500;
}

.ai-pwr-land-page .btn-proceed-payment { 
    margin-top: 28px;
    border: none;
}



.ai-pwr-land-page .checkout-sec .bnr-form-wrap .form-control::-webkit-input-placeholder {
    color: #2D2D2D !important;
}

.ai-pwr-land-page .checkout-sec .bnr-form-wrap .form-control:-ms-input-placeholder {
    color: #2D2D2D !important;
}

.ai-pwr-land-page .checkout-sec .bnr-form-wrap .form-control::-moz-placeholder {
    color: #2D2D2D !important;
}

.ai-pwr-land-page .checkout-sec .bnr-form-wrap .form-control:-moz-placeholder {
    color: #2D2D2D !important;
}

/* Thank You Section */
.ai-pwr-land-page .checkout-sec.thank-you-sec{ 
    padding: 320px 0 197px;
}
.ai-pwr-land-page .checkout-sec.thank-you-sec .checkout-bg-img-top { 
    top: 21%;
    right: 9.5%; 
    max-width: 50%; 
}
.ai-pwr-land-page .thank-you-card {
    padding: 70px 50px;  
    background: linear-gradient(302.48deg, rgba(255, 255, 255, 0.9) 36.93%, rgba(248, 246, 255, 0.9) 94.25%);
    border: 3px solid #FFFFFF;
    box-shadow: 30.3057px 36.3668px 81.8253px rgba(75, 40, 169, 0.09);
    backdrop-filter: blur(62.5px); 
    border-radius: 30px; 
    max-width: 979px;
    margin: 0 auto;
}

.ai-pwr-land-page .success-icon-wrap {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
} 

.ai-pwr-land-page .thank-you-title {
    font-size: 32px;
    font-weight: 700;
    color: #040732;
    margin-bottom: 20px;
}

.ai-pwr-land-page .thank-you-text {
    font-size: 15px;
    font-weight: 400;
    color: #21222E; 
    max-width: 600px;
    margin: 0 auto;
}

.ai-pwr-land-page .gform_wrapper.gravity-theme .gfield input, .ai-pwr-land-page .gform_wrapper.gravity-theme .gfield select{
    font-size: 14px;
    font-weight: 300;
    box-shadow: none !important;
    min-height: 70px !important;
    color: rgb(45, 45, 45) !important;
    border-radius: 12px;
    border-style: solid;
    border-color: rgb(224, 228, 249);
    border-image: initial;
    outline: none !important;
    border-width: 1px !important;
    display: block;
    padding: 26px 19px 0px !important;
}
.ai-pwr-land-page .gform_wrapper.gravity-theme .gfield_label{
    position: absolute !important;
    clip: initial!important;
    top: 14px;
    left: 18px;
    z-index: 2;
    overflow: hidden;
    text-align: start;
    text-overflow: ellipsis;
    white-space: nowrap;
    pointer-events: none;
    border: 1px solid transparent;
    transform-origin: 0 0;
    transition: opacity .1s ease-in-out,transform .1s ease-in-out;
    line-height: 1;
    font-weight: 500 !important;
    opacity: 1;
    font-size: 16px !important;
    color: #040732 !important;
    filter: none;
    background: transparent !important;
}
.ai-pwr-land-page .gform_wrapper.gravity-theme .gfield_label .gfield_required{display: none;}
.ai-pwr-land-page .gform_wrapper.gravity-theme .gfield{
    position: relative;
}
.ai-pwr-land-page .gform_wrapper.gravity-theme .gfield .gchoice{
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 12px;
}
.ai-pwr-land-page .gform_wrapper.gravity-theme .gfield .gchoice .gfield-choice-input{ 
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    min-height: auto !important;
    border: 1px solid var(--titlecolor);
    border-radius: 100%;
    background-color: #fff;
    transition: all 0.2s ease;
}
.ai-pwr-land-page .gform_wrapper.gravity-theme .gfield--type-choice .gfield_label{
    position: static !important;
    font-size: 18px !important;
    margin-bottom: 15px;
    display: block;
    color: var(--titlecolor) !important;
    font-weight: 400 !important;
    margin-top: 10px;
}

.gform_wrapper.gravity-theme .gfield-choice-input+label{
    font-size: 16px !important;
    color: #040732;
    font-weight: 500;
    position: relative;
    padding-left: 32px;
    cursor: pointer; 
}
.ai-pwr-land-page .bnr-form-wrap [type="submit"]{
    text-transform: capitalize;
    color: var(--whitecolor);
    background: linear-gradient(90deg, #00CBFA 0%, #6C38E4 100%);
    box-shadow: 0px 24px 44px rgba(59, 47, 228, 0.24);
    border-radius: 100px;
    height: 66px;
    border: none;
    -webkit-appearance: none;
    appearance: none;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    border-radius: 100px;
    padding-left: 35px;
    padding-right: 35px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 600;
    outline: none !important;
    margin-bottom: 0 !important;
}
.ai-pwr-land-page .bnr-form-wrap [type="submit"]:hover{
    color: var(--whitecolor) !important;
    background: linear-gradient(-90deg, rgb(0, 203, 250) 0%, rgb(108, 56, 228) 100%);
}
.ai-pwr-land-page .gform_wrapper.gravity-theme .gform_footer{margin-bottom: 0; padding-bottom: 0;}

/* 17 june */
.thank-you-text h2{
    font-size: 20px;
}
.thank-you-text h3{
    margin-bottom: 12px;
    margin-top: 25px;
    font-size: 18px;
}
.thank-you-text h4{font-size: 16px;margin-bottom: 12px; margin-top: 25px;}
.thank-you-text ul{
    margin-bottom: 25px;
}
.thank-you-text p,
.thank-you-text ul li{margin-bottom: 12px;} 
.thank-you-text p:last-child{margin-bottom: 0;} 
.thank-you-text a{
    color: var(--dark-blue-color-one);
}
.thank-you-text a:hover{
    color: var(--bluelight);
}
.ai-pwr-land-page .thank-you-text{max-width: 100%;}
.slick-arrow.slick-disabled{
    pointer-events: none !important;
    opacity: 0.2;
}
.learn_slider_wrap.one-item-center .learn_slider .slick-list{
    padding-right: 0 !important;
}
.learn_slider_wrap.one-item-center{
    padding: 0 10% !important;
    margin: 0 auto;
}
.ai-pwr-land-page .main-head{
    transition: all 200ms ease-in-out;
}
.ai-pwr-land-page .main-head.fixed{
    padding-top: 5px;
}
.ai-pwr-land-page .main-head.fixed .navbar-brand{
    width: 130px;
}
.ai-pwr-land-page .main-head.fixed .navbar-btn-wpr .cmn-btn { 
    padding-top: 16px; padding-bottom: 16px;
    }

.thank-you-text a.cmn-btn{color: #fff;}

.page-template-ai-power .ht_ctc_an_entry_corner, .page-template-ai-power #tidio-chat{
    display: none !important;
    visibility: hidden !important;
}


 /* New custom card design styles */
.banner-batch-card {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.price-discount-percent {
    font-size: 13px;
    color: #FF2B5C;
    font-weight: 600;
    margin-left: 8px;
    background-color: #FFEBF0;
    padding: 2px 8px;
    border-radius: 6px;
    display: inline-block;
}

.batch-title {
    font-size: 28px;
    font-weight: 800;
    color: var(--dark-blue-color);
    margin-top: 0;
    margin-bottom: 8px;
    font-family: var(--manropefont), sans-serif;
    border-bottom: 1px dashed #E5E7EB;
    padding-bottom: 10px;
}

.batch-time {
    font-size: 16px;
    color: var(--dark-blue-color);
    font-weight: 500;
    margin-bottom: 0;
}

.timezone {
    font-size: 13px;
    font-weight: 600;
    color: #9CA3AF;
    margin-left: 2px;
}

.dotted-divider {
    border-top: 1px dashed #E5E7EB;
    margin: 20px 0;
}

.pass-tab-container {
    display: flex;
    background-color: #F3F4F6;
    border-radius: 30px;
    padding: 4px;
    gap: 4px;
    margin-bottom: 24px;
    border: 1px solid #E5E7EB;
    list-style: none;
}

.pass-tab-btn {
    width: 100%;
    border: none;
    background: none;
    padding: 12px 14px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 25px;
    cursor: pointer;
    transition: all 0.25s ease;
    color: #50526b;
    font-family: var(--manropefont), sans-serif;
    outline: none;
}

.pass-tab-btn:hover {
    color: var(--dark-blue-color);
}
.banner-batch-card .pass-tab-btn{border-radius: 30px;}
.banner-batch-card .pass-tab-btn.active {
    background-color: var(--dark-blue-color) !important;
    color: #FFFFFF !important;
    box-shadow: 0px 4px 10px rgba(11, 17, 32, 0.15);
}

.price-qty-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
}

.price-info-col {
    display: flex;
    flex-direction: column;
}

.price-main-wrap {
    display: flex;
    align-items: center;
    font-family: var(--manropefont), sans-serif;
}

.price-currency {
    font-size: 29px;
    font-weight: 800;
    color: var(--dark-blue-color);
    margin-right: 2px;
}

.banner-batch-card .price-amount {
    font-size: 36px;
    font-weight: 800;
    height: 40px;
    color: var(--dark-blue-color-one) !important;
    line-height: 1;
    border: none !important;
    background: transparent;
    outline: none !important;
    padding: 0 !important; 
    font-family: var(--manropefont), sans-serif;
}

.banner-batch-card .price-sub-wrap {
    margin-top: 4px;
    margin-bottom: 4px;
    display: flex;
    align-items: center;
}

.banner-batch-card .price-original {
    font-size: 16px;
    color: #9CA3AF;
    height: 21px;
    text-decoration: line-through;
    border: none;
    background: transparent;
    outline: none;
    padding: 0; 
}

.qty-counter {
    display: flex;
    align-items: center;
    border: 1px solid #D1D5DB;
    border-radius: 12px;
    overflow: hidden;
    background: #FFFFFF;
    height: 48px;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.02);
}

.qty-btn {
    background: none;
    border: none;
    width: 44px;
    height: 100%;
    font-size: 20px;
    font-weight: 600;
    color: #4B5563;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s, color 0.2s;
    outline: none;
}

.qty-btn:hover {
    background-color: #F9FAFB;
    color: #111827;
}

.qty-val {
    width: 36px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    color: var(--dark-blue-color); 
    border: none;
    background: transparent;
    outline: none;
    padding: 0;
    margin: 0;
    -moz-appearance: textfield;
    /* Firefox */
}

.qty-val::-webkit-outer-spin-button,
.qty-val::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.price-amount:focus,
.price-original:focus,
.qty-val:focus {
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
    background: transparent !important;
}

.company-name-row {
    margin-bottom: 20px;
    animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-5px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.banner-batch-card .cmn-btn {
    display: flex;
    width: 100%;
    min-width: 0;
    justify-content: center;
    padding: 16px 20px;
    border-radius: 12px;
    font-family: var(--manropefont), sans-serif;
    font-weight: 700;
    border: none;
    outline: none;
    cursor: pointer;
}

.banner-batch-card .form-control {
    color: var(--dark-blue-color) !important;
    font-weight: 600;
}

.banner-batch-card .form-control:focus {
    border-color: #6B3CFA !important;
    box-shadow: 0 0 0 0.25rem rgba(107, 60, 250, 0.25) !important;
} 
button.cmn-btn{border: none !important;}

/* Jul 01 */
.ai-pwr-land-page .pymnt-histry .bnr-form-wrap .bnr-form-row {
    --bs-gutter-y: 0;
    --bs-gutter-x: 0;
}
.wcg-manual-pay-button{
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    color: var(--whitecolor);
    font-family: var(--heebofont);
    background: linear-gradient(90deg, #6B3CFA 6.07%, #4097FF 100%);
    box-shadow: 0px 24px 44px rgba(59, 47, 228, 0.24);
    border-radius: 40px;
    padding: 20px 30px;
    min-width: 100%;
    text-transform: capitalize;
    overflow: hidden;
    z-index: 1;
    border: none !important;
    margin-top: 20px;
}
.wcg-manual-pay-button:hover{
    background: linear-gradient(0deg, #00CBFA 0%, #6C38E4 100%);
}
.wcg-manual-payment-row {
    /* border-radius: 12px; */
    border-bottom: 1px solid #e0e4f9;
    color: #2d2d2d;
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
    gap: 15px;
}


/* July 03 */
.ai-pwr-land-page .wcg-quantity-label{
    width: 100%;
}
.ai-pwr-land-page .wcg-order-quantity{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.ai-pwr-land-page .order-item-meta{
    gap: 8px 10px;
}
.blur-image-bg{display: none;}

.ai-testimonial-slider .slick-track{
    display: flex;
}
.ai-testimonial-slider .slick-track .slick-slide{
    height: auto;
}
.ai-testimonial-slider .ai-testimonial-card{
    height: 100%;
}

.slick-dots{
    display: flex;
    justify-content: center;
    gap: 7px;
}
.slick-dots li button{
    font-size: 0;
    width: 8px;
    height: 8px;
    padding: 0;
    outline: none;
    box-shadow: none;
    border: none;
    border-radius: 100%;
    background-color: #1A4FFF;
    opacity: 0.2;
    display: block;
}
.slick-dots li.slick-active button{
    opacity: 1;
}



/* 08-07-26 Css Start */
.smile-girl-mobile,
.trusted-shp-mb{
    display:none;
}

 .ai-pwr-land-page .productivity-slider{
        pointer-events:none;
    }
    
.productivity-slider .splide__list {
    will-change: transform;
    transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.productivity-slider .splide__track {
    overflow: hidden;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
}


/* 08-07-26 Css End */




/* 14-07-26 Css Start */
/* .learn_slide_item{
    opacity: 0.6;
    filter: blur(4px);
}
.learn_slide_item.slick-slide.slick-current{
    opacity:1;
    filter:blur(0px);
}

.learn_slde-arr-wpr .engeniaring-slider-btn{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    left:-30px;
}
.learn_slde-arr-wpr .engeniaring-slider-btn.learn_slde-next{
    left:auto;
    right:24%;
} */


/* 14-07-26 Css End */








/* ========== responsive css =========== */



@media(min-width:1025px) {

    /* navbar*/
    .navbar-nav .clickD {
        display: none;
    }

    .navbar-nav li.menu-item-has-children:hover>.sub-menu {
        display: block;
    }
    .ai-pwr-land-page .main-head.fixed .navbar-nav>li{
        padding: 10px 0;
    }
    
}

@media(min-width:1400px) {
    /* .container {
        max-width: 1366px;
    } */

    .learn_slider_wrap {
        max-width: calc(100% - (50% - 1366px / 2));
    }
}

@media(min-width:1600px) {
    /* .container {
        max-width: 1580px;
    } */

    .learn_slider_wrap {
        max-width: calc(100% - (50% - 1580px / 2));
    }
}

@media(min-width:1800px) {
    .container {
        max-width: 1724px;
    }
    /* June 10 */
    .learn_stat_num{font-size: 20px;}
}

@media(max-width:1799px) {
    .ai-faq-glow.glow-2 {
        right: 10%;
    }

    h2,
    .h2-title {
        font-size: 50px;
    }

    .ai-pwr-land-page .trusted-leader-head .cmn-head span {
        width: 180px;
        height: 60px;
        margin-bottom: -10px;
    }

    .ai-pwr-land-page .trusted-leader-row {
        --bs-gutter-x: 30px;
        --bs-gutter-y: 30px;
    }

    .ai-pwr-land-page .each-border-inr .gradient-txts-big {
        font-size: 44px;
    }

    .ai-pwr-land-page .day-tabs>* {
        min-width: 180px;
        padding: 20px;
    }

    .ai-pwr-land-page .main-head .navbar-btn-wpr {
        margin-left: 21px;
    }

    .navbar-nav>li {
        margin: 0 14px;
    }

    .navbar-nav>li>a {
        font-size: 16px;
    }

    .float-btm {
        right: 0%;
    }

    .ai-pwr-land-page .aibnr-eyebrow span {
        font-size: 22px;
    }

    .ai-pwr-land-page .aibnr-eyebrow {
        padding: 11px 18px;
        margin-bottom: 20px;
    }

    .ai-pwr-land-page .ai-bnr-section h1 {
        margin-bottom: 17px;
    }

    h1,
    .h1-title {
        font-size: 52px;
    }

    .sub-title {
        font-size: 18px;

    }

    .ai-venue-wpr span {
        font-size: 20px;
    }

    .float-btm {
        right: 0%;
    }

    .float-icn img {
        max-width: 23px;
    }

    .float-btm {
        width: 40px;
        height: 40px;
        bottom: 36%;
    }

    .float-top {
        width: 48px;
        height: 48px;
    }

    .ai-pwr-land-page .ai-bnr-section p {
        font-size: 17px;
    }

    .ai-blur-img {
        bottom: -150px;
    }

    .ai-ylo-blur-img {
        max-width: 27%;
    }

    .ai-faq-header {
        padding: 32px 75px 32px 45px;
    }

    /* D css start */
    .tool-card {
        width: 212px;
        height: 143px;
    }

    .ai-tools-cluster {
        height: 442px;
        width: 628px;
    }

    .info-card p,
    .ch-card p {
        font-size: 16px;
    }

    .dev-stack-badge {
        font-size: 15px;
    }

    .dev-stack-bg-img {
        height: 100%;
    }

    /* D css end */
    .before-inr {
        padding: 34px 17px 0 29px;
    }

    .list-right li {
        padding-left: 25px;
    }

    .colimg-before {
        padding-right: 10px;
    }
    /* June 10 */
    body{font-size: 16px;}
    .ai-pwr-land-page .brain-icon-right{right: 24px;}
    .tad-sec .cmn-head {
        max-width: 692px;
    }
    .learn_sec .cmn-head {
        max-width: 721px;
    }
    .before-inr {
        padding: 24px 10px 0 30px;
    }
    .colimg-before{padding-right: 10px;}
    .fadeone .list-right li, .list-right li{font-size: 14px; padding-left: 22px;}
    .colimg-before-right{max-width: 199px;}
    .colimg-before h3{margin-bottom: 12px;}
    .fadeone .list-right li{background-position: top 4px left; background-size: 12px;}
    .ai-pwr-land-page .bnr-form-wrap .bnr-form-subtitle{font-size: 26px;}
    .ai-pwr-land-page .bnr-form-wrap .bnr-form-smltext{font-size: 17px;}
    /* Checkout Page Start */
    .ai-pwr-land-page .checkout-card .checkout-card-header h2 {
        font-size: 20px;
    }

    .ai-pwr-land-page .price-label,
    .ai-pwr-land-page .price-old {
        font-size: 18px;
    }

    .ai-pwr-land-page .price-values {
        font-size: 19px;
    }
}

@media(max-width:1699px) {
    .ai-pwr-land-page .traditional-head-rightpara {
        padding: 40px;
    }

    .ai-pwr-land-page .traditional-row .each-border-inr {
        padding: 15px 50px;
    }

    .ai-pwr-land-page .engeniaring-inr .traditional-row .each-border-outer::before {
        left: 25px;
    }

    .ai-pwr-land-page .engeniaring-inr .traditional-row .each-border-outer::after {
        right: 25px;
    }

    .ai-pwr-land-page .engeniaring-inr .each-border-eclips::before {
        left: 15px;
    }

    .ai-pwr-land-page .each-border-inr .lil-bigtxt {
        font-size: 18px;
    }

    .ai-pwr-land-page .engeniaring-slider-btn {
        width: 50px;
        height: 50px;
        padding: 12px;
    }

    .ai-pwr-land-page .trusted-leader-row-outer {
        margin: 0;
    }

    .ai-pwr-land-page .each-border-eclips::before {
        left: 21px;
    }

    .ai-pwr-land-page .gpt-wrp {
        width: 50px;
        height: 50px;
        padding: 12px;
    }

    .ai-pwr-land-page .engeniaring-mid-shape {
        width: 60px;
        height: 60px;
        padding: 8px;
    }

    .ai-pwr-land-page .each-workshop {
        padding: 27px 27px 17px;
        border-radius: 20px;
    }

    .ai-pwr-land-page .each-workshop>span,
    .ai-pwr-land-page .brain-icon-right {
        width: 45px;
        height: 45px;
        padding: 10px;
        border-radius: 12px;
    }

    .ai-pwr-land-page .end-workshop-inr .github-shape {
        width: 60px;
        height: 60px;
    }
}

@media(max-width:1599px) {
    /* 11.6.26 */

    .girlblur .girlimg {
        /* June 10 */
        /* max-width: 560px; */
        max-width: 610px;
    }

    .girlblur {
        max-width: 735px;
    }

    .row-blurbox {
        max-width: 1113px;
        margin: 0 auto 35px;
    }

    .blurbox {
        max-width: 307px;
    }

    .col-blur-box {
        flex-basis: 307px;
    }

    .row-blurbox.six {
        max-width: 848px;
    }

    .row-blurbox.three {
        max-width: 1299px;
    }

    .row-blurbox.four {
        max-width: 1253px;
    }

    .row-blurbox.five {
        max-width: 1183px;
    }

    .col-blur-box {
        flex-basis: 367px;
    }

    .blurbox {
        max-width: 367px;
    }

    .colimg-before-right {
        max-width: 189px;
    }

    .before-inr {
        padding: 34px 23px 0 27px;
    }

    .over-girl {
        width: 100%;
    }

    .before-inr {
        font-size: 15px;
    }

    .learn_slider .slick-list {
        padding-right: 16%;
    }

    /* 11.6.26 */
    /* .ai-pwr-land-page .each-border-outer::before {
        left: 30px;
    }

    .ai-pwr-land-page .each-border-outer::after {
        right: 30px;
    }

    .ai-pwr-land-page .each-border-inr {
        padding: 16px 60px;
    } */

    .ai-pwr-land-page .each-border-inr .lil-bigtxt {
        font-size: 17px;
    }

    .ai-pwr-land-page .traditional-head-rightpara {
        max-width: 500px;
    }

    .ai-pwr-land-page .traditional-head-wrp .cmn-head {
        max-width: 600px;
    }

    .ai-pwr-land-page .traditional-row .each-border-outer::before {
        left: 20px;
    }

    .ai-pwr-land-page .traditional-row .each-border-outer::after {
        right: 20px;
    }

    .ai-pwr-land-page .each-border-eclips::before {
        left: 10px;
    }

    .ai-pwr-land-page .traditional-row .each-border-inr {
        padding: 15px 40px;
    }

    .ai-pwr-land-page .end-workshop-inr .engeniaring-shape-new {
        right: 25%;
    }

    .ai-pwr-land-page .trusted-leader-head .cmn-head {
        max-width: 1100px;
    }

    .ai-pwr-land-page .trusted-imgs-wrp {
        max-width: 200px;
    }

    .ai-pwr-land-page .each-border-inr .gradient-txts-big {
        font-size: 40px;
    }

    .ai-pwr-land-page .build-workshop-sec .cmn-head {
        max-width: 1000px;
    }

    .ai-pwr-land-page .engeniaring-head-wrp .cmn-head {
        max-width: 700px;
    }

    .ai-pwr-land-page .engeniaring-mid-shape {
        right: -25%;
    }

    /*ai powercss */
    .ai-faq-header {
        padding: 30px 65px 30px 35px;
    }

    .ai-faq-content {
        padding: 0 35px 25px 35px;
    }

    .ai-faq-icon {
        right: 26px;
        top: 35px;
    }

    body {
        font-size: 16px;
    }

    h2,
    .h2-title {
        font-size: 47px;
    }

    .ai-testimonial-inr {
        padding: 40px 30px;
    }

    .ai-quote-icon {
        max-width: 24px;
        top: 20px;
        right: 19px;
    }

    .cmn-gap {
        padding: 90px 0;
    }

    /*ai powercss */

    /* D css start */
    .tool-card {
        width: 212px;
        height: 149px;
    }

    .ai-tools-cluster {
        height: 462px;
        width: 637px;
    }

    .ch-card {
        padding: 20px;
    }

    .ch-tags span {
        font-size: 13px;
    }

    .ch-card h3 {
        font-size: 20px;
    }

    .info-card {
        padding: 29px 38px;
    }

    /* D css end */
    .ai-event-details.cmn-gap {
        padding-top: 65px;
    }
    /* June 10 */
    .girl-wrapeer{padding-bottom: 40px;}



    /* 14-07-26 */
    .learn_slde-arr-wpr .engeniaring-slider-btn.learn_slde-next {
        right: 13%;
    }
    /* 14-07-26 */
    
}

@media(max-width:1399px) {
    /* 11.6.26 */

    .girlblur .girlimg {
       /* max-width: 460px; */
        max-width: 550px;
    }

    .girl-wrapeer {
        padding-top: 35px;
        padding-bottom: 49px;
    }

    .rgt-blur h3 {
        font-size: 18px;
    }

    .blurbox {
        max-width: 307px;
    }

    .col-blur-box {
        flex-basis: 307px;
    }

    .row-blurbox {
        max-width: 883px;
    }

    .row-blurbox.three {
        max-width: 1069px;
    }

    .row-blurbox.four {
        max-width: 1053px;
    }

    .row-blurbox.five {
        max-width: 1083px;
    }

    .row-blurbox.six {
        max-width: 668px;
    }

    .girlblur {
        top: 60px;
    }

    .col-before {
        width: 100%;
    }

    .col-before.small {
        width: 100%;
    }

    .row-before {
        max-width: 660px;
        margin: 0 auto;
    }

    .shop-arw img {
        transform: rotate(90deg);
    }

    /* 11.6.26 */
    .ai-pwr-land-page .trusted-leader-head .cmn-head {
        max-width: 850px;
    }

    .ai-pwr-land-page .trusted-imgs-wrp {
        max-width: 150px;
    }

    .ai-pwr-land-page .each-border-outer::before {
        left: 20px;
    }

    .ai-pwr-land-page .each-border-outer::after {
        right: 20px;
    }

    .ai-pwr-land-page .each-border-inr {
        padding: 16px 40px;
    }

    .ai-pwr-land-page .traditional-head-rightpara {
        max-width: 450px;
    }

    .ai-pwr-land-page .traditional-row .each-border-outer::before {
        left: 10px;
    }

    .ai-pwr-land-page .traditional-row .each-border-outer::after {
        right: 10px;
    }

    .ai-pwr-land-page .traditional-row .each-border-outer {
        padding: 10px 0;
    }

    .ai-pwr-land-page .each-border-eclips::before {
        width: 15px;
        height: 15px;
        top: -8px;
        left: 4px;
    }

    .ai-pwr-land-page .traditional-row .each-border-inr {
        padding: 15px 25px;
    }

    .ai-pwr-land-page .engeniaring-inr .traditional-row .each-border-outer::before {
        left: 10px;
    }

    .ai-pwr-land-page .engeniaring-inr .traditional-row .each-border-outer::after {
        right: 10px;
    }

    .ai-pwr-land-page .engeniaring-inr .each-border-eclips::before {
        left: 4px;
    }

    .ai-pwr-land-page .engeniaring-parawrp {
        padding-right: 30px;
    }

    .ai-pwr-land-page .end-workshop-inr .each-border-inr {
        padding: 15px 40px;
    }

    .ai-pwr-land-page .build-workshop-sec .cmn-head { 
        max-width: 850px;
    }

    .ai-pwr-land-page .trusted-leader-row,
    .ai-pwr-land-page .workshop-promis-row {
        --bs-gutter-x: 24px;
        --bs-gutter-y: 24px;
    }

    .ai-pwr-land-page .day-tabs>* {
        padding: 15px;
    }

    .ai-pwr-land-page .engeniaring-head-wrp .cmn-head {
        max-width: 600px;
    }

    .ai-pwr-land-page .engeniaring-mid-shape {
        right: -15%;
    }

    .ai-pwr-land-page .end-workshop-inr .engeniaring-shape-new {
        right: 15%;
    }

    .ai-pwr-land-page .end-workshop-inr .cmn-head {
        max-width: 800px;
        margin-bottom: 55px;
    }

    .navbar-brand {
        width: 137px;
    }

    .navbar-nav>li>a {
        font-size: 14px;
    }

    .navbar-nav>li {
        margin: 0 9px;
    }

    .ai-pwr-land-page .main-head .navbar-btn-wpr {
        margin-left: 14px;
    }


    .ai-pwr-land-page .bnr-form-wrap {
        padding: 34px 27px 55px;
    }

    .ai-venue-wpr span {
        font-size: 18px;
    }

    .ai-price {
        font-size: 35px;
    }

    .ai-trusted-logo-wpr {
        padding: 30px 20px;
    }

    .ai-trusted .trusted_rgt_bx {
        padding-left: 14px;
    }

    .ai-trusted .trusted_bx .ai-trusted-title {
        font-size: 24px;
        margin-bottom: 12px;
    }

    .ai-bnr-section {
        padding: 180px 0 80px;
    }

    .ai-pwr-land-page .main-head .navbar-btn-wpr .cmn-btn {
        min-width: 1px;
        padding: 15px 30px;
        font-size: 16px;
    }

    .cmn-btn {
        font-size: 16px;
        padding: 19px 30px;
        min-width: 290px;
    }
    /* June 18 */
    h2, .h2-title {
        font-size: 42px;
    }
    /* June 18 end */
    h3,
    .h3-title {
        font-size: 20px;
    }

    /*ai powercss */
    .ai-faq-glow.glow-2 {
        right: 6%;
    }

    .ai-faq-header {
        padding: 30px 58px 30px 29px;
    }

    .ai-faq-content {
        padding: 0 29px 25px 29px;
    }

    .ai-faq-icon {
        right: 20px;
    }

    /*ai powercss */

    /* D css start */
    .info-card-row {
        --bs-gutter-x: 12px;
        --bs-gutter-y: 20px;
    }

    .ai-tools-cluster {
        height: 368px;
        width: 497px;
    }

    .tc-icon {
        width: 50px;
        height: 50px;
    }

    .tool-card {
        width: 164px;
        height: 119px;
    }

    .info-card {
        padding: 30px 30px;
    }

    .crop-bottom {
        bottom: 15px;
    }

    .crop-top {
        top: 15px;
    }

    .crop-left {
        left: 15px;
        bottom: 0;
    }

    .crop-right {
        right: 15px;
        bottom: 0;
    }

    .ch-card {
        padding: 20px 15px;
    }

    .ch-card p {
        font-size: 14px;
    }

    .ch-badge {
        padding: 4px 10px;
        font-size: 13px;
    }

    .ch-badge i {
        margin-right: 3px;
        font-size: 12px;
    }

    .ch-card h3 {
        margin-bottom: 15px;
    }

    .ch-orb.orb-left {
        left: 6%;
        top: 70px;
        width: 9px;
        height: 9px;
    }

    .ch-orb.orb-right {
        right: 6%;
        top: 90px;
        width: 16px;
        height: 15px;
    }

    .tool-card span {
        font-size: 16px;
    }

    /* D css end */
    /* June 10 */
    .girlblur .girlimg { 
        max-width: 540px;
    }
    .ai-pwr-land-page .bnr-form-wrap .bnr-form-smltext{font-size: 15px;}
    /* Thank You Section */ 
    .ai-pwr-land-page .checkout-sec.thank-you-sec {
        padding: 200px 0 60px;
    }
    .ai-pwr-land-page .success-icon-wrap img{
        max-width: 60px;
        display: block;
    }
    .ai-pwr-land-page .success-icon-wrap{margin-bottom: 22px;}
    /* June 18 */
    .ai-pwr-land-page .bnr-form-wrap .bnr-form-subtitle {
        font-size: 24px;
    }


    /* 14-07-26 */
    .learn_slde-arr-wpr .engeniaring-slider-btn {
        left: 3px;
    }


    /* 14-07-26 */

   
}



@media(max-width:1199px) {

    /* 11.6.26 */
    .blurbox {
        max-width: 277px;
        padding: 14px;
    }

    .col-blur-box {
        flex-basis: 277px;
    }

    .row-blurbox {
        max-width: 733px;
        margin: 0 auto 22px;
    }

    .row-blurbox.three {
        max-width: 929px;
    }

    .row-blurbox.four {
        max-width: 893px;
    }

    .row-blurbox.five {
        max-width: 943px;
    }

    .girl-wrapeer {
        padding-bottom: 109px;
    }

    .girl-shapeimg {
        height: 100%;
        object-fit: cover;
    }

    .value-circle {
        top: 50px;
    }

    .white-top-box {
       top: 40px;
        left: 20px;
    }

    .value-circle.right { 
        right: 1%;
        top: 7%;
    }


    .learn_card_info_col {
        width: 55%;
        padding-left: 20px;
    }

    .learn_card_img_col {
        width: 45%;
    }

    .learn_slider .slick-list {
        padding-right: 8%;
    }

    /* 11.6.26 */
    /* sp starts */

    .ai-pwr-land-page .trusted-leader-head .cmn-head {
        max-width: 740px;
    }

    .ai-pwr-land-page .each-border-inr .gradient-txts-big {
        font-size: 32px;
    }

    .ai-pwr-land-page .each-border-inr .lil-bigtxt {
        font-size: 16px;
    }

    .ai-pwr-land-page .trusted-leader-row .trusted-leader-col {
        width: 33.33%;
    }

    .ai-pwr-land-page .each-border-inr {
        padding: 15px 45px;
    }

    .ai-pwr-land-page .traditional-head-wrp {
        flex-direction: column;
    }

    .ai-pwr-land-page .traditional-head-wrp .cmn-head {
        max-width: inherit;
        margin: 0 0 20px 0;
    }

    .ai-pwr-land-page .traditional-head-rightpara {
        max-width: inherit;
    }

    .ai-pwr-land-page .traditional-row .traditional-col {
        width: 33.33%;
    }

    .ai-pwr-land-page .each-workshop {
        padding: 20px;
        border-radius: 10px;
    }

    .ai-pwr-land-page .engeniaring-head-wrp {
        flex-direction: column;
        align-items: flex-start;
    }

    .ai-pwr-land-page .engeniaring-head-wrp .cmn-head {
        margin: 0 0 40px 0;
        max-width: 750px;
    }

    .ai-pwr-land-page .day-tabs {
        margin: 0 auto;
    }

    .ai-pwr-land-page .day-tabs>* {
        padding: 12px;
        min-width: 150px;
    }

    .ai-pwr-land-page .engeniaring-inr .traditional-row .traditional-col {
        width: 33.33%;
    }

    .ai-pwr-land-page .engeniaring-slider-btn {
        width: 44px;
        height: 44px;
        padding: 10px;
    }

    .ai-pwr-land-page .build-workshop-sec .cmn-head {
        max-width: inherit;
    }

    .ai-pwr-land-page .brain-icon-right {
        top: -10%;
    }

    .ai-pwr-land-page .end-workshop-inr .engeniaring-shape-new {
        right: 8%;
        top: -8%;
    }

    /* sp ends */
    /* p.p start */
    .navbar-brand {
        width: 100px;
    }

    .navbar-nav>li>a {
        font-size: 13px;
    }

    .navbar-nav>li {
        margin: 0px 6px;
    }

    .ai-pwr-land-page .main-head .navbar-btn-wpr {
        margin-left: 9px;
    }

    .ai-pwr-land-page .main-head .navbar-btn-wpr .cmn-btn {
        min-width: 130px;
        padding: 17px 25px;
        font-size: 13px;
    }

    .sub-title {
        font-size: 15px;
    }

    h1 {
        font-size: 45px;
    }

    .ai-developers-img-wpr {
        max-width: 138px;
    }

    .enrolled-txt {
        font-size: 14px;
        margin-left: 13px;
    }

    .ai-developers-icn-outer {
        margin: 0 0 0 20px;
    }

    .ai-developers-icn-outer li i {
        max-width: 22px;
    }

    .ai-developers-icn-outer li span {
        font-size: 15px;
    }

    .ai-venue-wpr span {
        font-size: 15px;
        margin-left: 8px;
    }

    .ai-venue-wpr i {
        width: 35px;
        height: 36px;
    }

    .ai-pwr-land-page .bnr-form-wrap .form-floating input,
    .ai-pwr-land-page .bnr-form-wrap .form-floating select {
        min-height: 50px !important;
    }

    .ai-pwr-land-page .bnr-form-wrap .form-floating>label {
        font-size: 14px;
    }

    .ai-pwr-land-page .aibnr-eyebrow {
        padding: 8px 14px;
        margin-bottom: 20px;
    }

    .ai-pwr-land-page .aibnr-eyebrow i {
        max-width: 26px;
        margin-right: 10px;
    }

    .ai-pwr-land-page .aibnr-eyebrow span {
        font-size: 18px;
    }

    .ai-pwr-land-page .bnr-form-wrap .submit-btn input[type="submit"] {
        height: 50px;
    }

    .ai-pwr-land-page .ai-bnr-section p {
        margin-bottom: 10px;
    }

    .ai-pwr-land-page .bnr-form-wrap {
        padding: 26px 21px 35px;
    }

    .ai-price-wpr del {
        font-size: 17px;
    }

    .ai-price {
        font-size: 27px;
    }

    .ai-price-card .cmn-btn {
        font-size: 14px;
        padding: 17px 30px;
    }

    .ai-blur-img {
        bottom: -130px;
        max-width: 26%;
    }

    .ai-ylo-blur-img {
        top: -17px;
    }

    .event-green-img {
        right: 16%;
    }

    .event-purple-dot {
        left: 22%;
    }

    .ai-price-card ul {
        margin-bottom: 25px;
    }

    .ai-work-pricing-section .cmn-head {
        margin-bottom: 35px;
    }

    /* p.p end */
    /*ai powercss */
    .flogo {
        max-width: 160px;
        display: inline-block;
    }

    .fl-left,
    .fl-right {
        width: 5%;
    }

    .ai-glass-card {
        max-width: 794px;
        padding: 45px 90px 45px 90px;
    }

    .ai-avatar-wpr {
        box-shadow: 30px 64px 62px #09162C;
        max-width: 153px;
        height: 153px;
    }

    .ai-firtstbtn-group {
        gap: 12px;
        margin-top: 20px;
    }

    .ai-glass-card .cmn-btn {
        padding: 17px 15px;
        font-size: 16px;
    }

    .ai-faq-header {
        padding: 27px 52px 27px 24px;
        font-size: 19px;
    }

    .ai-faq-content {
        padding: 0 24px 25px 24px;
    }

    h2,
    .h2-title {
        font-size: 35px;
    }

    .ai-faq-icon {
        top: 29px;
    }

    .ai-testimonial-inr {
        padding: 28px 24px;
    }

    .upskill_slide_item {
        padding: 0 21px;
        margin-bottom: 14px;
    }

    .upskill_card_content p {
        font-size: 14px
    }

    .upskill_card {
        padding: 18px;
    }

    .cmn-gap {
        padding: 80px 0;
    }

    /*ai powercss */

    /* D css start */
    .ai-tools-cluster {
        height: 368px;
        width: 467px;
    }

    .info-card p {
        font-size: 13px;
        line-height: 1.4;
    }

    .ic-num {
        width: 40px;
        height: 40px;
    }

    .dev-stack-badge {
        font-size: 14px;
        padding: 5px 16px;
    }

    .developer-stack-section .h2-title {
        margin-bottom: 40px;
    }

    .ch-tags span {
        font-size: 12px;
        line-height: 1.15;
    }

    .ch-tags {
        gap: 5px;
    }

    .course-center-title {
        margin-bottom: 40px;
    }

    .ch-orb.orb-left {
        left: 0;
    }

    .ch-orb.orb-right {
        right: 0;
    }

    /* D css end */

    .ai-pwr-land-page .trusted-leader-head .cmn-head span::before {
        box-shadow: -1px 2px 10px #CFCFCF;
    }

    .ai-pwr-land-page .trusted-leader-head .cmn-head span {
        margin-bottom: -13px;
        box-shadow: 2px 2px 14px #CFCFCF;
    }

    .ai-pwr-land-page .traditional-head-rightpara {
        padding: 30px;
    }

    .ai-event-details.cmn-gap {
        padding-top: 40px;
    }

    .ai-testimonial-section .cmn-head {
        margin-bottom: 16px;
    }

    .ai-testimonial-card-wpr {
        padding: 20px 10px 70px;
    }

    .ai-pwr-land-page .trusted-leader-head .cmn-head span {
        margin-left: 12px;
        margin-right: 16px;
    }

    .fl-left,
    .fl-right {
        width: 4%;
    }

    .fl-right {
        right: 8%;
        bottom: 12%;
    }

    .fl-left {
        left: 7%;
        top: 30%;
    }

    .cir-blur {
        width: 50px;
        height: 50px;
    }

    .ch-card {
        box-shadow: 13px 14px 81.8253px rgba(75, 40, 169, 0.09);
    }
    .girlblur .girlimg {   
        max-width: 490px;  
    } 
    /* Checkout Page Start */
    .checkout-row{
            --bs-gutter-y: 30px;
    }
    .checkout-left-col, .checkout-right-col{width: 100%;}
    .country-code{
        bottom: 8px !important;
    }
    .ai-pwr-land-page .checkout-card{
        border-radius: 30px;
        padding: 20px 20px;
    }
    
    .ai-pwr-land-page .price-label, .ai-pwr-land-page .price-old {
        font-size: 16px;
    }
    .ai-pwr-land-page .total-row .price-label{font-size: 18px;}
    .ai-pwr-land-page .price-total{font-size: 20px;}
    .ai-pwr-land-page .promo-item-header h4{font-size: 16px;}
    .ai-pwr-land-page .promo-validity{font-size: 14px;}
    .ai-pwr-land-page .promo-card .promo-icon{width: 31px;}
    .ai-pwr-land-page .bnr-form-wrap .form-floating>label{top: -2px;}
    .ai-pwr-land-page .checkout-card-header{gap: 10px;}
    .ai-pwr-land-page .order-item-meta{font-size: 14px;}
    /* 17 june */
    .ai-pwr-land-page .main-head.fixed .navbar-brand {
        width: 100px;
    }   
    /* June 18 */
    .gform_wrapper.gravity-theme .gfield-choice-input+label {
        font-size: 14px !important;
    }
    .ai-pwr-land-page .bnr-form-wrap [type="submit"]{height: 50px;}
    .ai-pwr-land-page .trusted-leader-head{margin-bottom: 35px;}
    .rgt-blur h3 {
        font-size: 16px;
    }
    .tad-sec .cmn-head{margin-bottom: 30px;}
    .shop-arw {
        width: 50px;
        height: 50px;
    }
    .learn_stat_box{flex: 1;}
    .ai-price-card{
        padding: 32px 16px;
    }
    .ai-price-card ul li{ 
        padding-left: 25px; 
        font-size: 15px;
    }
    .ai-price-card .card-title{font-size: 20px;}
    .upskill_card_content .h4-title{font-size: 18px;}
    .ai-glass-card .cmn-btn {
        padding: 14px 15px;
        font-size: 14px;
    }
}


@media(max-width:1024px) {

    /* navbar*/
    .navbar-nav .clickD {
        position: absolute;
        right: 0;
        top: 17px;
        width: 20px;
        height: 20px;
        background: url(../arrow-down.svg) center center no-repeat;
        display: block;
        background-size: 10px;
        cursor: pointer;
    }

    .navbar-nav .clickD.toggled {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .sub-menu>li.menu-item-has-children .clickD {
        top: 8px;
        right: 5px;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

    .sub-menu>li.menu-item-has-children .clickD.toggled {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .navbar-nav>li.menu-item-has-children {
        padding-right: 20px;
    }

    .sub-menu>li.menu-item-has-children>a {
        padding-right: 20px;
    }

    .sub-menu.show {
        display: block;
    }

    .navbar-nav>li {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .navbar-nav>li.current-menu-item>a:after,
    .navbar-nav>li>a:after,
    .navbar-nav>li.menu-item-has-children>a:after {
        width: 100%;
        opacity: 0;
    }

    .navbar-nav>li.current-menu-item>a:after,
    .navbar-nav>li>a:hover:after,
    .navbar-nav>li.menu-item-has-children:hover>a:after {
        width: 100%;
        opacity: 1;
    }

    /* navbar end*/


}


@media (max-width: 991px) {

    /* navbar*/
    .navbar-toggler {
        position: relative;
        width: 33px;
        margin-left: 30px;
        height: 28px;
        padding: 0;
        outline: none !important;
        border: none !important;
        box-shadow: none !important;
    }

    .stick,
    .stick:after,
    .stick:before {
        width: 30px;
        height: 2px;
        background: #000000;
        position: absolute;
        left: 0;
        top: auto;
        transition: all 0.6s;
        border-radius: 5px;
    }

    .stick:before {
        content: '';
        top: -10px;
        left: 0;
    }

    .stick:after {
        content: '';
        top: 10px;
        left: 0;
    }

    .stick.open {
        transform: translateX(-50px);
        background: transparent;
    }

    .stick.open:before {
        transform: rotate(45deg) translate(42px, -28px);
        left: 2px;
    }

    .stick.open:after {
        transform: rotate(-45deg) translate(42px, 28px);
        left: 2px;
    }

    .navbar-nav .clickD {
        top: 8px;
        right: 10px;
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    .navbar-nav .clickD.toggled {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .sub-menu>li.menu-item-has-children .clickD {
        top: 8px;
        right: 10px;
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }


    .sub-menu,
    .navbar-nav>li>.sub-menu .sub-menu {
        position: relative;
        width: 100%;
        left: inherit;
        top: inherit;
        border: none;
        right: inherit;
    }

    .navbar-nav>li.menu-item-has-children {
        padding-right: 0;
    }

    .navbar-nav>li {
        margin: 0 !important;
        padding: 0 !important;
    }

    .navbar-nav>li>a {
        padding: 15px 20px !important;
        display: inline-block;
        width: 100%;
        font-size: 18px;
    }

    .navbar-nav>li:not(:last-child) {
        border-bottom: 1px solid rgba(0, 0, 0, .2);
    }

    .navbar-nav li.menu-item-has-children>a {
        padding-right: 30px;
    }

    .sub-menu>li>a {
        padding-left: 40px;
    }

    .sub-menu .sub-menu>li>a {
        padding-left: 60px;
    }

    .sub-menu .sub-menu .sub-menu>li>a {
        padding-left: 80px;
    }

    .navbar-nav>li>a:after {
        bottom: 0;
    }

    /* navbar end*/

    /* push nav */

    .navbar-collapse {
        background: #fff;
        position: fixed;
        top: 0;
        height: 100% !important;
        width: 290px;
        overflow-y: auto;
        transition: inherit !important;
        right: 0;
        margin: 0;
        display: block !important;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-transition: transform 0.2s ease-in-out !important;
        transition: transform 0.2s ease-in-out !important;
        z-index: 100;
    }

    .navbar-collapse.show,
    .navbar-collapse.collapsing {
        display: block !important;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-transition: transform 0.2s ease-in-out !important;
        transition: transform 0.2s ease-in-out !important;
    }

    .navbar-collapse .navbar-nav {
        margin: 80px 0 0;
        padding: 0 0 40px 0;
    }

    .navbar-collapse .navbar-toggler {
        display: block;
        right: 20px;
        top: 20px;
        position: absolute;
    }

    #navoverlay.open {

        background-color: rgba(0, 0, 0, 0.4);
        pointer-events: all;
        -webkit-transition: background-color 0.5s linear;
        transition: background-color 0.5s linear;
    }

    body.open-nav,
    html.open-nav {
        max-height: 100%;
        overflow: hidden;
    }

    /* push nav end */


    /* 11.6.26 */
    .girlblur {
        top: 0;
        position: relative;
        transform: none;
        left: 0;
    }

    .row-blurbox {
        max-width: 100%;
        margin: 0px;

    }

    .col-blur-box {
        flex-basis: inherit;
        width: 50%;
        padding: 0px 10px;
        margin-bottom: 15px;
    }

    .girl-wrapeer {
        padding-bottom: 0;
        padding-top: 0;
    }

    .blurbox {
        max-width: 100%;
    }

    .row-blurbox.three,
    .row-blurbox.four,
    .row-blurbox.five,
    .row-blurbox.six {
        max-width: 100%;
    }

    .learn_card_img_col {
        width: 100%;
    }

    .learn_card_info_col {
        width: 100%;
        padding-left: 0;
        padding-top: 30px;
    }

    .learn_card {
        flex-wrap: wrap;
    }

    .learn_card_img_wrap {
        min-height: 460px;
    }

    /* 11.6.26 */
    /* sp starts */

    .ai-pwr-land-page .trusted-leader-row .trusted-leader-col {
        width: 50%;
    }

    .ai-pwr-land-page .trusted-leader-head .cmn-head {
        max-width: inherit;
    }

    .ai-pwr-land-page .trusted-imgs-wrp {
        position: static;
        padding: 0;
        margin-left: auto;
        margin-top: 10px;
        max-width: 200px;
    }

    .ai-pwr-land-page .traditional-row .traditional-col {
        width: 50%;
    }

    .ai-pwr-land-page .workshop-promis-row .workshop-promis-col {
        width: 50%;
    }


    .ai-pwr-land-page .engeniaring-mid-shape {
        right: 0;
        top: -25%;
        width: 50px;
        height: 50px;
        padding: 6px;
    }

    .ai-pwr-land-page .engeniaring-inr .traditional-row .traditional-col {
        width: 50%;
    }

    .ai-pwr-land-page .end-workshop-inr .github-shape {
        width: 50px;
        height: 50px;
        top: 5%;
    }

    .ai-pwr-land-page .end-workshop-inr .cmn-head {
        padding-right: 80px;
    }


    /* sp ends */

    /* p.p start */

    .ai-pwr-land-page .main-head .navbar-btn-wpr {
        margin-left: auto;
        display: flex;
        align-items: center;
    }

    .trusted_image {
        height: 80px;
        padding: 0;
    }

    .ai-trusted .trusted_row {
        --bs-gutter-y: 30px;
    }

    .ai-trusted .trusted_bx {
        max-width: 100%;
        padding-bottom: 30px;
    }

    .ai-trusted .trusted_lft,
    .ai-trusted .trusted_rgt {
        width: 100%;
    }

    .trusted_rgt_bx {
        padding-left: 0;
    }

    .trusted_lft::after {
        top: auto;
        bottom: 0;
        height: 1px;
        width: 100%;
        background: linear-gradient(90deg, #F7F9FA 0%, #B8D8FF 48%, #F7F9FA 100%);
    }

    .aibnr-lt-col,
    .aibnr-rt-col {
        width: 100%;
    }

    .ai-bnr-section-item-rw {
        --bs-gutter-y: 30px;
    }

    .ai-pwr-land-page .bnr-form-wrap {
        max-width: 100%;

    }

    h1 {
        font-size: 40px;
    }

    .ai-pwr-land-page .ai-devolopers-wpr {
        margin-bottom: 18px;
    }

    .ai-pwr-land-page .aibnr-eyebrow {

        box-shadow: 7px 7px 45px #B4CCE2;
        padding: 8px 14px;
        margin-bottom: 20px;
    }

    h1 {
        font-size: 35px;
    }

    .ai-pwr-land-page .ai-bnr-section p {
        font-size: 15px;
    }

    .ai-price-flot-btn1 img {
        max-width: 21px;
    }

    .ai-price-flot-btn1 {
        /* top: 9%; */
        left: 6%;
        width: 40px;
        height: 40px;
        /* June 10 */
        top: 6%;
    }

    .ai-pwr-land-page .navbar {
        padding: 11px 20px 11px 20px;
    }

    /*ai powercss */

    /* .fl-left {
        top: 15%;
    } */

    /* .fl-right {
        bottom: 5%;
    } */

    /* .fl-right {
        bottom: -40px;
    } */

    .copyright-text {
        margin-top: 27px;
    }

    .ai-avatar-wpr {
        left: 0;
        right: 0;
        top: -80px;
        margin: 0 auto;
    }

    .ai-card-content {
        max-width: 100%;
    }

    .ai-glass-card {
        padding: 130px 30px 45px 30px;
    }

    .ai-glass-card {
        border-radius: 30px;
    }

    h2,
    .h2-title {
        font-size: 32px;
    }

    .ai-faq-card {
        border-radius: 15px;
    }

    .ai-faq-grid {
        --bs-gutter-y: 20px;
    }

    .ai-faq-header {
        padding: 23px 52px 20px 24px;
        font-size: 19px;
    }

    .ai-faq-content {
        padding: 0 24px 24px 24px;
    }

    .ai-faq-icon {
        top: 22px;
    }

    h4,
    .h4-title {
        font-size: 18px;
    }

    .upskilslidr-wrp-outr {
        max-width: 100%;
    }

    .cmn-gap {
        padding: 65px 0;
    }

    .ai-cta-section.cmn-gap {
        padding-top: 110px;
    }

    .ai-floating-brain {
        bottom: auto;
        top: 45%;
        left: auto;
        right: 0;
    }

    .ai-corp-sphere.sphere-1 {
        top: 40px;
        left: 35%;
    }

    h3,
    .h3-title {
        font-size: 20px;
    }

    /* Corporate Training Responsive Styles */



    /*ai powercss */
    /* D css start */
    .ai-tools-cluster {
        height: 368px;
        width: 497px;
        margin: 0 auto 30px;
    }

    .ai-pwr-land-page .navbar {
        backdrop-filter: none;
    }

    /* D css end */
    .ai-pwr-land-page .trusted-leader-head .cmn-head span {
        height: 54px;
    }

    .ai-pwr-land-page .traditional-head-rightpara {
        padding: 21px 30px;
    }

    .ai-event-details.cmn-gap {
        padding-top: 30px;
    }

    .rgt-blur h3 {
        font-size: 17px;
    }

    .ai-bnr-frame-img {
        max-width: 56%;
    }

    .ai-trusted .trusted_rgt_bx {
        padding-left: 0;
    }

    .girlblur {
        max-width: 100%;
        margin: 0 auto;
    }

    .ai-pwr-land-page .trusted-leader-head .cmn-head span {
        height: 44px;
    }

    .ai-pwr-land-page .trusted-leader-head {
        margin-bottom: 30px
    }
    .ai-pwr-land-page .gradient-span{margin-bottom: -20px;}
    .value-circle {
        top: 40px;
    }
    .event-purple-dot {
        top: 10%;
    }

    .event-green-img {
        top: 7%;
    }

    .engeniaring-sec .engeniaring-mid-shape {
        top: -50%;
    }

    .build-workshop-sec .brain-icon-right {
        top: -54px;
    }
    /* June 10 */
    .ai-price-flot-btn2 {
        top: 6%;
        right: 4%;
        width: 41px;
        height: 41px;
        border-radius: 10px;
    }
    .cir-wrap{
        background-color: #fff !important;
    }
    .ai-pwr-land-page .bnr-form-wrap .pass-radio-group label{font-size: 14px; padding-left: 22px;}
    .ai-pwr-land-page .bnr-form-wrap .pass-radio-group label::before{
        width: 16px; height: 16px;
        
    }
    .ai-pwr-land-page .bnr-form-wrap .pass-radio-group input[type="radio"]:checked+label::after{
        width: 9px; height: 9px;
    }
    .ai-pwr-land-page .bnr-form-wrap .pass-type-label {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .ai-pwr-land-page .bnr-form-wrap .pass-type-wrap {
        margin-bottom: 11px;
    }
    .ai-pwr-land-page .bnr-form-wrap .pass-radio-group { 
        margin-bottom: 6px;
    }
    /* Checkout Page Start */ 
    .ai-pwr-land-page .checkout-card-footer {
        flex-direction: column;
        align-items: stretch;
        gap: 20px;
    }

    .ai-pwr-land-page .custom-checkbox {
        max-width: 100%;
    }
    .ai-pwr-land-page .checkout-sec{
        padding: 160px 0 60px;
    }
    .ai-pwr-land-page .checkout-main-title{margin-bottom: 30px;}
    /* June 18 */
    .ai-bnr-section{padding-bottom: 65px;}
    .girlblur .girlimg {
        max-width: 310px;
    }
    .engeniaring-parawrp h3{font-size: 16px;}
    .ai-event-item{padding: 15px; border-radius: 10px;}
    /* July 03 for mobile version */
    .ai-devolopers-outr {
        display: flex;
        margin-top: 22px;
        flex-direction: column-reverse;
    }
    .girl-wrapeer{
        display: flex;
        flex-direction: column-reverse;
    }
    .girl-wrapeer-btm{
        position: relative;
    }
   .row-blurbox.six {
        position: absolute;
        top: 20px;
        width: 460px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    .row-blurbox.six .cir-blur:nth-child(2){
        margin-bottom: -190px;
    }


    .fl-left {
        top: -101px;
        z-index: 1;
        width: 58px;
    }
    .fl-right {
        bottom: auto;
        top: 20px;
        width: 16px;
    }
    .ai-testimonial-section .slick-dots{
        position: absolute;
        bottom: 30px;
        left: 0;
        width: 100%;
    }


    /* 07-07-26 S.M Css Start */
    .each-border-inr{
        justify-content:center;
    }

    /* 07-07-26 S.M Css End */


}


@media (max-width: 767px) {

    /* images alignment for wordpress content pages */
    .alignright,
    .alignleft,
    .aligncenter {
        float: none;
        clear: both;
        display: block;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
        clear: both;
        margin-bottom: 24px;
    }

    /* 11.6.26 */
    /* .col-blur-box {
        width: 100%;
    } */

    .blurbox {
        padding: 20px; 
        height: 100%;
        display: block;
    }

    .colimg-before {
        padding-bottom: 30px;
        width: 100%;
        padding-right: 0;
    }

    .colimg-before-right {
        max-width: 100%;
    }

    .before-inr {
        font-size: 16px;
        flex-wrap: wrap;
    }

    .shop-arw {
        width: 55px;
        height: 55px;
    }

    .learn_slide_item {
        padding: 8px;
    }

    .learn_slider .slick-list {
        margin: -8px;
    }

    /* 11.6.26 */
    /* sp starts */

    

    .ai-pwr-land-page .end-workshop-inr .engeniaring-shape-new {
        top: -4%;
    }

    .ai-pwr-land-page .workshop-promis-row .workshop-promis-col {
        width: 100%;
    }

    .ai-pwr-land-page .brain-icon-right {
         top: -4%;
    }

    .ai-pwr-land-page .engeniaring-mid-shape {
        top: -15%;
    }

    .ai-pwr-land-page .trusted-leader-head .cmn-head span {
        width: 150px;
        height: 45px;
        margin: 0 22px -11px 12px;
    }

    /* sp ends */
    /* p.p start */
    .ai-venue-wpr {
        border-radius: 26px;
        padding: 10px 28px 10px 16px;
        flex-wrap: wrap;
        gap: 15px;
        /* padding: 20px; */
        margin-bottom: 18px;
    }

    .enrolled-txt {
        font-size: 12px;
        margin-left: 9px;
    }

    .ai-developers-icn-outer {
        margin: 0 0 0 13px;
    }

    .ai-developers-icn-outer li i {
        max-width: 19px;
    }

    .ai-developers-icn-outer li span {
        font-size: 16px;
    }

    .ai-developers-img-wpr {
        max-width: 118px;
    }

    .event-purple-dot {
        left: 3%;
    }

    .event-green-img {
        right: 3%;
    }

    .cmn-btn {
        font-size: 16px;
        padding: 18px 25px;
        min-width: 230px;
    }

    .ai-price-flot-btn2 {

        top: 14%;
        right: 10px;
        width: 38px;
        height: 38px;
    }

    .ai-price-flot-btn1 {
        top: 14%;
        left: 10px;
    }

    .ai-work-pricing-section .cmn-head {
        margin-bottom: 22px;
    }

    .aievent-col {
        width: 50%;
    }

    .trusted_image {
        height: 55px;
        padding: 0;
    }

    /* p.p end */
    /*ai powercss */
    .ai-glass-card {
        border-radius: 20px;
        padding: 138px 25px 45px 25px;
    }

    .ai-cta-section .container {
        padding-left: 25px;
        padding-right: 25px;
    }

    .ai-glass-card .cmn-btn {
        padding: 16px 15px;
        font-size: 16px;
    }

    .bg-initials-wrapper {
        top: 12%;
    }

    .ai-openai-badge {
        width: 48px;
        height: 48px;
        right: 28px;
    }

    .ai-openai-badge img {
        max-width: 20px;

    }

    h2,
    .h2-title {
        font-size: 28px;
    }

    .ai-faq-header {
        padding: 20px 40px 20px 17px;
        font-size: 17px;
    }

    .ai-faq-icon {
        width: 20px;
        height: 20px;
        background-size: 20px;
        right: 13px;
    }

    .ai-faq-glow.glow-2 {
        top: 59px;
        width: 8px;
        height: 8px;
    }

    .ai-faq-glow.glow-1 {
        width: 10px;
        height: 10px;
        top: -20px;
    }

    .cmn-head {
        margin-bottom: 25px;
    }

    .ai-faq-grid {
        --bs-gutter-y: 18px;
    }

    .ai-faq-content {
        padding: 0 17px 20px 17px;
    }

    .cmn-gap {
        padding: 50px 0;
    }

    h4,
    .h4-title {
        font-size: 17px;
    }

    h3,
    .h3-title {
        font-size: 18px;
    }

    .ai-corp-sphere.sphere-1 {
        left: 50%;
    }

    .ai-event-details.cmn-gap {
        padding-top: 15px;
    }

    .ai-faq-card.active .ai-faq-header {
        padding-bottom: 15px;
    }

    .ai-faq-glow.glow-3 {
        bottom: -40px;
    }

    .float-btm {
        bottom: 34%;
    }

    .ai-pwr-land-page .gradient-span {
        margin-right: 24px;
    }

    /*ai powercss */
    

    .dev-img {
        top: 18%;
        max-height: 950px;
        height: 100%;
    }

    .ai-pwr-land-page .end-workshop-inr .github-shape {
        top: 61px;
    }

    .white-top-box {
        top: 0;
        left: 10px;
    }

    .learn_sec .cmn-head h2 {
        padding: 0 15px;
    }

    .ai-ylo-blur-img {
        top: -10px;
        right: -40px;
    }

    .ch-card {
        box-shadow: 12px 13px 20px rgba(75, 40, 169, 0.09);
    }

    .ai-pwr-land-page .gpt-wrp {
        margin-top: -18px;
    }

    .ai-pwr-land-page .trusted-leader-head {
        margin-bottom: 17px;
    }

    .engeniaring-sec .engeniaring-mid-shape {
        top: -40px;
    }

    .build-workshop-sec .brain-icon-right {
        top: -50px;
    }
    /* Checkout Page Start */
    .ai-pwr-land-page .checkout-card-header{margin-bottom: 25px;} 
    .ai-pwr-land-page .checkout-form-row .form-group{margin-bottom: 0;}
    /* 17 June */
    .ai-pwr-land-page .main-head.fixed .navbar {
        padding: 6px 20px 6px 20px;
    }
    /* June 18 */
    .ai-pwr-land-page .each-border-inr {
        padding: 15px 40px;
    }
    .learn_slider_wrap.one-item-center {
        padding: 0 30px !important; 
    }
    .learn_card{padding: 15px 15px 20px;}

    .row-blurbox{
        align-items: stretch;
        flex-wrap: wrap;
        margin: 0px;
    }
    .rgt-blur{
        width: 100%;
        padding-left: 0;
        padding-top: 12px;
    } 
    .cir-wrap {
        background-color: #EFF6FF !important;
    }
    .rgt-blur h3 {
        font-size: 16px;
    }
    .col-blur-box{
        padding: 0px 8px;
    }
    .ai-bnr-frame-img{
        right: -160px;
        top: 120px;
        max-width: 290px;
    }
    .sub-title{max-width: 343px;}
    .ai-bnr-section-in .float-top{display: none;}
    .ai-dvlprs-text li:last-child{margin-bottom: 0;}
}

@media (max-width: 575px) {
    /* 11.6.26 */

    .girlblur .girlimg {
        max-width: 350px;
    }

    .learn_card {
        padding: 16px;
    }

    /* 11.6.26 */
    /* sp starts */

    .ai-pwr-land-page .traditional-head-rightpara {
        padding: 30px 60px;
    }

    .ai-pwr-land-page .traditional-row .traditional-col {
        width: 100%;
    }

    .ai-pwr-land-page .end-eclips-left-two {
        bottom: -20%;
    }

    .ai-pwr-land-page .engeniaring-inr .traditional-row .traditional-col {
        width: 100%;
    }

    .ai-pwr-land-page .engeniaring-parawrp {
        padding-right: 0;
    }

    .ai-pwr-land-page .engeniaring-arrow-wrp {
        align-items: flex-start;
    }

    /* sp ends */
    /* p.p start */
    .float-icn img {
        max-width: 17px;
    }

    .float-btm {
        width: 30px;
        height: 30px;
    }

    .ai-bnr-section {
        padding: 130px 0 100px;
    }

    .ai-venue-wpr {
        padding: 10px 28px 10px 16px;
        gap: 12px;
        /* padding: 20px; */
    }

    .ai-coding-wpr li {
        padding: 8px 12px;
        margin-bottom: 10px;
    }

    .ai-coding-wpr li i {
        max-width: 16px;
        margin-right: 8px;
    }

    .ai-coding-wpr li span {
        font-size: 12px;
    }

    .ai-event-details-rw {
        --bs-gutter-x: 16px;
        --bs-gutter-y: 16px;
    }

    .float-btm {
        bottom: 0;
    }

    .value-circle {
        top: 40px;
    }

    .white-top-box {
        width: 40px;
        height: 40px;
        border-radius: 9px;
    }

    .value-circle.right {
        top: 11%;
    }

    .learn_sec .cmn-head {
        max-width: 400px;
    }

    .tad-sec .white-top-box {
        top: -45px;
    }

    .ai-avatar-wpr {
        box-shadow: none;
    }

    .linkdin_btn img {
        margin-top: -2px;
    }

    /* p.p end */
    .ai-pwr-land-page .ai-corp-btn-wpr {
        gap: 15px;
    }

    /* D css start */
    .ai-tools-cluster {
        height: 338px;
        width: 457px;
    }

    .tool-card {
        width: 149px;
        height: 110px;
        gap: 10px;
    }

    .info-card { 
        padding: 44px 44px;
    }

    .ic-num {
        margin: 0 0 16px;
    }

    .info-card-row {
        --bs-gutter-y: 0;
    }

    .crop-bottom {
        bottom: 24px;
    }

    .crop-top {
        top: 24px;
    }
    .crop-left{left: 22px;}
    .crop-right{right: 22px;}

    .ch-card h3 {
        font-size: 20px;
    }

    .info-card p {
       font-size: 16px;
        line-height: 1.6;
    }

    .ch-card {
        border-radius: 30px;
    }

    .ch-tags span {
        font-size: 14px;
    }

    /* D css end */ 
    /* June 10 */
    .learn_sec .white-top-box{width: 30px; height: 30px; top: 0;}
    /* June 18 */
    .ai-pwr-land-page .gpt-wrp {
        width: 40px;
        height: 40px;
        padding: 7px;
        display: none;
    }
    .ai-pwr-land-page .gradient-span {
        margin-bottom: 0;
    }
    .ai-developers-img-wpr li:not(:first-child) {
        margin-left: -7px;
    }
    .ai-venue-wpr i {
        width: 30px;
        height: 31px;
    }
    /* July 03 */
    .ai-pwr-land-page .checkout-main-title{
        font-size: 36px;
    }
    /* July 03 for mobile version */
    .ai-pwr-land-page .aibnr-eyebrow span{font-size: 16px;}
    .ai-pwr-land-page .aibnr-eyebrow i{max-width: 22px;}
    .ai-pwr-land-page .aibnr-eyebrow{margin-bottom: 24px;}
    .sub-title{font-size: 14px;}
    .aibnr-lt-itm .sub-title{margin-bottom: 24px;}
    .ai-developers-img-wpr li{flex-shrink: 0;}
    .enrolled-txt{font-size: 16px; font-weight: 500;}
    .ai-developers-img-wpr{max-width: 169px;}
    .ai-pwr-land-page .ai-devolopers-wpr{
        padding: 12px;
        border-radius: 12px;
        flex-wrap: wrap;
        gap: 16px 9px;
    }
    .ai-venue-wpr{
        padding: 12px;
        border-radius: 12px;
        margin-bottom: 12px;
    }
    .ai-pwr-land-page .gform_wrapper.gravity-theme .gfield input, .ai-pwr-land-page .gform_wrapper.gravity-theme .gfield select{
        font-weight: 400;
    }
    .gform_wrapper.gravity-theme .gform_fields{
        grid-row-gap: 12px;
    }
    .ai-trusted{
        position: relative;
    }
    .ai-trusted::before{
        content: ""; 
        position: absolute;
        left: 0; top: 0;
        width: 207px;
        height: 207px;  
        background: #D1DFFF;
        filter: blur(47.5px); 
    }
    .ai-trusted .trusted_row{position: relative; z-index: 1;}
    .ai-trusted-logo-wpr{
        position: relative;
        background: transparent; 
        box-shadow: 30.3057px 36.3668px 81.8253px rgba(75, 40, 169, 0.09);
        border-radius: 30px; 
        padding: 40px 30px 30px;
        border: 3px solid #FFFFFF;
    }
    .ai-trusted .ai-blur-img, .ai-trusted .ai-ylo-blur-img{display: none;}
    
    .ai-trusted-logo-wpr:after{ 
        content: ""; 
        position: absolute;
        left: 0; top: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(302.48deg, rgba(255, 255, 255, 0.2) 36.93%, rgba(248, 246, 255, 0.2) 94.25%); 
        backdrop-filter: blur(62.5px); 
        border-radius: 30px; 
        opacity: 0.3;
    }
    .trusted_lft::after{display: none;}
    .ai-trusted .trusted_bx{padding-bottom: 0;}
    .trusted-leader-sec{padding-top: 90px;}
    .ai-trusted .trusted_bx .ai-trusted-title{font-size: 20px;}
    .ai-pwr-land-page .trusted-imgs-wrp {
        position: absolute; 
        margin-top: 10px;
        max-width: 19px;
    }
    .ai-pwr-land-page .gradient-span{
        width: 13px; height: 13px;
    }
    .ai-pwr-land-page .each-workshop {
        padding: 34px;
        border-radius: 30px;
    }
    .ai-pwr-land-page .each-workshop-para h3{font-size: 20px;}
    .ai-pwr-land-page .each-workshop-para h3{
        --bs-gutter-y: 20px;
    } 
    .dev-stack-badge{font-size: 16px; padding: 15px 24px; max-width: 343px;}
    .developer-stack-section .h2-title{margin-bottom: 50px;}
    .dev-stack-bg-img {
        height: auto;
        width: 110%;
        left: -5%;
        max-width: inherit;
        opacity: 0.6;
    }
    .ch-card p {
        font-size: 16px;
    }
    .ch-badge { 
        font-size: 14px;
        padding: 7px 12px;
    }
    .ch-badge i{font-size: 16px; margin-right: 8px;}
    .ch-card {
        padding: 29px 29px;
    }
    .learn_sec .white-top-box {
        width: 37px;
        height: 37px;
        top: auto;
        bottom: 26px;
        right: 49px;
        left: auto;
        z-index: 1;
    }
    .ai-event-details .event-green-img {
        right: auto;
        left: 15px;
        top: 0;
        width: 31px;
        height: 31px;
    }
    .ai-event-details.cmn-gap{padding-top: 50px;}
    .ai-event-details .event-purple-dot {
        left: auto;
        right: 10px;
        top: 80px;
        width: 8px;
        height: 8px;
    }
    .ai-event-item{border-radius: 24px;}
    .ai-event-item h3{font-size: 20px;}
    .ai-event-item{
        padding: 30px 15px;
    }
    .ai-work-pricing-section{padding-top: 100px; padding-bottom: 50px;}
    .ai-work-pricing-section .cmn-head{margin-bottom: 36px; max-width: 343px;}
    .shop-arw {
        width: 70px;
        height: 70px;
    }
    .ai-testimonial-title{font-size: 20px;}
    .ai-testimonial-inr {
        padding: 37px 56px 37px 25px;
    }
    .ai-quote-icon{top: 42px;} 
    .ai-pwr-land-page .trusted-leader-head{margin-bottom: 40px;}
    .ai-pwr-land-page .trusted-leader-sec .trusted-leader-row .trusted-leader-col{
        width: 50%;
    }
    .course-highlights-section{padding-bottom: 100px;}
    .ai-pwr-land-page .productivity-sec{padding-top: 50px;}
    .learn_sec::before{
        content: "";
        position: absolute;
        right: 0;
        margin: 0 auto;
        left: 0;
        top: 130px;
        width: 467px;
        height: 467px;
        background: #ECF5FF;
        filter: blur(67px);
        z-index: -1;
        pointer-events: none;
    }
    .ai-pwr-land-page .end-workshop-sec-outer .end-eclips-left-two{opacity: 0;}


    /* 07-07-26 S.M Css Start */

    .end-workshop-sec-outer .engeniaring-mid-shape{
        display:none;
    }
    /* 07-07-26 S.M Css End */

    /* 08-07-26 S.M Css Start */
    .smile-girl-desktop{
        display:none;
    }
    .smile-girl-mobile,
    .trusted-shp-mb{
        display:block;
    }
    .colimg-before-right {
        padding-bottom: 20px;
    }
    .trusted-shp-mb {
        position: absolute;
        top: -25px;
        right:23px;
        max-width: 49px;
    }
    .ai-trusted-logo-wpr{
        overflow:visible;
    }
    .ai-trusted::before {
        width: 120px;
    }
    
    .bg-initials-wrapper,
    .initial-badge{
        opacity:1 !important;
    }
   



    /* 08-07-26 S.M Css End */
}

@media (max-width: 479px) {
    /* 11.6.26 */

    .cir-blur {
        width: 45px;
        height: 45px;
    }

    .cir-blur img {
        width: 25px;
    }

    .girlblur {
        max-width: 280px;
    }

    .blurbox {
        padding: 14px;
    }

    .girlblur .girlimg {
        max-width: 260px;
    }

    .learn_card_img_wrap {
        min-height: 285px;
    }

    /* 11.6.26 */
    /* sp starts */

    .ai-pwr-land-page .traditional-head-rightpara {
        padding-right: 0;
    }

    .ai-pwr-land-page .day-tabs>* {
        padding: 10px;
        min-width: 166px;
    }

    .ai-pwr-land-page .engeniaring-mid-shape {
        width: 40px;
        height: 40px;
        padding: 3px;
    }
    .ai-pwr-land-page .engeniaring-arrow-wrp h3{
        font-size: 20px;
        max-width: 149px;
    } 

    .ai-pwr-land-page .engeniaring-slider-btnwrp {
        margin: 20px 0 0 0;
        padding-left: 0;
        margin-left: auto;
    }



    .ai-pwr-land-page .end-workshop-inr .engeniaring-shape-new {
        width: 40px;
        height: 40px;
        padding: 3px;
        top: -3%;
    }

    .ai-pwr-land-page .end-workshop-inr .github-shape {
        width: 40px;
        height: 40px;
        top: 6%;
    }

    .ai-pwr-land-page .end-workshop-inr .cmn-head {
        padding-right: 0;
    }

    .ai-pwr-land-page .workshop-no {
        width: 36px;
        height: 36px;
        line-height: 1;
    }

    .ai-pwr-land-page .each-border-inr .lil-bigtxt {
        font-size: 14px;
    }

    /* sp ends */
    /* p.p start */
    .ai-developers-icn-outer {
        margin: 0;
    }

    /* .ai-pwr-land-page .ai-devolopers-wpr {
        border-radius: 20px;
        flex-wrap: wrap;
        gap: 10px;
    } */

    .enrolled-txt {
        margin-left: 0px;
    }

    .navbar-brand {
        width: 85px;
    }

    .ai-pwr-land-page .main-head .navbar-btn-wpr .cmn-btn {
        min-width: 105px;
        font-size: 12px;
        padding: 12px 16px;
    }

    .navbar-toggler {
        margin-left: 10px;
        width: 22px;
    }
    .stick, .stick:after, .stick:before{
        width: 22px;
    }

    .float-btm {
        bottom: 40%;
        opacity: 0;
    }

    .ai-pwr-land-page .aibnr-eyebrow span {
        font-size: 16px;
    }

    .float-top {
        width: 40px;
        height: 40px;
        top: 9%;
        opacity: 0;
    }

    .ai-pwr-land-page .bnr-form-wrap .bnr-form-subtitle {
        font-size: 20px;
        line-height: 1.1;
        margin-bottom: 20px;
    }

    .event-purple-dot {
        left: 0%;
    }

    .event-green-img {
        right: 0%;
    }

    .ai-blur-img {
        bottom: -50px;
        max-width: 40%;
    }

    h1 {
        font-size: 32px;
    }

    

    /*ai powercss */
    .fl-right {
        bottom: -20px;
    }

    .main-footer {
        padding: 40px 0 30px;
    }

    .ai-glass-card .cmn-btn {
        padding: 15px 15px;
        /* font-size: 14px; */
    }

    .ai-glass-card {
        border-radius: 40px;
        padding: 81px 22px 20px 22px;
    }

    .ai-glass-card .cmn-btn {
        padding: 19px 13px;
        width: 100%;
    }

    h2,
    .h2-title {
        font-size: 28px;
        line-height: 1;
    }

    h4,
    .h4-title {
        font-size: 17px;
    }


    /* D css start */
    .ai-tools-cluster {
        width: 100%;
        height: 240px;
    }

    .tool-card {
        width: 33%;
        height: 80px;
        padding: 10px;
    }

    .tool-card span {
        font-size: 9px;
    }

    .course-center-title {
        margin-bottom: 30px;
    }

    /* D css end */

    .ai-pwr-land-page .trusted-leader-head .cmn-head span {
        width: 117px;
        height: 34px;
    }

    .value-circle.right {
        right: 17px;
        top: 58px;
        width: 18px;
        height: 18px;
    }

    .learn_sec .cmn-head {
        max-width: 375px;
    }

    .white-top-box {
        width: 35px;
        height: 35px;
    }

    .learn_sec .cmn-head h2 {
        padding: 0 34px;
    }
    /* June 10 */ 
    .learn_stat_box{min-width: 100px; flex: 1;border-radius: 10px;}
    .girl-wrapeer {
        padding-bottom: 0; 
    }
    .learn_quote{font-size: 16px; margin-bottom: 20px;}
    .learn_stat_num{line-height: 1;}
    .learn_tags_row li{padding: 4px 12px;}
    .ai-price-flot-btn2 {
        top: 12%; 
        width: 18px;
        height: 18px;
        border-radius: 6px;
    }
    .ai-price-flot-btn2 img {
        max-width: 75%; 
    }
    .ai-price-flot-btn1{width: 20px; height: 20px;}
    .ai-price-flot-btn1 img {
        max-width: 12px;
    }
    .ai-price-card{padding: 32px;}
    .ai-testimonial-avatar{width: 44px; height: 44px;}
    .ai-testimonial-name{font-size: 16px;}
    .ai-testimonial-company{font-size: 12px;}
    .end-workshop-sec-outer .end-workshop-inr .github-shape{
        top: 61px;
    }
    .ai-pwr-land-page .bnr-form-wrap .bnr-form-smltext{font-size: 16px; margin-bottom: 9px;}
    .ai-pwr-land-page .traditional-head-rightpara {
        padding: 44px 0 44px 48px;
        font-size: 17px;
    }
    .ai-pwr-land-page .each-border-outer { 
        padding: 10px 0 10px 0; 
    }
    .ai-pwr-land-page .each-border-inr .gradient-txts-big {
        font-size: 24px;
    }
    .ai-pwr-land-page .trusted-leader-row, .ai-pwr-land-page .workshop-promis-row {
        --bs-gutter-x: 24px;
        --bs-gutter-y: 20px;
    }
    .rgt-blur h3 {
        font-size: 16px;
    }
    .rgt-blur p{font-size: 16px;}
    .ai-pwr-land-page .each-workshop-para h3{margin-bottom: 8px;}
    .ai-pwr-land-page .each-workshop>span{margin-bottom: 26px;}
    .dev-stack-badge{margin-bottom: 15px;}
    .ch-desc{font-size: 16px;}
    .ch-card h3{margin-bottom: 8px;}
    .ai-pwr-land-page .engeniaring-head-wrp{margin-bottom: 30px;}
    .ai-pwr-land-page .engeniaring-head-wrp .cmn-head{margin-bottom: 25px;}
    /* Checkout Page Start */ 
    .ai-pwr-land-page .team-pass-badge{flex-wrap: wrap; font-size: 14px; line-height: 1.3;}
    .ai-pwr-land-page .order-item-title-row h3{font-size: 16px;}
    .ai-pwr-land-page .price-breakdown .price-row{flex-wrap: wrap;}
    .ai-pwr-land-page .price-breakdown .price-row.total-row{justify-content: flex-end;}
    .ai-pwr-land-page .promo-item{
        padding: 10px;
    }
    /* Thank You Section */
    .ai-pwr-land-page .thank-you-title{font-size: 22px;}
    .ai-pwr-land-page .checkout-sec.thank-you-sec {
        padding: 140px 0 50px;
    }
    .ai-pwr-land-page .bnr-form-wrap [type="submit"]{
        height: 53px; font-size: 16px;
    }
    .ai-pwr-land-page .gform_wrapper.gravity-theme .gfield--type-choice .gfield_label{font-size: 16px !important;}
    .gform_wrapper.gravity-theme .gfield-choice-input+label{font-size: 16px !important;}
    /* .ai-pwr-land-page .gform_wrapper.gravity-theme .gfield .gchoice .gfield-choice-input{
        width: 15px;
        height: 15px;
    } */
    .gform_wrapper.gravity-theme .gfield-choice-input+label{
        padding-left: 36px;
        max-width: 100% !important;
    }
    /* 17 June */
    .ai-pwr-land-page .main-head.fixed .navbar-brand {
        width: 80px;
    }
    .ai-pwr-land-page .main-head.fixed .navbar-btn-wpr .cmn-btn {
        padding-top: 9px;
        padding-bottom: 9px;
    }
    /* June 18 */
    .ai-pwr-land-page .traditional-head-rightpara{border-start-end-radius: 46px;}
    .ai-pwr-land-page .traditional-row { 
        --bs-gutter-y: 0; 
    }
    .ai-pwr-land-page .engeniaring-inr .traditional-row {
        --bs-gutter-y: 0;
    }
    .ai-pwr-land-page .engeniaring-arrow-wrp{margin-bottom: 25px;}
    .ai-testimonial-card-wpr {
        padding: 20px 10px 50px;
    }
    /* June 23 */ 
    .banner-batch-card .price-amount {
        font-size: 30px; 
        height: 33px;
    }
    .qty-btn{width: 34px;}
    .pass-tab-btn { 
    padding: 8px 10px;
    }
    .qty-counter{height: 38px;}
    .qty-val { 
        height: 38px;
        line-height: 40px; 
        font-size: 16px;
        font-weight: 600; 
    }
    /* July 03 */
    .ai-pwr-land-page .order-item-top{
        flex-wrap: wrap;
    }
    .ai-pwr-land-page .order-item-info{width: 100%;}
    .ai-pwr-land-page .team-pass-badge{flex-wrap: nowrap;}
    .ai-pwr-land-page .team-pass-badge .badge-icon{flex-shrink: 0;}
    .ai-pwr-land-page .order-item-img{
        width: 160px;
        height: 146px;
    }
    .qty-counter-col{
        padding-left: 20px;
    }
    /* July 03 for mobile version */
    .ai-dvlprs-text li{margin-bottom: 12px;}
    .ai-dvlprs-text li:last-child{margin-bottom: 0;}
    .ai-pwr-land-page .ai-devolopers-wpr {
        margin-bottom: 12px;
    }
    .ai-bnr-section .ai-bnr-img{height: 79%;}
    .ai-pwr-land-page .bnr-form-wrap{
        padding: 30px;
    }
    .ai-venue-wpr span{
        font-size: 16px;
    }
    .ai-pwr-land-page .gform_wrapper.gravity-theme .gfield .gchoice:last-child{margin-bottom: 0;}
    .ai-pwr-land-page .trusted-leader-row{
        --bs-gutter-x: 0;
        --bs-gutter-y: 0;
    }
    .ai-pwr-land-page .each-border-outer::before {
        left: 15px;
    }
    .ai-pwr-land-page .each-border-outer::after{right: 15px;}
    .ai-pwr-land-page .each-border-inr{
        padding: 15px 27px 15px 33px;
        
    }
    .each-border-outer{
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }
    .built-sec .value-circle{
        display: none;
    }
    .built-sec{padding-top: 59px; overflow: hidden; padding-bottom: 85px;}
    .blur-image-bg {
        display: block;
        position: absolute;
        left: -15px;
        top: -150px;
        right: -22px;
        z-index: -1;
        width: auto;
        max-width: initial;
    }
    .row-blurbox.six .cir-blur:nth-child(2){
        width: 30px; height: 30px; 
        position: relative;
        bottom: -145px;
    }
    .row-blurbox.six .cir-blur:nth-child(2) img{
        width: 16px;
    }
    .row-blurbox.six{
        width: 100%; max-width: 352px;
    }
    .girl-wrapeer-btm{margin-bottom: 36px;}
    .girl-wrapeer-top h2{font-size: 28px; margin-bottom: 20px;}
    .built-sec .cmn-head{margin-bottom: 36px; max-width: 343px;}
    .ai-pwr-land-page .traditional-development-sec{padding-top: 0;}
    .trusted-leader-head h2{font-size: 24px; line-height: 1.2;}
    .ai-pwr-land-page .traditional-row .each-border-outer {
        padding: 24px 0;
    }
    .ai-pwr-land-page .traditional-row .each-border-inr {
        padding: 20px 54px;
    }
    .ai-pwr-land-page .traditional-row .each-border-outer::before{left: 30px;}
    .ai-pwr-land-page .traditional-row .each-border-outer::after{right: 30px;}
    .ai-pwr-land-page .each-border-eclips::before{left: 23px;}
    .ai-pwr-land-page .workshop-promis-sec, .developer-stack-section{padding-top: 100px;}
    .developer-stack-section{padding-bottom: 100px;}
    .ai-pwr-land-page .workshop-promis-inr .cmn-head{margin-bottom: 36px; max-width: 343px;}
    .tc-icon {
        width: 30px;
        height: 30px;
        padding: 5px;
    }
    .tool-card::before, .tool-card{border-radius: 7px;}
    .course-center-title{margin-bottom: 60px;}
    .course-highlights-section::before, .workshop-promis-sec::before, .tad-sec .cmn-head::before{
        content: "";
        position: absolute;
        right: -140px;
        top: 90px;
        width: 364px;
        height: 245.73px;
        background: #FFFBED;
        filter: blur(67px);
        transform: rotate(18.88deg);
        border-radius: 100%;
        z-index: -1;
    }
    .course-highlights-section .ch-orb{display: none;}
    .ch-cards-row { 
        --bs-gutter-y: 20px;
    }
    .ai-pwr-land-page .day-tabs>*{font-size: 16px; padding: 14px 10px;}
    .ai-pwr-land-page .engeniaring-sec .engeniaring-inr .traditional-row{
            --bs-gutter-y: 0;
    }
    .ai-pwr-land-page .engeniaring-sec .traditional-row .each-border-outer{
        padding: 16px 0;
    }
    .ai-pwr-land-page .engeniaring-sec .traditional-row .each-border-inr{
        padding: 19px 54px;
    }
    .ai-pwr-land-page .engeniaring-sec .engeniaring-inr .traditional-row .each-border-outer::before{
        left: 30px;
    }
    .ai-pwr-land-page .engeniaring-sec .engeniaring-inr .traditional-row .each-border-outer::after{
        right: 30px;
    }
    .ai-pwr-land-page .engeniaring-sec .engeniaring-inr .each-border-eclips::before {
        left: 23px;
    }
    .ai-pwr-land-page .engeniaring-bg-shape {
        width: 610px;
        height: auto; 
        bottom: 60px;
        left: -60px;
        object-fit: cover;
        object-position: bottom center; 
        max-width: initial;
    }
    .ai-pwr-land-page .engeniaring-slider-btn {
        width: 39px;
        height: 39px;
        padding: 12px;
    }
    .engeniaring-parawrp h3 {
        font-size: 20px;
    }
    .ai-pwr-land-page .each-border-inr i{
        width: 30px;
        height: 30px;
    }
    .ai-pwr-land-page .productivity-slider .each-border-inr{font-size: 11px;}
    .ai-pwr-land-page .each-border-inr i{margin-right: 8px;}
    .workshop-promis-sec{position: relative;  }
    .ai-pwr-land-page .build-workshop-sec .cmn-head h2{
        margin-bottom: 14px;    
        max-width: 330px;
        margin-left: auto;
        margin-right: auto;
    } 
    .dev-img {
        top: 990px;
        max-height: 950px;
        height: 100%;
        width: 750px;
        max-width: inherit;
    }
    .tad-sec{overflow: hidden; padding-bottom: 90px; padding-top: 50px;}
    .ai-pwr-land-page .end-workshop-inr .engeniaring-shape-new, .end-workshop-sec-outer .end-workshop-inr .github-shape,
    .ai-pwr-land-page .build-workshop-sec .workshop-right-eclips-bottom .workshop-right-eclips-bottom{
        display: none;
    }
    .ai-pwr-land-page .end-workshop-sec .trusted-leader-row{
        --bs-gutter-x: 0;
        --bs-gutter-y: 0;
    }
    .ai-pwr-land-page .trusted-leader-row .trusted-leader-col{width: 100%;}
    .ai-pwr-land-page .end-workshop-inr .cmn-head{margin-bottom: 40px;}
    .ai-pwr-land-page .end-workshop-sec-outer .each-border-outer{
        padding: 22px 0;
    }
    .ai-pwr-land-page .end-workshop-sec-outer .each-border-outer::before{
        left: 22px;
    }
    .ai-pwr-land-page .end-workshop-sec-outer .each-border-outer::after{
        right: 22px;
    }
    .ai-pwr-land-page .end-workshop-sec-outer .end-workshop-inr .each-border-inr {
        padding: 22px 45px;
    }
    .ai-pwr-land-page .twosec-bgimage{opacity: 0;}
    .ai-pwr-land-page .end-workshop-sec-outer .end-eclips-left-one{
        display: none;
    }
    .learn_sec .value-circle.right{
        right: 17px;
        top: 1px;
        width: 8px;
        height: 8px;
    }
    .learn_sec{
        padding-top: 50px;
        position: relative;
        z-index: 2;
    }
    .learn_sec .cmn-head{margin-bottom: 40px;}
    .learn_card {
        padding: 20px;
    }
    .learn_exp_badge strong {
        font-size: 14px; 
    }
    .learn_exp_badge{
        padding: 9px 12px;
        border-radius: 16px;
        font-size: 10px;
    }
    .learn_card_info_col { 
        padding-top: 44px;
    }
    .learn_name{font-size: 20px; margin-bottom: 10px;}
    .learn_expertise_section {
        margin-bottom: 20px;
    }
    .learn_stats_row{margin-bottom: 20px;}
    .learn_stat_num{font-size: 20px;}
    .course-highlights-section .course-center-title{
        margin-bottom: 40px;
    }
    .ai-price {
        font-size: 32px;
    }
    .ai-price-card ul li{font-size: 16px;}
    .ai-price-card .card-title{margin-bottom: 2px;}
    .ai-price-card .cmn-btn{font-size: 16px;}
    .ai-price-card ul li {
        padding-left: 31px;
    }
    .ai-price-card ul {
        margin-bottom: 32px;
    }
    .ai-price-card .card-title {
        margin-bottom: 10px;
    }
    .ai-price-card p{margin-bottom: 11px;}
    .ai-price-wpr del {
        font-size: 20px;
    }
    .ai-corp-btn-wpr{
        width: 100%;
    }
    .ai-corp-btn-wpr .cmn-btn{
        width: 100%;
    }
    .colimg-before h3{
        font-size: 24px;
    }
    .fadeone .list-right li, .list-right li {
        font-size: 16px;
        padding-left: 22px;
    }
    .before-inr {
        padding: 36px 16px 20px 20px;
    }
    .ai-work-pricing-section::before{
        content: "";
        position: absolute;
        left: 0; top: 0;
        width: 256px;
        height: 545px;
        background: url(images/workshop-glo.png) no-repeat left center;
        pointer-events: none;
    } 
    .ai-faq-header{
        font-size: 16px; 
        padding: 24px 54px 24px 24px;
        line-height: 1.2;
    }
    .ai-faq-icon{right: 24px;}
    .ai-faq-card {
        border-radius: 21px;
    }
    .ai-faq-content {
        padding: 0 17px 20px 24px;
    }
    .ai-faq-section.cmn-gap{padding-bottom: 100px;padding-top: 50px;}
    .ai-faq-section{position: relative;}
    .ai-faq-section::before{
        content: "";
        position: absolute;
        left: 0; top: -240px;
        right: 0;
        margin: 0 auto;
 
        width: 390px;
        height: 390px; 

        background: #F1F5FF;
        filter: blur(67px);

    }
    .ai-card-text{margin-bottom: 30px;}
    .ai-avatar-wpr { 
        max-width: 112px;
        height: 138px;
    }
    .copyright-text { 
        max-width: 317px;
        margin: 27px auto 0;
    }
    .stick:before { 
        top: -8px; 
    }
    .stick:after{
        top: 8px;
    }
    .stick.open:before{ 
        transform: rotate(45deg) translate(39px, -29px);
    }
    .stick.open:after{  
        transform: rotate(-45deg) translate(41px, 28px);
    } 
    .ai-pwr-land-page .aibnr-eyebrow i {
        max-width: 20px;
    }
    .ai-pwr-land-page .aibnr-eyebrow {
        margin-bottom: 24px;
        line-height: 1.4;
    }
    .gform_wrapper.gravity-theme .gform_fields{
        grid-row-gap: 12px;
    }
    .ai-pwr-land-page .trusted-leader-sec .each-border-inr{
        padding: 15px 27px 15px 33px;
        min-height: 96px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .ai-pwr-land-page .trusted-leader-sec .each-border-inr .gradient-txts-big{margin-bottom: 3px;}
    .blur-image-bg{display: block;}
    .girl-shapeimg{
        opacity: 0;
    }
    .ai-pwr-land-page .workshop-promis-sec .workshop-right-eclips,
    .ai-pwr-land-page .traditional-development-sec .traditional-left-eclips{
        display: none;
    }
    .tad-sec .cmn-head{max-width: 343px;}
    .tad-sec .cmn-head::before{
        right: -30px;
        top: 200px;
    }
    .colimg-before-right {
        max-width: 247px;
        margin: 0 auto;
    }
    .wrp-shpe-text{
        padding: 5px 15px;
    }
    .ai-pwr-land-page .end-workshop-sec-outer .end-workshop-sec{
        padding-top: 0;
    }
    .ai-event-details .blur-image-bg{
        width: 100%;
        left: 0;
        right: 0;
        top: -590px;
        z-index: -2;
        opacity: 0.8;
    }
    .ai-event-details .event-pink-dot, .ai-work-pricing-section .ai-price-flot-btn1, .ai-work-pricing-section .ai-price-flot-btn2{opacity: 0;}
    .ai-work-pricing-section .cmn-head h2, .ai-corporate-content h2{margin-bottom: 17px;}
    .ai-corp-eyebrow{line-height: 1;}
    .ai-corporate-section .aimesurebaleimg{height: 50%; opacity: 0.5;}
    .ai-faq-icon {
        top: 50%;
        transform: translateY(-50%);
    }
    .build-workshop-sec .brain-icon-right{
        opacity: 0;
    }
    .tad-sec .white-top-box{
        opacity: 0;
    }
    .ai-cta-section.cmn-gap {
        padding-top: 136px;
        padding-bottom: 86px;
    }
    .bg-initials-wrapper {
        top: 160px;
    }
    .tad-sec .value-circle.right{
        opacity: 0;
    }
    .ai-developers-icn-outer li i {
        max-width: 26px;
    }
    /* V2 */
    .page-template-ai-master-class-v2 .ai-bnr-section .ai-bnr-img {
        height: 56%;
        top: 23%;
    }
    .banner-batch-card h5{
        font-weight: 500;
    }
    .batch-time{font-weight: 300;}
    .timezone{font-size: 16px; font-weight: 300; color: var(--dark-blue-color);}
    .pass-tab-container{
        background-color: #ffffff;
        border-radius: 12px;
        padding: 9px;
    }
    .banner-batch-card .pass-tab-btn{
        border-radius: 8px;
        font-size: 14px;
        padding: 12px 12px;
        font-weight: 400;
        line-height: 1.15;
        color: #2d2d2d;
    }
    .banner-batch-card .dotted-divider{display: none;}
    .batch-time{margin-bottom: 23px;}
    .ai-pwr-land-page .bnr-form-wrap .bnr-form-subtitle.batch-title{
        border: none;
        padding: 0;
        margin-bottom: 16px;
    }
    .banner-batch-card h2{
        margin-bottom: 0 !important;
    }
    .qty-counter-col span{font-weight: 300;}
    .qty-counter-col span strong{
        font-weight: 500;
    }
    .ai-corporate-inrwrpr .ai-corp-sphere.sphere-1{opacity: 0;}
    .ai-floating-brain{display: none;}
    .ai-faq-glow.glow-3{display: none;}

    .ai-trusted::after{
        content: "";
        position: absolute;
        top: 0; right: 0;
        width: 49px; height: 49px;
        background: url(images/mbl-shape-trust.png) no-repeat center;
    }


    /* S.M 07-07-26 Css Start */
    .ai-pwr-land-page .trusted-imgs-wrp{
        margin-top:-20px;
    }
    .ch-tags {
        max-width: 280px;
        gap:8px;
    }
    .ai-pwr-land-page .engeniaring-mid-shape,
    .ai-corporate-section .ai-corp-sphere,
    .ai-corporate-section .ai-floating-brain,
    .ai-cta-section .ai-glass-card .ai-openai-badge {
        display: none;
    }

    .ai-pwr-land-page .end-workshop-sec-outer .cmn-head{
        max-width:332px;
    }
    .learn_sec .cmn-head{
        position:relative;
    }
   .learn_sec .cmn-head:after {
        position: absolute;
        content: '';
        width: 7px;
        height: 7px;
        left: 30px;
        top: auto;
        background: linear-gradient(319.36deg, #7A15D3 10.03%, #FF61E5 79.51%);
        box-shadow: 0px 16.2485px 21.248px rgba(100, 127, 194, 0.67), inset 0px 6.24941px 10.624px rgba(255, 255, 255, 0.45);
        border-radius: 50%;
        bottom: -20px;
    }
    .built-sec .girl-wrapeer-btm .blur-image-bg{
        width:101vw;
    }

    /* S.M 07-07-26 Css End */

    /* S.M 08-07-26 Css Start */
    .learn_sec .cmn-head h2 {
        padding: 0;
    }
    /* S.M 08-07-26 Css End */




}

@media (max-width: 374px) {
    .upskill_slide_item {
        padding: 0 0;
    } 
    .ai-floating-brain {
        top: 49%;
    } 
    .ai-pwr-land-page .end-workshop-inr .github-shape {
        top: 64px;
    } 
    .ai-ylo-blur-img {
        right: -22px;
    } 
    .ai-pwr-land-page .day-tabs>* {
        padding: 10px;
        min-width: 120px;
    }
    .ai-cta-section.cmn-gap{padding-bottom: 100px;}
    
    
}
@media (max-width: 359px) {
    .ai-developers-img-wpr li {
        height: 30px;
        width: 30px;
    }

    .ai-developers-img-wpr li span {
        font-size: 9px;
    }
    .ai-pwr-land-page .trusted-leader-row .trusted-leader-col {
        width: 100%;
    }
    .aievent-col {
        width: 100%;
    }
    .navbar-brand {
        width: 80px;
    }
    h1 {
        font-size: 30px;
    }
    h2, .h2-title {
        font-size: 25px;
        line-height: 1;
    }
    .cmn-gap{
        padding: 35px 0;
    }
    .ai-venue-wpr span {
        font-size: 14px;
    }
    .ai-pwr-land-page .bnr-form-wrap {
        padding: 25px 18px;
    }
    .ai-bnr-section {
        padding: 130px 0 70px;
    }
    .ai-trusted-logo-wpr{
        padding: 30px 20px 20px;
    }
    .trusted-leader-sec{padding-top: 70px;}
    .ai-pwr-land-page .trusted-leader-sec .each-border-inr{
        padding: 15px 23px 15px 26px;
    }
    .ai-pwr-land-page .each-border-inr .lil-bigtxt {
        font-size: 13px;
    }
    .rgt-blur p {
        font-size: 14px;
    }
    .built-sec{padding-bottom: 50px;}
    .ai-pwr-land-page .traditional-head-rightpara {
        padding: 24px 0 24px 28px;
        font-size: 14px;
        border-radius: 50px 0 0 50px;
    }
    .ai-pwr-land-page .traditional-row .each-border-inr {
        padding: 15px 44px;
    }
    .ai-pwr-land-page .workshop-promis-sec, .developer-stack-section {
        padding-top: 70px;
    }
    .developer-stack-section{padding-bottom: 70px;}
    .ai-pwr-land-page .each-workshop {
        padding: 20px;
        border-radius: 20px;
    }
    .course-highlights-section .course-center-title {
        margin-bottom: 30px;
    }
    .ch-card {
        padding: 20px;
    }
    .ch-badge { 
        line-height: 1;
    }
    .ch-card p {
        font-size: 14px;
    }
    .course-highlights-section {
        padding-bottom: 70px;
    }
    .ai-pwr-land-page .engeniaring-sec .traditional-row .each-border-inr {
        padding: 15px 44px;
    }
    .ai-pwr-land-page .productivity-sec {
        padding-top: 0;
    } 
    .workshop-promis-sec{
        padding-bottom: 35px;
    }
    .tad-sec{padding-top: 35px; padding-bottom: 70px;}
    .learn_sec{padding-top: 35px;}
    .fadeone .list-right li, .list-right li {
        font-size: 14px; 
    }
    .learn_sec .cmn-head h2 {
        padding: 0;
    }   
    .learn_card {
        padding: 10px;
    }
    .ai-faq-section.cmn-gap{padding-bottom: 70px;}
    .ai-work-pricing-section{padding-top: 70px;}
    .ai-glass-card .cmn-btn{font-size: 14px;}
   

}