body { font-family: 'Poppins', sans-serif; margin: 0; } /*.hero {*/ /* background: url('../images/hero.jpg') center/cover no-repeat;*/ /* color: white; text-align: center; padding: 8rem 1rem; position: relative;*/ /*}*/ /*.hero-overlay { background: rgba(0,0,0,0.5); padding: 3rem; display: inline-block; }*/ .services { background: #f9f9f9; text-align: center; padding: 4rem 2rem; } .service-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px,1fr)); gap: 2rem; } .testimonials { background: #fff; padding: 4rem 2rem; } .testimonial-card { background: #f2f2f2; border-radius: 1rem; padding: 2rem; margin: 1rem; } .btn { background: #0099cc; color: white; padding: 0.8rem 1.5rem; border-radius: 5px; text-decoration: none; } .contact-page { background: #f7f9fb; padding: 4rem 1rem; } .contact-container { max-width: 700px; margin: auto; background: white; padding: 3rem; border-radius: 1rem; box-shadow: 0 2px 8px rgba(0,0,0,0.1); } .contact-form label { display: block; font-weight: 600; margin-top: 1rem; } .contact-form input, .contact-form textarea { width: 100%; padding: 0.8rem; border: 1px solid #ccc; border-radius: 6px; margin-top: 0.3rem; } .contact-form .btn { background: #0099cc; color: white; margin-top: 1.5rem; border: none; cursor: pointer; } .form-success { background: #e6ffed; border-left: 5px solid #2ecc71; padding: 1rem; margin-bottom: 1rem; } /* ==================================== BUTTON CENTERING IN MAIN CONTENT ==================================== */ /* Center all single-button containers */ .section .btn, .section .btn-primary, .section .btn-secondary { display: inline-block; margin: 2rem auto 0 auto; text-align: center; } /* Ensure parent containers center buttons */ .section { text-align: center; } /* Restore text alignment for specific text sections */ #about p, #experiences p, #why-choose-us p, #destinations p, #blog p { text-align: left; margin-left: auto; margin-right: auto; max-width: 700px; } /* Keep header text centered */ .section header { text-align: center; } /* Responsive tweak: tighter button spacing on small screens */ @media (max-width: 768px) { .section .btn { margin-top: 1.5rem; } } /* Footer Base */ .site-footer { background-color: #004D4D; color: #F5F5F5; padding: 60px 20px; font-family: 'Helvetica Neue', sans-serif; } .site-footer a { color: #F5F5F5; text-decoration: none; transition: color 0.3s ease; } .site-footer a:hover { color: #F2A365; } .site-footer h3 { font-size: 1.1rem; margin-bottom: 1rem; text-transform: uppercase; letter-spacing: 1px; color: #F2A365; } .site-footer p, .site-footer li { font-size: 0.95rem; line-height: 1.6; } .footer-bottom { border-top: 1px solid rgba(255, 255, 255, 0.15); text-align: center; padding-top: 20px; margin-top: 40px; font-size: 0.85rem; } .site-footer { background-color: #004D4D; color: #F5F5F5; padding: 60px 30px; font-family: 'Helvetica Neue', sans-serif; } .footer-container { display: grid; grid-template-columns: repeat(4, 1fr); gap: 40px; max-width: 1200px; margin: 0 auto; } .footer-column h3 { color: #F2A365; font-size: 1.1rem; text-transform: uppercase; margin-bottom: 1rem; letter-spacing: 1px; } .footer-column ul { list-style: none; padding: 0; margin: 0; } .footer-column li { margin-bottom: 0.5rem; } .footer-column a { color: #F5F5F5; text-decoration: none; transition: color 0.3s ease; } .footer-column a:hover { color: #F2A365; } /* Newsletter */ .newsletter-form { display: flex; flex-direction: column; gap: 10px; margin-bottom: 20px; } .newsletter-form input { padding: 10px; border: none; border-radius: 4px; } .newsletter-form button { background-color: #F2A365; color: #004D4D; border: none; padding: 10px; border-radius: 4px; cursor: pointer; transition: opacity 0.3s; } .newsletter-form button:hover { opacity: 0.85; } /* Social Icons */ .social-icons a { color: #F5F5F5; margin-right: 10px; font-size: 1.2rem; transition: color 0.3s ease; } .social-icons a:hover { color: #F2A365; } /* Footer Bottom */ .footer-bottom { border-top: 1px solid rgba(255, 255, 255, 0.15); text-align: center; padding-top: 25px; margin-top: 50px; font-size: 0.9rem; } /* Responsive */ @media (max-width: 900px) { .footer-container { grid-template-columns: repeat(2, 1fr); gap: 30px; } } @media (max-width: 600px) { .footer-container { grid-template-columns: 1fr; } } .form-error { background: #ffe6e6; border-left: 5px solid #e74c3c; padding: 1rem; margin-bottom: 1rem; } .destinations-archive select { padding: 0.5rem; margin-right: 1rem; } .destination-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(250px,1fr)); gap: 2rem; margin-top: 2rem; } .destination-card { background:#fff; border-radius:1rem; overflow:hidden; box-shadow:0 2px 6px rgba(0,0,0,0.1); text-align:center; transition:transform 0.2s; } .destination-card:hover { transform:translateY(-5px); } .destination-card img { width:100%; height:180px; object-fit:cover; } .filter-bar { display: flex; flex-wrap: wrap; gap: 1rem; margin-bottom: 1rem; } .filter-bar input, .filter-bar select { padding: 0.7rem; border: 1px solid #ccc; border-radius: 6px; } .loading { text-align: center; color: #666; } .archive-page { padding: 3rem 2rem; } .post-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 2rem; } .archive-card { background: #fff; border-radius: 10px; box-shadow: 0 2px 6px rgba(0,0,0,0.1); overflow: hidden; transition: transform 0.2s; } .archive-card:hover { transform: translateY(-5px); } .archive-card .thumb img { width: 100%; height: 200px; object-fit: cover; } .archive-card .entry-title { margin: 1rem; font-size: 1.25rem; color: #0099cc; } .archive-card .excerpt { margin: 0 1rem 1rem; color: #444; } .archive-card .read-more { display: inline-block; margin: 0 1rem 1rem; color: #0099cc; font-weight: bold; } .destination-gallery { margin-top: 3rem; } .gallery-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px,1fr)); gap: 10px; } .gallery-grid a img { width: 100%; height: 180px; object-fit: cover; border-radius: 8px; transition: transform 0.2s; } .gallery-grid a:hover img { transform: scale(1.03); } .gallery-preview { margin-top: 0.5rem; text-align: center; } .btn-secondary { background: #fff; color: #0099cc; border: 2px solid #0099cc; padding: 0.5rem 1rem; border-radius: 6px; cursor: pointer; font-weight: 600; } .btn-secondary:hover { background: #0099cc; color: #fff; } /*.trip-type-hero {*/ /* position: relative;*/ /* padding: 6rem 2rem;*/ /* text-align: center;*/ /* color: #fff;*/ /*}*/ /*.trip-type-hero .overlay {*/ /* background: rgba(0,0,0,0.45);*/ /* padding: 3rem 1rem;*/ /* border-radius: 12px;*/ /* display: inline-block;*/ /*}*/ .trip-type-archive h1 { font-size: 2.5rem; margin-bottom: 0.5rem; } .trip-type-archive p { font-size: 1.1rem; } .map-explorer { padding: 2rem; text-align: center; } .marker { background-image: url('https://cdn-icons-png.flaticon.com/512/684/684908.png'); background-size: cover; width: 30px; height: 30px; border-radius: 50%; cursor: pointer; } .map-popup { text-align: center; } .map-popup img { width: 100%; max-width: 200px; border-radius: 8px; margin-bottom: 0.5rem; } .map-popup h3 { margin-bottom: 0.3rem; } #map { width: 100%; height: 80vh; border-radius: 10px; } .map-section { padding: 2rem; } .map-filters { display: flex; justify-content: center; gap: 1rem; margin-bottom: 1rem; } .map-filters select { padding: 0.6rem 1rem; border: 1px solid #ccc; border-radius: 6px; font-size: 1rem; } .map-popup img { width: 100%; max-width: 220px; border-radius: 8px; margin-bottom: 0.5rem; } .map-popup h3 { margin-bottom: 0.4rem; } .archive-page { padding: 3rem 2rem; } .archive-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 2rem; } .archive-card { background: #fff; border-radius: 10px; overflow: hidden; box-shadow: 0 2px 6px rgba(0,0,0,0.08); transition: transform 0.2s ease; } .archive-card:hover { transform: translateY(-4px); } .archive-card .thumb img { width: 100%; height: 200px; object-fit: cover; } .archive-card-content { padding: 1rem; } .blog-list { display: flex; flex-direction: column; gap: 2rem; } .blog-entry { display: flex; flex-direction: row; gap: 1rem; border-bottom: 1px solid #eee; padding-bottom: 1rem; } .blog-entry .thumb img { width: 220px; height: 140px; object-fit: cover; border-radius: 6px; } .btn-secondary { border: 2px solid #0099cc; color: #0099cc; padding: 0.5rem 1rem; border-radius: 6px; font-weight: 600; text-decoration: none; display: inline-block; } .btn-secondary:hover { background: #0099cc; color: #fff; } .gallery-preview { margin-top: 0.5rem; text-align: center; } .btn-secondary { border: 2px solid #0099cc; color: #0099cc; padding: 0.5rem 1rem; border-radius: 6px; font-weight: 600; cursor: pointer; text-decoration: none; display: inline-block; transition: 0.2s; } .btn-secondary:hover { background: #0099cc; color: #fff; } .filter-bar { display: flex; flex-wrap: wrap; gap: 1rem; margin-bottom: 2rem; } .filter-bar select { padding: 0.5rem 0.75rem; border-radius: 6px; border: 1px solid #ccc; } .page-content { padding: 3rem 2rem; } .page-entry { background: #fff; border-radius: 10px; box-shadow: 0 2px 6px rgba(0,0,0,0.05); padding: 2rem; } /* ================================ I2G Travels Header Navigation ================================ */ header#main-header { position: fixed; top: 0; left: 0; width: 100%; z-index: 9999; background: transparent; transition: background 0.3s ease, box-shadow 0.3s ease; } header#main-header.scrolled { background: rgba(255, 122, 0, 0.65); backdrop-filter: blur(10px); box-shadow: 0 2px 8px rgba(0,0,0,0.08); } /* Wider container */ header#main-header .nav-container { max-width: 2000px; width: 95%; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; padding: 14px 50px; } /* ===== Logo Styling ===== */ header#main-header .nav-logo img, header#main-header .custom-logo { height: 75px; /* fixed logo height */ width: auto; /* maintain aspect ratio */ object-fit: contain; display: block; max-width: 100%; /* responsive scaling */ } /* Force override for WordPress logo */ img.custom-logo { max-height: 75px !important; height: 75px !important; width: auto !important; } header#main-header .nav-container { min-height: 90px; align-items: center; } /* Navigation links */ header#main-header nav ul { list-style: none; margin: 0; padding: 0; display: flex; gap: 40px; } header#main-header nav ul li a { text-decoration: none; font-weight: 500; color: white; transition: color 0.3s ease; font-size: 16px; } header#main-header.scrolled nav ul li a { color: #1a1a1a; } header#main-header nav ul li a:hover { color: #ff7a00; } /* CTA buttons */ header#main-header .nav-cta { display: flex; gap: 14px; } header#main-header .nav-cta a { padding: 10px 20px; border-radius: 30px; font-weight: 600; text-decoration: none; transition: all 0.3s; } header#main-header .btn-light { background: white; color: #1a1a1a; border: 1px solid #ddd; } header#main-header .btn-light:hover { background: #f1f1f1; } header#main-header .btn-primary { background: #004d5a; color: #fff; } header#main-header .btn-primary:hover { background: #003944; } /* Mobile menu */ header#main-header .menu-toggle { display: none; background: none; border: none; color: white; font-size: 24px; cursor: pointer; } @media (max-width: 768px) { header#main-header .nav-container { padding: 14px 25px; } header#main-header nav ul { display: none; flex-direction: column; background: white; position: absolute; top: 70px; left: 0; width: 100%; text-align: center; padding: 20px 0; } header#main-header nav ul.show { display: flex; } header#main-header nav ul li a { color: #1a1a1a; } header#main-header .nav-cta { display: none; } header#main-header .menu-toggle { display: block; } header#main-header.scrolled .menu-toggle { color: #1a1a1a; } } .page-header h1 { font-size: 2rem; color: #0099cc; margin-bottom: 1rem; } .page-body p { line-height: 1.7; margin-bottom: 1rem; } #hero { position: relative; height: 100vh; width: 100%; overflow: hidden; text-align: center; color: white; } /* Video and image backgrounds */ #hero video, #hero div[style*="background-image"] { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; } /* Overlay */ #hero::before { content: ""; position: absolute; inset: 0; background: rgba(0, 0, 0, 0.5); z-index: 1; } /* Center content perfectly */ #hero > .flex { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; flex-direction: column; text-align: center; z-index: 10; padding: 0 1.5rem; } /* Fade-in animation */ .animate-fade-in { animation: fadeIn 1.5s ease-in-out; } @keyframes fadeIn { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } } /* Buttons */ #hero a { text-decoration: none; font-weight: 600; border-radius: 9999px; padding: 0.75rem 2rem; transition: all 0.3s ease; } #hero a:first-child { background-color: #ff7e42; color: #fff; } #hero a:first-child:hover { background-color: #e56e32; } #hero a:nth-child(2) { border: 2px solid #fff; color: #fff; } #hero a:nth-child(2):hover { background-color: #fff; color: #000; } #hero a:nth-child(3) { background-color: #fff; color: #000; } #hero a:nth-child(3):hover { background-color: #ff7e42; color: #fff; } /* Mobile tweaks */ @media (max-width: 768px) { #hero video { display: none; } #hero div[style*="background-image"] { display: block; } #hero h1 { font-size: 2rem; line-height: 1.3; } #hero { height: 90vh; } } /* Hero Section */ .i2g-hero { position: relative; height: 100vh; display: flex; align-items: center; justify-content: center; flex-direction: column; text-align: center; color: #fff; overflow: hidden; } /* Background Gradient */ .hero-bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; /*background: linear-gradient(to bottom, #007C91, #FAD85D, #FF7A00);*/ /*background-size: cover;*/ z-index: 1; } /* Logo Text */ .logo-text { font-family: 'Montserrat', sans-serif; font-size: 5rem; font-weight: 700; z-index: 2; color: #fff; } .logo-text .two { color: #FF7A00; } .logo-text .travels { display: block; font-size: 2rem; color: #FAD85D; margin-top: 0.3rem; letter-spacing: 2px; } /* Tagline */ .tagline { font-size: 1.4rem; margin: 1rem 0 2.5rem; font-weight: 300; color: #fff; z-index: 2; } /* Buttons */ .hero-buttons { display: flex; flex-wrap: wrap; justify-content: center; gap: 1rem; z-index: 2; } .btn { padding: 0.9rem 2rem; border-radius: 50px; font-size: 1rem; font-weight: 600; text-transform: uppercase; text-decoration: none; transition: all 0.3s ease; cursor: pointer; } .btn-primary { background-color: #004D5A; color: #fff; } .btn-secondary { background-color: #FAD85D; color: #004D5A; } .btn-accent { background-color: #FF7A00; color: #fff; } .btn:hover { transform: translateY(-3px); opacity: 0.9; } /* Responsive */ @media (max-width: 768px) { .logo-text { font-size: 3rem; } .logo-text .travels { font-size: 1.4rem; } .tagline { font-size: 1.1rem; } } .hero-section { position: relative; height: 100vh; overflow: hidden; display: flex; align-items: center; justify-content: center; text-align: center; } .hero-section video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; } .overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(to bottom, rgba(10, 37, 64, 0.7), rgba(0, 42, 74, 0.8)); z-index: 1; } .hero-content { position: relative; z-index: 2; /* ensures it's above overlay/video */ color: #fff; padding: 0 1rem; max-width: 900px; } .hero-content h1 { font-size: 2rem; line-height: 1.4; font-weight: 700; margin-bottom: 2rem; color: #FAD85C; } @media (min-width: 768px) { .hero-content h1 { -webkit-text-stroke: 1px #F8F8F8;
	text-shadow: 0px 1px 4px #000; font-size: 3rem; color: #FAD85C; } } /* CTA button */ .btn-primary { display: inline-block; background-color: #0ea5e9; /* i2g blue */ color: #fff; padding: 0.9rem 2rem; border-radius: 9999px; font-weight: 600; text-transform: uppercase; transition: 0.3s; } .btn-primary:hover { background-color: #0284c7; transform: translateY(-2px); } /* =========================== i2g Travels Base Styles =========================== */ :root { --color-primary: #1F6363; --color-accent: #F47A6A; --color-secondary: #A7D8D8; --color-bg: #FFFFFF; --color-text: #2B2B2B; --color-sand: #F5E9D3; --transition: all 0.3s ease-in-out; --radius: 12px; } /* Global Reset */ body, html { margin: 0; padding: 0; font-family: "Open Sans", sans-serif; color: var(--color-text); background-color: var(--color-bg); scroll-behavior: smooth; } img { width: 100%; height: auto; border-radius: var(--radius); } section { padding: 80px 0; } .container { width: min(90%, 1200px); margin: 0 auto; } h1, h2, h3 { font-family: "Lora", serif; color: var(--color-primary); margin-bottom: 0.75em; line-height: 1.2; } p { line-height: 1.7; margin-bottom: 1.2em; font-size: 1.05rem; } /* Buttons */ .btn { display: inline-block; padding: 12px 26px; font-weight: 600; border-radius: var(--radius); text-decoration: none; transition: var(--transition); cursor: pointer; } .btn-primary { background-color: var(--color-primary); color: #fff; } .btn-primary:hover { background-color: var(--color-accent); color: #fff; } .btn-secondary { border: 2px solid var(--color-primary); color: var(--color-primary); } .btn-secondary:hover { background-color: var(--color-primary); color: #fff; } /* Grid Utilities */ .grid { display: grid; gap: 2rem; } .grid-3 { grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); } .grid-4 { grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); } /* Section Headers */ .section header { text-align: center; margin-bottom: 2rem; } .subhead { color: var(--color-primary); font-weight: 500; margin-top: -0.5em; } /* About Section */ #about { background-color: var(--color-sand); border-top: 1px solid #eee; border-bottom: 1px solid #eee; text-align: center; } #about p { max-width: 720px; margin: 0 auto 2rem auto; } /* Destinations */ #destinations article { background-color: #fff; box-shadow: 0 2px 10px rgba(0,0,0,0.05); border-radius: var(--radius); overflow: hidden; transition: var(--transition); } #destinations article:hover { transform: translateY(-5px); box-shadow: 0 4px 16px rgba(0,0,0,0.08); } #destinations h3 { margin: 0.75rem; } #destinations p { margin: 0 0.75rem 1rem; color: #555; } /* Experiences */ #experiences { /* background-color: #f9f9f9; */ background-color: var(--color-sand); } #experiences article { /* background-color: #fff; */ background-color: var(--color-sand); border-radius: var(--radius); text-align: center; padding-bottom: 1rem; box-shadow: 0 1px 8px rgba(0,0,0,0.04); } #experiences h3 { color: var(--color-primary); font-size: 1.1rem; } /* Why Us */ #why-choose-us { background-color: var(--color-primary); color: #fff; } #why-choose-us h2 { color: #fff; } #why-choose-us li { background-color: rgba(255,255,255,0.1); border-radius: var(--radius); padding: 1.5rem; text-align: center; } #why-choose-us .icon { font-size: 2rem; display: block; margin-bottom: 0.5rem; } /* Testimonials */ #testimonials blockquote { background-color: #fff; border-left: 4px solid var(--color-accent); padding: 1.5rem; border-radius: var(--radius); font-style: italic; box-shadow: 0 2px 8px rgba(0,0,0,0.05); } #testimonials cite { display: block; margin-top: 1rem; font-weight: 600; color: var(--color-primary); } /* CTA Section */ #cta { background: linear-gradient(to right, var(--color-primary), var(--color-secondary)); color: #fff; text-align: center; padding: 100px 20px; } #cta h2 { color: #fff; font-size: 2rem; } #cta p { font-size: 1.2rem; } /* Blog Preview */ #blog article { border: 1px solid #eee; border-radius: var(--radius); background-color: #fff; overflow: hidden; transition: var(--transition); } #blog article:hover { transform: translateY(-4px); } #blog h3 { font-size: 1.1rem; margin: 0.75rem; } #blog a { display: inline-block; color: var(--color-accent); font-weight: 600; margin: 0.75rem; } /* Footer */ .footer { background-color: var(--color-primary); color: #fff; text-align: center; padding: 50px 20px; } .footer a { color: var(--color-secondary); text-decoration: none; transition: var(--transition); } .footer a:hover { color: #fff; } .footer .newsletter { margin-top: 2rem; } .footer input[type=email] { padding: 10px; border: none; border-radius: var(--radius); width: 250px; margin-right: 10px; } .footer button { background-color: var(--color-accent); color: #fff; border: none; border-radius: var(--radius); padding: 10px 20px; cursor: pointer; transition: var(--transition); } .footer button:hover { background-color: #fff; color: var(--color-primary); } /* ===================================================== Sticky Header with Smooth Scroll Animation (i2g Travels) ===================================================== */ /* Base header setup */ header#main-header { position: fixed; top: 0; left: 0; width: 100%; z-index: 9999; transition: all 0.4s ease; background: transparent; } /* When scrolled */ header#main-header.scrolled { background: rgba(255, 122, 0, 0.65); backdrop-filter: blur(12px); box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); } /* Container layout */ header#main-header .nav-container { position: relative; display: flex; align-items: center; justify-content: space-between; max-width: 2500px; width: 100%; margin: 0 auto; padding: 14px 40px; transition: padding 0.3s ease, min-height 0.3s ease; min-height: 95px; } /* Buttons + logo wrapper */ .nav-cta-logo { display: flex; align-items: center; gap: 20px; position: relative; } /* Logo — flush to right edge */ .nav-cta-logo .nav-logo { position: absolute; right: 0; top: 50%; transform: translateY(-50%); } /* Logo scaling */ .nav-logo img, .custom-logo { height: 75px; width: auto; display: block; object-fit: contain; transition: height 0.3s ease, transform 0.3s ease; } /* Shrink logo when scrolled */ header#main-header.scrolled .nav-logo img, header#main-header.scrolled .custom-logo { height: 55px; transform: translateY(-2px); } /* Menu link colors */ header#main-header nav ul li a { text-decoration: none; font-weight: 500; color: white; font-size: 17px; transition: color 0.3s ease; } header#main-header.scrolled nav ul li a { color: #1a1a1a; } header#main-header nav ul li a:hover { color: #ff7a00; } /* Buttons */ .nav-cta a { padding: 10px 20px; border-radius: 30px; font-weight: 600; text-decoration: none; transition: all 0.3s; font-size: 16px; } .btn-light { background: white; color: #1a1a1a; border: 1px solid #ddd; } .btn-light:hover { background: #f1f1f1; } .btn-primary { background: #004d5a; color: white; text-decoration: none; } .btn-primary:hover { background: #003944; } /* Adjust button spacing so logo sits cleanly at edge */ .nav-cta { margin-right: 100px; } /* Mobile + tablet adjustments */ @media (max-width: 992px) { header#main-header .nav-container { padding: 12px 30px; min-height: 80px; } .nav-logo img { height: 55px; } header#main-header.scrolled .nav-logo img { height: 45px; } .nav-cta { margin-right: 80px; } } @media (max-width: 600px) { .nav-logo img { height: 45px; } .nav-cta { margin-right: 60px; } header#main-header .nav-container { min-height: 70px; padding: 10px 20px; } } ul.features {list-style-type: none;} ul.features li H3 {color: #FAD85D;} Ul.features li p {color: #fff; text-align: center !important;} section.about div.container header h2, section.destinations div.container header h2, section.experiences div.container header h2, section.why-choose-us div.container header h2, section.testimonials div.container header h2, section.blog-preview div.container header h2 {font-size: 2em; }