.elementor-227 .elementor-element.elementor-element-82c4570{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-227 .elementor-element.elementor-element-bd3c80a{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-227 .elementor-element.elementor-element-c14dd91{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-227 .elementor-element.elementor-element-6c4b315{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-227 .elementor-element.elementor-element-6c4b315:not(.elementor-motion-effects-element-type-background), .elementor-227 .elementor-element.elementor-element-6c4b315 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#323E5317;}.elementor-227 .elementor-element.elementor-element-e8f5fae{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-227 .elementor-element.elementor-element-e5598af{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-227 .elementor-element.elementor-element-3ff6a7a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-227 .elementor-element.elementor-element-743ce5d{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--align-items:center;--margin-top:-58px;--margin-bottom:35px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-227 .elementor-element.elementor-element-743ce5d.e-con{--align-self:center;}.elementor-227 .elementor-element.elementor-element-217ce9a{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;}.elementor-widget-button .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-227 .elementor-element.elementor-element-3479902 .elementor-button{background-color:#DBA621;font-family:"Inter", Sans-serif;font-size:23px;font-weight:500;border-radius:4px 4px 4px 4px;padding:10px 40px 10px 40px;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-227 .elementor-element.elementor-element-217ce9a{--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );}.elementor-227 .elementor-element.elementor-element-217ce9a.e-con{--align-self:center;}.elementor-227 .elementor-element.elementor-element-3479902{width:100%;max-width:100%;margin:1px 1px calc(var(--kit-widget-spacing, 0px) + 1px) 1px;padding:0px 0px 0px 0px;z-index:99;}.elementor-227 .elementor-element.elementor-element-3479902.elementor-element{--align-self:center;--order:-99999 /* order start hack */;}}/* Start custom CSS for html, class: .elementor-element-bd3c80a */<style>
        

        body {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            background-color: #f5f5f5;
        }

        /* Hero Section */
        .hero-section {
            background: linear-gradient(135deg, rgba(45, 62, 80, 0.95), rgba(29, 54, 80, 0.95)), 
                        url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><text x="20" y="60" font-size="80" fill="%23ffffff" opacity="0.03">TAXI</text></svg>');
            background-size: cover, 200px 200px;
            background-position: center, center;
            padding: 0;
            position: relative;
            overflow: hidden;
        }

        /* Background pattern overlay */
        .hero-section::before {
            content: 'TAXI';
            position: absolute;
            font-size: 400px;
            font-weight: 900;
            color: rgba(255, 255, 255, 0.03);
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            pointer-events: none;
            letter-spacing: 20px;
        }

        /* Header with Logo and Phone */
        .header {
            background-color: white;
            padding: 10px 40px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
            position: relative;
            z-index: 10;
        }

        .logo-wrapper img {
            height: 50px;
            width: auto;
        }

        .phone-number {
            display: flex;
            align-items: center;
            gap: 12px;
            color: #1D3650;
            font-size: 1.4rem;
            font-weight: 700;
            text-decoration: none;
            transition: color 0.3s ease;
        }

        .phone-number:hover {
            color: #E9B223;
        }

        .phone-icon {
            width: 28px;
            height: 28px;
            fill: #1D3650;
        }

        /* Hero Content */
        .hero-content {
            max-width: 1200px;
            margin: 0 auto;
            padding: 80px 40px;
            text-align: center;
            position: relative;
            z-index: 5;
        }

        .hero-title {
            font-size: 3rem;
            font-weight: 700;
            color: white;
            margin-bottom: 20px;
            line-height: 1.2;
        }

        .hero-subtitle {
            font-size: 1.3rem;
            color: rgba(255, 255, 255, 0.95);
            margin-bottom: 40px;
            line-height: 1.5;
        }

        /* CTA Buttons */
        .cta-buttons {
            display: flex;
            gap: 20px;
            justify-content: center;
            flex-wrap: wrap;
            margin-bottom: 60px;
        }

        .cta-btn {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            padding: 16px 35px;
            font-size: 1.1rem;
            font-weight: 600;
            border: 3px solid #E9B223;
            border-radius: 8px;
            text-decoration: none;
            transition: all 0.3s ease;
            cursor: pointer;
            position: relative;
            overflow: hidden;
        }

        .cta-btn-primary {
            background-color: #E9B223;
            color: white;
        }

        .cta-btn-primary:hover {
            background-color: #d4a020;
            transform: translateY(-3px);
            box-shadow: 0 8px 20px rgba(233, 178, 35, 0.4);
        }

        .cta-btn-secondary {
            background-color: transparent;
            color: white;
        }

        .cta-btn-secondary:hover {
            background-color: #E9B223;
            transform: translateY(-3px);
            box-shadow: 0 8px 20px rgba(233, 178, 35, 0.4);
        }

        .btn-icon {
            width: 20px;
            height: 20px;
        }

        /* Statistics Section */
        .stats-section {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 40px;
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 40px 60px;
            position: relative;
            z-index: 5;
        }

        .stat-card {
            text-align: center;
            color: white;
        }

        .stat-icon-wrapper {
            margin-bottom: 15px;
        }

        .stat-icon {
            width: 60px;
            height: 60px;
            margin: 0 auto;
        }

        .stat-number {
            font-size: 3rem;
            font-weight: 700;
            color: white;
            margin-bottom: 10px;
            display: block;
        }

        .stat-label {
            font-size: 1.1rem;
            color: rgba(255, 255, 255, 0.95);
            font-weight: 500;
        }

        /* Mobile Responsive */
        @media (max-width: 968px) {
            .hero-title {
                font-size: 2.3rem;
            }

            .hero-subtitle {
                font-size: 1.1rem;
            }

            .stats-section {
                grid-template-columns: repeat(2, 1fr);
                gap: 30px;
            }

            .stat-card:last-child {
                grid-column: 1 / -1;
                max-width: 400px;
                margin: 0 auto;
            }
        }

        @media (max-width: 768px) {
            .header {
                padding: 1px 20px;
                flex-direction: column;
                gap: 15px;
            }

            .logo-wrapper img {
                height: 40px;
            }

            .phone-number {
                font-size: 1.2rem;
            }

            .phone-icon {
                width: 24px;
                height: 24px;
            }

            .hero-content {
                padding: 60px 20px;
            }

            .hero-title {
                font-size: 1.8rem;
            }

            .hero-subtitle {
                font-size: 1rem;
            }

            .cta-buttons {
                flex-direction: column;
                gap: 15px;
                align-items: stretch;
            }

            .cta-btn {
                width: 100%;
                justify-content: center;
            }

            .stats-section {
                grid-template-columns: 1fr;
                padding: 0 20px 50px;
                gap: 35px;
            }

            .stat-card:last-child {
                grid-column: 1;
                max-width: 100%;
            }

            .stat-number {
                font-size: 2.5rem;
            }

            .stat-label {
                font-size: 1rem;
            }
        }

        @media (max-width: 480px) {
            .hero-title {
                font-size: 1.9rem;
            }

            .hero-subtitle {
                font-size: 0.95rem;
            }

            .cta-btn {
                padding: 14px 28px;
                font-size: 1rem;
            }
        }
    </style>/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-78c4f1b */<style>
        

        body {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            background-color: #f5f5f5;
            padding: 20px;
        }

        .services-section {
            max-width: 1200px;
            margin: 0 auto;
            padding: 60px 20px;
        }

        .section-heading {
            text-align: center;
            color: #1D3650;
            font-size: 2.9rem;
            font-weight: 700;
            margin-bottom: 50px;
            position: relative;
        }

        .section-heading::after {
            content: '';
            display: block;
            width: 80px;
            height: 4px;
            background-color: #EDB524;
            margin: 20px auto 0;
            border-radius: 2px;
        }

        .cards-container {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 30px;
            margin-top: 40px;
            
        }

        .card {
            background: #D2DEE9;
            border-radius: 12px;
            padding: 35px 25px;
            box-shadow: 0 4px 15px rgba(29, 54, 80, 0.1);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            display: flex;
            flex-direction: column;
            height: 100%;
            min-height: 320px;
        }

        .card:hover {
            transform: translateY(-8px);
            box-shadow: 0 8px 25px rgba(29, 54, 80, 0.15);
        }

        .card-heading {
            color: #1D3650;
            font-size: 1.4rem;
            font-weight: 600;
            margin-bottom: 15px;
            line-height: 1.3;
        }

        .card-message {
            color: #555;
            font-size: 1rem;
            line-height: 1.6;
            margin-bottom: 25px;
            flex-grow: 1;
        }

        .cta-button {
            display: inline-block;
            background: linear-gradient(135deg, #EDB524 0%, #d9a420 100%);
            color: white;
            text-decoration: none;
            padding: 14px 28px;
            border-radius: 8px;
            font-weight: 600;
            font-size: 1rem;
            text-align: center;
            transition: all 0.3s ease;
            border: 2px solid transparent;
            position: relative;
            overflow: hidden;
            z-index: 1;
        }

        .cta-button::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: #1D3650;
            transition: left 0.4s ease;
            z-index: -1;
        }

        .cta-button:hover::before {
            left: 0;
        }

        .cta-button:hover {
            transform: scale(1.05);
            box-shadow: 0 6px 20px rgba(237, 181, 36, 0.4);
        }

        .cta-button:active {
            transform: scale(0.98);
        }

        /* Icon animation on button */
        @keyframes pulse {
            0%, 100% {
                transform: scale(1);
            }
            50% {
                transform: scale(1.1);
            }
        }

        .cta-button:hover {
            animation: pulse 1s infinite;
        }

        /* Mobile Responsive */
        @media (max-width: 768px) {
            .section-heading {
                font-size: 2.7rem;
                margin-bottom: 35px;
            }

            .cards-container {
                grid-template-columns: 1fr;
                gap: 20px;
            }

            .card {
                padding: 30px 20px;
                min-height: 300px;
            }

            .card-heading {
                font-size: 1.8rem;
            }

            .card-message {
                font-size: 0.95rem;
            }

            .cta-button {
                padding: 12px 24px;
                font-size: 0.95rem;
            }

            .services-section {
                padding: 40px 15px;
            }
        }

        @media (max-width: 480px) {
            .section-heading {
                font-size: 2.1rem;
            }

            .card-heading {
                font-size: 1.5rem;
            }
        }

        /* Ensure all cards have equal height on desktop */
        @media (min-width: 769px) {
            .cards-container {
                grid-template-columns: repeat(2, 1fr);
            }
        }

        @media (min-width: 1024px) {
            .cards-container {
                grid-template-columns: repeat(4, 1fr);
            }
        }
    </style>/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-20a9fea */<style>

        body {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            background-color: #f5f5f5;
            padding: 20px;
        }

        .cars-section {
            max-width: 1400px;
            margin: 0 auto;
            padding: 60px 20px;
        }

        .section-heading {
            text-align: center;
            color: #1D3650;
            font-size: 2.5rem;
            font-weight: 700;
            margin-bottom: 50px;
            line-height: 1.3;
            position: relative;
        }

        .section-heading::after {
            content: '';
            display: block;
            width: 100px;
            height: 4px;
            background-color: #E9B223;
            margin: 20px auto 0;
            border-radius: 2px;
        }

        .cars-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
            gap: 35px;
            margin-top: 50px;
        }

        .car-card {
            background: white;
            border-radius: 16px;
            overflow: hidden;
            box-shadow: 0 4px 20px rgba(29, 54, 80, 0.1);
            border: 1px solid #e0e0e0;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            display: flex;
            flex-direction: column;
        }

        .car-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 8px 30px rgba(29, 54, 80, 0.15);
        }

        .car-image-wrapper {
            width: 100%;
            height: 350px;
            overflow: hidden;
            background-color: #f8f8f8;
            position: relative;
        }

        .car-image {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center;
            transition: transform 0.4s ease;
        }

        .car-card:hover .car-image {
            transform: scale(1.08);
        }

        .car-content {
            padding: 30px 25px;
            display: flex;
            flex-direction: column;
            flex-grow: 1;
        }

        .car-heading {
            color: #1D3650;
            font-size: 1.5rem;
            font-weight: 700;
            margin-bottom: 12px;
            line-height: 1.3;
        }

        .car-message {
            color: #666;
            font-size: 1rem;
            line-height: 1.6;
            margin-bottom: 25px;
            flex-grow: 1;
        }

        .book-button {
            display: inline-block;
            background: linear-gradient(135deg, #E9B223 0%, #d4a020 100%);
            color: white;
            text-decoration: none;
            padding: 14px 30px;
            border-radius: 8px;
            font-weight: 600;
            font-size: 1.0625rem;
            text-align: center;
            transition: all 0.3s ease;
            border: none;
            cursor: pointer;
            position: relative;
            overflow: hidden;
            z-index: 1;
        }

        .book-button::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: #1D3650;
            transition: left 0.4s ease;
            z-index: -1;
        }

        .book-button:hover::before {
            left: 0;
        }

        .book-button:hover {
            transform: scale(1.05);
            box-shadow: 0 6px 20px rgba(233, 178, 35, 0.4);
        }

        .book-button:active {
            transform: scale(0.98);
        }

        /* Mobile Responsive */
        @media (max-width: 1200px) {
            .cars-grid {
                grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
                gap: 30px;
            }
        }

        @media (max-width: 768px) {
            .cars-section {
                padding: 40px 15px;
            }

            .section-heading {
                font-size: 2rem;
                margin-bottom: 35px;
            }

            .cars-grid {
                grid-template-columns: 1fr;
                gap: 25px;
            }

            .car-image-wrapper {
                height: 220px;
            }

            .car-content {
                padding: 25px 20px;
            }

            .car-heading {
                font-size: 1.35rem;
            }

            .car-message {
                font-size: 0.95rem;
            }

            .book-button {
                padding: 12px 26px;
                font-size: 1rem;
            }
        }

        @media (max-width: 480px) {
            .section-heading {
                font-size: 1.8rem;
            }

            .car-heading {
                font-size: 1.25rem;
            }

            .car-image-wrapper {
                height: 300px;
            }
        }

        /* Ensure consistent card heights */
        @media (min-width: 769px) {
            .cars-grid {
                grid-template-columns: repeat(2, 1fr);
            }
        }

        @media (min-width: 1100px) {
            .cars-grid {
                grid-template-columns: repeat(3, 1fr);
            }
        }
    </style>/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e5598af */<style>
       

        body {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            background-color: #f5f5f5;
        }

        /* How to Book Section */
        .booking-process-section {
            background: linear-gradient(135deg, #1D3650 0%, #2d4a5e 100%);
            padding: 70px 20px;
            position: relative;
            overflow: hidden;
        }

        /* Subtle background pattern */
        .booking-process-section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-image: 
                radial-gradient(circle at 20% 50%, rgba(233, 178, 35, 0.05) 0%, transparent 50%),
                radial-gradient(circle at 80% 80%, rgba(233, 178, 35, 0.05) 0%, transparent 50%);
            pointer-events: none;
        }

        .container {
            max-width: 1200px;
            margin: 0 auto;
            position: relative;
            z-index: 1;
        }

        /* Section Header */
        .section-header {
            text-align: center;
            margin-bottom: 50px;
        }

        .section-headingg {
            font-size: 2.5rem;
            font-weight: 700;
            color: white;
            margin-bottom: 15px;
            line-height: 1.3;
        }

        .section-heading::after {
            content: '';
            display: block;
            width: 80px;
            height: 4px;
            background-color: #E9B223;
            margin: 20px auto 0;
            border-radius: 2px;
        }

        .key-message {
            font-size: 1.2rem;
            color: rgba(255, 255, 255, 0.9);
            margin-top: 15px;
        }

        /* Steps Container */
        .steps-container {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 40px;
            margin-bottom: 50px;
            position: relative;
        }

        /* Connecting line between steps (desktop only) */
        .steps-container::before {
            content: '';
            position: absolute;
            top: 50px;
            left: 20%;
            right: 20%;
            height: 3px;
            background: linear-gradient(to right, 
                #E9B223 0%, 
                #E9B223 33%, 
                rgba(233, 178, 35, 0.3) 33%, 
                rgba(233, 178, 35, 0.3) 66%, 
                rgba(233, 178, 35, 0.3) 66%, 
                rgba(233, 178, 35, 0.3) 100%);
            z-index: 0;
        }

        .step-card {
            background: rgba(255, 255, 255, 0.08);
            border: 2px solid rgba(233, 178, 35, 0.3);
            border-radius: 16px;
            padding: 40px 30px;
            text-align: center;
            transition: all 0.4s ease;
            position: relative;
            backdrop-filter: blur(10px);
        }

        .step-card:hover {
            transform: translateY(-10px);
            border-color: #E9B223;
            background: rgba(255, 255, 255, 0.12);
            box-shadow: 0 15px 40px rgba(233, 178, 35, 0.2);
        }

        .step-number {
            width: 70px;
            height: 70px;
            background: linear-gradient(135deg, #E9B223 0%, #d4a020 100%);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 25px;
            font-size: 2rem;
            font-weight: 700;
            color: white;
            box-shadow: 0 8px 20px rgba(233, 178, 35, 0.3);
            position: relative;
            z-index: 1;
        }

        .step-title {
            font-size: 1.4rem;
            font-weight: 700;
            color: white;
            margin-bottom: 15px;
            line-height: 1.3;
        }

        .step-description {
            font-size: 1rem;
            color: rgba(255, 255, 255, 0.8);
            line-height: 1.6;
        }

        /* CTA Section */
        .cta-section {
            text-align: center;
            padding-top: 20px;
        }

        .final-cta-btn {
            display: inline-flex;
            align-items: center;
            gap: 12px;
            background: linear-gradient(135deg, #E9B223 0%, #d4a020 100%);
            color: white;
            text-decoration: none;
            padding: 18px 40px;
            border-radius: 50px;
            font-size: 1.2rem;
            font-weight: 700;
            border: none;
            cursor: pointer;
            transition: all 0.3s ease;
            box-shadow: 0 8px 25px rgba(233, 178, 35, 0.3);
            position: relative;
            overflow: hidden;
        }

        .final-cta-btn::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(135deg, #d4a020 0%, #c89420 100%);
            transition: left 0.4s ease;
            z-index: -1;
        }

        .final-cta-btn:hover::before {
            left: 0;
        }

        .final-cta-btn:hover {
            transform: translateY(-3px);
            box-shadow: 0 12px 35px rgba(233, 178, 35, 0.4);
        }

        .final-cta-btn:active {
            transform: translateY(-1px);
        }

        .cta-icon {
            font-size: 1.5rem;
            animation: point 1s ease-in-out infinite;
        }

        @keyframes point {
            0%, 100% {
                transform: translateX(0);
            }
            50% {
                transform: translateX(5px);
            }
        }

        /* Mobile Responsive */
        @media (max-width: 968px) {
            .steps-container {
                grid-template-columns: 1fr;
                gap: 30px;
            }

            .steps-container::before {
                display: none;
            }

            .section-heading {
                font-size: 2rem;
            }

            .key-message {
                font-size: 1.1rem;
            }
        }

        @media (max-width: 768px) {
            .booking-process-section {
                padding: 50px 15px;
            }

            .section-heading {
                font-size: 1.8rem;
            }

            .key-message {
                font-size: 1rem;
            }

            .step-card {
                padding: 35px 25px;
            }

            .step-number {
                width: 60px;
                height: 60px;
                font-size: 1.7rem;
            }

            .step-title {
                font-size: 1.25rem;
            }

            .step-description {
                font-size: 0.95rem;
            }

            .final-cta-btn {
                padding: 16px 35px;
                font-size: 1.1rem;
                width: 100%;
                justify-content: center;
            }
        }

        @media (max-width: 480px) {
            .section-heading {
                font-size: 1.5rem;
            }

            .key-message {
                font-size: 0.95rem;
            }

            .final-cta-btn {
                padding: 14px 30px;
                font-size: 1rem;
            }
        }
    </style>/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-95615cc */<style>
       

        body {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            background-color: #f5f5f5;
            padding: 20px;
        }

        .contact-section {
            max-width: 1200px;
            margin: 0 auto;
            padding: 70px 20px;
        }

        .contact-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 30px;
        }

        .contact-card {
            background: white;
            border-radius: 16px;
            padding: 50px 35px;
            text-align: center;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
            border: 1px solid #e8e8e8;
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
        }

        .contact-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 4px;
            background: linear-gradient(to right, #E9B223, #d4a020);
            transform: scaleX(0);
            transition: transform 0.3s ease;
        }

        .contact-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 12px 35px rgba(0, 0, 0, 0.12);
        }

        .contact-card:hover::before {
            transform: scaleX(1);
        }

        .icon-wrapper {
            width: 80px;
            height: 80px;
            margin: 0 auto 25px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: linear-gradient(135deg, #fff3d6 0%, #ffe9b3 100%);
            border-radius: 50%;
            transition: transform 0.3s ease;
        }

        .contact-card:hover .icon-wrapper {
            transform: scale(1.1) rotate(5deg);
        }

        .icon {
            width: 45px;
            height: 45px;
        }

        .card-title {
            font-size: 1.6rem;
            font-weight: 700;
            color: #1D3650;
            margin-bottom: 15px;
        }

        .card-description {
            font-size: 1rem;
            color: #666;
            line-height: 1.6;
            margin-bottom: 0;
        }

        .card-link {
            color: #1D3650;
            text-decoration: none;
            font-weight: 600;
            transition: color 0.3s ease;
        }

        .card-link:hover {
            color: #E9B223;
        }

        /* Mobile Responsive */
        @media (max-width: 968px) {
            .contact-grid {
                grid-template-columns: repeat(2, 1fr);
                gap: 25px;
            }

            .contact-card:last-child {
                grid-column: 1 / -1;
                max-width: 450px;
                margin: 0 auto;
                width: 100%;
            }
        }

        @media (max-width: 768px) {
            .contact-section {
                padding: 50px 15px;
            }

            .contact-grid {
                grid-template-columns: 1fr;
                gap: 25px;
            }

            .contact-card {
                padding: 40px 30px;
            }

            .contact-card:last-child {
                grid-column: 1;
                max-width: 100%;
            }

            .icon-wrapper {
                width: 70px;
                height: 70px;
            }

            .icon {
                width: 40px;
                height: 40px;
            }

            .card-title {
                font-size: 1.4rem;
            }

            .card-description {
                font-size: 0.95rem;
            }
        }

        @media (max-width: 480px) {
            .card-title {
                font-size: 1.3rem;
            }

            .card-description {
                font-size: 0.9rem;
            }
        }
    </style>/* End custom CSS */