body{margin:0;padding:0;width:100%;height:100%}.flip-card{perspective:1000px}.flip-card-inner{transition:transform .5s;transform-style:preserve-3d}.flip-card-front,.flip-card-back{position:absolute;backface-visibility:hidden}.flip-card-back{transform:rotateX("100deg")}.navbar-container{position:fixed;width:100%;height:6rem;display:flex;justify-content:space-between;background-color:#ffffff80;align-items:center;font-weight:bolder;font-family:roboto;box-sizing:border-box;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:5000;padding:.3rem 1rem}.logo-container{display:flex;align-items:center;cursor:pointer}.logo{height:5rem;width:5rem;border-radius:40px}.title{line-height:1rem;margin-left:1rem;font-size:x-large;font-weight:bolder;color:#205866}.nav-links{display:flex;gap:1rem;justify-content:space-evenly}.nav-links a{text-align:center;padding:.7rem 1rem;border-radius:20px;color:#205866;box-shadow:0 4px 8px #0000001a}.nav-links a:hover{background-color:#d6f1fb;color:#007fb1;transform:scale(1.1);transition:background-color .3s ease}a{text-decoration:none}.menu-btn{display:none;background:none;border:none;font-size:2rem;cursor:pointer}@media (max-width : 700px){.menu-btn{display:block}.nav-links{display:none;flex-direction:column;position:absolute;justify-content:center;align-items:center;top:6rem;right:0rem;width:10rem;gap:0rem;border-radius:10px;background-color:#ebf8fd;z-index:1000;padding:1rem}.nav-links a{width:100%;border-radius:0;box-shadow:none}.nav-links a:hover{background-color:#d6f1fb;color:#000;transform:scaleY(1.1);transition:background-color .3s ease}.nav-links.open{display:flex}}.footer-container{width:100%;background-color:#24262b;height:auto;display:flex;flex-wrap:wrap;justify-content:space-evenly;padding:1rem;box-sizing:border-box;line-height:1;color:#f5f5f5}.map{width:100%;max-width:600px;display:flex;justify-content:center;align-items:center;margin-bottom:1rem}.googemap{width:100%;height:300px;border:0;border-radius:8px}.footer-container div{display:flex;flex-direction:column}.footer-container h3{text-transform:capitalize;font-weight:bolder;color:#f5f5f5;position:relative;margin-bottom:1rem}.footer-container h3:before{content:"";position:absolute;left:0;bottom:-10px;background-color:#e91e63;height:3px;width:70px;box-sizing:border-box}.reactout{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:1rem}.reactout .email-text{font-size:large}.company-links{display:flex;justify-content:flex-start;align-items:center;padding:1rem;transition:background-color .3s ease-in-out}.company-links a{text-decoration:none;color:#fff;font-weight:700;font-size:medium;padding:.8rem;height:1rem;width:3.5rem}.follow-links{display:flex;justify-content:flex-start;align-items:center;gap:.5rem;padding:1rem}.follow-links a{display:inline-block;gap:2rem;transition:transform .2s ease-in-out}.follow-links a:hover,.company-links a:hover{transform:scale(1.1)}.copyrights-section{color:#fff;background-color:#24262b;display:flex;justify-content:center;align-items:center;flex-wrap:wrap}@media (max-width: 700px){.footer-container{display:flex;flex-direction:column}}.hero-section{display:flex;width:100%;flex-direction:column}.hero-section1,.hero-section2{padding:6rem 2rem;display:flex;justify-content:space-around;align-items:center;background-color:#d6f1fb;min-height:100vh;column-gap:5em;box-sizing:border-box}.hero-section2{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:center;background-color:#f5f5f5}.hero-section-content{display:flex;flex-wrap:wrap;font-size:xx-large}.hero-section-content .slogan{font-family:Merriweather;font-weight:bolder;min-height:auto;text-shadow:0 4px 8px rgba(0,0,0,.1)}.hero-section-content .sub-slogan{font-family:montserrat;font-size:medium;font-weight:500}.hero-image{max-width:100%;height:auto;object-fit:cover}@media (max-width:700px){.hero-section{display:flex;flex-direction:column}.hero-section1,.hero-section2{display:flex;flex-direction:column;flex-wrap:wrap}.hero-section-content .slogan{font-weight:700;font-size:x-large}.hero-section-content .sub-slogan{font-weight:400;font-size:100}}.about-section{display:flex;flex-direction:column;width:100%}.about-section1,.about-section2{display:flex;justify-content:space-around;padding:6rem 2rem;align-items:center;column-gap:5rem;background-color:#ace3f7;min-height:100vh;box-sizing:border-box}.about-section2{display:flex;flex-direction:row-reverse;justify-content:space-around;align-items:center;background-color:#f5f5f5}.about-content{display:flex;flex-wrap:wrap;justify-content:center;align-items:flex-start;font-size:xx-large}.about-heading{font-family:Merriweather;font-weight:bolder;min-height:auto;text-shadow:0 4px 8px rgba(0,0,0,.1)}.about-subcontent{font-family:montserrat;font-size:medium;font-weight:500}.about-img{max-width:100%;height:auto;object-fit:cover}@media (max-width: 700px){.about-section1,.about-section2{flex-direction:column}.about-heading{font-weight:700;font-size:x-large}.about-subcontent{font-weight:400;font-size:100}}.services-section{padding:6rem;display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:#d6f1fb}.services-cards-container{display:flex;justify-content:space-evenly;padding:1rem;gap:5rem;flex-wrap:wrap;margin:1rem 6rem}.card-container{position:relative;display:flex;width:20rem;height:25rem;margin:auto;perspective:1000px;cursor:pointer}.card-inner-content{position:relative;width:100%;height:100%;transform-style:preserve-3d;transition:transform .5s ease-in-out}.card-container:hover .card-inner-content{transform:rotateY(180deg)}.flip-card-front,.flip-card-back{position:absolute;width:100%;height:100%;backface-visibility:hidden;border-radius:10px;box-shadow:0 4px 8px #0003;transition:transform .5s ease-in-out}.flip-card-front{background-color:#fff;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:0rem;box-sizing:border-box;padding:1rem}.flip-card-back{background-color:#f5f5f5;transform:rotateY(180deg);display:flex;justify-content:center;align-items:center;flex-wrap:wrap;box-sizing:border-box}.flip-card-back .card-content{font-family:montserrat;font-size:medium;font-weight:500}.card-heading{font-size:1.4rem;color:#205866;font-weight:700;font-family:Merriweather}.card-content{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;color:#204848;padding:2rem}.services-heading-container{font-size:x-large;font-weight:bolder}.services-heading{font-weight:bolder;font-family:Merriweather}@media screen and (max-width: 1024px){.card-container{width:16rem;height:19rem;border:1px red solid}.card-heading{font-size:1rem}.flip-card-back .card-content{font-weight:600;font-size:small;box-shadow:none}}@media screen and (max-width: 700px){.card-container{width:13rem;height:16rem}.card-container:hover .card-inner-content{transform:rotateY(0)}.card-container.flipped .card-inner-content{transform:rotateY(180deg)}.card-heading{font-size:.9rem}.flip-card-back .card-content{font-size:small}}.contact-section{padding:6rem 2rem;display:flex;flex-direction:column;gap:2rem;box-sizing:border-box;background-color:#d6f1fb;font-family:Merriweather;font-size:xx-large}.contact-content{display:flex;flex-direction:column;flex-wrap:wrap;justify-content:space-around;align-items:center;width:50%;height:100%;font-size:xx-large}.contact-headings{display:flex;flex-direction:column;align-items:center;justify-content:center;flex-wrap:wrap}.contact-headings .contact-subheading{margin:.2rem 0rem}.contact-section1 .contact-headings .section-heading{font-size:x-large;font-weight:700;color:#205866;flex-wrap:wrap}.contact-headings p{font-family:montserrat;font-size:large;font-weight:500;text-align:center}.contact-headings .contact-heading{color:#205866;font-weight:bolder}.contact-subsection{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-evenly}.reachout .section-heading{color:#204848;text-shadow:0 4px 8px rgba(0,0,0,.1)}.contact-section2 .section-heading{font-size:x-large;font-weight:700;color:#205866}.contact-form-container{font-size:xx-large}.contact-form{display:flex;flex-direction:column;flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;height:100%;margin:auto}#email,#message{width:100%;max-width:80%;padding:.4rem;box-shadow:0 2px 4px #0000001a}#email{border-radius:20px;height:3em}#message{border-radius:10px;width:20rem;height:10em}.submit-btn{padding:.9rem 1.5rem;border-radius:20px;width:auto;font-weight:700;border:none;cursor:pointer;color:#fff;background-color:#205866;transition:background-color .3s ease,transform .3s ease}.form-submitted{display:flex;flex-direction:column;justify-content:center;align-items:center}label{font-size:1rem;font-weight:700}input,textarea{font-size:1rem;font-family:Arial,sans-serif}.submit-btn:hover{transform:scale(1.1);box-shadow:0 2px 4px #0000001a}@media screen and (max-width : 700px){.contact-section{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;font-size:medium}.contact-headings p{font-size:small}.contact-section{flex-direction:column;align-items:center;text-align:center;padding:4rem 1rem}.contact-content,.contact-form{width:100%;max-width:90%}.contact-subsection{flex-direction:column;align-items:center;gap:1rem}#email,#message{width:100%;max-width:80%;padding:.4rem;box-shadow:0 2px 4px #0000001a}#email{border-radius:20px;height:3em}#message{border-radius:10px;width:10rem;height:10em}.home-btn:hover,.submit-btn:hover{transform:scale(1.05)}}.notfound-section{background-color:#3d65af;padding:2rem;display:flex;flex-direction:column;justify-content:center;align-items:center;height:100vh}.notfound-section .notfound-img{width:80%;height:80vh}.home-btn{padding:1rem 1.5rem;border-radius:20px;width:auto;border:none;cursor:pointer;color:#fff;background-color:#15bae3;transition:background-color .3s ease,transform .3s ease}.home-btn:hover{transform:scale(1.3);box-shadow:0 2px 4px #0000001a}
