@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&family=Roboto+Slab&family=Roboto:ital,wght@0,500;0,700;1,400&display=swap');

:root {
    --white: #fff;
    --black: #000;
    --primary: #EF6F52;
    --secondary: #295A82;
}

html {
    scroll-behavior: smooth;
    height: 100%;
    overflow-x: hidden;
}

body {
    position: relative;
    background: #fff;
    overflow-x: hidden;
    /* height: 100%; */
    font-family: "Poppins", sans-serif;
}


/* How to add New font */


/* @font-face {
	font-family: "Font Name";
	src: url("../fonts/fontpath.ttf");
  } */

section {
    position: relative;
    padding: 6rem 0;
}

p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 2;
    color: #828282;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
}

.img-auto {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

a,
button {
    text-decoration: none !important;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

a:hover,
button:hover {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

figure {
    margin: 0;
}


/* Cursor Start */

.mouse-cursor {
    position: fixed;
    left: 0;
    top: 0;
    pointer-events: none;
    border-radius: 50%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    visibility: hidden;
}

.cursor-inner {
    margin-left: 2px;
    margin-top: 2px;
    width: 7px;
    height: 7px;
    z-index: 10000001;
    background-color: var(--primary);
    -webkit-transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
    -o-transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
    transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.cursor-inner.cursor-hover {
    margin-left: -10px;
    margin-top: -10px;
    width: 30px;
    height: 30px;
    background-color: var(--primary);
    opacity: 0.3;
}


/* Cursor End */


html.lenis {
    height: auto;
}

.lenis.lenis-smooth {
    scroll-behavior: auto;
}

.lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain;
}

.lenis.lenis-stopped {
    overflow: hidden;
}

.lenis.lenis-scrolling iframe {
    pointer-events: none;
}


/* loader */

.preLoader {
    width: 100%;
    height: 100%;
    z-index: 1111;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.preLoader.black {
    background-color: var(--white);
    z-index: 11113;
}

.preLoader.white {
    z-index: 11112;
    background-color: var(--primary);
}


/* loader */


/* btn css */

.themeBtn {
    background: var(--primary);
    font-size: 1.25rem;
    color: var(--white);
    text-transform: uppercase;
    font-weight: 500;
    display: inline-block;
    padding: 0.775em 2.565em;
    border-radius: 7px;
    line-height: normal;
    box-shadow: 0 5px 2px 0 #98250A;
    transition: 0.5s ease;
}

.themeBtn:hover {
    transform: translateY(-0.5rem);
    box-shadow: 0 12px 2px 0 #98250A;
    color: var(--white);
}

.themeBtn.btn--blue {
    background-color: var(--secondary);
    box-shadow: 0 5px 2px 0 #133A5A;
}

.themeBtn.btn--blue:hover {
    box-shadow: 0 12px 2px 0 #133A5A;
}


/* btn css */


/* GLOBLE CSS */

.heading {
    font-family: 'Roboto Slab', serif;
    font-size: 4.375rem;
    color: #133A5A;
    line-height: 1.1;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0;
}

.heading span {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    display: block;
}

.heading--small {
    color: var(--white);
    font-size: 3.125rem;
}

.heading--sm {
    font-size: 2.5rem;
    text-transform: capitalize;
}

/* !@GLOBLE CSS */



/* HEADER CSS */

header {
    position: relative;
    z-index: 111;
    width: 100%;
    padding: 0 0 1.5rem 0;
    background-color: var(--white);
    transition: 0.3s ease-in-out;
}
.announcement {
  text-align: center;
  background: #ed7051;
  padding: 10px 0px;
  margin-bottom: 1.5rem;
}
.announcement .anc-bar {
  color: #fff;
  margin: 0;
}
.navbar-brand {
    margin: 0;
    padding: 0;
}

.navbar-nav {
    align-items: center;
    justify-content: end;
    gap: 3rem;
}

.navbar-nav .nav-item .nav-link {
    font-size: 1.0625rem;
    color: #13456E;
    text-transform: uppercase;
    font-weight: 500;
    padding: 0 0;
    display: inline-block;
}

.navbar-nav .nav-item .nav-link:hover {
    color: var(--primary);
}

.navbar-nav+div {
    margin-left: 2.75rem;
}

/* !@HEADER CSS */


/* MAIN HERO SECTION CSS */

.main-slider {
    padding: 0;
    height: 952px;
    background: url('../images/mainimg.webp') center center / cover fixed;
}

.homeSlider.swiper-container {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    background: linear-gradient(90deg, #021220 0%, transparent 100%);
}

.homeSlider.swiper-container .swiper-slide {
    overflow: hidden;
}

.homeSlider .slide-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
}

.hero-text h4 {
    font-size: 1.5625rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: var(--white);
    margin: 0;
}

.hero-text h1 {
    margin: 0;
    color: var(--white);
    font-size: 4rem;
    font-weight: 300;
    text-transform: uppercase;
}

.hero-text p {
    color: var(--white);
    line-height: 1.67;
    margin-top: 0.5rem;
    font-size: 1.125rem;
    max-width: 90%;
}


/* !@MAIN HERO SECTION CSS */


/* MAIN CTA SECTION CSS */

.main-cta__section {
    margin-top: -12rem;
    padding-bottom: 2rem;
}

.cta-card {
    background-color: var(--secondary);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
    text-align: center;
    max-width: 228px;
    height: 224px;
    padding: 0.75rem 0.25rem;
    gap: 0.75rem;
    box-shadow: 0 5px 2px 0 #133A5A;
    cursor: pointer;
    transition: 0.5s ease;
}


.cta-card figure {
    height: 130px;
    display: grid;
    place-items: center;
}

.cta-card h5 {
    color: var(--white);
    font-size: 1.375rem;
    margin: 0;
    font-weight: 500;
    text-transform: uppercase;
    transition: 0.5s ease;
}

.cta-card:hover {
    background-color: var(--primary);
    box-shadow: 0 12px 2px 0 #98250A;
    margin-top: -0.5rem;
}

.cta-card:hover h5 {
    opacity: 0.75;
}


/* !@MAIN CTA SECTION CSS */


/* ABOUT SECTION CSS */
.about-section {}

.about-section figure {
    position: relative;
    max-width: 570px;
    z-index: 1;
}

.about-section figure img {
    border-radius: 0 140px 0 60px;
}

.about-section figure::before {
    content: '';
    position: absolute;
    left: -2rem;
    bottom: -2rem;
    border-radius: 0 134px 0 60px;
    width: 348px;
    height: 339px;
    background-color: var(--primary);
    z-index: -1;
    animation: borderanimation 10s linear infinite;
}

@keyframes borderanimation {
    0% {
        left: -2rem;
        bottom: -2rem;
    }

    25% {
        left: -2rem;
        bottom: 23rem;
    }

    50% {
        left: 15.5rem;
        bottom: 23rem;
    }

    75% {
        left: 15.5rem;
        bottom: -2rem;
    }

    100% {
        left: -2rem;
        bottom: -2rem;
    }
}


.about-section h4 {
    font-size: 1.375rem;
    color: #4E4E4E;
    font-weight: 500;
    line-height: 1.8;
    margin-block: 1.375rem;
}

.about-section p {
    color: #373737;
    margin-bottom: 1.75rem;
}

/* !@ABOUT SECTION CSS */


/* SERVICES LISTING SECTION */

.services-lisiting {
    padding: 8rem 0 6.25rem;
    background: url('../images/home-pathimg.webp') top center/contain no-repeat;
    margin: 5rem 0 11.5rem;
    position: relative;
}

.services-lisiting .obj {
    content: '';
    position: absolute;
    top: -5rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}

.services-lisiting .row-gap {
    gap: 3.75rem 0;
    margin-top: 1.5rem;
}

.listing-card {
    text-align: center;
    display: inline-block;
    margin-bottom: 1rem;

}

.listing-card h4 {
    font-size: 1.875rem;
    margin: 1rem 0 10px;
    color: var(--white);
}

.listing-card i {
    color: var(--primary);
    font-size: 2rem;
}

/* SERVICES LISTING SECTION */

/* CTA SECTION CSS */

.cta-section {
    background-color: var(--primary);
}

.cta-figure {
    margin-left: -15rem;
}

.cta-figure img {
    border-radius: 0 342px 0 0;
}

.cta-section p {
    font-size: 1.5625rem;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    line-height: normal;
}


.call-link {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    margin-left: 1.125rem;
}

.call-link i {
    width: 60px;
    height: 60px;
    background-color: var(--white);
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: var(--black);
    font-size: 1.375rem;
}

.call-link div {
    display: flex;
    flex-direction: column;
    font-size: 1.875rem;
    color: var(--white);
    gap: 0.375rem;
    line-height: 1;
}

.call-link div span {
    font-size: 1.25rem;
}

/* !@CTA SECTION CSS */

/* TESTIMONIAL CSS */

.testimonial-section {
    padding: 4rem 0 4.75rem;
}

.reviewSlider {
    padding: 1rem;
    margin: 3.5rem -1rem 0;
}

.review-card {
    box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.12);
    border-radius: 30px 0;
    padding: 3.125rem 2.75rem 2.25rem;
    cursor: pointer;
    transition: 0.5s ease;
}

.review-card .rating {
    display: flex;
    align-items: center;
    gap: 3px;
    margin-top: 2rem;
    margin-bottom: 0.5rem;
}

.review-card .rating i {
    color: #FFCC00;
}

.review-card .rating li:last-child {
    margin-left: 1.125rem;
    color: #021143;
}

.review-card p {
    font-size: 1.125rem;
    font-style: italic;
    margin-right: -1rem;
    color: #6E6E6E;
}

.review-card .review-footer {
    border-top: 1px solid rgba(112, 112, 112, 0.24);
    padding-top: 1.875rem;
    margin-top: 4rem;
}

.reviewSlider .swiper-slide-active .review-card {
    background-color: var(--secondary);
}


.reviewSlider .swiper-slide-active .review-card p {
    color: var(--white);
}

.reviewSlider .swiper-slide-active .review-card img.icon {
    filter: brightness(0) invert(1);
}

.reviewSlider .swiper-slide-active .review-card .review-footer {
    border-top: 1px solid rgba(255, 255, 255, 0.24);
}


.reviewSlider .swiper-slide-active .review-card .rating li:last-child {
    color: var(--white);
}

.controls-arrow {
    position: relative;
    max-width: 190px;
    height: 76px;
    margin: 1rem auto 0;
}

.controls-arrow::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 380px;
    height: 2px;
    background-color: var(--primary);
}

.controls-arrow .swiper-button-prev,
.controls-arrow .swiper-button-next {
    margin: 0;
    width: 76px;
    height: 76px;
    border-radius: 50%;
    border: 1px solid var(--primary);
    background-color: var(--white);
    font-size: 2rem;
    color: var(--primary);
    box-shadow: 0 0 0 15px white;
    top: 0;
    transition: 0.5s ease;
}

.controls-arrow .swiper-button-prev:hover,
.controls-arrow .swiper-button-next:hover {
    background-color: var(--primary);
    color: var(--white);
}

.controls-arrow .swiper-button-prev::after,
.controls-arrow .swiper-button-next::after {
    content: '';
}

/* !@TESTIMONIAL CSS */




/* SERVICES SECTION CSS */

.services-section {
    background-color: var(--secondary);
    padding: 0;
}

.services-list {
    margin-top: 2.75rem;
    margin-bottom: 4.5rem;
}

.services-list li+li {
    margin-top: 4rem;
}

.services-list li a {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.services-list li a i {
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    border: 2px solid var(--primary);
    display: grid;
    place-items: center;
    color: var(--primary);
    font-size: 1.375rem;
}

.services-list li a h4 {
    margin: 0;
    color: var(--white);
    font-family: 'Roboto Slab', sans-serif;
    font-size: 1.5625rem;
}

.services-list li a p {
    color: var(--white);
    font-size: 0.875rem;
    margin: 0;
}

.services-figure {
    margin-right: -15rem;
    overflow: hidden;
}

/* !@SERVICES SECTION CSS */

/* GALLERY SECTION */

.gallery-section {
    padding: 3.125rem 0 4.5rem;
}

.gallery-section .row {
    margin-block: 2.25rem;
    gap: 1.125rem 0;
}

.gallery-section figure {
    max-width: 345px;
    overflow: hidden;
}

.gallery-section figure img {
    transition: 0.5s ease;
}

.gallery-section figure:hover img {
    opacity: 0.8;
    transform: scale(1.1);
}

/* !@GALLERY SECTION */


/* VIDEO SECTION */

.video-section {
    position: relative;
}

.video-section figure {
    background-color: var(--black);
    overflow: hidden;
}

.video-section figure img {
    opacity: 0.8;
}

.video-section .video-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 153px;
    height: 153px;
    display: grid;
    place-items: center;
    border: 3px solid var(--white);
    color: var(--white);
    border-radius: 50%;
    font-size: 2.5rem;
    transition: 0.5s ease;
}

.video-section .video-btn:hover {
    background-color: var(--white);
    color: var(--primary);
    box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.25);
}

/* !@VIDEO SECTION */

.offers-section {
    padding: 9.25rem 0 3rem;
}

.offers-section .row {
    position: relative;
}

.offers-section .obj {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}

.offer-card {
    position: relative;
    overflow: hidden;
    border-radius: 7px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    max-width: 708px;
    margin: auto;
}

.offer-card .offer-overlay {
    position: absolute;
    inset: 0;
    background-color: rgba(41, 90, 130, 0.8);
    padding: 0 3.75rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
}

.offer-card .heading--small {
    max-width: 300px;
    margin-bottom: 1.125rem;
}

.offer-card.card--primary .offer-overlay {
    background-color: rgba(239, 111, 82, 0.8);
    align-items: center;
}

.offer-card img {
    transition: 0.5s ease;
}

.offer-card:hover img {
    transform: scale(1.1);
}

/* INSTA SECTION */

.insta-section {
    overflow: hidden;
}

.insta-slider {
    margin: 3.25rem -12rem 1.75rem;
}

.insta-slider .swiper-slide figure {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}

.insta-slider .swiper-slide figure a {
    position: relative;
    display: block;
}

.insta-slider .swiper-slide figure a::before {
    content: 'View';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.16);
    display: grid;
    place-items: center;
    color: var(--white);
    font-size: 1.5rem;
    text-transform: uppercase;
    transform: scale(1.25);
    opacity: 0;
    transition: 0.5s ease;
}

.insta-slider .swiper-slide:hover figure a::before {
    opacity: 1;
    transform: scale(1);
}

/* !@INSTA SECTION */


/* NEWSLETTER SECTION */

.newsletter-section {
    background-color: #295a82;
    padding: 3.375rem 0;
}

.newsletter-section .obj {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -2rem;
}

.newsletterletter-form {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 2;
}

.newsletterletter-form input {
    flex: 1;
    height: 4.15rem;
    border-radius: 0;
    margin-right: -8px;
    margin-top: 3px;
    transition: 0.5s ease;
}

.newsletterletter-form input:focus {
    box-shadow: none;
    border-color: var(--primary);
}

/* !@NEWSLETTER SECTION */


/* FOOTER CSS */

footer {
    background-color: #103451;
    padding-top: 3.875rem;
}

footer li a {
    color: var(--white);
    text-transform: uppercase;
    font-weight: 500;
}

footer li a:hover {
    color: var(--primary);
}

.calFoter a {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 1.25rem;
}

.calFoter li+li {
    margin-top: 2rem;
}

.calFoter a i {
    width: 3.75rem;
    height: 3.75rem;
    border-radius: 50%;
    background-color: var(--white);
    color: var(--black);
    display: grid;
    place-items: center;
    font-size: 1.5rem;
}

.calFoter a div {
    display: flex;
    flex-direction: column;
    font-weight: 600;
    font-size: 1.5625rem;
    text-transform: lowercase;
}
.calFoter .lcn a div {
  text-transform: uppercase !important;
}

.calFoter a div strong {
    font-size: 1.25rem;
    text-transform: capitalize;
    font-weight: 400;
}

.copyRight {
    padding: 1.875rem 0;
    margin-top: 3.125rem;
    border-top: 1px solid #1F496B;
    justify-content: end;
}

.copyRight p {
    color: var(--white);
    margin: 0;
}

/* !@FOOTER CSS */

/*
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
                            INNER PAGES
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/

.inner-main {
    padding: 0;
}

.inner-main__overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    background: linear-gradient(90deg, #021220 0%, transparent 100%);
}

.inner-main__overlay .heading {
    color: var(--white);
}

/* ABOUT PAGE */

.about-section.mission figure {
    margin-left: auto;
}

.about-section.mission figure::before {
    animation: none;
}

.about-cta__heading {
    padding: 0;
}

.about-cta__heading h3 {
    font-size: 3.125rem;
    color: #133A5A;
    font-weight: 400;
    margin: 0;
    line-height: 1.6;
}


/* REVIEW PAGE */

.inner-review {
    padding: 5.625rem 0;
}

.inner-review .row {
    gap: 2.75rem 0;
}

.inner-review .review-card:hover {
    background-color: var(--secondary);
}

.inner-review .review-card:hover p {
    color: var(--white);
}

.inner-review .review-card:hover img.icon {
    filter: brightness(0) invert(1);
}

.inner-review .review-card:hover .review-footer {
    border-top: 1px solid rgba(255, 255, 255, 0.24);
}

.inner-review .review-card:hover .rating li:last-child {
    color: var(--white);
}

/* VIDEOS PAGE */

.video-section--inner {
    padding: 5.625rem 0;
}

.video-section--inner .row {
    gap: 2.25rem 0;
}

.video-box {
    position: relative;
}

.video-box figure {
    overflow: hidden;
}

.video-box .video-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 4.625rem;
    height: 4.625rem;
    display: grid;
    place-items: center;
    border: 3px solid var(--white);
    color: var(--white);
    border-radius: 50%;
    font-size: 1.5rem;
    transition: 0.5s ease;
}

.video-box .video-btn:hover {
    background-color: var(--white);
    color: var(--primary);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.5);
}

/* SERVICES PAGE */

.services-section__inner .row+.row {
    margin-top: 3.125rem;
}

.services-section__inner .row figure {
    overflow: hidden;
}

.services-section__inner .row figure img {
    border-radius: 7px;
}

.services-card {
    background-color: #F1F1F1;
    border: 1px solid #CBCBCB;
    padding: 2.5rem 3.125rem;
    max-width: 698px;
}

.services-card p {
    margin: 0;
}

.services-card .btn {
    margin-top: 2rem;
}

/* PRICING PAGE */

.pricing-card {
    background-color: var(--secondary);
    border-radius: 7px;
    box-shadow: 0 5px 2px 0 #133A5A;
    overflow: hidden;
}

.pricing-card-header {
    padding: 1.75rem;
    text-align: center;
    background-color: #13436A;
    box-shadow: 0 5px 2px 0 #133A5A;
}

.pricing-card-header.bg__primary {
    background-color: var(--primary);
    box-shadow: 0 5px 2px 0 #98250A;
}

.pricing-card-body {
    padding: 2.25rem 3.125rem;
}

.pricing-card-body h2 {
    color: var(--white);
    font-size: 5.625rem;
    line-height: 1;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
}

.pricing-card-body h5 {
    color: var(--white);
    margin: 0;
    text-transform: uppercase;
    font-size: 1.375rem;
}

.pricing-card .pricing-list {
    margin-top: 1rem;
    margin-bottom: 1.75rem;
}

.pricing-card .pricing-list li {
    padding: 1rem 0;
    display: flex;
    align-items: center;
    gap: 1.125rem;
    color: var(--white);
}

.pricing-card .pricing-list li+li {
    border-top: 1px solid #39709E;
}

/* CONTACT PAGE */

.contact-section {
    padding: 3.125rem 0;
}

.contact-form {
    margin-top: 3.75rem;
}

.contact-form .row {
    gap: 1.125rem 0;
}

.contact-form label {
    color: #0E3351;
    font-size: 1.125rem;
    margin-bottom: 5px;
}

.contact-form .form-control {
    background-color: #F3F3F3;
    border: 0;
    resize: none;
    border-radius: 2px;
    padding: 1rem;
}

.contact-form input {
    height: 4.25rem;
}

.contact-form .form-control:focus {
    box-shadow: none;
}

.contact-form .themeBtn {
    margin-top: 1rem;
}

.contact-detail {
    padding: 4.375rem 0 3.5rem;
}

.contact-detail .contact-item {
    text-align: center;
}

.contact-detail .contact-item h3 {
    font-family: 'Roboto Slab', sans-serif;
    font-size: 2rem;
    color: #133A5A;
    text-transform: uppercase;
    margin-bottom: 0.75rem;
    line-height: 1;
}

.contact-detail .contact-item .btn {
    width: 100%;
    display: inline-block;
    background-color: var(--secondary);
    color: var(--white);
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 5px;
    text-transform: uppercase;
    border-radius: 0;
    padding: 1.5rem 0;
}

.contact-detail .contact-item p {
    margin-bottom: 1.25rem;
    font-size: 1rem;
    line-height: normal;
}


.contact-detail .contact-item .btn:focus {
    box-shadow: none;
    background-color: #133A5A;
}

.contact-detail .contact-item .btn:hover {
    background-color: #133A5A;
}

.social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.social-link a {
    width: 4.75rem;
    height: 4.75rem;
    border-radius: 50%;
    background-color: var(--secondary);
    display: grid;
    place-items: center;
    color: var(--white);
    font-size: 1.5rem;
}

.social-link a:hover {
    background-color: var(--primary);
}
.calFoter a i {
    flex-shrink: 0;
}