/*
Theme Name: Astra Child
Theme URI: https://wpastra.com/
Template: astra
Author: Brainstorm Force
Author URI: https://wpastra.com/about/?utm_source=theme_preview&utm_medium=author_link&utm_campaign=astra_theme
Description: The Astra WordPress theme is lightning-fast and highly customizable. It has over 1 million downloads and the only theme in the world with 6,000+ five-star reviews! It’s ideal for professional web designers, solopreneurs, small businesses, eCommerce, membership sites and any type of website. It offers special features and templates so it works perfectly with all page builders like Spectra, Elementor, Beaver Builder, etc. Fast performance, clean code, mobile-first design and schema markup are all built-in, making the theme exceptionally SEO-friendly. It’s fully compatible with WooCommerce, SureCart and other eCommerce plugins and comes with lots of store-friendly features and templates. Astra also provides expert support for free users. A dedicated team of fully trained WordPress experts are on hand to help with every aspect of the theme. Try the live demo of Astra: https://zipwp.org/themes/astra/
Tags: custom-menu,custom-logo,entertainment,one-column,two-columns,left-sidebar,e-commerce,right-sidebar,custom-colors,editor-style,featured-images,full-width-template,microformats,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready,blog
Version: 4.13.6.1785230475
Updated: 2026-07-28 09:21:15

*/

/*===HEADER RIGHT SIDE BUTTON CSS START==*/


/* Container jo rotating border banayega */
.animated-border-box {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 3px; /* Yeh border ki thickness control karta hai */
    border-radius: 50px; /* Pillow / Capsule shape */
    overflow: hidden;
    z-index: 1;
}

/* Ghoomne wala gradient background */
.animated-border-box::before {
    content: '';
    position: absolute;
    width: 150%;
    height: 500%;
    background: conic-gradient(
        #00f5d4, 
        #00bbf9, 
        #002fb3, 
        #9b5de5, 
        #f15bb5, 
        #00f5d4
    );
    animation: rotateBorder 3s linear infinite;
    z-index: -1;
}

.admission-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #ff5e00;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    font-family: Arial, sans-serif;
    text-decoration: none;
    padding: 9px 20px;
    border-radius: 50px;
    z-index: 2;
    transition: transform 0.2s ease, background-color 0.2s ease;
}

/* Hover Effect (Optional) */
.admission-btn:hover {
    background-color: #e05300;
    transform: scale(1.02);
    color: #fff !important;
}

/* Border ghoomne ka animation */
@keyframes rotateBorder {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/*===HEADER RIGHT SIDE BUTTON CSS END==*/


/*===Why BSGL CSS START==*/

.why-grid{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 20px;
}

.why-card{
    padding: 30px;
    color: #fff;
    min-height: 260px;
    border-radius: 12px;
    position: relative;
    transition: 0.4s ease;
    border: 3px solid transparent;
    overflow: hidden;
}

/* HOVER EFFECT */
.why-card:hover{
    transform: translateY(-8px);
    border: 3px solid transparent;
    background-clip: padding-box;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.why-card:hover::before{
    content: "";
    position: absolute;
    inset: 0;
    padding: 3px;
    border-radius: 12px;
    background: linear-gradient(45deg,#ff0000,#00c3ff,#ffd000,#ff00c8);
    -webkit-mask: 
        linear-gradient(#fff 0 0) content-box, 
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
            mask-composite: exclude;
    pointer-events: none;
}

.why-card .icon{
    font-size: 38px;
    margin-bottom: 15px;
}

.why-card .icon i{
    color: #fff;
}

.why-card h4{
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 15px;
    color: #fff;
}

.why-card p{
    font-size: 16px;
    line-height: 1.7;
    color: #fff;
}

/* CARD COLORS */
.red-card{
    background: #ed1620;
}

.blue-card{
    background: #58ace8;
}

.yellow-card{
    background: #fdbd10;
}


.heading-separator {
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg,#ffb300,#ffc107);
    margin: 0 auto;
    border-radius: 4px;
    position: relative;
    margin-bottom: 30px;
}

.heading-separator::after {
    content: "";
    width: 12px;
    height: 12px;
    background: #ffc107;
    border-radius: 50%;
    position: absolute;
    top: -4px;
    left: 50%;
    transform: translateX(-50%);
}
h2.section-heading {
    text-align: center;
    margin-bottom: 15px;
    font-size: 44px;
    font-weight: bold;
    color: #000;
    line-height: 1.2;
}

.section-heading h2 {
    text-align: center;
    margin-bottom: 15px;
    font-size: 44px;
    font-weight: bold;
    color: #000;
    line-height: 1.2;
}

.top-user h4 {
    font-size: 25px;
    font-weight: bold;
    color: #000;
    line-height: 1.2;
    margin: 25px 0;
}
.top-user span {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    color: #000;
}
/* MOBILE */
@media(max-width:768px){

    .why-grid{
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .why-card{
        padding: 25px 20px;
        min-height: auto;
    }

}

/*===Why BSGL CSS END==*/



/*====Testimonials CSS STRT===*/
/* TRACK */
.track {
    display: flex;
    transition: transform 0.5s ease;
    align-items: flex-start;
    flex-wrap: wrap; 
    gap: 30px;
    margin-bottom: 40px;
}

/* CARD */
.biyani-section {
    flex: 0 0 calc((100% - 30px) / 2);
    max-width: calc((100% - 30px) / 2);
    box-sizing: border-box;
    padding: 0;
}

/* INNER */
.inner {
    background: linear-gradient(135deg, #cfdae15c, #58ace85c, #a0b8c95c);
    border-radius: 15px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    margin: 0;
}

/* USER TOP */
.top-user {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.top-user img {
    width: 60px;
    height: 60px !important;
    border-radius: 50% !important;
}

/* TEXT - Set to 3 Lines Limit */
.testimonial-text {
    font-size: 15px;
    line-height: 1.6;
    text-align: justify;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0;
    color: #000;
}

/* EXPANDED STATE */
.testimonial-text.expanded {
    display: block;
    -webkit-line-clamp: unset;
    overflow: visible;
}

/* READ MORE BUTTON */
.read-more-btn {
    display: inline-block;
    border: none;
    background: none;
    color: #dd1c25;
    font-weight: bold;
    cursor: pointer;
    margin-top: 8px;
    padding: 0;
    font-size: 16px;
    text-decoration: none;
}

.read-more-btn:hover {
    text-decoration: none;
}

/* Responsive adjustments for mobile screen */
@media (max-width: 768px) {
    .biyani-section {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
/*====Testimonials CSS END===*/



.elementor-element.elementor-element-1718fe8.biyani-school.elementor-widget.elementor-widget-text-editor {
    margin: 0;
}

.elementor-element.elementor-element-ffb24ae.biyani-school.elementor-widget.elementor-widget-text-editor p {
    margin: 0;
}



/*=== About Us Section CSS Start ===*/



/* Left Section */
.bsgl-left-content {
    flex: 1;
    background: linear-gradient(135deg, #cfdae15c, #58ace85c, #a0b8c95c);
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    corner-shape: scoop;
}

.bsgl-heading-tag {
  
    display: none;
}
.bsgl-left-content h2 {
    font-size: 32px;
    color: #111111;
    margin-top: 0;
    margin-bottom: 20px;
    line-height: 1.2;
}

.bsgl-left-content p {
    font-size: 15px;
    color: #000;
    line-height: 1.7;
    margin-bottom: 15px;
    font-weight: 400;
}

/* Hidden Text Animation */
#bsglMoreText {
    display: none;
}

#bsglMoreText.show {
    display: block;
    animation: fadeIn 0.4s ease-in-out;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(-8px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Button Styling */
#bsglReadBtn {
    background: #0056b3;
    color: #ffffff;
    border: none;
    padding: 12px 28px;
    border-radius: 30px;
    cursor: pointer;
    font-size: 15px;
    font-weight: 600;
    margin-top: 10px;
    transition: all 0.3s ease;
}

#bsglReadBtn:hover {
    background: #003d80;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 86, 179, 0.3);
}

/* Right Section Image */
.bsgl-right-image {
    flex: 1;
    display: flex;
    justify-content: center;
}

.bsgl-right-image img {
    width: 100%;
    max-width: 500px !important;
    height: 363px !important;
    border-radius: 20px !important;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15) !important;
}

/* Responsive (Mobile & Tablet) */
@media (max-width: 991px) {
    .bsgl-main-section {
        flex-direction: column-reverse;
        gap: 25px;
        margin: 20px auto;
    }

    .bsgl-left-content {
        width: 100%;
        padding: 25px;
        box-sizing: border-box;
    }

    .bsgl-left-content h2 {
        font-size: 26px;
    }

    .bsgl-right-image {
        width: 100%;
    }

    .bsgl-right-image img {
        height: 280px;
    }
}

/*=== About Us Section CSS End ===*/



/*===vision & Missions start css==*/

/* Vision & Mission */
/* Section */
.vision-mission-section {
    max-width: 1200px;
    margin: auto;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 31px;
}

/* Card Design */
.vm-card {
    background: linear-gradient(135deg, #cfdae15c, #58ace85c, #a0b8c95c);
    border: 2px solid #FFD93D;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
    opacity: 0;
}
/* Title */
.vm-title{
display:flex;
align-items:center;
gap:12px;
margin-bottom:15px;
}

.vm-title h2 {
    font-size: 28px;
    color: #dd1c25;
    margin: 0;
}

/* Icon */
.vm-icon{
font-size:26px;
color:#f28c64;
}

/* Text */
.vm-card p{
line-height:1.7;
font-size:16px;
color:#333;
}



/* Hover effect */
.vm-card:hover{
transform:translateY(-5px);
box-shadow:0 10px 25px rgba(0,0,0,0.12);
transition:.3s;
}

.vm-card.mission-card:hover,
.vm-card.vision-card:hover {
  transform: translateY(-8px) scale(1.03);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.18);
  border-color: #f2a365;  
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), 
              box-shadow 0.4s cubic-bezier(0.4, 0, 0.2, 1), 
              border-color 0.4s ease;
  cursor: pointer;
}
/* Vision Animation (Left to Right) */
/* Vision Animation (Left to Right Smooth) */
.vision-card{
animation:slideLeftSmooth 2s cubic-bezier(0.25, 0.8, 0.25, 1) forwards;
}

@keyframes slideLeftSmooth{
0%{
transform:translateX(-120px);
opacity:0;
}
50%{
opacity:0.5;
}
100%{
transform:translateX(0);
opacity:1;
}
}


/* Mission Animation (Top to Bottom Smooth) */
.mission-card{
animation:slideTopSmooth 2.2s cubic-bezier(0.25, 0.8, 0.25, 1) forwards;
}

@keyframes slideTopSmooth{
0%{
transform:translateY(-100px);
opacity:0;
}
50%{
opacity:0.5;
}
100%{
transform:translateY(0);
opacity:1;
}
}
/* Responsive */
@media(max-width:768px){

.vm-title h2{
font-size:24px;
}

.vm-card {
padding:20px;
}

} 
/*==vission & Missions end css */


/*== Japanes style css Start ==*/

/*==========================
INTRO PARAGRAPH
===========================*/

.course-intro{
    max-width:1200px;
    margin:0 auto 45px;
}

.course-intro p{
    font-size:17px;
    line-height:1.9;
    color:#555;
    text-align:justify;
    margin-bottom:18px;
}


/*==========================
GRID
===========================*/

.course-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:35px;
}


/*==========================
CARD DESIGN
===========================*/

.course-card{

    background:#fff;
    padding:35px 30px;
    border-radius:18px;

    border-top:5px solid #ffb300;

    box-shadow:0 12px 30px rgba(0,0,0,.08);

    transition:.4s ease;

    position:relative;

    overflow:hidden;

}


/* Background Effect */

.course-card::before{

    content:"";

    position:absolute;

    left:0;
    top:0;

    width:100%;
    height:0;

    background:linear-gradient(135deg, #cfdae15c, #58ace85c, #a0b8c95c);

    transition:.45s;

    z-index:0;

    opacity:.08;

}


.course-card>*{

    position:relative;

    z-index:2;

}


/*==========================
HOVER
===========================*/

.course-card:hover{

    transform:scale(1.06);

    box-shadow:0 25px 45px rgba(0,0,0,.18);

}


.course-card:hover::before{

    height:100%;

}


/*==========================
LEVEL BADGE
===========================*/

.level{

    display:inline-block;

    padding:9px 22px;

    background:#f5f5f5;

    border-radius:40px;

    font-weight:700;

    color:#222;

    margin-bottom:25px;

    border:1px solid #ddd;

}


/*==========================
TITLE
===========================*/

.course-card h3{

    font-size:34px;

    color:#111;

    margin-bottom:22px;

    font-weight:700;

}


/*==========================
DURATION
===========================*/

.duration{

    display:inline-block;

    background:#fff3f3;

    color:#ff2f55;

    padding:10px 18px;

    border-radius:8px;

    margin-bottom:25px;

    font-weight:600;

}


/*==========================
TEXT
===========================*/

.course-card p{

    color:#666;

    font-size:16px;

    line-height:1.9;

    text-align:justify;

}


/*==========================
RESPONSIVE
===========================*/

@media(max-width:991px){

.course-grid{

grid-template-columns:repeat(2,1fr);

}

}


@media(max-width:768px){

.course-grid{

grid-template-columns:1fr;

}

.course-card h3{

font-size:28px;

}

}
/*==japanes css End==*/



/*==Contact Us */

 .contact-container {
      display: flex;
      flex-wrap: wrap;
      max-width: 1200px;
      margin: 0 auto;
      padding: 0;
      gap: 40px;
    }

    /* Left Side: Contact Info */
 .contact-info {
    flex: 1;
    min-width: 300px;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
    background: linear-gradient(135deg, #cfdae15c, #58ace85c, #a0b8c95c);
    height: 335px;
}
.contact-item {
    margin-bottom: 12px;
}
.contact-item a {
    color: #000;
    font-size: 20px;
}
span.icon {
    font-size: 20px;
    font-weight: 900;
}
   .contact-info h2 {
    font-size: 28px;
    margin-bottom: 13px;
    border-bottom: 2px solid #f5cd0b;
    padding-bottom: 10px;
    color: #000;
}
    .contact-item1 {
      display: flex;
      align-items: center;
      margin-bottom: 18px;
      font-size: 16px;
    }

    .contact-item1 span.icon {
      font-size: 20px;
      margin-right: 12px;
      color: #fff;
      width: 30px;
      text-align: center;
    }

    .contact-item1 a {
      color: #fff;
      text-decoration: none;
    }

    .contact-item1 a:hover {
      text-decoration: underline;
    }

    /* Right Side: Map */
    .contact-map {
      flex: 1;
      min-width: 300px;
      border-radius: 12px;
      overflow: hidden;
      box-shadow: 0 8px 20px rgba(0,0,0,0.1);
    }

    .contact-map iframe {
      width: 100%;
      height: 100%;
      min-height: 350px;
      border: 0;
    }

    /* Responsive */
    @media (max-width: 768px) {
      .contact-container {
        flex-direction: column;
      }
    }
/* Contact Us End Css  */


.elementor-element.elementor-element-1827539.elementor-widget.elementor-widget-heading {
    margin: 0;
}
.elementor-element.elementor-element-3d8acb5.elementor-icon-list--layout-traditional.elementor-list-item-link-full_width.elementor-widget.elementor-widget-icon-list {
    margin: 0;
}
.elementor-element.elementor-element-493a150.elementor-widget.elementor-widget-heading {
    margin: 4px 0px;
}

/*==only mobile me closing css button footer==*/

/* HIDE DESKTOP */
.mobile-fixed-btn-wrapper{
    display:none;
}


/* ONLY MOBILE */
@media (max-width:767px){

    .mobile-fixed-btn-wrapper{
        display:block;
        position:fixed;
        bottom:0;
        left:0;
        width:100%;
        z-index:100;
        transition:all 0.3s ease;
        padding:0 12px;
        box-sizing:border-box;
    }

    
    .mobile-fixed-btn{
        position:relative;
        display:block;
        width:100%;
        padding:15px 20px;
        background:#ff5a00;
        color:#fff;
        text-decoration:none;
        font-size:16px;
        font-weight:700;
        text-align:center;
        border-radius:16px;
        z-index:1;

        /* MOVING COLOR BORDER */
        border:3px solid transparent;
        background-clip:padding-box;

        /* ANIMATION */
        animation:pulseBtn 2s infinite;
    }

    /* OUTER RUNNING COLOR BORDER */
    .mobile-fixed-btn::before{
        content:"";
        position:absolute;
        inset:-3px;
        border-radius:18px;
        padding:3px;
        background:linear-gradient(
            90deg,
            red,
            orange,
            yellow,
            lime,
            cyan,
            blue,
            violet,
            red
        );
        background-size:400%;
        animation:borderRun 4s linear infinite;
        z-index:-1;

        -webkit-mask:
            linear-gradient(#fff 0 0) content-box,
            linear-gradient(#fff 0 0);

        -webkit-mask-composite:xor;
        mask-composite:exclude;
    }

    /* BUTTON SCALE */
    @keyframes pulseBtn{
        0%{
            transform:scale(1);
        }
        50%{
            transform:scale(1.03);
        }
        100%{
            transform:scale(1);
        }
    }

    /* BORDER COLORS MOVE */
    @keyframes borderRun{
        0%{
            background-position:0% 50%;
        }
        100%{
            background-position:400% 50%;
        }
		
    }
	h1.main-heading {
    font-size: 27px !important;
    font-weight: 600;
}

}
/*==only mobile me closing css button footer==*/



/*==whatsapp start css Call sath me hai css==*/
/* Icon Css */

  .whatsapp-float {
  position: fixed;
  bottom: 30px;
  left: 30px;   
  background: #25D366;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  box-shadow: 0 4px 10px rgba(0,0,0,0.3);
}


.wa-icon {
  width: 28px;
  height: 28px;
}


.whatsapp-float .tooltip {
    position: absolute;
    left: 49px !important;
    background: #25D366;
    color: white;
    padding: 4px 16px;
    border-radius: 10px;
    font-size: 15px;
    opacity: 0;
    white-space: nowrap;
    transition: 0.3s;
    margin: 0 10px;
    order: 1;
}


.whatsapp-float:hover .tooltip {
  opacity: 1;
  left: 70px;  
}


/* Call Button */

.call-float {
    position: fixed;
    bottom: 87px;
    left: 28px;
    background: #2681cf;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
    animation: smoothPulse 2s infinite;
}


.call-icon {
  width: 26px;
  height: 26px;
  filter: brightness(0) invert(1);
}


.call-float .tooltip {
  display: none;
}


@keyframes smoothPulse {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(205, 228, 4, 0.6);
  }
  50% {
    transform: scale(1.08);
    box-shadow: 0 0 0 10px rgba(255, 59, 59, 0);
  }
  100% {
    transform: scale(1);
  }
}
/*==whatsapp end css==*/



/*=== All DEVICES RESPONSIVE START===*/ 

@media (max-width: 1451px) {
	.admission-btn {
    padding: 9px 10px;
	font-size: 15px;
    
}
}

@media (max-width: 1200px) {
	.admission-btn {
    padding: 5px 10px;
    font-size: 13px;
}
}

@media (max-width: 1024px) {
	
	.btn-wrapper.courseDetailPage.courseDetailPageMoreInfo {
    text-align: right;
}
}

@media (max-width: 767px) {
	.btn-wrapper.courseDetailPage.courseDetailPageMoreInfo {
    text-align: right;
}
	.admission-btn {
    padding: 6px 6px;
    font-size: 11px;
}
	h2.section-heading {
    text-align: center;
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: bold;
    color: #000;
    line-height: 1.2;
}
	.heading-separator {
   
    margin-bottom: 15px;
}
	.section-heading h2 {
    text-align: center;
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: bold;
    color: #000;
    line-height: 1.2;
}
	.bsgl-main-section {
    flex-direction: column-reverse;
    gap: 25px;
    margin: 0 auto;
}
	.track {
    display: flex;
    transition: transform 0.5s ease;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 17px;
    margin-bottom: 0;
}
	.vision-mission-section {
    
    display: flex;
    flex-direction: column;
    gap: 20px;
}
	.course-intro p {
    font-size: 15px;
    line-height: 1.9;
    color: #000000;
    text-align: justify;
    margin-bottom: 10px;
}
	.course-intro {
    max-width: 1200px;
    margin: 0 auto 20px;
}
	.course-card p {
    color: #000000;
    font-size: 15px;
    line-height: 1.9;
    text-align: justify;
    margin: 0;
}
	.course-card h3 {
    font-size: 25px;
}
	.course-card {
    background: #fff;
    padding: 20px 20px;
    border-radius: 18px;
    border-top: 5px solid #ffb300;
    box-shadow: 0 12px 30px rgba(0,0,0,.08);
    transition: .4s ease;
    position: relative;
    overflow: hidden;
}
	.elementor-icon-box-icon {
    background: #000;
    padding: 10px;
    border-radius: 10px;
    corner-shape: notch;
    width: 20%;
    margin: 0 auto;
}
}

.email-link{
    color:#333;
    text-decoration:none;
    font-size:16px;
    font-weight:500;
    transition:0.3s ease;
}

.email-link:hover {
    color: #ff0000;
    text-decoration: none;
}
.elementor-icon-box-icon {
    background: #000;
    padding: 10px;
    border-radius: 10px;
    corner-shape: notch;
}

.elementor-column.elementor-col-50.elementor-top-column.elementor-element.elementor-element-ebe8ba3.get-in-touch {
    background: linear-gradient(135deg, #cfdae15c, #58ace85c, #a0b8c95c);
    border-radius: 15px;
    padding: 15px;
    corner-shape: scoop;
}





/*==HOMEPAGE POPUP CSS START==*/

/* BACKGROUND OVERLAY */
.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(0,0,0,0.7), rgba(30,30,60,0.8));
  backdrop-filter: blur(6px);

  display: flex;
  align-items: center;
  justify-content: center;

  opacity: 0;
  visibility: hidden;
  transition: 0.5s ease;
  z-index: 9999;
}

/* SHOW */
.popup.show {
  opacity: 1;
  visibility: visible;
}

/* POPUP BOX */
.popup-content {
    width: 420px;
    border-radius: 25px;
    padding: 25px;
    text-align: center;
    color: #000;
    position: relative;
    background: #fff;
    box-shadow: 0 19px 43px rgba(3, 2, 8, 20.4);
    transform: translateY(80px) scale(0.8);
    opacity: 0;
    transition: all 0.6s ease;
}

/* ENTRY ANIMATION */
.popup.show .popup-content {
  transform: translateY(0) scale(1);
  opacity: 1;
}

/* IMAGE */
.popup-img img {
  width: 100%;
  border-radius: 15px;
  margin-bottom: 15px;
  animation: floatImg 3s ease-in-out infinite;
}

/* FLOAT IMAGE */
@keyframes floatImg {
  0%,100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

/* TEXT */
.popup-content h2 {
    margin: 10px 0;
    font-size: 24px;
    color: #000;
}

.popup-content p {
  font-size: 14px;
  opacity: 0.9;
color:#000;
}

/* BUTTON */
.popup-btn {
  display: inline-block;
  margin-top: 15px;
  padding: 12px 25px;
  background: #fff;
  color: #4e82d6;
  border-radius: 30px;
  text-decoration: none;
  font-weight: bold;
  transition: 0.4s;
}

/* BUTTON HOVER */
.popup-btn:hover {
  background: #000;
  color: #fff;
  transform: scale(1.08);
}

/* CLOSE BUTTON */
.close-btn {
    position: absolute;
    top: -4px;
    right: 7px;
    font-size: 30px;
    cursor: pointer;
    transition: 0.3s;
    color: #000;
}
.close-btn:hover {
  transform: rotate(90deg);
}

/* MOBILE */
@media(max-width: 500px){
  .popup-content {
    width: 90%;
  }
}
/*==HOMEPAGE POPUP CSS END==*/