footer > .container { max-width: 1240px; padding: 0 20px; margin: 0 auto; } .footer { margin-top: 183px; background: #0d1222; color: #9ea0a7; position: relative; padding-top: 141px; } .footer-cta { position: absolute; bottom: 88%; left: 120px; right: 120px; /* transform: translateY(-60%); */ } .footer-cta-content { background: #0274B2 ; border-radius: 10px; padding: 37px 48px; display: flex; align-items: center; justify-content: space-between; position: relative; } .footer-cta-txt{ display: flex; flex-direction: column; } .footer-cta-txt h2 { color: #ffffff; margin-bottom: 8px; font-size: 24px; font-weight: bold; line-height: 1.5; } .footer-cta-txt p { color: #ffffff; font-size: 15px; font-weight: 400; line-height: 1.7; } .footer-cta-btn { background: #fff; color: var(--color-primary); text-decoration: none; padding: 7px 16px 7px 12px; border-radius: 10px; display: flex; gap: 8px; z-index: 1; } .footer-cta-btn span{ font-size: 15px; line-height: 1.7; font-weight: 600; } .footer-cta-btn svg{ width: 24px; height: 24px; } .footer-imga{ position: absolute; bottom: 0; left: 277px; } .footer-imgb{ position: absolute; top: 0; left: 0; } .footer-imgc , .footer-imgd{ display: none; } .footer-cta-btn:hover { transform: translateY(-3px); } .footer-container { display: flex; justify-content: center; gap: 40px; } .footer-one { max-width: 347px; display: flex; flex-direction: column; gap: 16px; } .footer-icon-two, .footer-icon-three { display: flex; gap: 8px; } .footer-icon-two svg { width: 20px; height: 24px; flex-shrink: 0; } .footer-column-two { max-width: 304px; } .footer-column-three { min-width: 161px; } .footer-column-four { min-width: 252px; } .footer-icon-three svg { width: 30px; height: 24px; flex-shrink: 0; } .ershad-logo{ width: 24px; height: 24px; } .footer-column h3 { margin-bottom: 24px; color: #fff; position: relative; font-size: 18px; } .footer-column h3::after { content: ''; position: absolute; bottom: -8px; right: 0; width: 48px; height: 1.5px; background: #03aeff; /* margin-bottom:16px; */ } .footer-column ul { list-style: none; } .footer-column ul li { margin-bottom: 12px; line-height: 1.8; color: #9ea0a7; } .footer-column a { text-decoration: none; color: #9ea0a7; font-size: 15px; font-weight: 400; } .footer-column div{ font-size: 15px; font-weight: 400; } .footer-column a:hover { color: #03aeff; } .footer-logo { width: 150px; margin-bottom: 20px; } .footer-column-txt { color: #9ea0a7; font-size: 16px; font-weight: 400; line-height: 1.8; } .social-links { display: flex; gap: 16px; } .social-links a { width: 32px; height: 32px; display: flex; align-items: center; justify-content: center; transition: 0.3s; } .social-links SVG { width: 32px; height: 32px; } .footer-bottom { text-align: right; padding: 16px 0 24px 0; color: #9ea0a7; font-size: 12px; font-weight: 400; line-height: 1.8; } .footer-bottom span { color: #cfd0d3; } .footer-bottom-line { position: absolute; bottom: 0; margin-bottom: 62px; width: 100%; height: 1px; background: #3d414e; }