h1, h2, h3, h4, h5, h6, p, span, ul, li, a, .btn-default, textarea {
	margin: 0;
	padding: 0;
}
* {
	margin: 0;
	padding: 0;
}
a:hover {
	text-decoration: none;
}
a:focus {
	text-decoration: none;
}
body {
 font-family: 'Instrument Sans', sans-serif;
}

.container{
	max-width: 1490px;
}

/* ************************************ */
/*RESPONSIVE NAVIGATION*/
.mobile-menu{
   display: none;
 }
 .mobile-menu .circle {
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  border-radius: 50%;
  background: #0998e1;
  margin: 0 auto;
  font-size: 16px;
  position: absolute;
  right: 20px;
  top: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
.mobile-menu .mobile-cross {
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  border-radius: 50%;
  background: #005879;
  margin: 0 auto;
  font-size: 16px;
  position: fixed;
  right: 10px;
  top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99999;
}
.mobile-menu .nveMenu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 280px;
  height: 100%;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  z-index: 999;
  transform: translateX(-320px);
  transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1);
  padding: 40px 20px;
}
.mobile-menu .nveMenu.is-opened {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
/*.mobile-menu .nveMenu h1 {
  color: #000;
  font-weight: 700;
  }*/
  .mobile-menu .overlay {
    position: fixed;
    top: 0;
    right: 0;
    width: calc(100% - 280px);
    height: 100%;
    background: rgba(0, 0, 0, 0.71);
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1);
  }
  .mobile-menu .overlay.is-on {
    opacity: 1;
    visibility: visible;
    z-index: 999;
  }
  .mobile-menu .navlinks li {
    display: block;
    padding: 12px 0;
  }
  .mobile-menu .navlinks li a {
    text-transform: uppercase;
    color: #666;
    font-weight: 700;
  }
  .mobile-menu .navlinks li a:hover {
    text-decoration: none;
  }
/*RESPONSIVE NAVIGATION*/

/* PRELOADER START */
.preloader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-image: url('../images/preloader.gif');
  background-repeat: no-repeat;
  background-color: #FFF;
  background-position: center;
}
/* PRELOADER END */
.active-class{
  border: 2px solid #000;
}
/* ************************************ */


 /* Sticky Header */
    .main-header{
      position: sticky;
      top: 0;
      z-index: 999;
      background: rgb(54 54 54 / 0%);
      position: absolute;
      width: 100%;
    }

    /* Hero Section */
.hero-section{
  position: relative;
  background: url('../images/hero-banner.webp') no-repeat center center/cover;
  min-height: 95vh;
  display: flex;
  align-items: flex-end;
  color: #fff;
  padding-bottom: 140px;
  z-index: 1;
}

.hero-section::before{
  content: "";
  position: absolute;
  inset: 0;
  background: rgb(0 0 0 / 32%); /* overlay opacity */
  z-index: -1;
}

    .overlay{
      /* background: rgba(0,0,0,0.5); */
      width: 100%;
      height: 100%;
      display: flex;
      align-items: flex-end;
      justify-content: flex-end;
    }

    .logo{
      font-weight: 700;
      font-size: 45px;
      line-height: 50px;
      color: #fff;
      margin-top: 40px;
    }

    .nav-link{
      color: #fff !important;
      margin: 0 10px;
      font-weight: 500;
    }

    .btn-custom{
      background: #fff;
      color: #000;
      border-radius: 0;
      font-weight: 500;
      padding: 10px 20px;
      font-size: 18px;
    }

.hero-section h1{font-size: 80px;font-family: serif;line-height: 80px;}

.hero-section p{
  font-size: 24px;
  padding-bottom: 20px;
}


.studio-section{
    position: relative;
    padding: 80px 0;
    background: #fff7f2;
    overflow: hidden;
}

/* Background big text */
.studio-section::before{
    content: "Enzay Digital";
    position: absolute;
    top: -67px;
    left: 20px;
    font-size: 260px;
    letter-spacing: 3px;
    font-weight: 400;
    color: rgba(0,0,0,0.05);
    z-index: 0;
}

/* Content */
.studio-content{
    position: relative;
    z-index: 2;
    max-width: 800px;
}

/* Boxes */
.info-box{
    margin-top: 0px;
    border: 1px solid #eee;
    padding: 50px;
    /* background: #fff; */
    height: 100%;
    transition: 0.3s;
    border: 1px solid #e2e2e2;
}

.info-box h3{
    font-size: 55px;
    margin-bottom: 10px;
    font-weight: 400;
    text-align: left;
}

.info-box:hover{
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

/* Responsive fix for big text */
@media(max-width:768px){
    .studio-section::before{
        font-size: 60px;
        top: 20px;
    }
}

.studio-content h2{
  text-align: left;
}
.studio-content p{
  text-align: left;
  font-size: 20px;
  padding: 20px 0;
}

.info-box p{
  font-size: 18px;
  text-align: left;
}

.main-header .contact-info {
  display: flex;
  justify-content: flex-end;
  gap: 19px;
}
.contact-info p{
  color: #ffff;
  font-size: 17px;
  text-align: left;
}

/* why choose us */

.why-choose{
    padding:80px 0;
    background: #decdbc;
}

.small-title{
    font-size: 23px;
    font-weight:600;
    margin-bottom: 10px;
    color:#1d1d1d;
}

.main-heading{
    font-size: 66px;
    line-height:1.05;
    font-weight: 600;
    color:#000;
    margin-bottom:35px;
}

.main-heading span{
    font-family: 'Cormorant Garamond', serif;
    font-style:italic;
    font-weight:500;
}

.content-text{
    font-size: 20px;
    line-height: 30px;
    color: #0b0b0b;
    max-width:850px;
    margin-bottom:28px;
}

/* Right Side */
.logo-box{
    margin-bottom:25px;
}

.logo-box h2{
    font-size:70px;
    line-height:0.9;
    font-weight:700;
    margin:0;
    color:#000;
}

.logo-box h3{
    font-size:95px;
    line-height:0.8;
    font-weight:700;
    margin:0;
    color:#000;
}

.logo-box p{
    font-size:14px;
    font-weight:600;
    margin-top:5px;
}

.side-image img{
    width:100%;
    height:400px;
    object-fit:cover;
}

/* Bottom List */
.feature-list{
    margin-top:40px;
}

.feature-list ul{
    list-style:none;
    padding:0;
    margin:0;
}

.feature-list li{
    font-size:22px;
    font-weight:400;
    padding:14px 0;
    border-bottom:1px solid rgba(0,0,0,0.15);
    color:#1d1d1d;
    width: 60%;
}

.feature-list li strong{
    font-weight: 600;
    font-size: 30px;
}

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

    .main-heading{
        font-size:48px;
    }

    .logo-box{
        margin-top:40px;
    }

    .side-image img{
        height:300px;
    }
}

@media(max-width:767px){

    .why-choose{
        padding:50px 0;
    }

    .main-heading{
        font-size:38px;
    }

    .content-text{
        font-size:15px;
    }

    .feature-list li{
        font-size:18px;
    }

    .logo-box h2{
        font-size:50px;
    }

    .logo-box h3{
        font-size:70px;
    }
}





.featured-services{
    padding:80px 0;
}

.fs-top{
    margin-bottom:60px;
}

.fs-title{
    font-size: 65px;
    font-weight:700;
    color:#000;
    line-height:1.1;
}

.fs-top p{
    font-size: 23px;
    color:#333;
    line-height: 30px;
    margin-bottom:25px;
    text-align: right;
}

.fs-btn{
    display:inline-block;
    background:#000;
    color:#fff;
    padding: 15px 70px;
    font-size: 16px;
    font-weight:600;
    text-decoration:none;
    transition:0.3s;
}

.fs-btn:hover{
    background:#222;
    color:#fff;
    text-decoration:none;
}

.service-item{
    border-top:1px solid #ddd;
}

.service-item:last-child{
    border-bottom:1px solid #ddd;
}

.service-link{
    padding:28px 0;
    display:block;
    text-decoration:none !important;
    color:#000;
}

.service-number{
    font-size: 40px;
    font-weight: 500;
}

.service-heading{
    font-size:54px;
    font-weight:700;
    margin-bottom:0;
    transition:0.3s;
}

.service-link:hover .service-heading{
    color:#666;
}

.service-content{
    padding: 10px 20px 13px 114px;
    /* width: 60%; */
}

.service-content p{
    color: #020202;
    font-size: 18px;
    line-height:1.9;
}

.service-content h6{
    font-weight:700;
    margin-top:25px;
    margin-bottom:20px;
    font-size: 24px;
}

.include-list{
    padding-left:18px;
    margin-bottom:0;
}

.include-list li{
    margin-bottom:10px;
    color: #262626;
    font-size: 17px;
}

.service-image{
    /* background:#d8c9bb; */
    padding:20px;
}

.service-image img{
    width:100%;
    display:block;
}

.arrow-icon{
    width:42px;
    height:42px;
    border-radius:50%;
    background:#efe7e0;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-left:auto;
    color:#777;
}

@media(max-width:991px){

    .fs-title{
        font-size:45px;
        margin-bottom:25px;
    }

    .service-heading{
        font-size:40px;
    }

    .service-content{
        padding-top:20px;
    }

    .service-image{
        margin-top:30px;
    }

}

@media(max-width:767px){

    .featured-services{
        padding:50px 0;
    }

    .fs-title{
        font-size:36px;
    }

    .service-heading{
        font-size:30px;
        margin-top:10px;
    }

    .service-number{
        margin-bottom:10px;
    }

    .service-link{
        padding:22px 0;
    }

}


/*==================================
Packages Section
==================================*/

.packages-section{
    padding:90px 0;
    overflow:hidden;
    background: #decdbc;
}

.packages-title{
    font-size:72px;
    font-weight:700;
    color:#111;
    line-height:1;
    margin-bottom:25px;
}

.packages-top-text{
    font-size: 19px;
    line-height:1.8;
    text-align: right;
    color:#222;
    margin-bottom:0;
}

/*==================================
Tabs
==================================*/

.package-tabs{
    margin-top:60px;
    margin-bottom:60px;
}

.package-tabs .nav{
    justify-content:center;
    gap:12px;
}

.package-tabs .nav-link{
    border:1px solid #222;
    border-radius:0;
    padding:14px 35px;
    color: #111 !important;
    font-size:16px;
    font-weight:500;
    background:transparent;
    transition:all .3s ease;
}

.package-tabs .nav-link.active{
    background:#000;
    color:  #fff !important;
}

.package-tabs .nav-link:hover{
    background:#000;
    color: #fff !important;
}

/*==================================
Section Heading
==================================*/

.package-heading{
    text-align:center;
    font-size: 45px;
    font-weight: 400;
    margin-bottom:50px;
    color:#111;
}

/*==================================
Cards
==================================*/

.package-card{
    background:#f3ede7;
    padding:28px;
    min-height:420px;
    position:relative;
    transition:.3s;
}

.package-card:hover{
    transform:translateY(-5px);
}

.package-number{
    font-size:28px;
    color:#111;
    margin-bottom:35px;
}

.package-name{
    font-size: 50px;
    line-height:1;
    margin-bottom:8px;
    color:#111;
}

.package-subtitle{
    font-size:24px;
    margin-bottom:25px;
    color:#111;
}

.package-description{
    font-size: 16px;
    line-height:1.8;
    color:#222;
    margin-bottom:45px;
}

.package-bottom{
    border-top:1px solid #ddd;
    padding-top:20px;
}

.package-price{
    font-size: 20px;
    font-weight:500;
    line-height:1.2;
    color:#111;
}

.package-price small{
    display:block;
    font-size:14px;
    color:#555;
    margin-top:8px;
}

.package-btn{
    display:inline-block;
    background:#000;
    color:#fff;
    padding:14px 30px;
    text-decoration:none;
    transition:.3s;
    font-weight:600;
    margin-top:15px;
}

.package-btn:hover{
    color:#fff;
    text-decoration:none;
    background:#222;
}

.package-links{
    margin-top:20px;
}

.package-links a{
    color:#111;
    margin-right:20px;
    text-decoration:none;
    font-size:16px;
}

/*==================================
Popular Badge
==================================*/

.popular-badge{
    position:absolute;
    top:20px;
    right:20px;
    background:#b87a43;
    color:#fff;
    font-size:13px;
    padding:7px 15px;
    font-weight:600;
}

/*==================================
Owl Dots
==================================*/

.owl-theme .owl-dots{
    margin-top:45px !important;
    text-align:center;
}

.owl-theme .owl-dots .owl-dot span{
    width: 65px !important;
    height: 2px !important;
    margin:5px;
    background:#b6aaa0;
    border-radius:0;
    transition:.3s;
}

.owl-theme .owl-dots .owl-dot.active span{
    background:#111;
    width:60px;
}

/*==================================
Responsive
==================================*/

@media(max-width:991px){

    .packages-title{
        font-size:52px;
    }

    .package-heading{
        font-size:40px;
    }

    .package-name{
        font-size:48px;
    }

    .package-price{
        font-size:34px;
    }

}

@media(max-width:767px){

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

    .packages-title{
        font-size:42px;
    }

    .packages-top-text{
        margin-top:20px;
        font-size:15px;
    }

    .package-tabs .nav{
        flex-direction:column;
    }

    .package-tabs .nav-link{
        width:100%;
        text-align:center;
    }

    .package-heading{
        font-size:30px;
    }

    .package-name{
        font-size:42px;
    }

    .package-description{
        font-size:16px;
    }

    .package-price{
        font-size:28px;
    }

}
/* Owl Dots Fix */

.package-slider .owl-dots{
    display:block !important;
    text-align:center;
    margin-top:40px;
}

.package-slider .owl-dot{
    outline:none;
}

.package-slider .owl-dot span{
    width:40px !important;
    height:4px !important;
    margin:5px;
    background:#b9aea4 !important;
    display:block;
    border-radius:0 !important;
    transition:0.3s;
}

.package-slider .owl-dot.active span{
    width:60px !important;
    background:#000 !important;
}



/*=====================================
Contact Section
=====================================*/

.studio-contact{
    padding:90px 0;
    background: #decdbc;
}

/*=====================================
Left Logo Area
=====================================*/

.studio-logo{
    text-align:left;
    width: 340px;
    height: 200px;
}

.studio-logo h1{
    font-size: 90px;
    line-height:0.85;
    font-weight:900;
    color:#000;
    margin-bottom:0;
    letter-spacing:-4px;
}

.studio-logo p{
    margin-top:10px;
    font-size:16px;
    color:#222;
    letter-spacing:1px;
}

.studio-logo p strong{
    font-weight:700;
}

/*=====================================
Heading Area
=====================================*/

.contact-heading{
    font-size: 35px;
    line-height:1.15;
    font-weight:700;
    color:#13263f;
    margin-bottom:25px;
}

.contact-heading span{
    font-family:'Cormorant Garamond', serif;
    font-style:italic;
    font-weight:500;
}

.contact-description{
    font-size:18px;
    line-height:1.7;
    color:#1f2a38;
    margin-bottom:40px;
    max-width:1000px;
}

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

.contact-form .form-group{
    margin-bottom:20px;
}

.contact-form .form-control{
    height: 50px;
    border:none;
    border-radius:2px;
    background: #ffffff;
    padding:0 25px;
    font-size:17px;
    color:#333;
    box-shadow:none !important;
}

.contact-form textarea.form-control{
    height:160px;
    padding-top:22px;
    resize:none;
}

.contact-form .form-control::placeholder{
    color:#555;
}

/*=====================================
Phone Input
=====================================*/

.phone-field{
    position:relative;
}

.phone-field span{
    position:absolute;
    left:25px;
    top:50%;
    transform:translateY(-50%);
    font-size:18px;
    color:#444;
}

.phone-field .form-control{
    padding-left:120px;
}

/*=====================================
Select
=====================================*/

.custom-select{
    height:70px;
    border:none;
    border-radius:2px;
    background-color:#f2f2f2;
    padding-left:25px;
    font-size:17px;
    color:#555;
    box-shadow:none !important;
}

/*=====================================
Bottom Area
=====================================*/

.contact-bottom{
    margin-top: 10px;
}

.contact-note{
    font-size:16px;
    color:#1f2a38;
    margin-bottom:20px;
}

.contact-btn{
    background:#17171c;
    color:#fff;
    border:none;
    padding: 14px 55px;
    font-size: 16px;
    font-weight:600;
    transition:0.3s;
}

.contact-btn:hover{
    background:#000;
}

/*=====================================
Responsive
=====================================*/

@media(max-width:1199px){

    .contact-heading{
        font-size:48px;
    }

}

@media(max-width:991px){

    .studio-logo{
        margin-bottom:50px;
        text-align:center;
    }

    .contact-heading{
        font-size:40px;
    }

}

@media(max-width:767px){

    .studio-contact{
        padding:60px 0;
    }

    .studio-logo h1{
        font-size:80px;
    }

    .contact-heading{
        font-size:32px;
    }

    .contact-description{
        font-size:16px;
    }

    .contact-form .form-control,
    .custom-select{
        height:60px;
        font-size:15px;
    }

    .contact-form textarea.form-control{
        height:130px;
    }

    .contact-btn{
        width:100%;
        padding:18px 25px;
    }

    .contact-bottom .text-right{
        text-align:left !important;
        margin-top:20px;
    }

}


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

        .gallery-title{
            font-size: 58px;
            font-weight:800;
            color:#000;
            line-height:1;
        }

        .gallery-text{
            font-size: 20px;
            line-height:1.7;
            color:#222;
            text-align: right;
            max-width:900px;
        }

        .top-content{
            margin-bottom:50px;
        }

        /* CAROUSEL */

        .gallery-carousel{
            margin-bottom:25px;
        }

        .gallery-carousel .item{
            overflow:hidden;
            border-radius:24px;
        }

        .gallery-carousel .item img{
            width:100%;
            height:250px;
            object-fit:cover;
            border-radius:24px;
            transition:0.4s;
        }

        .gallery-carousel .item:hover img{
            transform:scale(1.05);
        }

        /* CENTER ACTIVE ITEM */

        .center-carousel .owl-item.center .item{
            transform:scale(1.08);
            transition:0.4s;
        }

        .center-carousel .owl-item{
            transition:0.4s;
        }

        /* Responsive */

        @media(max-width:991px){

            .gallery-title{
                font-size:48px;
                margin-bottom:20px;
            }

            .gallery-text{
                font-size:18px;
            }

            .gallery-carousel .item img{
                height:220px;
            }

        }

        @media(max-width:576px){

            .gallery-title{
                font-size:38px;
            }

            .gallery-text{
                font-size:16px;
                line-height:1.8;
            }

            .gallery-carousel .item img{
                height:200px;
            }

        }


        .brands-section{
    padding:70px 0;
    overflow:hidden;
}

.brand-carousel .item{
    height:120px;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:10px 20px;
}

.brand-carousel .item img{
    width:100%;
    max-width:180px;
    max-height:70px;
    object-fit:contain;
    filter:brightness(0);
    transition:0.4s;
}

.brand-carousel .item:hover img{
    transform:scale(1.05);
}

/* FIX FOR SINGLE ROW */

.owl-stage{
    display:flex;
    align-items:center;
}

.owl-item{
    float:none !important;
}

/* DOTS */

.owl-theme .owl-dots{
    margin-top:25px;
}

.owl-theme .owl-dots .owl-dot span{
    width:45px;
    height:3px;
    margin:5px;
    border-radius:0;
    background:#b9aba0;
}

.owl-theme .owl-dots .owl-dot.active span{
    width:70px;
    background:#2f2925;
}

/* SINGLE CUSTOM DOTS */

.custom-dots{
    text-align:center;
    margin-top:25px;
}

.custom-dots button{
    width:45px;
    height:3px;
    border:none;
    margin:0 5px;
    background:#b9aba0;
    transition:0.3s;
}

.custom-dots button.active{
    width:70px;
    background:#2d2723;
}


/* footer */


    /* =========================
           OFFICE SECTION
        ========================== */

        .office-section{
            background:#9c8163;
            color:#fff;
        }

        .office-left{
            padding:80px 70px;
            position:relative;
            overflow:hidden;
        }

        /* Dot Background */

        .office-left::before{
            content:'';
            position:absolute;
            top:0;
            left:0;
            width:100%;
            height:100%;
            background-image: radial-gradient(rgba(255,255,255,0.08) 2px, transparent 2px);
            background-size:20px 20px;
            opacity:0.4;
            z-index:1;
        }

        .office-content{
            position:relative;
            z-index:2;
        }

        .office-title{
            font-size: 70px;
            font-weight: 700;
            line-height:0.95;
            margin-bottom:40px;
        }

        .city-title{
            font-size: 40px;
            font-weight:700;
            margin-bottom:25px;
        }

        .office-address{
            font-size: 20px;
            line-height:1.5;
            font-weight:500;
            margin-bottom:35px;
            max-width:500px;
        }

        .office-info{
            margin-bottom:22px;
            display:flex;
            align-items:center;
        }

        .office-info i{
            font-size:24px;
            margin-right:18px;
            width:30px;
        }

        .office-info span,
        .office-info a{
            color:#fff;
            font-size: 20px;
            font-weight:400;
        }

        /* MAP */

        .map-section iframe{
            width:100%;
            height:100%;
            min-height:520px;
            border:0;
            filter:grayscale(100%) sepia(20%);
        }

        /* =========================
           FOOTER
        ========================== */

        .footer-section{
            background:#060606;
            color:#fff;
            padding:90px 0 70px;
        }

        .footer-title{
            font-size: 26px;
            font-weight:700;
            margin-bottom:35px;
        }

        .footer-links a{
            display:block;
            color:#fff;
            font-size: 18px;
            margin-bottom:22px;
            transition:0.3s;
        }

        .footer-links a:hover{
            opacity:0.7;
        }

        .footer-contact a,
        .footer-contact p{
            display:block;
            color:#fff;
            font-size: 20px;
            margin-bottom:20px;
        }

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

        .footer-logo h1{
            font-size: 140px;
            font-weight:800;
            line-height:0.9;
            margin:0;
            /* text-align: left; */
        }

        .footer-logo p{
            font-size: 18px;
            font-weight:500;
            letter-spacing:1px;
            margin-top:15px;
        }

        .footer-logo span{
            font-weight:800;
        }

        .copyright{
            color:#333;
            font-size:18px;
            margin-top:40px;
        }

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

        @media(max-width:1199px){

            .office-title{
                font-size:65px;
            }

            .city-title{
                font-size:45px;
            }

            .office-address,
            .office-info span,
            .office-info a{
                font-size:22px;
            }

            .footer-logo h1{
                font-size:120px;
            }

        }

        @media(max-width:991px){

            .office-left{
                padding:60px 40px;
            }

            .office-title{
                font-size:55px;
            }

            .city-title{
                font-size:38px;
            }

            .office-address{
                font-size:20px;
            }

            .office-info span,
            .office-info a{
                font-size:20px;
            }

            .map-section iframe{
                min-height:400px;
            }

            .footer-logo{
                text-align:left;
                margin-top:50px;
            }

            .footer-logo h1{
                font-size:95px;
            }

            .footer-links a,
            .footer-contact a,
            .footer-contact p{
                font-size:22px;
            }

        }

        @media(max-width:767px){

            .office-left{
                padding:50px 25px;
            }

            .office-title{
                font-size:46px;
                margin-bottom:30px;
            }

            .city-title{
                font-size:32px;
            }

            .office-address{
                font-size:18px;
                margin-bottom:25px;
            }

            .office-info{
                margin-bottom:18px;
            }

            .office-info i{
                font-size:18px;
                margin-right:12px;
            }

            .office-info span,
            .office-info a{
                font-size:17px;
            }

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

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

            .footer-links a,
            .footer-contact a,
            .footer-contact p{
                font-size:18px;
                margin-bottom:14px;
            }

            .footer-logo h1{
                font-size:75px;
            }

            .footer-logo p{
                font-size:18px;
            }

            .copyright{
                font-size:14px;
            }

        }

        /* =========================
   FOOTER BOTTOM
========================= */

.footer-bottom{
    border-top:1px solid rgba(255,255,255,0.12);
    margin-top:60px;
    padding-top:25px;

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

.footer-bottom-left{
    display:flex;
    align-items:center;
    flex-wrap:wrap;
}

.footer-bottom-left a{
    color:#bdbdbd;
    font-size:15px;
    transition:0.3s;
}

.footer-bottom-left a:hover{
    color:#fff;
}

.footer-bottom-left span{
    color:#555;
    margin:0 14px;
    font-size:14px;
}

.footer-bottom-right{
    display:flex;
    align-items:center;
}

.follow-text{
    color:#bdbdbd;
    font-size:15px;
    margin-right:15px;
}

.footer-bottom-right a{
    width:38px;
    height:38px;
    border:1px solid rgba(255,255,255,0.15);
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    margin-left:10px;
    transition:0.3s;
}

.footer-bottom-right a:hover{
    background:#fff;
    color:#000;
}

.footer-bottom-right i{
    font-size:15px;
}

/* COPYRIGHT */

.copyright{
    color:#4d4d4d;
    font-size:14px;
    margin-top:20px;
}


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

@media(max-width:767px){

    .footer-bottom{
        flex-direction:column;
        align-items:flex-start;
    }

    .footer-bottom-left{
        margin-bottom:20px;
    }

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

    .footer-bottom-left span{
        margin:0 8px;
    }

    .follow-text{
        font-size:13px;
    }

}

.hero-section .btn.btn-light{
  border-radius: 0;
  padding: 12px 50px;
  font-weight: 500;
  font-size: 18px;
} 


/* Nav Links */
.main-header .nav-link{
    position: relative;
    color:#000;
    font-weight:500;
    padding-bottom: 15px;
    font-size: 20px;
}

/* Active Link Border Bottom */
.main-header .nav-link.active::after{
    content:'';
    position:absolute;
    left:0;
    bottom:0;
    width:100%;
    height: 1px;
    background: #9c9c9c;
}
.main-header .number{
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
}

.logo{
    width: 218px;
    height: 130px;
}

.logo svg{
    width: 100%;
    height: 100%;
}
.featured-content{
    text-align: right;
}

.logo-box {
    color: #000;
}
.logo img{
    width: 315px;
    height: 80px;
}


.nav-item.dropdown {
  position: relative;
}

.custom-dropdown {
  display: none;
  position: absolute;
  top: 80%;
  left: 0;
  min-width: 180px;
  background: #fff;
  border: 0;
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.nav-item.dropdown:hover .custom-dropdown {
  display: block;
}

/* LEFT IMAGE FIX + CHANGE EFFECT */

.servicesScrollSec .servicesLeft{
    position: sticky;
    top: 100px;
    height: 100vh;

    display: flex;
    align-items: center;
}

.servicesScrollSec .imageBox{
    position: relative;
    width: 100%;
    height: 550px;
    overflow: hidden;
    border-radius: 25px;
    background: #ddd;
}

/* ALL IMAGES */
.servicesScrollSec .serviceImg{
    position: absolute;
    inset: 0;

    width: 100%;
    height: 100%;

    object-fit: cover;

    opacity: 0;
    visibility: hidden;

    transform: scale(1.1);

    transition:
        opacity .6s ease,
        transform .6s ease,
        visibility .6s ease;
}

/* ACTIVE IMAGE */
.servicesScrollSec .serviceImg.active{
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    z-index: 2;
}


.footer-section{
    background: #041327;
    color:#fff;
    padding:70px 0 20px;
}

.footer-title{
    font-size:18px;
    margin-bottom:20px;
    font-weight:600;
}

.footer-links a{
    display:block;
    color:#bbb;
    margin-bottom:10px;
    text-decoration:none;
    transition:0.3s;
}

.footer-links a:hover{
    color:#00a0d8;
    padding-left:5px;
}

.footer-contact p{
    margin:0 0 8px;
    color:#bbb;
}

.footer-brand h2{
    font-size:24px;
    margin-bottom:10px;
}

.footer-brand p{
    color:#bbb;
    line-height:1.6;
}

.footer-social a{
    display:inline-block;
    margin-right:10px;
    color:#fff;
    background:#111827;
    width:35px;
    height:35px;
    text-align:center;
    line-height:35px;
    border-radius:50%;
    transition:0.3s;
}

.footer-social a:hover{
    background:#00a0d8;
}

.footer-bottom-left a{
    color:#aaa;
    margin:0 8px;
    text-decoration:none;
}

.footer-bottom-left span{
    color:#444;
}

.copyright{
    color:#777;
    margin:0;
}



/* abou page */

/* ================= ABOUT HERO ================= */
.about-hero{
    padding:100px 0;
    background:#0f0f0f;
    color:#fff;
}

.about-hero h1{
    font-size:48px;
    font-weight:700;
}

.about-hero p{
    font-size:18px;
    opacity:0.8;
}

.about-hero-box{
    border:1px solid #00a0d8;
    padding:40px;
    text-align:center;
}

.about-hero-box h2{
    font-size:40px;
    color:#00a0d8;
}

/* ================= STORY ================= */
.about-story{
    padding:80px 0;
}

.about-story h2{
    font-size:36px;
    margin-bottom:20px;
}

/* ================= VALUES ================= */
.about-values{
    padding:80px 0;
    background:#f9f9f9;
}

.value-box{
    background:#fff;
    padding:30px;
    border-radius:10px;
    box-shadow:0 5px 20px rgba(0,0,0,0.08);
    transition:0.3s;
}

.value-box:hover{
    transform:translateY(-5px);
}

/* ================= TEAM ================= */
.about-team{
    padding:80px 0;
}

.team-card{
    text-align:center;
    background:#fff;
    padding:20px;
    border-radius:10px;
    box-shadow:0 5px 20px rgba(0,0,0,0.08);
}

.team-card img{
    width:100%;
    border-radius:10px;
    margin-bottom:15px;
}

/* ================= CTA ================= */
.about-cta{
    padding:80px 0;
    background:#00a0d8;
    color:#fff;
}

.about-cta h2{
    font-size:36px;
    font-weight:700;
}

.hero-section.inner-banner {
    position: relative;
    background: url('../images/web-development.avif') no-repeat center center/cover;
    min-height: 500px;
    display: flex;
    align-items: flex-end;
    color: #fff;
    padding-bottom: 40px;
    z-index: 1;
}

.hero-section.inner-banner h1 {
    font-size: 60px;
    font-family: serif;
    line-height: 80px;
}

.hero-section.inner-banner p {
    font-size: 24px;
    padding-bottom: 5px;
}

.hero-section.inner-banner h1 {
    font-size: 48px;
    font-family: serif;
    line-height: 50px;
}

.about-page .info-box h3 {
    font-size: 28px;
    margin-bottom: 10px;
    font-weight: 400;
    text-align: left;
}

/* web development */


/* ================= WEB DEVELOPMENT PAGE ================= */

.web-dev-banner {
    background: #0f172a;
    position: relative;
    overflow: hidden;
    padding: 120px 0;
}

.web-dev-banner .overlay {
    background: linear-gradient(135deg, rgb(0 0 0 / 0%), rgb(15 23 42 / 0%));
    padding: 80px 0;
}

.hero-badge {
    display: inline-block;
    background: rgba(255,255,255,.1);
    color: #fff;
    padding: 10px 18px;
    border-radius: 50px;
    font-size: 13px;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.web-dev-banner h1 {
    font-size: 58px;
    line-height: 1.1;
    color: #fff;
    font-weight: 700;
}

.web-dev-banner p {
    color: rgba(255,255,255,.8);
    font-size: 17px;
    line-height: 1.8;
}

.hero-btns {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.theme-btn {
    background: #fff;
    color: #000;
    padding: 14px 30px;
    border-radius: 50px;
    display: inline-block;
    font-weight: 600;
    text-decoration: none;
}

.outline-btn {
    border: 1px solid rgba(255,255,255,.3);
    color: #fff;
    padding: 14px 30px;
    border-radius: 50px;
    display: inline-block;
    text-decoration: none;
}

.hero-image img,
.about-image img {
    width: 100%;
    border-radius: 25px;
    object-fit: cover;
}

.web-about-section {
    padding: 100px 0;
}

.section-tag {
    color: #666;
    letter-spacing: 2px;
    font-size: 13px;
    margin-bottom: 15px;
}

.section-heading {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 25px;
}

.web-about-section p,
.process-description,
.service-top-content {
    color: #666;
    line-height: 1.9;
    font-size: 16px;
}

.expertise-list {
    margin-top: 30px;
}

.expertise-item {
    background: #f7f7f7;
    padding: 18px 20px;
    border-radius: 14px;
    margin-bottom: 15px;
    font-weight: 600;
}

.expertise-item span {
    margin-right: 15px;
    color: #999;
}

/* ================= PROCESS ================= */

.development-process {
    padding: 100px 0;
    background: #042e73;
}

.center-tag,
.development-process .section-heading,
.process-description {
    text-align: center;
    color: #fff;
}

.process-description {
    max-width: 700px;
    margin: auto;
    color: rgba(255,255,255,.7);
}

.process-row {
    margin-top: 60px;
}

.process-card {
    background: #0b2b60;
    padding: 40px 30px;
    border-radius: 24px;
    height: 100%;
    transition: .4s;
    position: relative;
    overflow: hidden;
}

.process-card:hover {
    transform: translateY(-10px);
}

.step-number {
    font-size: 70px;
    color: rgb(255 255 255 / 21%);
    font-weight: 700;
    line-height: 1;
    margin-bottom: 20px;
}

.process-card h3 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 15px;
}

.process-card p {
    color: rgba(255,255,255,.7);
    line-height: 1.8;
}

/* ================= SERVICES ================= */

.web-services-section {
    padding: 100px 0;
}

.service-box {
    background: #fff;
    padding: 35px;
    border-radius: 24px;
    box-shadow: 0 10px 30px rgba(0,0,0,.06);
    height: 100%;
    transition: .4s;
}

.service-box:hover {
    transform: translateY(-10px);
}

.service-icon {
    width: 60px;
    height: 60px;
    background: #111827;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 60px;
    font-weight: 700;
    margin-bottom: 20px;
}

.service-box h3 {
    font-size: 24px;
    margin-bottom: 15px;
}

.service-box p {
    color: #666;
    line-height: 1.8;
}

/* ================= CTA ================= */

.web-cta-section {
    background: #01bcf3;
    padding: 80px 0;
}

.web-cta-section h2 {
    color: #fff;
    font-size: 48px;
    margin-bottom: 15px;
}

.web-cta-section p {
    color: rgb(255 255 255);
    margin-bottom: 0;
    font-size: 20px;
}

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

@media(max-width:991px){

    .web-dev-banner h1,
    .section-heading,
    .web-cta-section h2 {
        font-size: 38px;
    }

    .hero-image {
        margin-top: 40px;
    }

    .web-about-section,
    .development-process,
    .web-services-section {
        padding: 70px 0;
    }
}

@media(max-width:767px){

    .web-dev-banner h1,
    .section-heading,
    .web-cta-section h2 {
        font-size: 30px;
    }

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

    .theme-btn,
    .outline-btn {
        width: 100%;
        text-align: center;
    }
}



.thank-you{
  padding: 100px 0;
}

	.thank-you a{
    border-radius: 50px;
    padding: 15px 65px;
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    width: 30%;
    text-align: center;
    cursor: pointer;
    transition: .5s ease-in-out;
    height: auto;
    background: #01479c;
    display: block;
    margin: 0 auto 20px !important;
	}
	.thank-you .thank-you-img{
		margin: 20px auto 20px;
		display: table;
	}
	header{
		position: relative;
	}
	.floatbutton{
		display: none;
	}


    
.blog-section{
    padding:150px 0;
    background: linear-gradient(135deg, #0f172a, #111827);
}

.glass-card{
    background: rgba(255,255,255,0.08);
    border-radius:20px;
    padding:30px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border:1px solid rgba(255,255,255,0.15);
    box-shadow:0 8px 32px rgba(0,0,0,0.3);
    transition:0.4s ease;
    height:100%;
}

.glass-card:hover{
    transform:translateY(-10px);
    box-shadow:0 12px 40px rgba(0,0,0,0.45);
}

.glass-card h3{
    color:#fff;
    font-size:24px;
    margin-bottom:15px;
    font-weight:700;
}

.glass-card p{
    color:#d1d5db;
    font-size:15px;
    line-height:1.8;
}

.read-btn{
    margin-top:20px;
    display:inline-block;
    padding:10px 24px;
    border-radius:50px;
    background: linear-gradient(45deg,#06b6d4,#3b82f6);
    color:#fff;
    font-weight:600;
    text-decoration:none;
    transition:0.3s ease;
}

.read-btn:hover{
    background: linear-gradient(45deg,#3b82f6,#06b6d4);
    color:#fff;
    text-decoration:none;
}

.section-title{
    text-align:center;
    color:#fff;
    margin-bottom:60px;
}

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

.section-title p{
    color:#cbd5e1;
    margin-top:15px;
    font-size: 20px;
}

.mobile-menu .logo {
    /* width: 26px; */
    height: 95px;
    margin: 0;
    padding: 8px 0px;
}

.mobile-menu .logo img {
    width: 270px;
    height: 80px;
}