
        /* Custom Styles to match original design */
        :root {
            --dark-grey: #333;
            --skincolor: #c3002f;
            --skincolor1: #f7941d;
            --white: #ffffff;
             --primary-color: #c3002f;
             --primary-color1: #f7941d;
            --secondary-color: #2c3e50;
            --accent-color: #df0b3c;
            --accent-color1: #f7941d;
            --light-color: #f8f9fa;
            --text-color: #333;
            --text-light: #666;
            --darkgrey: #333333;
            --skin-color: #ffffff;
            --white: #ffffff;
            --dark-color:#333;
        }
        .btn-outline-secondary{
            background-color: #c3002f !important;
            color:white !important;
            transition:all 0.3s ease;
        }

        .btn-outline-secondary:hover{
            background-color: #333 !important;
        }

        .top-bar {
            background-color: var(--dark-grey);
            color: #ccc;
            font-size: 14px;
            padding: 8px 0;
        }
        
        .top-bar-contact {
            display: flex;
            align-items: center;
            margin-right: 30px;
        }
        
        .top-bar-icon {
            margin-right: 8px;
            color: var(--skincolor);
        }
        
        .top-bar-contact a {
            color: #ccc;
            text-decoration: none;
        }
        
        .top-bar-contact a:hover {
            color: var(--skincolor);
        }
        
        .social-icons {
            list-style: none;
            padding: 0;
            margin: 0;
        }
        
        .social-icons li {
            display: inline-block;
            margin-right: 10px;
        }
        
        .social-icons a {
            display: inline-block;
            width: 32px;
            height: 32px;
            line-height: 32px;
            text-align: center;
            background-color: rgba(255,255,255,0.1);
            color: #ccc;
            border-radius: 50%;
            transition: all 0.3s;
        }
        
        .social-icons a:hover {
            background-color: var(--skincolor);
            color: white;
            transform: translateY(-3px);
        }
        
        .header-search {
            position: relative;
            z-index:9999 !important;
        }
        
        .search-btn {
            background: none;
            border: none;
            color: #ccc;
            font-size: 16px;
            cursor: pointer;
        }
        
        .search-btn:hover {
            color: var(--skincolor);
        }
        
        .search-content {
            display: none;
            position: absolute;
            top: 100%;
            right: 0;
            background: white;
            padding: 20px;
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
            min-width: 300px;
            z-index: 1000;
        }
        
        .search-content.show {
            display: block;
        }
        
        .search-close {
            position: absolute;
            top: 10px;
            right: 10px;
            background: none;
            border: none;
            font-size: 18px;
            color: #666;
        }
        
        .main-header {
            background-color: var(--white);
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
        }
        
        .navbar-brand img {
            width: 140px;
            height: 60px;
        }
        
        .navbar-nav .nav-link {
            color: #333;
            font-weight: 500;
            padding: 10px 15px !important;
            position: relative;
        }
        
        .navbar-nav .nav-link:hover,
        .navbar-nav .nav-link.active {
            color: var(--skincolor);
        }
        
        .dropdown-menu {
            border: none;
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
            border-radius: 0;
            padding: 0;
            margin-top: 0;
        }
        
        .dropdown-item {
            padding: 12px 20px;
            border-bottom: 1px solid #f5f5f5;
        }
        
        .dropdown-item:last-child {
            border-bottom: none;
        }
        
        .dropdown-item:hover {
            background-color: #f9f9f9;
            color: var(--skincolor);
        }
        
        .widget-info {
            display: flex;
            align-items: center;
        }
        
        .widget-icon {
            font-size: 30px;
            color: var(--skincolor);
            margin-right: 15px;
        }
        
        .widget-title {
            font-size: 18px;
            margin-bottom: 2px;
        }
        
        .widget-title a {
            color: #333;
            text-decoration: none;
        }
        
        .widget-desc {
            font-size: 13px;
            color: #666;
            margin-bottom: 0;
        }
        
        /* Mobile Menu Styles */
        .navbar-toggler {
            border: none;
            padding: 0;
        }
        
        .navbar-toggler:focus {
            box-shadow: none;
        }
        
        /* Sticky Header */
        .sticky-header {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            z-index: 1030;
            animation: slideDown 0.35s ease-out;
            box-shadow: 0 2px 15px rgba(0,0,0,0.1);
        }
        
        @keyframes slideDown {
            from {
                transform: translateY(-100%);
            }
            to {
                transform: translateY(0);
            }
        }
        
        /* Responsive adjustments */
        @media (max-width: 992px) {
            .top-bar .d-flex {
                justify-content: space-between;
                flex-wrap: wrap;
            }
            
            .top-bar-contact {
                margin-right: 15px;
                margin-bottom: 5px;
            }
            
            .widget-info {
                margin-top: 15px;
            }
            
            .dropdown-menu {
                box-shadow: none;
                border: 1px solid #eee;
            }
        }
        
        @media (max-width: 768px) {
            .top-bar {
                padding: 10px 0;
            }
            
            .top-bar .col-xl-12 {
                justify-content: center;
            }
            
            .social-icons {
                margin: 10px 0;
            }
        }


        .vamani-slider {
            height: 600px;
            position: relative;
            overflow: hidden;
        }
        
        .vamani-slide {
            height: 600px;
            position: relative;
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
        }
        
        /* Specific slide backgrounds */
        .slide-1 {
            background-image: url('1629492104ssss.jpg');
            background-color: #f5f5f5; /* Fallback color */
        }
        
        .slide-2 {
            background-image: url('img2.jpg');
            background-color: #f5f5f5; /* Fallback color */
        }
        
        .slide-3 {
            background-image: url('img3.png');
            background-color: #f5f5f5; /* Fallback color */
        }
        
        /* Dark overlay for better text visibility */
        .vamani-slide::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.4);
        }
        
        .slide-content {
            position: relative;
            z-index: 2;
            height: 600px;
            display: flex;
            align-items: center;
            text-align: center;
        }
        
        /* Typography exactly like original */
        .slide-heading {
            color: white;
            text-align: center;
        }
        
        .border-text {
            font-size: 80px !important;
            font-weight: 700;
            margin-bottom: 20px;
            position: relative;
            display: inline-block;
            letter-spacing: 1px;
        }
        
        /* Border effect like original */
        .border-text::before {
            content: '';
            position: absolute;
            bottom: -10px;
            left: 50%;
            transform: translateX(-50%);
            width: 100px;
            height: 3px;
            background-color: var(--primary-color);
        }
        
        .slide-subtitle {
            color: white;
            font-size: 24px;
            margin-bottom: 40px;
            opacity: 0.9;
        }
        
        /* Button styling exactly like original */
        .vamani-btn {
            background-color: var(--primary-color) !important;
            border: none !important;
            color: white !important;
            padding: 15px 40px !important;
            font-size: 16px !important;
            font-weight: 600 !important;
            text-transform: uppercase !important;
            letter-spacing: 1px;
            border-radius: 0 !important;
            transition: all 0.5s ease-in-out !important;
            display: inline-block !important;
            border-radius:10px !important;
        }
        
        .vamani-btn:hover {
            background-color: #333 !important;
            transform: translateY(-3px);
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
        }
        
        /* Carousel controls customization */
        .carousel-control-prev,
        .carousel-control-next {
            width: 60px;
            height: 60px;
            background-color: rgba(0, 0, 0, 0.3);
            border-radius: 0;
            top: 50%;
            transform: translateY(-50%);
            opacity: 0;
            transition: opacity 0.3s ease;
            z-index: 1000;
        }
        
        .vamani-slider:hover .carousel-control-prev,
        .vamani-slider:hover .carousel-control-next {
            opacity: 1;
        }
        
        .carousel-control-prev {
            left: 20px;
        }
        
        .carousel-control-next {
            right: 20px;
        }
        
        .carousel-control-prev-icon,
        .carousel-control-next-icon {
            width: 30px;
            height: 30px;
            background-size: 100%, 100%;
        }
        
        /* Carousel indicators */
        .carousel-indicators {
            bottom: 30px;
            z-index: 1000;
            margin: 0;
        }
        
        .carousel-indicators [data-bs-target] {
            width: 12px !important;
            height: 12px !important;
            border-radius: 50% !important;
            margin: 0 5px !important;
            border: 2px solid white !important;
            background-color: transparent !important;
            opacity: 1;
        }
        
        .carousel-indicators .active {
            background-color: var(--primary-color) !important;
            border-color: var(--primary-color) !important;
        }
        
        /* Responsive adjustments */
        @media (max-width: 1200px) {
            .border-text {
                font-size: 60px !important;
            }
            
            .vamani-slider,
            .vamani-slide,
            .slide-content {
                height: 500px;
            }
        }
        
        @media (max-width: 768px) {
            .border-text {
                font-size: 40px !important;
            }
            
            .slide-subtitle {
                font-size: 18px;
            }
            
            .vamani-slider,
            .vamani-slide,
            .slide-content {
                height: 400px;
            }
            
            .vamani-btn {
                padding: 12px 30px !important;
                font-size: 14px !important;
            }
            
            .carousel-control-prev,
            .carousel-control-next {
                opacity: 1; /* Always show on mobile */
                width: 40px;
                height: 40px;
            }
        }
        
        @media (max-width: 480px) {
            .border-text {
                font-size: 30px !important;
            }
            
            .vamani-slider,
            .vamani-slide,
            .slide-content {
                height: 300px;
            }
        }
        
        /* Animation classes */
        .fadeInDown {
            animation: fadeInDown 1s ease both;
        }
        
        .fadeInUp {
            animation: fadeInUp 1s ease both;
            animation-delay: 0.5s;
        }
        
        @keyframes fadeInDown {
            from {
                opacity: 0;
                transform: translateY(-50px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }
        
        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(50px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }
        
        /* Ensure carousel items are properly positioned */
        .carousel-item {
            transition: transform 0.6s ease-in-out;
        }
        
        .carousel-item.active {
            display: block;
        }
        
        /* Fix for clickable indicators */
        .carousel-indicators button {
            cursor: pointer;
        }


        
        
        .about-section-modern {
            padding: 100px 0;
            background: linear-gradient(135deg, #ffffff 0%, #f9f9f9 100%);
            position: relative;
            overflow: hidden;
        }
        
        
        .about-section-modern::before {
            content: '';
            position: absolute;
            top: -50px;
            right: -50px;
            width: 300px;
            height: 300px;
             background: linear-gradient(135deg, var(--primary-color) 0%, var(--accent-color) 100%);
            border-radius: 50%;
            opacity: 0.1;
            z-index: 0;
        }
        
        .about-section-modern::after {
            content: '';
            position: absolute;
            bottom: -100px;
            right: -100px;
            width: 400px;
            height: 400px;
            background: linear-gradient(135deg, var(--primary-color) 0%, var(--accent-color) 100%);
            
            border-radius: 50%;
            opacity: 0.05;
            z-index: 0;
        }
        
        .about-container {
            position: relative;
            z-index: 1;
        }
        
        .image-wrapper-modern {
            position: relative;
            border-radius: 20px;
            overflow: hidden;
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
            transform: perspective(1000px) rotateY(-5deg);
            transition: transform 0.5s ease;
        }
        
        .image-wrapper-modern:hover {
            transform: perspective(1000px) rotateY(0deg);
        }
        
        .image-wrapper-modern img {
            width: 90%;
            height: 700px;
            object-fit: cover;
            transition: transform 0.5s ease;
        }
        
        .image-wrapper-modern:hover img {
            transform: scale(1.05);
        }
        
        .image-badge {
            position: absolute;
            bottom: 30px;
            left: -20px;
            background: linear-gradient(135deg, var(--primary-color) 0%, var(--accent-color) 100%);
            color: white;
            padding: 15px 25px;
            border-radius: 10px;
            font-weight: 600;
            font-size: 18px;
            box-shadow: 0 10px 20px rgba(247, 148, 29, 0.3);
            z-index: 2;
        }
        
        .section-header-modern {
            margin-bottom: 40px;
        }
        
        .section-tag {
            display: inline-block;
            background: linear-gradient(135deg, var(--primary-color) 0%, var(--accent-color) 100%);
            color: white;
            padding: 8px 20px;
            border-radius: 30px;
            font-size: 14px;
            font-weight: 600;
            letter-spacing: 1px;
            margin-bottom: 20px;
            text-transform: uppercase;
        }
        
        .main-title-modern {
            font-size: 36px;
            font-weight: 700;
            color: var(--secondary-color);
            line-height: 1.2;
            margin-bottom: 20px;
            position: relative;
            display: inline-block;
        }
        
        .main-title-modern::after {
            content: '';
            position: absolute;
            bottom: -10px;
            left: 0;
            width: 60px;
            height: 4px;
            background: linear-gradient(135deg, var(--primary-color) 0%, var(--accent-color) 100%);
            border-radius: 2px;
        }
        
        .subtitle-modern {
            font-size: 20px;
            color: var(--text-color);
            font-weight: 500;
            margin-bottom: 25px;
            line-height: 1.6;
        }
        
        .description-modern {
            color: var(--text-light);
            line-height: 1.8;
            font-size: 16px;
            margin-bottom: 40px;
        }
        
        /* Horizontal Stats Bar */
        .horizontal-stats {
            background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
            border-radius: 15px;
            padding: 30px;
            margin-top: 30px;
            position: relative;
            overflow: hidden;
        }
        
        .horizontal-stats::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 4px;
            background: linear-gradient(to right, var(--primary-color), var(--accent-color));
        }
        
        .horizontal-stat-item {
            text-align: center;
            padding: 15px;
            position: relative;
        }
        
        .horizontal-stat-item:not(:last-child)::after {
            content: '';
            position: absolute;
            right: 0;
            top: 50%;
            transform: translateY(-50%);
            width: 1px;
            height: 60px;
            background: rgba(0, 0, 0, 0.1);
        }
        
        .horizontal-stat-number {
            font-size: 24px;
            font-weight: 700;
            color: var(--secondary-color);
            margin-bottom: 5px;
        }
        
        .horizontal-stat-label {
            font-size: 13px;
            color: #666;
            font-weight: 500;
        }
        
        /* Icon Badge Style */
        .icon-badge-stat {
            display: flex;
            align-items: center;
            gap: 15px;
            padding: 15px;
            background: white;
            border-radius: 10px;
            margin-bottom: 15px;
            border-left: 4px solid var(--primary-color);
            transition: all 0.3s ease;
        }
        
        .icon-badge-stat:hover {
            transform: translateX(5px);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
        }
        
        .icon-badge {
            width: 45px;
            height: 45px;
            background: linear-gradient(135deg, var(--primary-color) 0%, var(--accent-color) 100%);
            border-radius: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 20px;
            flex-shrink: 0;
        }
        
        .icon-badge-content {
            flex: 1;
        }
        
        .icon-badge-number {
            font-size: 20px;
            font-weight: 700;
            color: var(--secondary-color);
            margin-bottom: 2px;
        }
        
        .icon-badge-label {
            font-size: 13px;
            color: #666;
        }
        
        /* Responsive Design */
        @media (max-width: 992px) {
            .compact-stats-grid {
                grid-template-columns: repeat(2, 1fr);
                gap: 15px;
            }
            
            .horizontal-stat-item:not(:last-child)::after {
                display: none;
            }
            
            .horizontal-stats {
                padding: 20px;
            }
        }
        
        @media (max-width: 576px) {
            .compact-stats-grid {
                grid-template-columns: 1fr;
                gap: 15px;
            }
            
            .compact-stat-card {
                padding: 20px 15px;
            }
            
            .compact-stat-number {
                font-size: 24px;
            }
            
            .horizontal-stats {
                padding: 15px;
            }
            
            .horizontal-stat-number {
                font-size: 20px;
            }
        }
        
        /* Animation */
        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(20px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }
        
        .stat-animate {
            animation: fadeInUp 0.6s ease forwards;
        }
        
        .btn-modern {
            padding: 15px 35px;
            border-radius: 10px;
            font-weight: 600;
            font-size: 15px;
            text-transform: uppercase;
            letter-spacing: 1px;
            border: none;
            transition: all 0.3s ease;
            display: inline-flex;
            align-items: center;
            gap: 10px;
        }
        
        .btn-primary-modern {
            background: linear-gradient(135deg, var(--primary-color) 0%, var(--accent-color) 100%);
            color: white;
            box-shadow: 0 10px 20px rgba(247, 148, 29, 0.3);
        }
        
        .btn-primary-modern:hover {
            transform: translateY(-3px);
            box-shadow: 0 15px 30px rgba(247, 148, 29, 0.4);
            color: white;
        }
        
        .btn-outline-modern {
            background: transparent;
            color: var(--secondary-color);
            border: 2px solid var(--secondary-color);
        }
        
        .btn-outline-modern:hover {
            background: var(--secondary-color);
            color: white;
            transform: translateY(-3px);
        }
        
        /* Responsive Design */
        @media (max-width: 992px) {
            .about-section-modern {
                padding: 80px 0;
            }
            
            .image-wrapper-modern {
                margin-bottom: 50px;
                transform: none;
            }
            
            .image-wrapper-modern:hover {
                transform: none;
            }
            
            .main-title-modern {
                font-size: 32px;
            }
        }
        
        @media (max-width: 768px) {
            .about-section-modern {
                padding: 60px 0;
            }
            
            .stats-grid {
                grid-template-columns: 1fr;
                gap: 15px;
            }
            
            .main-title-modern {
                font-size: 28px;
            }
            
            .subtitle-modern {
                font-size: 18px;
            }
            
            .btn-modern {
                width: 100%;
                justify-content: center;
                margin-bottom: 15px;
            }
            
            .image-wrapper-modern img {
                height: 400px;
            }
        }
        
        @media (max-width: 576px) {
            .main-title-modern {
                font-size: 24px;
            }
            
            .image-badge {
                left: 50%;
                transform: translateX(-50%);
                bottom: 20px;
                font-size: 16px;
                padding: 12px 20px;
            }
        }


       
        .design-section {
            background-color: var(--darkgrey);
            color: white;
            padding: 0;
            position: relative;
            overflow: hidden;
        }
        
        .bg-layer-equal-height {
            min-height: 600px;
            display: flex;
            align-items: center;
        }
        
        .padding_top90 {
            padding-top: 90px !important;
        }
        
        .padding_right60 {
            padding-right: 60px !important;
        }
        
        .padding_bottom70 {
            padding-bottom: 70px !important;
        }
        
        .padding_zero-section {
            padding: 0 !important;
        }
        
        /* Section Title Styling */
        .section-title {
            margin-bottom: 40px;
        }
        
        .title-header h3 {
            color: var(--skin-color);
            font-size: 18px;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 1px;
            margin-bottom: 15px;
        }
        
        .title-header h2.title {
            color: white;
            font-size: 32px;
            font-weight: 700;
            line-height: 1.3;
            margin-bottom: 25px;
        }
        
        .title-header h2.title b {
            color: var(--skin-color);
        }
        
        .title-desc p {
            color: #cccccc;
            line-height: 1.8;
            font-size: 16px;
            margin-bottom: 0;
        }
        
        /* Separator */
        .ttm-horizontal_sep {
            height: 1px;
            background: rgba(255, 255, 255, 0.2);
            margin: 20px 0;
        }
        
        .width-100 {
            width: 100% !important;
        }
        
        .margin_top20 {
            margin-top: 20px !important;
        }
        
        .margin_bottom20 {
            margin-bottom: 20px !important;
        }
        
        /* Stats Cards */
        .ttm-fid {
            display: flex;
            align-items: center;
            margin-bottom: 30px;
        }
        
        .ttm-fid-view-lefticon {
            flex-direction: row;
        }
        
        .ttm-fid-icon-wrapper {
            margin-right: 20px;
            width: 70px;
            height: 70px;
            background: rgba(247, 148, 29, 0.1);
            border-radius: 8px;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        
        .ttm-fid-icon-wrapper i {
            font-size: 32px;
            color: var(--skin-color);
        }
        
        .ttm-fid-contents {
            flex: 1;
        }
        
        .ttm-fid-inner {
            font-size: 22px;
            font-weight: 700;
            color: white;
            margin-bottom: 5px;
            line-height: 1;
        }
        
        .ttm-fid-inner span {
            display: inline-block;
        }
        
        .ttm-fid-title {
            font-size: 13px;
            font-weight: 600;
            color: #cccccc;
            margin-bottom: 0;
            text-transform: uppercase;
        }
        
        /* Right Image Section */
        .ttm-right-span {
            position: relative;
            height: 100%;
        }
        
        .ttm-bgcolor-white {
            background-color: var(--white) !important;
        }
        
        .p-30 {
            padding: 30px !important;
        }
        
        .margin_top80 {
            margin-top: 80px !important;
        }
        
        .layer-content {
            position: relative;
            height: 100%;
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
        }
        
        .ttm-equal-height-image {
            height: 100%;
            object-fit: cover;
            width: 100%;
        }
        
        /* Responsive */
        @media (max-width: 991px) {
            .padding_top90 {
                padding-top: 60px !important;
            }
            
            .padding_right60 {
                padding-right: 0 !important;
            }
            
            .padding_bottom70 {
                padding-bottom: 30px !important;
            }
            
            .margin_top80 {
                margin-top: 0 !important;
            }
            
            .res-991-padding_top60 {
                padding-top: 60px !important;
            }
            
            .res-991-padding_bottom30 {
                padding-bottom: 30px !important;
            }
            
            .res-991-margin_top0 {
                margin-top: 0 !important;
            }
            
            .ttm-fid {
                margin-bottom: 25px;
            }
            
            .ttm-fid-inner {
                font-size: 32px;
            }
        }
        
        @media (max-width: 768px) {
            .bg-layer-equal-height {
                min-height: auto;
                padding: 60px 0;
            }
            
            .col-6 {
                width: 100% !important;
                margin-bottom: 20px;
            }
            
            .ttm-fid {
                justify-content: center;
                text-align: center;
            }
            
            .ttm-fid-view-lefticon {
                flex-direction: column;
            }
            
            .ttm-fid-icon-wrapper {
                margin-right: 0;
                margin-bottom: 15px;
            }

            
            .title-header h2.title {
                font-size: 28px;
            }
        }
        
        @media (max-width: 576px) {
            .padding_top90 {
                padding-top: 40px !important;
            }
            
            .title-header h2.title {
                font-size: 24px;
            }
            
            .ttm-fid-inner {
                font-size: 28px;
            }
        }
        
        /* Animation for numbers */
        @keyframes countUp {
            from {
                opacity: 0;
                transform: translateY(20px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }
        
        .animateDigits {
            animation: countUp 1s ease forwards;
        }


        .vamani-trust-section {
            padding: 80px 0;
            background-color: #ffffff;
        }
        
        .vamani-image-container {
            position: relative;
        }
        
        .vamani-experience-badge {
            position: absolute;
            bottom: 30px;
            left: -20px;
            background-color: var(--primary-color);
            color: white;
            padding: 15px 25px;
            font-weight: 600;
            font-size: 18px;
            z-index: 2;
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
        }
        
        .vamani-main-image {
            width: 100%;
            height: auto;
            border-radius: 8px;
            box-shadow: 0 10px 30px rgba(0,0,0,0.1);
            transition: transform 0.5s ease;
        }
        
        .vamani-main-image:hover {
            transform: scale(1.02);
        }
        
        /* Content area */
        .vamani-content-area {
            padding-left: 30px;
        }
        
        @media (max-width: 991px) {
            .vamani-content-area {
                padding-left: 0;
                padding-top: 40px;
            }
            
            .vamani-experience-badge {
                left: 50%;
                transform: translateX(-50%);
                bottom: 20px;
            }
        }
        
        /* Title styling */
        .vamani-section-title h2 {
            font-size: 32px;
            font-weight: 700;
            color: var(--secondary-color);
            margin-bottom: 20px;
            line-height: 1.3;
        }
        
        .vamani-highlight {
            color: var(--primary-color) !important;
        }
        
        .vamani-description {
            color: #666;
            line-height: 1.8;
            font-size: 16px;
            margin-bottom: 30px;
        }
        
        /* Icon boxes - unique names */
        .vamani-feature-item {
            display: flex;
            align-items: flex-start;
            margin-bottom: 20px;
        }
        
        .vamani-feature-icon {
            margin-right: 20px;
            flex-shrink: 0;
        }
        
        .vamani-icon-orange {
            color: var(--primary-color);
            font-size: 40px;
        }
        
        .vamani-feature-text h4 {
            font-size: 20px;
            font-weight: 600;
            color: var(--secondary-color);
            margin-bottom: 5px;
        }
        
        .vamani-feature-text h4 a {
            color: var(--secondary-color);
            text-decoration: none;
            transition: color 0.3s ease;
        }
        
        .vamani-feature-text h4 a:hover {
            color: var(--primary-color);
        }
        
        /* Separator */
        .vamani-divider {
            height: 1px;
            background: #eee;
            margin: 10px 0 20px;
            width: 100%;
        }
        
        /* Second feature item */
        .vamani-feature-circle {
            display: flex;
            align-items: center;
            margin-top: 10px;
        }
        
        .vamani-circle-icon {
            width: 60px;
            height: 60px;
            background-color: var(--light-color);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 20px;
            flex-shrink: 0;
        }
        
        .vamani-circle-icon i {
            color: var(--primary-color);
            font-size: 30px;
        }
        
        .vamani-placeholder-text {
            color: #666;
            font-size: 16px;
            font-style: italic;
            margin: 0;
        }
        
        /* Buttons - unique classes */
        .vamani-btn {
            padding: 14px 35px;
            font-size: 15px;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            border-radius: 0;
            transition: all 0.3s ease;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            text-decoration: none;
            border: none;
            cursor: pointer;
        }
        
        .vamani-btn-orange {
            background-color: var(--primary-color);
            color: white;
        }
        
        .vamani-btn-orange:hover {
            background-color: var(--accent-color);
            transform: translateY(-3px);
            box-shadow: 0 10px 20px rgba(0,0,0,0.1);
            color: white;
        }
        
        .vamani-btn-dark {
            background-color: transparent;
            color: var(--secondary-color);
            border: 2px solid var(--secondary-color);
        }
        
        .vamani-btn-dark:hover {
            background-color: var(--secondary-color);
            color: white;
            transform: translateY(-3px);
            box-shadow: 0 10px 20px rgba(0,0,0,0.1);
        }
        
        .vamani-btn-phone {
            padding-left: 25px;
            padding-right: 25px;
        }
        
        .vamani-btn-phone i {
            margin-right: 10px;
            font-size: 26px;
            color: var(--primary-color);
        }
        
        .vamani-btn-phone:hover i {
            color: white;
        }
        
        .vamani-btn-spacing {
            margin-right: 20px;
        }
        
        .vamani-btn-container {
            margin-top: 25px;
        }
        
        /* Responsive */
        @media (max-width: 991px) {
            .vamani-section-title h2 {
                font-size: 28px;
            }
        }
        
        @media (max-width: 767px) {
            .vamani-trust-section {
                padding: 60px 0;
            }
            
            .vamani-section-title h2 {
                font-size: 24px;
            }
            
            .vamani-btn {
                width: 100%;
                margin-bottom: 15px;
                text-align: center;
            }
            
            .vamani-btn-spacing {
                margin-right: 0;
            }
            
            .vamani-experience-badge {
                font-size: 16px;
                padding: 12px 20px;
            }
        }
        
        @media (max-width: 576px) {
            .vamani-feature-item {
                flex-direction: column;
                text-align: center;
            }
            
            .vamani-feature-icon {
                margin-right: 0;
                margin-bottom: 15px;
            }
            
            .vamani-feature-circle {
                flex-direction: column;
                text-align: center;
            }
            
            .vamani-circle-icon {
                margin-right: 0;
                margin-bottom: 15px;
            }
        }
        
        /* Additional hover effects */
        .vamani-experience-badge:hover {
            background-color: var(--accent-color);
            transform: translateX(-10px);
            transition: all 0.3s ease;
        }
        
        @media (max-width: 991px) {
            .vamani-experience-badge:hover {
                transform: translateX(-50%) scale(1.05);
            }
        }
        
        .vamani-circle-icon:hover {
            background-color: var(--primary-color1);
            transform: rotate(15deg);
            transition: all 0.3s ease;
        }
        
        .vamani-circle-icon:hover i {
            color: white;
        }
        
        .vamani-feature-icon:hover .vamani-icon-orange {
            color: var(--primary-color);
            transform: scale(1.1);
            transition: all 0.3s ease;
        }



        body {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            background-color: #f8f8f8;
        }
        
        .section-title h2 {
            color: #333;
            font-weight: 700;
        }
        
        .section-title h2 b {
            color: var(--primary-color);
        }
        
        /* Services Section */
        .services-section {
            background-color: var(--gray-color);
            padding: 80px 0;
        }
        
        .service-card {
            border: none;
            border-radius: 8px;
            overflow: hidden;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            height: 100%;
        }
        
        .service-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
        }
        
        .service-img {
            height: 250px;
            object-fit: cover;
            width: 100%;
        }
        
        .service-card .card-body {
            padding: 25px;
        }
        
        .service-card h3 {
            color: #333;
            font-weight: 700;
            margin-bottom: 15px;
        }
        
        .service-link {
            color: var(--primary-color);
            text-decoration: none;
            font-weight: 600;
        }
        
        .service-link:hover {
            color: #b8944a;
        }
        
        /* CTA Section */
        .cta-section {
            background-color: var(--dark-color);
            padding: 80px 0;
            color: white;
            background-image: linear-gradient(rgba(0,0,0,0.8), rgba(0,0,0,0.8)), url('images/bg-pattern.png');
            background-size: cover;
            background-position: center;
        }
        
        .cta-section h2 {
            font-weight: 700;
            margin-bottom: 20px;
        }
        
        .btn-primary-custom {
            background-color: var(--primary-color);
            border: none;
            color: white;
            padding: 12px 30px;
            font-weight: 600;
            border-radius: 4px;
        }
        
        .btn-primary-custom:hover {
            background-color: #b8944a;
            color: white;
        }
        
        .btn-outline-custom {
            border: 2px solid white;
            color: white;
            padding: 10px 30px;
            font-weight: 600;
            border-radius: 4px;
        }
        
        .btn-outline-custom:hover {
            background-color: white;
            color: var(--dark-color);
        }
        
        /* Why Choose Us Section */
        .why-choose-section {
            padding: 80px 0;
        }
        
        .why-choose-content {
            padding: 40px;
            background-color: white;
        }
        
        .why-choose-img {
            height: 100%;
            min-height: 500px;
            object-fit: cover;
        }
        
        .feature-item {
            display: flex;
            align-items: flex-start;
            margin-bottom: 25px;
        }
        
        .feature-icon {
            background-color: var(--primary-color);
            color: white;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 15px;
            flex-shrink: 0;
        }
        
        .feature-text h4 {
            font-weight: 600;
            margin-bottom: 5px;
            color: #333;
        }
        
        /* Footer */
        .footer {
            background-color: var(--dark-color);
            color: #aaa;
            padding-top: 70px;
        }
        
        .footer-logo {
            max-width: 200px;
            margin-bottom: 20px;
        }
        
        .footer h3 {
            color: white;
            font-size: 1.3rem;
            margin-bottom: 25px;
            position: relative;
            padding-bottom: 10px;
        }
        
        .footer h3:after {
            content: '';
            position: absolute;
            left: 0;
            bottom: 0;
            width: 50px;
            height: 3px;
            background-color: var(--primary-color);
        }

        .footer h4{
             color: white;
            font-size: 1.3rem;
            margin-bottom: 25px;
            position: relative;
            padding-bottom: 10px;
        }

        .footer h4:after{
            content: '';
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            bottom: 0;
            width: 50px;
            height: 3px;
            background-color: var(--primary-color);
        }
        
        .footer-links {
            list-style: none;
            padding: 0;
        }
        
        .footer-links li {
            margin-bottom: 12px;
        }
        
        .footer-links a {
            color: #aaa;
            text-decoration: none;
            transition: all 0.2s ease-in-out;
        }
        
        .footer-links a:hover {
            color: var(--primary-color);
            padding-left: 5px;
        }
        

        .contact-info{
            list-style: none;
            padding: 0;
        }
        .contact-info li {
            display: flex;
            align-items: flex-start;
            margin-bottom: 15px;
        }
        
        .contact-info i {
            color: var(--primary-color);
            margin-right: 10px;
            margin-top: 5px;
        }
        
        .social-icons a {
            display: inline-block;
            width: 40px;
            height: 40px;
            background-color: #333;
            color: white;
            border-radius: 50%;
            text-align: center;
            line-height: 40px;
            margin-right: 10px;
            transition: all 0.3s;
        }
        
        .social-icons a:hover {
            background-color: var(--primary-color);
            transform: translateY(-3px);
        }
        
        .newsletter-form input {
            padding: 12px 15px;
            border-radius: 4px;
            border: 1px solid #444;
            background-color: #333;
            color: white;
            margin-bottom: 15px;
        }

        .newsletter-form input::placeholder{
            color:#e9ecef !important;
        }

        .newsletter-form input:focus::placeholder {
    color: #444 !important;
}
        .newsletter-form input:focus {
            box-shadow: none;
            border-color: var(--primary-color);
            
        }
        
        .copyright {
            border-top: 1px solid #444;
            padding: 20px 0;
            margin-top: 50px;
            text-align: center;
        }
        
        .copyright a {
            color: var(--primary-color);
            text-decoration: none;
        }
        
        @media (max-width: 768px) {
            .why-choose-img {
                min-height: 300px;
            }
            
            .cta-buttons {
                margin-top: 20px;
            }
        }


        html{
            scroll-padding-top: 40px !important;
        }



        
    