.Competitive { text-align: center; } .Competitive h2 { font-size: 34px; color: #177a56; } .Competitive-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 53px 15px !important; justify-items: center; } .Competitive-card { background: white; border: 2px solid #00652F; border-radius: 18px; padding: 35px 25px; text-align: center; transition: 0.3s ease; position: relative; z-index: 1; } .Competitive-grid> :nth-last-child(-n+2) { grid-column: span 1; width: 100%; margin-right: -400px; } .Competitive-card:hover { transform: translateY(-6px); box-shadow: 0 10px 22px rgba(0, 0, 0, 0.08); } .Competitive-icon img { width: 50px; height: 50px; object-fit: contain; } .Competitive-icon { width: 80px; height: 80px; position: absolute; background: #ffcf18; border-radius: 50%; display: flex; justify-content: center; align-items: center; margin: 0 auto; z-index: 12; } .Competitive-icon::before { content: ""; position: absolute; top: 50%; left: 50%; margin: 0 auto; transform: translate(-50%, -50%); background: #ffcf1833; width: 100px; height: 100px; border-radius: 100%; z-index: 12; } .bg-color { border-radius: 100px; background: white; position: relative; height: 110px; display: flex; width: 110px; margin: 0 auto; align-items: center; justify-content: center; margin-top: -86px; } .bg-color::before { content: ""; position: absolute; inset: -2px; border-radius:100px; background: linear-gradient(to bottom, white 0%, white 45%, #00652F 30%, #00652F 100%); z-index: -1; } .Competitive-card h3 { font-size: 22px; font-weight: 700; margin-top: 20px; color: #00652F; } .Competitive-card p { font-size: 18px; color: #4A5565; line-height: 1.6; font-weight:400; } .industry-slider { text-align: center; } .industry-icon { position: absolute; width: 75px; height: 75px; background: #ffcf18; border-radius: 50%; display: flex; justify-content: center; align-items: center; margin: 0 auto; bottom: 22%; left: 40%; z-index: 12; } .industry-icon img { width: 45px !important; height: 45px; object-fit: contain; } .industry-slider-box { border: 2px solid #00652F; border-radius: 22px; text-align: center; position: relative; margin: 0 15px; } .industry-slider-box img { width: 100%; display: block; } .industry-slider-box .Competitive-icon { position: absolute; top: 50%; left: 50%; transform: translateX(-50%); } .industry-slider-text { padding: 40px 0 20px 0; } .industry-slider-text h3 a { color: #00652F; font-size: 25px; font-weight: 600; text-decoration: none; } .slick-prev::before, .slick-next::before { display: none !important; } .custom-arrow { background: #00652F !important; width: 50px; height: 50px; border-radius: 50%; display: flex !important; align-items: center; justify-content: center; padding: 0 !important; } .custom-arrow img { width: 20px !important; height: auto !important; display: block !important; } .slick-prev.slick-disabled, .slick-next.slick-disabled { opacity: 1 !important; background: #00652F !important; pointer-events: auto !important; } .custom-arrow:active, .custom-arrow:focus { background: #00652F !important; opacity: 1 !important; outline: none !important; } .industry-slider-container { position: relative; padding-bottom: 80px; overflow: hidden; } .industry-slider-container .slick-prev { position: absolute !important; bottom: 15px !important; left: 50% !important; transform: translateX(-55px) !important; } .industry-slider-container .slick-next { position: absolute !important; bottom: 15px !important; left: 49% !important; transform: translateX(15px) !important; } @media (max-width: 768px) { .Competitive-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 40px 15px !important; justify-items: center; } .Competitive-grid> :nth-last-child(-n+2) { grid-column: span 1; width: 100%; margin-right: 0; } .bg-color::before { background: linear-gradient(to bottom, white 0%, white 35%, #00652F 30%, #00652F 100%); } .industry-icon { bottom: 37%; left: 39.5%; } .page-template-about-us .hero-container { padding-top: 30px; } } @media (max-width: 1024px) { .bg-color { margin-top: -33%; } } @media (max-width: 430px) { .Competitive-grid { grid-template-columns: repeat(1, 1fr); } .bg-color { margin-top: -22%; } .industry-icon { left: 40.5%; } } @media (max-width: 425px) { .Competitive-grid { display: grid; grid-template-columns: repeat(1, 1fr); gap: 45px 15px !important; } .Competitive-card { padding: 25px; } .bg-color { margin-top: -20%; } .industry-icon { left: 40.5%; bottom: 22.5%; } .industry-slider-text h3 a { font-size: 25px; } } @media (max-width: 360px) { .bg-color { margin-top: -24% !important; } .industry-icon { left: 39%; } } @media (max-width: 375px) { .bg-color { margin-top: -23%; } .industry-slider-box { margin: 0 ; } } @media (max-width: 320px) { .Competitive-card { padding: 25px 15px; } .bg-color { margin-top: -27% !important; } }
