@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&family=Inter:wght@400;700&family=Marcellus&display=swap');


 body {
  overflow-x: hidden !important;
  width: 100%;
}




.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #ff6f61;
    --bs-btn-border-color: #ff6f61;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #4e58b2;
    --bs-btn-hover-border-color: #ffff;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #ff6f61;
    --bs-btn-active-border-color: #ff6f61;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #ff6f61;
    --bs-btn-disabled-border-color: #ff6f61;
}

.btn-outline-primary {
    --bs-btn-color: #ff6f61;
    --bs-btn-border-color: #ff6f61;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #4e58b2;
    --bs-btn-hover-border-color: #ffffff;
    --bs-btn-focus-shadow-rgb: 13, 110, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #ff6f61;
    --bs-btn-active-border-color: #ff6f61;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #0d6efd;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #ff6f61;
    --bs-gradient: none;
}


.btn{
    font-size: 14px;
    font-weight: 600;
    font-family: 'Darker Grotesque', Helvetica, Arial, Lucida, sans-serif !important;
    font-style: monospace !important;
    letter-spacing: 1px;
    text-transform: uppercase !important;
    border-radius: 4px;
}

.btn-lg {
  position: relative;
  transition: all 0.3s ease;
  padding-right: 20px; 
  border-radius: 0  ;
}

.btn-primary::after {
  content: '>';
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: all 0.3s ease;
  font-size: 16px;
}



.btn:hover::after {
  opacity: 1;
  right: 5px; 
}



.nav-item{
  padding: 8px;
}


.navbar-nav .nav-link {
  font-size: 14px;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  position: relative;
  font-weight: 600;
  padding-bottom: 5px;
  color: #000;
  transition: color 0.3s ease;
}

.navbar-nav .nav-link::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 2px;
  background-color: #ff6f61;
  transition: width 0.3s ease;
}

.navbar-nav .nav-link:hover::after {
  width: 100%;
}

.navbar-nav .nav-link.active::after {
  width: 100%;
}








.bg-light {
    --bs-bg-opacity: 1;
    background-color: #4e58b2 !important;
   
    
    
}
.fw-bold{
    color: #fff !important;
    font-size: 3rem !important;
    font-weight: 700;
    font-family: 'Roboto', Helvetica, Arial, Lucida, sans-serif
    
}

 .text-dark{
    color: #fff !important;
    font-size: 18px !important;
    font-weight: 700;
    font-family:'Roboto', sans-serif;
    
 }

 .text-muted{
    color: rgb(221, 218, 218) !important;
    font-size: 14px;
    font-family: inter !important;
    font-weight: 400;

 }

 .hero-img{
    background-image: url(../image/estate-planning-75-1.png);
     background-size: cover;
  background-position: center;
  padding: 50px;
  margin-left: 80px;
  
 }


.brush-img {
  position: relative;
  bottom: 60px;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 1;
}









.img{
    background-image: url(../image/day_care_bg_01.png);
     background-size: cover;
  background-position: center;
  padding: 50px;
 }




.custom-gradient-section {
  background: 
    linear-gradient(90deg, #4e58b2 0%, #4e58b2 50%, transparent 50%, transparent 100%),
    url('../image/online-classroom-20-1.jpg');
  background-size: cover;
  background-position: center;
  background-attachment: fixed; /* ✅ Parallax Effect */
  padding: 80px 0;
  color: white;
  margin-top: -51px;
}

.custom-divider svg {
  width: 100%;
  height: auto;
  display: block;
}

.SG{
    max-width: 50%;
    border: 4px solid rgba(255,255,255,0.5); 
    
}
.Teacher {
  margin-left: -570px; /* Desktop ke liye */
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-top-left-radius: 1000px;
  border-top-right-radius: 1000px;
  max-width: 100%;
  height: auto;
}

    

.mb-5{
    color: #fff !important;
    font-size: 2.5rem !important;
    font-weight: 700;
    font-family:'Roboto', Helvetica, Arial, Lucida, sans-serif;
    line-height: 1.2em;
}

.text-uppercase{
     color: #fff !important;
    font-size: 20px !important;
    font-weight: 300;
    font-family: 'Marcellus' !important;
    line-height: 3em;
    letter-spacing: 2px;
}

.point{
    color: black;
    font-family: inter;
    text-align: left;
}

.rounded {
    border-radius: var(--bs-border-radius) !important;
    box-shadow: 20px 20px 30px 0px rgba(0, 0, 0, 0.4);
}

.round{
    border-radius: var(--bs-border-radius) !important;
    box-shadow: 1px 20px 14px 0px rgba(0, 0, 0, 0.4);
}


.bg {
    background-color: #4e58b2;
    background-image: url(../image/online-classroom-46.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 0rem !important;
    padding-bottom: 3rem !important;
}


.mb-0 {
    color: #fff !important;
    font-size: 18px !important;
    font-weight: 700;
    font-family: 'Roboto', Helvetica, Arial, Lucida, sans-serif
    
    
}


.series {
    color: #fff !important;
    font-size: 4rem !important;
    font-weight: 700;
    font-family: 'Roboto', Helvetica, Arial, Lucida, sans-serif;
    color: rgba(255, 111, 97, 0.5) !important;
}



.border-bottom-gradient-border {
  position: relative !important;
  padding-bottom: 20px !important;
}

.border-bottom-gradient-border::after {
  content: '' !important;
  position: absolute !important;
  left: 0 !important;
  bottom: 0 !important;
  height: 2px !important;
  width: 100% !important;
  background: linear-gradient(
    to right,
    rgba(255,111,97,0.9) 0%,
    rgba(255,111,97,0.9) 17%,
    #fff 5%,
    #fff 5%,
    rgba(255,255,255,0.1) 40%,
    rgba(255,255,255,0.1) 100%
  ) !important;
}




.carousel-item {
  transition: transform 0.6s ease-in-out;
}
.carousel-item .row {
  display: flex;
  justify-content: center;
}
.carousel-item .col-md-4 {
  padding: 15px;
}
.carousel-control-prev,
.carousel-control-next {
  width: 5%;
  top: 50%;
  transform: translateY(-50%);
}
.carousel-control-prev {
  left: -60px;
}
.carousel-control-next {
  right: -60px;
}
@media (max-width: 768px) {
  .carousel-control-prev {
    left: -30px;
  }
  .carousel-control-next {
    right: -30px;
  }
}

.carousel {
    position: relative;
     background: url(../image/online-classroom-11.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 80px 0;
}


.user{
    color: #000000 !important;
    font-size: 1.5rem !important;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
}

.cp{
  color: rgba(0, 0, 0, 0.5) /* 50% transparent */ !important;
  font-size: 16px;
  font-family: inter;
  font-weight: 400;
}

.comment{
   color: rgba(0, 0, 0, 0.5) /* 50% transparent */ !important;
  font-size: 16px;
  font-family: 'inter';
  font-weight: 400;
}





  .contact-section {
    background-color: #4e58b2;
    background-image: url('../image/painting_service_17.png'); /* 🖼️ Replace with your image path */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 100vh;
    position: relative;
    z-index: 1;
    padding: 80px 0;
  }

  .contact-section::before {
    content: "";
    position: absolute;
    inset: 0;
    
    z-index: -1;
  }

  .form-control::placeholder {
    color: #999;
  }

  .form-control, .form-control:focus {
    background-color: rgba(98,116,138,0.08);
    color: black;
    border: none;
    box-shadow: none;
  }

 

.fb {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
    padding: 40px;

    

}

.display-1 {
    color: #fff !important;
    font-size: 7rem !important;
    font-weight: 700;
    font-family:'Roboto', sans-serif;
}




 footer {
            background: linear-gradient(160deg, #4e58b2 0%, #10143f 80%, #4e58b2 100%);
            color: white;
            padding: 40px 0;
        }
        .footer-heading {
            font-weight: bold;
            margin-bottom: 15px;
            text-transform: uppercase;
        }
        .footer-links a {
            color: white;
            text-decoration: none;
            display: block;
            margin-bottom: 8px;
            font-family: inter;
            font-size: 14px;
        }
        .footer-links a:hover {
            color: #ccc;
        }
        .social-icons a {
            margin-right: 10px;
            
        }
        .social-icons img {
            width: 24px;
            height: 24px;
        }

        .social-icons a:hover img {
  filter: brightness(0) saturate(100%) invert(41%) sepia(90%) saturate(748%) hue-rotate(330deg) brightness(100%) contrast(96%);
  transition: 0.3s;
}


        .newsletter input[type="email"] {
            width: 100%;
            padding: 8px;
            margin-bottom: 10px;
            border: none;
            border-radius: 4px;
        }
        .newsletter button {
            background-color: #ff4d4d;
            border: none;
             width: 100%;
            padding: 8px 16px;
            color: white;
            border-radius: 4px;
            cursor: pointer;
        }


        .newsletter button {
  position: relative;
  transition: all 0.3s ease;
  padding-right: 10px; /* Arrow ke liye space */
}

/* Hover background color */
.newsletter button:hover {
  background-color: #e04343;
}

/* Arrow styling */
.newsletter button::after {
  content: '>';
  position: absolute;
  right: 60px;
  top: 50%;
  transform: translateY(-50%) translateX(-10px);
  opacity: 0;
  transition: all 0.3s ease;
  color: white; /* Arrow color */
  font-size: 16px;
}

/* Show arrow on hover */
.newsletter button:hover::after {
  opacity: 1;
  transform: translateY(-50%) translateX(0);
}




        
        
        .divider {
            border-right: 1px dashed rgba(255, 255, 255, 0.3);
            height: 100%;
        }


.et_pb_column_1_tb_footer {
    background-size: initial;
    background-repeat: repeat-y;
    background-position: right 0px top;
    background-image: url('../image/high-school_17.png');
    padding-top: 10px;
    padding-right: 40px;
    padding-bottom: 10px;
    padding-left: 20px;
}


.et_pb_top_inside_divider {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDBweCIgdmlld0JveD0iMCAwIDEyODAgMTQwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGZpbGw9IiNGRkZGRkYiPjxwYXRoIGQ9Ik05NzguODEgMTIyLjI1TDAgMGgxMjgwbC0yNjIuMSAxMTYuMjZhNzMuMjkgNzMuMjkgMCAwIDEtMzkuMDkgNS45OXoiIGZpbGwtb3BhY2l0eT0iLjUiLz48cGF0aCBkPSJNOTgzLjE5IDk1LjIzTDAgMGgxMjgwbC0yNjYgOTEuNTJhNzIuNTggNzIuNTggMCAwIDEtMzAuODEgMy43MXoiLz48L2c+PC9zdmc+);
    background-size: 100% 100px;
    top: 0;
    height: 100px;
    z-index: 1;
    transform: scale(1, 1);
}


.et_pb_bottom_inside_divider {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A//www.w3.org/2000/svg'%20width%3D'100%25'%20height%3D'140'%20viewBox%3D'0%200%201280%20140'%20preserveAspectRatio%3D'none'%3E%3Cg%20fill%3D'%23ffffff'%3E%3Cpath%20d%3D'M320%2028c320%200%20320%2084%20640%2084%20160%200%20240-21%20320-42v70H0V70c80-21%20160-42%20320-42z'/%3E%3C/g%3E%3C/svg%3E");
    background-size: 100% 16vw;
    bottom: 0;
    height: 16vw;
    z-index: 1;
    transform: scale(1, 1);
}




.et_pb_bottom_inside_div
 {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDBweCIgdmlld0JveD0iMCAwIDEyODAgMTQwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGZpbGw9IiNGRkZGRkYiPjxwYXRoIGQ9Ik0wIDE0MGgxMjgwQzU3My4wOCAxNDAgMCAwIDAgMHoiIGZpbGwtb3BhY2l0eT0iLjMiLz48cGF0aCBkPSJNMCAxNDBoMTI4MEM1NzMuMDggMTQwIDAgMzAgMCAzMHoiIGZpbGwtb3BhY2l0eT0iLjUiLz48cGF0aCBkPSJNMCAxNDBoMTI4MEM1NzMuMDggMTQwIDAgNjAgMCA2MHoiLz48L2c+PC9zdmc+);
    background-size: 100% 100px;
    bottom: 0;
    height: 100px;
    z-index: 1;
    transform: scale(1, 1);
}



.et_pb_top_inside_divid {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDBweCIgdmlld0JveD0iMCAwIDEyODAgMTQwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGZpbGw9IiM0ZTU4YjIiPjxwYXRoIGQ9Ik05NzguODEgMTIyLjI1TDAgMGgxMjgwbC0yNjIuMSAxMTYuMjZhNzMuMjkgNzMuMjkgMCAwIDEtMzkuMDkgNS45OXoiIGZpbGwtb3BhY2l0eT0iLjUiLz48cGF0aCBkPSJNOTgzLjE5IDk1LjIzTDAgMGgxMjgwbC0yNjYgOTEuNTJhNzIuNTggNzIuNTggMCAwIDEtMzAuODEgMy43MXoiLz48L2c+PC9zdmc+);
    background-size: 100% 100px;
    top: 0;
    height: 100px;
    z-index: 1;
    transform: scale(1, 1);
}


.et_pb_image_wrap{
    display: inline-block;
    position: relative;
    max-width: 100%;
    top: -20px !important;
}


@media (max-width: 992px) {
  .Teacher {
    margin-left: -80px;
  }
}

@media (max-width: 768px) {
  .Teacher {
    margin-left: -30px;
  }
}

@media (max-width: 576px) {
  .Teacher {
    margin-left: 0; /* Chhoti screen par center ya default left */
  }
}

/* Large tablet */
@media (max-width: 992px) {
  .hero-img {
    margin-left: 40px;
    padding: 40px;
  }
}

/* Tablet */
@media (max-width: 768px) {
  .hero-img {
    margin-left: 20px;
    padding: 30px;
  }
}

/* Mobile */
@media (max-width: 576px) {
  .hero-img {
    margin-left: 0;
    padding: 20px;
  }
}




 
/* Mobile devices (up to 576px) */
@media (max-width: 576px) {
    .btn {
        font-size: 14px;
        padding: 6px 12px;
    }

    .btn-primary {
        --bs-btn-bg: #ff6f61;
        --bs-btn-hover-bg: #c94438;
    }

    .btn-outline-primary {
        --bs-btn-color: #ff6f61;
        --bs-btn-hover-bg: #ff6f61;
    }

    .bg-light {
        background-color: #4e58b2 !important;
        padding: 20px !important;
    }

    .fw-bold {
        font-size: 2rem !important;
    }

    .text-dark {
        font-size: 1.2rem !important;
    }

    .text-muted {
        font-size: 12px !important;
    }

    

    .brush-img {
        bottom: 30px;
        width: 90%;
    }

    .img {
        padding: 30px;
        background-size: contain;
    }

    .custom-gradient-section {
        padding: 40px 0;
        background-attachment: scroll;
    }

    .SG {
        max-width: 80%;
    }

    .Teacher {
        margin-left: 0;
        max-width: 80%;
    }

    .mb-5 {
        font-size: 1.8rem !important;
        line-height: 1.1em;
    }

    .text-uppercase {
        font-size: 16px !important;
        line-height: 2em;
    }

    .point {
        font-size: 14px;
    }

    .rounded, .round {
        box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.3);
    }

    .bg {
        padding-bottom: 2rem !important;
        background-size: contain;
    }

    .mb-0 {
        font-size: 16px !important;
    }

    .series {
        font-size: 3rem !important;
    }

    .border-bottom-gradient-border {
        padding-bottom: 15px !important;
    }

    .carousel {
        padding: 40px 0;
    }

    .carousel-control-prev {
        left: -20px;
    }

    .carousel-control-next {
        right: -20px;
    }

    .user {
        font-size: 1.2rem !important;
    }

    .cp, .comment {
        font-size: 14px;
    }

    .contact-section {
        padding: 40px 0;
        min-height: 80vh;
    }

    .fb {
        padding: 20px;
    }

    .display-1 {
        font-size: 4rem !important;
    }

    footer {
        padding: 20px 0;
    }

    .footer-heading {
        font-size: 14px;
    }

    .footer-links a {
        margin-bottom: 6px;
    }

    .newsletter input[type="email"] {
        padding: 6px;
    }

    .newsletter button {
        padding: 6px 12px;
    }

    .et_pb_top_inside_divider,
    .et_pb_bottom_inside_divider,
    .et_pb_bottom_inside_div,
    .et_pb_top_inside_divid {
        height: 80px;
        background-size: 100% 80px;
    }
}


#scrollTopBtn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  display: none; /* initially hidden */
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 20px;
  line-height: 1;
  padding: 0;
}

.btn-danger{
  background-color: #ff4d4d;
  border: none;
  
}

.btn-danger:hover{
  background-color: #4e58b2;
}

.btn-danger::after {
    content: none;
    
}



/* Common input/textarea style */
.modal-form input,
.modal-form textarea,
.modal-form .custom-file-wrapper label {
    width: 100%;
    padding: 8px;
    margin-bottom: 10px;
    border: none;
    border-radius: 4px;
    font-size: 1rem;
}

.modal-form textarea {
    resize: none; /* resize disable kar diya */
    min-height: 80px; /* thoda height adjust */
}

.modal-form .custom-file-wrapper label {
    background-color: #fff;
    color: #000;
    display: block;
    cursor: pointer;
}

.modal-form .custom-file-wrapper span {
    color: #fff;
    font-size: 0.8rem;
}
