/*==================================================
    RESPONSIVE CSS - PART 1
    HEADER | NAVIGATION | MEGA MENU
==================================================*/


/*=========================
    Large Desktop
=========================*/
@media (max-width:1400px){

.container{
    max-width:95%;
}

.menu{
    gap:28px;
}

.menu>li>a{
    font-size:15px;
}

.logo img{
    height:78px;
}

.header .container{
    height:86px;
}

.navbar{
    margin-right:25px;
}

.btn{
    padding:13px 24px !important;
}

}



/*=========================
      Laptop
=========================*/
@media (max-width:1200px){

.container{
    max-width:96%;
}

.logo img{
    height:72px;
}

.header .container{
    height:82px;
}

.menu{
    gap:22px;
}

.menu>li>a{
    font-size:15px;
    padding:32px 0;
}

.phone{
    display:none !important;
}

.navbar{
    margin-right:15px;
}

.btn{
    font-size:14px !important;
    padding:12px 20px !important;
}

.mega-left{
    width:300px;
}

.mega-right{
    width:350px;
}

.submenu h3{
    font-size:26px;
}

}



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

.header{
    box-shadow:0 8px 25px rgba(0,0,0,.08);
}

.header .container{
    height:75px;
}

.logo img{
    height:60px;
}

.menu-toggle{
    width:46px;
    height:46px;
    font-size:20px;
    border-radius:12px;
}

.navbar{

position:fixed;

left:-100%;

top:0;

width:360px;

max-width:100%;

height:100vh;

display: block;

overflow-y:auto;

background:#fff;

padding:25px;

transition:.35s;

box-shadow:0 20px 60px rgba(0,0,0,.15);
}

.navbar.show{
    left:0;
    display: block;
}

.mobile-header{

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

    margin-bottom:25px;

}

.mobile-logo img{
    height:60px;
}

.close-menu{

    display:flex;

    width:42px;
    height:42px;

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

    background:var(--primary);
    color:#fff;

    border-radius:10px;

}

.menu{
    display:block;
}

.menu>li{

    border-bottom:1px solid #eee;

}

.menu>li>a{

    padding:18px 0;

    justify-content:space-between;

    font-size:16px;

}

.menu>li>a i{

    transition:.35s;

}

.menu>li.active>a i{

    transform:rotate(180deg);

}

/* Mega Menu */

.mega-menu{

    display:none;

    position:static;

    opacity:1;

    visibility:visible;

    transform:none;

    flex-direction:column;

    gap:15px;

    margin-top:15px;

}

.mega-menu.open{

    /* display:flex; */

}

.mega-left{

    width:100%;

    border:none;

    padding:0;

    box-shadow:none;

}

.mega-right{

    display:none;

}

.mega-item{

    border:1px solid #e5e7eb;

    border-radius:15px;

    overflow:hidden;

}

.mega-item+.mega-item{

    margin-top:15px;

}

.mega-head{

    padding:16px;

}

.mobile-submenu{

    display:none;

    padding:15px;

    background:#f8fbff;

    border-top:1px solid #eee;

}

.mobile-submenu.active{

    display:block;

}

.mobile-submenu ul{

    display:block;

}

.mobile-submenu li{

    margin-bottom:12px;

}

.mobile-submenu li:last-child{

    margin-bottom:0;

}

.mobile-submenu a{

    font-size:15px;

}

.mobile-btn{

    display:block;

    margin-top:25px;

}

.mobile-btn .btn{

    width:100%;

}

}



/*=========================
     Large Mobile
=========================*/
@media (max-width:767px){

.header .container{

    height:70px;

}

.logo img{

    height:54px;

}

.menu-toggle{

    width:42px;

    height:42px;

    font-size:18px;

}

.navbar{

    width:320px;

    padding:20px;

}

.mobile-logo img{

    height:52px;

}

.menu>li>a{

    font-size:15px;

    padding:16px 0;

}

.mega-head{

    padding:14px;

}

.mega-icon{

    width:46px;

    height:46px;

}

.mega-icon i{

    font-size:18px;

}

.mega-text h5{

    font-size:15px;

}

.mega-text p{

    font-size:12px;

    line-height:20px;

}

.mobile-submenu{

    padding:14px;

}

.mobile-submenu a{

    font-size:14px;

}

}



/*=========================
      Small Mobile
=========================*/
@media (max-width:575px){

.navbar{

    width:100%;

}

.header .container{

    height:66px;

}

.logo img{

    height:48px;

}

.menu-toggle{

    width:40px;

    height:40px;

}

.mobile-logo img{

    height:46px;

}

.close-menu{

    width:38px;

    height:38px;

    font-size:18px;

}

.menu>li>a{

    font-size:14px;

}

.mega-head{

    gap:12px;

}

.mega-icon{

    width:42px;

    height:42px;

}

.mega-text h5{

    font-size:14px;

}

.mega-text p{

    font-size:11px;

}

.mobile-submenu a{

    font-size:13px;

}

.mobile-btn .btn{

    padding:14px 20px !important;

}

}



/*=========================
      420px
=========================*/
@media (max-width:420px){

.header .container{

    height:64px;

}

.logo img{

    height:44px;

}

.menu-toggle{

    width:38px;

    height:38px;

    font-size:16px;

}

.mobile-logo img{

    height:42px;

}

.menu>li>a{

    font-size:13px;

}

.mega-head{

    padding:12px;

}

.mega-icon{

    width:40px;

    height:40px;

}

.mobile-submenu{

    padding:12px;

}

}



/*=========================
      360px
=========================*/
@media (max-width:360px){

.header .container{

    padding:0 8px;

}

.logo img{

    height:40px;

}

.menu-toggle{

    width:36px;

    height:36px;

}

.mobile-logo img{

    height:38px;

}

.menu>li>a{

    font-size:13px;

    padding:15px 0;

}

.btn{

    font-size:13px !important;

}

}
/*==================================================
    RESPONSIVE CSS - PART 2
    HERO SLIDER | HERO CONTENT | HERO IMAGE
==================================================*/


/*=========================
      1600px+
=========================*/
@media (min-width:1600px){

.hero-content{
    max-width:760px;
}

.hero-content h1{
    font-size:78px;
}

.hero-content p{
    font-size:22px;
}

.hero-image img{
    max-width:650px;
}

}



/*=========================
      Large Desktop
=========================*/
@media (max-width:1400px){

.hero-grid{
    gap:60px;
}

.hero-content h1{
    font-size:60px;
}

.hero-content p{
    font-size:18px;
}

.hero-image img{
    max-width:500px;
}

.heroSwiper .swiper-button-next,
.heroSwiper .swiper-button-prev{

    width:54px;
    height:54px;

}

}



/*=========================
      Laptop
=========================*/
@media (max-width:1200px){

.hero-grid{

    grid-template-columns:1fr 1fr;

    gap:40px;

}

.hero-content{

    max-width:100%;

}

.hero-content h1{

    font-size:52px;
    line-height:1.15;

}

.hero-content p{

    font-size:17px;
    line-height:1.8;

}

.hero-tag{

    padding:10px 18px;

}

.hero-image img{

    max-width:460px;

}

.heroSwiper .swiper-button-next{

    right:20px;

}

.heroSwiper .swiper-button-prev{

    left:20px;

}

}



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

.hero-slider{

    height:auto;
    min-height:100vh;

}

.hero-grid{

    display:flex;
    flex-direction:column;

    text-align:center;

    justify-content:center;

    gap:45px;

    min-height:100vh;

    padding:120px 0 80px;

}

.hero-content{

    max-width:700px;

    margin:auto;

}

.hero-tag{

    margin-bottom:20px;

}

.hero-content h1{

    font-size:46px;
    line-height:1.2;

}

.hero-content p{

    font-size:18px;

    margin-bottom:30px;

}

.hero-image{

    text-align:center;

}

.hero-image img{

    width:100%;
    max-width:500px;

    margin:auto;

}

.heroSwiper .swiper-button-next,
.heroSwiper .swiper-button-prev{

    width:48px;
    height:48px;

}

.scroll-indicator{

    display:none;

}

}



/*=========================
      Large Mobile
=========================*/
@media (max-width:767px){

.hero-slider{

    min-height:100vh;

}

.hero-grid{

    padding:110px 0 60px;

    gap:35px;

}

.hero-tag{

    font-size:12px;

    padding:10px 18px;

    letter-spacing:1px;

}

.hero-content h1{

    font-size:36px;

    line-height:1.25;

}

.hero-content p{

    font-size:16px;

    line-height:1.7;

}

.hero-image img{

    max-width:380px;

}

.heroSwiper .swiper-button-next,
.heroSwiper .swiper-button-prev{

    display:none;

}

.heroSwiper .swiper-pagination{

    bottom:18px;

}

.heroSwiper .swiper-pagination-bullet{

    width:10px;
    height:10px;

}

.heroSwiper .swiper-pagination-bullet-active{

    width:28px;

}

}



/*=========================
      Small Mobile
=========================*/
@media (max-width:575px){

.hero-grid{

    padding:100px 0 50px;

}

.hero-content h1{

    font-size:30px;

    line-height:1.3;

}

.hero-content p{

    font-size:15px;

    line-height:1.8;

    margin-bottom:25px;

}

.hero-tag{

    font-size:11px;

    padding:8px 16px;

}

.hero-image img{

    max-width:320px;

}

.hero-overlay::before{

    width:320px;
    height:320px;

    left:-120px;

}

.heroSwiper .swiper-pagination{

    bottom:15px;

}

}



/*=========================
        420px
=========================*/
@media (max-width:420px){

.hero-grid{

    padding-top:90px;

}

.hero-content h1{

    font-size:27px;

}

.hero-content p{

    font-size:14px;

}

.hero-tag{

    font-size:10px;

    padding:8px 14px;

}

.hero-image img{

    max-width:280px;

}

.heroSwiper .swiper-pagination-bullet{

    width:8px;
    height:8px;

}

.heroSwiper .swiper-pagination-bullet-active{

    width:22px;

}

}



/*=========================
        360px
=========================*/
@media (max-width:360px){

.hero-grid{

    padding-top:85px;

}

.hero-content h1{

    font-size:24px;

    line-height:1.35;

}

.hero-content p{

    font-size:13px;

    line-height:1.7;

}

.hero-tag{

    padding:7px 12px;

    font-size:9px;

}

.hero-image img{

    max-width:240px;

}

.hero-overlay::before{

    width:260px;
    height:260px;

}

.heroSwiper .swiper-pagination{

    bottom:10px;

}

}
/*==================================================
    RESPONSIVE CSS - PART 3
    PORTFOLIO | INDUSTRIES | SERVICE CARDS
==================================================*/


/*=========================
      1600px+
=========================*/
@media (min-width:1600px){

.portfolio-section .container,
.industries-section .container{
    max-width:1450px;
}

.portfolio-grid{
    grid-template-columns:repeat(4,1fr);
    gap:35px;
}

.portfolio-card{
    /* min-height:420px; */
}

}



/*=========================
      Large Desktop
=========================*/
@media (max-width:1400px){

.portfolio-section,
.industries-section{
    padding:90px 0;
}

.portfolio-grid{
    gap:28px;
}

.portfolio-card{
    padding:30px;
}

.portfolio-card h3{
    font-size:24px;
}

.portfolio-card p{
    font-size:15px;
}

}



/*=========================
      Laptop
=========================*/
@media (max-width:1200px){

.portfolio-grid{
    grid-template-columns:repeat(3,1fr);
    gap:25px;
}

.industries-grid{
    grid-template-columns:repeat(3,1fr);
    gap:25px;
}

.portfolio-card{
    padding:28px;
}

.portfolio-card img{
    /* max-width:80px; */
}

.portfolio-card h3{
    font-size:22px;
}

.section-title h2{
    font-size:42px;
}

.section-title p{
    max-width:700px;
}

}



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

.portfolio-section,
.industries-section{
    padding:80px 0;
}

.section-title{
    text-align:center;
    margin-bottom:50px;
}

.section-title h2{
    font-size:36px;
}

.section-title p{
    font-size:16px;
    margin:auto;
}

.portfolio-grid{
    grid-template-columns:repeat(2,1fr);
    gap:22px;
}

.industries-grid{
    grid-template-columns:repeat(2,1fr);
    gap:22px;
}

.portfolio-card{

    padding:25px;

    text-align:center;

}

.portfolio-card img{

margin:auto auto 20px;
}

.portfolio-card h3{

    font-size:21px;

}

.portfolio-card p{

    font-size:15px;

}

}



/*=========================
      Large Mobile
=========================*/
@media (max-width:767px){

.portfolio-section,
.industries-section{

    padding:70px 0;

}

.section-title{

    margin-bottom:40px;

}

.section-title h2{

    font-size:30px;

}

.section-title p{

    font-size:15px;

}

.portfolio-grid,
.industries-grid{

    grid-template-columns:1fr;

    gap:20px;

}

.portfolio-card{

    padding:25px 20px;

}

.portfolio-card h3{

    font-size:20px;

}

.portfolio-card p{

    font-size:14px;

}

.portfolio-card img{

/* max-width:70px; */
}

}



/*=========================
      Small Mobile
=========================*/
@media (max-width:575px){

.portfolio-section,
.industries-section{

    padding:60px 0;

}

.section-title h2{

    font-size:27px;

}

.section-title p{

    font-size:14px;

}

.portfolio-card{

    padding:22px 18px;

}

.portfolio-card h3{

    font-size:18px;

}

.portfolio-card p{

    font-size:13px;

    line-height:1.8;

}

.portfolio-card img{

/* max-width:60px; */
}

}



/*=========================
        420px
=========================*/
@media (max-width:420px){

.section-title h2{

    font-size:24px;

}

.portfolio-card{

    padding:20px 16px;

}

.portfolio-card h3{

    font-size:17px;

}

.portfolio-card p{

    font-size:13px;

}

.portfolio-card img{

    max-width:55px;

}

}



/*=========================
        360px
=========================*/
@media (max-width:360px){

.portfolio-section,
.industries-section{

    padding:50px 0;

}

.section-title h2{

    font-size:22px;

}

.section-title p{

    font-size:12px;

}

.portfolio-card{

    padding:18px 15px;

}

.portfolio-card h3{

    font-size:16px;

}

.portfolio-card p{

    font-size:12px;

}

.portfolio-card img{

    max-width:50px;

}

}
/*==================================================
    RESPONSIVE CSS - PART 4
    SEO SOLUTIONS | WHY CHOOSE US | FEATURES | CTA
==================================================*/


/*=========================
      1600px+
=========================*/
@media (min-width:1600px){

.seo-section .container,
.why-choose-section .container,
.cta-section .container{
    max-width:1450px;
}

.feature-grid{
    grid-template-columns:repeat(4,1fr);
    gap:35px;
}

.feature-card{
    padding:40px;
}

.feature-card h3{
    font-size:28px;
}

.feature-card p{
    font-size:17px;
}

}



/*=========================
      Large Desktop
=========================*/
@media (max-width:1400px){

.seo-section,
.why-choose-section,
.cta-section{
    padding:90px 0;
}

.feature-grid{
    gap:28px;
}

.feature-card{
    padding:30px;
}

.feature-card h3{
    font-size:24px;
}

.feature-card p{
    font-size:15px;
}

.cta-content h2{
    font-size:48px;
}

}



/*=========================
      Laptop
=========================*/
@media (max-width:1200px){

.feature-grid{
    grid-template-columns:repeat(3,1fr);
    gap:25px;
}

.feature-card{
    padding:28px;
}

.feature-icon{
    width:70px;
    height:70px;
}

.feature-icon img{
    width:34px;
}

.feature-card h3{
    font-size:22px;
}

.feature-card p{
    font-size:15px;
}

.cta-content h2{
    font-size:42px;
}

.cta-content p{
    font-size:17px;
}

}



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

.seo-section,
.why-choose-section,
.cta-section{
    padding:80px 0;
}

.feature-grid{
    grid-template-columns:repeat(2,1fr);
    gap:22px;
}

.feature-card{
    padding:25px;
    text-align:center;
}

.feature-icon{
    margin:0 auto 20px;
}

.feature-card h3{
    font-size:21px;
}

.feature-card p{
    font-size:15px;
}

.cta-box{
    padding:50px 35px;
    text-align:center;
}

.cta-content h2{
    font-size:36px;
}

.cta-content p{
    font-size:16px;
    margin-bottom:30px;
}

.cta-btns{
    justify-content:center;
    flex-wrap:wrap;
    gap:15px;
}

}



/*=========================
      Large Mobile
=========================*/
@media (max-width:767px){

.seo-section,
.why-choose-section,
.cta-section{
    padding:70px 0;
}

.feature-grid{
    grid-template-columns:1fr;
    gap:20px;
}

.feature-card{
    padding:25px 20px;
}

.feature-icon{
    width:65px;
    height:65px;
}

.feature-icon img{
    width:30px;
}

.feature-card h3{
    font-size:20px;
}

.feature-card p{
    font-size:14px;
    line-height:1.8;
}

.cta-box{
    padding:40px 25px;
}

.cta-content h2{
    font-size:30px;
}

.cta-content p{
    font-size:15px;
}

.cta-btns{
    flex-direction:column;
}

.cta-btns .btn{
    width:100%;
}

}



/*=========================
      Small Mobile
=========================*/
@media (max-width:575px){

.feature-card{
    padding:22px 18px;
}

.feature-icon{
    width:60px;
    height:60px;
}

.feature-icon img{
    width:28px;
}

.feature-card h3{
    font-size:18px;
}

.feature-card p{
    font-size:13px;
}

.cta-box{
    padding:35px 20px;
    border-radius:20px;
}

.cta-content h2{
    font-size:27px;
}

.cta-content p{
    font-size:14px;
}

}



/*=========================
        420px
=========================*/
@media (max-width:420px){

.feature-card{
    padding:20px 16px;
}

.feature-card h3{
    font-size:17px;
}

.feature-card p{
    font-size:13px;
}

.feature-icon{
    width:55px;
    height:55px;
}

.feature-icon img{
    width:25px;
}

.cta-content h2{
    font-size:24px;
}

.cta-content p{
    font-size:13px;
}

}



/*=========================
        360px
=========================*/
@media (max-width:360px){

.seo-section,
.why-choose-section,
.cta-section{
    padding:50px 0;
}

.feature-card{
    padding:18px 15px;
}

.feature-card h3{
    font-size:16px;
}

.feature-card p{
    font-size:12px;
    line-height:1.7;
}

.feature-icon{
    width:50px;
    height:50px;
}

.feature-icon img{
    width:22px;
}

.cta-box{
    padding:30px 15px;
}

.cta-content h2{
    font-size:22px;
}

.cta-content p{
    font-size:12px;
}

.cta-btns .btn{
    font-size:13px;
    padding:12px 18px;
}

}
/*==================================================
    RESPONSIVE CSS - PART 5
    COUNTER | WORK PROCESS | STATS
==================================================*/


/*=========================
      1600px+
=========================*/
@media (min-width:1600px){

.counter-section .container,
.process-section .container{
    max-width:1450px;
}

.counter-grid{
    grid-template-columns:repeat(4,1fr);
    gap:35px;
}

.process-grid{
    grid-template-columns:repeat(4,1fr);
    gap:35px;
}

.counter-card,
.process-card{
    padding:40px;
}

.counter-number{
    font-size:64px;
}

.process-number{
    width:75px;
    height:75px;
    font-size:28px;
}

}



/*=========================
      Large Desktop
=========================*/
@media (max-width:1400px){

.counter-section,
.process-section{
    padding:90px 0;
}

.counter-grid,
.process-grid{
    gap:28px;
}

.counter-card,
.process-card{
    padding:32px;
}

.counter-number{
    font-size:54px;
}

.process-card h3{
    font-size:24px;
}

}



/*=========================
      Laptop
=========================*/
@media (max-width:1200px){

.counter-grid{
    grid-template-columns:repeat(4,1fr);
    gap:24px;
}

.process-grid{
    grid-template-columns:repeat(2,1fr);
    gap:25px;
}

.counter-card,
.process-card{
    padding:28px;
}

.counter-number{
    font-size:46px;
}

.counter-title{
    font-size:16px;
}

.process-number{
    width:65px;
    height:65px;
    font-size:24px;
}

.process-card h3{
    font-size:22px;
}

.process-card p{
    font-size:15px;
}

}



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

.counter-section,
.process-section{
    padding:80px 0;
}

.counter-grid{
    grid-template-columns:repeat(2,1fr);
    gap:22px;
}

.process-grid{
    grid-template-columns:repeat(2,1fr);
    gap:22px;
}

.counter-card,
.process-card{
    padding:26px;
    text-align:center;
}

.counter-icon,
.process-icon{
    margin:0 auto 18px;
}

.counter-number{
    font-size:42px;
}

.counter-title{
    font-size:15px;
}

.process-number{
    margin:0 auto 20px;
}

.process-card h3{
    font-size:21px;
}

.process-card p{
    font-size:15px;
}

}



/*=========================
      Large Mobile
=========================*/
@media (max-width:767px){

.counter-section,
.process-section{
    padding:70px 0;
}

.counter-grid,
.process-grid{
    grid-template-columns:1fr;
    gap:20px;
}

.counter-card,
.process-card{
    padding:24px 20px;
}

.counter-number{
    font-size:38px;
}

.counter-title{
    font-size:14px;
}

.process-number{
    width:60px;
    height:60px;
    font-size:22px;
}

.process-card h3{
    font-size:20px;
}

.process-card p{
    font-size:14px;
    line-height:1.8;
}

.process-line{
    display:none;
}

}



/*=========================
      Small Mobile
=========================*/
@media (max-width:575px){

.counter-card,
.process-card{
    padding:22px 18px;
}

.counter-number{
    font-size:34px;
}

.counter-title{
    font-size:13px;
}

.process-number{
    width:55px;
    height:55px;
    font-size:20px;
}

.process-card h3{
    font-size:18px;
}

.process-card p{
    font-size:13px;
}

}



/*=========================
        420px
=========================*/
@media (max-width:420px){

.counter-card,
.process-card{
    padding:20px 16px;
}

.counter-number{
    font-size:30px;
}

.counter-title{
    font-size:12px;
}

.process-number{
    width:52px;
    height:52px;
    font-size:18px;
}

.process-card h3{
    font-size:17px;
}

.process-card p{
    font-size:13px;
}

}



/*=========================
        360px
=========================*/
@media (max-width:360px){

.counter-section,
.process-section{
    padding:50px 0;
}

.counter-card,
.process-card{
    padding:18px 15px;
}

.counter-number{
    font-size:28px;
}

.counter-title{
    font-size:11px;
}

.process-number{
    width:48px;
    height:48px;
    font-size:16px;
}

.process-card h3{
    font-size:16px;
}

.process-card p{
    font-size:12px;
    line-height:1.7;
}

}
/*==================================================
    RESPONSIVE CSS - PART 7 (FINAL)
    FOOTER | GLOBAL | UTILITIES | FLOATING BUTTONS
==================================================*/


/*=========================
      1600px+
=========================*/
@media (min-width:1600px){

.container{
    max-width:1450px;
}

.section-padding{
    padding:130px 0;
}

}



/*=========================
      Large Desktop
=========================*/
@media (max-width:1400px){

.section-padding{
    padding:90px 0;
}

.footer{
    padding-top:80px;
}

.footer-title{
    font-size:22px;
}

.footer-links li{
    margin-bottom:12px;
}

}



/*=========================
      Laptop
=========================*/
@media (max-width:1200px){

.footer-grid{
    grid-template-columns:repeat(2,1fr);
    gap:35px;
}

.footer-logo img{
    max-width:180px;
}

.footer-title{
    font-size:20px;
}

.footer-links a{
    font-size:15px;
}

.newsletter-form{
    display:flex;
    gap:12px;
}

.newsletter-form input{
    flex:1;
}

.footer-bottom{
    padding:20px 0;
}

}



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

.section-padding{
    padding:80px 0;
}

.footer{
    padding-top:70px;
}

.footer-grid{
    grid-template-columns:repeat(2,1fr);
    gap:30px;
}

.footer-bottom{

    flex-direction:column;

    text-align:center;

    gap:15px;

}

.footer-social{

    justify-content:center;

}

.footer-contact{

    gap:15px;

}

.footer-logo{

    text-align:center;

}

}



/*=========================
      Large Mobile
=========================*/
@media (max-width:767px){

.section-padding{
    padding:70px 0;
}

.footer{
    padding-top:60px;
}

.footer-grid{
    grid-template-columns:1fr;
    gap:30px;
}

.footer-widget{
    text-align:center;
}

.footer-social{
    justify-content:center;
}

.footer-contact{
    justify-content:center;
    flex-wrap:wrap;
}

.newsletter-form{
    flex-direction:column;
}

.newsletter-form input,
.newsletter-form button{
    width:100%;
}

.footer-links li{
    margin-bottom:10px;
}

.footer-links a{
    font-size:14px;
}

.footer-bottom{
    font-size:14px;
}

}



/*=========================
      Small Mobile
=========================*/
@media (max-width:575px){

.section-padding{
    padding:60px 0;
}

.footer{
    padding-top:50px;
}

.footer-title{
    font-size:18px;
}

.footer-links a{
    font-size:13px;
}

.footer-bottom{
    font-size:13px;
}

.footer-social a{
    width:42px;
    height:42px;
}

.footer-logo img{
    max-width:150px;
}

}



/*=========================
        420px
=========================*/
@media (max-width:420px){

.section-padding{
    padding:55px 0;
}

.footer-title{
    font-size:17px;
}

.footer-bottom{
    font-size:12px;
}

.footer-social a{
    width:40px;
    height:40px;
}

.footer-contact{
    gap:12px;
}

}



/*=========================
        360px
=========================*/
@media (max-width:360px){

.section-padding{
    padding:50px 0;
}

.footer{
    padding-top:45px;
}

.footer-title{
    font-size:16px;
}

.footer-links a{
    font-size:12px;
}

.footer-bottom{
    font-size:11px;
}

.footer-logo img{
    max-width:130px;
}

.footer-social a{
    width:36px;
    height:36px;
}

}



/*==================================================
            GLOBAL RESPONSIVE FIXES
==================================================*/

img{
    max-width:100%;
    height:auto;
    display:block;
}

video{
    max-width:100%;
    height:auto;
}

iframe{
    width:100%;
    max-width:100%;
}

table{
    width:100%;
}

.table-responsive{
    overflow-x:auto;
}

input,
textarea,
select{
    width:100%;
    max-width:100%;
}

button{
    cursor:pointer;
}

a{
    word-break:break-word;
}

.row{
    row-gap:30px;
}

html{
    scroll-behavior:smooth;
}

body{
    overflow-x:hidden;
}



/*=========================
      Floating Buttons
=========================*/

.whatsapp-btn,
.call-btn,
.enquiry-btn,
.scroll-top,
#scrollTopBtn{

    position:fixed;

    z-index:999;

}

@media(max-width:767px){

.whatsapp-btn,
.call-btn,
.enquiry-btn,
.scroll-top,
#scrollTopBtn{

    transform:scale(.90);

}

}

@media(max-width:420px){

.whatsapp-btn,
.call-btn,
.enquiry-btn,
.scroll-top,
#scrollTopBtn{

    transform:scale(.80);

}

}



/*=========================
      Utility Classes
=========================*/

.text-center{
    text-align:center;
}

.text-left{
    text-align:left;
}

.text-right{
    text-align:right;
}

.d-flex{
    display:flex;
}

.align-center{
    align-items:center;
}

.justify-center{
    justify-content:center;
}

.w-100{
    width:100%;
}

.h-100{
    height:100%;
}

.overflow-hidden{
    overflow:hidden;
}



/*=========================
      Animation Fixes
=========================*/

@media(max-width:991px){

[data-aos]{

    transition-duration:.6s!important;

}

}

@media(max-width:767px){

[data-aos-delay]{

    transition-delay:0s!important;

}

}



/*=========================
      Swiper Fixes
=========================*/

.swiper{
    overflow:hidden;
}

.swiper-slide{
    height:auto;
}

.swiper-button-disabled{
    opacity:.4;
}



/*=========================
      Form Fixes
=========================*/

form{
    width:100%;
}

textarea{
    resize:vertical;
}

label{
    display:block;
    margin-bottom:8px;
}



/*=========================
      Image Fixes
=========================*/

figure{
    margin:0;
}

picture{
    display:block;
}

svg{
    max-width:100%;
}



/*=========================
      Print Fix
=========================*/

@media print{

.header,
.footer,
.whatsapp-btn,
.call-btn,
.enquiry-btn,
.scroll-top,
#scrollTopBtn{

    display:none!important;

}

body{

    background:#fff;

}

}
