:root{--primary-color:#2684ba;--secondary-color:#ed254e;--text-color:#141414;--background-color:#ebeaea;--background-color2:#dfdee3;--font-xs:13px;--font-sm:14px;--font-md:16px;--font-lg:18px;--font-xl:26px;--font-xxl:45px;--spacing-xxs:5px;--spacing-xs:10px;--spacing-sm:14px;--spacing-md:16px;--spacing-lg:18px}header{position:sticky;top:0;background-color:#fff;z-index:1000;box-shadow:0 4px 12px rgba(0,0,0,.1);.top-bar { display: flex; justify-content: end; background-color: var(--background-color); padding: var(--spacing-xxs); @media (max-width: 480px) { justify-content: space-evenly; } & > a { display: flex; align-items: center; margin-right: 1.5rem; font-size: var(--font-xs); @media (max-width: 480px) { font-size: 10px; } img { width: 20px; height: 20px; margin-right: 5px; @media (max-width: 480px) { width: 15px; height: 15px; } } } } .wrapper { width: 95%; margin: auto; display: flex; justify-content: space-between; align-items: center; padding: var(--spacing-xs); .logo { img { height: 2.5rem; @media (max-width: 480px) { height: 2rem; } } } nav { a { font-size: var(--font-md); font-weight: 500; margin: var(--spacing-xs); } } .book-now { padding: 0.5rem 0.75rem; color: white; text-transform: uppercase; font-size: var(--font-sm); font-weight: 500; background-color: var(--secondary-color); @media (max-width: 480px) { padding: 0.5rem 5px; font-size: 10px; } } }}.mobile-menu-toggle{display:none;flex-direction:column;cursor:pointer;padding:5px;background:0 0;border:none}.mobile-menu-toggle span{width:25px;height:3px;background-color:#333;margin:3px 0;transition:.3s;border-radius:2px}.mobile-menu-toggle.active span:nth-child(1){transform:rotate(-45deg)translate(-7px,7px)}.mobile-menu-toggle.active span:nth-child(2){opacity:0}.mobile-menu-toggle.active span:nth-child(3){transform:rotate(45deg)translate(-5px,-6px)}.mobile-nav{display:none;position:fixed;top:0;left:0;width:100%;height:100vh;background-color:rgba(0,0,0,.9);z-index:999;padding-top:80px}.mobile-nav.active{display:block}.mobile-nav a{display:block;color:#fff;font-size:1.2rem;font-weight:500;padding:1rem 2rem;border-bottom:1px solid rgba(255,255,255,.1);transition:background-color .3s}.mobile-nav a:hover{background-color:rgba(255,255,255,.1)}.mobile-nav .book-now{margin:2rem;text-align:center;background-color:var(--secondary-color);border-radius:5px;border-bottom:none}@media(max-width:768px){.mobile-menu-toggle{display:flex}nav{display:none}}footer{background:#666;padding:1rem;section { border-bottom: 1px solid #c4c4c4; padding-bottom: 1rem; display: flex; justify-content: space-between; @media (max-width: 480px) { flex-direction: column; } .branding { .logo { padding-bottom: 0.5rem; img { height: 2.5rem; } } h3 { font-size: var(--font-md); margin-bottom: 0.75rem; color: #fff; padding-top: 1rem; text-align: center; font-weight: 500; } a { display: flex; justify-content: center; align-items: center; p { color: #fff; font-size: var(--font-sm); } img { height: 1.5rem; filter: invert(100%); margin-right: 5px; } } } .bottom-nav { display: flex; justify-content: space-around; width: 40%; @media (max-width: 480px) { flex-direction: column; width: 100%; } & > div { width: 50%; @media (max-width: 480px) { margin: 1rem auto; width: 100%; } } * { color: #fff; } .follow-us { h3 { text-align: center; } a { justify-content: center; img { height: 1.5rem; } } } h3 { font-size: var(--font-md); margin-bottom: 1rem; font-weight: 500; } a { display: flex; font-size: var(--font-xs); margin-bottom: 0.5rem; .icon { margin-right: 0.5rem; } img { height: 1rem; filter: invert(100%); } } } } .bottom-bar { font-size: var(--font-xs); padding-top: 1rem; display: flex; justify-content: space-between; @media (max-width: 480px) { align-items: center; flex-direction: column-reverse; width: 100%; } & > div { @media (max-width: 480px) { margin-bottom: 10px; } } p { color: #fff; } .links { display: flex; a { color: #fff; margin-right: 1rem; } } }}.demo-content{background:var(--background-color);padding:2rem;border-radius:20px;box-shadow:0 20px 40px rgba(0,0,0,.1);text-align:center;max-width:600px;margin:2rem}.demo-content h1{color:var(--primary-color);margin-bottom:1rem;font-size:2.5rem}.demo-content p{color:var(--text-color);font-size:1.1rem;margin-bottom:2rem}.demo-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn{padding:12px 24px;border:none;border-radius:12px;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block}.btn-primary{background:linear-gradient( 135deg,var(--primary-color),var(--primary-color) );color:#fff}.btn-secondary{background:var(--background-color2);color:var(--primary-color);border:2px solid var(--primary-color)}.btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(0,0,0,.2)}.cookie-banner{position:fixed;bottom:0;left:0;right:0;background:var(--primary-color);color:#fff;padding:1.5rem;box-shadow:0 -4px 20px rgba(0,0,0,.15);backdrop-filter:blur(10px);z-index:10000;transform:translateY(100%);transition:transform .4s cubic-bezier(.4,0,.2,1);@media(max-width:480px){padding: 1rem 0.1rem 1rem 0.1rem;}}.cookie-banner.show{transform:translateY(0)}.cookie-banner-content{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:2rem;flex-wrap:wrap;@media(max-width:480px){gap: 1rem;}}.cookie-text{flex:1;min-width:300px;h3 { color: #fff; font-size: 1.2rem; margin-bottom: 0.5rem; font-weight: 600; @media (max-width: 480px) { font-size: var(--font-sm); } } p { color: #fff; opacity: 0.9; line-height: 1.5; @media (max-width: 480px) { font-size: 12px; } }}.cookie-text a{color:var(--background-color);text-decoration:underline;transition:color .3s ease}.cookie-text a:hover{color:var(--background-color2)}.cookie-actions{display:flex;gap:1rem;align-items:center;flex-wrap:wrap}.cookie-btn{padding:12px 24px;border:2px solid rgba(255,255,255,.3);border-radius:50px;background:rgba(255,255,255,.1);color:#fff;font-weight:600;cursor:pointer;transition:all .3s ease;backdrop-filter:blur(10px);white-space:nowrap;@media(max-width:480px){padding: 5px 10px; font-size: 12px;}}.cookie-btn:hover{background:rgba(255,255,255,.2);border-color:rgba(255,255,255,.5);transform:translateY(-2px)}.cookie-btn.primary{background:var(--background-color);color:var(--text-color);border-color:transparent;font-weight:700}.cookie-btn.primary:hover{background:var(--background-color2);transform:translateY(-2px);box-shadow:0 8px 20px rgba(20,20,20,.15)}.cookie-preferences{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.8);backdrop-filter:blur(10px);z-index:10001;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:all .3s ease}.cookie-preferences.show{opacity:1;visibility:visible}.preferences-modal{background:var(--background-color);border-radius:20px;padding:2rem;max-width:600px;width:90%;max-height:80vh;overflow-y:auto;transform:scale(.8);transition:transform .3s ease}.cookie-preferences.show .preferences-modal{transform:scale(1)}.preferences-header{text-align:center;margin-bottom:2rem}.preferences-header h3{color:var(--text-color);font-size:1.5rem;margin-bottom:.5rem}.cookie-category{margin-bottom:1.5rem;padding:1rem;border:2px solid var(--background-color2);border-radius:12px;transition:border-color .3s ease}.cookie-category:hover{border-color:var(--primary-color)}.category-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.category-title{font-weight:600;color:var(--text-color)}.toggle-switch{position:relative;width:50px;height:24px}.toggle-switch input{opacity:0;width:0;height:0}.slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:var(--background-color2);transition:.4s;border-radius:24px}.slider:before{position:absolute;content:"";height:18px;width:18px;left:3px;bottom:3px;background-color:#fff;transition:.4s;border-radius:50%}input:checked+.slider{background:linear-gradient( 135deg,var(--primary-color),var(--primary-color) )}input:checked+.slider:before{transform:translateX(26px)}.category-description{color:var(--text-color);opacity:.8;font-size:.9rem;line-height:1.4}.preferences-actions{display:flex;gap:1rem;justify-content:center;margin-top:2rem;flex-wrap:wrap}@media(max-width:768px){.cookie-banner-content{flex-direction:column;text-align:center}.cookie-actions{justify-content:center}.preferences-modal{margin:1rem;padding:1.5rem}}.hidden{display:none !important}*{box-sizing:border-box;margin:0;padding:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,segoe ui,Roboto,Oxygen,Ubuntu,Cantarell,open sans,helvetica neue,sans-serif;color:var(--text-color);transition:all .25s ease-in-out}body{}button{outline:none;border:none;&:hover { opacity:0.85; }}a{text-decoration:none;border-radius:.4rem;&:hover { opacity:0.8; }}ul{list-style:inside}.text-page{p, li, a, strong, em { color: #666; font-size: 19px; line-height: 1.9em; } h3 { font-size: 22px; } h3 { font-weight: 600; }}main{min-height:90vh}.page-wrapper{max-width:1200px;padding:2rem 1rem;margin:auto}.showcase{position:relative;height:80vh;display:flex;justify-content:center;align-items:center;@media(max-width:480px){height: 50vh;}.wrapper { width: 80%; margin: auto; @media (max-width: 480px) { width: 90%; } .content { h1 { color: #fff; width: 60%; font-size: var(--font-xxl); text-transform: uppercase; line-height: 1.5em; margin-bottom: 1.5rem; @media (max-width: 480px) { font-size: var(--font-lg); width: 80%; } } .description { font-size: 25px; line-height: 1.25em; @media (max-width: 480px) { font-size: var(--font-xs); } p { color: #fff; } } } .bg-video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; overflow: hidden; z-index: -1; } .bg-video video { width: 100%; height: 100%; object-fit: cover; } .overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.5); z-index: 1; } }}.contact-page{width:80%;margin:auto;.section { margin: 3rem 0; width: 50%; h2 { font-size: var(--font-xl); font-weight: 500; margin: 1rem 0; line-height: 1.5em; } ul { line-height: 1.5em; font-size: var(--font-lg); list-style: inside; list-style-type: square; } } .options { padding: 3rem 2rem; display: flex; justify-content: space-between; @media (max-width: 480px) { flex-direction: column; } section { display: flex; width: 30%; @media (max-width: 480px) { width: auto; margin-bottom: 2rem; } .icon { margin-right: 1rem; } h4 { margin-bottom: 1rem; @media (max-width: 480px) { font-size: var(--font-sm); } } p { margin-bottom: 5px; text-align: center; @media (max-width: 480px) { font-size: var(--font-xs); } } } img { height: 1.75rem; @media (max-width: 480px) { height: 1.25rem; } } }}.map{height:50vh}.about-page{width:90%;margin:auto;section { margin: 7% auto; } .our-advantage { display: flex; justify-content: space-between; align-items: center; .content { width: 50%; h3 { font-size: 35px; font-weight: 600; margin-bottom: 2rem; } p { margin-bottom: 2rem; } p, li { font-size: 19px; } ul { list-style: inside; } } .image { width: 45%; img { width: 100%; height: 550px; border-radius: 1rem; } } } .our-mission { display: flex; justify-content: space-between; align-items: center; .content { width: 50%; h3 { font-size: 35px; font-weight: 600; margin-bottom: 2rem; color: var(--primary-color); text-transform: uppercase; } .designation { font-size: var(--font-xl); color: #817979; margin-bottom: 1rem; } p { margin-bottom: 2rem; } p, li { font-size: 19px; } } .image { width: 40%; img { width: 100%; height: 500px; border-radius: 1rem; } } }}.blog-list{max-width:1200px;margin:0 auto;padding:2rem 1rem}.page-heading{font-size:2.5rem;font-weight:700;color:#1a202c;margin:0 0 3rem;padding:0 0 1rem;position:relative;line-height:1.2;letter-spacing:-.025em;text-align:center}.page-heading::after{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:60px;height:3px;background:var(--primary-color);border-radius:2px}.page-description{font-size:1.25rem;width:80%;margin:auto;color:#4b5563;font-style:italic;margin-bottom:2rem;padding:1.5rem;background:#f9fafb;border-left:4px solid #3b82f6;border-radius:0 8px 8px 0}.blog-posts{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-top:2rem}.blog-post-card{background:#fff;border-radius:12px;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,6%);overflow:hidden;transition:all .3s ease;border:1px solid #e5e7eb}.blog-post-card:hover{transform:translateY(-4px);box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,4%)}.blog-post-image{position:relative;overflow:hidden;height:200px}.blog-post-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.blog-post-card:hover .blog-post-image img{transform:scale(1.05)}.blog-post-content{padding:1.5rem}.blog-post-title{margin:0 0 .75rem;font-size:1.25rem;font-weight:600;line-height:1.4}.blog-post-title a{color:#111827;text-decoration:none;transition:color .2s ease}.blog-post-title a:hover{color:#3b82f6}.blog-post-meta{margin-bottom:1rem}.blog-post-meta time{color:#6b7280;font-size:.875rem;font-weight:500}.blog-post-description{color:#4b5563;font-size:.95rem;line-height:1.6;margin:0 0 1.5rem}.read-more{color:#3b82f6;text-decoration:none;font-weight:500;font-size:.9rem;transition:color .2s ease;display:inline-flex;align-items:center;gap:.25rem}.read-more:hover{color:#1e40af}@media(max-width:768px){.blog-posts{grid-template-columns:1fr;gap:1.5rem}.blog-list h1{font-size:2rem;margin-bottom:2rem}.blog-post-image{height:180px}.blog-post-content{padding:1.25rem}}.blog-list.list-view .blog-posts{display:block}.blog-list.list-view .blog-post-card{display:flex;margin-bottom:2rem;max-height:200px}.blog-list.list-view .blog-post-image{width:300px;height:auto;flex-shrink:0}.blog-list.list-view .blog-post-content{flex:1;display:flex;flex-direction:column;justify-content:center}@media(max-width:768px){.blog-list.list-view .blog-post-card{flex-direction:column;max-height:none}.blog-list.list-view .blog-post-image{width:100%;height:180px}}.blog-post{max-width:800px;margin:0 auto;background:#fff}.post-hero{position:relative;height:60vh;min-height:400px;max-height:600px;overflow:hidden;margin-bottom:0}.post-hero-image{width:100%;height:100%;object-fit:cover;object-position:center}.post-hero-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient( to bottom,rgba(0,0,0,.1) 0%,rgba(0,0,0,.3) 50%,rgba(0,0,0,.7) 100% );display:flex;align-items:flex-end}.post-hero-content{padding:3rem 2rem;color:#fff;width:100%}.post-hero .post-title{color:#fff;font-size:3rem;font-weight:800;margin:0 0 1rem;line-height:1.2;text-shadow:0 2px 4px rgba(0,0,0,.3)}.post-hero .post-meta{font-size:1.1rem;opacity:.9}.post-header{padding:3rem 2rem 2rem;text-align:center;border-bottom:1px solid #e5e7eb;margin-bottom:2rem}.post-header .post-title{font-size:2.5rem;font-weight:700;color:#1a202c;margin:0 0 1rem;line-height:1.2}.post-header .post-meta{color:#6b7280;font-size:1rem}.post-meta{display:flex;flex-wrap:wrap;gap:1rem;align-items:center}.post-date{font-weight:500;color:#fff}.post-author{font-style:italic}.post-reading-time{padding:.25rem .75rem;background:rgba(255,255,255,.2);border-radius:20px;font-size:.9rem;backdrop-filter:blur(10px);color:#fff}.post-header .post-reading-time{background:#f3f4f6;color:#6b7280}.post-content{padding:2rem}.post-description{font-size:1.25rem;color:#4b5563;font-style:italic;margin-bottom:2rem;padding:1.5rem;background:#f9fafb;border-left:4px solid #3b82f6;border-radius:0 8px 8px 0}.post-body{line-height:1.8;color:#374151;font-size:1.1rem}.post-body h1,.post-body h2,.post-body h3,.post-body h4,.post-body h5,.post-body h6{color:#1f2937;font-weight:600;margin:2rem 0 1rem;line-height:1.3}.post-body h1{font-size:2.25rem}.post-body h2{font-size:1.875rem}.post-body h3{font-size:1.5rem}.post-body h4{font-size:1.25rem}.post-body p{margin:1.5rem 0}.post-body a{color:#3b82f6;text-decoration:underline;text-decoration-color:rgba(59,130,246,.3);text-underline-offset:3px;transition:all .2s ease}.post-body a:hover{color:#1e40af;text-decoration-color:#1e40af}.post-body blockquote{border-left:4px solid #3b82f6;padding:1rem 1.5rem;margin:2rem 0;background:#f8fafc;border-radius:0 8px 8px 0;font-style:italic;color:#4b5563}.post-body code{background:#f1f5f9;padding:.2rem .4rem;border-radius:4px;font-size:.9em;color:#e11d48;font-family:monaco,menlo,monospace}.post-body pre{background:#1f2937;color:#f9fafb;padding:1.5rem;border-radius:8px;overflow-x:auto;margin:1.5rem 0}.post-body pre code{background:0 0;color:inherit;padding:0}.post-body ul,.post-body ol{margin:1.5rem 0;padding-left:1.5rem}.post-body li{margin:.5rem 0}.post-tags{padding:2rem;border-top:1px solid #e5e7eb}.post-tags h3{font-size:1.1rem;color:#6b7280;margin:0 0 1rem;font-weight:500}.tag-list{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:.5rem}.tag{display:inline-block;padding:.5rem 1rem;background:#f3f4f6;color:#4b5563;text-decoration:none;border-radius:20px;font-size:.9rem;font-weight:500;transition:all .2s ease}.tag:hover{background:#3b82f6;color:#fff;transform:translateY(-1px)}.post-navigation{display:grid;grid-template-columns:1fr 1fr;gap:2rem;padding:2rem;border-top:1px solid #e5e7eb;background:#f9fafb}.nav-previous,.nav-next{display:flex;flex-direction:column}.nav-next{text-align:right}.nav-label{font-size:.9rem;color:#6b7280;font-weight:500;margin-bottom:.5rem}.nav-title{color:#1f2937;text-decoration:none;font-weight:600;font-size:1.1rem;transition:color .2s ease}.nav-title:hover{color:#3b82f6}.back-to-blog{padding:2rem;text-align:center}.back-link{display:inline-flex;align-items:center;gap:.5rem;color:#6b7280;text-decoration:none;font-weight:500;padding:.75rem 1.5rem;border:1px solid #d1d5db;border-radius:8px;transition:all .2s ease}.back-link:hover{color:#3b82f6;border-color:#3b82f6;background:#f8fafc}@media(max-width:768px){.post-hero{height:50vh;min-height:300px}.post-hero-content{padding:2rem 1rem}.post-hero .post-title{font-size:2rem}.post-header .post-title{font-size:2rem}.post-content{padding:1.5rem 1rem}.post-body{font-size:1rem}.post-body h1{font-size:1.75rem}.post-body h2{font-size:1.5rem}.post-body h3{font-size:1.25rem}.post-meta{flex-direction:column;align-items:flex-start;gap:.5rem}.post-navigation{grid-template-columns:1fr;gap:1.5rem}.nav-next{text-align:left}.post-tags,.back-to-blog{padding:1.5rem 1rem}}@media(max-width:480px){.post-hero .post-title{font-size:1.75rem}.post-header .post-title{font-size:1.75rem}.post-content{padding:1rem}}.home-blog-preview{padding:4rem 1rem;max-width:1000px;margin:0 auto;.blog-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 2rem; h2 { font-size: 2rem; font-weight: 700; color: #1f2937; margin: 0; @media (max-width: 480px) { font-size: var(--font-lg); } } .view-all-btn { text-decoration: none; font-size: var(--font-sm); font-weight: 500; padding: 0.5rem 0.75rem; background: var(--secondary-color); border: 2px solid var(--secondary-color); border-radius: 6px; transition: all 0.2s ease; color: white; &:hover { transform: translateY(-1px); } } } .blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 1.5rem; article { background: white; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); transition: transform 0.2s ease; &:hover { transform: translateY(-2px); box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15); } } .blog-post-image { width: 100%; height: 160px; overflow: hidden; display: block; a { display: block; width: 100%; height: 100%; } img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.3s ease; display: block; } &:hover img { transform: scale(1.05); } } h3 { padding: 1rem 1rem 0.5rem; margin: 0; font-size: 1rem; font-weight: 600; line-height: 1.3; a { color: #1f2937; text-decoration: none; transition: color 0.2s ease; &:hover { color: #3b82f6; } } } .read-more { display: block; color: var(--secondary-color); text-decoration: none; font-weight: 500; font-size: 0.9rem; padding: 0 1rem 1rem; transition: color 0.2s ease; } } @media (max-width: 768px) { padding: 3rem 1rem; .blog-header { flex-direction: column; align-items: flex-start; gap: 1rem; h2 { font-size: 1.75rem; } .view-all-btn { align-self: flex-end; padding: 0.5rem 1rem; font-size: 0.9rem; } } .blog-grid { grid-template-columns: 1fr; .blog-post-image { height: 140px; } } }}