.latest-news-wrapper .latest-news-section{background:#031437;padding:60px 0 80px}.latest-news-wrapper .container{max-width:1200px;margin:0 auto;padding:0 20px}.latest-news-wrapper .section-heading{border-bottom:1px solid #e9ecef;margin-bottom:40px;padding-bottom:16px}.latest-news-wrapper .section-heading span{color:#fff;letter-spacing:-.5px;font-size:2.2rem;font-weight:700;display:block}.latest-news-wrapper .section-heading h2{color:#ebeff3;margin:2px 0 0;font-size:1.2rem;font-weight:400}.latest-news-wrapper .desktop-layout{grid-template-columns:1fr 1fr;align-items:start;gap:30px;display:grid}.latest-news-wrapper .left-news,.latest-news-wrapper .right-news{flex-direction:column;gap:25px;display:flex}.latest-news-wrapper .news-card{background:#fff;border:1px solid #e9ecef;border-radius:12px;height:180px;text-decoration:none;transition:all .3s;display:flex;overflow:hidden}.latest-news-wrapper .news-card:hover{border-color:#007bff;transform:translateY(-4px);box-shadow:0 10px 40px #00000014}.latest-news-wrapper .image-left .news-image{order:1}.latest-news-wrapper .image-left .news-content,.latest-news-wrapper .image-right .news-image{order:2}.latest-news-wrapper .image-right .news-content{order:1}.latest-news-wrapper .news-image{flex-shrink:0;width:50%;overflow:hidden}.latest-news-wrapper .news-image img{width:100%;height:100%;transition:transform .3s}.latest-news-wrapper .news-card:hover .news-image img{transform:scale(1.05)}.latest-news-wrapper .news-content{flex-direction:column;flex:1;justify-content:center;padding:20px 22px;display:flex}.latest-news-wrapper .category{color:#007bff;text-transform:uppercase;letter-spacing:.5px;margin-bottom:6px;font-size:.75rem;font-weight:600;display:inline-block}.latest-news-wrapper .blog-title{color:#1a1a2e;margin:0 0 8px;font-size:1.15rem;font-weight:600;line-height:1.4;transition:color .3s}.latest-news-wrapper .news-card:hover .blog-title{color:#007bff}.latest-news-wrapper .meta{color:#adb5bd;align-items:center;gap:18px;font-size:.8rem;display:flex}.latest-news-wrapper .meta span{align-items:center;gap:6px;display:flex}.latest-news-wrapper .meta svg{font-size:.75rem}.latest-news-wrapper .mobile-carousel{padding:0 10px;display:none;position:relative}.latest-news-wrapper .carousel-container{width:100%;overflow:hidden}.latest-news-wrapper .mobile-card{width:100%;margin:0 auto;flex-direction:column!important;height:auto!important;display:flex!important}.latest-news-wrapper .mobile-card .news-image{height:200px;order:0!important;width:100%!important}.latest-news-wrapper .mobile-card .news-content{padding:16px 18px;order:1!important}.latest-news-wrapper .carousel-btn{cursor:pointer;z-index:10;color:#1a1a2e;background:#ffffffe6;border:1px solid #e9ecef;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:all .3s;display:flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 2px 10px #0000001a}.latest-news-wrapper .carousel-btn:hover{color:#fff;background:#007bff;border-color:#007bff}.latest-news-wrapper .prev-btn{left:-5px}.latest-news-wrapper .next-btn{right:-5px}.latest-news-wrapper .carousel-dots{justify-content:center;gap:8px;margin-top:16px;display:flex}.latest-news-wrapper .dot{cursor:pointer;background:#d1d5db;border:none;border-radius:50%;width:8px;height:8px;padding:0;transition:all .3s}.latest-news-wrapper .dot.active{background:#007bff;border-radius:4px;width:24px}.latest-news-wrapper .dot:hover{background:#007bff}.latest-news-wrapper .text-center{text-align:center}.latest-news-wrapper .py-5{padding-top:40px;padding-bottom:40px}@media (max-width:992px){.latest-news-wrapper .desktop-layout{grid-template-columns:1fr;gap:30px}.latest-news-wrapper .left-news,.latest-news-wrapper .right-news{gap:20px}.latest-news-wrapper .news-card{height:160px}}@media (max-width:768px){.latest-news-wrapper .latest-news-section{padding:40px 0 60px}.latest-news-wrapper .section-heading span{font-size:1.8rem}.latest-news-wrapper .section-heading h2{font-size:1rem}.latest-news-wrapper .desktop-layout{display:none!important}.latest-news-wrapper .mobile-carousel{display:block}.latest-news-wrapper .mobile-card .news-image{height:180px}.latest-news-wrapper .blog-title{font-size:1rem}.latest-news-wrapper .meta{flex-wrap:wrap;gap:12px;font-size:.75rem}.latest-news-wrapper .carousel-btn{width:30px;height:30px;font-size:.8rem}}@media (max-width:480px){.latest-news-wrapper .latest-news-section{padding:30px 0 40px}.latest-news-wrapper .container{padding:0 15px}.latest-news-wrapper .section-heading{margin-bottom:25px;padding-bottom:12px}.latest-news-wrapper .section-heading span{font-size:1.5rem}.latest-news-wrapper .section-heading h2{font-size:.9rem}.latest-news-wrapper .mobile-card .news-image{height:160px}.latest-news-wrapper .mobile-card .news-content{padding:14px 16px}.latest-news-wrapper .blog-title{font-size:.95rem}.latest-news-wrapper .category{font-size:.65rem}.latest-news-wrapper .meta{gap:10px;font-size:.7rem}.latest-news-wrapper .meta svg{font-size:.65rem}.latest-news-wrapper .carousel-btn{width:26px;height:26px;font-size:.7rem}}
.hosting-section{width:85%;max-width:1400px;margin:80px auto}.hosting-mobile{display:none}.hosting-top{grid-template-columns:1.7fr 1fr;align-items:center;gap:30px;margin-bottom:35px;display:grid}.hosting-left{text-align:left}.tag{color:#333;background:#fff;border:1px solid #dcdcdc;border-radius:50px;padding:10px 22px;font-size:15px;font-weight:600;display:inline-block}.hosting-left h2{color:#111;margin:25px 0;font-size:58px;font-weight:700;line-height:1.1}.hosting-left p{color:#666;max-width:650px;font-size:18px;line-height:1.8}.hosting-bottom{grid-template-columns:repeat(3,1fr);gap:30px;display:grid}.hosting-card{text-align:left;cursor:pointer;background:#fff;border:1px solid #ececec;border-radius:24px;flex-direction:column;height:100%;padding:35px;transition:all .35s;display:flex;position:relative;overflow:visible}.hosting-card:hover{transform:translateY(-8px);box-shadow:0 20px 45px #00000014}.badge{color:#fff;white-space:nowrap;z-index:99;border-radius:10px;padding:8px 18px;font-size:13px;font-weight:600;position:absolute;top:-15px;right:25px}.card-header{align-items:center;gap:18px;margin-bottom:20px;display:flex}.icon{background:#f7f7f7;border-radius:18px;justify-content:center;align-items:center;width:72px;min-width:72px;height:72px;display:flex}.icon img{object-fit:contain;width:42px;height:42px}.card-header h3{color:#111;margin:0;font-size:28px;font-weight:700}.card-header span{color:#7b7b7b;margin-top:6px;font-size:15px;display:block}.hosting-card p{color:#666;flex:1;margin-bottom:25px;font-size:16px;line-height:1.8}.hosting-card button{cursor:pointer;color:#111;background:0 0;border:none;align-items:center;gap:10px;margin-top:auto;padding:0;font-size:17px;font-weight:600;transition:all .3s;display:flex}.hosting-card button:hover{gap:16px}.pricing-btn{cursor:pointer}@media (max-width:1200px){.hosting-section{width:92%}.hosting-top{grid-template-columns:1fr;gap:25px}.hosting-bottom{grid-template-columns:repeat(2,1fr)}.hosting-left h2{font-size:46px}}@media (max-width:768px){.hosting-section{width:95%;margin:40px auto}.hosting-desktop{display:none}.hosting-mobile{display:block}.hosting-mobile-header{text-align:left;margin-bottom:30px}.hosting-mobile-header .tag{margin-bottom:15px;padding:8px 18px;font-size:13px;display:inline-block}.hosting-mobile-header h2{color:#111;margin:15px 0;font-size:28px;font-weight:700;line-height:1.3}.hosting-mobile-header p{color:#666;margin-bottom:0;font-size:15px;line-height:1.7}.hosting-mobile-grid{grid-template-columns:1fr 1fr;gap:15px;margin-top:20px;display:grid}.hosting-mobile-grid .hosting-card{border-radius:16px;flex-direction:column;height:auto;padding:16px 14px;display:flex;min-height:220px!important}.hosting-mobile-grid .icon{border-radius:12px;width:44px;min-width:44px;height:44px}.hosting-mobile-grid .icon img{width:26px;height:26px}.hosting-mobile-grid .card-header{gap:10px;margin-bottom:10px}.hosting-mobile-grid .card-header h3{margin:0;font-size:16px;font-weight:700}.hosting-mobile-grid .card-header span{margin-top:2px;font-size:11px;display:block!important}.hosting-mobile-grid .hosting-card p{-webkit-line-clamp:3;text-overflow:ellipsis;-webkit-box-orient:vertical;flex:1;margin-bottom:14px;font-size:12px;line-height:1.5;display:-webkit-box;overflow:hidden}.hosting-mobile-grid .hosting-card button{gap:6px;margin-top:auto;font-size:12px}.hosting-mobile-grid .badge{border-radius:6px;padding:4px 10px;font-size:9px;top:-10px;right:10px}.hosting-mobile-grid .subtitle-text{display:block!important}}@media (max-width:420px){.hosting-mobile-grid{gap:10px}.hosting-mobile-header h2{font-size:24px}.hosting-mobile-header p{font-size:14px}.hosting-mobile-grid .hosting-card{border-radius:14px;padding:12px 10px;min-height:209px!important}.hosting-mobile-grid .icon{border-radius:10px;width:36px;min-width:36px;height:36px}.hosting-mobile-grid .icon img{width:22px;height:22px}.hosting-mobile-grid .card-header{gap:8px;margin-bottom:8px}.hosting-mobile-grid .card-header h3{font-size:14px}.hosting-mobile-grid .card-header span{font-size:10px}.hosting-mobile-grid .hosting-card p{-webkit-line-clamp:2;margin-bottom:10px;font-size:11px;line-height:1.4}.hosting-mobile-grid .hosting-card button{gap:5px;font-size:11px;display:none}.hosting-mobile-grid .badge{border-radius:5px;padding:3px 8px;font-size:8px;top:-8px;right:8px}}.hosting-card:after{display:none}
.testimonial-section{max-width:1200px;margin:0 auto;padding:30px 20px;position:relative}.testimonial-heading{text-align:center;margin-bottom:10px}.section-badge{color:#333;letter-spacing:1px;border-radius:20px;margin-bottom:15px;padding:8px 20px;font-size:14px;font-weight:600;display:inline-block}.testimonial-heading h2{color:#0e40e8;margin-bottom:10px;font-size:2.5rem}.feedback-btn{color:#fff;cursor:pointer;background:#0e40e8;border:none;border-radius:30px;padding:12px 30px;font-size:16px;font-weight:600;transition:all .3s}.feedback-btn:hover{background:#4b6ee3;transform:translateY(-2px);box-shadow:0 5px 15px #1a237e4d}.slider-container{margin:0 -10px;overflow:hidden}.testimonial-slider{gap:20px;padding:10px 0;transition:transform .5s ease-in-out;display:flex}.testimonial-card{border:1px solid #f0f0f0;border-radius:15px;flex:0 0 calc(25% - 20px);min-width:calc(25% - 20px);padding:30px;transition:all .3s;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.testimonial-card:hover{transform:translateY(-5px);box-shadow:0 8px 30px #0000001f}.quote-icon{color:#0e40e8;opacity:.3;margin-bottom:20px;font-size:24px}.review{color:#555;margin-bottom:20px;font-size:15px;line-height:1.6}.testimonial-user{align-items:center;gap:15px;display:flex}.testimonial-user img{object-fit:cover;border:3px solid #0e40e8;border-radius:50%}.testimonial-user h4{color:#0e40e8;margin:0;font-size:16px}.testimonial-user span{color:#888;font-size:13px}.slider-navigation{justify-content:center;gap:20px;margin-top:40px;display:flex}.nav-btn{color:#fff;cursor:pointer;background:#0e40e8;border:none;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;font-size:24px;transition:all .3s;display:flex}.nav-btn:hover:not(:disabled){background:#0e40e8;transform:scale(1.1);box-shadow:0 5px 20px #1a237e66}.nav-btn:disabled{opacity:.3;cursor:not-allowed;transform:none}.feedback-modal{z-index:1000;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#0009;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.feedback-box{background:#fff;border-radius:20px;width:100%;max-width:500px;max-height:90vh;padding:40px;position:relative;overflow-y:auto}.close-btn{color:#888;cursor:pointer;background:0 0;border:none;font-size:24px;transition:color .3s;position:absolute;top:15px;right:15px}.close-btn:hover{color:#0E40E8v}.feedback-box h2{color:#0e40e8;margin-bottom:30px;font-size:28px}.feedback-box form{flex-direction:column;gap:20px;display:flex}.feedback-box input,.feedback-box select,.feedback-box textarea{border:2px solid #e0e0e0;border-radius:10px;width:100%;padding:12px 16px;font-family:inherit;font-size:15px;transition:border-color .3s}.feedback-box input:focus,.feedback-box select:focus,.feedback-box textarea:focus{border-color:#0e40e8;outline:none}.feedback-box textarea{resize:vertical;min-height:120px}.submit-btn{color:#fff;cursor:pointer;background:#0e40e8;border:none;border-radius:10px;justify-content:center;align-items:center;gap:10px;padding:14px 30px;font-size:16px;font-weight:600;transition:all .3s;display:flex}.submit-btn:hover{background:#5b6171;transform:translateY(-2px);box-shadow:0 5px 20px #1a237e4d}@media (max-width:768px){.testimonial-card{flex:0 0 calc(100% - 20px);min-width:calc(100% - 20px)}.testimonial-heading h2{font-size:2rem}.feedback-box{padding:30px 20px}}@media (min-width:769px) and (max-width:1024px){.testimonial-card{flex:0 0 calc(50% - 20px);min-width:calc(50% - 20px)}}.alfaname{text-transform:uppercase;background:#0e40e8;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:60px;height:60px;font-size:38px;font-weight:700;display:flex;color:#fff!important}
.clients-section{background:#fff;width:100%;padding:55px 0;overflow:hidden}.clients-container{width:100%;max-width:1400px;margin:0 auto;padding:0 30px}.clients-heading{justify-content:center;align-items:center;gap:18px;margin-bottom:40px;display:flex}.clients-heading h2{color:#111;white-space:nowrap;margin:0;font-size:28px;font-weight:700}.clients-line{background:#d5d5d5;width:60px;height:1px}.clients-slider-wrapper{width:100%;position:relative;overflow:hidden}.clients-slider{align-items:center;width:max-content;animation:30s linear infinite clientSlider;display:flex}.clients-slider:hover{animation-play-state:paused}.client-slide{box-sizing:border-box;justify-content:center;align-items:center;width:210px;min-width:210px;height:130px;display:flex}.client-logo-box{box-sizing:border-box;background:#fff;justify-content:center;align-items:center;width:190px;height:150px;display:flex;overflow:hidden}.client-logo{object-fit:contain;object-position:center;filter:none;opacity:1;width:auto;max-width:165px;height:180px;transition:transform .3s;display:block}.client-logo[src*=dlf],.client-logo[src*=deloitte],.client-logo[src*=cardekho]{max-width:165px}.client-logo-box:hover .client-logo{transform:scale(1.05)}@keyframes clientSlider{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (max-width:992px){.clients-container{padding:0 20px}.client-slide{width:185px;min-width:185px;height:120px}.client-logo-box{width:160px;height:90px}.client-logo{max-width:145px;height:55px}.clients-slider{animation-duration:25s}}@media (max-width:576px){.clients-section{padding:40px 0}.clients-container{padding:0 15px}.clients-heading{gap:12px;margin-bottom:30px}.clients-heading h2{font-size:22px}.clients-line{width:35px}.client-slide{width:155px;min-width:155px;height:105px}.client-logo-box{width:135px;height:180px}.client-logo{max-width:120px;height:148px}.clients-slider{animation-duration:20s}}
