/*!
Theme Name: Diwan Hospital
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: diwan-hospital
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Diwan Hospital is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */


	 @charset "utf-8";

/*
        Resets
*/

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

fieldset,
img {
    border: 0
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: normal
}

ol,
ul {
    list-style: none
}

caption,
th {
    text-align: left
}

q:before,
q:after {
    content: ''
}

abbr,
acronym {
    border: 0
}

:focus {
    outline: 0
}

ins {
    text-decoration: none
}

del {
    text-decoration: line-through
}

.clear {
    clear: both;
}

/*
        body Structure
*/
html,
body {
    height: 100%;
}

body {
    background: #fff;
    font-family: "Nunito Sans", sans-serif;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: #454545;
    overflow-x: hidden !important;
}


div,
p,
a,
li,
td {
    -webkit-text-size-adjust: none;
}

html,
html a {
    -webkit-font-smoothing: antialiased !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Nunito Sans", sans-serif;
    margin: 0 0 15px 0;
    line-height: normal !important;
}

h1 {
    font-family: "Nunito Sans", sans-serif;
    font-size: 40px;
    font-weight: 800;
}

h2 {
    font-family: "Nunito Sans", sans-serif;
    font-size: 36px;
    font-weight: 800;

}

h3 {
    font-size: 26px;
    font-weight: 400;
}

h4 {
    font-family: "Nunito Sans", sans-serif;
    font-size: 22px;
    font-weight: 300;
}

h5 {
    font-size: 18px;
    font-weight: 300;
}

h6 {
    font-size: 14px;
    font-weight: 300;
}

p {
    font-family: "Nunito Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;

}

p span,
p strong {
    font-weight: 800;
}

img {
    border: none;
    max-width: 100%;
}

a {
    text-decoration: none;
    color: #ffffff;
}

a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none;
    color: #2fa6e1;
}



/*misc*/
.headd {
    color: #000;
    font-size: 40px;
    font-weight: 900;
    margin-bottom: 0;
}

.headd span {
    color: #000;
    font-size: 40px;
    font-weight: 300
}

.heading-center {
    display: block;
    text-align: center;
    position: relative;
    text-transform: capitalize;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.heading-center h2 {
    margin-bottom: 0;
}

.heading {
    display: inline-block;
    position: relative;
    padding-bottom: 10px;
}

.heading small {
    font-size: 18px;
    color: #014397;
}

.heading small a {
    color: inherit;
}

.heading:after,
.heading-center:after {
    content: "";
    display: block;
    width: 100px;
    height: 3px;
    background: #014397;
    position: absolute;
    bottom: 0;
}

.heading-center:after {
    margin: 0 auto;
    left: 0%;
    right: 0%;
}

.heading:after {
    left: 0%;
}

.heading span,
.heading-center span {
    color: #014397;
}

.btn-transparent {
    display: inline-block;
    padding: 8px 15px;
    border: solid 2px #b3b6b8;
    color: #000;
    font-size: 18px;
    font-weight: bold;
    transition: all 300ms ease-in-out;
}

.btn-transparent:hover,
.btn-transparent:focus,
.btn-transparent:active,
.btn-default:hover,
.btn-default:focus,
.btn-default:active {
    background: #763500 !important;
    border-color: transparent !important;
    color: #fff;
}

.btn {
    transition: all 300ms ease-in-out;
    border-radius: 0 !important;
}

.btn:hover,
.btn:focus,
.btn:active {
    box-shadow: 0 6px 50px rgba(0, 0, 0, 0.2);
}

.btn-primary {
    background: #fff !important;
    color: #333;
    border: none;
    border-color: transparent;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    color: #fff;
    background: #763500 !important;
}

.btn-secondry {
    background: #763500 !important;
    color: #fff;
    border: none;
    border-color: transparent;
}

.btn-secondry:hover,
.btn-secondry:focus,
.btn-secondry:active {
    color: #000;
    background: #b3b6b8 !important
}

.btn-rounded {
    border-radius: 50px !important;
}

.space5 {
    display: block;
    clear: both;
    padding: 5px 0;
}

.space10 {
    display: block;
    clear: both;
    padding: 10px 0;
}

.space50 {
    display: block;
    padding: 50px 0;
    clear: both;
}

.space30 {
    display: block;
    padding: 30px 0;
    clear: both;
}

.space15 {
    display: block;
    padding: 15px;
    clear: both;
}

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

.white {
    color: white;
}

.container {
    position: relative;
    z-index: 10;
}

.containerWrapper {
    position: relative;
    width: auto;
    padding: 0 45px;
    z-index: 10;
}

@media (max-width: 768px) {
    .containerWrapper {
        padding: 0 15px;
    }
}

/**********My css**********/


/*navigationBarWrapper*/

.navigationBarWrapper {
    display: block;
    width: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 200;
    height: auto;
    background: #fff;
}

.tophead {
    display: block;
    width: 100%;
    height: auto;
    /* padding: 8px 0; */
    background: #0f1f2e;
    /* background: linear-gradient(122deg, rgba(255, 237, 150, 1) 0%, rgba(63, 56, 105, 1) 100%); */
    /* border-bottom: solid 1px #eee; */
}

.tophead-menu-left {
    padding: 12px 0;
    font-size: 14px;
}



.socialLinks .fa-brands {
    background: #c3b077;
    border-radius: 50px;
    transition: 0.8s;
}

.socialLinks .fa-brands:hover {
    background: #FFF;
    color: #000;
}


.tophead .tophead-menu-left,
.tophead .tophead-menu-right,
.tophead-menu-social {
    display: block;
}

.tophead .tophead-menu-left ul,
.tophead .tophead-menu-right ul,
.tophead-menu-social ul {
    display: block;
    margin: 0;
    padding: 0;
}

.tophead .tophead-menu-left ul li,
.tophead .tophead-menu-right ul li {
    display: inline-block;
    list-style-type: none;
    margin-right: 15px;
    font-size: 14px;
    color: #fff;
}

.tophead .tophead-menu-left ul li:last-child,
.tophead .tophead-menu-right ul li:last-child,
.tophead-menu-social ul li:last-child {
    margin-right: 0;
}

.tophead .tophead-menu-left ul li i,
.tophead .tophead-menu-right ul li i {
    padding-right: 3px;
    color: #fff;
}

.tophead .tophead-menu-left ul li a,
.tophead .tophead-menu-right ul li a {
    font-size: inherit;
    color: #fff;
}

.tophead .tophead-menu-left ul li a:hover,
.tophead .tophead-menu-right ul li a:hover {
    text-decoration: underline;
    color: #000;
}

/*tophead-menu-social*/

.tophead-menu-social {
    margin-right: 20px;
}




.tophead-menu-social ul li>a:hover {
    transition: 0.3s ease-in-out;
    color: #000000;
}

.tophead-menu-social ul li i {
    padding: 0 8px 0 5px;
}


.tophead-menu-social ul li {
    /* margin: 5px 0px; */
    border-radius: 100px;
    display: inline-block;
    list-style-type: none;
    padding: 12px 9px;
    float: left;
    color: #ffffff;
    transition: 0.8s;
}

.tophead-menu-social ul li a {
    display: inline-block;
    border-radius: 5px !important;
    color: white;
}


.tophead-menu-social ul li a i {
    display: block;
    width: 25px;
    height: 25px;
    line-height: 23px;
    font-size: 16px;
    text-align: center;
    color: #fff;
}



/*navigationBar*/

.navigationBar {
    display: block;
    width: 100%;
    height: 80px;
    position: relative;
    padding: 0;
    /* box-shadow: 0 5px 50px rgba(0, 0, 0, 0.15); */
}

/*navigationBarContent*/

.navigationBarContent {
    position: relative;
    height: auto;
}

.navbar {
    min-height: 40px;
}

.navbar-brand {
    display: inline-block;
    height: auto;
    padding: 0;
    position: absolute;
    top: -12px;
}


.navbar-brand img {
    height: 100px;
    position: relative;
    border-radius: 5px;
    padding: 10px;

}





.navbar-nav {
    margin-top: 0;
}

/* TOPBAR */
#topbar {
    background: var(--navy);
    padding: 9px 0;
    font-size: 12.5px;
    color: rgba(255, 255, 255, .65)
}

#topbar a {
    color: rgba(255, 255, 255, .65);
    margin-right: 20px
}

#topbar a:hover {
    color: var(--gold);
    text-decoration: none
}

.badge-award {
    background: var(--green);
    color: #0f1f2e;
    font-weight: 700;
    font-size: 10.5px;
    letter-spacing: .04em;
    border-radius: 2px;
    padding: 3px 10px
}

/* NAVBAR */
.navbar-custom {
    background: var(--white);
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, .08);
    min-height: 72px;
    box-shadow: 0 2px 20px rgba(0, 0, 0, .06);
    position: sticky;
    top: 0;
    z-index: 1000;
    margin-bottom: 0
}

.navbar-custom .navbar-brand {
    height: auto;
    padding: 14px 15px
}

.brand-name {
    font-family: var(--font-head);
    font-size: 19px;
    color: var(--navy);
    line-height: 1.1;
    font-weight: 700
}

.brand-sub {
    font-size: 10.5px;
    color: var(--blue);
    letter-spacing: .12em;
    text-transform: uppercase;
    font-weight: 600
}

.navbar-custom .navbar-nav>li>a {
    color: var(--text) !important;
    font-size: 14px;
    font-weight: 700;
    font-family: var(--font-head);
    letter-spacing: 0;
    padding: 26px 16px;
    transition: color .2s
}

.navbar-custom .navbar-nav>li>a:hover,
.navbar-custom .navbar-nav>li.active>a {
    color: var(--blue) !important;
    background: transparent !important
}

.navbar-custom .navbar-nav>li:last-child>a {
    background: var(--blue) !important;
    color: #fff !important;
    border-radius: 2px;
    margin: 17px 0 0 10px;
    padding: 9px 22px !important
}

.navbar-custom .navbar-toggle {
    margin-top: 18px;
    border-color: var(--navy)
}

.navbar-custom .navbar-toggle .icon-bar {
    background: var(--navy)
}

.navbar-collapse>ul>li {
    margin: 0;
    color: #000;
    height: 80px;
    line-height: 80px;
    padding: 0;
    position: relative;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    color: #f1008d !important;
    background-color: transparent;
    transition: 0.3s ease;
}

.navbar-collapse {
    float: right;
    padding-right: 0;
}

.navbar-default {
    background: transparent;
    border: none;
    margin: 0;
}

/* ===============================
   NAVBAR COLLAPSE (FINAL CLEAN)
================================= */

/* MENU ITEMS */
.navbar-collapse > ul > li {
    position: relative;
    height: 80px;
    line-height: 80px;
}

/* LINKS */
.navbar-collapse > ul > li > a {
    display: inline-block;
    font-family: "Nunito Sans", sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #333 !important;
    padding: 0 18px;
    border-radius: 6px;
    position: relative;
    transition: all 0.3s ease;
}

/* HOVER 🔥 */
.navbar-collapse > ul > li > a:hover {
    background: #f3008e;
    color: #fff !important;
    transform: translateY(-2px);
}

/* UNDERLINE ANIMATION */
.navbar-collapse > ul > li > a::after {
    content: "";
    position: absolute;
    top: 20px;
    left: 50%;
    width: 0%;
    height: 2px;
    background: #f3008e;
    transform: translateX(-50%);
    transition: 0.3s ease;
}

.navbar-collapse > ul > li > a:hover::after {
    width: 60%;
}

/* ACTIVE */
.navbar-collapse > ul > li.active > a {
    background: #f3008e;
    color: #fff !important;
}

/* ===============================
   DROPDOWN (SMOOTH)
================================= */

.navbar-collapse > ul > li > ul {
    position: absolute;
    top: 100%;
    left: 0;
    width: 240px;
    background: #f3008e;
    border-radius: 8px;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
    z-index: 999;
}

/* SHOW DROPDOWN */
.navbar-collapse > ul > li:hover > ul {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* DROPDOWN ITEMS */
.navbar-collapse > ul > li > ul > li {
    border-bottom: 1px solid rgba(255,255,255,0.2);
}

.navbar-collapse > ul > li > ul > li:last-child {
    border-bottom: none;
}

.navbar-collapse > ul > li > ul > li > a {
    display: block;
    padding: 10px 15px;
    color: #fff;
    font-size: 14px;
    transition: 0.3s;
}

/* DROPDOWN HOVER */
.navbar-collapse > ul > li > ul > li:hover > a {
    background: #fff;
    color: #f3008e;
}

/* ===============================
   MOBILE NAVBAR FIX
================================= */

@media (max-width: 768px) {

    /* NAVBAR CONTAINER */
    .navbar-collapse {
        background: #fff;
        padding: 15px;
        border-radius: 10px;
        margin-top: 10px;
    }

    /* REMOVE HEIGHT ISSUE */
    .navbar-collapse > ul > li {
        height: auto;
        line-height: normal;
        border-bottom: 1px solid #eee;
    }

    /* LAST ITEM BORDER REMOVE */
    .navbar-collapse > ul > li:last-child {
        border-bottom: none;
    }

    /* LINKS FULL WIDTH */
    .navbar-collapse > ul > li > a {
        display: block;
        width: 100%;
        padding: 14px 10px;
        font-size: 16px;
        color: #333 !important;
        border-radius: 6px;
        transition: 0.3s;
    }

    /* HOVER */
    .navbar-collapse > ul > li > a:hover {
        background: #f3008e;
        color: #fff !important;
    }

    /* REMOVE DESKTOP UNDERLINE */
    .navbar-collapse > ul > li > a::after {
        display: none;
    }

    /* ACTIVE FIX */
    .navbar-collapse > ul > li.active > a {
        background: #f3008e;
        color: #fff !important;
    }

    /* DROPDOWN FIX */
    .navbar-collapse > ul > li > ul {
        position: static;
        opacity: 1;
        visibility: visible;
        transform: none;
        background: #f3008e;
        margin-top: 5px;
        border-radius: 6px;
    }

    .navbar-collapse > ul > li > ul > li > a {
        color: #fff;
        padding: 10px;
    }

    /* TOGGLE BUTTON ALIGN */
    .navbar-toggle {
        margin-top: 20px;
    }

    /* LOGO FIX */
    .navbar-brand img {
        height: 70px;
    }
}


/*navigationBarScroll*/

.navigationBarScroll {
    height: 60px;
}

.navigationBarScroll .navbar-brand {
    margin-top: 13px;
}

.navigationBarScroll .navbar-brand img {
    height: 35px;
}

.navigationBarScroll .navbar-collapse>ul>li {
    height: 60px;
    line-height: 60px;
}

/* -------------------banner section------------- */
.banner-section {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-top: 125px;
}

.swiper {
    width: 100%;
    height: 600px;
}

.swiper-slide {
    position: relative;
    width: 100%;
    height: 100%;
}

.banner-img {
    position: relative;
    width: 100%;
    height: 100%;
}

.banner-img::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* Deep navy overlay matching site hero */
    background: linear-gradient(135deg, #0f1f2e 0%, #0d2d44 55%, #0a3350 100%);
    opacity: 0.6;
    z-index: 1;
}

.banner-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-txt {
    position: absolute;
    top: 50%;


    transform: translateY(-50%);
    width: 100%;
    line-height: 2;
    text-align: center;
    color: white;
    z-index: 2;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.swiper-slide-active .banner-txt {
    opacity: 1;
}

/* H1 — Nunito, bold, tight tracking like site headings */
.banner-txt h1 {

    font-size: 46px;
    font-weight: 700;
    letter-spacing: -0.02em;
    text-transform: none;
    color: #fff;
    margin-bottom: 8px;
    line-height: 1.2 !important;
}

/* Highlighted span — logo green (#7DC242) */
.banner-txt h1 span {
    color: #f3008e;
    text-shadow: 0 6px 50px rgba(255, 255, 255, 0.2);
}

/* Paragraph — Inter, soft yellow-white for contrast */
.banner-txt p {

    font-size: 20px;
    font-weight: 400;
   margin-bottom: 0px !important;
    color: rgba(255, 255, 255, 0.78);
    opacity: 0;
    transform: translateY(20px);
}

.swiper-slide-active .banner-txt p {
    animation: fadeInUp 0.8s ease 0.8s forwards;
}


.banner-txt a:hover {
    background: #7DC242;
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 10px 28px rgba(125, 194, 66, 0.4);
}

.banner-txt a i {
    margin-left: 8px;
    transition: transform 0.3s ease;
}

.banner-txt a:hover i {
    transform: translateX(5px);
}

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.buuerfly{
	width:100px;
	margin:0 auto;
	display:block;
	
}

/* ── Pagination ── */
.swiper-pagination {
    bottom: 20px !important;
    right: 20px !important;
    left: auto !important;
    width: auto !important;
}

.swiper-pagination-bullet {
    width: 40px;
    height: 7px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.4);
    opacity: 1;
    margin: 0 3px !important;
    transition: all 0.3s ease;
}

.swiper-pagination-bullet-active {
    background: #7DC242;
    width: 50px;
}

/* ── Navigation Arrows ── */
.swiper-button-next,
.swiper-button-prev {
    color: #fff !important;
    width: 50px !important;
    height: 50px !important;
    background: #716e75!important;
    border-radius: 50%;
    transition: all 0.3s ease;
    top: 50% !important;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: 'prev';
    font-size: 18px !important;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: 'next';
    font-size: 18px !important;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    background: #f770d4 !important;
    transform: scale(1.1);
}

/* ── Responsive ── */
@media (max-width: 1024px) {
    .swiper {
        height: 500px;
    }

    .banner-txt {
        width: 75%;
        left: 50px;
    }

    .banner-txt h1 {
        font-size: 38px;
    }

    .banner-txt p {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .swiper {
        height: 450px;
    }

    .banner-txt {
        width: 85%;
        left: 30px;
    }

    .banner-txt h1 {
        font-size: 30px;
        letter-spacing: -0.01em;
    }

    .banner-txt p {
        font-size: 15px;
        line-height: 1.65;
    }

    .banner-txt a {
        font-size: 13px;
        padding: 12px 26px;
    }

    .swiper-button-next,
    .swiper-button-prev {
        width: 40px !important;
        height: 40px !important;
    }
}

@media (max-width: 480px) {
    .swiper {
        height: 280px;
    }

    .banner-txt {
        width: 90%;
        left: 20px;
    }

    .banner-txt h1 {
        font-size: 22px;
        letter-spacing: 0;
    }

    .banner-txt p {
        font-size: 13px;
        line-height: 1.6;
    }

    .banner-txt a {
        font-size: 12px;
        padding: 10px 22px;
    }

    .swiper-pagination-bullet {
        width: 30px;
        height: 5px;
    }

    .swiper-pagination-bullet-active {
        width: 40px;
    }
}

.carouselWithArrows.owl-theme .owl-controls .owl-buttons {
    left: initial;
    right: 10px;
    top: -65px;
}

.carouselWithArrows.owl-theme .owl-controls .owl-buttons {
    position: absolute;
    top: 50%;
    right: 15px;
    z-index: 2;
    background: rgb(250, 96, 1);
    background: linear-gradient(180deg, rgba(250, 96, 1, 1) 30%, rgba(250, 175, 1, 1) 95%);
    padding: 6px 10px;
    border-radius: 50px;
    transform: rotate(-90deg);
    height: 65px;
    width: 175px;
    left: auto;
}


.carouselWithArrows.owl-theme .owl-controls {
    margin: 0;
}

.carouselWithArrows.owl-theme .owl-controls .owl-buttons div {

    line-height: 45px;
    text-align: center;
    padding: 0;
    margin: 5px;
    border-radius: 0;
    background: transparent !important;
    opacity: 1;
    font-size: 15px;
    font-weight: 600;
    /* border: 1px solid #d3d8dd; */
    color: #fff;
}

.carouselWithArrows.owl-theme .owl-controls .owl-buttons div:hover {
    color: #b3b6b8;
}



/* ----------------------------
 */


.product-section {
    padding: 50px 0;
    position: relative;
    overflow: hidden;
    background: url(assets/images/tour-background.jpg);
}

.section-header {
    text-align: left;
    margin-bottom: 60px;
}

.section-header h2 {
    font-size: 36px;
    font-weight: 700;
    color: #2c3e50;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.section-header p {
    font-size: 18px;
    color: #777;
    margin: 0 auto;
}

.product-category {
    margin: 0 15px 30px;
    transition: all 0.3s ease;
}

.product-card {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    height: 100%;
}

.product-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.product-img {
    height: 200px;
    overflow: hidden;
    position: relative;
}

.product-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s;
}

.product-card:hover .product-img img {
    transform: scale(1.1);
}

.product-content {
    padding: 20px;
}

.product-content h3 {
    font-size: 20px;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 10px;
}

.product-content p {
    color: #777;
    margin-bottom: 15px;
}


#popularProductsSlider .owl-buttons {
    width: 100%;
    position: absolute;
    bottom: 60%;
}

#popularProductsSlider .owl-buttons .owl-prev {
    position: absolute;
    left: 0%;
    background: #e60014;
    color: #FFF;
    opacity: 1;
    padding: 0;
    font-size: 19px;
    width: 35px;
    height: 35px;
    line-height: 40px;
}

#popularProductsSlider .owl-buttons .owl-next {
    position: absolute;
    right: 0%;
    background: #e60014;
    color: #FFF;
    opacity: 1;
    padding: 0;
    font-size: 19px;
    width: 35px;
    height: 35px;
    line-height: 40px;
}

.btn-view {
    display: inline-block;
    padding: 8px 20px;
    background: linear-gradient(135deg, #ff0016 0%, #e92938 100%);
    color: #fff;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.btn-view:hover {
    background: #444;
    color: #fff;
    text-decoration: none;
}

/* Category Badge */
.category-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #e60014;
    color: #fff;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
}

/* Responsive Adjustments */
@media (max-width: 767px) {
    .section-header h2 {
        font-size: 28px;
    }

    .section-header p {
        font-size: 16px;
    }

    .product-img {
        height: 180px;
    }

    .banner-txt p {
        margin-bottom: 0px !important;
    }
}

/* ---------------about-section------------ */

/* ABOUT */
#about {
    background: #fff;
    padding: 50px 0px;
}

.about-img-box img {
    border-radius: 10px;
    box-shadow: 0 2px 16px rgb(0 0 0 / 41%);
    width: 90%;
}


.about-accent-box {
    position: absolute;
    bottom: -20px;
    right: 0px;
    background: #0f1f2e;
    color: #fff;
    padding: 15px 32px;
    border-radius: 6px;
    min-width: 180px;
    text-align: center;
    box-shadow: 0 10px 40px rgba(0, 0, 0, .2);
}



.about-accent-box .big-num {
    font-family: var(--font-head);
    font-size: 30px;
    color: var(--green);
    line-height: 1
}

.about-accent-box .lbl {
    font-size: 11px;
    color: rgba(255, 255, 255, .6);
    letter-spacing: .08em;
    text-transform: uppercase;
    margin-top: 4px
}

.about-features {
    list-style: none;
    padding: 0;
    margin: 24px 0
}

.about-features li {
    padding: 8px 0;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 12px;
    border-bottom: 1px solid #eee
}

.about-features li:last-child {
    border-bottom: none
}

.about-features li i {
    color: #f3008b;
    font-size: 18px
}

.btn-gold {
    background: #f0008d;
    color: #fff;
    font-weight: 600;
    border: none;
    border-radius: 2px;
    padding: 12px 32px;
    letter-spacing: .06em;
    text-transform: uppercase;
    font-size: 13px;
    transition: all .3s ease;
}

.btn-gold:hover {
    box-shadow: 0 6px 50px rgba(0, 0, 0, 0.2);
    color: #ffffff;
    background: #716e75 !important;
}



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

#footer {
    /* background: #0f1f2e; */
   background-image: linear-gradient(60deg, #0d1015 0%, #01080f 100%);
    padding: 40px 0 0;
    color: #fff;
}

/* ROW */
.footer-row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

/* BOX */
.footer-box {
    margin-bottom: 30px;
}

/* LOGO */
.footer-logo {
    max-width: 120px;
    height: auto;
    margin-bottom: 15px;
    border-radius: 8px;
}

/* TEXT */
#footer p {
    font-size: 15px;
    line-height: 1.7;
    color: rgba(255,255,255,0.8);
}

/* HEADING */
#footer h4 {
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 15px;
    color: #f2018d;
}

/* LINKS */
#footer ul {
    list-style: none;
    padding: 0;
}

#footer ul li {
    margin-bottom: 10px;
}

#footer ul li a {
    color: rgba(255,255,255,0.8);
    text-decoration: none;
    transition: 0.3s;
}

#footer ul li a:hover {
    color: #f3008e;
}

/* CONTACT ICON */
#footer i {
    color: #f2018d;
    /* margin-right: 8px; */
}

/* SOCIAL */
.footer-social {
    margin-top: 15px;
}

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

.footer-social a:hover {
    background: #a09ea0;
    transform: translateY(-3px);
}

/* BOTTOM */
.footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.2);
    padding: 15px 0;
    margin-top: 10px;
}

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

/* RESPONSIVE */
@media (max-width: 768px) {

    .footer-row {
        display: block;
    }

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

    .footer-bottom .row > div {
        text-align: center !important;
        margin-bottom: 10px;
    }
}
/* REVEAL ANIMATIONS */
.reveal {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity .65s ease, transform .65s ease
}

.reveal.visible {
    opacity: 1;
    transform: translateY(0)
}

.reveal-delay-1 {
    transition-delay: .1s
}

.reveal-delay-2 {
    transition-delay: .2s
}

.reveal-delay-3 {
    transition-delay: .3s
}

/* RESPONSIVE */
@media(max-width:991px) {
    .hero-visual {
        margin-top: 60px
    }

    .about-accent-box {
        display: none
    }

    .hero-stats {
        gap: 24px
    }
}

@media(max-width:767px) {
    .section-pad {
        padding: 56px 0
    }

    .section-title {
        font-size: 28px
    }

    #hero {
        min-height: auto;
        padding: 80px 0 60px
    }

    .hero-title {
        font-size: 36px
    }

    #about .col-md-7 {
        padding-left: 0px !important;
    }

    .about-img-box img {
        width: 100%;
    }

    #about .reveal.visible {
        margin-top: 50px;
    }

    .about-accent-box {
        display: block;
    }

    .innov-item {
        height: auto !important;
    }

    .swiper-button-next,
    .swiper-button-prev {
        top: 70% !important;
    }
}

/* Row flex fix for equal heights */
.row.flex-row {
    display: flex;
    flex-wrap: wrap
}

.row.flex-row>[class*='col-'] {
    display: flex;
    flex-direction: column
}

/* Logo watermark */
.hero-watermark {
    position: absolute;
    right: -60px;
    top: 50%;
    transform: translateY(-50%);
    opacity: .04;
    width: 560px;
    pointer-events: none;
    filter: brightness(10)
}

/* Navbar logo */
.navbar-custom .navbar-brand img {
    transition: opacity .2s
}

.navbar-custom .navbar-brand:hover img {
    opacity: .85
}


/**********scrollUp**********/
.scrollup {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    opacity: 1;
    position: fixed;
    bottom: 50px;
    right: 20px;
    color: #fff;
    font-size: 26px;
    display: none;
    background: #716e75;
    z-index: 200;
    border-radius: 100px;
}

.scrollup:hover {
    background: #f770d4;
    opacity: 1;
    color: #fff;
}

/* ============ media query ============== */
@media (max-width: 1050px) {
    .navigationBar {
        height: auto;
        padding-bottom: 10px;
    }

    .navbar-brand {
        margin-bottom: 12px;
    }

    .navbar-collapse {
        float: none;
        clear: both;
        width: 100%;
        padding: 0;
        border-top: solid 1px rgba(0, 0, 0, 0.3);
    }

    .navbar-collapse>ul>li {
        height: 50px;
        line-height: 50px;
    }

    .bannerSection .bannerSlideBlock .bannerSlideCaption .bannerSlideCaptionInner {
        padding: 30px 0;
    }

    .bannerSection .bannerSlideBlock .bannerSlideCaption .bannerSlideCaptionInner>h2 {
        font-size: 32px;
    }

    .bannerSection .bannerSlideBlock .bannerSlideCaption .bannerSlideCaptionInner>.btn {
        height: 50px;
        line-height: 50px;
        font-size: 18px;
    }
}

@media (max-width: 850px) {
    .navbar-collapse>ul>li>a {
        padding: 0 6px;
        font-size: 14px;
    }

    .tophead-menu-social {
        margin-bottom: 5px;
        margin-right: 0;
    }

    .tophead-menu-social,
    .tophead .tophead-menu-right {
        float: none !important;
        clear: both;
    }

}

@media (max-width: 767px) {
    .navigationBar {
        position: relative;

    }

    .navigationBarWrapper {
        position: relative;
    }

    .tophead {
        text-align: center;
        display: none;
    }

    .tophead-menu-social {
        clear: none;
        text-align: center;
    }

    .tophead .tophead-menu-right {
        clear: none;
        float: right !important;
    }

    .tophead .col-md-4.col-sm-4>.pull-right {
        float: none !important;
        width: 100%;
        clear: both;
        text-align: center;
        padding-top: 15px;
    }

    .tophead-menu-social {
        margin-bottom: 0;
    }

    .navbar-toggle {
        border-radius: 0;
        margin-right: 0;
        border: none;
        margin-top: 20px;
        margin-bottom: 14px;
    }

    .navbar-nav {
        margin: 0;
    }

    .navbar-collapse>ul>li::before {
        display: none;
    }

    .navbar-collapse>ul>li {
        border-bottom: solid 1px #ddd;
        height: auto;
        line-height: normal;
    }

    .navbar-collapse>ul>li>a {
        padding: 15px;
    }

    .container {
        padding: 0 20px;
    }

    .bannerSection .bannerSectionContainer {
        top: 0;
    }

    .bannerSection {
        height: 400px;
    }

}

@media (max-width: 768px) {
    .navbar-collapse>ul>li>ul>li>ul {
        display: contents;
        visibility: unset;
        opacity: 0;
    }

    .navbar-nav .open .dropdown-menu>li>a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 10px !important;
    }

    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #000 !important;
    }



    .navbar-brand img {
        padding: 5px;
        height: 80px;
    }

    .navbar-brand {
        top: 0px;
    }

    .svg-wrapper {
        height: 57px;
    }


    .banner-section {

        padding: 0px 0px !important;
    }

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

        width: 35px !important;
        height: 35px !important;

    }

    .banner-txt {
        top: 50% !important;
        padding: 13px 0;
        left: 20px;
    }

    .swiper-button-next:after,
    .swiper-rtl .swiper-button-prev:after {
        content: 'next';
        font-size: 22px !important;
    }

    .swiper-button-prev:after,
    .swiper-rtl .swiper-button-next:after {
        content: 'prev';
        font-size: 22px !important;
    }

    .banner-txt h1 {
        font-size: 18px;
        letter-spacing: 0px;
        margin: 0 0 5px 0;
    }

    .banner-txt p {
        font-size: 12px;
        line-height: 1.7;
        padding: 0 0 13px;
    }

    .banner-txt a {
        font-size: 8px;
        letter-spacing: 2px;
        padding: 5px 15px;
        top: 0;
        margin-top: 10px !important;
    }


    /* .about-boxx {
        padding: 10px 0 10px;
        height: auto;
        display: grid;
    }

    .aboutimg {
        position: relative;
        left: 0;
        top: 0px;
    }

    /* ------------about------------ */
    .aboutsection {
        position: relative;
        width: 100%;
        clear: both;
        background-color: #ffffff;
        padding: 50px 17px;
    }

    .aboutimg {
        position: relative;
        left: 0;
        top: 30px;
        width: 100%;
    }

    .abouttxt li {
        margin: 0 12px 10px 0;
        padding: 5px 8px;
        font-size: 18px;
    }

    .abouttxt h1 {
        color: #000;
        font-family: "Nunito Sans", sans-serif;
        font-size: 43px;
        font-weight: 300;
        line-height: 1.2em !important;
    }

    .abouttxt {
        padding: 0px;
        text-align: left;
        padding: 20px;
    }

    .abouttxt p {
        color: #494848;
        font-family: "Nunito Sans", sans-serif;
        font-size: 17px;
        font-weight: 300;
        line-height: 1.6em;
        position: relative;
        left: 0;
        text-align: justify;
    } 


    /* ------------extra-feature------------ */


    .extra-feature-head h3 {
        color: #34414b;
        font-size: 26px;
        font-weight: 300;
        font-family: "Nunito Sans", sans-serif;
        margin-bottom: 0;
    }

    .extra-feature-head h2 {
        color: #34414b;
        font-size: 30px;
        font-weight: 700;
        padding: 0;
        margin-bottom: 0;
        font-family: "Nunito Sans", sans-serif;
    }

    .extra-feature-head a {
        font-size: 15px;
        font-weight: 500;
       
        color: #fff;
        background-color: #d5b272;
        border-radius: 0 0 0 0;
        position: relative;
        top: 0px;
        font-family: "Nunito Sans", sans-serif;
    }

    .extra-feature {
        position: relative;
        padding: 50px 0px 35px;
        background-color: #f9f9f9;
        display: flex;
        align-items: center;
        justify-content: center;
        justify-items: center;
        text-align: center;
    }

    .extra-block {
        padding: 10px 30px;
    }

    .extra-feature-head .col-md-12 {
        display: flex;
        align-items: center;
        align-content: center;
        justify-content: center;
        justify-items: center;
        text-align: center;
    }

    .extra {
        background-color: #fff;
        box-shadow: 0px 0px 6px 0px darkgrey;
        text-align: left;
        padding: 27px 47px;
        margin-bottom: 30px;
    }


    .extra-block .col-md-3 {
        padding: 0px;
        display: flex;
        align-items: center;
        align-content: center;
        justify-content: center;
        justify-items: center;
        text-align: center;
    }

    /* ------------footer-section------------ */
    .footer-section {
        padding: 30px 15px;
    }

    .socialLinks ul li a {
        display: inline-block;
        width: 30px;
        height: 30px;
        line-height: 30px;
        border-radius: 50%;
        font-size: 15px;
        text-align: center;
        margin: 0 5px;
    }

    .socialLinks ul {
        display: flex;
        margin: 0;
        padding: 0;
        width: 100%;
    }

    .socialLinks {
        display: block;
        clear: both;
        padding-top: 0;
        position: relative;
        top: 0;
        text-align: right;
    }

    .footer h2 {
        margin: 0;
        font-size: 26px;
        font-weight: 700;
        position: relative;
        color: #fff;
        padding: 21px 0px 10px;
    }

    .footer p {
        text-align: left;
        float: left;
        margin: 0;
        padding: 0 0px;
        color: #ffffff;
        line-height: 1.5;
        font-size: 16px;
        font-weight: 400;
        padding-bottom: 22px;
    }

    .footer1 h2 {
        margin: 0;
        font-size: 26px;
        font-weight: 700;
        position: relative;
        color: #fff;
        padding: 21px 0px 10px;
    }

    .footer2 h2 {
        margin: 0;
        font-size: 26px;
        font-weight: 700;
        position: relative;
        color: #fff;
        padding: 21px 0px 10px;
    }

    .footer3 h2 {
        margin: 0;
        font-size: 26px;
        font-weight: 700;
        position: relative;
        color: #fff;
        padding: 21px 0px 10px;
    }

    .strip-txt-1 {
        text-align: center;
        display: flex;
        align-items: center;
        align-content: center;
        justify-content: center;
        justify-items: center;
        text-align: center;
    }

    .strip-txt-1 h3 {
        text-align: center;
        color: #ffffff;
        font-family: "Nunito Sans", sans-serif;
        font-size: 15px;
        margin: 0;
    }

    .strip-txt-2 {
        text-align: right;
        display: flex;
        align-items: center;
        align-content: center;
        justify-content: center;
        justify-items: center;
        text-align: center;
    }

    .strip-txt-2 h4 {
        text-align: center;
        color: #ffffff;
        font-family: "Nunito Sans", sans-serif;
        font-size: 15px;
    }

}

/* -------------------------- */

@media (max-width : 768px) {

    .navbar-collapse>ul>li:last-child {
        margin: auto;
        height: auto;
        line-height: normal;
    }

    .navbar-collapse>ul>li:last-child a {
        background: none;
        color: #000 !important;
        border-radius: 6px;
    }

    .navbar-default .navbar-nav>li:last-child a:hover,
    .navbar-default .navbar-nav>li:last-child a:focus {
        color: #333;
        background-color: transparent;
    }

}


/* About SECTION */
#about-new {
    padding: 80px 0;
    background: #fd98d4ab;
}

/* CONTENT */
.about-content h2 {
    color: #7a0045;
    font-size: 34px;
    font-weight: 800;
    margin-bottom: 15px;
}

.about-content p {
    color: #000000;
    line-height: 1.8;
    margin-bottom: 20px;
}

/* LIST */
.about-points {
    color: rgb(0, 0, 0);
    position: relative;
    clear: both;
    list-style: none;
    padding: 0;
    margin-bottom: 25px;
}

.about-points li {
    margin-bottom: 10px;
    font-size: 15px;
}

.about-points i {
    color: #7a0045;
    margin-right: 8px;
}

/* BUTTON */
.about-btn {
    display: inline-block;
    padding: 12px 25px;
    background: #f3008b;
    color: #fff;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s;
}

.about-btn:hover {
    color: #fff;
    background: #46494b;
}

/* IMAGE */
.about-image {
    position: relative;
}

.about-image img {
    width: 100%;
    border-radius: 12px;
}

/* FLOAT BOX */
.about-box {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: #fff;
    padding: 15px 20px;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    text-align: center;
}

.about-box h3 {
    font-size: 28px;
    font-weight: 900;
    color: #f3008b;
    margin: 0;
}

.about-box p {
    font-weight: 700;
    font-size: 13px;
    margin: 0;
}

/* RESPONSIVE */
@media (max-width: 992px) {
    .about-content {
        margin-bottom: 40px;
    }

    .about-content h2 {
        font-size: 26px;
    }
}

@media (max-width: 576px) {
    #about-new {
        padding: 60px 15px;
    }
    .about-box {
    left: 180px;
    padding: 3px 6px;
    
}
}

/* Display None  */
.product-content p {
    display: none;
}

.product-content a {
    margin-top: 10px;
}

.blogsection {
    display: none;
}

.document-downloads {
    display: none;
}


/* New Service Section */

/* SERVICES */
#services {
    background: #ffffff;
    padding: 50px 0px;

}

#services .section-title {
    font-weight: 800;
}

.service-card {
    background: #fff;
    border-radius: 8px;
    padding: 36px 28px;
    border-bottom: 3px solid transparent;
    transition: all .35s;
    box-shadow: 0 2px 16px rgb(8 9 9 / 15%);
    height: 100%
}

.service-card:hover {
    transform: translateY(-6px);
    border-bottom-color: #f3008b;
    box-shadow: 0 12px 40px rgba(0, 0, 0, .1)
}

.service-icon {
    width: 64px;
    height: 64px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    margin-bottom: 22px
}

.service-icon.eye {
    background: #dff2fb;
    color: var(--blue)
}

.service-icon.dental {
    background: #fff8e1;
    color: #d4880a
}

.service-icon.retina {
    background: #fce4ec;
    color: #c62828
}

.service-icon.lasik {
    background: #e8eaf6;
    color: #3949ab
}

.service-icon.implant {
    background: #edfae0;
    color: var(--darkgreen)
}

.service-icon.pediatric {
    background: #ede7f6;
    color: #6a1b9a
}

.service-card h4 {
    font-family: var(--font-head);
    font-size: 19px;
    color: var(--navy);
    margin-bottom: 10px;
    font-weight: 800;
    letter-spacing: -0.01em
}

.service-card p {

    line-height: 1.7;
    margin: 0 0 18px
}

.service-card a {
    color: #f3008b;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none
}

.service-card a:hover {
    text-decoration: underline
}

/* service end */

/* INNOVATIONS */
#innovations {
    background: #f0f8fd;
    padding: 50px 0px;
}

.innov-item {
    background: #fff;
    border-radius: 8px;
    padding: 30px;
    border-left: 4px solid #f3008b;
    box-shadow: 0 2px 16px rgba(0, 0, 0, .05);
    height: 250px;
    transition: box-shadow .3s
}

.innov-item:hover {
    box-shadow: 0 8px 32px rgba(0, 0, 0, .1)
}

.innov-item .innov-icon {
    font-size: 32px;
    color: #f3008b;
    margin-bottom: 16px
}

.innov-item h4 {
    font-family: var(--font-head);
    font-size: 18px;
    color: var(--navy);
    margin-bottom: 10px;
    font-weight: 800
}

.innov-item p {


    line-height: 1.7;
    margin: 0
}


/* testimonial section  */


.testimonials {
    position: relative;
    width: 100%;
    overflow: hidden;
    clear: both;
    padding: 50px 0 50px;
}

#BrandSlider .owl-buttons {
    width: 100%;
    position: absolute;
    bottom: 55%;
}

.title {
    font-size: 40px;
    position: relative;
}


.testimonial-card {
    background: #fff;
    border-radius: 20px;
    padding: 20px 0 13px;
    margin: 20px;
    position: relative;
    transition: all 0.3s ease;
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.1);
}


.quote-icon {
    position: absolute;
    top: -20px;
    right: 40px;
    width: 40px;
    height: 40px;
    background: #f3008b;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
}

.testimonial-content {
    margin-bottom: 10px;
    padding: 0 20px;
}

.testimonial-content p {
    font-size: 16px;
    line-height: 1.8;
    color: #555;

}



.testimonial-footer {
    border-top: 1px solid #eee;
    padding: 5px 20px 0;
}

.testimonial-author {
    display: flex;
    align-items: center;
    width: 100%;
}

.author-image {
    width: 120px;
    /* height: 60px; */
    border-radius: 50%;
    overflow: hidden;
    margin-right: 15px;
    border: 3px solid #ffcb08;
}



.author-info h4 {
    font-size: 18px;
    color: #f3008b;
    margin: 0 0 5px;
    font-weight: 600;
}

.author-info span {
    font-size: 16px;
    color: #000;
    display: block;
    margin-bottom: 8px;
}

.rating {
    color: #ffcb08;
    font-size: 14px;
}

.rating i {
    margin-right: 2px;
}

.containerWrapper {
    position: relative;
    width: auto;
    padding: 0 30px;
    z-index: 10;
}

.testimonials .section-title {

    margin-bottom: 60px;
}



.testimonials {
    position: relative;
    width: 100%;
    overflow: hidden;
    clear: both;
    padding: 50px 0 50px;
    background: #f0f8fd;
}



#BrandSlider .owl-buttons {
    width: 100%;
    position: absolute;
    bottom: 55%;
}

#BrandSlider .owl-buttons .owl-prev {
    position: absolute;
    left: 0%;
    background: #716e75;
    color: #FFF;
    opacity: 1;
    padding: 0;
    font-size: 25px;
    width: 35px;
    height: 35px;
    line-height: 38px;
}

#BrandSlider .owl-buttons .owl-next {
    position: absolute;
    right: 0%;
    background: #716e75;
    color: #FFF;
    opacity: 1;
    padding: 0;
    font-size: 25px;
    width: 35px;
    height: 35px;
    line-height: 38px;
}

.title {
    font-size: 40px;
    position: relative;
}



/* ECO */
#eco {
    background: #f0fdf9
}

.eco-item {
    display: flex;
    gap: 18px;
    margin-bottom: 28px
}

.eco-icon {
    width: 48px;
    height: 48px;
    background: #e8f8e8;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--darkgreen);
    font-size: 20px;
    flex-shrink: 0
}

.eco-text h5 {
    font-family: var(--font-head);
    font-size: 16px;
    color: var(--navy);
    margin: 0 0 6px;
    font-weight: 800
}

.eco-text p {
    font-size: 13.5px;
    color: var(--muted);
    line-height: 1.65;
    margin: 0
}

/* ACCREDITATION */
#achievements {
    background: #ffffff;
    padding: 60px 0;
}

.achieve-item {
    text-align: center;
    padding: 20px;
    border-radius: 10px;
    background: #fff;
    transition: 0.3s;
    margin-bottom: 30px;
    box-shadow: 0 2px 16px rgb(8 9 9 / 15%);
}

.achieve-item:hover {
    transform: translateY(-5px);
}

.achieve-icon {
    width: 80px;
    height: 80px;
    background: #eef6ff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    font-size: 28px;
    color: #f3008b;
}

.achieve-item h5 {
    font-size: 17px;
    font-weight: 700;
}



/* CTA */
#cta {
    /* background: linear-gradient(135deg, #fd98d4ab, #fd98d4ab); */
    background-image: url(assets/images/background.jpg);
    padding: 50px 0;
    text-align: center
}

#cta h2 {
    font-family: var(--font-head);
    font-size: 40px;
    color: #7a0045;
    font-weight: 900;
    letter-spacing: -0.03em
}

#cta p {
    font-size: 16px;
    color: rgb(0, 0, 0);
    max-width: 520px;
    margin: 16px auto 36px
}

#cta .btn-gold {
    background: #474b4f;
    color: #fff;
    font-weight: 600;
    border: none;
    border-radius: 2px;
    padding: 15px 42px;
    letter-spacing: .06em;
    text-transform: uppercase;
    font-size: 14px;
    transition: all .3s ease;
}

#cta .btn-gold:hover {
    background: #f0008d !important;
    color: #fff
}


.btn-white:hover {
    background: #0f1f2e;
    color: #fff
}

/* Search Container */
.search-container {
    display: inline-block;
    position: relative;
    margin-left: 15px;
}

.search-form {
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 25px;
    /* padding: 5px 10px; */
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.3);
    margin: -3px auto;
}

.search-form:hover,
.search-form:focus-within {
    background: rgba(255, 255, 255, 0.3);
    border-color: rgba(255, 255, 255, 0.5);
}

.search-input {
    border: none;
    background: transparent;
    color: #fff;
    padding: 5px 10px;
    width: 180px;
    font-size: 13px;
    outline: none;
    font-family: "Nunito Sans", sans-serif;
}

.search-input::placeholder {
    color: rgba(255, 255, 255, 0.8);
}

.search-btn {
    background: transparent;
    border: none;
    color: #fff;
    cursor: pointer;
    padding: 5px 8px;
    font-size: 14px;
    transition: all 0.3s ease;
}

.search-btn:hover {
    color: #000;
    transform: scale(1.1);
}

.search-btn i {
    pointer-events: none;
}


/* Key Indicators SECTION */
/* STATS PART */
.stats-row {
    margin-top: 50px;
}

.stat-box {
    text-align: center;
    margin: 14px;
    padding: 29px 0px 24px;
    background: #f7ddf3;
    border-radius: 10px;
    color: #fff;
    transition: 0.3s;
}

.stat-box:hover {
    transform: translateY(-5px);
    background: #d3d3d3df;
}

.stat-box h3 {
    font-size: 36px;
    font-weight: 800;
    color: #f3008b;
    margin-bottom: 5px;
}

.stat-box p {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.961);
}



/* ===============================
   FACILITIES SECTION
================================= */

#facilities {
    display: block;
    position: relative;
    clear: both;
    padding: 70px 0;
    background: #fd98d4ab;
}

/* CONTAINER */
#facilities .containerWrapper {
    max-width: 1200px;
    margin: auto;
}

/* HEADING */
#facilities h2 {
    font-family: "Nunito Sans", sans-serif;
    font-size: 36px;
    font-weight: 800;
    color: #7a0045;
    margin-bottom: 10px;
    text-align: center;
}

/* SUBTEXT */
#facilities p {
    font-family: "Nunito Sans", sans-serif;
    font-size: 16px;
    color: #000000;
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
}


/* ROW */
#facilities .row {
    margin-top: 40px;
}

/* BOX */
#facilities .facility-box {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    height: 100%;
    border-bottom: 3px solid transparent;
    box-shadow: 0 4px 20px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
}

/* HOVER */
#facilities .facility-box:hover {
    transform: translateY(-6px);
    border-bottom: 3px solid #3a3739;
    box-shadow: 0 12px 40px rgba(0,0,0,0.1);
}

/* BOX HEADING */
#facilities .facility-box h3 {
    font-family: "Nunito Sans", sans-serif;
    font-size: 20px;
    font-weight: 800;
    color: #0f1f2e;
    margin-bottom: 20px;
}

#facilities .facility-box h3 i {
    color: #f3008b;
    margin-right: 8px;
}

/* LIST */
#facilities ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#facilities ul li {
    font-family: "Nunito Sans", sans-serif;
    font-size: 15px;
    color: #444;
    margin-bottom: 12px;
    display: flex;
    align-items: flex-start;
    line-height: 1.6;
}

/* ICON */
#facilities ul li i {
    color: #ec0186;
    margin-right: 10px;
    margin-top: 4px;
    font-size: 16px;
}

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

/* Tablet */
@media (max-width: 992px) {
    #facilities h2 {
        font-size: 28px;
    }

    #facilities .facility-box {
        padding: 43px;
    }
}

/* Mobile */
@media (max-width: 768px) {
    #facilities {
        padding: 60px 15px;
    }

    #facilities .facility-box {
        margin-bottom: 20px;
    }

    #facilities .facility-box h3 {
        font-size: 18px;
    }

    #facilities ul li {
        font-size: 14px;
    }
}

/* Small Mobile */
@media (max-width: 480px) {
    #facilities h2 {
        font-size: 24px;
    }

    #facilities p {
        font-size: 14px;
    }
}


/*end */



@media (max-width: 768px) {
    .tophead-menu-social ul {
        flex-wrap: wrap;
        justify-content: center;
    }

    .search-container {
        width: 100%;
        margin: 10px 0 0 0;
        text-align: center;
    }

    .search-input {
        width: 200px;
    }
}

@media (max-width: 480px) {
    .search-input {
        width: 150px;
    }

    .search-form {
        padding: 4px 8px;
    }
}





/* InnerPage  */
.innerPageSection{
    padding: 0px 0 0 0;
    position: relative;
}

.innerBannerSection{
    width: 100%;
    position: relative;
    height: 400px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}
.innerBannerSection:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
   background: rgb(0 0 0 / 30%);
}
.innerbanner{
    height: 368px;
    background-size: cover;
}
.innerBannerSection h1{
    font-size: 32px !important;
    letter-spacing: 2px;
    color:#fff;
    font-weight: bold;
}
.innerBannerSection .head{
    position: absolute;
    top: 227px;
}
.innerBannerSection .head h3{
    color: #ff7700;
    font-size: 30px;
}
.innerBannerSection .innerBannerImg{
    background-size: cover !important;
    height: 100%;
    /*    background-attachment: fixed !important;*/
    position: relative;
}
.innerBannerSection .innerBannerImg:before{
    position: absolute;
    content:'';
    top:0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,.3);
}
.InnerBannerHeading{
    position: absolute;
    top: -60px;
    color: #fff;
}
.InnerBannerHeading h1{
    font-size: 36px !important;
}
.breadcrumb span {
    font-weight: normal;
    color: #fff;
}
.breadcrumb span a {
    font-weight: normal;
    color: #fff;
}
.breadcrumb {
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
    background:#363134;
    color: #000;
    margin-bottom: 0px;
    border-radius: 0;
    border-bottom: solid 1px #ccc;
    padding: 5px 10px;
}
.breadcrumb_last{
    font-weight: 600 !important;
}

.table a{
    color: blue;
}
.table a:hover{
      color:#ffcc2a ;
}



@media (max-width: 768px) {
	.buuerfly {
    width: 50px;
    margin: 0 auto;
    display: block;
}
    .innerBannerSection {
    height: 150px;
    
}
.innerBannerSection .head {
    position: absolute;
    top: 65px;
}
.innerBannerSection h1 {
    font-size: 20px !important;
    letter-spacing: 2px;
    color: #fff;
    font-weight: bold;
}
  
}
/*innerPageSection */



.contact-fixed-container {
    position: fixed;
    bottom: 20px;
    left: 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    z-index: 9999;
}

/* Common button style */
.contact-fixed-container a {
    width: 55px;
    height: 55px;
    background-color: #25D366;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    text-decoration: none;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);

    /* Animation */
    transition: all 0.3s ease;
    animation: floatIcon 2s ease-in-out infinite;
}

/* Phone different color */
.contact-fixed-container a.phone {
    background-color: #f6b824;
}

/* Hover Effect */
.contact-fixed-container a:hover {
    transform: scale(1.15) rotate(5deg);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

/* Floating Animation */
@keyframes floatIcon {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-8px);
    }
    100% {
        transform: translateY(0px);
    }
}

/* Optional: different animation delay for each icon */
.contact-fixed-container a:nth-child(1) {
    animation-delay: 0s;
}

.contact-fixed-container a:nth-child(2) {
    animation-delay: 0.3s;
}