.hero{min-height:65vh;background-color:var(--hero);display:grid;grid-template-columns:repeat(3,minmax(48%,1fr));grid-gap:2rem;gap:2rem;justify-content:space-between;margin-top:4.25rem}.h-img{width:100%;height:100%}.h-left{display:flex;flex-direction:column;gap:1rem;padding-top:10rem;padding-left:4rem}.h-left-title{font-family:Hydot-Bold;font-size:3rem}.h-left-subtitle,.h-left-title{text-transform:capitalize;color:var( --text-color)}.h-left-subtitle{font-family:Hydot;font-size:1rem}.hero-row{display:flex;flex-direction:row;gap:1.5rem;font-family:Hydot-SemiBold}.hero-row-btn1{width:200px;background-color:var(--blue);color:white;font-size:1.1rem}.hero-row-btn1,.hero-row-btn2{height:50px;display:flex;justify-content:center;align-items:center;border-radius:.5rem;border:solid var(--blue)}.hero-row-btn2{width:150px;color:var(--blue)}@media (max-width:768px){.hero{grid-template-columns:repeat(1,100%)}.h-left-title{font-size:2rem}.hero-row{gap:.5rem}.hero-row-btn1{width:200px;font-size:1.1rem;border:solid var(--blue)}.h-left{display:flex;flex-direction:column;gap:1rem;padding:1rem}}:root{--banner-bg:#F4F4F5}.banner{width:100%;min-height:30vh;background-color:var(--banner-bg);padding:1rem 2rem;display:flex;justify-content:center;align-items:center;color:var(--text-color);font-size:2rem;font-family:Hydot-SemiBold;gap:2rem;flex-direction:column}.banner-title span:nth-child(2){color:var(--blue)}.banner-title :hover{text-decoration:underline}.bannerList{display:flex;flex-direction:row;gap:1rem;flex-wrap:wrap}.banner-img{width:110px;height:40px}@media (max-width:768px){.banner-img{width:80px}.banner{font-size:1.2rem}}.choose{background-color:#F3F4F9;flex-direction:row;gap:.5rem;padding:.5rem;margin:3rem;border-radius:1rem}.choose,.choose-left{min-height:70vh;display:flex}.choose-left{width:20%;flex-direction:column;justify-content:center;align-items:center;gap:1rem}.choose-left-title{color:var( --text-color);font-family:Hydot-SemiBold;font-size:1.8rem}.choose-left-subtitle{text-transform:capitalize;color:var( --text-color);font-size:1.2rem;text-align:center}.choose-right{min-height:70vh;width:80%;display:flex;flex-direction:column}.choose-right-container{display:grid;grid-template-columns:repeat(3,minmax(25%,1fr));grid-gap:1rem;gap:1rem;justify-content:space-between;padding:2rem}.choose-card{min-height:60vh;background-color:#ffffff;transition:transform .3s ease,box-shadow .3s ease;border-radius:1rem;padding:1rem}.choose-card:hover{transform:scale(1.03);box-shadow:0 10px 20px rgba(0,0,0,.15)}.choose-right-title{min-height:10vh;min-width:250px;display:flex;flex-direction:row;gap:.5rem;overflow-x:auto;align-items:center;padding:.5rem}.choose-btn1{width:200px;height:50px;background-color:var(--blue);display:flex;justify-content:center;align-items:center;color:white;border-radius:.5rem;font-size:1.1rem;border:solid var(--blue)}.role-btn:hover{background-color:#e0e0e0}.role-btn.active{background-color:#0056b3;color:white;font-weight:700;border-color:#004494}.card-title{color:var( --text-color);font-family:Hydot-SemiBold;font-size:1.3rem;padding:.5rem}@media (max-width:1100px){.choose-left{display:none}.choose-right-container{grid-template-columns:repeat(3,minmax(30%,1fr));padding:.5rem}.choose-right{width:100%}}@media (max-width:1024px){.choose-right-container{grid-template-columns:repeat(2,minmax(45%,1fr))}}@media (max-width:768px){.choose-right-container{grid-template-columns:repeat(1,100%)}.choose{margin:.5rem}}:root{--hero:#EAFCF8;--blue:#0156D1;--text-color:#0F1015}.popular{min-height:70vh;gap:.5rem;padding:.5rem;border-radius:1rem}.popular-left{min-height:70vh;width:20%;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1rem}.popular-left-title{color:var( --text-color);font-family:Hydot-SemiBold;font-size:1.8rem}.popular-left-subtitle{text-transform:capitalize;color:var( --text-color);font-size:1.2rem;text-align:center}.popular-right{min-height:70vh;width:80%;display:flex;flex-direction:column}.popular-right-container{display:grid;grid-template-columns:repeat(4,minmax(30%,1fr));grid-gap:1rem;gap:1rem;justify-content:space-between;padding:2rem}.popular-card{min-height:40vh;background-color:#ffffff;transition:transform .3s ease,box-shadow .3s ease;border-radius:1rem;padding:1rem;border:1 solid #e8eef7}.popular-card:hover{transform:scale(1.03);box-shadow:0 10px 20px rgba(0,0,0,.15)}.popular-right-title{min-height:10vh;min-width:250px;display:flex;flex-direction:row;gap:.5rem;overflow-x:auto;align-items:center;padding:.5rem}.popular-btn1{width:150px;height:50px;background-color:var(--blue);display:flex;justify-content:center;align-items:center;color:white;border-radius:.5rem;font-size:1.1rem;border:solid var(--blue)}.role-btn,.select-btn{flex-shrink:0;display:flex;align-items:center;border-radius:1.5rem;font-size:1rem;padding:.5rem;color:var(--text-color);border:1px solid var(--text-color);background-color:transparent}.theSelector{background-color:var(--hero);color:var(--text-input);height:30px;font-size:1rem;padding:0 .5rem;cursor:pointer}.theSelector,.theSelector:focus{outline:none;border:none;box-shadow:none}.popular-card-title{color:var( --text-color);font-size:1.1rem}.card-des{color:var( --text-color);font-size:1rem;padding:.5rem}.image-container{position:relative;width:100%;height:250px;overflow:hidden;border-radius:1rem 1rem 0 0}.image-container img{width:100%;height:100%;object-fit:cover;display:block}.cardMsg{position:absolute;top:10px;right:10px;background-color:#FEFEFF;color:black;padding:.3rem .7rem;border-radius:.5rem;font-weight:700;z-index:2;display:flex;align-items:center;gap:.5rem;font-size:.9rem}.card-content{background:white;margin-top:-100px;padding:1rem;border-radius:0 0 1rem 1rem;box-shadow:0 5px 15px rgba(0,0,0,.1);position:relative;z-index:1;min-height:20vh;display:flex;flex-direction:column;justify-content:space-between}.btn-row{display:flex;flex-direction:row;gap:1rem;padding-left:2rem;flex-wrap:wrap}.popular-btn2{width:120px;height:50px;display:flex;justify-content:center;align-items:center;color:blue;border-radius:.5rem;font-size:1.1rem;border:solid var(--blue);gap:.5rem}@media (max-width:1100px){.popular-left{display:none}.popular-right-container{grid-template-columns:repeat(3,minmax(30%,1fr));padding:.5rem}.popular-right{width:100%}}@media (max-width:1024px){.popular-right-container{grid-template-columns:repeat(2,minmax(45%,1fr))}}@media (max-width:768px){.popular-right-container{grid-template-columns:repeat(1,100%)}.popular{margin:.5rem}}.shimmer{background:linear-gradient(90deg,#f0f0f0 25%,#e2e2e2 50%,#f0f0f0 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:4px}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.filtered-loader,.normal-loader{padding:60px 5%;min-height:100vh;box-sizing:border-box}.filtered-loader__header,.normal-loader__header{margin-bottom:30px}.main-title,.title{width:300px;height:20px;margin-bottom:10px}.small-title{width:200px;height:16px;margin-bottom:8px}.subtitle{width:250px;height:14px;margin-bottom:20px}.filtered-loader__grid,.normal-loader__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));grid-gap:20px;gap:20px}.filtered-loader__card,.normal-loader__card{background:#fff;padding:15px;border:1px solid #eee;border-radius:8px;box-shadow:0 2px 6px rgba(0,0,0,.05)}.image{height:130px;width:100%;margin-bottom:12px}.line{height:10px;width:100%;margin-bottom:8px}.line.short{width:60%}.ft{display:flex;flex-direction:row;justify-content:space-between;padding:4rem 7rem;flex-wrap:wrap;background-color:#10141D}.ft-card{display:flex;flex-direction:column;gap:1rem;flex:1 1 200px;color:#CED0D3}.ft-title{font-size:1rem}.ft-links{gap:.7rem;display:flex;flex-direction:column}.ft-links a{font-size:1.2rem}.ft-links a,.ft-links p{text-decoration:none;color:#CED0D3}.ft-links p{font-size:.9rem}.final{padding:5rem;text-align:center;font-size:2rem}.ft-privacy{display:flex;flex-direction:row;justify-content:space-between;flex-wrap:wrap;color:white;padding:1rem 5rem 2rem}@media (max-width:768px){.ft{flex-direction:column;padding:2rem}.ft-card{margin-bottom:2rem}.ft-privacy{display:flex;flex-direction:column;gap:1rem;flex-wrap:wrap;color:white;padding:1rem 2rem 2rem}}@media (min-width:769px){.ft-card{max-width:300px}}.testimonial-wrapper{padding:2rem;max-width:1200px;margin:auto;text-align:center}.testimonial-grid{display:grid;grid-gap:2rem;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.testimonial-card{background-color:#f4f4f4;padding:2rem;border-radius:20px;height:400px;display:flex;flex-direction:column;justify-content:space-between;align-items:center;box-shadow:0 8px 20px rgba(0,0,0,.05);transition:all .3s ease-in-out}.testimonial-card:hover{transform:translateY(-5px)}.testimonial-image{width:200px;height:200px;object-fit:cover;border-radius:50%;margin-bottom:1.2rem;border:4px solid white;box-shadow:0 4px 10px rgba(0,0,0,.1)}.testimonial-card h4{margin:0;font-size:1.2rem;font-weight:600}.testimonial-card p{font-size:1rem;color:#555;margin-top:.5rem;padding:0 1rem}.testimonial-controls{display:flex;justify-content:center;align-items:center;margin-top:2rem;gap:1rem}.arrow-btn{background-color:#000000;border:none;border-radius:50%;font-size:1.5rem;width:40px;height:40px;cursor:pointer;transition:background .3s}.arrow-btn:hover{background-color:#ccc}.dots{display:flex;gap:8px}.dot{width:10px;height:10px;background:#bbb;border-radius:50%;transition:background .3s}.dot.active{background:#333}@media screen and (max-width:768px){.testimonial-grid{grid-template-columns:1fr}.testimonial-card{min-height:40vh;padding:3rem 2rem}.testimonial-image{width:150px;height:150px}.testimonial-card h4{font-size:1.4rem}.testimonial-card p{font-size:1.1rem}}