.elementor-45 .elementor-element.elementor-element-aea94e9{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;overflow:visible;}.elementor-45 .elementor-element.elementor-element-aea94e9.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-45 .elementor-element.elementor-element-a054f35{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:70px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;overflow:visible;}.elementor-45 .elementor-element.elementor-element-a054f35:not(.elementor-motion-effects-element-type-background), .elementor-45 .elementor-element.elementor-element-a054f35 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-45 .elementor-element.elementor-element-18712f4 .elementskit-section-title-wraper .elementskit-section-title{color:#000000;margin:0px 0px 0px 0px;font-family:"Inter", Sans-serif;font-size:31px;font-weight:700;}.elementor-45 .elementor-element.elementor-element-18712f4 .elementskit-section-title-wraper .elementskit-section-title > span{color:#000000;}.elementor-45 .elementor-element.elementor-element-18712f4 .elementskit-section-title-wraper .elementskit-section-title:hover > span{color:#000000;}.elementor-45 .elementor-element.elementor-element-18712f4 .elementskit-section-title-wraper .elementskit-section-subtitle{color:#070707;font-family:"Inter", Sans-serif;font-size:17px;font-weight:400;margin:10px 0px 0px 0px;}.elementor-45 .elementor-element.elementor-element-712f82b{--display:flex;--min-height:0px;--justify-content:center;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--gap:10px 10px;--row-gap:10px;--column-gap:10px;--margin-top:10px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;overflow:visible;}.elementor-45 .elementor-element.elementor-element-712f82b.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-45 .elementor-element.elementor-element-f912c46{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;overflow:visible;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-45 .elementor-element.elementor-element-18712f4{padding:10px 10px 10px 10px;}}@media(min-width:768px){.elementor-45 .elementor-element.elementor-element-aea94e9{--width:100%;}.elementor-45 .elementor-element.elementor-element-712f82b{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-ae0b4fd *//*==================================================
TNAWA GALLERY HERO
PART 1
==================================================*/

/*========================================
ROOT VARIABLES
========================================*/

:root{

    --primary:#8E2B2E;

    --primary-dark:#B11217;

    --secondary:#182446;

    --gold:#D8B46A;

    --white:#FFFFFF;

    --text:#E8E8E8;

}

/*========================================
RESET
========================================*/

*{

    margin:0;

    padding:0;

    box-sizing:border-box;

}

html{

    scroll-behavior:smooth;

}

body{

    font-family:'Poppins',sans-serif;

    overflow-x:hidden;

}

/*========================================
FULL WIDTH HERO
========================================*/

.gallery-hero{

    position:relative;

    width:100vw;


    max-width:100vw;

    margin-left:calc(50% - 50vw);

    margin-right:calc(50% - 50vw);

    display:flex;

    align-items:center;

    min-height:650px;

    padding:90px 8% 80px;

    overflow:hidden;

    background-image:

        linear-gradient(

            90deg,

            rgba(10,24,61,.62),

            rgba(0,0,0,.28) 50%,

            rgba(0,0,0,.12)

        ),

        url("https://tnarmwrestling.whydev.co.in/wp-content/uploads/2026/05/2622366c-6d75-416f-bad8-c301e92d41de.png");

    background-size:cover;

    background-position:center center;

    background-repeat:no-repeat;

}

/*========================================
OVERLAY
========================================*/

.hero-overlay{

    position:absolute;

    inset:0;

    background:

        linear-gradient(

            rgba(0,0,0,.08),

            rgba(0,0,0,.18)

        );

    z-index:1;

}

/*========================================
CONTENT
========================================*/

.gallery-content{

    position:relative;

    z-index:5;

    width:100%;

    max-width:700px;

}

/*========================================
DECORATIVE CIRCLES
========================================*/

.hero-circle{

    position:absolute;

    border-radius:50%;

    filter:blur(35px);

    z-index:0;

}

.hero-circle-1{

    width:420px;

    height:420px;

    top:-180px;

    right:-180px;

    background:rgba(142,43,46,.18);

}

.hero-circle-2{

    width:320px;

    height:320px;

    left:-140px;

    bottom:-140px;

    background:rgba(177,18,23,.15);

}



/*==================================================
TNAWA GALLERY HERO
PART 2
==================================================*/

/*========================================
SUBTITLE
========================================*/

.gallery-subtitle{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    padding:10px 24px;

    margin-bottom:22px;

    background:rgba(255,255,255,.10);

    border:1px solid rgba(255,255,255,.18);

    border-radius:50px;

    backdrop-filter:blur(12px);

    -webkit-backdrop-filter:blur(12px);

    color:var(--gold);

    font-size:12px;

    font-weight:700;

    letter-spacing:3px;

    text-transform:uppercase;

}

/*========================================
TITLE
========================================*/

.gallery-title{

    margin-bottom:18px;

    font-family:'Oswald',sans-serif;

    font-size:clamp(28px,4vw,48px);

    font-weight:700;

    line-height:1.1;

    text-transform:uppercase;

    color:#FFFFFF;

    text-shadow:0 8px 30px rgba(0,0,0,.35);

}

.gallery-title strong{

    color:var(--gold);

    position:relative;

}

.gallery-title strong::after{

    content:"";

    position:absolute;

    left:0;

    bottom:-6px;

    width:100%;

    height:4px;

    border-radius:10px;

    background:var(--gold);

    opacity:.35;

}

/*========================================
DESCRIPTION
========================================*/

.gallery-description{

    max-width:620px;

    margin-bottom:40px;

    color:var(--text);

    font-size:17px;

    line-height:1.9;

    text-shadow:0 2px 12px rgba(0,0,0,.25);

}

/*========================================
BUTTONS
========================================*/

.gallery-buttons{

    display:flex;

    align-items:center;

    gap:18px;

    flex-wrap:wrap;

}

/*========================================
PRIMARY BUTTON
========================================*/

.btn-primary{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    padding:15px 36px;

    background:var(--primary);

    color:#fff;

    border-radius:50px;

    font-size:15px;

    font-weight:600;

    text-decoration:none;

    transition:.35s ease;

    box-shadow:0 12px 30px rgba(0,0,0,.20);

}

.btn-primary:hover{

    background:var(--primary-dark);

    transform:translateY(-5px);

    box-shadow:0 18px 40px rgba(0,0,0,.28);

}

/*========================================
BUTTON SHINE EFFECT
========================================*/

.btn-primary{

    position:relative;

    overflow:hidden;

}

.btn-primary::before{

    content:"";

    position:absolute;

    top:0;

    left:-120%;

    width:60%;

    height:100%;

    background:

        linear-gradient(

            90deg,

            transparent,

            rgba(255,255,255,.35),

            transparent

        );

    transform:skewX(-25deg);

    transition:.8s;

}

.btn-primary:hover::before{

    left:180%;

}

/*========================================
ANIMATION
========================================*/

.gallery-subtitle{

    animation:fadeUp .5s ease forwards;

}

.gallery-title{

    animation:fadeUp .8s ease forwards;

}

.gallery-description{

    animation:fadeUp 1.1s ease forwards;

}

.gallery-buttons{

    animation:fadeUp 1.4s ease forwards;

}

@keyframes fadeUp{

    from{

        opacity:0;

        transform:translateY(40px);

    }

    to{

        opacity:1;

        transform:translateY(0);

    }

}


/*==================================================
TNAWA GALLERY HERO
PART 3
RESPONSIVE
==================================================*/

/*========================================
1400px
========================================*/

@media (max-width:1400px){

.gallery-hero{

    min-height:600px;

    padding:80px 6% 70px;

}

.gallery-content{

    max-width:650px;

}

.gallery-title{

    font-size:52px;

}

.gallery-description{

    font-size:16px;

}

}

/*========================================
1200px
========================================*/

@media (max-width:1200px){

.gallery-hero{

    min-height:560px;

    padding:70px 5% 60px;

    background-position:center center;

}

.gallery-content{

    max-width:620px;

}

.gallery-title{

    font-size:46px;

}

.gallery-description{

    font-size:16px;

}

.hero-circle-1{

    width:320px;

    height:320px;

}

.hero-circle-2{

    width:260px;

    height:260px;

}

}

/*========================================
TABLET
========================================*/

@media (max-width:992px){

.gallery-hero{

    min-height:500px;

    padding:60px 30px 50px;

    justify-content:center;

    text-align:center;

    background-position:65% center;

}

.gallery-content{

    max-width:100%;

    margin:auto;

}

.gallery-subtitle{

    font-size:11px;

}

.gallery-title{

    font-size:38px;

    line-height:1.15;

}

.gallery-description{

    max-width:620px;

    margin:0 auto 35px;

    font-size:15px;

}

.gallery-buttons{

    justify-content:center;

}

.hero-circle-1{

    width:250px;

    height:250px;

}

.hero-circle-2{

    width:180px;

    height:180px;

}

}

/*========================================
MOBILE
========================================*/

@media (max-width:768px){

.gallery-hero{

    min-height:460px;

    padding:40px 20px 45px;

    justify-content:center;

    text-align:center;

    background-position:72% center;

}

.gallery-content{

    max-width:100%;

}

.gallery-subtitle{

    font-size:10px;

    padding:8px 18px;

}

.gallery-title{

    font-size:32px;

    margin-bottom:15px;

}

.gallery-description{

    font-size:14px;

    line-height:1.8;

    margin:0 auto 30px;

}

.gallery-buttons{

    justify-content:center;

}

.btn-primary{

    width:auto;

}

.hero-circle{

    opacity:.4;

}

}

/*========================================
SMALL MOBILE
========================================*/

@media (max-width:576px){

.gallery-hero{

    min-height:420px;

    padding:30px 18px 35px;

    background-position:78% center;

}

.gallery-subtitle{

    font-size:9px;

    padding:7px 16px;

}

.gallery-title{

    font-size:28px;

}

.gallery-description{

    font-size:13px;

    line-height:1.7;

}

.gallery-buttons{

    width:100%;

}

.btn-primary{

    width:100%;

}

.hero-circle{

    display:none;

}

}

/*========================================
360px
========================================*/

@media (max-width:360px){

.gallery-hero{

    min-height:380px;

    padding:25px 15px 30px;

}

.gallery-title{

    font-size:24px;

}

.gallery-description{

    font-size:12px;

}

.btn-primary{

    font-size:13px;

    padding:12px 22px;

}

}

.btn-primary,
.btn-primary:visited,
.btn-primary:active,
.btn-primary:hover,
.btn-primary:focus{

    background:#8E2B2E !important;

    color:#FFFFFF !important;

    border:none;

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-43a5019 *//*==================================================
FINAL CTA
==================================================*/

/*========================================
FINAL CTA SECTION
========================================*/

.tnawa-final-cta {
    position: relative;
    overflow: hidden;
    padding: 100px 20px;
    text-align: center;
    background:
        linear-gradient(
            135deg,
            rgba(10, 24, 61, .95),
            rgba(142, 43, 46, .92)
        ),
        url("https://tnarmwrestling.whydev.co.in/wp-content/uploads/2026/05/12.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/*========================================
OVERLAY
========================================*/

.tnawa-final-cta::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .35);
    z-index: 1;
}

/*========================================
CONTENT
========================================*/

.tnawa-final-content {
    position: relative;
    z-index: 2;
    max-width: 900px;
    margin: auto;
}

/*========================================
TAG
========================================*/

.tnawa-tag {
    display: inline-block;
    padding: 10px 24px;
    margin-bottom: 22px;
    border-radius: 50px;
    background: rgba(255, 255, 255, .12);
    border: 1px solid rgba(255, 255, 255, .20);
    backdrop-filter: blur(10px);
    color: #D8B46A;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
}

/*========================================
TITLE
========================================*/

.tnawa-final-cta h2 {
    margin-bottom: 22px;
    font-family: 'Oswald', sans-serif;
    font-size: clamp(34px, 5vw, 58px);
    line-height: 1.1;
    font-weight: 700;
    text-transform: uppercase;
    color: #FFFFFF;
}

.tnawa-final-cta h2 strong {
    color: #D8B46A;
}

/*========================================
DESCRIPTION
========================================*/

.tnawa-final-cta p {
    max-width: 850px;
    margin: 0 auto 40px;
    font-size: 17px;
    line-height: 1.9;
    color: #F4F4F4;
}

/*========================================
BUTTONS
========================================*/

.tnawa-final-actions {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
}

/*========================================
PRIMARY BUTTON
========================================*/

.tnawa-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 15px 34px;
    background: #8E2B2E;
    color: #FFFFFF;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    transition: .35s ease;
}

.tnawa-btn:hover {
    background: #B11217;
    transform: translateY(-4px);
}

/*========================================
OUTLINE BUTTON
========================================*/

.tnawa-btn-outline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 15px 34px;
    border: 2px solid #D8B46A;
    color: #D8B46A;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    transition: .35s ease;
}

.tnawa-btn-outline:hover {
    background: #D8B46A;
    color: #111827;
    transform: translateY(-4px);
}

/*========================================
TABLET
========================================*/

@media (max-width: 992px) {

    .tnawa-final-cta {
        padding: 70px 30px;
    }

    .tnawa-tag {
        font-size: 11px;
        padding: 8px 18px;
        letter-spacing: 2px;
    }

    .tnawa-final-cta h2 {
        font-size: 36px;
        line-height: 1.2;
    }

    .tnawa-final-cta p {
        font-size: 15px;
        line-height: 1.8;
        margin-bottom: 30px;
    }

    .tnawa-btn,
    .tnawa-btn-outline {
        padding: 14px 28px;
        font-size: 14px;
    }
}

/*========================================
MOBILE
========================================*/

@media (max-width: 768px) {

    .tnawa-final-cta {
        padding: 55px 20px;
    }

    .tnawa-tag {
        font-size: 10px;
        padding: 7px 16px;
        letter-spacing: 2px;
    }

    .tnawa-final-cta h2 {
        font-size: 28px;
        line-height: 1.25;
    }

    .tnawa-final-cta p {
        font-size: 14px;
        line-height: 1.7;
        margin-bottom: 25px;
    }

    .tnawa-final-actions {
        flex-direction: column;
        gap: 12px;
    }

    .tnawa-btn,
    .tnawa-btn-outline {
        width: 100%;
        max-width: 280px;
        margin: auto;
        padding: 13px 24px;
        font-size: 14px;
    }
}

/*========================================
SMALL MOBILE
========================================*/

@media (max-width: 480px) {

    .tnawa-final-cta {
        padding: 45px 16px;
    }

    .tnawa-tag {
        font-size: 9px;
        padding: 6px 14px;
    }

    .tnawa-final-cta h2 {
        font-size: 22px;
    }

    .tnawa-final-cta p {
        font-size: 13px;
        line-height: 1.7;
    }

    .tnawa-btn,
    .tnawa-btn-outline {
        font-size: 13px;
        padding: 12px 20px;
    }
}/* End custom CSS */