/* Astra By IconicThemes */

/*  ==========================================================================
    Table of Contets
    ==========================================================================
    
    1.0 Common Styles
    2.0 Header Section
    3.0 Hero Section
    4.0 Feature Section
    5.0 Content Section
    6.0 How It Works Section
    7.0 Screenshot Section
    8.0 Team Section
    9.0 Testimonial Section
    10.0 Pricing Section
    11.0 Blog Section
    12.0 Download Section
    13.0 Subscribe Section
    14.0 Footer Section
    15.0 Scrool To Top
    16.0 Download Section
    
    ==========================================================================
    Astra App Landing Page
    ========================================================================== */

	@import url('https://fonts.googleapis.com/css?family=Poppins:400,600,700');
	
/*  ==========================================================================
    Common Styles
    ========================================================================== */
*{
	padding: 0;
	margin: 0;
}
body{
    background-color: #fdf9f4;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 1.7;
    color: #000000;
    letter-spacing: -0.1px;
    font-weight: 400;
    position: relative;
    overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6{
    font-family: 'Poppins', sans-serif;
    -webkit-font-smoothing:antialiased;
	color: #483452;
    margin-bottom: 0.75em;
    line-height: 1.3;
    font-weight: 600;
}
h1{
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -1.5px;
}
h2{
    font-size: 36px;
    letter-spacing: -1px;
}
h3,h4{
    letter-spacing: -0.5px;
}
h3{
    font-size: 24px;
}
h4{
    font-size: 20px;
}
h5,h6{
    font-size: 18px;
    color: #333333;
    font-weight: 500;
}
img{
    border: none;
    outline:none;
    max-width: 100%;
}
ul{
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
}
p, li, a, span{}
p{
    font-size: 16px;
    color: #000000;
    margin-bottom: 1em;
    line-height: 1.7;
}
a, a:hover{
    text-decoration: none;
    color: #f4a28c;
}
a:focus{
    outline: 0;
    text-decoration: none;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder{
   color: #f5f5f5 !important;
}

input:-moz-placeholder,
textarea:-moz-placeholder{ /* Firefox 18- */
   color: #f5f5f5 !important;  
}

input::-moz-placeholder,
textarea::-moz-placeholder{  /* Firefox 19+ */
   color: #f5f5f5 !important;  
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder{  
   color: #f5f5f5 !important;  
}
button{
    border: none;
	background: none;
}
/* Helper Class */
.padding{
    padding: 128px 0;
}
.no-padding{
    padding: 0;
}
.padding-15{padding: 15px;}
.padding-20{padding: 20px;}

.bg-white{ background-color: #fff; }
.bg-grey{ background-color: #fdf9f4;}
.bg-dark{ background-color: #232323;}
.bd-top{ border-top: 1px solid #eaeaea;}
.bd-bottom{ border-bottom: 1px solid #eaeaea;}

.mb-10{ margin-bottom: 10px; }
.mb-15{ margin-bottom: 15px; }
.mb-20{ margin-bottom: 20px; }
.mb-25{ margin-bottom: 25px; }
.mb-30{ margin-bottom: 30px; }
.mb-35{ margin-bottom: 35px; }
.mb-40{ margin-bottom: 40px; }
.mb-45{ margin-bottom: 45px; }
.mb-50{ margin-bottom: 50px; }
.mb-55{ margin-bottom: 55px; }
.mb-60{ margin-bottom: 60px; }
.ml-15{ margin-left: 15px; }
.ml-20{ margin-left: 20px; }
.ml-25{ margin-left: 25px; }
.ml-30{ margin-left: 30px; }
.ml-35{ margin-left: 35px; }
.fz-28{ font-size: 28px; }
.fz-24{ font-size: 24px; }
.fz-22{ font-size: 22px; }
.fz-20{ font-size: 20px; }
.fz-18{ font-size: 18px; }
.fz-16{ font-size: 16px; }
.mt-20{ margin-top: 20px; }
.mt-30{ margin-top: 30px; }
.mt-40{ margin-top: 40px; }
.text-black{
    color: #000000;
}
.text-white{
    color: #ffffff !important;
}
.align-left{
    text-align: left;
}
.align-right{
    text-align: right;
}
.align-center{
    text-align: center;
}
.fl-right{
    float: right;
}
.fl-left{
    float: left;
}
.display-table{
    width: 100%;
    height: 100%;
    display: table;
}
.table-cell{
    display: table-cell;
    vertical-align: middle;
}

.icon img {
    width: 64px; /* Adjust to desired size */
    height: 64px; /* Adjust to desired size */
}

.overlay{
    width: 100%;
    position: relative;
    z-index: 1;
}
.overlay:before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

/* Preloader Styles */
#preloader{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: #f8c4a8;
    height: 100%;
    width: 100%;
    -webkit-transition: all .5s .5s ease;
    -moz-transition: all .5s .5s ease;
    transition: all .5s .2s ease;
}
.loader{
    position:absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 60px;
    height: 60px;
    display: block;
    margin: auto;
    margin-top: -30px;
}
body.loaded #preloader{
    opacity: 0;
    visibility: hidden;
}
/*Battery*/
.battery{
    width: 28px;
    height: 14px;
    border: 1px #fff solid;
    border-radius: 2px;
    position: relative;
    -webkit-animation: charge 5s linear infinite;
       -moz-animation: charge 5s linear infinite;
            animation: charge 5s linear infinite;
    top: 40px;
    margin: 0 auto;
}
.battery:after{
    width: 2px;
    height: 7px;
    background-color: #fff;
    border-radius: 0px 1px 1px 0px;
    position: absolute;
    content: "";
    top: 2px;
    right: -4px;
}
@-webkit-keyframes charge{
    0%{box-shadow: inset 0px 0px 0px #fff;}
    100%{box-shadow: inset 30px 0px 0px #fff;}
}
@-moz-keyframes charge{
    0%{box-shadow: inset 0px 0px 0px #fff;}
    100%{box-shadow: inset 30px 0px 0px #fff;}
}
@keyframes charge{
    0%{box-shadow: inset 0px 0px 0px #fff;}
    100%{box-shadow: inset 30px 0px 0px #fff;}
}
/* Button Style */
.btn_group{}
.btn_group a{
    margin: 5px;
}
.btn_group_left a{
    margin-right: 15px;
    margin-bottom: 15px;
}
.default-btn{
    background: #f8c4a8;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #fff;
    text-transform: none;
    padding: 12px 24px;
    border-radius: 6px;
    display: inline-block;
    transition: background-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}
.default-btn:hover{
    background: #f5b1c3;
    color: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}

/* Book */
.book {
    width: 30px;
    height: 40px;
    border: 2px solid #fff;
    border-radius: 2px;
    position: relative;
    background-color: #fff;
    top: 40px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.book:before {
    content: "";
    position: absolute;
    width: 5px;
    height: 100%;
    background-color: #ddd;
    left: 0;
    top: 0;
}

/* Page flip animation */
.book:after {
    content: "";
    position: absolute;
    width: 50%;
    height: 100%;
    background-color: #f5f5f5;
    right: 0;
    top: 0;
    transform-origin: left;
    animation: flip 2s linear infinite;
}

@keyframes flip {
    0% { transform: rotateY(0deg); }
    50% { transform: rotateY(-30deg); }
    100% { transform: rotateY(0deg); }
}

/* Section Heading */
.section-heading h2 {
    font-size: 36px;
    font-weight: 700;
    letter-spacing: -1px;
    line-height: 1.2;
    text-transform: capitalize;
    margin: 0 0 16px;
}
.section-heading p{
    font-size: 18px;
    font-weight: 400;
    margin: 0;
    color: #333333;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

/* Transition Effect */
a,a:hover, .overlay, img, .form-control,  .form-control:hover, button{
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
/* ==========================================================================
   Header Section
   ========================================================================== */
.header-section{
    background-color: transparent;
    width: 100%;
    height: 80px;
    z-index: 999;
    position: fixed;
    left: 0;
    top: 0;
    padding: 2px 0;
}
.navbar-fixed-top.header-section{
    background-color: #f8c4a8;
    box-shadow: 0px 16px 28px 0px rgba(0, 0, 0, 0.05);
    height: 80px;
    border-bottom: 0;
    padding: 2px 0;
}

.navbar-fixed-top ul.nav > li > a{
    color: #f0f0f0;
}
.navbar-fixed-top ul.nav > li > a:hover,
.navbar-fixed-top ul.nav > li > a:focus,
.navbar-fixed-top ul.nav > li.active > a{
    color: #fff;
}
.logo-light,
.navbar-fixed-top .logo-light,
.logo-dark,
.navbar-fixed-top .logo-dark,
.navbar-fixed-top.header-section,
.header-section{
    transition: all 0.3s ease-in-out;
}
.navbar{
    border: medium none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    margin: 0;
    position: relative;
    padding: 0;
}
.navbar-header {
    padding: 17px 0;
}
.navbar-header .brand{
    font-size: 25px;
    color: #333;
    font-family: 'Poppins', sans-serif;
    letter-spacing: -1px;
    font-weight: 600;
	margin-left: 13px;
}
.navbar-header .nav-btn{
    padding: 8px;
    border-radius: 1px;
}
.navbar-header .nav-btn .icon-bar{
    background-color: #fff;
    width: 18px;
}
.navbar-fixed-top .navbar-header .nav-btn .icon-bar{
    background-color: #777;
}
.navbar-header .nav-btn:hover,
.navbar-header .nav-btn:focus{
    opacity: 0.8;
}

/* Nav Menu */
#navbar{
    z-index: 999;
    padding: 0 15px;
}
ul.nav{}
ul.nav > li{}
ul.nav > li > a {
    color: rgba(255, 255, 255, 0.9);
    font-family: 'Poppins', sans-serif;
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px;
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 80px;
    z-index: 1;
}
ul.nav > li > a:hover,
ul.nav > li > a:focus,
ul.nav > li > a.active{
    background: none;
    color: #fff;
    opacity: 1;
}
.menu-btn{
    margin-left: 10px;
    margin-top: 10px;
}

/*Mobile Menu */
.menu-wrap{
    position: relative;
}
.slicknav_menu {
    background: none;
    padding: 4px 0;
    display:none;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
}
.slicknav_nav {
    background-color: #fff;
}
.slicknav_btn{
    background-color: transparent;
    margin: 17px 5px 19px;
}
.slicknav_nav .slicknav_row:hover,
.slicknav_nav .slicknav_row, 
.slicknav_nav a,
.slicknav_nav a:hover{
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}
.slicknav_nav .slicknav_row, 
.slicknav_nav a {
    padding: 10px 15px;
    margin: 0;
    color: #333333;
}
.slicknav_nav a .caret{
    display: none;
}
.slicknav_nav ul{
    margin: 0;
}
.slicknav_nav ul li a{
    padding-left: 30px;
    font-size: 12px;
}
.slicknav_nav .slicknav_row:hover,
.slicknav_nav a:hover{
    background-color: transparent;
    color: #333;
}

/* ==========================================================================
   Hero Section
   ========================================================================== */
.hero-section{
    background-image: url(../img/hero.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: scroll;
    width: 100%;
    height: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}
.hero-section:before{
    background: #f8c4a8;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.8;
    z-index: -1;
}
.hero-content h1{
    margin-bottom: 10px;
}
.hero-content p{
    color: #fff;
    line-height: 1.5;
    margin: 0 0 25px;
}
.hero-content .download-btn:hover{
    opacity: 0.8;
}

.download-btn img {
    width: 160px; /* Reduce button size */
    height: auto;
}

/* ==========================================================================
   Feature Section
   ========================================================================== */
.feature-section{
    position: relative;
}
.feature-mock{
    background-image: url(../img/feature-mockup.png);
    background-repeat: no-repeat;
    background-position: top center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: -100px;
    animation-name: mock-animation;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: mock-animation;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    z-index: 1;
}

.feature-content{
    margin-bottom: 20px;
}
.feature-content:last-child{
    margin-bottom: 0;
}
.feature-content h3{
    font-size: 22px;
    text-transform: capitalize;
}
.feature-content .icon{
    font-size: 45px;
    transition: all 0.2s ease-in-out;
}
.feature-content i{
    background-image: none;
    background-color: #f8c4a8;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
}
.feature-content p{
    font-size: 13px;
    line-height: 24px;
    margin: 0;
}
/*Sponsor Style*/
.sponsors{}
.sponsors li{
    display: inline-block;
    opacity: 0.5;
}
.sponsors li:hover{
    opacity: 1;
}
.sponsors li img{
    max-width: 100%;
}

/*Mockup Animation*/
 @-webkit-keyframes mock-animation {
     0% {
         -webkit-transform: translateY(-20px);
         transform: translateY(-20px);
    }
     50% {
         -webkit-transform: translateY(-10px);
         transform: translateY(-10px);
    }
     100% {
         -webkit-transform: translateY(-25px);
         transform: translateY(-25px);
    }
}
 @keyframes mock-animation {
     0% {
         -webkit-transform: translateY(-20px);
         transform: translateY(-20px);
    }
     50% {
         -webkit-transform: translateY(-10px);
         transform: translateY(-10px);
    }
     100% {
         -webkit-transform: translateY(-20px);
         transform: translateY(-20px);
    }
}

/* ==========================================================================
   Content Section
   ========================================================================== */
.content-section{}
.content-wrap{
    display: flex;
    align-items: center;
}
.content-wrap img{
    width: 100%;
}
.content-details{}
.content-details h2{
    margin-bottom: 15px;
}

/* ==========================================================================
   How It Works Section
   ========================================================================== */
.how-it-works-section{
    background-image: url(../img/how-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: relative;
    overflow: hidden;
    padding: 120px 0;
    z-index: 1;
}
.how-it-works-section:before{
    background: #f8c4a8;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.9;
    z-index: -1;
}
.how-content{
    position: relative;
}
.arrow{
    position: absolute;
    background-image: url(../img/arrow.png);
    background-repeat: no-repeat;
    content: "";
    width: 100%;
    height: 100%;
    left: 270px;
    top: 30px;
}
.how-content i{
    color: #fff;
    font-size: 50px;
    margin-bottom: 15px;
}
.how-content h3{
    font-size: 20px;
    margin-bottom: 5px;
    color: #fff;
}
.how-content p{
    color: #ffffff;
    margin-bottom: 0;
}
/* ==========================================================================
   Screenshots Section
   ========================================================================== */
.screenshots-section{
    padding-bottom: 53px;
}
.swiper-container {
    padding: 3.58rem 0 7rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.swiper-container .swiper-slide{
    transform: scale(.65);
    opacity: 0.2;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}
.swiper-container .swiper-slide-next, 
.swiper-container .swiper-slide-prev{
    transform: scale(.75);
    opacity: 0.85;
}
.swiper-container .swiper-slide-active{
    opacity: 1;
    transform: scale(1);
     z-index: 100;
}
.swiper-container .screen{
    width: 212px;
    height: 376px;
    margin: 0 auto;

}
.swiper-container .mobile-mock {
    background: rgb(255, 168, 55);
    border: 0.5px solid #edf4f8;
    margin: 0 auto;
    position: absolute;
    top: 0;
    max-width: 240px;
    left: 0;
    right: 0;
    width: 240px;
    border-radius: 36px;
    padding: 55px 0;
}
.swiper-container .mobile-mock:after,
.swiper-container .mobile-mock:before {
    content: '';
    position: absolute
}

/* ==========================================================================
   Team Section
   ========================================================================== */
.team-section{}
.team-box{}
.team-thumb{
    margin-bottom: 30px;
    position: relative;
}
.team-thumb img{
    border: 10px solid #ff8f5a;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
    width: 150px;
    height: 150px;
    border-radius: 0;
    text-align: center;
}
.team-thumb:before{
    background: #f8c4a8;
    content: "";
    width: 2px;
    height: 40px;
    position: absolute;
    left: calc( 50% - 1px );
    bottom: -20px;
    transition: all 0.3s ease-in-out;
}
.team-box:hover .team-thumb:before{
    bottom: -40px;
    height: 50px;
}
.team-box:hover .team-content{
    transform: translateY(20px);
}
.team-content{
    position: relative;
    display: block;
    transition: all 0.3s ease-in-out;
}
.team-content h3{
    font-size: 20px;
    text-transform: capitalize;
    display: block;
    margin-bottom: 5px;
    
}
.team-content span{
    font-size: 15px;
    text-transform: capitalize;
    letter-spacing: 2px;
    font-weight: 500;
    display: block;
    letter-spacing: 0;
}

/* ==========================================================================
   Pricing Section
   ========================================================================== */
.pricing-section{}
.pricing-box{
    background: #f8c4a8;
    padding: 40px 0;
    border-radius: 5px;
    transition: all 0.2s ease-in-out;
}

.pricing-head i{
    color: #fff;
    font-size: 50px;
    line-height: 55px;
}
.pricing-head h3{
    font-size: 16px;
    color: #ffffff;
    margin: 15px 0 10px;
    text-transform: uppercase;
}
.pricing-head h2{
    color: #fff;
    display: inline-block;
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 15px;
    letter-spacing: -3px;
}
.pricing-head h2 span{
    color: #ffffff;
    font-size: 12px;
    letter-spacing: 0;
    font-weight: 600;
    margin-left: 5px;
}
.pricing-info{
    margin-bottom: 30px;
}
.pricing-info li{
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    color: #ffffff;
}
.pricing-info li:not(:last-of-type){
    margin-bottom: 5px;
}
.pricing-btn{
    background-color: #fff;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: #333333;
    text-align: center;
    padding: 10px 20px;
    border-radius: 2px;
    display: inline-block;
    transition: all 0.2s ease-in-out;
}
.pricing-btn:hover{
    background-color: #fff;
    color: #333333;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
    -webkit-transform: translateY(1.1);
    transition: all 0.2s ease-in-out;
}

/* ==========================================================================
   Review Section (Modernized)
   ========================================================================== */
.review-section{
    background-color: #fdf9f4; /* Use warm beige background */
    padding: 96px 0; /* Adjusted padding */
}

.review-section .section-heading h2 {
    color: #483452; /* Ensure heading color contrasts with background */
}

.review-section .section-heading p {
    color: #333333; /* Ensure paragraph color contrasts */
}

/* New grid layout for reviews */
.review-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); /* Responsive grid */
    gap: 24px; /* Space between grid items */
    margin-top: 48px; /* Space below section heading */
}

.review-item{
    background-color: #ffffff; /* White background for cards */
    border-radius: 8px; /* Rounded corners */
    padding: 24px; /* Internal padding */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05); /* Subtle shadow */
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.review-item:hover {
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.08);
    transform: translateY(-4px);
}

.review-content{
    padding-left: 0; /* Removed padding, handled by review-item */
}

.review-content h3{
    color: #483452; /* Dark heading color */
    font-size: 18px;
    font-weight: 600;
    text-transform: none; /* Removed uppercase */
    margin-bottom: 8px; /* Space below name */
}

.review-text p{
    color: #000000; /* Black text */
    font-weight: 400; /* Regular weight */
    font-size: 16px;
    font-style: normal; /* Removed italic */
    margin-bottom: 0;
    line-height: 1.6;
}

.rattings{
    margin-bottom: 12px; /* Space below stars */
}

.rattings li{
    display: inline-block;
    margin-right: 2px; /* Slight space between stars */
}

.rattings i{
    color: #f4d185; /* Pastel gold for stars */
    font-size: 16px; /* Adjust star size */
}

/* ==========================================================================
   Blog Section
   ========================================================================== */
.blog-section{}
.blog-box{}
.blog-thumb{
    position: relative;
}
.blog-thumb img{
    width: 100%;
}
.blog-content{
    padding: 40px 15px;
    padding-bottom: 0;
}
.blog-content a{
    color: #222;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    display: block;
    margin-bottom: 15px;
    text-transform: capitalize;
}
.blog-content a:hover{
    color: #f4a28c;
}
.post-meta{
    text-align: center;
    position: absolute;
    left: 0;
    bottom: -20px;
    width: 100%;
    height: auto;
}
.post-meta div{
    background-color: #fff;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
    padding: 10px 15px;
    display: inline-block;
}
.post-meta span{
    font-size: 15px;
    font-weight: 600;
    text-transform: capitalize;
    color: #333333;
    margin-right: 10px;
}
.post-meta i{
    color: #f4a28c;
    margin-right: 5px;
}
.blog-post{}
.blog-content .read-more{
    background-color: #f8c4a8;
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
    color: #fff;
    text-align: center;
    padding: 5px 20px;
    border-radius: 2px;
    display: inline-block;
    transition: all 0.2s ease-in-out;
    margin: 0;
}
.blog-content .read-more:hover{
    background-color: #f5b1c3;
    color: #fff;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
    -webkit-transform: translateY(1.1);
    transition: all 0.2s ease-in-out;
}

/* ==========================================================================
   Download Section
   ========================================================================== */
.download-section{
    background: #f8c4a8;
    padding: 100px 0 200px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.download-section:before{
    background-image: url(../img/wave.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    bottom: -40px;
    z-index: -1;
}
.download-content{
    padding: 0 0 50px;
    z-index: 1;
}
.download-content h2{
    font-size: 42px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 0;
}
.download-content p{
    color: #fff;
    margin: 30px 0;
}

/* ==========================================================================
   Subscribe Section
   ========================================================================== */
.subscribe-section{
    padding: 50px 0 100px;
}
.subscribe-wrap{}
.subscribe-form{
    display: block;
    text-align: center;
    width: 450px;
    margin: 0 auto;
    position: relative;
}
.subscribe-form .form-input{
    background: #f8c4a8;
    display: block;
    color: #fff;
    font-size: 14px;
    line-height: 58px;
    padding: 0 15px;
    float: left;
    width: 100%;
    outline: none;
    border: none;
    border-radius: 30px;
    padding-right: 130px;
}
.subscribe-form .submit{
    position: absolute;
    background-color: #fff;
    padding: 10px 20px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    color: #333333;
    text-transform: capitalize;
    right: 5px;
    top: 5px;
}
.subscribe-form .submit:hover{
    cursor: pointer;
    color: #222;
}
/*Social Share*/
.social-share{
    margin-top: 40px;
    display: block;
}
.social-share li{
    display: inline-block;
    margin: 5px;
}
.social-share li a{
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    color: #f4a28c;
    border-radius: 1px;
    border: 2px solid #ff8f5a;
}
.social-share li a:hover{
    border: 2px solid #ff8f5a;
    color: #f4a28c;
}

/* ==========================================================================
   Footer Section
   ========================================================================== */
.footer-section{
    background-color: #f8c4a8;
    display: block;
    color: #fff;
    text-align: center;
    padding: 30px 0;
}
.footer-section p{
    color: #fff;
    font-size: 14px;
    margin: 0;
}  

/* ==========================================================================
   Scroll To Top
   ========================================================================== */
#scroll-to-top{
    background-color: #f8c4a8;
    display: none;
    width: 45px;
    height: 45px;
    text-align: center;
    font-size: 14px;
    border-radius: 50%;
    line-height: 45px;
    color: #fff;
    position: fixed;
    bottom: 50px;
    right: 50px;
    z-index: 999;
}
#scroll-to-top:hover{
    background-color: #f5b1c3;
    color: #fff;
}

/* ==========================================================================
   Download Section 
   ========================================================================== */

.download-section-modern {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.download-section-modern::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="20" cy="20" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="80" cy="40" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="40" cy="60" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="60" cy="80" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="30" cy="90" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="90" cy="20" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="10" cy="70" r="1" fill="rgba(255,255,255,0.1)"/></svg>') repeat;
    animation: twinkle 5s infinite;
}

@keyframes twinkle {
    0%, 100% { opacity: 0.3; }
    50% { opacity: 1; }
}

.download-grid {
    display: grid;
    grid-template-columns: 1fr 400px;
    gap: 80px;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

.download-content {
    color: white;
    z-index: 2;
    position: relative;
}

.download-title {
    font-size: 3.5rem;
    font-weight: 800;
    margin-bottom: 40px;
    line-height: 1.1;
    background: linear-gradient(45deg, #fff, #e0e0e0);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.features-list {
    list-style: none;
    margin-bottom: 40px;
    padding: 0;
}

.features-list li {
    font-size: 1.1rem;
    margin-bottom: 16px;
    padding-left: 24px;
    position: relative;
    color: #e0e0e0;
    line-height: 1.5;
}

.features-list li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #4CAF50;
    font-size: 1.5rem;
    font-weight: bold;
}

.cta-section {
    margin-bottom: 40px;
}

.cta-button {
    display: inline-block;
    background: linear-gradient(45deg, #f8c4a8, #f4d185);
    color: white;
    padding: 16px 40px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(255, 107, 53, 0.3);
    margin-bottom: 20px;
}

.cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 107, 53, 0.4);
    color: white;
    text-decoration: none;
}

.platform-info {
    font-size: 0.95rem;
    color: #b0b0b0;
    margin-bottom: 15px;
}

.rating-info {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.9rem;
    color: #d0d0d0;
    margin-bottom: 30px;
}

.stars-rating {
    color: #f4d185;
}

.download-buttons {
    display: flex;
    gap: 20px;
    align-items: center;
}

.download-btn {
    transition: transform 0.3s ease;
}

.download-btn:hover {
    transform: translateY(-3px);
}

.download-btn img {
    height: 50px;
    width: auto;
}

.phone-mockup {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.phone-image {
    max-width: 100%;
    height: auto;
    max-height: 600px;
    filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.3));
    transform: rotate(-5deg);
    transition: transform 0.3s ease;
}

.phone-image:hover {
    transform: rotate(0deg) scale(1.05);
}

/* Responsive Design */
@media (max-width: 768px) {
    .download-grid {
        grid-template-columns: 1fr;
        gap: 60px;
        text-align: center;
    }
    
    .download-title {
        font-size: 2.5rem;
    }
    
    .download-buttons {
        justify-content: center;
        flex-wrap: wrap;
    }
    
    .phone-mockup {
        order: -1;
    }
    
    .phone-image {
        max-height: 400px;
        transform: none;
    }
    
    .phone-image:hover {
        transform: scale(1.02);
    }
}

@media (max-width: 480px) {
    .download-title {
        font-size: 2rem;
    }
    
    .features-list li {
        font-size: 1rem;
    }
    
    .download-buttons {
        flex-direction: column;
        gap: 15px;
    }
    
    .download-btn img {
        height: 45px;
    }
}

