:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-e78d3f3 *//*========================================================
                GLOBAL
========================================================*/

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

html{
    scroll-behavior:smooth;
}

body{
    font-family:'Poppins',sans-serif;
    overflow-x:hidden;
}

.container{
    width:90%;
    max-width:1320px;
    margin:auto;
}

/*========================================================
                TOP BAR
========================================================*/

.top-bar{

    width:100%;

    background:#7A1F1F;

    color:#fff;

    padding:10px 0;

    font-size:14px;

    transition:.3s;

}

.top-bar .container{

    display:flex;

    justify-content:space-between;

    align-items:center;

    flex-wrap:wrap;

}

.top-left,
.top-right{

    display:flex;

    align-items:center;

    gap:25px;

}

.top-bar a{

    color:#fff;

    text-decoration:none;

    transition:.3s;

}

.top-bar a:hover{

    color:#D4AF37;

}

.top-bar i{

    color:#D4AF37;

    margin-right:8px;

}

/*========================================================
                HEADER
========================================================*/

.header{

    position:fixed;

    top:42px;

    left:0;

    width:100%;

    z-index:9999;

    transition:.4s;

    padding:18px 0;

}

.header::before{

    content:"";

    position:absolute;

    inset:0;

    background:rgba(255,255,255,.08);

    backdrop-filter:blur(14px);

    z-index:-1;

}

.header.sticky{

    top:0;

    background:#ffffff;

    padding:14px 0;

    box-shadow:0 10px 35px rgba(0,0,0,.08);

}

.header.sticky::before{

    display:none;

}

/*========================================================
                NAVBAR
========================================================*/

.navbar{

    display:flex;

    justify-content:space-between;

    align-items:center;

}

/*========================================================
                LOGO
========================================================*/

.logo{

    display:flex;

    align-items:center;

    gap:15px;

    text-decoration:none;

}

.logo img{

    width:65px;

    height:65px;

    object-fit:contain;

}

.logo-text h2{

    font-family:'Cormorant Garamond',serif;

    font-size:30px;

    color:#fff;

    font-weight:700;

    transition:.3s;

}

.logo-text span{

    display:block;

    color:#D4AF37;

    font-size:13px;

    letter-spacing:3px;

    margin-top:2px;

}

.header.sticky .logo-text h2{

    color:#222;

}

/*========================================================
                MENU
========================================================*/

.nav-links{

    display:flex;

    align-items:center;

    gap:35px;

    list-style:none;

}

.nav-links li{

    list-style:none;

}

.nav-links a{

    position:relative;

    text-decoration:none;

    color:#fff;

    font-weight:500;

    transition:.3s;

}

.header.sticky .nav-links a{

    color:#222;

}

.nav-links a::after{

    content:"";

    position:absolute;

    left:0;

    bottom:-8px;

    width:0;

    height:2px;

    background:#D4AF37;

    transition:.3s;

}

.nav-links a:hover::after,

.nav-links a.active::after{

    width:100%;

}

.nav-links a:hover{

    color:#D4AF37;

}

/*========================================================
                RIGHT SIDE
========================================================*/

.header-right{

    display:flex;

    align-items:center;

    gap:20px;

}

/*========================================================
                BOOK BUTTON
========================================================*/

.book-btn{

    background:#C46A18;

    color:#fff;

    padding:14px 32px;

    border-radius:50px;

    text-decoration:none;

    font-weight:600;

    transition:.35s;

}

.book-btn:hover{

    background:#D4AF37;

    color:#222;

    transform:translateY(-2px);

}

/*========================================================
            HAMBURGER
========================================================*/

.hamburger{

    display:none;

    width:42px;

    height:42px;

    cursor:pointer;

    justify-content:center;

    align-items:center;

    flex-direction:column;

    gap:6px;

}

.hamburger span{

    width:28px;

    height:3px;

    background:#fff;

    border-radius:50px;

    transition:.35s;

}

.header.sticky .hamburger span{

    background:#222;

}

/*========================================================
                TABLET
========================================================*/

@media(max-width:991px){

.top-bar{

display:none;

}

.header{

top:0;

padding:14px 0;

background:#fff;

box-shadow:0 10px 30px rgba(0,0,0,.08);

}

.header::before{

display:none;

}

.logo-text h2{

color:#222;

font-size:24px;

}

.logo img{

width:55px;

height:55px;

}

.book-btn{

display:none;

}

.hamburger{

display:flex;

}

.nav-links{

position:fixed;

top:83px;

left:-100%;

width:100%;

height:calc(100vh - 83px);

background:#fff;

display:flex;

flex-direction:column;

justify-content:flex-start;

align-items:flex-start;

padding:40px;

gap:25px;

transition:.4s;

overflow-y:auto;

}

.nav-links.active{

left:0;

}

.nav-links a{

color:#222;

font-size:18px;

}

}

/*========================================================
                MOBILE
========================================================*/

@media(max-width:576px){

.container{

width:94%;

}

.logo img{

width:48px;

height:48px;

}

.logo-text h2{

font-size:20px;

}

.logo-text span{

font-size:11px;

letter-spacing:2px;

}

.nav-links{

padding:30px 25px;

}

.nav-links a{

font-size:17px;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-214918b *//*=========================================
            HERO SECTION
=========================================*/

.hero{

    position:relative;
    min-height:100vh;

    background:url("https://varahaswamyresthousee.com/wp-content/uploads/2026/07/images-1.jpg") center center/cover no-repeat;

    display:flex;
    align-items:center;

    overflow:hidden;

}

.hero-overlay{

    position:absolute;
    inset:0;

    background:linear-gradient(
    rgba(20,20,20,.60),
    rgba(20,20,20,.60));

}

.container{

    width:90%;
    max-width:1200px;

    margin:auto;

    position:relative;
    z-index:5;

}

.hero-content{

    max-width:700px;

}

.hero-tag{

    display:inline-block;

    padding:10px 22px;

    background:rgba(255,255,255,.15);

    backdrop-filter:blur(12px);

    border:1px solid rgba(255,255,255,.25);

    border-radius:50px;

    color:#fff;

    font-size:15px;

    letter-spacing:1px;

    margin-bottom:25px;

    font-family:'Poppins',sans-serif;

}

.hero h1{

    font-family:'Cormorant Garamond',serif;

    font-size:72px;

    font-weight:700;

    line-height:1.05;

    color:#fff;

    margin-bottom:25px;

}

.hero h1 span{

    color:#D4AF37;

}

.hero p{

    font-size:20px;

    color:#f1f1f1;

    line-height:1.8;

    margin-bottom:45px;

    max-width:600px;

    font-family:'Poppins',sans-serif;

}

.hero-buttons{

    display:flex;

    gap:18px;

    flex-wrap:wrap;

}

.btn-primary{

    background:#C46A18;

    color:#fff;

    text-decoration:none;

    padding:18px 42px;

    border-radius:50px;

    font-weight:600;

    transition:.4s;

}

.btn-primary:hover{

    background:#D4AF37;

    color:#222;

}

.btn-secondary{

    border:2px solid #fff;

    color:#fff;

    text-decoration:none;

    padding:18px 42px;

    border-radius:50px;

    transition:.4s;

}

.btn-secondary:hover{

    background:#fff;

    color:#222;

}

@media(max-width:992px){

.hero h1{

font-size:55px;

}

}

@media(max-width:768px){

.hero{

padding:120px 0;

min-height:auto;

}

.hero-content{

text-align:center;

margin:auto;

}

.hero h1{

font-size:42px;

}

.hero p{

font-size:17px;

}

.hero-buttons{

justify-content:center;

}

}

@media(max-width:480px){

.hero h1{

font-size:34px;

}

.hero p{

font-size:16px;

}

.btn-primary,
.btn-secondary{

width:100%;

text-align:center;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6a52841 *//*=========================================
        ABOUT US SECTION
=========================================*/

.about-section{
    padding:100px 0;
    background:#FAF7F2;
}

.container{
    width:90%;
    max-width:1200px;
    margin:auto;
}

.about-grid{
    display:grid;
    grid-template-columns:48% 52%;
    gap:60px;
    align-items:start;
}

.about-image{
    position:relative;
}

.about-image img{
    width:100%;
    height:560px;
    object-fit:cover;
    display:block;
    border-radius:24px;
    box-shadow:0 20px 50px rgba(0,0,0,.12);
    transition:.4s;
}

.about-image img:hover{
    transform:scale(1.02);
}

.section-tag{
    display:inline-block;
    padding:10px 22px;
    background:#C46A18;
    color:#fff;
    border-radius:50px;
    font-size:14px;
    font-weight:500;
    font-family:'Poppins',sans-serif;
    margin-bottom:20px;
}

.about-content h2{
    font-family:'Cormorant Garamond',serif;
    font-size:52px;
    font-weight:700;
    line-height:1.15;
    color:#2C2C2C;
    margin-bottom:25px;
}

.about-content p{
    font-family:'Poppins',sans-serif;
    font-size:17px;
    line-height:1.9;
    color:#555;
    margin-bottom:20px;
}

.private-notice{
    background:#FFF8E8;
    border-left:5px solid #D4AF37;
    border-radius:18px;
    padding:28px;
    margin:35px 0;
    box-shadow:0 8px 25px rgba(0,0,0,.05);
}

.private-notice h4{
    font-family:'Cormorant Garamond',serif;
    font-size:28px;
    color:#7A1F1F;
    margin-bottom:15px;
}

.private-notice p{
    margin:0;
    color:#444;
    line-height:1.9;
}

.about-btn{
    display:inline-block;
    background:#C46A18;
    color:#fff;
    text-decoration:none;
    padding:16px 38px;
    border-radius:50px;
    font-family:'Poppins',sans-serif;
    font-weight:600;
    transition:.3s;
}

.about-btn:hover{
    background:#D4AF37;
    color:#222;
    transform:translateY(-3px);
}

/*=========================
      TABLET
=========================*/

@media(max-width:992px){

.about-grid{
    grid-template-columns:1fr;
    gap:45px;
}

.about-image img{
    height:480px;
}

.about-content{
    text-align:center;
}

.private-notice{
    text-align:left;
}

}

/*=========================
      MOBILE
=========================*/

@media(max-width:768px){

.about-section{
    padding:70px 0;
}

.container{
    width:92%;
}

.about-image img{
    height:350px;
}

.about-content h2{
    font-size:40px;
}

.about-content p{
    font-size:16px;
}

.private-notice{
    padding:22px;
}

.private-notice h4{
    font-size:24px;
}

.about-btn{
    width:100%;
    text-align:center;
}

}

/*=========================
   SMALL MOBILE
=========================*/

@media(max-width:480px){

.about-image img{
    height:280px;
}

.about-content h2{
    font-size:34px;
}

.section-tag{
    font-size:13px;
}

.about-content p{
    font-size:15px;
}

.private-notice{
    padding:18px;
}

.private-notice h4{
    font-size:22px;
}

.about-btn{
    padding:15px 20px;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8c877ca *//*====================================
        WHY CHOOSE US
====================================*/

.why-us{

    padding:100px 0;

    background:#ffffff;

}

.section-title{

    text-align:center;

    max-width:750px;

    margin:auto auto 70px;

}

.section-title span{

    display:inline-block;

    padding:10px 22px;

    background:#C46A18;

    color:#fff;

    border-radius:50px;

    font-size:14px;

    font-family:'Poppins',sans-serif;

    margin-bottom:20px;

}

.section-title h2{

    font-family:'Cormorant Garamond',serif;

    font-size:52px;

    color:#2C2C2C;

    margin-bottom:20px;

}

.section-title p{

    font-family:'Poppins',sans-serif;

    color:#666;

    line-height:1.9;

    font-size:17px;

}

.why-grid{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:30px;

}

.why-card{

    background:#FAF7F2;

    padding:40px 30px;

    border-radius:20px;

    text-align:center;

    transition:.4s;

    border:1px solid #eee;

}

.why-card:hover{

    transform:translateY(-10px);

    box-shadow:0 20px 50px rgba(0,0,0,.08);

}

.icon{

    width:80px;

    height:80px;

    background:#C46A18;

    color:#fff;

    margin:auto;

    border-radius:50%;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:30px;

    margin-bottom:25px;

}

.why-card h3{

    font-family:'Cormorant Garamond',serif;

    font-size:30px;

    margin-bottom:15px;

    color:#2C2C2C;

}

.why-card p{

    font-family:'Poppins',sans-serif;

    color:#666;

    line-height:1.8;

    font-size:16px;

}

/*======================
      Tablet
======================*/

@media(max-width:992px){

.why-grid{

grid-template-columns:repeat(2,1fr);

}

.section-title h2{

font-size:42px;

}

}

/*======================
      Mobile
======================*/

@media(max-width:768px){

.why-us{

padding:70px 0;

}

.why-grid{

grid-template-columns:1fr;

}

.section-title{

margin-bottom:50px;

}

.section-title h2{

font-size:34px;

}

.section-title p{

font-size:16px;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c67661b *//*=====================================
        NEARBY ATTRACTIONS
======================================*/

.nearby{

    padding:100px 0;

    background:#FAF7F2;

}

.nearby-grid{

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:30px;

    margin-top:60px;

}

.near-card{

    background:#fff;

    padding:35px;

    border-radius:20px;

    transition:.4s;

    box-shadow:0 15px 35px rgba(0,0,0,.06);

    border-left:5px solid #C46A18;

}

.near-card:hover{

    transform:translateY(-8px);

    box-shadow:0 20px 50px rgba(0,0,0,.10);

}

.number{

    width:60px;

    height:60px;

    border-radius:50%;

    background:#C46A18;

    color:#fff;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:22px;

    font-weight:700;

    margin-bottom:20px;

    font-family:'Poppins',sans-serif;

}

.near-card h3{

    font-family:'Cormorant Garamond',serif;

    font-size:32px;

    margin-bottom:15px;

    color:#2C2C2C;

}

.near-card p{

    font-family:'Poppins',sans-serif;

    color:#666;

    line-height:1.8;

    font-size:16px;

}

@media(max-width:992px){

.nearby-grid{

grid-template-columns:1fr;

}

}

@media(max-width:768px){

.nearby{

padding:70px 0;

}

.near-card{

padding:28px;

}

.near-card h3{

font-size:28px;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-340f75c *//*=====================================
        TESTIMONIALS
======================================*/

.testimonials{

    padding:100px 0;

    background:#fff;

}

.testimonial-grid{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:30px;

    margin-top:60px;

}

.testimonial-card{

    background:#FAF7F2;

    padding:35px;

    border-radius:24px;

    transition:.4s;

    box-shadow:0 15px 35px rgba(0,0,0,.06);

    border:1px solid #eee;

}

.testimonial-card:hover{

    transform:translateY(-10px);

    box-shadow:0 25px 55px rgba(0,0,0,.12);

}

.stars{

    color:#D4AF37;

    font-size:22px;

    margin-bottom:20px;

}

.testimonial-card p{

    font-family:'Poppins',sans-serif;

    color:#666;

    line-height:1.9;

    margin-bottom:30px;

}

.guest{

    display:flex;

    align-items:center;

    gap:15px;

}

.guest img{

    width:65px;

    height:65px;

    border-radius:50%;

    object-fit:cover;

}

.guest h4{

    font-family:'Cormorant Garamond',serif;

    font-size:24px;

    color:#2C2C2C;

}

.guest span{

    color:#888;

    font-size:14px;

    font-family:'Poppins',sans-serif;

}

@media(max-width:992px){

.testimonial-grid{

grid-template-columns:1fr;

}

}

@media(max-width:768px){

.testimonials{

padding:70px 0;

}

.testimonial-card{

padding:28px;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-61399f6 *//*=====================================
            FAQ SECTION
======================================*/

.faq-section{

    padding:100px 0;

    background:#FAF7F2;

}

.faq-wrapper{

    max-width:900px;

    margin:60px auto 0;

}

.faq-item{

    background:#fff;

    margin-bottom:20px;

    border-radius:18px;

    overflow:hidden;

    box-shadow:0 10px 30px rgba(0,0,0,.06);

    transition:.3s;

}

.faq-question{

    padding:25px 30px;

    display:flex;

    justify-content:space-between;

    align-items:center;

    cursor:pointer;

}

.faq-question h3{

    font-family:'Cormorant Garamond',serif;

    font-size:28px;

    color:#2C2C2C;

}

.faq-question span{

    font-size:32px;

    color:#C46A18;

    font-weight:700;

}

.faq-answer{

    max-height:0;

    overflow:hidden;

    transition:.4s ease;

}

.faq-answer p{

    padding:0 30px 25px;

    font-family:'Poppins',sans-serif;

    line-height:1.8;

    color:#666;

}

.faq-item.active .faq-answer{

    max-height:300px;

}

.faq-item.active .faq-question span{

    transform:rotate(45deg);

}

/* Tablet */

@media(max-width:768px){

.faq-section{

padding:70px 0;

}

.faq-question{

padding:20px;

}

.faq-question h3{

font-size:20px;

}

.faq-answer p{

padding:0 20px 20px;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-abd1577 *//*=====================================
        CONTACT SECTION
======================================*/

.contact-section{

    padding:100px 0;

    background:#fff;

}

.contact-grid{

    display:grid;

    grid-template-columns:40% 60%;

    gap:50px;

    margin-top:60px;

}

.contact-info{

    display:flex;

    flex-direction:column;

    gap:25px;

}

.contact-card{

    background:#FAF7F2;

    padding:25px;

    border-radius:18px;

    display:flex;

    align-items:center;

    gap:20px;

    transition:.3s;

    box-shadow:0 10px 30px rgba(0,0,0,.05);

}

.contact-card:hover{

    transform:translateY(-5px);

}

.contact-card i{

    width:65px;

    height:65px;

    border-radius:50%;

    background:#C46A18;

    color:#fff;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:24px;

}

.contact-card h3{

    font-family:'Cormorant Garamond',serif;

    font-size:28px;

    color:#2C2C2C;

    margin-bottom:6px;

}

.contact-card p{

    font-family:'Poppins',sans-serif;

    color:#666;

}

.contact-form{

    background:#FAF7F2;

    padding:40px;

    border-radius:24px;

    box-shadow:0 15px 40px rgba(0,0,0,.06);

}

.contact-form form{

    display:flex;

    flex-direction:column;

    gap:20px;

}

.contact-form input,

.contact-form textarea{

    width:100%;

    padding:16px 20px;

    border:1px solid #ddd;

    border-radius:12px;

    font-family:'Poppins',sans-serif;

    font-size:15px;

    outline:none;

}

.contact-form input:focus,

.contact-form textarea:focus{

    border-color:#C46A18;

}

.contact-form button{

    background:#C46A18;

    color:#fff;

    border:none;

    padding:17px;

    border-radius:50px;

    font-size:16px;

    font-weight:600;

    cursor:pointer;

    transition:.3s;

}

.contact-form button:hover{

    background:#D4AF37;

    color:#222;

}

/* Tablet */

@media(max-width:992px){

.contact-grid{

grid-template-columns:1fr;

}

}

/* Mobile */

@media(max-width:768px){

.contact-section{

padding:70px 0;

}

.contact-form{

padding:25px;

}

.contact-card{

padding:20px;

}

.contact-card h3{

font-size:22px;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c4a4de3 *//*=====================================
        BOOKING CTA
======================================*/

.booking-cta{

    padding:100px 0;

    background:linear-gradient(135deg,#C46A18,#D4AF37);

}

.cta-box{

    max-width:900px;

    margin:auto;

    text-align:center;

    color:#fff;

}

.cta-tag{

    display:inline-block;

    background:rgba(255,255,255,.15);

    padding:10px 25px;

    border-radius:50px;

    font-size:15px;

    backdrop-filter:blur(10px);

    margin-bottom:25px;

    font-family:'Poppins',sans-serif;

}

.cta-box h2{

    font-family:'Cormorant Garamond',serif;

    font-size:58px;

    line-height:1.2;

    margin-bottom:25px;

}

.cta-box p{

    font-family:'Poppins',sans-serif;

    font-size:18px;

    line-height:1.9;

    max-width:700px;

    margin:auto auto 40px;

}

.cta-buttons{

    display:flex;

    justify-content:center;

    gap:20px;

    flex-wrap:wrap;

}

.cta-btn{

    display:inline-flex;

    align-items:center;

    gap:12px;

    background:#fff;

    color:#C46A18;

    padding:18px 40px;

    border-radius:50px;

    text-decoration:none;

    font-weight:600;

    transition:.4s;

}

.cta-btn:hover{

    transform:translateY(-5px);

    background:#2C2C2C;

    color:#fff;

}

.cta-btn.outline{

    background:transparent;

    color:#fff;

    border:2px solid #fff;

}

.cta-btn.outline:hover{

    background:#fff;

    color:#C46A18;

}

/* Tablet */

@media(max-width:768px){

.booking-cta{

padding:70px 0;

}

.cta-box h2{

font-size:38px;

}

.cta-box p{

font-size:16px;

}

.cta-btn{

width:100%;

justify-content:center;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8ebd18f *//*=====================================
            FOOTER
======================================*/

.footer{

    background:#1E1E1E;

    color:#ddd;

    padding:90px 0 25px;

}

.footer-grid{

    display:grid;

    grid-template-columns:2fr 1fr 1.5fr 1.5fr;

    gap:50px;

}

.footer-logo{

    color:#fff;

    font-family:'Cormorant Garamond',serif;

    font-size:40px;

    margin-bottom:20px;

}

.footer-logo span{

    color:#D4AF37;

}

.footer-column p{

    color:#bbb;

    line-height:1.9;

    font-family:'Poppins',sans-serif;

}

.footer-column h3{

    color:#fff;

    font-size:28px;

    margin-bottom:25px;

    font-family:'Cormorant Garamond',serif;

}

.footer-column ul{

    list-style:none;

}

.footer-column ul li{

    margin-bottom:15px;

}

.footer-column ul li a{

    color:#bbb;

    text-decoration:none;

    transition:.3s;

}

.footer-column ul li a:hover{

    color:#D4AF37;

    padding-left:8px;

}

.footer-contact li{

    display:flex;

    align-items:flex-start;

    gap:12px;

    line-height:1.8;

}

.footer-contact i{

    color:#D4AF37;

    margin-top:4px;

    width:20px;

}

.social-icons{

    display:flex;

    gap:15px;

    margin-top:25px;

}

.social-icons a{

    width:45px;

    height:45px;

    background:#333;

    border-radius:50%;

    display:flex;

    align-items:center;

    justify-content:center;

    color:#fff;

    transition:.3s;

}

.social-icons a:hover{

    background:#C46A18;

    transform:translateY(-5px);

}

.footer-btn{

    display:inline-block;

    margin-top:25px;

    background:#C46A18;

    color:#fff;

    padding:15px 35px;

    border-radius:50px;

    text-decoration:none;

    transition:.3s;

    font-weight:600;

}

.footer-btn:hover{

    background:#D4AF37;

    color:#222;

}

.footer-disclaimer{

    margin-top:60px;

    padding:25px;

    background:rgba(255,255,255,.05);

    border-left:4px solid #D4AF37;

    border-radius:15px;

}

.footer-disclaimer p{

    color:#ccc;

    line-height:1.8;

    margin:0;

}

.footer-bottom{

    margin-top:35px;

    padding-top:25px;

    border-top:1px solid rgba(255,255,255,.10);

    display:flex;

    justify-content:space-between;

    align-items:center;

    flex-wrap:wrap;

    gap:15px;

}

.footer-bottom p{

    margin:0;

    color:#999;

    font-family:'Poppins',sans-serif;

}

.footer-bottom strong{

    color:#D4AF37;

}

/*====================
      Tablet
=====================*/

@media(max-width:992px){

.footer-grid{

grid-template-columns:repeat(2,1fr);

gap:40px;

}

.footer-bottom{

text-align:center;

justify-content:center;

}

}

/*====================
      Mobile
=====================*/

@media(max-width:768px){

.footer{

padding:70px 0 25px;

}

.footer-grid{

grid-template-columns:1fr;

text-align:center;

}

.footer-contact li{

justify-content:center;

}

.social-icons{

justify-content:center;

}

.footer-btn{

width:100%;

text-align:center;

}

.footer-logo{

font-size:34px;

}

.footer-column h3{

font-size:26px;

}

}/* End custom CSS */