/*
Theme Name: pawan
Author: Pawan Kumar
Version: 1.0
Description: A minimal Elementor-compatible WordPress theme developed by Pawan Kumar. This theme is designed to be lightweight and fast, providing a clean and modern foundation for building websites with Elementor. It offers basic styling and structure, allowing users to customize their site using Elementor's drag-and-drop interface without any unnecessary bloat. pawan is ideal for those looking for a simple yet effective theme to create stunning websites with ease.
*/

 body {
            font-family: 'Lato', sans-serif;
            background-color: #fdfdfd;
            color: #212121;
        }

        /* Navbar Styling */
        .navbar {
            background-color: #1a1a1a !important;
            padding: 15px 0;
            box-shadow: 0 2px 4px rgba(0,0,0,0.1);
        }
        .navbar-brand {
            font-weight: 700;
            font-size: 1.2rem;
            color: #ffffff !important;
            display: flex;
            align-items: center;
            gap: 10px;
        }
        .nav-link {
            color: #d1d1d1 !important;
            font-weight: 400;
            text-transform: uppercase;
            font-size: 0.9rem;
            letter-spacing: 0.5px;
            transition: color 0.3s ease;
        }
        .nav-link:hover {
            color: #00a3cc !important;
        }
        /* All sections heading */
        .about-traders-section .about-traders-heading,
        .trading-hero-section .trading-hero-title,
        .trading-hero-section .trading-hero-title,
        .why-traders-heading, .pawan-section-title h2,
        .about-traders-section h2, .section-heading h2, .section-title h2,
        .pawan-trading-info-section .pawan-info-box h2, .OTTC-heading{
            font-size: 35px;
            font-weight: 800;
            line-height: 1.3;
            color: #1a4d6b;
        } 

        /* All sections description */
        .about-traders-section .about-traders-description, 
        .section-heading p, .trading-hero-section .trading-hero-description,
        .pawan-section-description, .section-title p, .OTTC-description, .OTTC-text p{ 
            font-size: 16px;
            line-height: 1.7;
            color: #555;
            margin-bottom: 0;
        }
        /* Hero Section */
        .hero-section {
            position: relative;
            background-position: center center;
            background-size: cover;
            background-repeat: no-repeat;
            padding: 120px 0;
            text-align: center;
            color: #fff;
        } 
        .hero-overlay {
            position: absolute;
            top: 0; left: 0; right: 0; bottom: 0;
            background: rgba(0, 0, 0, 0.65);
        }
        .hero-content {
            position: relative;
            z-index: 2;
        }
        .hero-content h1 {
            font-weight: 900;
            font-size: 3rem;
            text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
            max-width: 900px;
            margin: 0 auto;
            line-height: 1.3;
        }

        /* Introduction & Formatting */
        .section-intro {
            padding: 60px 0;
            text-align: center;
            max-width: 800px;
            margin: 0 auto;
        }
        .section-header-bar {
            background-color: #1a4d6b;
            color: #ffffff;
            padding: 15px 20px;
            border-radius: 5px;
/*             margin: 40px 0 20px 0; */
            font-weight: 700;
            font-size: 1.5rem;
            text-align: center;
            box-shadow: 0 4px 6px rgba(0,0,0,0.1);
        }

        /* Table Styling */
        .comparison-table {
            margin-bottom: 50px;
            background: #fff;
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 4px 15px rgba(0,0,0,0.05);
        }
        .comparison-table th {
            background-color: #1a4d6b;
            color: #fff;
            font-weight: 700;
            padding: 15px;
        }
        .comparison-table td {
            vertical-align: middle;
            padding: 15px 20px;
            font-weight: 500;
        }
        .table-hover tbody tr:hover {
            background-color: #f1f8fc;
        }

        /* Channel Sections */
        .channel-block {
            background: #ffffff;
            border: 1px solid #eaeaea;
            border-radius: 10px;
            padding: 30px;
            margin-bottom: 40px;
            box-shadow: 0 5px 15px rgba(0,0,0,0.02);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }
      .channel-block .fw-bold{
	       display: none !important;
       }
        .channel-block:hover {
            transform: translateY(-3px);
            box-shadow: 0 8px 25px rgba(0,0,0,0.08);
        }
        .channel-title {
            color: #1a4d6b;
            font-weight: 900;
            font-size: 1.8rem;
            margin-bottom: 20px;
            border-bottom: 2px solid #00a3cc;
            display: inline-block;
            padding-bottom: 5px;
        }
        .channel-image {
            width: 100%;
            height: 300px;
            object-fit: cover;
            border-radius: 8px;
            margin-bottom: 20px;
            box-shadow: 0 4px 10px rgba(0,0,0,0.1);
        }
        .feature-list {
            list-style: none;
            padding-left: 0;
            margin-top: 15px;
        }
        .feature-list li {
            position: relative;
            padding-left: 30px;
            margin-bottom: 10px;
            font-size: 1.05rem;
        }
        .feature-list li::before {
            content: '\f00c';
            font-family: 'Font Awesome 5 Free';
            font-weight: 900;
            position: absolute;
            left: 0;
            top: 2px;
            color: #28a745;
        }

        /* Buttons */
        .btn-join {
            background-color: #00a3cc;
            color: #fff;
            font-weight: 700;
            padding: 10px 25px;
            border-radius: 50px;
            text-transform: uppercase;
            font-size: 12px;
            letter-spacing: 1px;
            transition: all 0.3s ease;
            box-shadow: 0 4px 6px rgba(0, 163, 204, 0.3) !important;
            display: inline-block;
            text-decoration: none;
            border: none;
        }
        .btn-join:hover {
            background-color: #0087a8;
            color: #fff;
            transform: translateY(-2px);
            box-shadow: 0 6px 12px rgba(0, 163, 204, 0.4) !important;
        }

    
        /* General Page Container */
        .page-content {
            background: #fff;
            padding: 40px;
            border-radius: 8px;
            box-shadow: 0 4px 15px rgba(0,0,0,0.05);
            margin-top: 40px;
            margin-bottom: 40px;
        }
        .page-title {
            color: #1a4d6b;
            font-weight: 900;
            margin-bottom: 30px;
            border-bottom: 3px solid #00a3cc;
            display: inline-block;
            padding-bottom: 10px;
        }

/* =========================
   Trading Hero Section
========================= */

.trading-hero-section{
    position: relative;
}
.trading-hero-section .trading-hero-content{
    max-width: 760px;
}


.trading-hero-section .trading-hero-buttons .btn{

    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease;
    border: none;
    padding: 12px 30px;
    border-radius: 9px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-top: 20px;
}

.trading-hero-section .trading-btn-primary{
    background: #0ea5c6;
    color: #fff;
}

.trading-hero-section .trading-btn-primary:hover{
    background: #0891b2;
    color: #fff;
    transform: translateY(-2px);
}

.trading-hero-section .trading-btn-secondary{
    background: #67c96d;
    color: #fff;
}

.trading-hero-section .trading-btn-secondary:hover{
    background: #4caf50;
    color: #fff;
    transform: translateY(-2px);
}

/* Right Features */

.trading-hero-section .trading-hero-features{
    padding-left: 40px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.trading-hero-section .trading-feature-item{
    display: flex;
    align-items: center;
    gap: 16px;
}

.trading-hero-section .trading-feature-item i{
    color: #0f5f7d;
    font-size: 20px;
}

.trading-hero-section .trading-feature-item span{
    font-size: 16px;
    line-height: 1.3;
    color: #374151;
    font-weight: 500;
}


/* ===============
Box design 
================ */

.section-box-design{
    padding: 30px;
    border-radius: 20px 20px 20px 20px;
    background: #fff;
    height: 100%;
    border: 1px solid #d3d3d3;
	display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.section-box-design.p-dicreace{
    padding: 30px 25px 30px 30px;
}
.section-box-design-transparnet .section-box-design {
    background: #F0F7FF;
}
.section-box-design .icon {
    margin-bottom: 15px;
}
.section-box-design .icon img {
    max-height: 50px;
}
.section-box-design h4 {
    font-size: 25px;
    font-weight: 600;

}
.section-box-design p {
    font-size: 15px;
    margin-bottom: 0;
}

/* =========
Latest Blog Item 
===========*/

.latest-blog-item {
  background: #ffffff;
  border: 1px solid #e8e8e4;
  border-radius: 14px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.latest-blog-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
}

.latest-blog-item .latest-blog-image {
  overflow: hidden;
  aspect-ratio: 4 / 3;
}

.latest-blog-item .latest-blog-image a {
  display: block;
  width: 100%;
  height: 100%;
}

.latest-blog-item .latest-blog-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.latest-blog-item:hover .latest-blog-image img {
  transform: scale(1.05);
}


.latest-blog-item .latest-blog-title,
.latest-blog-item .latest-blog-description,
.latest-blog-item .text-btn {
  padding-left: 20px;
  padding-right: 20px;
}


.latest-blog-item .latest-blog-title {
  margin: 18px 0 10px;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.4;
  color: #1a1a1a;
}

.latest-blog-item .latest-blog-title a {
  text-decoration: none;
  color: inherit;
  transition: color 0.2s ease;
}

.latest-blog-item .latest-blog-title a:hover {
  color: #d85a30; 
}


.latest-blog-item .latest-blog-description {
  font-size: 14px;
  line-height: 1.7;
  color: #6b6b66;
  margin: 0 0 18px;
}


.latest-blog-item .text-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 20px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  text-decoration: none;
  color: #d85a30;
  transition: gap 0.2s ease;
}

.latest-blog-item .text-btn::after {
  content: "→";
  transition: transform 0.2s ease;
}

.latest-blog-item .text-btn:hover::after {
  transform: translateX(4px);
}


/* =========================
   About Traders Section
========================= */

.about-traders-section{
    padding: 50px 0;
    overflow: hidden;
}
.about-traders-section .about-traders-image{
    position: relative;
}
.about-traders-section .about-traders-image img{
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 24px;
    box-shadow: 0 20px 20px rgba(0,0,0,0.12);
    transition: 0.4s ease;
}
.about-traders-section .about-traders-image img:hover{
    transform: translateY(-8px);
}
.about-traders-section .about-traders-content{
    padding-left: 30px;
}

/* =========================
   Why Traders Section
========================= */

.why-traders-section .why-traders-card{
    background: #fff;
    border-radius: 24px;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 5px;
    height: 100%;
    border: 1px solid #e8eef7;
    transition: 0.4s ease;
    box-shadow: 0 10px 30px rgba(0,0,0,0.04);
}
.why-traders-section .why-traders-card:hover{
    transform: translateY(-4px);
    box-shadow: 0 20px 45px rgba(0,0,0,0.08);
}
.why-traders-section .why-traders-card-left{
    min-width: 90px;
}
.why-traders-section .why-traders-card-left img{
    width: 55px;
    height: 55px;
    object-fit: cover;
}
.why-traders-section .why-traders-card-title{
    font-size: 24px;
    font-weight: 700;
    color: #111;
    margin-bottom: 0px;
}
.why-traders-section .why-traders-card-description{
    font-size: 16px;
    color: #666;
    line-height: 1.8;
    margin-bottom: 0;
}

/*=============
pawan-trading-cta
=============*/
.pawan-trading-cta .pawan-trading-cta-box{
    margin: auto;
    text-align: center;
    padding: 40px;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 30px;
    backdrop-filter: blur(10px);
}
.pawan-trading-cta .pawan-trading-cta-heading{
    font-size: 35px;
    font-weight: 700;
    line-height: 1.3;
    color: #ffffff;
}
.pawan-trading-cta .pawan-trading-cta-description{
    font-size: 18px;
    line-height: 1.9;
    color: #ffffff;
}
.pawan-trading-cta .pawan-trading-cta-btn{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease;
    border: none;
    padding: 12px 30px;
    border-radius: 9px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.5px;
    background: #0ea5c6;
    color: #fff;
}
.pawan-trading-cta .pawan-trading-cta-btn:hover{
    background: #16a34a;
    color: #ffffff;
    transform: translateY(-4px);
}

/*=============
pawan-testimonial-community
=============*/
.pawan-testimonial-community .pawan-section-title{
    text-align: center;
    margin-bottom: 60px;
}
.pawan-testimonial-community .pawan-testimonial-card{
    text-align: center;
    padding: 20px;
}
.pawan-testimonial-community .pawan-testimonial-image{
    width: 100px;
    height: 100px;
    margin: 0 auto 25px;
    border-radius: 50%;
    overflow: hidden;
}
.pawan-testimonial-community .pawan-testimonial-image img{
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}
.pawan-testimonial-community .pawan-testimonial-name{
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #374151;
}
.pawan-testimonial-community .pawan-testimonial-designation{
    display: block;
    font-size: 16px;
    color: #6b7280;
    font-weight: 600;
}
.pawan-testimonial-community .pawan-testimonial-review{
    font-size: 16px;
    line-height: 1.9;
    color: #4b5563;
    margin-bottom: 0px;
}
.pawan-testimonial-community .pawan-testimonial-stars{
    color: #f59e0b;
    font-size: 24px;
    letter-spacing: 3px;
}
.pawan-testimonial-community .swiper-button-next, 
.pawan-testimonial-community .swiper-button-prev {
    color: #ffffff;
    background: #198754;
    height: 30px;
    width: 30px;
    border-radius: 50%;
}
.pawan-testimonial-community .swiper-button-prev:after,
.pawan-testimonial-community .swiper-button-next:after{
	font-size: 16px !important
}
 

/* =========================
   All Responsive
========================= */

@media (max-width: 576px){
    .trading-hero-section .trading-hero-description{
        font-size: 16px;
        line-height: 28px;
    }
    .trading-hero-section .trading-hero-buttons .btn{
        width: 100%;
        min-width: 100%;
    }
    .trading-hero-section .trading-feature-item{
        gap: 12px;
    }
}
@media(max-width:767px){
    .about-traders-section .about-traders-heading,
    .trading-hero-section .trading-hero-title,
    .trading-hero-section .trading-hero-title,
    .why-traders-section .why-traders-heading, .pawan-section-title h2,
    .section-title h2, .section-heading h2, .OTTC-heading{
        font-size: 25px;
    } 
    .why-traders-section .why-traders-card{
        flex-direction: column;
        text-align: center;
    }
    /*  */
    .pawan-trading-cta-heading{
        font-size: 30px;
    }
    .pawan-trading-cta-description{
        font-size: 16px;
    }
    .pawan-trading-cta-btn{
        width: 100%;
        font-size: 16px;
        padding: 14px 25px;
    }
    /*  */
    .pawan-testimonial-community{
        padding: 60px 0;
    }
    .pawan-section-title{
        margin-bottom: 40px;
    }
    .pawan-testimonial-image{
        width: 130px;
        height: 130px;
    }

    .pawan-trading-cta .pawan-trading-cta-heading{
    font-size: 25px;

}
}
@media(max-width:991px){
        .trading-hero-section{
        text-align: center;
    }
    .trading-hero-section .trading-hero-description{
        font-size: 18px;
        margin-left: auto;
        margin-right: auto;
    }
    .trading-hero-section .trading-hero-buttons{
        justify-content: center;
    }
    .trading-hero-section .trading-hero-features{
        padding-left: 0;
        max-width: 500px;
        margin: auto;
        text-align: left;
    }
    /*  */
    .about-traders-section .about-traders-section{
        padding: 70px 0;
    }
    .about-traders-section .about-traders-content{
        padding-left: 0;
        text-align: center;
    }

    .about-traders-section .about-traders-image img{
        height: auto;
    }

}









/* =========================================
Trading Telegram Channel Section
========================================= */

.trading-telegram-channel-section{
    position: relative;
    padding: 50px 0;
    background: #03132d;
    overflow: hidden;
    z-index: 1;
}

.trading-telegram-channel-section::before{
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        135deg,
        rgba(0, 102, 255, 0.12),
        rgba(0, 0, 0, 0.2)
    );
    z-index: -1;
}

.trading-telegram-channel-section .container{
    position: relative;
    z-index: 2;
}


/* =========================================
Left Content
========================================= */

.trading-telegram-channel-section .trusted-badge{
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 18px;
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 50px;
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 30px;
    background: rgba(255,255,255,0.04);
    backdrop-filter: blur(10px);
}

.trading-telegram-channel-section .telegram-channel-heading{
    font-size: 50px;
    line-height: 1.08;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 28px;
    max-width: 760px;
}

.trading-telegram-channel-section .telegram-channel-description{
    font-size: 21px;
    line-height: 1.9;
    color: rgba(255,255,255,0.75);
    max-width: 760px;
    margin-bottom: 40px;
}


/* =========================================
Button
========================================= */

.trading-telegram-channel-section .join-btn{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 18px 38px;
    border-radius: 16px;
    background: linear-gradient(135deg,#0066ff,#3b82f6);
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 15px 40px rgba(0,102,255,0.35);
}

.trading-telegram-channel-section .join-btn:hover{
    transform: translateY(-4px);
    color: #ffffff;
}


/* =========================================
Joined Box
========================================= */

.trading-telegram-channel-section .telegram-joined-box{
    display: flex;
    align-items: center;
    gap: 18px;
    margin-top: 18px;
}

.trading-telegram-channel-section .telegram-joined-box img{
    width: 160px;
    border-radius: 50px;
}

.trading-telegram-channel-section .telegram-joined-box span{
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
}


/* =========================================
Features Box
========================================= */

.trading-telegram-channel-section .telegram-features-box{
    padding: 30px;
    border-radius: 30px;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.12);
    backdrop-filter: blur(18px);
}

.trading-telegram-channel-section .feature-main-heading{
    font-size: 28px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 35px;
    text-align: center;
}


/* =========================================
Feature Item
========================================= */

.trading-telegram-channel-section .telegram-feature-item{
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 10px;
}

.trading-telegram-channel-section .telegram-feature-item:last-child{
    margin-bottom: 0;
}

/* .trading-telegram-channel-section .telegram-feature-icon img{
    width: 60px;
    min-width: 60px;
    height: 60px;
    border-radius: 50%;
	object-fit: cover;
    background: linear-gradient(135deg,#0ea5e9,#2563eb);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: #ffffff;
    box-shadow: 0 12px 30px rgba(37,99,235,0.35);
} */
.trading-telegram-channel-section .telegram-feature-icon{
    width: 72px;
    min-width: 72px;
    height: 72px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    border: 3px solid rgba(255,255,255,0.15);
    box-shadow: 0 10px 25px rgba(0,0,0,0.25);
    background: rgba(255,255,255,0.08);
	display: flex;
    align-items: center;
    justify-content: center;
}

.trading-telegram-channel-section .telegram-feature-icon img{
    width: 50%;
    height: 50%;
    object-fit: cover;
    display: block;
}
.trading-telegram-channel-section .telegram-feature-content h4{
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 0px;
}

.trading-telegram-channel-section .telegram-feature-content p{
    margin: 0;
    font-size: 17px;
    line-height: 1.5;
    color: rgba(255,255,255,0.72);
}


/* =========================================
Responsive
========================================= */

@media(max-width:1200px){

    .trading-telegram-channel-section .telegram-channel-heading{
        font-size: 58px;
    }

}

@media(max-width:991px){

    .trading-telegram-channel-section{
        padding: 90px 0;
    }

    .trading-telegram-channel-section .telegram-channel-heading{
        font-size: 48px;
    }

    .trading-telegram-channel-section .telegram-features-box{
        margin-top: 30px;
    }

}

@media(max-width:767px){

    .trading-telegram-channel-section{
        padding: 70px 0;
    }

    .trading-telegram-channel-section .telegram-channel-heading{
        font-size: 38px;
    }

    .trading-telegram-channel-section .telegram-channel-description{
        font-size: 16px;
        line-height: 1.8;
    }

    .trading-telegram-channel-section .join-btn{
        width: 100%;
        font-size: 16px;
    }

    .trading-telegram-channel-section .telegram-joined-box{
        flex-direction: column;
        align-items: flex-start;
    }

    .trading-telegram-channel-section .telegram-features-box{
        padding: 30px;
    }

    .trading-telegram-channel-section .telegram-feature-item{
        gap: 15px;
    }

/*     .trading-telegram-channel-section .telegram-feature-icon{
        width: 60px;
        min-width: 60px;
        height: 60px;
        font-size: 22px;
    } */

    .trading-telegram-channel-section .telegram-feature-content h4{
        font-size: 19px;
    }

}


.theme-footer {
    --color-primary: #0ea5c6;
    padding: 50px 0 15px;
    background: #222;
}

.theme-footer .footer-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.theme-footer .footer-list li {
    list-style: none;
    margin: 10px 0;
}

.theme-footer .footer-list li.heading_list {
    margin-bottom: 15px;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.4;
}

.theme-footer .footer-list li a {
    position: relative;
    color: #d7d7d7;
    font-size: 14px;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
    padding-inline-start: 15px;
    padding-bottom: 2px;
    display: inline-block;
    text-decoration: none;
}

.theme-footer .footer-list li a:after {
    content: '';
    width: 8px;
    height: 1px;
    background: #fff;
    position: absolute;
    display: block;
    top: 11px;
    left: 0;
}

.theme-footer .footer-list li a:hover {
    background-size: 100% 1px;
}

.theme-footer .footer-info {
    display: block;
}

.theme-footer .footer-info>a.logo {
    display: block;
}

.theme-footer .footer-info>a.logo img {
    max-height: 50px;
    max-width: 100%;
    height: auto;
}

.theme-footer .footer-info>p {
    font-size: 14px;
    color: #d7d7d7;
    margin-top: 20px;
    margin-bottom: 0;
}

.theme-footer .footer-social {
    display: block;
}

.theme-footer .footer-social h4 {
    margin-bottom: 15px;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.4;
}

.theme-footer .footer-social .social-icon {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: start;
    margin: 10px 0;
    flex-wrap: wrap;
}

.theme-footer .footer-social .social-icon a {
    display: flex;
    position: relative;
    padding: 10px;
    border-radius: 5px;
    background: #ffffff4f;
    font-size: 16px;
    color: #ffffffc4;
    width: 40px;
    justify-content: center;
    align-items: center;
    height: 40px;
    transition: all 0.5s;
}

.theme-footer .footer-social .social-icon a:hover {
    background: #fff;
    color: var(--color-primary);
}

.theme-footer .copyright-info {
    font-size: 14px;
    color: #ffffff9d;
    line-height: 1.5;
}


@media (max-width:575px) {
    .theme-footer .footer-list li.heading_list {
        margin-top: 0;
        margin-bottom: 0;
        cursor: pointer;
    }
    .theme-footer .footer-list li.heading_list.downarrow{
        display: flex;
    }
    .theme-footer .footer-list li.heading_list.downarrow:after{
        display: inline-block;
        font-family: var(--font-bootstrap-icons);
        font-size: 16px;
        content: "\F282";
        margin-inline-start: auto;
        -webkit-transition: .3s ease;
        transition: .3s ease;
        position: relative;
        top: 2px;
    }
    .theme-footer .footer-list li.heading_list.uparrow{
        display: flex;
    }
    .theme-footer .footer-list li.heading_list.uparrow:after{
        display: inline-block;
        font-family: var(--font-bootstrap-icons);
        font-size: 16px;
        content: "\F282";
        margin-inline-start: auto;
        -webkit-transition: .3s ease;
        transition: .3s ease;
        position: relative;
        top: -2px;
        transform: rotate(-180deg);
    }
    .theme-footer .footer-list li:last-child {
        margin-bottom: 0;
    }
}










/*===================================
Trading Info Widget CSS
===================================*/

/* .pawan-trading-info-section{
    padding: 70px 0;
    background: #f8fafc;
} */

.pawan-trading-info-section .pawan-info-wrapper{
    background: #ffffff;
    border-radius: 24px;
    padding: 35px;
    box-shadow: 0 10px 35px rgba(0,0,0,0.06);
}

.pawan-trading-info-section .pawan-info-grid{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 35px;
    margin-bottom: 35px;
}

.pawan-trading-info-section .pawan-info-box ul{
    margin: 0;
    padding: 0;
    list-style: none;
}

.pawan-trading-info-section .pawan-info-box ul li{
    position: relative;
    padding-left: 34px;
    margin-bottom: 5px;
    color: #4b5563;
    line-height: 1.7;
    font-size: 17px;
}

.pawan-trading-info-section .pawan-info-box ul li::before{
    content: "✔";
    position: absolute;
    left: 0;
    top: 2px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: linear-gradient(135deg,#10b981,#059669);
    color: #fff;
    font-size: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Bottom Grid */
.pawan-trading-info-section .pawan-bottom-grid{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

/* Telegram Card */
.pawan-trading-info-section .telegram-card{
    background: #f3f4f6;
    border-radius: 18px;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.pawan-trading-info-section .telegram-icon{
    width: 100px;
    min-width: 100px;
    height: 100px;
    border-radius: 20px;
    background: linear-gradient(135deg,#14b8a6,#0ea5e9);
    display: flex;
    align-items: center;
    justify-content: center;
}

.pawan-trading-info-section .telegram-icon i{
    font-size: 60px;
    color: #fff;
}

.pawan-trading-info-section .telegram-content h3{
    font-size: 24px;
    margin-bottom: 10px;
    color: #111827;
}

.pawan-trading-info-section .telegram-content p{
    margin: 0;
    color: #6b7280;
    line-height: 1.7;
}

/* Learning Card */
.pawan-trading-info-section .learning-card{
    background: linear-gradient(135deg,#10b981,#059669);
    border-radius: 18px;
    padding: 20px;
    color: #fff;
    text-align: center;
}

.pawan-trading-info-section .learning-card h2{
    font-size: 34px;
    margin-bottom: 18px;
}

.pawan-trading-info-section .learning-card p{
    display: none;
    line-height: 1.8;
    margin-bottom: 25px;
    color: rgba(255,255,255,0.92);
}

.pawan-trading-info-section .learning-btn{
    display: inline-block;
    padding: 14px 26px;
    background: #fff;
    color: #111827;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 600;
}

/* Internal Links */
.pawan-trading-info-section .internal-links-box{
    margin-top: 20px;
    display: none;
}

/* .pawan-trading-info-section .internal-links-box h3{
    font-size: 26px;
    margin-bottom: 20px;
} */

.pawan-trading-info-section .internal-links-list{
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.pawan-trading-info-section .topic-link{
    display: inline-block;
    padding: 12px 18px;
    border-radius: 10px;
    background: #ecfdf5;
    color: #059669;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s;
}

.pawan-trading-info-section .topic-link:hover{
    background: #10b981;
    color: #fff;
}

/* Responsive */
@media(max-width:991px){

    .pawan-trading-info-section .pawan-info-grid{
        grid-template-columns: 1fr;
    }

    .pawan-trading-info-section .pawan-bottom-grid{
        grid-template-columns: 1fr;
    }
	.OTTC-image {
    margin-bottom: 25px;
}

}

@media(max-width:767px){

    .pawan-trading-info-section .pawan-info-wrapper{
        padding: 22px;
    }

    .pawan-trading-info-section .telegram-card{
        flex-direction: column;
        text-align: center;
    }


    .pawan-trading-info-section .learning-card h2{
        font-size: 28px;
    }

}





/* ====================

======================= */
.OTTC-image img {
    border-radius: 20px !important;
}
.OTTC-header {
    margin-bottom: 15px;
}