.featured{display:flex;justify-content:space-between;align-items:center;padding:100px 90px 10px;gap:40px;position:relative}.featured-left{max-width:45%}.small-text{font-size:var(--default-p-size);color:var(--text-color)}.title{font-size:60px;font-weight:800;margin:20px 0;line-height:var(--heading-line-height)}.title span{color:var(--primary-color)}.desc{margin:10px 0}.desc,.desc2{color:var(--text-color);line-height:var(--p-line-height)}.desc2{font-size:var(--default-p-size);margin:30px 0 0}.trusted-by-cont{display:flex;align-items:flex-end;gap:5px;margin-top:10px}.trusted-by-cont img{margin-bottom:-20px}.trusted-by-cont .trusted-by-heading{font-weight:var(--bold-font-weight)}.trusted-by-cont .trusted-by-heading span{color:var(--primary-color)}.btn-group{display:flex;gap:15px;margin-top:20px}.btn{padding:14px 25px;border-radius:30px;border:none;font-weight:var(--bold-font-weight);cursor:pointer;transition:.3s ease}.featured-right{position:relative;display:flex;justify-content:center;align-items:center;width:55%}.eclips1{width:35vw;height:35vw;max-width:500px;max-height:500px;background:#f949005e}.eclips1,.eclips2{border-radius:50%;display:flex;align-items:center;justify-content:center}.eclips2{width:70%;height:70%;background:#f949005c}.eclips3{width:65%;height:65%;background:#f9490047;border-radius:50%}.hero-img{height:auto;width:100%;max-width:600px;top:-5%;filter:drop-shadow(27px 11px 14px rgba(0,0,0,.55));animation:swing 15s linear infinite;transform-origin:center}.featured1,.featured2,.featured3,.hero-img{position:absolute;z-index:2}.featured3{top:-20px;left:0;animation:swing 1s linear infinite}.featured2,.featured3{position:absolute;z-index:2;width:90px;transform-origin:center}.featured2{top:250px;right:-10px;animation:swing 1.5s linear infinite}.featured1{top:-50px;right:150px}.featured0,.featured1{position:absolute;z-index:2;width:120px;animation:swing 2s linear infinite;transform-origin:center}.featured0{top:-40px;right:-10px}.featured-bottom{height:115px;width:100%;background-color:var(--dark-gray);display:flex;gap:7%;align-items:center}.featured-bottom .featured-logos-section{display:flex;align-items:center;height:100%;gap:20px}.featured-bottom .featured-heading-section{margin-left:7%}.featured-bottom .featured-heading-section p{color:var(--dark-color);font-size:var(--default-p-size)}.featured-bottom .featured-heading-section p:last-child{color:var(--primary-color);font-size:32px;font-weight:var(--bold-font-weight)}.featured-bottom .featured-logos-section img{max-height:44px}.vertical-box{position:absolute;left:0;bottom:0;writing-mode:vertical-rl;transform:rotate(180deg);letter-spacing:2px;font-size:14px;display:flex;justify-content:space-between;align-items:center;height:600px;width:74px;list-style:none}.section-one-vert{background-color:var(--primary-color);color:var(--secondary-color)}.section-one-vert,.section-two-vert{display:flex;align-items:center;gap:20px;list-style:none;margin:0;padding:20px 0;width:100%}.section-two-vert{font-style:italic;color:var(--text-color)}.section-two-vert li{cursor:pointer;transition:.3s ease}.section-two-vert li:hover{color:var(--primary-color)}.featured-social-links{text-decoration:none;color:var(--secondary-color);cursor:pointer}.featured-social-links:hover{opacity:.9}@keyframes swing{0%{transform:rotate(0deg)}25%{transform:rotate(5deg)}50%{transform:rotate(0deg)}75%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}@media (max-width:900px){.featured{padding:20px var(--left-space) 10px;flex-direction:column-reverse}.title{font-size:30px}.featured-left{max-width:100%}.featured-right{width:100%;height:-moz-fit-content;height:fit-content}.desc2,.vertical-box{display:none}.featured-bottom{height:80px;gap:20px}.trusted-by-cont{margin-left:10px;margin-bottom:10px;margin-top:40px}.trusted-by-cont .trusted-by-heading{font-size:14px}.featured-bottom .featured-heading-section{margin-left:10px}.featured-bottom .featured-heading-section p{font-size:14px}.featured-bottom .featured-heading-section p:last-child{font-size:16px;font-weight:var(--bold-font-weight)}.featured-bottom .featured-logos-section{gap:5px}.featured-bottom .featured-logos-section img{max-height:auto;width:40px}.hero-img{min-height:300px;max-width:691px}.eclips1{width:250px;height:250px}.hero-img{max-width:90%}.featured3{top:0;left:10px;width:40px}.featured2{top:150px;right:5px;width:40px}.featured1{top:0;right:90px;width:40px}.featured0{top:-10px;right:40px;width:40px}}.serve{width:100%}.serve .services-section{width:100%;background:linear-gradient(90deg,#f94900,#932b00);padding:40px var(--left-space);position:relative}.serve .services-section .serve-title{font-size:var(--heading-two);margin-bottom:40px;color:var(--secondary-color);text-align:center;width:70%;display:flex;justify-self:center;line-height:var(--heading-line-height)}.back{height:600px;width:600px;text-align:center;position:absolute;top:27%;left:50%;transform:translateX(-50%)}.back,.back1{align-items:center;display:flex;justify-content:center;background-color:#d5d5d54d;border-radius:50%}.back1{height:450px;width:450px}.back2{height:300px;width:300px;display:flex;align-items:center;justify-content:center;background-color:#d5d5d54d;border-radius:50%;position:relative;overflow:hidden;padding:30px}.rotating-text{animation:rotateText 15s linear infinite;transform-origin:50% 50%}@keyframes rotateText{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.services-grid{flex-wrap:wrap;align-items:center;justify-content:center;gap:90px}.service-card,.services-grid{display:flex;position:relative}.service-card{width:45%;background:var(--secondary-color);color:var(--text-dark);border-radius:var(--border-radius2);padding:30px;text-align:left;box-shadow:0 4px 10px rgba(0,0,0,.1);flex-direction:column;justify-content:space-between;transition:transform .3s ease,box-shadow .3s ease}.service-card:hover{transform:translateY(-5px);box-shadow:0 8px 20px rgba(0,0,0,.15)}.service-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.service-icon-circle{width:60px;height:60px;background:#fde5e0;color:var(--primary-color);border-radius:50%;padding:10px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.service-icon-circle img{width:30px;height:auto}.service-number{font-size:70px;color:var(--primary-color)}.service-number,.service-title{font-weight:var(--bold-font-weight)}.service-title{font-size:18px;margin-bottom:10px}.service-description{color:#060606;margin-bottom:20px;line-height:var(--p-line-height);min-height:120px;font-size:var(--default-p-size)}.learn-more{font-weight:var(--bold-font-weight);background-color:transparent;width:-moz-fit-content;width:fit-content;color:var(--text-dark);transition:color .3s ease;cursor:pointer;outline:none;border:none;display:flex;align-items:center;gap:5px}.learn-more:hover{color:var(--primary-color)}@media (max-width:900px){.serve .services-section .serve-title{width:100%;text-align:left}.service-card{width:100%}.back{display:none}.services-section{height:-moz-fit-content;height:fit-content}.service-card{margin-left:10px}.services-grid{gap:20px}.service-icon-circle{width:40px;height:40px;padding:6px 8px}.service-icon-circle img{width:100%;height:100%}.service-number{font-size:30px}}.latest-blogs2{width:100%;padding:40px var(--left-space);display:flex;gap:30px;flex-wrap:wrap;margin:40px 0}.latest-blogs2 .latestblogs2-card{width:31%;padding:20px;background:var(--secondary-color);border-radius:var(--border-radius);border:1px solid gainsboro;box-shadow:var(--box-shadow);overflow:hidden;display:flex;flex-direction:column;gap:10px;transition:transform .3s ease,box-shadow .3s ease;cursor:pointer}.latest-blogs2 .latestblogs2-card:hover{transform:translateY(-4px) scale(1.03);box-shadow:var(--hover-shadow)}.latest-blogs2 .latestblogs2-card .latestblogs2-card-image{width:100%;height:204.6px;box-shadow:0 2px 3px rgba(0,0,0,.074)}.latest-blogs2 .latestblogs2-card .latestblogs2-card-content h3{font-size:20px;font-weight:700;margin-bottom:8px;text-transform:lowercase;line-height:var(--heading-line-height)}.latest-blogs2 .latestblogs2-card .latestblogs2-card-content p{font-size:14px;color:var(--text-gray);line-height:var(--p-line-height);margin-bottom:16px;font-weight:400}.latestblogs2-card-footer{display:flex;justify-content:space-between;align-items:center;font-size:12px;color:var(--foot-color)}.latestblogs2-card-footer span{font-weight:400}.latestblogs2-card-footer span:last-child{color:var(--text-dark);font-weight:700}.latestblogs2-card-footer span:last-child:hover{text-decoration:underline}@media (max-width:900px){.latest-blogs2 .latestblogs2-card{width:100%}}