 
/* ===== MAIN SECTION ===== */
 .pg_sec_1_main {
     color: #fff;
     position: relative;
     overflow: hidden;
     text-align: center; 
     padding-bottom: 70px;
}
/* ===== GLOW EFFECT ===== */
 .pg_sec_1_main::before {
     content: "";
}
/* ===== CONTENT ===== */
 .pg_sec_1_container {
     max-width: 100%;
}
/* ===== HEADING ===== */
 .pg_sec_1_heading {
     font-size: 70px;
     font-weight: 500;
     line-height: 1.1;
     margin-bottom: 30px;
     text-transform: uppercase;
     letter-spacing: 19px;
}
/* ===== SUBTEXT ===== */
 .pg_sec_1_sub {
     font-size: 20px;
     line-height: 1.6;
     opacity: 1;
     margin-bottom: 50px;
     padding: 0px 20%;
     margin-top: 70px;
}
/* ===== SLIDER ===== */
 .pg_sec_1_slider {
     max-width: 100%;
     padding: 0px 2%;
     margin-top: 50px;
}
/* ===== VIDEO CARD ===== */
 .pg_sec_1_video {
     background: #ffffff21;
     padding: 8px 15px;
     border-radius: 20px;
     backdrop-filter: blur(10px);
}
 .pg_sec_1_video iframe {
     width: 100%;
     height: 250px;
     border-radius: 12px;
}
/* ===== DOTS ===== */
 .owl-theme .owl-dots .owl-dot span {
     background: #888;
}
 .owl-theme .owl-dots .owl-dot.active span {
     background: #7a7cff;
}
/* ===== RESPONSIVE ===== */
 @media(max-width: 768px) {

    .pg_sec_2_feature{
        display: inline-block !important;
    }

    .pg_sec_2_number{
            width: auto;
    display:inline-block !important;
    margin-bottom: 10px;
    line-height: 47px;
    }

    .pg_sec_2_text{
        width: 100%;
    }


     .pg_sec_1_heading {
        font-size: 29px;
    }

    .pg_sec_1_heading span {
        font-size: 15px !important;
    }
     
     .pg_sec_2_main {
    padding: 60px 20px !important;
    }

     .pg_sec_1_sub {
        font-size: 17px;
        padding: 0px;
        margin-top: 20px;
        line-height: 28px;
    }


     .pg_sec_1_main {
         padding: 60px 20px;
    }
}
 .pg_sec_1_heading span{
     font-size: 21px;
     text-transform: uppercase;
     letter-spacing: 12px;
     word-spacing: 3px;
     font-weight: 500;
     display: inline-block;
     width: 100%;
     margin-bottom: 20px;
}
 .pg_sec_2_main {
     background: #041b50;
     color: #fff;
     padding: 60px 60px;
}
/* ===== CONTAINER ===== */
 .pg_sec_2_container {
     display: flex;
     align-items: center;
     justify-content: space-between;
     gap: 60px;
}
/* ===== LEFT CONTENT ===== */
 .pg_sec_2_left {
     width: 55%;
}
 .pg_sec_2_logo {
     font-size: 16px;
     letter-spacing: 2px;
     opacity: 0.7;
     margin-bottom: 10px;
}
 .pg_sec_2_heading {
     font-size: 48px;
     font-weight: 500;
     margin-bottom: 20px;
}
/* ===== FEATURE ITEM ===== */
 .pg_sec_2_feature {
     display: flex;
     gap: 20px;
     margin-bottom: 30px;
     padding: 20px;
     border-radius: 16px;
     background: #ffffff26;
     backdrop-filter: blur(10px);
     transition: 0.3s;
}
 .pg_sec_2_feature:hover {
     transform: translateY(-5px);
     background: rgba(255,255,255,0.08);
}
/* ===== NUMBER BADGE ===== */
 .pg_sec_2_number {
     min-width: 45px;
     height: 45px;
     border-radius: 12px;
     background: linear-gradient(135deg, #385fb8, #2a4c99);
     display: flex;
     align-items: center;
     justify-content: center;
     font-weight: 500;
     font-size: 22px;
}
/* ===== TEXT ===== */
 .pg_sec_2_text h3 {
     font-size: 22px;
     margin-bottom: 8px;
     color: #fff;
     font-weight: 500;
}
 .pg_sec_2_text p {
     font-size: 15px;
     opacity: 0.7;
     line-height: 1.5;
}
/* ===== RIGHT SIDE (IMAGE) ===== */
 .pg_sec_2_right {
     width: 40%;
     display: flex;
     justify-content: center;
}
 .pg_sec_2_image {
     width: 300px;
     max-width: 100%;
     border-radius: 30px;
     box-shadow: 0 20px 60px rgba(0,0,0,0.5);
     transition: 0.4s;
}
 .pg_sec_2_image:hover {
     transform: scale(1.05) rotate(-2deg);
}
/* ===== RESPONSIVE ===== */
 @media(max-width: 900px) {
     .pg_sec_2_container {
         flex-direction: column;
         text-align: center;
    }
     .pg_sec_2_left, .pg_sec_2_right {
         width: 100%;
    }
     .pg_sec_2_heading {
         font-size: 36px;
    }
}
 .pg_sec_2_main_2{
     background: #011137;
}
 .pg_sec_3_main {
     background: #041b50;
     color: #fff;
     padding: 50px 60px;
     position: relative;
     overflow: hidden;
     padding-bottom: 100px;
}
/* ===== GLOW BACKGROUND ===== */
 .pg_sec_3_main::before {
     content: "";
}
/* ===== HEADING ===== */
 .pg_sec_3_heading {
     font-size: 48px;
     font-weight: 500;
     margin-bottom: 30px;
     text-align: center;
}
/* ===== GRID ===== */
 .pg_sec_3_grid {
     display: grid;
     grid-template-columns: repeat(4, 1fr);
     gap: 30px;
}
/* ===== CARD ===== */
 .pg_sec_3_card {
     padding: 30px;
     border-radius: 20px;
     background: #ffffff26;
     backdrop-filter: blur(12px);
     transition: 0.3s;
     min-height: 260px;
}
 .pg_sec_3_card:hover {
     transform: translateY(-8px);
     background: rgba(255,255,255,0.08);
}
/* ===== ICON ===== */
 .pg_sec_3_icon {
     font-size: 40px;
     margin-bottom: 20px;
     text-align: center;
}
/* ===== TITLE ===== */
 .pg_sec_3_title {
     font-size: 23px;
     font-weight: 500;
     margin-bottom: 12px;
     text-align: center;
     line-height: 32px;
}
/* ===== TEXT ===== */
 .pg_sec_3_text {
     font-size: 15px;
     opacity: 0.75;
     line-height: 1.5;
     text-align: center;
}
/* ===== SUPPORT CARD SPECIAL ===== */
 .pg_sec_3_card_support {
     grid-column: span 2;
     display: flex;
     flex-direction: column;
     justify-content: center;
}
 .pg_sec_3_support_title {
     font-size: 42px;
     font-weight: 700;
     margin-bottom: 20px;
}
 .pg_sec_3_support_text {
     font-size: 18px;
     opacity: 0.85;
     line-height: 1.7;
}
/* ===== RESPONSIVE ===== */
 @media(max-width: 1000px) {
     .pg_sec_3_grid {
         grid-template-columns: repeat(2, 1fr);
    }
     .pg_sec_3_card_support {
         grid-column: span 2;
    }
}
 @media(max-width: 600px) {
     .pg_sec_3_grid {
         grid-template-columns: 1fr;
    }
     .pg_sec_3_card_support {
         grid-column: span 1;
    }
     .pg_sec_3_heading {
         font-size: 36px;
    }
}
 .pg_sec_3_icon svg{
     width: 90px;
     height: 90px;
     stroke-width: 1.5;
     display: inline-block;
     background: #3e5483;
     border-radius: 100px;
     padding: 10px;
     border: 5px solid #63708d;
}








.pg_sec_1 {
    max-width: 100%;
    margin: auto;
    padding: 0px 2%;
    text-align: center;
}

.pg_sec_1 h2 {
    font-size: 28px;
    margin-bottom: 30px;
}

/* Video Box */

.video-box {
    position: relative;
    height: 310px;
    cursor: pointer;
    border-radius: 14px;
    overflow: hidden;
    background: #ffffff17;
    padding: 15px;
    border-radius: 17px;
    padding-bottom: 50px;
}


.video-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
    border-radius: 15px;
}

.video-box:hover img {
    transform: scale(1.05);
}

/* Play Button */
.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 65px;
    height: 65px;
    background: rgba(0,0,0,0.6);
    border-radius: 50%;
}

.play-btn::after {
    content: '';
    position: absolute;
    left: 26px;
    top: 20px;
    border-left: 18px solid white;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
}

/* Responsive */
@media (max-width: 600px) {
    .video-box {
        height: 280px;
    }
}


.all_titl_a{
  float: left;
  width: 100%;
  margin-top: -16px;
}

.titl_1a{
  float: left;
  width: 33.333%;
  margin-top: -24px;
  font-size: 18px;
}




 
.owl-item .video-box:nth-child(2)  {
  background: red !important;
}









/* Container */
.yt_ap_container {
    max-width: 90%;
    margin: 40px auto;
    text-align: center;
}

/* Title */
.yt_ap_title {
    font-size: 28px;
    margin-bottom: 20px;
}

/* Input */
.yt_ap_input {
    padding: 10px;
    width: 60%;
    margin-bottom: 20px;
    font-size: 16px;
}

/* Video Box */
.yt_ap_video_box {
    position: relative;
    cursor: pointer;
    background: #ffffff17;
    padding: 15px;
    border-radius: 30px;
}

/* Thumbnail */
.yt_ap_video_box img {
    width: 100%;
    border-radius: 20px;
    height: 240px;
    object-fit: cover;
}

/* Play Button */
.yt_ap_play_btn {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: red;
    color: #fff;
    font-size: 22px;
    padding: 12px 16px;
    border-radius: 50%;
    height: 55px;
    line-height: 30px;
}

.titll_lin1{float: left;width: 100%;margin-top: 10px;font-size: 20px;}