:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-77e7d71 *//* ===============================
   THETA DATA SCIENCE HERO
   No Global CSS
================================== */

.theta-ds-hero-section{

    position:relative;
    overflow:hidden;
    padding:40px 6%;
    background: linear-gradient(135deg,,#FFE8DB);
}

.theta-ds-hero-wrapper{

    max-width:1300px;
    margin:auto;

    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:70px;
    flex-wrap:wrap;
}

/* LEFT */

.theta-ds-hero-content{

    flex:1;
    min-width:320px;
}

.theta-ds-hero-badge{

    display:inline-block;

    padding:10px 22px;

    background:#C62E0F;

    color:#ffff;

    border-radius:50px;

    font-size:14px;

    font-weight:600;

    margin-bottom:22px;
}

.theta-ds-hero-title{

    font-size:42px;

    line-height:1.15;

    font-weight:800;

    color:##C62E0F;

    margin-bottom:25px;
}

.theta-ds-hero-title span{

    color:#C62E0F;
}

.theta-ds-hero-description{

    font-size:18px;

    line-height:1.8;

    color:#475569;

    max-width:620px;

    margin-bottom:40px;
}

/* BUTTONS */

.theta-ds-hero-buttons{

    display:flex;

    gap:18px;

    flex-wrap:wrap;

    margin-bottom:45px;
}

.theta-ds-btn{

    text-decoration:none;

    padding:15px 30px;

    border-radius:12px;

    font-weight:600;

    transition:.35s;
}

.theta-ds-btn-primary{

    background:#C62E0F;

    color:#fff;
}

.theta-ds-btn-primary:hover{

    background:#C62E0F;
    color:#fff;

    transform:translateY(-3px);
}

.theta-ds-btn-secondary{

    border:2px solid #C62E0F;

    color:#C62E0F;

    background:#fff;
}

.theta-ds-btn-secondary:hover{

    background:#C62E0F;

    color:#fff;
}

/* STATS */

.theta-ds-hero-stats{

    display:flex;

    gap:20px;

    flex-wrap:wrap;
}

.theta-ds-stat-box{

    background:#fff;

    padding:22px;

    border-radius:18px;

    min-width:170px;

    box-shadow:0 10px 25px rgba(0,0,0,.08);
}

.theta-ds-stat-box h3{

    color:#F97316;

    font-size:30px;

    margin-bottom:6px;
}

.theta-ds-stat-box p{

    color:#64748B;

    margin:0;
}

/* RIGHT */

.theta-ds-hero-image{

    flex:1;

    min-width:340px;

    display:flex;

    justify-content:center;
}

.theta-ds-dashboard{

    width:100%;

    max-width:500px;

    background:#ffffff;

    border-radius:24px;

    padding:35px;

    box-shadow:0 25px 60px rgba(0,0,0,.12);

    border:1px solid #E2E8F0;
}

.theta-ds-dashboard-header{

    font-size:24px;

    font-weight:700;

    color:#C62E0F;

    margin-bottom:30px;
}

.theta-ds-chip-row{

    display:flex;

    flex-wrap:wrap;

    gap:12px;

    margin-bottom:35px;
}

.theta-ds-chip-row span{

    background:#C62E0F;

    color:#fff;

    padding:10px 18px;

    border-radius:30px;

    font-size:14px;

    font-weight:600;
}

/* PROGRESS */

.theta-ds-progress-item{

    margin-bottom:22px;
}

.theta-ds-progress-item label{

    display:block;

    margin-bottom:8px;

    font-weight:600;

    color:#334155;
}

.theta-ds-bar{

    width:100%;

    height:10px;

    background:#E5E7EB;

    border-radius:20px;

    overflow:hidden;
}

.theta-ds-bar div{

    height:100%;

    background:linear-gradient(90deg,#C62E0F,#C62E0F);

    border-radius:20px;
}

/* RESPONSIVE */

@media(max-width:992px){

.theta-ds-hero-wrapper{

flex-direction:column;

text-align:center;
}

.theta-ds-hero-description{

margin:auto auto 35px;
}

.theta-ds-hero-buttons{

justify-content:center;
}

.theta-ds-hero-stats{

justify-content:center;
}

.theta-ds-hero-title{

font-size:46px;
}

}

@media(max-width:576px){

.theta-ds-hero-title{

font-size:36px;
}

.theta-ds-btn{

width:100%;

text-align:center;
}

.theta-ds-stat-box{

width:100%;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-bd60670 *//*==============================
THETA FEATURES
==============================*/

.theta-ds-features-section{

padding:40px 6%;
background:#Fff;
position:relative;
overflow:hidden;

}

.theta-ds-features-container{

max-width:1300px;
margin:auto;

}

.theta-ds-features-heading{

text-align:center;
margin-bottom:70px;

}

.theta-ds-heading-tag{

display:inline-block;
padding:10px 24px;
background:#FFE7DE;
color:#C62E0F;
border-radius:50px;
font-weight:700;
font-size:14px;
letter-spacing:1px;
margin-bottom:20px;

}

.theta-ds-features-heading h2{

font-size:48px;
font-weight:800;
color:#1E1E1E;
margin-bottom:20px;

}

.theta-ds-features-heading span{

background:linear-gradient(135deg,#C62E0F,#C62E0F);
-webkit-background-clip:text;
-webkit-text-fill-color:transparent;

}

.theta-ds-features-heading p{

max-width:760px;
margin:auto;
font-size:18px;
line-height:1.8;
color:#666;

}

/* GRID */

.theta-ds-feature-grid{

display:grid;
grid-template-columns:repeat(3,1fr);
gap:30px;

}

/* CARD */

.theta-ds-feature-card{

position:relative;

background:rgba(255,255,255,.75);

backdrop-filter:blur(18px);

border-radius:24px;

padding:40px 30px;

border:1px solid rgba(198,46,15,.15);

transition:.4s;

overflow:hidden;

box-shadow:0 15px 40px rgba(198,46,15,.08);

}

.theta-ds-feature-card::before{

content:"";

position:absolute;

left:0;
top:0;

height:4px;
width:100%;

background:linear-gradient(90deg,#C62E0F,#FF8A3D);

transform:scaleX(0);

transition:.4s;

transform-origin:left;

}

.theta-ds-feature-card:hover::before{

transform:scaleX(1);

}

.theta-ds-feature-card:hover{

transform:translateY(-10px);

box-shadow:0 30px 60px rgba(198,46,15,.18);

}

/* ICON */

.theta-ds-feature-icon{

width:75px;
height:75px;

border-radius:20px;

display:flex;
align-items:center;
justify-content:center;

font-size:30px;

background:linear-gradient(135deg,#C62E0F,#FF8A3D);

color:white;

margin-bottom:25px;

transition:.4s;

}

.theta-ds-feature-card:hover .theta-ds-feature-icon{

transform:rotate(-8deg) scale(1.08);

}

/* TEXT */

.theta-ds-feature-card h3{

font-size:24px;

margin-bottom:15px;

color:#222;

font-weight:700;

}

.theta-ds-feature-card p{

font-size:16px;

line-height:1.8;

color:#666;

}

/* RESPONSIVE */

@media(max-width:992px){

.theta-ds-feature-grid{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:768px){

.theta-ds-feature-grid{

grid-template-columns:1fr;

}

.theta-ds-features-heading h2{

font-size:36px;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4c3fde7 *//*==========================
THETA ROADMAP
===========================*/

.theta-ds-roadmap-section{

    padding:40px 6%;
    background:#FFF8F4;

}

.theta-ds-roadmap-container{

    max-width:1250px;
    margin:auto;

}

.theta-ds-roadmap-heading{

    text-align:center;
    margin-bottom:70px;

}

.theta-ds-roadmap-tag{

    display:inline-block;
    padding:10px 24px;
    background:#FFE6DD;
    color:#C62E0F;
    border-radius:50px;
    font-size:14px;
    font-weight:600;
    margin-bottom:20px;
    letter-spacing:1px;

}

.theta-ds-roadmap-heading h2{

    font-size:42px;
    color:#222;
    margin-bottom:18px;
    font-weight:700;

}

.theta-ds-roadmap-heading p{

    max-width:760px;
    margin:auto;
    font-size:17px;
    line-height:1.8;
    color:#666;

}

.theta-ds-roadmap-grid{

    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:25px;

}

.theta-ds-roadmap-card{

    background:#fff;
    padding:35px 30px;
    border-radius:18px;
    border:1px solid #F2D6CC;
    transition:.35s;
    position:relative;
    overflow:hidden;

}

.theta-ds-roadmap-card:hover{

    transform:translateY(-8px);
    box-shadow:0 18px 40px rgba(198,46,15,.12);

}

.theta-ds-roadmap-card::before{

    content:"";
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:4px;
    background:linear-gradient(90deg,#C62E0F,#FF8A3D);

}

.theta-ds-roadmap-number{

    width:55px;
    height:55px;
    background:linear-gradient(135deg,#C62E0F,#FF8A3D);
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    font-size:18px;
    font-weight:700;
    margin-bottom:25px;

}

.theta-ds-roadmap-card h3{

    font-size:22px;
    margin-bottom:15px;
    color:#222;

}

.theta-ds-roadmap-card p{

    color:#666;
    line-height:1.8;
    font-size:15px;

}

/* Responsive */

@media(max-width:1100px){

.theta-ds-roadmap-grid{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:768px){

.theta-ds-roadmap-grid{

grid-template-columns:1fr;

}

.theta-ds-roadmap-heading h2{

font-size:32px;

}

.theta-ds-roadmap-section{

padding:70px 5%;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-99a08fd *//*==========================
TOOLS SECTION
==========================*/

.theta-ds-tools-section{

padding:40px 6%;

background:#ffffff;

}

.theta-ds-tools-container{

max-width:1250px;

margin:auto;

}

.theta-ds-tools-heading{

text-align:center;

margin-bottom:60px;

}

.theta-ds-tools-tag{

display:inline-block;

padding:10px 24px;

background:#FFE6DD;

color:#C62E0F;

border-radius:40px;

font-size:14px;

font-weight:600;

margin-bottom:20px;

}

.theta-ds-tools-heading h2{

font-size:42px;

color:#222;

margin-bottom:18px;

}

.theta-ds-tools-heading p{

max-width:700px;

margin:auto;

color:#666;

line-height:1.8;

}

.theta-ds-tools-grid{

display:grid;

grid-template-columns:repeat(4,1fr);

gap:25px;

}

.theta-ds-tool-card{

background:#fff;

border:1px solid #F3D7CD;

border-radius:18px;

padding:30px;

text-align:center;

transition:.35s;

}

.theta-ds-tool-card:hover{

transform:translateY(-8px);

box-shadow:0 15px 35px rgba(198,46,15,.12);

}

.theta-ds-tool-card img{

width:60px;

height:60px;

object-fit:contain;

margin-bottom:20px;

}

.theta-ds-tool-card h3{

font-size:20px;

color:#222;

}

/* Responsive */

@media(max-width:992px){

.theta-ds-tools-grid{

grid-template-columns:repeat(3,1fr);

}

}

@media(max-width:768px){

.theta-ds-tools-grid{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:480px){

.theta-ds-tools-grid{

grid-template-columns:1fr;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c902804 *//*==================================
THETA LEARNING SECTION
===================================*/

.theta-ds-learning-section{

    padding:40px 6%;
    background:#ffffff;

}

.theta-ds-learning-container{

    max-width:1300px;
    margin:auto;

    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:80px;
    flex-wrap:wrap;

}

/* LEFT */

.theta-ds-learning-image{

    flex:1;
    min-width:350px;
    position:relative;

}

.theta-ds-learning-image img{

    width:100%;
    border-radius:25px;
    box-shadow:0 25px 50px rgba(198,46,15,.15);

}

/* Floating Cards */

.theta-ds-floating-card{

    position:absolute;
    background:#fff;
    padding:14px 22px;
    border-radius:12px;
    box-shadow:0 15px 35px rgba(0,0,0,.08);
    font-weight:600;
    color:#333;
    animation:thetaFloat 4s ease-in-out infinite;

}

.theta-ds-card-1{

    top:30px;
    left:-20px;

}

.theta-ds-card-2{

    right:-20px;
    top:45%;

    animation-delay:1s;

}

.theta-ds-card-3{

    left:60px;
    bottom:-20px;

    animation-delay:2s;

}

@keyframes thetaFloat{

0%{

transform:translateY(0);

}

50%{

transform:translateY(-10px);

}

100%{

transform:translateY(0);

}

}

/* RIGHT */

.theta-ds-learning-content{

    flex:1;
    min-width:350px;

}

.theta-ds-learning-tag{

    display:inline-block;
    padding:10px 22px;
    border-radius:40px;
    background:#FFE6DD;
    color:#C62E0F;
    font-weight:600;
    margin-bottom:20px;

}

.theta-ds-learning-content h2{

    font-size:46px;
    line-height:1.2;
    margin-bottom:20px;
    color:#222;

}

.theta-ds-learning-content h2 span{

    color:#C62E0F;

}

.theta-ds-learning-content p{

    color:#666;
    line-height:1.8;
    font-size:17px;
    margin-bottom:35px;

}

/* LIST */

.theta-ds-learning-list{

    display:flex;
    flex-direction:column;
    gap:22px;

    margin-bottom:40px;

}

.theta-ds-learning-item{

    display:flex;
    gap:18px;
    align-items:flex-start;

}

.theta-ds-check{

    width:42px;
    height:42px;

    background:linear-gradient(135deg,#C62E0F,#C62E0F);

    color:#fff;

    display:flex;
    align-items:center;
    justify-content:center;

    border-radius:50%;

    font-weight:700;

    flex-shrink:0;

}

.theta-ds-learning-item h4{

    font-size:21px;
    margin-bottom:6px;
    color:#222;

}

.theta-ds-learning-item p{

    margin:0;
    color:#666;

}

/* BUTTON */

.theta-ds-learning-btn{

    display:inline-block;
    padding:16px 32px;
    background:linear-gradient(135deg,#C62E0F);
    color:#fff;
    text-decoration:none;
    border-radius:12px;
    font-weight:600;
    transition:.3s;

}

.theta-ds-learning-btn:hover{

    transform:translateY(-4px);

    box-shadow:0 18px 35px rgba(198,46,15,.25);

}

/* Responsive */

@media(max-width:992px){

.theta-ds-learning-container{

flex-direction:column;

}

.theta-ds-learning-content{

text-align:center;

}

.theta-ds-learning-item{

text-align:left;

}

}

@media(max-width:768px){

.theta-ds-learning-content h2{

font-size:34px;

}

.theta-ds-floating-card{

display:none;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-44298d6 */.theta-ds-transform-section{

    padding:40px 6%;
    background:#FFF8F4;

}

.theta-ds-transform-container{

    max-width:1200px;
    margin:auto;

}

.theta-ds-transform-heading{

    text-align:center;
    margin-bottom:60px;

}

.theta-ds-transform-heading span{

    display:inline-block;
    padding:10px 24px;
    background:#FFE6DD;
    color:#C62E0F;
    border-radius:40px;
    font-size:14px;
    font-weight:600;
    margin-bottom:20px;

}

.theta-ds-transform-heading h2{

    font-size:42px;
    color:#222;
    margin-bottom:18px;

}

.theta-ds-transform-heading p{

    max-width:700px;
    margin:auto;
    color:#666;
    line-height:1.8;

}

.theta-ds-transform-wrapper{

    display:flex;
    align-items:center;
    justify-content:center;
    gap:35px;
    flex-wrap:wrap;

}

.theta-ds-transform-card{

    flex:1;
    min-width:320px;
    background:#fff;
    border-radius:20px;
    padding:40px;
    box-shadow:0 15px 35px rgba(0,0,0,.05);
    transition:.35s;
    border:1px solid #F2D9D0;

}

.theta-ds-transform-card:hover{

    transform:translateY(-8px);
    box-shadow:0 20px 45px rgba(198,46,15,.12);

}

.theta-ds-card-title{

    font-size:28px;
    font-weight:700;
    margin-bottom:30px;
    color:#222;

}

.theta-ds-transform-card ul{

    list-style:none;
    padding:0;
    margin:0;

}

.theta-ds-transform-card li{

    display:flex;
    align-items:center;
    gap:15px;
    margin-bottom:22px;
    font-size:17px;
    color:#555;

}

.theta-ds-before i{

    color:#D9534F;
    font-size:22px;

}

.theta-ds-after i{

    color:#28A745;
    font-size:22px;

}

.theta-ds-transform-arrow{

    display:flex;
    align-items:center;
    justify-content:center;

}

.theta-ds-arrow-circle{

    width:90px;
    height:90px;
    border-radius:50%;
    background:linear-gradient(135deg,#C62E0F,#FF8A3D);
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:34px;
    box-shadow:0 15px 35px rgba(198,46,15,.25);

}

@media(max-width:900px){

    .theta-ds-transform-wrapper{

        flex-direction:column;

    }

    .theta-ds-arrow-circle{

        transform:rotate(90deg);

    }

}

@media(max-width:768px){

    .theta-ds-transform-heading h2{

        font-size:32px;

    }

    .theta-ds-transform-card{

        padding:30px;

    }

    .theta-ds-card-title{

        font-size:24px;

    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c9b1db8 *//*=============================
RECRUITERS SECTION
==============================*/

.theta-ds-recruiters{

padding:40px 6%;

background:#ffffff;

}

.theta-ds-recruiters-container{

max-width:1300px;

margin:auto;

display:flex;

align-items:center;

justify-content:space-between;

gap:80px;

flex-wrap:wrap;

}

.theta-ds-recruiters-left{

flex:1;

min-width:350px;

}

.theta-ds-small-title{

display:inline-block;

padding:10px 22px;

background:#FFE8E0;

color:#C62E0F;

border-radius:30px;

font-size:14px;

font-weight:600;

margin-bottom:20px;

}

.theta-ds-recruiters-left h2{

font-size:44px;

margin-bottom:20px;

color:#222;

}

.theta-ds-recruiters-left p{

color:#666;

line-height:1.8;

margin-bottom:35px;

}

.theta-ds-feature{

display:flex;

gap:20px;

margin-bottom:25px;

align-items:flex-start;

}

.theta-ds-feature-icon{

width:45px;

height:45px;

background:linear-gradient(135deg,#C62E0F,#FF8A3D);

border-radius:50%;

display:flex;

align-items:center;

justify-content:center;

color:#fff;

flex-shrink:0;

}

.theta-ds-feature h4{

margin-bottom:5px;

font-size:20px;

color:#222;

}

.theta-ds-feature p{

margin:0;

}

.theta-ds-recruiters-right{

flex:1;

min-width:350px;

position:relative;

text-align:center;

}

.theta-ds-recruiters-right img{

width:100%;

border-radius:25px;

box-shadow:0 25px 60px rgba(0,0,0,.08);

}

.theta-ds-stat-card{

position:absolute;

background:#fff;

padding:18px 25px;

border-radius:15px;

box-shadow:0 15px 35px rgba(0,0,0,.08);

top:30px;

left:-20px;

}

.theta-ds-stat-card h3{

font-size:34px;

color:#C62E0F;

margin:0;

}

.theta-ds-stat-card p{

margin:5px 0 0;

font-size:14px;

color:#666;

}

.stat2{

bottom:30px;

right:-20px;

left:auto;

top:auto;

}

@media(max-width:991px){

.theta-ds-recruiters-container{

flex-direction:column-reverse;

}

.theta-ds-stat-card{

display:none;

}

.theta-ds-recruiters-left{

text-align:center;

}

.theta-ds-feature{

text-align:left;

}

}

@media(max-width:768px){

.theta-ds-recruiters-left h2{

font-size:34px;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3d7bf45 *//*==========================
WHO CAN JOIN SECTION
===========================*/

.theta-ds-audience{

    padding:40px 6%;
    background:#ffffff;

}

.theta-ds-audience-container{

    max-width:1280px;
    margin:auto;

}

.theta-ds-audience-heading{

    text-align:center;
    margin-bottom:70px;

}

.theta-ds-audience-heading span{

    display:inline-block;
    padding:10px 22px;
    background:#FFE6DD;
    color:#C62E0F;
    border-radius:40px;
    font-size:14px;
    font-weight:600;
    margin-bottom:18px;

}

.theta-ds-audience-heading h2{

    font-size:42px;
    color:#222;
    margin-bottom:18px;

}

.theta-ds-audience-heading p{

    max-width:700px;
    margin:auto;
    color:#666;
    line-height:1.8;

}

.theta-ds-audience-grid{

    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;

}

.theta-ds-audience-card{

    background:#fff;
    border:1px solid #F2D9D0;
    border-radius:20px;
    padding:35px;
    text-align:center;
    transition:.35s;

}

.theta-ds-audience-card:hover{

    transform:translateY(-10px);
    box-shadow:0 20px 45px rgba(198,46,15,.12);

}

.theta-ds-audience-icon{

    width:80px;
    height:80px;
    margin:auto;
    margin-bottom:25px;
    border-radius:50%;
    background:linear-gradient(135deg,#C62E0F,#FF8A3D);
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:32px;

}

.theta-ds-audience-card h3{

    font-size:22px;
    margin-bottom:12px;
    color:#222;

}

.theta-ds-audience-card p{

    color:#666;
    line-height:1.7;

}

@media(max-width:992px){

.theta-ds-audience-grid{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:768px){

.theta-ds-audience-grid{

grid-template-columns:1fr;

}

.theta-ds-audience-heading h2{

font-size:34px;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8b01643 *//*=====================================
FINAL CTA
======================================*/

.theta-final-cta{

    padding:100px 6%;

    background:linear-gradient(135deg,#C62E0F,#C62E0F,#C62E0F);

}

.theta-final-cta-container{

    max-width:1200px;

    margin:auto;

}

.theta-final-cta-content{

    text-align:center;

    color:#ffffff;

}

.theta-final-tag{

    display:inline-block;

    padding:10px 24px;

    background:rgba(255,255,255,.15);

    border:1px solid rgba(255,255,255,.25);

    border-radius:40px;

    margin-bottom:25px;

    font-size:14px;

    letter-spacing:1px;

}

.theta-final-cta-content h2{

    font-size:52px;

    margin-bottom:20px;

    line-height:1.2;
    color:#fff;

}

.theta-final-cta-content h2 span{

    color:#FFE9A8;

}

.theta-final-cta-content p{

    max-width:720px;

    margin:0 auto 40px;

    line-height:1.8;

    opacity:.95;

    font-size:17px;

}

.theta-final-features{

    display:flex;

    justify-content:center;

    gap:35px;

    flex-wrap:wrap;

    margin-bottom:45px;

}

.theta-final-features div{

    display:flex;

    align-items:center;

    gap:10px;

    font-weight:600;

}

.theta-final-features i{

    color:#FFE9A8;

}

.theta-final-buttons{

    display:flex;

    justify-content:center;

    gap:20px;

    flex-wrap:wrap;

}

.theta-demo-btn{

    background:#fff;

    color:#C62E0F;

    padding:18px 40px;

    border-radius:50px;

    text-decoration:none;

    font-weight:700;

    transition:.3s;

}

.theta-demo-btn:hover{

    transform:translateY(-5px);

}

.theta-call-btn{

    background:transparent;

    color:#fff;

    border:2px solid #fff;

    padding:18px 40px;

    border-radius:50px;

    text-decoration:none;

    font-weight:700;

    transition:.3s;

}

.theta-call-btn:hover{

    background:#fff;

    color:#C62E0F;

}

@media(max-width:768px){

.theta-final-cta-content h2{

font-size:36px;

}

.theta-final-features{

flex-direction:column;

gap:18px;

}

}/* End custom CSS */