@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

body {
    font-family: "Ubuntu", sans-serif;
    background-color: #f8f9fa;
    padding-top: 85px;
    font-size: 13px;
    font-weight: 400;

}

.navbar {
    background-color: #fafafa;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
}

.navbar-brand,
.nav-link {
    color: #003f7d !important;
    font-weight: 500;
}

.hero {
    background: linear-gradient(to right, #0f3684, #205bb3);
    color: white;
    padding: 70px 20px;
    text-align: center;
}

.hero h1 {
    font-size: 2.8rem;
    font-weight: 600;
}

.section-title {
    color: #003f7d;
    font-size: 1.5rem;
    font-weight: 600;
    margin-top: 40px;
    margin-bottom: 20px;
}

.card-custom {
    border: none;
    border-radius: 12px;
    background: white;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s;
}

.card-custom:hover {
    transform: translateY(-5px);
}

.card-custom .fas {
    font-size: 22px;
    color: #fa12188a;
    margin-bottom: 15px;
    background: #fafafa;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.map-embed {
    border-radius: 12px;
    overflow: hidden;
    margin-top: 10px;
}

.contact-number {
    font-weight: 500;
}

.contact-number i {
    font-size: 12px;
    margin-right: 8px;
}

.footer {
    background-color: #003f7d;
    color: white;
    padding: 20px 0;
    margin-top: 60px;
    font-size: 13px;
}

.footer a {
    color: #ffffffcc;
    text-decoration: none;
}

.about-wrap1 {
    position: relative;
    padding: 4rem 0 7em;
    overflow: hidden;
}

.about-wrap1 .shape-img1 {
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.about-wrap1 .shape-img1 img {
    opacity: 0.3;
    filter: brightness(110%) contrast(58%) saturate(68%) blur(0px) hue-rotate(336deg);
}

@media only screen and (max-width: 767px) {
    .about-wrap1 .shape-img1 {
        display: none;
    }
}


.about-box1 {
    position: relative;
}

.about-box1:hover .item-img a iframe {
    transform: scale(1.01);
}



.about-box1 .motion-effects1 {
    position: absolute;
    top: 15px;
    left: -55px;
    z-index: 2;
    opacity: 50%;
    transition: all 0.3s ease-in-out;
    filter: brightness(110%) contrast(58%) saturate(68%) blur(0px) hue-rotate(336deg);
}

@media only screen and (max-width: 767px) {
    .about-box1 .motion-effects1 {
        top: 0px;
        left: 0px;
    }
}

@media only screen and (max-width: 575px) {
    .about-box1 .motion-effects1 {
        display: none;
    }
}

.about-box1 .motion-effects2 {
    position: absolute;
    bottom: 35px;
    left: 10px;
    z-index: 2;
    transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 575px) {
    .about-box1 .motion-effects2 {
        display: none;
    }
}

.about-box1 .item-img {
    position: relative;
    z-index: 1;
    padding: 55px 0px 55px 55px;
}

@media only screen and (max-width: 479px) {
    .about-box1 .item-img {
        padding: 30px 0px 30px 30px;
    }
}

.about-box1 .item-img:before {
    content: "";
    height: 100%;
    width: 62%;
    background-color: #E54C38;
    position: absolute;
    bottom: 0;
    left: 0;
    clip-path: polygon(0 0, 70% 0%, 100% 100%, 0% 100%);
    z-index: -1;
    transition: all 0.3s ease-in-out;
}

.about-box1:hover .motion-effects1 {
    transform: matrix(1, 0, 0, 1, 8.9685, -17.5418);
    transition: all 0.3s ease-in-out;
}

.about-box1:hover .motion-effects2 {
    transform: matrix(1, 0, 0, 1, 7.28346, -6.6743);
    transition: all 0.3s ease-in-out;
}

.section-title {
    color: #123a84;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.2;
    z-index: 2;
    position: relative;
    display: flex;
    align-items: center;
}

.section-title span {
    width: 100px;
    background-color: #E54C38;
    display: block;
    margin-left: 10px;
    height: 1px;
    position: relative;
}

.section-title span::after {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    background-color: #E54C38;
    transform: rotate(45deg);
    right: 0;
    top: -2px;
}

.section-break {
    font-size: 16px;
    font-weight: 500;
    color: #123a84;
}

.section-break i {
    font-size: 10px;
}

.contact-info a {
    text-decoration: none;
    font-weight: 500;
    color: #212121;
}

.contact-info i {
    font-size: 12px;
    color: #E54C38;
}

.fa-map-location-dot {
    font-size: 16px;
}

.divider {
    width: 100%;
    position: absolute;
    height: 75px;
    pointer-events: none;
    -webkit-mask-image: url("data:image/svg+xml;utf8,%3csvg viewBox='0 0 100 100' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'%3e%3cpath d='M0,0 C16.6666667,66 33.3333333,98 50,98 C66.6666667,98 83.3333333,66 100,0 L100,100 L0,100 L0,0 Z' fill='%23fff'/%3e%3c/svg%3e");
    mask-image: url("data:image/svg+xml;utf8,%3csvg viewBox='0 0 100 100' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'%3e%3cpath d='M0,0 C16.6666667,66 33.3333333,98 50,98 C66.6666667,98 83.3333333,66 100,0 L100,100 L0,100 L0,0 Z' fill='%23fff'/%3e%3c/svg%3e");
    -webkit-mask-size: 100% 101%;
    mask-size: 100% 101%;
    background: #f9f9f9;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.divider2 {
    width: 100%;
    position: absolute;
    height: 100px;
    pointer-events: none;
    -webkit-mask-image: url("data:image/svg+xml;utf8,%3csvg viewBox='0 0 100 100' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'%3e%3cpath d='M0,0 C16.6666667,66 33.3333333,98 50,98 C66.6666667,98 83.3333333,66 100,0 L100,100 L0,100 L0,0 Z' fill='%23fff'/%3e%3c/svg%3e");
    mask-image: url("data:image/svg+xml;utf8,%3csvg viewBox='0 0 100 100' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'%3e%3cpath d='M0,0 C16.6666667,66 33.3333333,98 50,98 C66.6666667,98 83.3333333,66 100,0 L100,100 L0,100 L0,0 Z' fill='%23fff'/%3e%3c/svg%3e");
    -webkit-mask-size: 100% 101%;
    mask-size: 100% 101%;
    background: #f9f9f9;
    bottom: -100px;
    left: 0;
    z-index: 9;
    transform: scaleY(-1);
}

.insaurence-bg {
    background: url('https://images.jdmagicbox.com/comp/kolkata/v4/033pxx33.xx33.140120172235.l8v4/catalogue/seven-point-motors-pvt-ltd-park-circus-kolkata-motorcycle-dealers-w1dtpj2aea.jpg') no-repeat center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    backdrop-filter: blur(1deg);
    padding: 4rem 0;
}

.widget.widget-post {
    position: relative;
    border-radius: 6px;
    background-color: #ffffff;
    box-shadow: 0px 4px 18px 0px rgba(194, 200, 213, 0.3);
    padding: 10px;
}

.widget.widget-post .item-img {
    position: relative;
    overflow: hidden;
}

.widget.widget-post .item-content {
    position: absolute;
    bottom: 30px;
    left: 30px;
    z-index: 2;
}

.widget.widget-post .item-content .item-title {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 15px;
    width: 70%;
    line-height: 18px;
}

.widget.widget-post .item-content .item-title-large {
    font-size: 24px;
    width: 80%;
    line-height: 28px;
    font-weight: 600;
}

.widget.widget-post .item-content .item-price {
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 25px;
}

.widget.widget-post .item-price small {
    font-size: 11px;
    margin-top: -5px;
}

.widget.widget-post .circle-shape {
    position: absolute;
    bottom: -50px;
    left: -50px;
}

.widget.widget-post .circle-shape .item-shape {
    height: 246px;
    width: 246px;
    border: none;
    border-radius: 50%;
    background-color: #0e2e50;
    z-index: 1;
    display: block;
    position: relative;
}

.widget.widget-post .circle-shape .item-shape:after {
    content: "";
    height: 246px;
    width: 246px;
    background-color: #0e2e50;
    opacity: 20%;
    border: none;
    border-radius: 50%;
    position: absolute;
    left: 23px;
    bottom: 0;
    z-index: -1;
}

.widget.widget-post .circle-shape .item-shape:before {
    content: "";
    height: 246px;
    width: 246px;
    background-color: #0e2e50;
    opacity: 20%;
    border: none;
    border-radius: 50%;
    position: absolute;
    left: 0px;
    bottom: 23px;
    z-index: -1;
}

.escalation-card {
    border-left: 5px solid #0f3684;
    border-radius: 0.75rem;
    transition: all 0.3s ease;
    box-shadow: 0 0.75rem 1.5rem rgba(0, 0, 0, 0.05);
}

.escalation-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.1);
}

.level-badge {
    font-weight: bold;
    font-size: 0.9rem;
    background-color: #e9ecef;
    border-radius: 0.375rem;
    padding: 2px 8px;
}

.contact-icon {
    margin-right: 0.5rem;
}

.phone-holder {
    margin: 0;
    background: #f0f0f0;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 75vh;
padding-top:15px;
}

.iphone {
    width: 390px;
    height: 100vh;
    background: #fff;
    border: 16px solid #222;
    border-radius: 60px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
    position: relative;
    overflow: hidden;
}

.notch {
    width: 210px;
    height: 30px;
    background: #222;
    border-radius: 0 0 20px 20px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.screen {
    padding: 20px;
    height: 100%;
    box-sizing: border-box;
    overflow-y: auto;
    text-align: center;
}

.screen h2 {
    margin-top: 20px;
    font-size: 1.2rem;
    color: #333;
}

.info-box {
    text-align: left;
    font-size: 0.9rem;
    margin-top: 10px;
    color: #333;
}

.info-box strong {
    display: inline-block;
    width: 120px;
}

.qr-container {
    margin-top: 20px;
}

.qr-container img {
    width: 150px;
    height: 150px;
    border-radius: 8px;
}

.qr-link {
    display: block;
    font-size: 0.8rem;
    margin-top: 5px;
    color: #007bff;
    text-decoration: none;
}

@media (max-height: 700px) {
    .iphone {
        transform: scale(0.9);
width:325px;
    }
.workshop-box{
}
}