* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }


body {
    font-family: 'Nunito', sans-serif;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

.logo{
    width:70px;
    height: auto;
    margin-top:5px;
}

.navbar {
    border-bottom: 1px solid #D0D0D0;
    border-radius: 15px;
    padding: 5px;
    background-color: #f8f9fa;
    position: relative;
}

.navbar-brand {
    font-weight: bold;
    font-size: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.navbar-brand span {
    font-size: 12px;
    color: gray;
}

.navbar-toggler {
    border-color: transparent;
}

.nav-link {
    color: #6c757d;
    font-weight: 500;
}

.agent-contact p {
    margin: 0;
    color: #6c757d; /* Bootstrap's text-secondary color */
    font-size: 12px;
}

.agent-btn {
    background-color: #00204A; /* Dark blue color */
    color: white;
    font-weight: bold;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    display: inline-block;
    margin: 10px 0;
}

.agent-btn:hover {
    background-color: #003366; /* Slightly lighter blue on hover */
}

.operation-hours {
    font-size: 12px;
    color: #6c757d;
}

.btn-quote {
    padding: 8px 16px;
    text-decoration: none;
    font-size: 24px;
    font-weight: 600;
    color: #3a3a3a;
    background-color: transparent;
}

/* Header */
#sidebarMenu {
    width: 250px;
    border-radius: 93px 0px 0px 0px;
    background: #070441;    
    position: fixed;
    top: 0;
    right: -250px;
    height: 100%;
    transition: right 0.3s;
    padding-top: 20px;
    display:flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    color: white;
    z-index: 1050; /* High z-index to appear above other content */
}

#sidebarMenu a {
    color: white;
    text-decoration: none;
    padding: 15px;
    display: block;
}

#sidebarMenu.show {
    right: 0;
}

.side-f-text{
    color: #FFF;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 31px;
}

.closebtn {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 30px;
    color: white;
    cursor: pointer;
}


.hero{
    min-height:550px;
    width:100%;
    display:flex;
    position: relative;
    align-items:center;
    justify-content:center;
    flex-direction: column;
    padding:1.2rem 0;
    border-radius: 32px;
    background: #070441;
}

.hero .row{
    flex-grow: 1;
}

.hero-title{
    color: #FFF;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 56px;
    max-width: 20ch;
}
.hero-line{
    height: 3px;
    width:80%;
    background: #75E0BC;
}
.hero-desc{
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    max-width: 43ch;
    margin-top: 1rem;
}
.get-started-btn{
    border-radius: 49px;
    background: #FF5532;
    height:40px;
    width:200px;
    display:flex;
    align-items:center;
    justify-content:center;
    outline:none;
    border:none;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
    text-decoration: none;
}
.get-started-btn:hover{
    color: #fff;
}
.hero-img-x{
    width:85%;
    height: auto;
}
.about-us{
  min-height: 350px;
  width: 100%;
  display:flex;
  align-items: center;
  justify-content: center;
  padding:2rem 0;
}
.about-content{
    display:flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.intro-text{
    color: #FF5532;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 23px; 
}
.about-title{
    color: #3A3A3A;
    text-align: center;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    max-width: 40ch;
}
.about-desc{
    color: #3A3A3A;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
}
.services{
    min-height: 450px;
    width: 100%;
    display:flex;
    align-items: flex-start;
    justify-content: center;
    padding:2rem 0;
}
.services-content{
    display:flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.sc-box{
    min-height:350px;
    width:350px;
    border-radius: 24px;
    border: 1px solid #8A8A8A;
    display:flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}
.mpa-img{
    width: 100%;
    height: auto;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
}
.sc-padd{
    padding: 1.5rem;
}
.img-x-doc{
    width:35%;
    height: auto;
}
.sc-other-title{
    color: #3A3A3A;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
}
.d-flex-m{
    display:flex;
    align-items: center;
    justify-content: center;
}
.sc-intro-text{
    color: #032299;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    text-align: left;
}
.sc-desc{
    color: #3A3A3A;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
}
.choose{
    min-height:350px;
    width:100%;
    border-radius: 24px;
    border: 1px solid #C8C8C8;
    background: #F8F8F8;   
    padding: 2rem 0;
}
.cclc-one{
    color: #3A3A3A;
    font-family: Inter;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
}
.cclc-two{
    color: #3A3A3A;
    font-size: 38px;
    font-style: normal;
    font-weight: 600;
    line-height: 53px;
}
.cclc-three{
    color: #3A3A3A;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
}

.choose-list li {
    color: #3A3A3A;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 166.667% */
}



/* Testtimonials */

.outerdiv
{
	width: 100%;
    min-height: 650px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.innerdiv
{
	transform: scale(0.9);
	margin: 1rem;
	display: grid;
	grid-gap: 1.5rem;
	grid-template-rows: repeat(2,22rem);
	grid-template-columns: repeat(4,17rem);
}
.eachdiv
{
	padding: 1rem 2rem;
    border-radius: 0.8rem;
    box-shadow: 5px 5px 20px #6d6b6b6b;
    color: white;
}
.div1
{
	background: #070441;
    grid-column: 1/3;
    grid-row: 1/2;
    background-image: url(https://raw.githubusercontent.com/RahulSahOfficial/testimonials_grid_section/5532c958b7d3c9b910a216b198fdd21c73112d84/images/bg-pattern-quotation.svg);
    background-repeat: no-repeat;
    background-position-x: 25rem;
}
.text-light{
    color:#fff !important;
 }
.div2
{
	background:#49556B;
    grid-column: 3/4;
    grid-row: 1/2;
}
.div3
{
	background: white;
    grid-column: 4/5;
    grid-row: 1/3;
    color: black;
}
.div4
{
	background: white;
	grid-column: 1/2;
    grid-row: 2/3;
    color: black;
}
.div5
{
	background: #18202D;
	grid-column: 2/4;
    grid-row: 2/3;
}
.userdetails
{
	display: flex;
}
.imgbox
{
	margin-right: 1rem;
}
.imgbox img
{
	border-radius: 50%;
	width: 2rem;
	border: 2px solid #cec5c5;
}
.detbox
{
	display: flex;
    flex-direction: column;
    justify-content: center;
}
.detbox p
{
	margin: 0;
}
.detbox .name
{
	color: hsl(0, 0%, 81%);
    font-size: 0.9rem;
    margin-bottom: 0.1rem;
    font-weight: 600;
}
.detbox .name.dark
{
	color: #49505A;
}
.detbox .designation
{
	color: hsl(0, 0%, 81%);
    opacity: 80%;
    font-size: 0.8rem;
}
.detbox .designation.dark
{
	color: #49505A;
}
.review h4
{
	font-size: 1rem;
	color: #F3DEFF;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 0.8rem;
}
.review.dark h4{
	color:#4B5258;
}
.review p
{
	font-size: 0.95rem;
    color: #F3DEFF;
    font-weight: 500;
    opacity: 80%;
    line-height: 1.5;
}
.review.dark p{
	color: #0e0e0e;
}
.attribution
{
	font-size: 1rem;
    line-height: 1.5;
    position: fixed;
    bottom: 1rem;
    right: 1rem;
    text-align: right;
}
.attribution a
{
	text-decoration: none;
}

@media only screen and (max-width: 1000px)
{
	.innerdiv
	{
		transform: scale(0.7);
	}
}
@media only screen and (max-width: 800px)
{
	.innerdiv
	{
		transform: scale(0.6);
	}
}
@media only screen and (max-width: 600px)
{
	.div1 {
		background-position-x: 10rem;
	}
	.innerdiv
	{
		display: flex; 
		flex-direction: column;
		transform: scale(1);
		margin: 2rem;
		margin-bottom: 5rem;
	}
	.attribution
	{
		position: relative;
	}
}


.grow-business{
    width: 100%;
    min-height:300px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.gb-content{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.gbc-title{
    color: #3A3A3A;
    text-align: center;
    font-family: Inter;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    max-width: 20ch;
}
.gbc-desc{
    color: #3A3A3A;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    max-width: 65ch;
}
.connect{
    min-height:450px;
    width: 100%;
    border-radius: 33px;
    background: linear-gradient(90deg, #070441 0%, #0E0A5C 100%);
    padding: 2rem 0;
}
.connect-content{
    width:100%;
    display:flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.content-intro{
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px; 
    text-decoration-line: underline;
}
.p-color{background: #FF5532 !important; outline:none !important; border:none !important;}
.content-desc{
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    max-width: 60ch;
}
.below-footer{
    min-height:200px;
    width: 100%;
    display:flex;
    align-items:center;
    justify-content:center;
    background: #27276D;
    margin-top:2.5rem;
    padding:1.5rem;
}
.footer-logo{
    width:200px;
    height:auto
}
.fb-links ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 1rem 0;
}
.fb-links ul li{
    list-style: none;
    margin-right:1rem;
    color:#fff;
}
.divider{
    height:1px;
    width:100%;
    background: #4A4961;
}
.below-footer-desc{
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
}


@media(max-width:991px){
    .reverse{
        display: flex;
        flex-direction: column-reverse;
    }
    .hero-img-x{
        width:45%;
        height: auto;
    }
    .hero-title{
        font-size:30px;
        max-width:50ch;
        margin-top:.3rem;
        line-height: 40px;
    }
    .sc-box{
        margin-top:20px;
    }
    .cc-left-content{
        margin-bottom:20px;
    }
}
.w-50-m{
    width:50%;
}
@media(max-width:600px){
    .w-50-m{
        width:100%;
    }
}