#header{background:#fff;height:auto;top:0;position:relative;box-shadow:0px 4px 8px rgba(0, 0, 0, 0.1);}#header .logo img{max-height:60px;width:220px;}#hero{background:#fff8e3;padding:0;position:relative;min-height:400px;}#hero h2{font-size:64px;font-weight:800;color:#222;text-transform:uppercase;margin-bottom:10px;}#hero p{font-size:24px;font-weight:600;color:#222;}.hero-img img{max-width:100%;height:auto;}@media (max-width:1200px){#hero h2{font-size:40px;}}@media (max-width:768px){#hero h2{font-size:32px;}#header .logo img{max-height:50px;width:180px;}}.country-list{max-height:250px;overflow:hidden;position:relative;transition:max-height 0.5s ease;padding-bottom:20px;}.country-list::after{content:'';position:absolute;bottom:0;left:0;width:100%;height:50px;background:linear-gradient(transparent, #f1f8fc);pointer-events:none;}.country-list.expanded{max-height:none;padding-bottom:0;}.country-list.expanded::after{display:none;}.show-more-btn{display:block;width:220px;margin:10px auto 30px;padding:12px;background:#04295c;color:#fff;text-align:center;cursor:pointer;border-radius:5px;font-weight:600;text-transform:uppercase;transition:0.3s;border:none;}.show-more-btn:hover{background:#ff9d00;color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,0.2);}
