@font-face {
    font-family: Aquavitmedium;
    src: url('aquavit-medium.otf')
}
@font-face {
    font-family: Aquavitthin;
    src: url('aquavit-thin.otf')
}

a {
    color: #000;
}

.btn {
    color: #fff;
    font-size: 12px;
    background: #0c608f;
}

.btn:hover {
    color: #fff;
}

p {
    font-size: 15px !important;
    font-weight: 500 !important;
}


/* Responsive */
@media (max-width: 768px) {
    .soap-blog-title {
        font-size: 30px;
    }
}

body {
    font-family: 'Inter', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif;
}

.navbar {
    font-family: 'Poppins', sans-serif;
}

.slider-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

/*----------------------------------------------- navbar css  ------------------------*/
.navbar .logo {
    width: 70%;
    position: relative;
    z-index: 1;
    left: 15%;
}
.navbar .logo img {
    padding-top: 23%;
}
.navbar .logo::after {
    content: "";
    position: absolute;
    top: 0;
    right: -60%;
    width: 200%;
    height: 100%;
    border-bottom: 113px solid #fff;
    border-right: 70px solid transparent;
    z-index: -1;
}
.navbar .navbar-collapse::after {
    content: "";
    position: absolute;
    top: 0;
    right: 2%;
    width: 9%;
    height: 0%;
    border-bottom: 53px solid #9bbed0;
    border-right: 45px solid transparent;
    z-index: -1;
}
.navbar .header-top {
    padding: 16px 0px 20px 0px;
}

/*----------------------------------------------- slider css  ------------------------*/
#slider {
    position: relative;
}

#slider .owl-carousel-text {
    position: absolute;
    top: 25%;
    left: 8%;
}

#slider .owl-carousel-text p {
    font-size: 30px;
}

#slider .owl-carousel-text .banner_title {
    font-size: 48px;
}

#slider .hero-bottom {
    background: #0c608f;
    color: white;
    padding: 10px 30px;
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 80%;
    z-index: 1;
    border-top-left-radius: 60px;
}

#slider .hero-bottom h2 {
    color: #f5a623;
    font-weight: 700;
}

#slider .hero-bottom p {
    margin: 0;
}

/*----------------------------------------------- about css  ------------------------*/
#about {
    background: #f8fbff;
}

/* IMAGE GRID */
.about-img-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

/* EACH IMAGE BOX */
.about-img-grid .img-box {
    overflow: hidden;
    border-radius: 15px;
    position: relative;
}

/* IMAGE STYLE */
.about-img-grid img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    transition: transform 0.5s ease;
}

/* HOVER EFFECT */
.about-img-grid .img-box:hover img {
    transform: scale(1.1);
}

/* DIFFERENT HEIGHT FOR DESIGN */
.about-img-grid .img-box:nth-child(1) {
    grid-row: span 2;
}

.about-img-grid .img-box:nth-child(1) img {
    height: 100%;
}

/* CONTENT CARD */
#about .about-content {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.08);
}

/* TITLE */
.about-title {
    font-size: 32px;
    font-family: Aquavitthin;
    font-weight: 800;
    color: #0c608f;
    position: relative;
}

.about-title::after {
    content: '';
    width: 60px;
    height: 4px;
    background: #0c608f;
    display: block;
    margin-top: 5px;
    border-radius: 5px;
}

/* SUBTITLE */
.about-subtitle {
    font-size: 24px;
    color: #444;
    margin: 15px 0;
}

/* TEXT */
.about-text {
    font-size: 15px;
    line-height: 1.9;
    color: #666;
    text-align: justify;
}

/* SHORT DESC */
.about-short {
    border-left: 3px solid #0c608f;
    padding-left: 10px;
    color: #555;
}

/* BUTTON */
.btn-about {
    background: linear-gradient(45deg, #0c608f, #007bff);
    color: #fff;
    padding: 10px 25px;
    border-radius: 30px;
    font-weight: 600;
    transition: 0.3s;
}

.btn-about:hover {
    background: #000;
    color: #fff;
}

/*----------------------------------------------- counter css  ------------------------*/
#counter {
    position: relative;
}

#counter .counter-box {
    position: absolute;
    top: 20%;
    width: 100%;
}

#counter .box {
    background: rgb(155, 190, 208, 0.6);
    padding: 30px 0px;
    display: flex;
    border-radius: 50px;
}

#counter i {
    font-size: 26px;
    color: #0c608f;
    font-weight: 700;
    margin-right: 18px;
    padding: 10px 15px;
    width: 60px;
    height: 50px;
    background-color: #fff;
    border-radius: 50px;
}

#counter p {
    color: #fff;
    margin: 0;
}

/*----------------------------------------------- service css  ------------------------*/
#service {
    position: relative;
}

#service .service-box {
    position: absolute;
    top: 20%;
    width: 100%;
}

#service .box {
    background: rgb(155, 190, 208, 0.6);
    padding: 30px 0px;
    display: flex;
    border-radius: 15px;
}

#servicepage #service .boxs {
    background: rgb(155, 190, 208, 0.6);
    padding: 30px 0px;
    border-radius: 15px;
}

#service .box img {
    width: 40px;
    height: 40px;
    margin-right: 10px;
}

/*----------------------------------------------- category css  ------------------------*/

#category .category-box {
    padding: 0px;
    position: relative;
    overflow: hidden;
    /* background: #e3e3e3;
    border: 2px solid #0c608f;*/
    border-radius: 20px;
}

#category .category-box img {
    border: 0px solid #fff;
    border-radius: 20px;
}
.category-box h5 {
    padding-top: 6px;
    padding-bottom: 10px;
    color: #fff;
}
.category-box h5{
    content: "";
    position: absolute;
    overflow: hidden;
    /*z-index: -1;*/
    bottom: -8px;
    left: 0;
    right: 0;
    border-radius: 0px 0px 18px 18px;
    /* background-color: rgba(0, 0, 0, 0.1); */
    /* background-image: linear-gradient(360deg, #0a0a0ac9, transparent); */
    background-image: linear-gradient(360deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.8) 25%, rgba(0, 0, 0, 0.5) 65%, rgba(0, 0, 0, 0.1) 100%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
}
.category-box h5:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0px;
    left: 0;
    right: 0;
    /* background-color: rgba(0, 0, 0, 0.1); */
    /* background-image: linear-gradient(360deg, #0a0a0ac9, transparent); */
    background-image: linear-gradient(360deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.8) 25%, rgba(0, 0, 0, 0.5) 65%, rgba(0, 0, 0, 0.1) 100%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
}

.category-box img {
    outline: 2px solid #fff;
    outline-offset: -10px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
     transition: all 1s ease-in-out; 
     -webkit-transition: all 1s ease-in-out; 
}
.category-box:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}


/*----------------------------------------------- product css  ------------------------*/
#product h5 {
    color: #ffff;
    background: #0c608f;
    padding: 10px 0px 10px 0px;
    border-radius: 0px 0px 10px 10px;
}

#product .product-img {
    border: 1px solid #ddd8d8;
}

#product .card {
    background: #f1f1f1;
}

#product .owl-nav {
    position: absolute;
    width: 98%;
    height: 15px;
    bottom: 50%;
    left: 6%;
    transform: translateX(-5%);
    display: flex;
    justify-content: space-between;
}

#product .owl-nav .owl-prev,
.owl-nav .owl-next {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    border-radius: 50%;
    background: rgb(155 190 208);
    border: 1px solid #FFFFFF;
    font-size: 15px;
    transition: .5s;
}

/*----------------------------------------------- choose us css  ------------------------*/
#choose {
    background: #0c608f;
}

#choose .choose-box {
    background: #fff;
    border-radius: 10px;
    transition: 0.3s;
    height: 100%;
}

#choose .choose-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

#choose .icon-box {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin: 0 auto 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#choose .icon-box i {
    color: #fff;
    font-size: 28px;
}

#choose .choose-box h5 {
    font-weight: 600;
    margin-bottom: 10px;
}

/*----------------------------------------------- testimonial css  ------------------------*/
.testimonial-section {
    background: #f8f9fa;
}

.section-title span {
    color: #9bbed0;
}

/* CARD */
.testimonial-card {
    background: #fff;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    position: relative;
    transition: 0.3s;
    height: 100%;
}

.testimonial-card:hover {
    transform: translateY(-5px);
}

/* QUOTE */
.quote-icon {
    font-size: 24px;
    color: #0c608f;
    position: absolute;
    top: 15px;
    right: 15px;
}

/* TEXT */
.testimonial-text {
    font-size: 14px;
    color: #555;
    margin-bottom: 20px;
}

/* IMAGE */
.client-img {
    width: 55px !important;
    height: 55px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #0c608f;
}

/* RATING */
.rating i {
    color: #0c608f;
    font-size: 13px;
}

/*----------------------------------------------- faq-section css  ------------------------*/
/* SECTION */
.faq-section {
    background: #0c608f;
    color: white;
    position: relative;
    overflow: hidden;
}

/* Background shape */
.faq-one_bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50%;
    background-size: cover;
    background-position: right;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 21% 100%);
    z-index: 1;
}

/* Tag */
.faq-tag {
    background: #9bbed0;
    padding: 5px 10px;
    font-size: 14px;
}

/* Title */
.faq-title {
    font-size: 38px;
    font-weight: 700;
    margin: 20px 0;
}

/* Accordion */
.accordion-item {
    background: #111;
    border: none;
    margin-bottom: 10px;
}

.accordion-button {
    background: #1a1a1a;
    color: white;
    font-weight: 600;
}

.accordion-button::after {
    filter: invert(1);
}

.accordion-body {
    background: #0c0c0c;
    color: #fff;
}

.number {
    margin-right: 10px;
    font-weight: 700;
}

/* CONTACT BOX */
.contact-box {
    background: white;
    color: black;
    padding: 40px;
    border-radius: 10px;
    position: relative;
    z-index: 2;
    max-width: 350px;
}

.talk {
    color: #0c608f;
    font-weight: 600;
}

.phone-box {
    display: flex;
    align-items: center;
    margin: 25px 0;
}

.phone-box .icon {
    background: #0c608f;
    color: white;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 15px;
}

.contact-btn {
    background: #111;
    color: white;
    padding: 12px 30px;
    border-radius: 5px;
}

/* ACTIVE ACCORDION */
.accordion-button:not(.collapsed) {
    background-color: #9bbed0;
    color: #fff;
}


/*----------------------------------------------- footer css  ------------------------*/
#footer {
    position: relative;
}

#footer .footer-overlay {
    padding-top: 30px;
    background-color: transparent;
    background-image: linear-gradient(160deg, #0c608f 0%, #000 100%);
    opacity: 1;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

#footer #menu-policy {
    list-style: none;
    padding-left: 0px;
}

.footer-copyright {
    background: #0c608f;
}

#footer .social-menu li {
    font-size: 25px;
}

#footer .widgettitle {
    color: #fff;
}

.social-menu .fa-whatsapp {
    color: #25D366;
}

.social-menu .fa-instagram {
    color: #E4405F;
}

.social-menu .fa-facebook {
    color: #1877F2;
}

.social-menu .fa-youtube {
    color: #FF0000;
}

/* ===== Title Shine Effect ===== */
#footer .widgettitle {
    width: 100%;
    position: relative;
    display: inline-block;
    overflow: hidden;
}

#footer .widgettitle::after {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 50%;
    height: 100%;
    background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.8), transparent);
    animation: footerShine 4s infinite;
}

/* ===== Social Icons Animation ===== */
#footer .social-menu li {
    font-size: 25px;
    transition: all 0.3s ease;
}

#footer .social-menu li:hover {
    transform: translateX(8px);
}

/* Individual Icon Hover Glow */
.social-menu i {
    transition: all 0.3s ease;
}

.social-menu i:hover {
    transform: scale(1.3);
    text-shadow: 0 0 15px rgba(255, 255, 255, 0.6);
}

/* ===== Link Hover Slide Effect ===== */
#footer .menu li a {
    position: relative;
    transition: all 0.3s ease;
}

#footer .menu li a:hover {
    padding-left: 10px;
    color: #ffd700 !important;
}

/* ===== Contact Icons Animation ===== */
#footer .textwidget i {
    transition: all 0.3s ease;
}

#footer .textwidget p:hover i {
    transform: rotate(10deg) scale(1.2);
}

/* ===== Keyframes ===== */
@keyframes footerFadeUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes footerShine {
    0% {
        left: -100%;
    }

    50% {
        left: 120%;
    }

    100% {
        left: 120%;
    }
}

/*----------------------------------------------- inner gallery css  ------------------------*/
#galleryspage #gallery::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 0px;
    background: url(../img/pattern.webp) repeat;
}

#galleryspage #gallery {
    background: #fff;
}

#galleryspage #gallery .image-gallery__col {
    position: relative;
}

#galleryspage #gallery .image-gallery__col .gallery_title {
    position: absolute;
    bottom: 5px;
    left: 5px;
    background: #fff0e3;
    padding: 2px 98px;
}

#galleryspage #gallery .image-gallery__col .gallery_title h2 {
    font-size: 20px;
}

/*----------------------------------------------- inner product css  ------------------------*/
#productpage #product {
    background: #fff;
}

#productpage #product::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 0px;
    background: url(../img/pattern.webp) repeat;
}

#productpage #product .card {
    box-shadow: 0px 0px 5px 0px;
}

/* Responsive */
@media (max-width: 768px) {
    #explore h2 {
        font-size: 15px;
    }

    #slider .owl-carousel .owl-item img {
        border-radius: 0px 0px 0px 0px;
    }

    #gallery .video-size {
        width: 405px;
        height: 250px;
        border-radius: 20px;
    }
}

#footer .widgettitle,
.contact-box h4,
#blog h2,
.faq-section h2,
#testimonial h2,
#choose h2,
#product h2,
#category h2{
     font-family: Aquavitmedium;
     text-transform: uppercase;
}
.fics {
    position: fixed;
    bottom: 49px;
    right: 11px;
    z-index: 9;
}
.fics a#watesup {
    background-color: #0ee25a;
    padding: 10px 10px;
    color: #fff;
    font-size: 35px;
    font-weight: bold;
    border-radius: 35px;
    margin-right: 3%;
}




