@tailwind base;@tailwind components;@tailwind utilities;@theme{--color-Pblue:#1c3867;--color-Sblue:#a7e1ff}@component{.partner-card{@apply bg-white rounded-lg shadow-md p-3 flex flex-col items-center justify-center}.title-Text{@apply text-4xl font-bold capitalize text-[#1C3867] text-center}.title-sub-Text{@apply}}@utility title-Text{@apply text-4xl font-bold capitalize text-[#1C3867] text-center}@utility title-sub-Text{@apply text-2xl font-bold capitalize text-[#1C3867] text-center}*{box-sizing:border-box;padding:0;margin:0}html,body{margin:0;padding:0;width:100vw;overflow-x:hidden}html{scroll-behavior:smooth}.vector-style{background-repeat:repeat-y}body{font-family:"Inter Tight",sans-serif!important;font-optical-sizing:auto;font-style:normal;font-size:18px;background-color:#fff;display:grid;place-items:center}section{max-width:100vw;display:flex;justify-content:center;align-items:center}#desktop-nav>ul>li>ul{width:180px;position:absolute;z-index:1000;height:0;right:0;top:3rem;background:#fff;overflow:hidden}#desktop-nav>ul>li:hover>ul{height:max-content;border-bottom:1px solid #d1d1d1}#desktop-nav>ul>li>ul>li{background-color:#fff;border:1px solid #d1d1d1;width:100%;border-bottom-width:0;position:relative}#desktop-nav>ul>li>ul>li>a{font-size:14px;width:180px;display:block;text-transform:capitalize;color:#2e2e2e9e;font-weight:500;padding:10px 20px;height:100%}#desktop-nav>ul>li>ul>li>a:hover{background-color:#f7f7f7}#mobile-menu{height:100vh;overflow-y:auto}#mobile-menu>ul{display:flex;flex-direction:column;width:100%;margin-top:1rem}#mobile-menu>ul>li{width:100%}#mobile-menu>ul li a{font-size:14px;width:100%;text-align:start;display:block;border-bottom:1px solid #d1d1d1;text-transform:capitalize;color:#2e2e2e9e;font-weight:500;padding:10px 20px}#mobile-menu>ul li .submenu-toggle{transform:rotate(90deg);transition:transform 0.3s ease}#mobile-menu>ul li .submenu-toggle.rotated{transform:rotate(270deg)}#mobile-menu>ul>li>ul{width:100%;max-height:0;display:flex;flex-direction:column;background:#fff;transition:max-height 0.3s ease;overflow:hidden}#mobile-menu>ul>li>ul.show{max-height:1000px}#mobile-menu.show-menu{transform:translateY(0)}#mobile-menu:not(.show-menu){overflow:hidden}.helvatica-font{font-family:"Helvetica Neue W01 87 Hv Cn Obl"!important}.footer-link{color:white!important;text-decoration:none;margin-bottom:10px}.banner-overlay{background:linear-gradient(270deg,#fff0 0%,#1c3867 100%)}h1,h2,h3,h4,h5,h6{margin:0;padding:0}.scrollbar-hide::-webkit-scrollbar{display:none}.scrollbar-hide{scrollbar-width:none;-ms-overflow-style:none}.faq-answer-wrapper.open{max-height:1000px}.syllabus-data-wrapper{transition:max-height 0.5s ease-in-out}.syllabus-data-wrapper.open{max-height:5000px}.rotate-180{transform:rotate(180deg)}section{width:100vw!important}.trapezoid{border-top:130px solid #cae7f6;border-left:0 solid #fff0;border-right:100px solid #fff0;height:0;width:400px}.trapezoid-2{border-top:130px solid #1c3867;border-left:0 solid #fff0;border-right:100px solid #fff0;height:0;width:380px}@media only screen and (max-width:720px){.trapezoid{border-top:100px solid #cae7f6;border-left:0 solid #fff0;border-right:100px solid #fff0;height:0;width:300px}.trapezoid-2{border-top:100px solid #1c3867;border-left:0 solid #fff0;border-right:100px solid #fff0;height:0;width:280px}}.facility-card{transition:all 0.3s ease}.facility-card:hover{transform:scale(1.05)}.facility-card img{width:100%;height:100%;object-fit:cover}