/*
Theme Name: Twenty Thirteen
Theme URI: https://wordpress.org/themes/twentythirteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: The 2013 theme for WordPress takes us back to the blog, featuring a full range of post formats, each displayed beautifully in their own unique way. Design details abound, starting with a vibrant color scheme and matching header images, beautiful typography and icons, and a flexible layout that looks great on any device, big or small.
Version: 4.5
Tested up to: 6.9
Requires at least: 3.6
Requires PHP: 5.2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, one-column, two-columns, right-sidebar, custom-header, custom-menu, editor-style, featured-images, footer-widgets, microformats, post-formats, rtl-language-support, sticky-post, translation-ready, accessibility-ready, block-patterns
Text Domain: twentythirteen

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


/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 *   4.1 - Site Header
 *   4.2 - Navigation
 * 5.0 - Content
 *   5.1 - Entry Header
 *   5.2 - Entry Meta
 *   5.3 - Entry Content
 *   5.4 - Galleries
 *   5.5 - Post Formats
 *   5.6 - Attachments
 *   5.7 - Post/Paging Navigation
 *   5.8 - Author Bio
 *   5.9 - Archives
 *   5.10 - Search Results/No posts
 *   5.11 - 404
 *   5.12 - Comments
 *   5.13 - Multisite
 * 6.0 - Sidebar
 *   6.1 - Widgets
 * 7.0 - Footer
 * 8.0 - Media Queries
 * 9.0 - Print
 * ----------------------------------------------------------------------------
 */


/**
 * 1.0 Reset
 *
 * Modified from Normalize.css to provide cross-browser consistency and a smart
 * default styling of HTML elements.
 *
 * @see http://git.io/normalize
 * ----------------------------------------------------------------------------
 */

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}




:root {
	--dark-color: #573562;
	/* --light-color:  #E73350; */
    --light-color:#d83d8d;
        --text-color: #535353;
        --circle-size: 110px;
    --circle-thickness: 5px;
    --circle-track-color: rgba(255, 255, 255, 0.1);
}
/* #1B3738 */


.container-fluid {
    width: 95%;
}

section {
    padding: 60px 0;
   overflow: hidden;
}

body {
    margin: 0;
    padding: 0;
	 font-family: 'Poppins', sans-serif;
      overflow-x: hidden;
}
h1, h2, h3, h4, h5{
	 font-family: 'Red Hat Text', sans-serif;
}

a{
	text-decoration: none;
}




/* header {
    width: 100%;
    margin: auto;
    position: absolute;
    top: 20px;
    z-index: 99;
    padding: 0 15px;
} */
.top-header{
background-color: var(--dark-color);
width: 100%;
padding: 12px 20px;
color: #fff;
border-radius: 10px;
}
.header-left p{
	color: #fff;
	font-size: 15px;
	margin-bottom: 0;
}
.header-left p a {
    color: var(--light-color);
    margin-left: 15px;
    display: inline-flex;
    gap: 5px;
}
.header-left p a i {
    transform: rotate(320deg) !important;
    transition: all 0.3s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.header-social a {
    color: #fff;
    font-size: 15px;
}
.header-social a i {
    color: var(--dark-color);
    padding: 0 5px 0 10px;
    font-size: 16px;
}
.header-btn-box {
    background-color: var(--light-color);
    height: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
	border-radius: 10px;
}
.header-btn-box a{
	color: #fff;
	font-weight: 600;
}

.logo-box {
    background-color: #fff;
    border-radius: 10px 0px 0px 10px;
    padding: 10px 0 10px 15px;
}
.col-md-2.logo-box img {
    height: 75px;
    border-radius: 10px 0px 0px 10px;
}
.menu-box {
    background-color: #ffffff5e;
    border-radius: 0 10px 10px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* second */
.second-header {
    position: absolute;
    z-index: 999;
    width: 100%;
    padding: 10px 0;
    left: 0;
    background: #ffffff;
     top: 0;
}
.header-logo{
    height: 65px;
   
}



.banner{
    position: relative;
    padding: 0;
}
.banner-content {
    position: absolute;
    top: 26%;
    left: 5%;
    color: #fff;
}
.banner-overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: linear-gradient(90deg, rgb(0 0 0 / 89%) 0%, rgb(0 0 0 / 50%) 50%, rgba(237, 221, 83, 0) 100%); */
}
.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 6%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: .8;
    transition: opacity .15s ease;
}
.banner-content h1 {
    max-width: 620px;
    font-size: 50px;
    color: #000;
}
.banner-content p {
    max-width: 600px;
    font-size: 18px;
    margin: 15px 0 25px;
    color: #000;
}
.banner-btn {
    background-color: #000;
    color: var(--light-color);
    padding: 18px 35px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 5px;
	display: inline-flex;
	border: 1px solid #000;
    transition: all 0.3s !important;
}
.banner-btn:hover{
    background-color: transparent;
    color: #000;
}
a.banner-btn i {
    transform: rotate(320deg) !important;
    transition: all 0.3s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
	padding-left: 5px;
}




/* feature-section */
.feature-section {
    padding: 0;
    margin-top: -100px !important;
    width: 95%;
    margin: auto;
    position: relative;
    overflow: unset;
}
.feature-box {
    background-color: var(--dark-color);
    padding: 20px 25px;
    border-radius: 10px;
    color: #fff;
}
.feature-box h4 {
    font-size: 20px;
}
.feature-box a{
	color: #fff;
}

.fbox-2{
	background-color: var(--light-color);
	color: #fff;
}
.fbox-2 a{
	color: #fff;
}

.fbox-3 {
    padding: 20px 25px;
    background-color: #F8F4CC;
    clip-path: polygon(calc(100% - 257.199px) 0px, calc(100% - 257.199px) 0px, calc(100% - 256.585579px) 0.023531323px, calc(100% - 255.979352px) 0.093471104px, calc(100% - 255.382773px) 0.208838061px, calc(100% - 254.798296px) 0.368650912px, calc(100% - 254.228375px) 0.571928375px, calc(100% - 253.675464px) 0.817689168px, calc(100% - 253.142017px) 1.104952009px, calc(100% - 252.630488px) 1.432735616px, calc(100% - 252.143331px) 1.800058707px, calc(100% - 251.683px) 2.20594px, calc(100% - 214.302px) 37.7941px, calc(100% - 214.302px) 37.7941px, calc(100% - 213.841669px) 38.1999775px, calc(100% - 213.354512px) 38.567296px, calc(100% - 212.842983px) 38.8950745px, calc(100% - 212.309536px) 39.182332px, calc(100% - 211.756625px) 39.4280875px, calc(100% - 211.186704px) 39.63136px, calc(100% - 210.602227px) 39.7911685px, calc(100% - 210.005648px) 39.906532px, calc(100% - 209.399421px) 39.9764695px, calc(100% - 208.786px) 40px, calc(100% - 8px) 40px, calc(100% - 8px) 40px, calc(100% - 6.7024259999999px) 40.1047059px, calc(100% - 5.4714879999998px) 40.4078432px, calc(100% - 4.323662px) 40.8929413px, calc(100% - 3.2754239999999px) 41.5435296px, calc(100% - 2.34325px) 42.3431375px, calc(100% - 1.543616px) 43.2752944px, calc(100% - 0.89299800000003px) 44.3235297px, calc(100% - 0.407872px) 45.4713728px, calc(100% - 0.10471399999994px) 46.7023531px, calc(100% - 0px) 48px, calc(100% - 0px) calc(100% - 8px), calc(100% - 0px) calc(100% - 8px), calc(100% - 0.10471400000006px) calc(100% - 6.7024259999999px), calc(100% - 0.40787199999988px) calc(100% - 5.4714879999999px), calc(100% - 0.89299800000003px) calc(100% - 4.323662px), calc(100% - 1.543616px) calc(100% - 3.275424px), calc(100% - 2.34325px) calc(100% - 2.34325px), calc(100% - 3.275424px) calc(100% - 1.543616px), calc(100% - 4.323662px) calc(100% - 0.89299799999998px), calc(100% - 5.4714879999999px) calc(100% - 0.407872px), calc(100% - 6.7024260000001px) calc(100% - 0.104714px), calc(100% - 8.0000000000001px) calc(100% - 0px), 7.99999px calc(100% - 0px), 7.99999px calc(100% - 0px), 6.70234824px calc(100% - 0.104714px), 5.47137152px calc(100% - 0.40787199999997px), 4.32353068px calc(100% - 0.89299800000001px), 3.27529656px calc(100% - 1.543616px), 2.34314px calc(100% - 2.34325px), 1.54353184px calc(100% - 3.275424px), 0.89294292px calc(100% - 4.323662px), 0.40784408px calc(100% - 5.471488px), 0.10470616px calc(100% - 6.702426px), 0px calc(100% - 8px), 0px 8px, 0px 8px, 0.10470644px 6.70235796px, 0.40784512px 5.47138048px, 0.89294508px 4.32353852px, 1.54353536px 3.27530304px, 2.343145px 2.343145px, 3.27530304px 1.54353536px, 4.32353852px 0.89294508px, 5.47138048px 0.40784512px, 6.70235796px 0.10470644px, 8px 0px, calc(100% - 257.199px) 0px);
	color: #130916;
}
.fbox-3 h4{
	 font-size: 20px;
}
.fbox-3 a{
	color: #130916;
}
.clients-box{
	position: absolute;
	bottom: 0px;
	right: 25px;
	display: flex;
}
a.key-btn {
    /* background-color: var(--light-color); */
    padding: 10px 20px;
    border-radius: 5px;
    border: 1px solid var(--dark-color);
	color: var(--dark-color);
}
.key-btn:hover{
	border: 1px solid var(--light-color);
    color: var(--light-color);
}
.circle-img {
    width: 150px;
    position: absolute;
    right: 60px;
    top: -41px;
    z-index: 99;
}
.key-icon-img {
    position: absolute;
    bottom: 20px;
    right: 25px;
    width: 50px;
    opacity: 0.5;
}


/* about us */
.about-section-pink {
    /* background-image: url(images/pink-hood-bg.webp); */
    width: 100%;
    background: linear-gradient(rgb(255 255 255 / 70%), rgb(255 255 255 / 69%)), url(images/pink-hood-bg.webp);
    background-size: cover;
    background-position: center;
    /* background-position: center; */
    /* background-size: cover; */
    background-attachment: fixed;
}
.small-badge {
    padding: 5px 15px;
    border-radius: 20px;
    background-color: #fff;
    color: var(--dark-color);
    border: 1px solid #0000005e;
    display: inline;
    align-items: center;
    justify-content: center;
}
.small-badge span {
    width: 10px !important;
    height: 10px !important;
    border-radius: 50%;
    border: 6px solid var(--light-color);
    display: inline-flex;
    margin-right: 10px;
}
.about-shape.move-right-full {
    display: flex;
    width: 100px;
    margin: 0px auto 0;
}
.rotate-fast {
    animation: rotation 5s infinite linear;
}
@keyframes rotation{
    0% {
    -webkit-transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(359deg);
}
}

.about-img{
    border-radius: 20px;
    width: 100%;
}
.about-content p {
    padding-left: 25px;
    line-height: 1.7;
}
.stat-box {
    text-align: center;
}
.stat-box h3 {
    font-weight: bold;
    font-size: 60px;
    /* color: var(--dark-color); */
}
.stat-box p {
    margin: 0;
    color: #444;
    font-size: 16px;
}

.about-box {
    background-color: var(--light-color);
    width: 100%;
    /* height: 100px; */
    border-radius: 15px;
    text-align: center;
    color: #fff;
    padding: 15px;
}
.about-box .number {
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 10px;
    font-family: 'Red Hat Text', sans-serif;
}




/* why-choose-section */
.why-choose-section {
    background-color: #141414;
    /* padding: 0; */
color: #fff;
}

.why-choose-content {
    /* padding: 0 120px 0 50px; */
    color: #fff;

}

.why-sub {
    color: var(--light-color);
    font-size: 17px;
}

.why-choose-content h2 {
    font-weight: 600;
    font-size: 35px;
    margin: 15px 0;
}

.why-choose-content p {
    line-height: 28px;
    font-size: 16px;
}



.myco-stats-container {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
    justify-content: start;
    /* padding: 0px 50px; */

}

.myco-stat-item {
    text-align: center;
    padding: 0.5rem;
    display: flex;
    gap: 20px;
    align-items: center;
}

.myco-stat-circle {
    width: var(--circle-size);
    height: var(--circle-size);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0.5rem;
    position: relative;
    background-color: #6a6a6a40;
    overflow: hidden;
}

.myco-stat-circle::before {
    content: '';
    position: absolute;
    width: calc(100% - 2 * var(--circle-thickness));
    height: calc(100% - 2 * var(--circle-thickness));
    border-radius: inherit;
    background-color: #141414;
    z-index: 1;
}

.myco-stat-value {
    font-size: 1.8rem;
    font-weight: 700;
    color: #f3f3f3;
    z-index: 2;
    background-color: var(--light-color);
    width: 80px;
    height: 80px;
    display: flex;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}

.myco-stat-circle::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    background: conic-gradient(var(--light-color) 0% 0%, var(--circle-track-color) 0% 100%);
    z-index: 0;
}
/* .myco-stat-circle.myco-quality-circle::after {
    background: conic-gradient(#B88746 0% 95%, rgba(255, 255, 255, 0.1) 95% 100%) !important;
} */
.myco-stat-label {
    color: #fff;
    font-size: 17px;
    /* font-weight: 600; */
    line-height: 1.3;
}

.client-card {
    /* position: absolute;
    color: var(--dark-color);
    background-color: #fff;
    border-radius: 10px;
    top: 18%;
    left: -90px;
    width: 300px;
    padding: 25px; */
    display: none;
}

.client-card h5 {
    font-weight: 700;
}

.client-card p {
    font-weight: 500;
    color: var(--text-color);
}

.man-img-box {
    display: flex;
    align-items: center;
    gap: 20px;
}

.man-img-box img {
    width: 65px !important;
	border-radius:50%;
}

.man-img-box i {
    color: var(--light-color);
}

li.service-item {
    border-bottom: 1px solid #dddddd29;
    padding: 20px 0;
}
.service-icon-dark {
    background-color: var(--light-color);
    color: #222;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 25px;
}
.service-item-title {
    font-size: 1.25rem;
    font-weight: 600;
}


/* product section */
.product-heading {
    font-size: 40px;
    margin-top: 15px;
    font-weight: 700;
}
.row.product-row {
    align-items: center;
    border-bottom: 3px solid var(--dark-color);
    padding-bottom: 15px;
}
.product-card {
    position: relative;
    display: flex;
    justify-content: center;
}

.product-name-box {
    display: flex;
    justify-content: space-between;
    width: 100%;
    position: absolute;
    bottom: 15px;
    padding: 10px 25px;
    color: #fff;
    background-color: #ffffff4d;
    backdrop-filter: blur(2px);
    width: 88%;
    margin: auto;
    border-radius: 20px;
    align-items: center;
}
.product-card img {
    border-radius: 15px;
}
.product-overlay {
    width: 100%;
    height: 100%;
    top: 0;
    border-radius: 15px;
    position: absolute;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgb(0 0 0 / 12%) 50%);
}
.product-name-box a i {
    width: 42px;
    height: 42px;
    background-color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 2px solid var(--light-color);
    color: var(--light-color);
    transform: rotate(320deg) !important;
}
.about-btn {
    display: inline-flex;
    background-color: #000;
    padding: 8px 8px 8px 20px;
    align-items: center;
    color: var(--light-color);
    border-radius: 50px;
    transition: all 0.3s !important;
}
a.about-btn i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: var(--light-color);
    border-radius: 50%;
    color: #000;
    margin-left: 10px;
    font-size: 20px;
    transform: rotate(320deg) !important;
    transition: all 0.3s !important;
}
.about-btn:hover {
    background-color: var(--dark-color);
    color: #fff;
}
.about-btn:hover.about-btn i {
    background-color: var(--light-color);
    color: #fff;
}



/* About Us Section Start */

.about-heading {
    font-size: 48px;
    font-weight: 600;
}
.about-img-wrapper {
    position: relative;
}
.overlay-card {
    background: #e6f0ff;
    border-radius: 14px;
    padding: 20px;
    width: 260px;
    position: absolute;
    bottom: 20px;
    left: 30px;
}
.about-img-wrapper img {
    border-radius: 18px;
    width: 100%;
    height: auto;
}
.about-us .container-custom {
    border-radius: unset;
    box-shadow: none;
    padding: 0;
    background-color: unset;
}

.about-us-images {
    position: relative;
    padding: 0 70px 70px 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.about-us-img-1 {
    border-radius: var(--card-border-radius);
    box-shadow: var(--shadow-medium);
    width: 100%;
    max-width: 450px;
    position: relative;
    z-index: 1;
}

.about-us-img-1 img {
    width: 100%;
    aspect-ratio: 1 / 1.26;
    object-fit: cover;
    border-radius: var(--card-border-radius);
}

.about-us-img-2 {
    position: absolute;
    bottom: 0;
    right: 35px;
    border-radius: 20px;
    width: 50%;
    max-width: 200px;
    border: 8px solid var(--bg-light);
    box-shadow: var(--shadow-medium);
    z-index: 2;
}

.about-us-img-2 img {
    width: 100%;
    aspect-ratio: 1 / 1.04;
    object-fit: cover;
    border-radius: 20px;
}

.about-experience-box {
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(70%);
    background: #FE69B4;
    border-radius: 10px;
    padding: 20px;
    max-width: 178px;
    animation: experiencemoveobject 2s infinite linear alternate;
    box-shadow: var(--shadow-light);
    z-index: 3;
}

@keyframes experiencemoveobject {
    50% {
        left: 30px;
    }
}

.about-experience-box .icon-box {
    margin-bottom: 10px;
    color: var(--text-light);
    font-size: 40px;
}

.about-experience-box .about-experience-content h3 {
    font-size: 20px;
    line-height: 1.3em;
    font-weight: 600;
    color: var(--text-light);
    margin: 0;
}

.about-us-body {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 30px;
    position: relative;
    top: -260px;
}

.about-list-btn {
    width: calc(100% - 220px);
}

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

.about-list ul li {
    position: relative;
    line-height: 1.5em;
    padding-left: 30px;
    margin-bottom: 20px;
    color: #495057;
    font-size: 0.95rem;
}

.about-list ul li:last-child {
    margin-bottom: 0;
}

.about-list ul li:before {
    content: '\f058';
    position: absolute;
    font-family: 'Font Awesome 6 Free';
    top: 0;
    left: 0;
    font-weight: 900;
    font-size: 20px;
    color: var(--primary-color);
}

.about-btn .btn-default {
    margin-top: 20px;
}
.icon-text {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 20px;
}
.book-consult-circle {
    position: relative;
    flex-shrink: 0;
    margin-left: auto;
}

.book-consult-circle a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    background: var(--primary-color);
    box-shadow: var(--shadow-medium);
    animation: rotateCircle 10s linear infinite;
    text-decoration: none;
    color: var(--text-light);
    font-weight: 600;
    font-size: 0.9rem;
    line-height: 1.2;
    text-align: center;
}

.book-consult-circle a i {
    font-size: 2rem;
    margin-bottom: 0.5rem;
}

@keyframes rotateCircle {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}



section.what-we-do-section p {
    color: #fff !important;
}
/* What We Do Section */
.what-we-do-section {
    background-color: var(--light-color);
    color: #fff;
    padding: 100px 0 !important;
    border-radius: 20px;
    /* margin: 70px 0; */
    position: relative;
}
.main-imager {
    position: absolute;
    top: 52%;
    left: 19%;
}
.main-imager img {
    width: 78%;
}
.what-we-do-subtitle p {
    color: var(--dark-secondary-text);
}

.what-we-do-title {
    font-size: 2.5rem;
    line-height: 1.2;
    margin: 25px 0;
}

.what-we-do-description,
.satisfaction-text,
.service-item-text {
    color: var(--dark-secondary-text);
}
p.contact-info-text {
    color: #fff !important;
}
.btn-pink {
    background-color: #fff;
    color: var(--light-color);
    font-weight: 600;
    padding: 0.75rem 2rem;
    border: none;
    transition: background-color 0.2s ease-in-out;
    border-radius: 8px;
}




/* services section */
.feature-card:hover {
  background: rgba(255, 255, 255, 0.08);
  transform: translateY(-10px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}
section.features-section {
    padding: 70px 0;
}
.feature-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 20px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
}

.feature-card:hover .feature-icon {
  background: #5ba7dc;
  transform: scale(1.1);
  box-shadow: 0 0 15px rgba(91, 167, 220, 0.8);
}

.feature-icon i {
  font-size: 2rem;
  color: #5ba7dc;
  transition: color 0.3s ease;
}

.feature-card:hover .feature-icon i {
  color: #fff;
}

.feature-card h4 {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.feature-card p {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #d6e2f0;
}
.services-section {
  background-color: #f9fafc;
}

.section-subtitle {
  font-size: 0.9rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #6c757d;
  font-weight: 600;
}

.section-title {
  font-size: 2.3rem;
  font-weight: 700;
  color: #111;
  line-height: 1.3;
  margin: 15px 0;
}

.section-title em {
    font-style: italic;
    color: #4f80a1;
}

.btn-view-all {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #3e586d;
    color: #fff;
    padding: 10px 20px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
}

.btn-view-all:hover {
  background: #36625e;
  transform: translateY(-2px);
}

.service-card {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
  transition: all 0.4s ease;
}

.service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.service-img {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
}

.service-img img {
    width: 100%;
    object-fit: cover;
    border-radius: 15px;
    transition: transform 0.5s ease;
}

.service-card:hover .service-img img {
  transform: scale(1.05);
}

.service-hover {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--dark-color);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.4s ease;
}

.service-hover i {
  color: #fff;
  font-size: 1.2rem;
}

.service-card:hover .service-hover {
  opacity: 1;
  transform: scale(1.1);
}

.service-content {
    position: absolute;
    bottom: 15px;
    left: 15px;
    right: 15px;
    background: rgba(255, 255, 255, 0.95);
    padding: 15px 20px;
    border-radius: 10px;
}

.service-content h5 {
  font-weight: 700;
  color: #111;
  margin-bottom: 5px;
}
.service-heightlight{
    color: var(--light-color) !important;
}
.service-content p {
  font-size: 0.9rem;
  color: #555;
  margin: 0;
}



/* testinomials  */

section.testinomials {
    padding: 80px 0;
    background: #141414;
}
.testinomials-content {
    padding-left: 40px;
}
.testinomials-card {
    border: 1px solid #ffffff3b;
    background-color: var(--light-color);
    padding: 40px 15px;
    width: 100%;
    color: #ffffffc7;
    height: 100%;
    border-radius: 10px;
}
.testinomials .main-title {
    font-weight: 600;
    font-size: 38px;
    margin: 0 0 20px;
}
.testinomial-img{
    border-radius: 20px;
}
.name-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.name-box span {
    font-size: 18px;
    font-weight: 500;
    font-family:'Red Hat Text', sans-serif;
}
.number-stars {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 30px 0;
}
.number-stars p {
    font-size: 40px;
      font-family:'Red Hat Text', sans-serif;
      font-weight: 500;
}
.number-stars span{
    color: #fff;
}
.name-box img {
    width: 50px !important;
}


/* contact-section */
.call-card {
    background: var(--light-color);
    position: absolute;
    bottom: 20px;
    width: 84%;
    margin: auto;
    left: 8%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 8px;
    border-radius: 5px;
}
.call-left a {
    color: #fff;
}
.call-left a:hover {
    color: var(--light-color);
}
.call-right a {
    background: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    color: var(--light-color);
    transition: all 0.4s ease-in-out;
}
.call-right a:hover{
    background: var(--light-color);
    color: #fff;
}

.contact-box{
    border: 1px solid #DBDEE1;
    padding: 30px;
}
.contact-box textarea.form-control {
    max-height: 70px !important;
}
.contact-box .form-control {
    border: 1px solid #A7A7A7;
    padding: 10px;
    margin: 5px 0;
}
.contact-box .wpcf7-submit {
    background: var(--dark-color);
    border: none;
    padding: 13px;
    border-radius: 5px;
    width: 100%;
    color: #fff;
    font-size: 16px;
}
.contact-section .main-title span {
    color: var(--dark-color);
}
.contact-section .main-title {
    font-weight: 600;
    font-size: 33px;
    margin: 0px 0 15px;
}


/* footer */
.footer{
    padding: 60px 0;
    background-color: #000000;
}
.foote-logo-box{
    color: #fff;
}
.foote-logo-box img {
    height: 80px;
}
.foote-logo-box h4 {
    margin: 15px 0;
}
ul.footer-social {
    display: flex;
    list-style: none;
    padding: 0;
    gap: 15px;
    margin-top: 25px;
}
ul.footer-social li a i {
    width: 30px;
    height: 30px;
    background-color: var(--light-color);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;
    border-radius: 50%;
    border: 1px solid var(--light-color);
    transition: all 0.3s;
    color: #fff;
}
ul.footer-social li a i:hover{
    background-color: transparent;
    color: var(--light-color);
    
}
span.footer-heading {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    display: block;
}
.footer-links {
    list-style: none;
    padding: 0;
    margin-top: 15px;
}
.footer-links li a {
    line-height: 40px;
    color: #fff;
    transition: all 0.3s;
}
.footer-links li{
    color: #fff;
}
.footer-links li:hover{
    color: var(--light-color);
}
.footer-links li a:hover{
    color: var(--light-color);
}
.footer-links li a i {
    color: var(--light-color);
    margin-right: 10px;
}
.footer-contact-box {
    margin-top: 15px;
    display: flex;
    align-items: center;
}
.footer-contact-box i {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--light-color);
    border-radius: 50%;
    margin-right: 10px;
    color: #fff;
}
.footer-contact-box p {
    margin-bottom: 0;
    color: #5F5F5F;
}
.footer-contact-box a {
    color: #fff;
    font-size: 18px;
    transition: all 0.3s;
}
.footer-contact-box a:hover{
    color: var(--dark-color);
}
.bottom-footer {
    background-color: #000000;
    border-top: 2px solid #ddd;
    padding: 16px 0 0;
}

@media (max-width: 991px) {
    .container-fluid {
    width: 96%;
}
section {
    padding: 50px 0;
}
    .banner-content {
    top: 26%;
}
    .top-header {
    display: none;
}
.feature-section {
    margin-top: -80px !important;
    overflow: hidden;
}
.banner-content h1 {
    max-width: 750px;
    font-size: 32px;
}
.carousel-item img {
    height: 650px;
    object-fit: cover;
}
.circle-img {
    display: none;
}
.fbox-3 {
    clip-path: unset;
}
.fbox-2 {
    margin: 15px 0;
}
a.key-btn {
    display: none;
}
.about-content h2 {
    margin: 25px 0 0;
    line-height: 1.4;
}
.about-shape.move-right-full {
    margin: 20px 0;
}
.about-content p {
    padding-left: 0;
    padding-top: 25px;
}
.stat-box {
    margin: 10px 0;
}
.why-choose-content {
    padding: 0;
}
li.service-item {
    border-bottom: 1px solid #dddddd29;
    padding: 0 0 20px;
    align-items: center !important;
    margin-top: 15px;
}
.myco-stats-container {
    gap: 0;
    /* padding: 0px 20px; */
}
.client-card {
   display: none;
}
.product-heading {
    font-size: 32px;
    margin: 15px 0;
}
.row.product-row {
    padding-bottom: 25px;
    margin-bottom: 25px;
}
.about-heading {
    font-size: 30px;
}
.what-we-do-section {
    padding: 60px 0 !important;
}
.what-we-do-title {
    font-size: 32px;
    line-height: 1.4;
}
.service-img img {
    height: 220px;
}
.section-title {
    font-size: 30px;
    margin: 25px 0 0;
}
section.testinomials {
    padding: 50px 0;
    border-radius: 25px;
}
.testinomials-content {
    padding-left: 0;
    padding-top: 40px;
}
.testinomials .main-title {
    font-size: 32px;
}
.call-card{
    display: none;
}
.contact-box {
    padding: 30px 15px;
}
.footer {
    padding: 50px 0;
    overflow: hidden;
}
.footer-contact-box {
    margin-top: 15px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.inner-page .section-title {
    font-size: 26px;
}
}
.modal-body.contact-modal {
    background-color: var(--dark-color);
    color: #fff;
}
.modal-body.contact-modal textarea.form-control {
    max-height: 70px !important;
}
.contact-modal .wpcf7-submit{
        background: var(--light-color);
    border: none;
    padding: 13px;
    border-radius: 5px;
    width: 100%;
    color: #fff;
    font-size: 16px;
}

  #sequence a {
    width: 33.3333%;
    float: left;
    text-align: center;
    padding: 5px 0;
    font-size: 15px;
    color: #fff !important;
    font-weight: 600;
    text-decoration: none !important;
 
}
#sequence a:not(:last-child) {
    border-right: 1px solid #fffdfd;
}
#sequence {
    width: 100%;
    float: left;
    background: var(--dark-color);
    position: fixed;
    bottom: 0px;
    z-index: 100;
    padding: 0;
    color: #fff !important;
    margin: 0 !important;
}



/* Breadcrumb Css */
.page-breadcrumb {
	background: linear-gradient(135deg, var(--dark-color) 0%, var(--light-color) 100%);
	padding: 120px 0 40px 0;
	color: #fff;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	position: relative;
	overflow: hidden;
}
.page-breadcrumb .container-fluid{
    position: relative;
    z-index: 99;
}

.page-breadcrumb::before {
	content: "";
	position: absolute;
	top: -50px;
	right: -50px;
	width: 200px;
	height: 200px;
	background: rgba(255, 255, 255, 0.1);
	border-radius: 50%;
}

.page-breadcrumb::after {
	content: "";
	position: absolute;
	bottom: -80px;
	left: -80px;
	width: 250px;
	height: 250px;
	background: rgba(255, 255, 255, 0.1);
	border-radius: 50%;
}

.page-breadcrumb .container {
	position: relative;
	z-index: 1;
}

.page-breadcrumb span.breadcrumb_new a {
	color: #fff;
	background: var(--dark-color);
	padding: 5px;
	border-radius: 7px;
	text-decoration: none;
}

.page-breadcrumb span.breadcrumb_new {
	color: #fff;
}

.page-breadcrumb .extraa {
	margin: 54px 0;
}

@media(max-width:767px) {
	.page-breadcrumb {
    padding: 80px 0 40px 0;
}

	.page-breadcrumb .extraa {
		margin: 15px 0;
	}
}




/* ------------------------------------------------------------------
   COMPANY PROFILE PAGE SPECIFIC STYLES
------------------------------------------------------------------ */

.img-border-primary {
    border: 4px solid var(--light-color);
}

.stat-card-base {
    background-color: #e1e1e1;
    text-align: center;
}

.stat-number {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 5px;
    line-height: 1;
}

/* .stat-number-primary {
    color: var(--primary-color);
} */

/* .stat-number-ancient {
    color: var(--dark-color);
} */
.stat-number-inner {
    font-size: 40px;
    font-weight: 600;
}
.stat-label {
    font-size: 1.1rem;
    color: var(--light-color);
    margin: 0;
}




 /* quality page */
        .qa-approach-container {
            background-color: #ffffff;
            border-radius: 25px;
            /* margin-bottom: 60px; */
            box-shadow: 0 15px 40px rgba(0,0,0,0.1);
            overflow: hidden;
            position: relative;
        }

        .qa-approach-container .approach-main-image {
    width: 100%;
    height: auto;
    max-height: 400px;
    object-fit: cover;
    object-position: center;
    border-radius: 20px;
    margin-bottom: 40px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

        .qa-approach-item {
            display: flex;
            align-items: flex-start;
            margin-bottom: 30px;
            padding: 20px;
            border-radius: 15px;
            transition: background-color 0.3s ease, transform 0.3s ease;
        }

        .qa-approach-item:hover {
            background-color: #f8f8f8;
            transform: translateY(-5px);
        }

        .qa-approach-item .approach-icon {
            font-size: 3rem;
            color: var(--light-color);
            margin-right: 25px;
            flex-shrink: 0;
            transition: color 0.3s ease;
        }

        .qa-approach-item:hover .approach-icon {
            color: var(--dark-color);
        }

        .qa-approach-item .approach-content h4 {
            font-size: 1.8rem;
            font-weight: 700;
            color: var(--dark-color);
            margin-bottom: 10px;
        }

        .qa-approach-item .approach-content p {
            font-size: 1.05rem;
            color:  #4A4A4A;
        }

        .qa-pillar-new {
            background-color: #ffffff;
            border-radius: 20px;
            padding: 35px 20px;
            margin-bottom: 30px;
            box-shadow: 0 8px 20px rgba(0,0,0,0.05);
            transition: transform 0.4s ease, box-shadow 0.4s ease;
            text-align: center;
            min-height: 320px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            position: relative;
            overflow: hidden;
            border: 2px solid transparent;
        }

        .qa-pillar-new::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(45deg, rgba(46, 204, 113, 0.1), rgba(52, 152, 219, 0.1));
            border-radius: 20px;
            opacity: 0;
            transition: opacity 0.4s ease;
            z-index: 0;
        }

        .qa-pillar-new:hover::before {
            opacity: 1;
        }

        .qa-pillar-new:hover {
            transform: translateY(-12px);
            box-shadow: 0 18px 45px rgba(0,0,0,0.15);
            border-color: var(--dark-color);
        }

        .qa-pillar-new .pillar-icon-new {
            font-size: 2.5rem;
            color: var(--dark-color);
            margin-bottom: 25px;
            transition: color 0.4s ease, transform 0.4s ease;
            text-shadow: 0 3px 8px rgba(0,0,0,0.1);
            position: relative;
            z-index: 1;
        }

        .qa-pillar-new:hover .pillar-icon-new {
            color: var(--light-color);
            transform: scale(1.1);
        }

        .qa-pillar-new h4 {
            font-size: 25px;
            font-weight: 600;
            /* color:  var(--dark-color); */
            margin-bottom: 15px;
            position: relative;
            z-index: 1;
        }

        .qa-pillar-new p {
            font-size: 15px;
            color: #4A4A4A;
            position: relative;
            z-index: 1;
        }

        @keyframes fadeIn {
            from { opacity: 0; transform: translateY(20px); }
            to { opacity: 1; transform: translateY(0); }
        }

        @keyframes floatShape {
            0% { transform: translate(0, 0) rotate(0deg); }
            25% { transform: translate(20px, -20px) rotate(15deg); }
            50% { transform: translate(0, 0) rotate(0deg); }
            75% { transform: translate(-20px, 20px) rotate(-15deg); }
            100% { transform: translate(0, 0) rotate(0deg); }
        }

        @media (max-width: 1200px) {
            .qa-approach-container {
                padding: 40px;
            }
            .qa-approach-item .approach-icon {
                font-size: 2.5rem;
                margin-right: 20px;
            }
            .qa-approach-item .approach-content h4 {
                font-size: 1.6rem;
            }
            .qa-approach-item .approach-content p {
                font-size: 1rem;
            }
            .qa-pillar-new {
                min-height: 280px;
                padding: 30px;
            }
            .qa-pillar-new .pillar-icon-new {
                font-size: 4rem;
            }
            .qa-pillar-new h4 {
                font-size: 1.9rem;
            }
        }

        @media (max-width: 992px) {
            .qa-approach-container {
                padding: 30px;
            }
            .qa-approach-container .approach-main-image {
                margin-bottom: 30px;
            }
            .qa-approach-item {
                flex-direction: column;
                align-items: center;
                text-align: center;
                padding: 15px;
            }
            .qa-approach-item .approach-icon {
                margin-right: 0;
                margin-bottom: 15px;
            }
            .qa-pillar-new {
                min-height: 250px;
                padding: 25px;
            }
            .qa-pillar-new .pillar-icon-new {
                font-size: 3.5rem;
            }
            .qa-pillar-new h4 {
                font-size: 1.7rem;
            }
            .qa-pillar-new p {
                font-size: 1rem;
            }
        }

        @media (max-width: 768px) {
            .qa-approach-container {
                padding: 20px;
            }
            .qa-approach-item .approach-icon {
                font-size: 2.5rem;
            }
            .qa-approach-item .approach-content h4 {
                font-size: 1.4rem;
            }
            .qa-pillar-new {
                min-height: auto;
            }
            .qa-pillar-new .pillar-icon-new {
                font-size: 3rem;
            }
            .qa-pillar-new h4 {
                font-size: 1.4rem;
            }
            /* contact */
            .inner-appointment-card{
                position: unset !important;
            }
        }

        @media (max-width: 480px) {
            .qa-approach-item .approach-icon {
                font-size: 2rem;
            }
            .qa-approach-item .approach-content h4 {
                font-size: 1.2rem;
            }
            .qa-pillar-new {
                padding: 20px;
            }
            .qa-pillar-new .pillar-icon-new {
                font-size: 2.5rem;
            }
            .qa-pillar-new h4 {
                font-size: 1.2rem;
            }
        }
