:root {
    --primary-grey: #e5e7eb;
    --primary-orange: #f97316;
    --primary-purple: #7c3aed;
    --secondary-amber: #fbbf24;
    --dark-bg: #1a0b2e;
    --darker-bg: #0f051a;
    --card-bg: rgba(229, 231, 235, 0.03);
    --border-color: rgba(229, 231, 235, 0.2);
    --text-primary: #ffffff;
    --text-secondary: #a1a1aa;
    --primary-cyan: #00ffff;
    --primary-pink: #ff00ff;
}
figure {
    margin: 0
}

#ed-1013503167 {
    margin: auto 1rem auto auto;
}

@media screen and (max-width: 975px) {
    #ed-1013503167 {
        margin: auto 1rem auto 0rem;
    }
}

#ed-1013503164 {
    flex-grow: 1;
    flex-basis: auto;
}

#ed-1013503164 > .inner {
    place-content: center flex-end;
    align-items: center;
}

@media screen and (max-width: 975px) {
    #ed-1013503164 > .inner {
        justify-content: flex-end;
    }
}

#ed-1013503173 {
    flex-basis: auto;
    flex-grow: 1;
}

#ed-1013503158 > .inner {
    align-items: center;
    justify-content: space-between;
}

#ed-1013503350 .space {
    height: 16px;
}

#ed-1013503344 {
    opacity: 1;
}
/*
@media screen and (max-width: 575px) {
    #null > .background-image-holder:not(.ed-lazyload) {
        background-image: url("/images/576/7199518/img-small.jpg") !important;
    }
}

@media screen and (max-width: 575px) {
    #ed-1013501772 > .background-image-holder:not(.ed-lazyload) {
        background-image: url("/website/images/576/7199518/img-small.jpg") !important;
    }
}*/

#ed-1013501781 .space {
    height: 16px;
}

#ed-1013501787 .space {
    height: 16px;
}

#ed-1013501775 {
    flex: 1 0 0px;
}

#ed-1013501775 {
    flex: 1 0 0px;
}

#ed-1013502039 .space {
    height: 30px;
}

#ed-1013502048 {
    text-align: center;
}

#ed-1013502054 .space {
    height: 16px;
}

#ed-1013502060 .space {
    height: 10px;
}

#ed-1013502045 > .inner {
    place-content: flex-start center;
    align-items: stretch;
}

#ed-1013502069 {
    text-align: center;
}

#ed-1013502075 .space {
    height: 16px;
}

#ed-1013502081 .space {
    height: 10px;
}

#ed-1013502066 > .inner {
    place-content: flex-start center;
    align-items: stretch;
}

#ed-1013502090 {
    text-align: center;
}

#ed-1013502096 .space {
    height: 16px;
}

#ed-1013502102 .space {
    height: 10px;
}

#ed-1013502087 > .inner {
    place-content: flex-start center;
    align-items: stretch;
}

#ed-1013502111 {
    text-align: center;
}

#ed-1013502117 .space {
    height: 16px;
}

#ed-1013502123 .space {
    height: 10px;
}

#ed-1013502108 > .inner {
    place-content: flex-start center;
    align-items: stretch;
}

#ed-1013502132 {
    text-align: center;
}

#ed-1013502138 .space {
    height: 16px;
}

#ed-1013502144 .space {
    height: 10px;
}

#ed-1013502129 > .inner {
    place-content: flex-start center;
    align-items: stretch;
}

#ed-1013502153 {
    text-align: center;
}

#ed-1013502159 .space {
    height: 16px;
}

#ed-1013502165 .space {
    height: 10px;
}

#ed-1013502150 > .inner {
    place-content: flex-start center;
    align-items: stretch;
}

#ed-1013503911 h2 {
    text-align: center;
}

#ed-1013503914 .space {
    height: 1rem;
}

#ed-1013503920 .space {
    height: 2rem;
}

#ed-1013503923 {
    text-align: center;
}

#ed-1013502186 > .inner {
    justify-content: center;
}

#ed-1013502198 > .inner {
    justify-content: center;
}

#ed-1013502219 {
    flex-grow: 1;
}

#ed-1013502210 > .inner {
    justify-content: center;
}

#ed-1013502234 svg > * {
    stroke-width: 0px;
}

#ed-1013502234 svg {
    padding: 0px;
}

#ed-1013502237 {
    flex-grow: 1;
}

#ed-1013502240 svg > * {
    stroke-width: 0px;
}

#ed-1013502240 svg {
    padding: 0px;
}

#ed-1013502243 {
    flex-grow: 1;
}

#ed-1013502246 svg > * {
    stroke-width: 0px;
}

#ed-1013502246 svg {
    padding: 0px;
}

#ed-1013502249 {
    flex-grow: 1;
}

#ed-1013502225 > .inner {
    justify-content: center;
}

#ed-1013502183 > .inner {
    align-items: flex-start;
    justify-content: space-between;
}

@media screen and (max-width: 975px) {
    #ed-1013502183 > .inner {
        justify-content: flex-start;
    }

}


/*services*/
.service-box {
    /*background: rgba(0, 212, 255, 0.3);*/
    border: 1px solid rgba(0, 212, 255, 0.3);
    border-radius: 20px;
    padding:50px 30px 30px 30px;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    margin: 20px 0;
    /*padding-top: 100px;  !* same as navbar height *!*/
}
.service-box .elements{
    display: flex;
}
.service-image-container{
    width: 50%;
}
.service-image-container img{
    width: 100%;
    margin-left: 20px;
    border-radius: 20px
}

.service-box:hover::before {
    opacity: 1;
    animation: borderGlow 2s infinite;
}

.service-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 212, 255, 0.2);
}


.service-header {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    gap: 15px;
}

.service-icon {
    font-size: 2rem;
    background: linear-gradient(45deg, #00d4ff, #ff00ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.1); }
}

.service-title {
    font-size: 1.5rem;
    font-weight: bold;
    /*color: #ffffff;*/
    margin: 0;
}

.service-description {
    /*color: #e0e6ed;*/
    line-height: 1.6;
    margin-bottom: 20px;
    font-size: 0.95rem;
    text-align: left;
}

.key-benefits {
    display: grid;
    gap: 12px;
    margin-bottom: 20px;
}

.key-benefits i{
    font-size:10px;
    color:#BF40BF ;
}
.benefit-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 12px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    transition: all 0.3s ease;
    font-size: 0.9rem;
    color: #ffffff;
    text-align: left;
}

.benefit-item:hover {
    background: rgba(0, 212, 255, 0.1);
    transform: translateX(5px);
}

.benefit-icon {
    font-size: 1.2rem;
    flex-shrink: 0;
}

.highlight-badge {
    display: flex;
    justify-content: center;
    margin-top: 15px;
}

.badge-text {
    background: linear-gradient(45deg, #ff00ff, #00d4ff);
    color: #ffffff;
    padding: 8px 20px;
    border-radius: 25px;
    font-size: 0.8rem;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    animation: glow 3s ease-in-out infinite alternate;
}

@keyframes glow {
    from { box-shadow: 0 0 5px rgba(255, 0, 255, 0.5); }
    to { box-shadow: 0 0 15px rgba(0, 212, 255, 0.5); }
}


.service-content {
    width: 50% ;
}
/* Responsive adjustments */
@media (max-width: 768px) {
    .service-box {
        padding-top: 50px;
    }

    .service-box .elements{
        display: inline;
    }

    .service-image-container img{
        width: 100%;
        margin-left:0 ;
    }

    .service-title {
        font-size: 1.3rem;
    }

    .service-icon {
        font-size: 1.8rem;
    }
    .service-content {
        width: 100% !important;
    }
    .service-image-container{
        width: 100%;
    }
}
.custom-theme-about h1,
.custom-theme-about h2,
.custom-theme-about h3,
.custom-theme-about h4,
.custom-theme-about p,
.custom-theme-about span {
    color: white !important;
}
/* Contact Section */
.contact {
    padding: 120px -1px;
    margin-top: 50px;
    background: rgba(0, 255, 255, 0.02);
    border-top: 1px solid var(--border-color);
}

.contact-container {
    max-width: 1400px;
    margin: 50px auto;
}

.contact-form-wrapper {
    max-width: 600px;
    margin: 0 auto;
    margin-top: 4rem;
}

.contact-form {
    background: #eee;
    border: 1px solid var(--border-color);
    padding: 3rem;
    backdrop-filter: blur(10px);
    clip-path: polygon(30px 0%, 100% 0%, 100% calc(100% - 30px), calc(100% - 30px) 100%, 0% 100%, 0% 30px);
    box-shadow: 0 0 30px rgba(0, 255, 255, 0.1);
}

.form-group {
    margin-bottom: 2rem;
}

.form-group label {
    display: block;
    /*color: var(--primary-cyan);*/
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.9rem;
    margin-bottom: 0.8rem;
    /*text-shadow: 0 0 10px var(--primary-cyan);*/
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 1rem 1.5rem;
    background: rgba(0, 255, 255, 0.05);
    border: 1px solid var(--border-color);
    font-family: inherit;
    font-size: 1rem;
    transition: all 0.3s ease;
    clip-path: polygon(10px 0%, 100% 0%, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0% 100%, 0% 10px);
}

.form-group input::placeholder,
.form-group textarea::placeholder {
    color: var(--text-secondary);
    opacity: 0.7;
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: var(--primary-cyan);
    background: rgba(0, 255, 255, 0.08);
    box-shadow: 0 0 20px rgba(0, 255, 255, 0.3);
}

.form-group textarea {
    resize: vertical;
    min-height: 120px;
}

.btn-submit {
    width: 100%;
    cursor: pointer;
    font-size: 1rem;
    margin-top: 1rem;
    border: none;
    transition: all 0.3s ease;
}

.btn-submit:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(229, 231, 235, 0.4);
}
.btn-primary {
    background: linear-gradient(135deg, var(--primary-cyan), var(--primary-purple));
    color: var(--darker-bg);
    padding: 1.2rem 3rem;
    border: none;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    clip-path: polygon(20px 0%, 100% 0%, calc(100% - 20px) 100%, 0% 100%);
}

/*alert*/

.alert {
    padding: 15px 20px;
    border-radius: 8px;
    margin-bottom: 20px;
    font-family: Arial, sans-serif;
    font-size: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 7px 14px rgba(0,0,0,0.1);
}

.alert-icon {
    font-size: 18px;
    font-weight: bold;
}

.alert-success {
    background: #e6f9f0;
    border: 1px solid #2ecc71;
    color: #2ecc71;
}

.alert-danger {
    background: #fdecea;
    border: 1px solid #e74c3c;
    color: #e74c3c;
}

.alert-danger ul {
    margin: 0;
    padding-left: 18px;
}
