/*
Theme Name: 365 Property Management
Author: Nicholas Christo
Description: A fast, lightweight theme for 365 Property Management in Florida.
Version: 1.0
*/
/* 4 Column Contact Info */

			.page-title {
				color: #111;
				font-family: "Chivo", sans-serif;
				font-size: 2em;	
			}
		.page-content p {
			line-height: 30px;
			font-size: 16px;
			color: #000;
			line-height: 26px;
		}
		.contact-placeholder img, .left-column-contact img  {
			box-shadow: 0px 0px 4px #00000012;
    		border-radius: 5px;
		}
		.right-column-contact .fluentform .ff-el-form-control {
			background-color: #fff !important;
			border: 1px solid #d7d7d7 !important;
			border-radius: 5px !important;
		}
		.ff-message-success a {
		    font-family: "Chivo", sans-serif !important;
			font-size:12px !important;
		}
		.page-content li {
			line-height: 26px;
			font-size: 16px;
			color: #000;
		}
        .contact-info-grid {
            display: flex;
            gap: 30px;
            margin-bottom: 40px;
    		margin-top: 50px;
        }

        .contact-info-box {
            flex: 1;
            background: #f8f9fa;
            border-radius: 12px;
            padding: 30px 25px;
            text-align: center;
            border-left: 4px solid #000;
            transition: all 0.3s ease;
        }

        .contact-info-box:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 25px rgba(0,0,0,0.1);
            background: white;
        }

        .contact-icon {
            font-size: 2.5rem;
            margin-bottom: 15px;
            display: block;
        }

        .contact-info-title {
            font-size: 1.2rem;
            font-weight: 600;
            color: #000;
            margin-bottom: 15px;
        }

        .contact-info-content {
            color: #000;
            line-height: 1.6;
        }

        .contact-info-content a {
            color: #000 !important;
            text-decoration: none;
            font-weight: 500;
            transition: color 0.3s ease;
        }

        .contact-info-content a:hover {
            color: #000 !important;
            text-decoration: underline;
        }

        .contact-info-content strong {
            color: #000;
        }
       /* Form Section */
        .contact-form-section {
            display: flex;
            gap: 60px;
            align-items: flex-start;
        }

        .contact-image {
            flex: 0 0 45%;
            max-width: 45%;
        }
    .columns-container {
            display: flex;
            gap: 30px;
            align-items: stretch; /* This ensures equal height */
	    margin-top: 40px;
        }

        .column {
            flex: 1; /* Equal width for all columns */
            background: #f8f9fa;
            border-radius: 12px;
            padding: 40px 30px;
            text-align: left;
            transition: all 0.3s ease;
            border-left: 4px solid #000;
            display: flex;
            flex-direction: column;
        }

        .column:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 25px rgba(0,0,0,0.1);
            background: white;
        }

        .column-icon {
            width: 80px;
            height: 80px;
            background: #ff8c00;
            border-radius: 50%;
            margin: 0 auto 25px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 2rem;
            color: white;
            transition: all 0.3s ease;
        }

        .column:hover .column-icon {
            background: #ff6b00;
            transform: scale(1.1);
        }

        .column-title {
            font-size: 1.4rem;
            font-weight: 600;
            color: #000;
            margin-bottom: 15px;
        }

        .column-description {
            color: #000;
            line-height: 1.7;
            margin-bottom: 25px;
           margin-top: 0;
        }

        .column-features {
            list-style: none;
            text-align: left;
            margin-bottom: 25px;
        }

        .column-features li {
            color: #000;
            margin-bottom: 8px;
            padding-left: 20px;
            position: relative;
            font-size: 0.95rem;
        }

        .column-features li::before {
            content: '✓';
            color: #000;
            font-weight: bold;
            position: absolute;
            left: 0;
        }

        .column-button {
			background-color: rgb(65, 65, 65);
			display: inline-block;
			text-transform: uppercase;
			font-family: Chivo, sans-serif;
			font-size: 16px;
			font-weight: 500;
			line-height: 1.5;
			color: rgb(255, 255, 255) !important;
			text-decoration: none;
			padding: 15px 50px;
			transition: background 0.3s;
            text-decoration: none;
            display: inline-block;
            margin-top: auto; /* This pushes button to bottom */
			font-family: "Chivo", sans-serif;
    		text-align: center;
        }

        .column-button:hover {
            background: #000;
            transform: translateY(-2px);
        }

       


body {
  font-family: sans-serif;
  margin: 0;
  padding: 0;
}

header, footer {
  background: #000;
  color: #fff;
  padding: 1rem;
  text-align: center;
font-family: "DM Sans", sans-serif;
}
.ksdhfs {
	width:50%;
	float:left;
}
.ksdhfsimg {
	width:50%;
	float:left;	
}
.ihjdljg {
	display:flex;
}
nav ul {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: center;
  gap: 2rem;
}

nav a {
  color: white;
  text-decoration: none;
  font-weight: bold;
}
.wpcf7-form {
    min-width: 400px !important;
    text-align: left !important;
}
.wpcf7-form input{
    width: 100% !important;
    height: 40px !important;
}
.wpcf7-form textarea{
    width: 100% !important;
}
section {
  padding: 75px 20px;
  margin: auto;
  font-family: "DM Sans", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  color: #111;
font-family: "Chivo", sans-serif;
}

ul {
  padding-left: 1.5rem;
}

ul li {
  margin-bottom: 0.5rem;
}
 @media (max-width: 768px) {
.ksdhfs {
	width:100%;
	float:none;
}
.ksdhfsimg {
	width:100%;
	float:none;	
}	
.ihjdljg {
	display:block;
}
}


/* Hero Section */
#hero {
    padding: 0px 0px;
    text-align: center;
    position: relative;
    max-width: 100%;
}
    
    #hero-slider {
      width: 100%;
      position: relative;
      overflow: hidden;
      height: 600px;
    }
    
    .hero-slide {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      opacity: 0;
      transition: opacity 0.5s ease-in-out;
      color: white;
    }
    
    .hero-slide.active {
      opacity: 1;
      z-index:99;
    }
    
.hero-slide h1 {
    font-size: 3rem;
    margin-bottom: 1rem;
    font-weight: 700;
    text-shadow: none;
    color:#fff;
}
    
    .hero-slide h2 {
      font-size: 2.2rem;
      font-weight: 400;
      margin-bottom: 1rem;
    margin-top: 0;
    text-shadow: none;
        color:#fff;
    }
    
    .hero-slide p {
      font-size: 1.2rem;
      max-width: 700px;
      margin: 0 auto 2rem;
      line-height: 1.4;
    }
    
    /* Slider Navigation */
    .slider-nav {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      background: rgba(255, 255, 255, 0.8);
      border: none;
      width: 50px;
      height: 50px;
      border-radius: 50%;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 20px;
      color: #333;
      z-index: 99;
      transition: background 0.3s ease;
    }
    
    .slider-nav:hover {
      background: rgba(255, 255, 255, 1);
    }
    
    .slider-nav.prev {
      left: 20px;
    }
    
    .slider-nav.next {
      right: 20px;
    }
	.hero-slide a {
    margin: 0 1rem;
    background-color: #fff;
    padding: 15px 20px;
    text-decoration: none;
    border-radius: 5px;
    width: 165px !important;
    float: left;
    text-align: center;
	    text-transform: uppercase;
    font-family: "Chivo", sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #000;
	}
.fluentform .ff-el-form-control {
    display: block;
    width: 100%;
    background-color: #e9eff2 !important;
    height: 55px !important;
    font-size: 15px !important;
    border-radius: 0 !important;
    border: none ! IMPORTANT;
    font-family: "DM Sans", sans-serif !important;
}
form.fluent_form_1 .ff-btn-submit:not(.ff_btn_no_style) {
    background-color: var(--fluentform-primary);
    color: #ffffff;
    border-radius: 0 !important;
    height: 55px !important;
    width: 200px;
    text-transform: uppercase;
font-family: "Chivo", sans-serif;
}
.ff-default textarea {
    min-height: 150px !important;
}
.flex-container-home-contact {
  display: flex;
  gap: 20px; /* Optional spacing between columns */
}

.left-column-contact {
  width: 35%;
}

.right-column-contact {
  width: 65%;
}
.schedule-visit {
  background: linear-gradient(to bottom, #f6f6f6, #ffffff);
  padding: 60px 20px;
  text-align: center;
}

.schedule-visit .container {
  max-width: 900px;
  margin: 0 auto;
}

.schedule-visit h2 {
  font-size: 32px;
  color: #000;
  margin-bottom: 20px;
  margin-top: 0 !important;
}

.schedule-visit .subtitle {
  font-size: 16px;
  color: #000;
  max-width: 600px;
  margin: 0 auto 40px;
  line-height: 1.6;
}

.visit-times {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 30px 0;
  margin-bottom: 40px;
}

.visit-block {
  flex: 1;
  min-width: 200px;
  padding: 0 10px;
  border-right: 1px solid #ddd;
}

.visit-block:last-child {
  border-right: none;
}

.visit-block h4 {
  font-size: 16px;
  color: #333;
  margin-bottom: 8px;
  font-weight: 600;
}

.visit-block p {
  font-size: 15px;
  color: #197efb;
  font-weight: 500;
}

.visit-btn {
    display: inline-block;
    background-color: #000;
    color: white;
    text-decoration: none;
    font-weight: bold;
    border-radius: 4px;
    transition: background 0.3s ease;
    width: 200px;
    height: 55px;
	line-height:55px;
    font-family: "Chivo", sans-serif;
}

.visit-btn:hover {
  background-color: #000;
}
.btn-capital {
    background-color: #414141;
    text-decoration: none;
    color: #fff !important;
    padding: 15px 50px;
    display: inline-block;
    text-transform: uppercase;
    font-family: "Chivo", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
	transition: background 0.3s ease;
}
.btn-capital:hover {
    background-color: #000;
}
.company-intro {
            background: white;
            padding: 75px 0;
        }

        .container {
            max-width: 1280px;
            margin: 0 auto;
            padding: 0 20px;
        }

        .intro-content {
            display: flex;
            gap: 30px;
            align-items: start;
		    margin-top: 50px;
        }

        .intro-text {
            flex: 0 0 45%;
            max-width: 45%;
        }

		.intro-title {
			font-size: 2.5rem;
			font-weight: 500;
			color: #000000;
			text-align: center;
			line-height: 1.2;
			font-family: "Chivo", sans-serif;
		    margin-bottom: 20px;
		}

        .intro-subtitle {
            font-size: 1.1rem;
            color: #5a6c7d;
            text-align: center;
            margin-bottom: 50px;
            font-weight: 500;
        }

        .intro-description {
            color: #000;
            line-height: 1.8;
            margin-bottom: 0;
        }

        .intro-description p {
            margin-bottom: 20px;
            font-size: 18px;
    		line-height: 28px;
			margin-top:0 !important;
			color:#000;
        }

        .intro-description p:last-child {
            margin-bottom: 0;
        }

        .highlight-text {
            font-weight: 600;
            color: #2c3e50;
        }

        .stats-section {
            display: flex;
            flex-direction: column;
            gap: 20px;
        }

        .stat-item {
            text-align: left;
            padding: 30px 20px;
            background: #f8f9fa;
            border-radius: 12px;
            border-left: 4px solid #000;
            transition: all 0.3s ease;
        }

        .stat-item:hover {
            transform: translateY(-3px);
            box-shadow: 0 8px 25px rgba(0,0,0,0.1);
            background: #ffffff;
        }

		.stat-number {
			display: block;
			font-size: 1.8rem;
			font-weight: 500;
			color: #000000;
			margin-bottom: 8px;
			line-height: 1;
			text-align: left;
			font-family: "Chivo", sans-serif;
		}
		.stat-label {
			font-size: 1rem;
			color: #000000;
			font-weight: 400;
			text-transform: none;
			text-align: left;
			line-height: 25px;
		}
.our-services-block {
    border-radius: 7px;
    padding: 2.5rem 1.5rem;
    background: #ffffff;
    box-shadow: 0 0 6px #0000000d;
}
.our-services-block strong {
    margin-bottom: 10px !important;
    display: inline-block;
}
.about-intro-description p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 27px;
    margin-top: 0 !important;
    color: #000;	
}
.about-intro-description li {
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 4px !important;
    color: #000;
}
.visit-block-side-con .visit-block-side {
    text-align: center;
    padding: 10px 10px;
    font-family: "DM Sans", sans-serif;
}
.visit-block-side-con .visit-block-side h4 {
margin: 5px;
}
.visit-block-side-con .visit-block-side p {
    margin: 5px;
}
.about-intro-text {
    flex: 0 0 50%;
    max-width: 50%;
    animation-delay: 0.2s;	
}
.stats-section-about {
    animation-delay: 0.4s;
    display: flex;
    flex-direction: column;
    opacity: 0;
    animation: fadeInUp 0.8s ease forwards;	
}
.visit-block-side-con {
    background-color: #f4f4f4;
    padding: 25px;
    border-radius: 15px;
    margin-top: 25px;
}
#testimonials {
	background-image: url(https://www.everydaypropertymgmt.com/wp-content/uploads/2025/07/image-16-1.jpg) !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;	
    z-index: -9;
    display: block;
    position: relative;
}
#testimonials:before {
    content: "";
    background-color: #000;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0.5; /* Optional if you want semi-transparent overlay */
}

.team-section .container {
	max-width:950px;
}

        .team-grid {
            display: flex;
            gap: 40px;
            justify-content: center;
            align-items: stretch;
		    margin-top: 50px;
        }

        .team-member {
            background: white;
            border-radius: 12px;
            padding: 40px 30px;
            text-align: center;
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
            transition: all 0.3s ease;
            flex: 0 0 calc(50% - 20px);
            max-width: calc(50% - 20px);
            position: relative;
            overflow: hidden;
        }

        .team-member::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 4px;
            background: linear-gradient(90deg, #000, #000);
            opacity: 0;
            transition: opacity 0.3s ease;
        }

        .team-member:hover {
            transform: translateY(-8px);
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
        }

        .team-member:hover::before {
            opacity: 1;
        }

        .member-image {
            margin: 0 auto 25px;
        }


        .member-name {
            font-size: 1.4rem;
            font-weight: 600;
            color: #000;
            margin-bottom: 8px;
            letter-spacing: 0.3px;
        }

        .member-title {
            font-size: 1rem;
            color: #000;
            margin-bottom: 15px;
            font-weight: 500;
        }

        .member-bio {
            font-size: 0.95rem;
            color: #000;
            line-height: 1.7;
            margin-bottom: 20px;
        }

        .member-contact {
            display: flex;
            justify-content: center;
            gap: 15px;
            margin-top: 20px;
        }

        .contact-item {
            color: #000;
            text-decoration: none;
            font-size: 0.9rem;
            padding: 8px 12px;
            border-radius: 6px;
            background: #f8f9fa;
            transition: all 0.3s ease;
            display: flex;
            align-items: center;
            gap: 5px;
        }

        .contact-item:hover {
            background: #ff8c00;
            color: white;
            transform: translateY(-2px);
        }

        .contact-icon {
            width: 40px;
            height: 30px;
            display: inline-block;
        }
        /* Mobile Responsive Design */
        @media (max-width: 1024px) {
            .intro-content {
                gap: 60px;
            }
            
            .intro-title {
                font-size: 2.5rem;
            }
        }

        @media (max-width: 768px) {
            .company-intro {
                padding: 40px 0;
            }
			.left-column-contact {
			    max-height: 300px;
    			overflow: hidden;	
			}
            .intro-content {
                flex-direction: column;
                gap: 50px;
            }
			.about-intro-text {
				flex: 0 0 100%;
				max-width: 100%;
				animation-delay: 0.2s;
			}
            .intro-text {
                flex: 1;
                max-width: 100%;
            }

            .stats-section {
                flex: 1;
                max-width: 100%;
                flex-direction: row;
                justify-content: center;
                gap: 20px;
            }

            .intro-title {
                font-size: 2.2rem;
                margin-bottom: 20px;
            }

            .intro-subtitle {
                font-size: 1rem;
                margin-bottom: 40px;
            }

            .stat-item {
                flex: 1;
                min-width: 120px;
                padding: 25px 15px;
            }

            .stat-number {
                font-size: 1.5rem;
            }

            .stat-label {
                font-size: 0.9rem;
            }
        }

        @media (max-width: 480px) {
            .container {
                padding: 0 15px;
            }
            .company-intro {
                padding: 30px 0;
            }

            .intro-title {
                font-size: 1.8rem;
                line-height: 1.3;
            }

            .intro-subtitle {
                font-size: 0.95rem;
                margin-bottom: 35px;
            }

            .intro-description p {
                font-size: 0.95rem;
                margin-bottom: 18px;
            }

            .stats-section {
                flex: 1;
                max-width: 100%;
                flex-direction: column;
                gap: 20px;
            }

            .stat-item {
                padding: 20px 15px;
            }

            .stat-number {
                font-size: 1.5rem;
            }

            .stat-label {
                font-size: 0.85rem;
            }
        }

        @media (max-width: 360px) {
            .intro-title {
                font-size: 1.6rem;
            }

            .stat-number {
                font-size: 2rem;
            }
        }

        /* Smooth animations */
        .intro-content > * {
            opacity: 0;
            animation: fadeInUp 0.8s ease forwards;
        }

        .intro-text {
            animation-delay: 0.2s;
        }

        .stats-section {
            animation-delay: 0.4s;
        }

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

        /* High contrast mode support */
        @media (prefers-contrast: high) {
            .intro-title {
                color: #000;
            }
            
            .stat-item {
                border: 2px solid #000;
            }
        }

        /* Reduced motion support */
        @media (prefers-reduced-motion: reduce) {
            * {
                animation-duration: 0.01ms !important;
                animation-iteration-count: 1 !important;
                transition-duration: 0.01ms !important;
            }

            .stat-item:hover {
                transform: none;
            }
        }
/* Responsive */
@media (max-width: 768px) {
  .visit-times {
    flex-direction: column;
    gap: 20px;
  }

  .visit-block {
    border: none;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
  }

  .visit-block:last-child {
    border-bottom: none;
  }
}
    /* Responsive Design */
    @media (max-width: 768px) {
      .hero-slide h1 {
        font-size: 2.2rem;
      }
		.flex-container-home-contact {
 			 display: flex;
			flex-wrap: wrap;
  			gap: 20px; /* Optional spacing between columns */
		}
        .left-column-contact,
  		.right-column-contact {
    		width: 100%;
  		}
      .hero-slide h2 {
        font-size: 1.6rem;
      }
      
      .hero-slide p {
        font-size: 1rem;
      }
      
    .slider-nav {
        width: 25px;
        height: 25px;
        font-size: 16px;
    }
    .hero-slide a {
	margin: 0 1rem;
    background-color: #fff;
    padding: 15px 20px;
    text-decoration: none;
    border-radius: 5px;
    width: 165px !important;
    float: left;
    text-align: center;
    text-transform: uppercase;
    font-family: "Chivo", sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #000;
	}
    .hero-slide-content {
        padding: 30px;
    }
    }
    
    @media (max-width: 480px) {
      #hero {
        padding: 0px 0px;
      }
	.hero-slide a {
        background-color: #fff;
        padding: 15px 10px;
        text-decoration: none;
        border-radius: 5px;
        width: 145px !important;
        float: left;
        text-align: center;
        font-size: 14px;
        margin: 5px !important;
    }
        .hero-slide-content {
        padding: 30px;
    }
    .slider-nav.prev {
    left: 5px;
}
    .slider-nav.next {
    right: 5px;
}
      .hero-slide h1 {
        font-size: 2rem;
      }
        .slider-nav {
        width: 25px;
        height: 25px;
        font-size: 14px;
    }
      
      .hero-slide h2 {
        font-size: 1rem;
      }
    .wpcf7-form {
    min-width: 100% !important;
    text-align: left !important;
}
    }
	
	


        /* Responsive Design */
        @media (max-width: 1024px) {
            .team-grid {
                gap: 30px;
            }

            .team-member {
                flex: 0 0 calc(50% - 15px);
                max-width: calc(50% - 15px);
                padding: 35px 25px;
            }

            .section-title {
                font-size: 2.2rem;
            }
        }

        @media (max-width: 768px) {
            .team-section {
                padding: 60px 0;
            }

            .team-grid {
                flex-direction: column;
                gap: 30px;
            }

            .team-member {
                flex: 1;
                max-width: 100%;
            }

            .section-title {
                font-size: 2rem;
                margin-bottom: 15px;
            }

            .section-subtitle {
                font-size: 1rem;
                margin-bottom: 50px;
            }

            .member-contact {
                flex-direction: column;
                gap: 10px;
            }

            .contact-item {
                justify-content: center;
            }
        }

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

            .team-section {
                padding: 50px 0;
            }

            .team-member {
                padding: 30px 20px;
            }

            .section-title {
                font-size: 1.8rem;
            }

            .section-subtitle {
                font-size: 0.95rem;
                margin-bottom: 40px;
            }

            .member-name {
                font-size: 1.2rem;
            }

            .member-title {
                font-size: 0.9rem;
            }

            .member-bio {
                font-size: 0.9rem;
            }
        }

        @media (max-width: 360px) {
            .section-title {
                font-size: 1.6rem;
            }

            .team-member {
                padding: 25px 15px;
            }
        }

        /* High contrast mode support */
        @media (prefers-contrast: high) {
            .team-member {
                border: 2px solid #000;
            }
            
            .member-name {
                color: #000;
            }
            
            .contact-item {
                border: 1px solid #000;
            }
        }

        /* Reduced motion support */
        @media (prefers-reduced-motion: reduce) {
            .team-member,
            .member-image,
            .contact-item {
                transition: none;
            }

            .team-member:hover {
                transform: none;
            }

            .team-member:hover .member-image {
                transform: none;
            }
        }

        /* Animation for section entrance */
        .team-member {
            opacity: 0;
            transform: translateY(30px);
            animation: fadeInUp 0.6s ease forwards;
        }

        .team-member:nth-child(1) {
            animation-delay: 0.2s;
        }

        .team-member:nth-child(2) {
            animation-delay: 0.4s;
        }

        @keyframes fadeInUp {
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }


/* Responsive Design */
        @media (max-width: 1024px) {
            .columns-container {
                gap: 25px;
            }

            .column {
                padding: 35px 25px;
            }

            .section-title {
                font-size: 2.2rem;
            }
        }

        @media (max-width: 768px) {
            .three-column-section {
                padding: 60px 0;
            }

            .columns-container {
                flex-direction: column;
                gap: 25px;
            }

            .column {
                flex: none; /* Reset flex for mobile */
            }

            .section-title {
                font-size: 2rem;
                margin-bottom: 15px;
            }

            .section-subtitle {
                font-size: 1rem;
                margin-bottom: 50px;
            }

            .column-icon {
                width: 70px;
                height: 70px;
                font-size: 1.8rem;
                margin-bottom: 20px;
            }

            .column-title {
                font-size: 1.3rem;
            }
		.contact-info-grid {
			grid-template-columns: 1fr;
			gap: 15px;
			margin-bottom: 40px;
			display: grid;
		}
        }

        @media (max-width: 480px) {
            .container {
                padding: 0 15px;
            }
			.contact-info-grid {
				grid-template-columns: 1fr;
				gap: 15px;
				margin-bottom: 40px;
			}
            .three-column-section {
                padding: 50px 0;
            }

            .column {
                padding: 30px 20px;
            }

            .section-title {
                font-size: 1.8rem;
            }

            .section-subtitle {
                font-size: 0.95rem;
                margin-bottom: 40px;
            }

            .column-icon {
                width: 60px;
                height: 60px;
                font-size: 1.5rem;
            }

            .column-title {
                font-size: 1.2rem;
            }

            .column-description {
                font-size: 0.95rem;
            }
			.contact-image {
				flex: 100%;
				max-width: 100%;
			}
			.contact-form-section {
				display: flex;
				gap: 20px;
				align-items: flex-start;
				flex-direction: column;
			}
        }

        /* Animation */
        .column {
            opacity: 0;
            transform: translateY(30px);
            animation: fadeInUp 0.6s ease forwards;
        }

        .column:nth-child(1) {
            animation-delay: 0.1s;
        }

        .column:nth-child(2) {
            animation-delay: 0.2s;
        }

        .column:nth-child(3) {
            animation-delay: 0.3s;
        }

        @keyframes fadeInUp {
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        /* Accessibility and Performance */
        @media (prefers-reduced-motion: reduce) {
            .column {
                animation: none;
                opacity: 1;
                transform: none;
            }

            .column:hover {
                transform: none;
            }

            .column:hover .column-icon {
                transform: none;
            }

            .column-button:hover {
                transform: none;
            }
        }

        @media (prefers-contrast: high) {
            .column {
                border: 2px solid #000;
            }
            
            .column-title {
                color: #000;
            }
        }

 /* Animation */
        .contact-info-box {
            opacity: 0;
            transform: translateY(30px);
            animation: fadeInUp 0.6s ease forwards;
        }

        .contact-info-box:nth-child(1) { animation-delay: 0.1s; }
        .contact-info-box:nth-child(2) { animation-delay: 0.2s; }
        .contact-info-box:nth-child(3) { animation-delay: 0.3s; }
        .contact-info-box:nth-child(4) { animation-delay: 0.4s; }

        @keyframes fadeInUp {
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        /* Accessibility */
        @media (prefers-reduced-motion: reduce) {
            .contact-info-box {
                animation: none;
                opacity: 1;
                transform: none;
            }

            .contact-info-box:hover {
                transform: none;
            }

            .submit-button:hover {
                transform: none;
            }
        }

        @media (prefers-contrast: high) {
            .contact-info-box {
                border: 2px solid #000;
            }
            
            .contact-info-title {
                color: #000;
            }
        }