@charset "utf-8";
/* CSS Document */

  /* Reset some basic elements */
    *, *::before, *::after {
      box-sizing: border-box;
    }

body, p {
	margin: 0;
	padding: 0;
}
body {
	overflow-x: hidden;
	overflow-y: auto;

	font-family: 'Poppins', sans-serif;
	min-height: 100%;
}

  .label {
    text-transform: uppercase;
    color: #888;
    letter-spacing: 1px;
    font-size: 18px;
    margin-bottom: 8px;
}
   
    img {
      max-width: 100%;
    }

    .container {
      padding: 40px 20px;
      max-width: 90%;
      margin: 0 auto;
    }
    .containerbr {
      padding: 40px 15px;
      width:1200px;
      margin: 0 auto;
    }
		
	.container1 {
    background: #EAF3FF;
	position: relative;
}

.container2 {
    background: #EAF3FF;
	position: relative;
}
    .arw {
    position: absolute;
   right: -2%;
    top: 0px;
}

.arw1 {
    position: absolute;
    right: -4%;
    top: -9px;
}
.fl_hdr {
    width: 100%;
    margin: 0px auto;
    position: sticky;
    top: 0;
    padding: 5px 5%;
    background: #fff;
    z-index: 99;
}
.align-items-center {
    align-items: center;
}
.justify-content-between {
    justify-content: space-between;
}
.d-flex {
    display: flex;
}
.lg_brnd_dv {
    width: 15%;
}
.mnu_optns ul {
    padding: 0;
    margin: 0;
}
.mnu_optns ul li {
    list-style: none;
    display: inline-block;
    margin: 0 15px;
}
.mnu_optns ul li a {
    text-decoration: none;
    color: #000;
}
.app-show {
    display: none;
}
.ftr_nww {
    width: 100%;
    color: #fff;
    text-align: center;
    padding: 15px 0px !important;
    display: flex;
    float: left;
    justify-content: center;
    font-size: 14px;
    margin-top: 3rem;
    background: #1a1a1a !important;
}
    .about-section {
      display: flex;
      flex-wrap: wrap;
      align-items: flex-start;
      gap: 40px;
    }

    .about-text {
      flex: 1 1 300px;
      min-width: 280px;
	  padding-top: 80px;
    }

    .about-text h2 {
    font-family: Playfair Display;
    font-size: 35px;
    margin-top: 0;
    margin-bottom: 0px;
}

    .about-text p {
      margin-top: 1em;
      color: #555;
    }

    .image-grid {
      position: relative;
      flex: 1 1 300px;
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
      grid-auto-rows: auto;
      grid-gap: 16px;
    }

    .image-grid .grid-item {
      overflow: hidden;
      border-radius: 8px;
    }

    .image-grid .grid-item img {
      width: 100%;
      height: auto;
      display: block;
    }

    .badge {
      position: absolute;
      bottom: -20px;
      right: -20px;
      background-color: #1f364e; /* dark color for contrast */
      color: #fff;
      width: 120px;
      height: 120px;
      border-radius: 50%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      text-align: center;
      padding: 10px;
      box-shadow: 0 4px 12px rgba(0,0,0,0.2);
      font-size: 0.9rem;
    }

    .badge .icon {
      font-size: 1.6rem;
      margin-bottom: 6px;
    }


    .section h4 {
        color: #6a6a6a;
        font-size: 18px;
        margin-bottom: 10px;
        font-weight: 600;
    }

    .section h2 {
        font-family: "Playfair Display", serif;
        font-size: 35px;
        margin-bottom: 50px;
        font-weight: 600;
		    margin-top: 10px;
    }

    .steps-wrapper {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 30px;
        padding: 0;
    }

    @media (max-width: 992px) {
        .steps-wrapper {
            grid-template-columns: repeat(2, 1fr);
        }
    }

    @media (max-width: 650px) {
        .steps-wrapper {
            grid-template-columns: 1fr;
            padding: 0;
        }
       
    }

    .step-card {
        background: #fff;
        padding: 30px;
        border-radius: 22px;
        text-align: left;
        box-shadow: 0 5px 20px rgba(0,0,0,0.05);
    }

    .step-card img {
        width: 90px;
        margin-bottom: 20px;
        display: block;
    }

    .step-number {
        font-size: 14px;
        color: #6a6a6a;
        margin-bottom: 8px;
        font-weight: 500;
    }

    .step-title {
        font-family: "Playfair Display", serif;
        font-size: 20px;
        margin-bottom: 12px;
        font-weight: 600;
    }

    .step-card p {
        font-size: 15px;
        color: #555;
        line-height: 1.6;
    }

    @media (max-width: 768px) {
      .about-section {
        flex-direction: column;
      }
	  .lg_brnd_dv {
        width: 100%;
        text-align: center;
    }
      .badge {
        bottom: 0;
        right: 50%;
        transform: translateX(50%);
      }
	      .mnu_optns {
        display: none;
    }
	    .mob_bnrdv {
        display: block !important;
        margin:15px 0;
    }
    }


    .tagline {
        color: #6a6a6a;
        font-size: 18px;
        margin-bottom: 8px;
        font-weight: 600;
    }

section h2{
    margin-top: 10px;
    margin-bottom: 40px;
	    font-size: 35px;
	 font-family: "Playfair Display", serif;
}
  

    .why-grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 20px;
    }

    @media (max-width: 1024px) {
        .why-grid {
            grid-template-columns: repeat(2, 1fr);
        }
    }

    @media (max-width: 650px) {
        .why-grid {
            grid-template-columns: 1fr;
        }
    }

    .why-card {
        background: #fff;
        padding: 25px 15px;
        text-align: center;
        border-radius: 25px;
        box-shadow: 0 10px 25px rgba(0,0,0,0.06);
    }

    .why-card img {
        margin: 0 auto;
    }

    .why-title {
        font-family: "Playfair Display", serif;
        font-size: 20px;
       margin: 12px 12px;
        font-weight: 600;
    }

    .why-card p {
        font-size: 15px;
        color: #555;
        line-height: 1.65;
    }



 
    .subtitle {
        color: #6a6a6a;
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 5px;
		text-align: center;
    }

    
	
	.container2 h2 {
        font-family: "Playfair Display", serif;
        font-size: 35px;
        font-weight: 600;
        margin-bottom: 40px;
		text-align: center;
    }

    /* Swiper Slide Card */
    .testimonial-card {
        background: #ffffff;
        border-radius: 22px;
        padding: 25px 30px;
        text-align: left;
        box-shadow: 0px 10px 25px rgba(0,0,0,0.06);
        display: flex;
        gap: 20px;
        align-items: flex-start;
    }

    .testimonial-card img {
        width: 70px;
        height: 70px;
        border-radius: 50%;
        object-fit: cover;
    }

    .name {
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 2px;
    }

    .role {
        font-size: 14px;
        color: #555;
        margin-bottom: 10px;
    }

    .text {
        font-size: 15px;
        color: #333;
        line-height: 1.6;
    }

    /* Swiper Pagination */
    .swiper-pagination-bullet {
        background: #333 !important;
        opacity: 0.3;
    }

    .swiper-pagination-bullet-active {
        opacity: 1;
    }

    .swiper-slide {
        padding-bottom: 40px;
    }

.container {
        max-width: 90%;
        margin: 40px auto;
        padding: 0 20px;
    }

    .brand {
        font-size: 18px;
        font-weight: 600;
        color: #666;
       
    }

  
.container h1 {
    margin-top: 8px;
	 font-family: "Playfair Display", serif;
        font-size: 35px;
}
   

   

    p {
        font-size: 16px;
        color: #555;
        margin: 0 0 15px;
    }

    a {
        color: #007bff;
        text-decoration: none;
        font-weight: 500;
    }

    a:hover {
        text-decoration: underline;
    }

    .divider {
        border-top: 1px solid #e5e5e5;
        margin: 20px 0 30px;
    }

    /* Responsive */
    @media (max-width: 768px) {
        h1 {
            font-size: 30px;
        }

        h2 {
            font-size: 18px;
        }

        h3 {
            font-size: 18px;
        }

        p {
            font-size: 14px;
			color: #000;
        }
    }

.container {
        max-width: 90%;
        margin: 40px auto;
        padding: 0 20px;
    }

   

    .divider {
        border-top: 1px solid #e5e5e5;
        margin: 15px 0 25px;
    }

    ol {
        padding-left: 20px;
        margin: 0 0 20px;
    }

    ol li {
        font-size: 15px;
        color: #000;
        margin-bottom: 10px;
		    margin-left: 13px;
    }

    ul {
        padding-left: 18px;
        margin: 0;
    }

    ul li {
        font-size: 15px;
        color: #000;
        margin-bottom: 6px;
    }

    a {
        color: #007bff;
        text-decoration: none;
        word-break: break-all;
    }

    a:hover {
        text-decoration: underline;
    }

    /* Responsive */
    @media (max-width: 768px) {
       
        h3 {
            font-size: 18px;
        }
        ol li,
        ul li {
            font-size: 14px;
        }
             .container,.containerbr {
        width: 90%;
        margin: 0 auto;    padding: 30px 0;
    }
         .section, section{max-width: 100%; padding: 40px 15px;}
         .step-card img{margin: 0 auto 15px auto;}
         .step-card { padding: 15px; text-align: center;}
         .riddon_pro_sec h2{text-align: center;}
         .riddon_pro_sec .tagline{text-align: center;}
         .testimonial-card{display: block; padding: 15px;}
         .policy_sec{padding: 40px 0;}
         .about-section{margin-bottom: 40px;}
		 .about-text h2 {
    font-family: Playfair Display;
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 0px;
    color: #000;
}
.about-text {
    flex: 1 1 300px;
    min-width: 280px;
    padding-top: 0px;
   
    text-align: justify;
}

.arw
{
    position: absolute;
    right: -58%;
    top: -14px;
    width: 77%;
}

.arw1 {
    position: absolute;
    right: -45%;
    top: -13px;
    width: 77%;
}

.section h4 {
    color: #000;
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 600;
}



.container h1 {
    margin-top: 8px;
    font-family: "Playfair Display", serif;
    font-size: 24px;
    margin-bottom: 13px;
}

.container2 h2 {
    font-family: "Playfair Display", serif;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 40px;
    text-align: center;
}

.subtitle {
    color: #6a6a6a;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
    text-align: center;
}

.why-title
 {
    font-family: "Playfair Display", serif;
    font-size: 24px;
    margin: 12px 12px;
    font-weight: 600;
}

section h2 {
  
    font-size: 24px;
    font-family: "Playfair Display", serif;
}

.tagline {
    color: #6a6a6a;
    font-size: 16px;
    margin-bottom: 8px;
    font-weight: 600;
}

.step-number {
    font-size: 16px;
    color: #6a6a6a;
    margin-bottom: 8px;
    font-weight: 500;
}

.step-title {
    font-family: "Playfair Display", serif;
    font-size: 24px;
    margin-bottom: 12px;
    font-weight: 600;
}

.section h2 {
    font-family: "Playfair Display", serif;
    font-size: 24px;
    margin-bottom: 50px;
    font-weight: 600;
    margin-top: 10px;
}

.container {
        padding: 0px 0 0 !important;
    }
	
	.about-text p {
    margin-top: 1em;
    color: #000;
}
	
	.label
 {
    text-transform: uppercase;
    color: #000;
    letter-spacing: 1px;
    font-size: 16px;
}

ol li {
    font-size: 15px;
    color: #000;
    margin-bottom: 10px;
}

.why-card p {
    font-size: 14px;
    color: #000;
    line-height: 1.65;
}

.text { color: #000;}
.step-card p {
    font-size: 15px;
    color: #000;
    line-height: 1.6;
}

    }



