

/* ===============================
    GOOGLE FONT IMPORT (MUST BE FIRST)
================================= */
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=PT+Sans+Caption&display=swap');
@import url('https://fonts.googleapis.com/css2?family=PT+Sans+Caption:400,700&family=Bebas+Neue&display=swap');

/* ===============================
GLOBAL RESET & BASE STYLES
================================= */
 /* Chrome, Edge, Safari */
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #EB1C24!important;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/* Firefox */
* {
    scrollbar-width: thin;
    scrollbar-color: #EB1C24 #f1f1f1;
}


 .owl-nav{
        display: flex;
        justify-content: space-between;
        position: absolute;
        top: 0;
        right: -4%;
        width: 108%;
        margin-top: 1% !important;
        z-index: -2;
    }
    .owl-theme .owl-nav [class*=owl-]:hover{
    background: #ffffff00;
}
.owl-nav button{
        padding: 0px 10px !important;
    font-size: 30px!important;
    color: #ED1C24!important;
}

/* All headings */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Bebas Neue', sans-serif;
}

h1{
    font-size: 40px;
}
.w-10{
    width:10% !important;
}
.w-20{
    width:20%;
}
.w-5{
    width:5%;
}
.op5{
    opacity:0.5;
}
.jic{
    justify-items:center;
}
.bebas{
    font-family:'Bebas Neue', sans-serif  ;
}
.fs-10 { font-size: 10px; }
.fs-12 { font-size: 12px !important; }
.fs-14 { font-size: 14px !important; }
.fs-16 { font-size: 16px; }
.fs-18 { font-size: 18px; }
.fs-20 { font-size: 20px; }
.fs-22 { font-size: 22px; }
.fs-24 { font-size: 24px; }
.fs-26 { font-size: 26px; }
.fs-28 { font-size: 28px; }
.fs-30 { font-size: 30px; }
.fs-32 { font-size: 32px; }
.fs-34 { font-size: 34px; }
.fs-36 { font-size: 36px; }
.fs-38 { font-size: 38px; }
.fs-40 { font-size: 40px; }
.fs-42 { font-size: 42px; }
.fs-44 { font-size: 44px; }
.fs-46 { font-size: 46px; }
.fs-48 { font-size: 48px; }
.fs-50 { font-size: 50px; }
.fs-52 { font-size: 52px; }
.fs-54 { font-size: 54px; }
.fs-56 { font-size: 56px; }
.fs-58 { font-size: 58px; }
.fs-60 { font-size: 60px; }
.fs-62 { font-size: 62px; }
.fs-64 { font-size: 64px; }

.fw-600{
    font-weight:600;
}

body {
    font-family: 'PT Sans Caption', sans-serif;
    background-color: #fff;
    color: #000;
    line-height: 1.6; 
    overflow-x: hidden;
}
 
p{
    font-family: 'PT Sans Caption', sans-serif;
    font-size: 16px ;
}
.deco{
    margin-bottom: -3px;
    z-index: -2;
    position: relative;
    width: 5%;
}
.text-end{
        text-align-last: right;
}
.social-link, a{
    text-decoration:none!important;
}
a:hover{
    color:#ED1C24!important;
}
/* Button Section Here */
.calculate {
    max-width: auto;
}
a:hover{
    color:white;
}

.pulse {
    box-shadow: 0 0 0 0 #eb1c24;
    cursor: pointer;
    -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66,0,0,1);
    -moz-animation: pulse 1.25s infinite cubic-bezier(0.66,0,0,1);
    -ms-animation: pulse 1.25s infinite cubic-bezier(0.66,0,0,1);
    animation: pulse 1.5s infinite cubic-bezier(0.66,0,0,1);
    
}

.pulse:hover {
    box-shadow: 0 0 0 0 #eb1c24;
    cursor: pointer;
    -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66,0,0,1);
    -moz-animation: pulse 1.25s infinite cubic-bezier(0.66,0,0,1);
    -ms-animation: pulse 1.25s infinite cubic-bezier(0.66,0,0,1);
    animation: pulse 1.5s infinite cubic-bezier(0.66,0,0,1);
}
.um-cta {
    text-transform: uppercase !important;
    background: none;
    border: medium none;
    border-radius: 5px;
    color: #EB1C24 !important;
    border:2px solid #EB1C24;
    font-size: 14px;
    font-weight:600;
    padding: 5px 18px !important ;
    width: 100% !important;
    border-radius: 99px;
    
}
.um-cta:hover {
    background:#EB1C24;
    color: #ffffff !important;
}

@-webkit-keyframes pulse {
    to {
        box-shadow: 0 0 0 10px rgba(232,76,61,0);
    }
}

@-moz-keyframes pulse {
    to {
        box-shadow: 0 0 0 10px rgba(232,76,61,0);
    }
}

@-ms-keyframes pulse {
    to {
        box-shadow: 0 0 0 10px rgba(232,76,61,0);
    }
}

@keyframes pulse {
    to {
        box-shadow: 0 0 0 10px rgba(232,76,61,0);
    }
}

/*#testServiceModal{*/
/*    border:2px solid #eb1c24;*/
/*    height:400px;*/
/*    width:500px;*/
/*}*/



.btn-services {
    font-size: 16px;
    background: transparent;
    color: #eb1c24;
    border: 2px solid #eb1c24;
    padding: 12px 20px;
    border-radius: 25px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-services:hover {
    background: #eb1c24;
    color: #fff;
}

/* ===============================
   HEADER / NAVBAR (UNCHANGED)
================================= */
.header {
    position: sticky;
    height: 86px;
    width: 100%;
    top: 0;
    z-index: 5000;
    background: #ffffff;
    padding: 15px 0;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

 
.navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.logo img {
    height: 49px;
    width: auto;
}

#MenuItems {
    display: flex;
    list-style: none;
    gap: 25px;
}

#MenuItems a {
    font-family: 'PT Sans Caption', sans-serif;
    text-decoration: none;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    transition: color 0.3s ease;
}

#MenuItems a:hover {
    color: #ff4444;
}

.section1{
    font-family: 'Bebas Neue', sans-serif !important;
    font-size: 34px;
    line-height: 1.2;
    text-align: center;
}

.twocontainer img{
    border-radius:0 50px 50px 0;
}

.section2{
    padding:40px 0;
}

.twocontainer{
  /* optional: to see the centering more clearly */
  /* border:1px dashed #ccc; */
}

.section-2-text{
    width: 100%;
    margin: auto;
    padding: 0px 4% 0px 4%;

}

h1{
    font-family:'Bebas Neue', sans-serif  ;
}



/*testimonial */
.testimonial-section {
  max-width: 900px;
  margin: auto;
  text-align: center;
  position: relative;
}

.testimonial-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  font-weight: bold;
  gap: 15px;
}

.owl-carousel .testimonial-item {
  padding: 30px 20px;
  background: #0000;
  border-radius: 10px;
  min-height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom-prev, .custom-next {
  background: #0000;
  color: #000;
  border: none;
  padding: 6px 12px;
  border-radius: 4px;
  cursor: pointer;
}

.owl-carousel .fadeInTopCustom {
  animation: fadeInTop 1s both 0.50s;
}
.owl-carousel .fadeOutUpCustom {
  animation: fadeOutUp 1s both;
}

@keyframes fadeInTop {
  from {
    opacity: 0;
    transform: translateY(-30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-30px);
  }
}

/*testimonial*/



.testimonial-section .owl-stage-outer, .testimonial-section .owl-carousel.owl-loaded.owl-drag {
    min-height: 230px;
}


.testimonial-controls{
    font-weight: 500;
}


#container-right img{ 
    border-radius: 50px 0 0 50px;
    padding-top:30px;
}
#text-right{
    color: #000000;
    padding-left: 15%;
}
/* ===============================
        MOBILE MENU (UNCHANGED)
================================= */
.menu-toggle {
    display: none;
    flex-direction: column;
    gap: 4px;
    cursor: pointer;
}

.menu-toggle span {
    width: 25px;
    height: 3px;
    background: #000;
    border-radius: 2px;
    transition: 0.3s;
}


.section4{
    height: 600px;
    margin-top:80px;
    margin-bottom:80px;    
    padding-left:10%;
    padding-right:10%;    
}

.section4-title{
    margin: auto;
    width: 100%;
}

.chose-tyre{ 
    border-radius:50px;
    background: linear-gradient(131deg, #FFE8E8, #D4D4D4);
    align-content: center;
    align-items: center;
    margin: auto;
}

.chose-tyre .form-select{
    background-color: #ffffff73 !important;
}
.section4-right img{
    width:auto;
    height: 776px;
    overflow: hidden !important;

}

.img-box{
    overflow: visible;    
}

.img-box img{
    width: 100%;          
    height: auto;        
    display: block;
}

.model-selection{ 
    align-self: center;
}
.shad{
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}
.row1{
    width: 80%;
    padding-left:20px;
}


.form-select{
    border-radius: 32px !important;
    border: 1px solid #eb1c24 !important;
    font-size: 16px !important;
}

#products-index{
    padding-left:10%;
    padding-right: 10%;
    margin-top: 80px;
    margin-bottom:80px;
}

.shape-content p {
    text-align: center !important;
    font-size:12px !important;
}
.relative{
    position: relative;
}
 .textwhite{
     color:#fff;
 }
 .curve2::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0%; 
    width: 100vw;
    bottom: -20%;
    height: 320px; 
    padding: 50px;
    z-index: 1025;
    background: url("../img/curve2.svg") no-repeat center / contain;; 
}
.vsize{
    width: 60px !important;
}
.upperc{
    text-transform: uppercase;
}
.overhid{
    overflow-x: hidden;
}
.wheelsize{
    width:50px;
}
.rotation-wheel-rev {
    -webkit-animation: rotate-center 10s linear infinite reverse;
            animation: rotate-center 10s linear infinite reverse;
}
.rotation-wheel {
    -webkit-animation: rotate-center 3s linear infinite both;
            animation: rotate-center 3s linear infinite both;
}
 
@-webkit-keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.mrfsize{
    width: 50%;
    height: 60px;
}
.imgmrf{
        mix-blend-mode: multiply;
        border-end-start-radius: 50px;
}
 .mss{
    margin-left: 27% !important;
    margin: auto;
    width: 40%;
 }
 .mrftoon{
    position: absolute;
    top: -50%;
    width: 110%;
    right: -15%;
 }
 .mrftyres{
    width: 27%;
    position: absolute;
    top: -24.3%;
    left: -9.3%;
    z-index: -1;
 }
.tcent{
    display: flex;
    flex-direction: column;
    align-items: center;
    color: inherit;
}
.topmg{
        margin-top: -70px !important;
}
.curve-box::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0%; 
    width: 100vw;
    bottom: -6%;
    height: 320px; 
    padding: 50px 50px 20px 50px;
    z-index: 1025;
    background: url("../img/curve.svg") no-repeat bottom / contain;; 
}
.z10{
    position: relative;
    z-index: 1040;
}
 
.bgg-image{
    display: flex;                
    flex-direction: column;       
    height: 900px;
    /* border: 2px solid blue; */
    background-image: url("../img/aligment.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
} 
.section7 .bgg-image{
    display: flex;                
    flex-direction: column;       
    width: 100%;
    height: 730px;
    /* border: 2px solid blue; */
    background-image: url("../img/original.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.section6 .botm-right{
    background-color: #ffff;
}
.section7 .botm-right{
    background-color: #fffff;
    bottom: 10px;
    left: 8px;
}
    .red-textt{
        color:#eb1c24 !important;
    }
    #section631{
        display:none;
    }
    .section7-imggg{
        display:none;
    }
.botm-right{
    /*background-color: #ffffff;*/
    /*border-radius: 60px 0 0 0;*/
    /*margin-left: auto;             */
    /*margin-top: auto;              */
    /*padding: 30px;*/
    /*text-align: left;*/
    background-color: #ffffff;
    border-radius: 60px 0 0 0;
    margin-left: auto;
    margin-top: auto;
    padding: 5px 30px;
    text-align: left;
    bottom: 40px;
}

#align-bot{
    bottom:0px;
    left:12px;
}
.botm-right h2 { 
    font-family:  'Bebas Neue', sans-serif  ;
    margin: 0px;
}
.botm-right p { 
    font-family:  'PT Sans Caption', sans-serif;
    margin: 2px;
    width: 90%;
}


.bgg-image2{    
    display: flex;                 
    flex-direction: column;     
    height: 900px;
    /* border: 2px solid blue; */
    background-image: url("../img/section7.webp");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.section-content{
    margin: auto;
    padding-left:50%;
    padding-right: 10%;
    color: #ffffff;
}


/* ===============================
    HERO SECTION (PERFECT)
================================= */
.hero {
    height: 650px;
    background: url('../img/banner/home_banner13.webp') no-repeat center ;
    background-size: cover;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 80%;
    height: 100%;
    background: linear-gradient(to right, rgba(0,0,0,0.8), rgba(0,0,0,0));
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 50%;
    margin-left:10%;
    padding-bottom:5px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    color: white;
}

.hero-content h1 {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 64px;
    font-weight: normal;
    line-height: 1.1;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0;
}

.hero-subtitle {
    font-family: 'PT Sans Caption', sans-serif;
    font-size: 28px;
    font-weight: 700;
    margin: 0 0 20px 0;
    opacity: 0.95;
}

.hero-desc p {
    font-family: 'PT Sans Caption', sans-serif;
    font-size: 16px;
    max-width: 600px;
}

.hero-buttons {
    display: flex;
    gap: 20px;
}
/* Button Section Here */


.btn {
    border:2px solid #ed1c24 !important;
    color: #ed1c24 !important;
    display: inline-block;
    padding: 18px 35px;
    font-size: 16px !important;
    font-weight: 700;
    text-decoration: none;
    border-radius: 28px !important;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.btn-primary {
    background-color: #ed1c24 !important;
    color: white;
    border-radius:50%;
    box-shadow: 0 4px 15px rgba(255,68,68,0.3);
}

.btn-primary:hover {
    background: #cc3333;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(255,68,68,0.4);
}

.btn-secondary {
    background: transparent;
    color: white;
    border: 2px solid white;
}

.btn-secondary:hover {
    background: white;
    color: #333;
}






/* Banner image hero section  starts here*/
#tyre-selection{
    height: 90px;
    width: 50%;;
    width: max-content;
    position: absolute;
    background-color: #fff;
    left:0;
    bottom:0;
    z-index: 3;
    border-radius: 0px 45px 0px 0px;
}
/* Banner image hero section  Ends here*/
#choose-tyre-tex{
    font-family: "bebas neue", sans-serif;
    margin: auto;
    font-size: 40px;
}

#two-wheeler-icon p,
#passenger-car-icon p,
#lcv-icon p {
    text-align: center;
    font-weight: 500;
    font-size: 12px !important;
    margin:auto;
}


.tire-service-section {
    margin-top: 80px    ;
    border: 2px solid #000;
}

.footer-main{
    background-color: #222222;
    color: #ffffff;
    width:100%;
    height: auto;
}

/* /////////////////////////////////
About Us Section Starts Here
///////////////////////////////// */


.accordion-button:not(.collapsed) {
    color: #000000 !important;
    background-color: #eb1c2430 !important;
}


.founder{
        margin-top: 60px !important;
        margin-bottom: 60px !important;
    }
    .our-story{
        padding: 20px 0px ;
        margin-top: 60px !important;
        margin-bottom: 60px !important;
    }

    /* Our Story Section - Matches Figma Design */
    .our-story {
        background: #fff;
        position: relative;
        overflow: hidden;
        margin:auto;
    }
    
    .our-story::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
    }
    
    .our-story-content {
        position: relative;
        z-index: 2;
        max-width: fit-content;
        margin: 0 auto;
        padding: 0;
    }
    
    .story-image-section {
        position: relative;
    }
    .story-image-section-left img{
        border-radius:0px 25px 25px 0px;
        
    }
    .story-image-section-right img {
        width: 100%;
        height: auto;
        border-radius: 25px 0px 0px 25px;
        box-shadow: 0 20px 40px rgba(0,0,0,0.1);
        position: relative;
        z-index: 3;
    }

    .story-text-section {
        padding-left: 60px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        font-family: 'PT Sans Caption', sans-serif;
    }
    .story-text-section h3{
        font-family: 'PT Sans Caption', sans-serif;
        color: #eb1c24;
        font-size:20px;
        font-weight: bold;

    }

    .story-title{
        font-size: 40px;
        text-align: end;
        font-family:'Bebas Neue', sans-serif;
        font-weight: normal ;
        color: #1a1a1a;
        margin-bottom: 24px;
        line-height: 1.2;
        position: relative;
    }

    .story-title::after {
        content: '';
        position: absolute;
        bottom: -10px;
        left: 0;
        width: 100%;
        height: 3px;
        background: #eb1c24;
        border-radius: 2px;
    }
    
    .story-description {
        font-size: 16px;
        line-height: 1.4;
        color: #000000;
        margin-bottom: 15px;
    }
    
    .book-services-btn {
        background: linear-gradient(45deg, #ff6b35, #f7931e);
        color: white !important;
        padding: 16px 40px;
        border: none;
        border-radius: 50px;
        font-family: 'PT Sans Caption', sans-serif;
        font-size: 1.1rem;
        font-weight: 600;
        text-decoration: none;
        display: inline-block;
        box-shadow: 0 10px 30px rgba(255,107,53,0.4);
        transition: all 0.3s ease;
        text-transform: uppercase;
        letter-spacing: 1px;
    }
    
    .book-services-btn:hover {
        transform: translateY(-3px);
        box-shadow: 0 15px 40px rgba(255,107,53,0.6);
        color: white !important;
    }
        
    .text-item {
        margin: 0 15px 0 0;
    }

    .text-item.mrf {
        color: #ffffff;
    }

    .icon-minus {
        font-size: 1.5rem;
        font-weight: 300;
        color: #fff;
        opacity: 0.7;
        margin: 0 25px;
        display: inline-block;
    }

    /* Key Features */
    .features-list p { 
        font-family: 'PT Sans Caption', sans-serif;
        font-weight: 400;
    }
    .features-list {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .feature-item {
        font-family: 'PT Sans Caption', sans-serif;
        font-size: 16px;
        font-weight: 500;
        color: #2c3e50;
        line-height: 1.0 !important;
        display: flex;
        align-items: center;
        gap: 15px;
        margin-top: 6px;
        margin-bottom: 12px;;
    }
    .feature-icon {
        width: 24px;
        height: 24px;
        flex-shrink: 0;
        object-fit: contain;
    }

    .feature-item:last-child {
        margin-bottom: 0;
    }
    /* FOunder Section */
    .founder-content.container{
        margin: auto;
        background-color: #000;
        border-radius:50px; 
        width: 1133px; 
        color:#fff;
    }
    .founder-cta{
        /* display: flex; */
        font-family: 'PT Sans Caption', sans-serif;
        font-size: 16px;
        font-weight: regular;
        gap: 20px;
        width: max-content;
    }

    .founder-text {
        width: 80% ;
    }
    .founder-name{
        font-family: 'Bebas Neue', sans-serif;
        font-size: 30px;
        font-weight: normal;
        color: #eb1c24;
    }

    .founder-role{
        font-family: 'PT Sans Caption', sans-serif;
        font-size: 17px;
        font-weight: normal;
        color: #ffffff;
    }
    .founder-title {
        font-family: 'Bebas Neue', sans-serif;
        color: #ffffff;
    }

    .founder-title2 {
        font-family: 'Bebas Neue', sans-serif;
        color: #eb1c24;
    }
    .founder-image-wrapper{
        justify-items: end;
        overflow-y: hidden;
        width: 220px;
        height:220px;
        border: 5px solid #eb1c24;
        border-radius: 15px;
        align-items: end;
    }





/* ///////////////////////////////// 
About Us Section Ends Here
///////////////////////////////// */



/* ///////////////////////////////// 
Blogs Section Starts Here
///////////////////////////////// */

.shadow-sm{
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px !important;
}
.lat-blog-section {
    padding: 60px 0;
}

.lat-blog {
    margin: 0 auto;
}

.blog-topp {
}

#left-side-blog img {
    border-radius:10px;
    width: 100%;
    height: 100%;
    object-fit: cover;   /* cover the whole box (may crop edges) */
    display: block;
    
}
/* Hero section */
.about-section {
    width: 100%;
    height: 400px;
    position: relative;
    background-image: url('./img/blogs-lat.jpg');
    background-size: cover;
    background-position: center;
}

.about-header {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    z-index: 2;
}

.about-header h1 {
    font-family: 'Bebas Neue', sans-serif;
    color: white !important;
    font-size: 40px;
}

/* Global blog text */
.lat-blog-section p {
    font-family: 'PT Sans Caption', sans-serif;
    color: white;
    font-size: 16px;
}

/* Top split section (image + red box) */
.lat-blog-section {
    padding: 60px 0 40px;
}

.lat-blog {
    margin: 0 auto;
}

.blog-topp {
    background-color: #eb1c24;
    border-radius: 10px;
}

/* Left side: big image */
#left-side-blog {
    width: 552px;
    height: 516px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

#left-side-blog img {
    border-radius: 10px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Right side: text content vertically centered */
#right-side-blog {
    border-radius: 0 30px 30px 0;
    width: 605px;
    height: 375px;
    align-self: center;
    padding: 20px 80px 20px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 12px;
}

#right-side-blog h1 {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 28px;
    line-height: 1.2;
    margin: 0;
    color: white;
}

#right-side-blog p {
    margin: 0;
}

/* “Read more” style button (text only) */
.read-more {
    background: none;
    border: none;
    padding: 0;
    margin-top: 8px;
    font-family: 'PT Sans Caption', sans-serif;
    font-size: 16px;
    color: #ffffff;
    cursor: pointer;
    text-decoration: underline;
}

.read-more:focus {
    outline: none;
}

.read-more:hover {
    color: #ffd6d6;
}

/* Cards grid section */
.blog-cards-section {
    padding: 20px 0 60px;
}

/* Each col-md-4 wrapper for a card */
.card-section {
    margin-bottom: 1.5rem;
}

/* Card look */
.blog-card {
    border-radius: 16px;
    overflow: hidden;
    border: 0;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    transition: transform .2s ease, box-shadow .2s ease;
}

.blog-card img {
    height: 220px !important;
    object-fit: cover;
}

.blog-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 40px rgba(0,0,0,0.12);
}

/* Card text + read more link */
.card-title{
    display: -webkit-box;
    -webkit-line-clamp: 2;      /* show only 2 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.card-text {
    color: black !important;
    font-family: 'PT Sans Caption', sans-serif;
    font-size: 16px;
    font-weight: normal;
    display: -webkit-box;
    -webkit-line-clamp: 3;      /* show only 2 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-card .card-title {
    font-family: 'PT Sans Caption', sans-serif;
    font-size: 16px;
    font-weight:bold;
    padding-top:8px;
}

.read-more-link {
    padding: 2px 10px 2px 0px;
    border-radius:25px;
    /* border: 2px solid #eb1c24; */
    font-family: 'PT Sans Caption', sans-serif;
    font-weight: normal;
    font-size: 16px;
    color: #eb1c24;
    text-decoration: none;
    
}

.read-more-link:hover {
    color:linear-gradient(135deg, #eb1c24 0%, #ff4d5a 100%);
    /* background-color: #eb1c24; */
    text-decoration: none;
}

#topread{
    margin-top:2px;
    color:white;
}

/* Small metadata text inside card */
.blog-card .small {
    font-family: 'PT Sans Caption', sans-serif;
}


/* ///////////////////////////////// 
Blogs Section Ends Here
///////////////////////////////// */




/* ///////////////////////////////// 
Contact Us Section Starts Here
///////////////////////////////// */
/* Left contact card */
#contact-details1{
    border-radius:10px;
    border: 2px solid #eb1c24;
    height: auto;
    
}
.contact-block{
    text-align: center;
    /* border-bottom: 2px solid #eb1c24; */
}

.contact-icon{
    font-size: 32px;
    color: #eb1c24;
    margin-bottom: 10px;
}

.contact-title{ 
    margin-bottom: 5px;
}

.contact-text{
    margin: 0;
    font-family: 'PT Sans Caption', sans-serif; 
    font-size: 14px;
}

/* Features stars */
.feature-icon{
    color:#eb1c24;
    font-size:20px;
}
.feature-item{
    color: #000000;
}

/* Trusted section card */
.contact-trust{
    background: linear-gradient(to top, #FFE2E2, #EBEBEB);
    border-radius:10px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px,
                rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.red-h1{
    color:#eb1c25;
}

.sub-title p{
    font-size: 20px;
    font-weight: bold ;
}
/* Contact form card */
.contact-card{
    background: rgba(0, 0, 0, 0.87); 
    border-radius:5px;
}

.form-label{
    font-family: 'Bebas Neue', sans-serif;
    font-size:20px;
    font-weight:normal;
    margin-bottom:0 !important;
}

.form-control{
    background:none !important;
    border:1px solid #eb1c24 !important;
    color:#ffffff;
}

.form-control::placeholder{
    color:#888888;
}

/* Submit button */
#cont-form-btnn{
    font-family: 'Bebas Neue', sans-serif;
    color:#ffffff !important;
    border-radius:5px !important;
    background:#eb1c24 !important;
    border-color:#eb1c24 !important;
}

::placeholder {
    color: rgba(255, 255, 255, 0.32) !important;
}




/* Map Section */
    .map{
        margin-top:100px;
        margin-bottom:100px;
    }

    .location-icon{
    font-size:32px;
    color:#eb1c24;
    margin-bottom:8px;
    }

    .location-title{
    font-family:'Bebas Neue', sans-serif;
    color:#eb1c24;
    margin-bottom:4px;
    }

    .location-text{
    font-family:'PT Sans Caption', sans-serif;
    margin:0;
    }

    /* Optional rounded corners like screenshot */
    .rounded-top-left{
    border-top-left-radius:40px;
    }

    .rounded-bottom-right{
    border-bottom-right-radius:40px;
    }

    #map1 , #map2{
        padding:0px !important ;
    }

/* Map iframes: always fill their column (≈50% of row on md+) */
.map-frame{
    width:100%;      /* 100% of col-md-6 = ~50% of row */
    height:490px;    /* adjust if needed */
    border:0;
}


.footer-logo {
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}


/* ///////////////////////////////// 
Contact Us Section Ends Here
///////////////////////////////// */

